@tet/tet-components 1.3.157-testing → 1.4.0-production
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.
- package/dist/cjs/{address-5271d3aa.js → address-ac89cbf7.js} +1 -1
- package/dist/cjs/{assets-e3bb045c.js → assets-d8d3b4a0.js} +1 -1
- package/dist/cjs/{async-request-29b32d63.js → async-request-5585e750.js} +27 -26
- package/dist/cjs/compare-cards-tab-products-filters-10b06fe0.js +100 -0
- package/dist/cjs/{http-codes-2f72a8b2.js → http-codes-910040e7.js} +25 -19
- package/dist/cjs/{index-f559cb2e.js → index-4daaccaa.js} +1672 -1598
- package/dist/cjs/{index-84ede372.js → index-f89f05b8.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{phone-d414fe5a.js → phone-ed64bd26.js} +8 -6
- package/dist/cjs/{product-comparison-f784fb1b.js → product-comparison-e7afcafb.js} +1 -1
- package/dist/cjs/{tasks-af99ad61.js → tasks-807b08d3.js} +2 -2
- package/dist/cjs/tet-accordion_2.cjs.entry.js +62 -46
- package/dist/cjs/tet-address-offers-filters-products_2.cjs.entry.js +249 -232
- package/dist/cjs/tet-address-offers-view.cjs.entry.js +43 -35
- package/dist/cjs/tet-address-offers_4.cjs.entry.js +343 -313
- package/dist/cjs/tet-address-search.cjs.entry.js +175 -167
- package/dist/cjs/tet-asset-addresses.cjs.entry.js +106 -95
- package/dist/cjs/tet-autocomplete-dropdown.cjs.entry.js +40 -30
- package/dist/cjs/tet-autocomplete.cjs.entry.js +203 -190
- package/dist/cjs/tet-b2b-check-out-form_5.cjs.entry.js +280 -241
- package/dist/cjs/tet-b2b-configurator.cjs.entry.js +396 -378
- package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +28 -28
- package/dist/cjs/tet-banner-nav.cjs.entry.js +23 -11
- package/dist/cjs/tet-bar-graph.cjs.entry.js +222 -215
- package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
- package/dist/cjs/tet-business-card.cjs.entry.js +38 -32
- package/dist/cjs/tet-business-compare-card.cjs.entry.js +18 -11
- package/dist/cjs/tet-business-lines.cjs.entry.js +25 -26
- package/dist/cjs/tet-business-round-stepper.cjs.entry.js +10 -10
- package/dist/cjs/tet-button.cjs.entry.js +9 -9
- package/dist/cjs/tet-card-list.cjs.entry.js +557 -530
- package/dist/cjs/tet-carousel.cjs.entry.js +180 -184
- package/dist/cjs/tet-checkbox.cjs.entry.js +15 -11
- package/dist/cjs/tet-cloud-application-form-dialog.cjs.entry.js +30 -4
- package/dist/cjs/tet-cloud-configurator.cjs.entry.js +132 -124
- package/dist/cjs/tet-colors.cjs.entry.js +42 -42
- package/dist/cjs/tet-compare-card-v2.cjs.entry.js +51 -49
- package/dist/cjs/tet-compare-cards-tab.cjs.entry.js +29 -28
- package/dist/cjs/tet-compare-cards_2.cjs.entry.js +41 -34
- package/dist/cjs/tet-components.cjs.js +3 -3
- package/dist/cjs/tet-contact-form.cjs.entry.js +55 -46
- package/dist/cjs/tet-contact-info.cjs.entry.js +1 -1
- package/dist/cjs/tet-container_2.cjs.entry.js +62 -58
- package/dist/cjs/tet-customer-assets.cjs.entry.js +90 -85
- package/dist/cjs/tet-datepicker-header_4.cjs.entry.js +202 -187
- package/dist/cjs/tet-datepicker.cjs.entry.js +35 -30
- package/dist/cjs/tet-dialog.cjs.entry.js +41 -35
- package/dist/cjs/tet-dropdown_2.cjs.entry.js +137 -115
- package/dist/cjs/tet-dynamic-card.cjs.entry.js +68 -71
- package/dist/cjs/tet-expandable-input.cjs.entry.js +97 -80
- package/dist/cjs/tet-expansion-panel.cjs.entry.js +17 -19
- package/dist/cjs/tet-filter.cjs.entry.js +26 -11
- package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
- package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
- package/dist/cjs/tet-grid.cjs.entry.js +1 -1
- package/dist/cjs/tet-icon.cjs.entry.js +25 -24
- package/dist/cjs/tet-inline-message.cjs.entry.js +7 -7
- package/dist/cjs/tet-input.cjs.entry.js +47 -37
- package/dist/cjs/tet-label.cjs.entry.js +3 -3
- package/dist/cjs/tet-layout.cjs.entry.js +1 -1
- package/dist/cjs/tet-link.cjs.entry.js +1 -1
- package/dist/cjs/tet-loader.cjs.entry.js +1 -1
- package/dist/cjs/tet-macd-view.cjs.entry.js +50 -23
- package/dist/cjs/tet-menu-mobile.cjs.entry.js +13 -14
- package/dist/cjs/tet-menu.cjs.entry.js +4 -5
- package/dist/cjs/tet-multi-step-dialog.cjs.entry.js +86 -72
- package/dist/cjs/tet-navigation-mobile.cjs.entry.js +19 -15
- package/dist/cjs/tet-news-card-list.cjs.entry.js +35 -36
- package/dist/cjs/tet-number-input.cjs.entry.js +56 -42
- package/dist/cjs/tet-placeholder.cjs.entry.js +1 -1
- package/dist/cjs/tet-price-view.cjs.entry.js +4 -4
- package/dist/cjs/tet-radio.cjs.entry.js +11 -7
- package/dist/cjs/tet-range-slider.cjs.entry.js +632 -620
- package/dist/cjs/tet-referral.cjs.entry.js +30 -26
- package/dist/cjs/tet-round-stepper.cjs.entry.js +2 -2
- package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
- package/dist/cjs/tet-spinner.cjs.entry.js +16 -16
- package/dist/cjs/tet-stepper-input.cjs.entry.js +32 -26
- package/dist/cjs/tet-stepper-v2.cjs.entry.js +28 -29
- package/dist/cjs/tet-stepper-v3.cjs.entry.js +20 -21
- package/dist/cjs/tet-stepper.cjs.entry.js +62 -63
- package/dist/cjs/tet-switch.cjs.entry.js +4 -2
- package/dist/cjs/tet-tab-header.cjs.entry.js +68 -65
- package/dist/cjs/tet-table.cjs.entry.js +132 -138
- package/dist/cjs/tet-tag_2.cjs.entry.js +11 -11
- package/dist/cjs/tet-text-list.cjs.entry.js +12 -4
- package/dist/cjs/tet-textarea.cjs.entry.js +14 -14
- package/dist/cjs/tet-thank-you-view-v2.cjs.entry.js +36 -33
- package/dist/cjs/tet-thank-you-view-v3.cjs.entry.js +36 -33
- package/dist/cjs/tet-thank-you-view.cjs.entry.js +52 -46
- package/dist/cjs/tet-tv-gift-block.cjs.entry.js +15 -15
- package/dist/cjs/tet-tv-gift-list.cjs.entry.js +15 -15
- package/dist/cjs/{theme-wrapper-a5bbadf6.js → theme-wrapper-3f7c73ee.js} +2 -2
- package/dist/cjs/{translations-ed68775f.js → translations-62fb6b1c.js} +52 -51
- package/dist/cjs/{utils-ac9be2ff.js → utils-1f67c4b7.js} +23 -8
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/advanced/address/tet-address-offers/tet-address-offers.js +108 -101
- package/dist/collection/components/advanced/address/tet-address-offers-filters/address-offers-filters.js +128 -129
- package/dist/collection/components/advanced/address/tet-address-offers-filters/tet-address-offers-filters.js +17 -17
- package/dist/collection/components/advanced/address/tet-address-offers-filters-products/address-offers-products-filters.js +90 -89
- package/dist/collection/components/advanced/address/tet-address-offers-filters-products/tet-address-offers-filters-products.js +33 -19
- package/dist/collection/components/advanced/address/tet-address-search/tet-address-search.js +171 -163
- package/dist/collection/components/advanced/address/tet-autocomplete/tet-autocomplete.js +203 -206
- package/dist/collection/components/advanced/address/tet-autocomplete-dropdown/tet-autocomplete-dropdown.js +39 -29
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/tet-b2b-compare-card.js +75 -62
- package/dist/collection/components/advanced/cards/tet-business-card/tet-business-card.js +40 -30
- package/dist/collection/components/advanced/cards/tet-business-compare-card/tet-business-compare-card.js +17 -10
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.js +38 -32
- package/dist/collection/components/advanced/cards/tet-card-list/tet-card-list.js +356 -337
- package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.js +125 -119
- package/dist/collection/components/advanced/cards/tet-compare-card-v2/tet-compare-card-v2.js +51 -45
- package/dist/collection/components/advanced/cards/tet-compare-cards/tet-compare-cards.js +21 -15
- package/dist/collection/components/advanced/cards/tet-compare-cards-tab/compare-cards-tab-products-filters.js +89 -88
- package/dist/collection/components/advanced/cards/tet-compare-cards-tab/tet-compare-cards-tab.js +25 -22
- package/dist/collection/components/advanced/cards/tet-dynamic-card/tet-dynamic-card.js +67 -70
- package/dist/collection/components/advanced/cards/utils.js +23 -8
- package/dist/collection/components/advanced/customer/tet-asset-addresses/tet-asset-addresses.js +103 -92
- package/dist/collection/components/advanced/customer/tet-asset-availability-addresses/tet-asset-availability-addresses.js +29 -14
- package/dist/collection/components/advanced/customer/tet-customer-assets/tet-customer-assets.js +87 -82
- package/dist/collection/components/advanced/customer/tet-referral/tet-referral.js +24 -19
- package/dist/collection/components/advanced/dialog/tet-multi-step-dialog/tet-multi-step-dialog.js +83 -69
- package/dist/collection/components/advanced/forms/tet-availability-contact-form/tet-availability-contact-form.js +54 -43
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.js +11 -3
- package/dist/collection/components/advanced/forms/tet-contact-form/tet-contact-form.js +49 -40
- package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-block/tet-tv-gift-block.js +14 -13
- package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-list/tet-tv-gift-list.js +15 -13
- package/dist/collection/components/basic/buttons/tet-button/tet-button.js +8 -8
- package/dist/collection/components/basic/buttons/tet-checkbox/tet-checkbox.js +14 -10
- package/dist/collection/components/basic/buttons/tet-radio/tet-radio.js +10 -6
- package/dist/collection/components/basic/buttons/tet-switch/tet-switch.js +3 -1
- package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-content/tet-tab-content.js +17 -13
- package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-header/tet-tab-header.js +67 -63
- package/dist/collection/components/basic/buttons/tet-tag-group/tet-tag-group.js +8 -8
- package/dist/collection/components/basic/carousel/tet-carousel/tet-carousel.js +177 -181
- package/dist/collection/components/basic/icon/tet-icon.js +23 -22
- package/dist/collection/components/basic/loaders/tet-spinner/tet-spinner.js +15 -14
- package/dist/collection/components/basic/steppers/tet-banner-nav/tet-banner-nav.js +20 -8
- package/dist/collection/components/basic/steppers/tet-business-round-stepper/tet-business-round-stepper.js +9 -9
- package/dist/collection/components/basic/steppers/tet-round-stepper/tet-round-stepper.js +4 -0
- package/dist/collection/components/basic/steppers/tet-stepper/tet-stepper.js +61 -62
- package/dist/collection/components/basic/steppers/tet-stepper-v2/tet-stepper-v2.js +27 -28
- package/dist/collection/components/basic/steppers/tet-stepper-v3/tet-stepper-v3.js +19 -20
- package/dist/collection/components/simple/filter/tet-filter/tet-filter.js +25 -10
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-header/tet-datepicker-header.js +20 -16
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-month-view/tet-datepicker-month-view.js +135 -132
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-multi-year-view/tet-datepicker-multi-year-view.js +20 -17
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-year-view/tet-datepicker-year-view.js +26 -21
- package/dist/collection/components/simple/inputs/tet-datepicker/tet-datepicker.js +34 -28
- package/dist/collection/components/simple/inputs/tet-dropdown/tet-dropdown.js +20 -8
- package/dist/collection/components/simple/inputs/tet-expandable-input/tet-expandable-input.js +99 -78
- package/dist/collection/components/simple/inputs/tet-input/tet-input.js +44 -34
- package/dist/collection/components/simple/inputs/tet-number-input/tet-number-input.js +55 -41
- package/dist/collection/components/simple/inputs/tet-range-slider/tet-range-slider.js +631 -618
- package/dist/collection/components/simple/inputs/tet-stepper-input/tet-stepper-input.js +29 -23
- package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.js +13 -13
- package/dist/collection/components/simple/lists/tet-news-card-list/tet-news-card-list.js +37 -34
- package/dist/collection/components/simple/lists/tet-selection-list/tet-selection-list.js +61 -57
- package/dist/collection/components/simple/lists/tet-text-list/tet-text-list.js +14 -2
- package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.js +48 -45
- package/dist/collection/components/simple/menu/tet-menu/tet-menu.js +3 -4
- package/dist/collection/components/simple/menu/tet-menu-mobile/tet-menu-mobile.js +15 -12
- package/dist/collection/components/simple/menu/tet-navigation-mobile/tet-navigation-mobile.js +18 -14
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +37 -20
- package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js +16 -17
- package/dist/collection/components/simple/tables-and-graphs/tet-bar-graph/tet-bar-graph.js +222 -213
- package/dist/collection/components/simple/tables-and-graphs/tet-table/tet-table.js +132 -136
- package/dist/collection/components/simple/text-blocks/tet-cloud-application-form-dialog/tet-cloud-application-form-dialog.js +27 -1
- package/dist/collection/components/simple/text-blocks/tet-dialog/tet-dialog.js +39 -31
- package/dist/collection/components/simple/text-blocks/tet-inline-message/tet-inline-message.js +6 -6
- package/dist/collection/components/simple/text-blocks/tet-notification/tet-notification.js +27 -23
- package/dist/collection/components/simple/text-blocks/tet-tooltip/tet-tooltip.js +119 -105
- package/dist/collection/components/views/tet-address-offers-view/tet-address-offers-view.js +40 -32
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.js +99 -88
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.js +392 -373
- package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +25 -25
- package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +21 -22
- package/dist/collection/components/views/tet-cloud-configurator/tet-cloud-configurator.js +130 -120
- package/dist/collection/components/views/tet-macd-view/tet-macd-view.js +42 -13
- package/dist/collection/components/views/tet-price-view/tet-price-view.js +4 -2
- package/dist/collection/components/views/tet-thank-you-view/tet-thank-you-view.js +52 -44
- package/dist/collection/components/views/tet-thank-you-view-v2/tet-thank-you-view-v2.js +34 -29
- package/dist/collection/components/views/tet-thank-you-view-v3/tet-thank-you-view-v3.js +34 -29
- package/dist/collection/config/bradcasting.js +1 -2
- package/dist/collection/config/endpoints.js +7 -5
- package/dist/collection/config/forms-portal.js +1 -2
- package/dist/collection/config/landing-pages.js +1 -2
- package/dist/collection/config/mytet-portal.js +1 -2
- package/dist/collection/docs/styling/colors/tet-colors.js +41 -41
- package/dist/collection/services/api/async-request.js +26 -25
- package/dist/collection/services/api/request.js +16 -11
- package/dist/collection/services/api/services/tv/tv-channel-count-parser.js +73 -74
- package/dist/collection/services/translations/translations-manager.js +46 -47
- package/dist/collection/services/translations/translations.js +1 -2
- package/dist/collection/services/translations/translations.store.js +2 -3
- package/dist/collection/services/utils/inertia-scroll.js +203 -191
- package/dist/collection/services/utils/object.js +5 -3
- package/dist/collection/services/validators/validators/e-mail.js +6 -5
- package/dist/collection/services/validators/validators/phone.js +6 -5
- package/dist/collection/services/validators/validators/required.js +2 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-045bec85.js → p-03f68fa0.js} +16 -16
- package/dist/components/{p-4d33055f.js → p-04a30e22.js} +117 -107
- package/dist/components/{p-5dc5e13c.js → p-065e8f8b.js} +2 -2
- package/dist/components/{p-f18e5ae3.js → p-06650222.js} +28 -23
- package/dist/components/{p-ca66b4b1.js → p-12649d6e.js} +8 -6
- package/dist/components/{p-856695a3.js → p-13bb64a3.js} +43 -37
- package/dist/components/{p-489ae3a0.js → p-1c466832.js} +27 -26
- package/dist/components/{p-639c9d1a.js → p-1cccc456.js} +80 -69
- package/dist/components/{p-bb324278.js → p-220f3eef.js} +1 -1
- package/dist/components/{p-df1fe72c.js → p-2426d691.js} +47 -37
- package/dist/components/{p-04fe59fc.js → p-25756e4c.js} +50 -47
- package/dist/components/{p-aca28e71.js → p-2627300f.js} +53 -52
- package/dist/components/{p-144dffdc.js → p-31662bf6.js} +1 -1
- package/dist/components/{p-6b7e73c0.js → p-33725ec2.js} +218 -202
- package/dist/components/{p-9a47b95f.js → p-3a80e93a.js} +26 -26
- package/dist/components/p-3daf3627.js +869 -0
- package/dist/components/{p-cec65d0a.js → p-405417ba.js} +121 -116
- package/dist/components/{p-530ef38b.js → p-429b72d5.js} +4 -4
- package/dist/components/{p-9573f82c.js → p-496e41f5.js} +41 -35
- package/dist/components/{p-a188f09e.js → p-57c53319.js} +11 -7
- package/dist/components/{p-a81e545d.js → p-581edb37.js} +1 -1
- package/dist/components/{p-3fd7310f.js → p-5d56e6e5.js} +1 -1
- package/dist/components/{p-7ddd71bd.js → p-5e206e34.js} +3 -3
- package/dist/components/{p-965cea5b.js → p-5fd443f5.js} +137 -134
- package/dist/components/{p-6847eb2d.js → p-64ca3cec.js} +62 -63
- package/dist/components/{p-0088d040.js → p-7530ef19.js} +16 -12
- package/dist/components/{p-eb54f5b9.js → p-78a44de3.js} +21 -18
- package/dist/components/{p-7b3c7bf1.js → p-7beec5f2.js} +4 -2
- package/dist/components/{p-c1876db7.js → p-7dff5fe9.js} +36 -21
- package/dist/components/{p-68f0e894.js → p-7e8270ec.js} +10 -10
- package/dist/components/{p-bd3402f6.js → p-7fb96f10.js} +17 -15
- package/dist/components/{p-35e72a2b.js → p-8101b09a.js} +58 -44
- package/dist/components/{p-37ed3ebb.js → p-88af3744.js} +190 -135
- package/dist/components/{p-42ff76b5.js → p-8db05f15.js} +22 -18
- package/dist/components/{p-881093d4.js → p-9372e619.js} +206 -194
- package/dist/components/{p-9fe57fd0.js → p-962b13ba.js} +68 -65
- package/dist/components/{p-b0d6ed2e.js → p-a9b1c410.js} +25 -24
- package/dist/components/{p-029ff2b3.js → p-b3001877.js} +24 -24
- package/dist/components/{p-00e689fb.js → p-ba709868.js} +1 -1
- package/dist/components/{p-50f207fd.js → p-bc84eb7d.js} +54 -34
- package/dist/components/{p-91651432.js → p-bfcce1dd.js} +1 -1
- package/dist/{esm/http-codes-7faa9f6e.js → components/p-c1f5b99f.js} +66 -59
- package/dist/components/{p-e707e73a.js → p-c217775d.js} +13 -5
- package/dist/components/{p-cb2daf20.js → p-c62a7fa3.js} +25 -16
- package/dist/components/{p-88b42c67.js → p-c7c47790.js} +63 -59
- package/dist/components/{p-00c91e96.js → p-c8b44baa.js} +2 -2
- package/dist/components/{p-6a2a81d8.js → p-c956b246.js} +104 -94
- package/dist/components/{p-53ca0a91.js → p-d3939d35.js} +39 -23
- package/dist/components/{p-5c8c2d8d.js → p-d4192716.js} +1 -1
- package/dist/components/{p-163de6e2.js → p-d73512b2.js} +23 -11
- package/dist/components/{p-e04716ac.js → p-dfee3bd7.js} +29 -30
- package/dist/components/{p-9bf262a8.js → p-e474903b.js} +33 -27
- package/dist/components/p-ea401595.js +169 -0
- package/dist/components/{p-03177920.js → p-ecf59431.js} +181 -173
- package/dist/components/{p-818742ad.js → p-ee3bdb7a.js} +21 -22
- package/dist/components/{p-817bee22.js → p-f05feebd.js} +12 -12
- package/dist/components/{p-21c5cfc4.js → p-f7be6960.js} +64 -53
- package/dist/components/{p-616c71e1.js → p-f82069f3.js} +559 -532
- package/dist/components/{p-a0d406ca.js → p-f8ac52c6.js} +117 -72
- package/dist/components/{p-7790eae2.js → p-f97fa8ff.js} +128 -126
- package/dist/components/tet-accordion.js +1 -1
- package/dist/components/tet-address-offers-filters-products.js +1 -1
- package/dist/components/tet-address-offers-filters.js +1 -1
- package/dist/components/tet-address-offers-view.js +65 -57
- package/dist/components/tet-address-offers.js +1 -1
- package/dist/components/tet-address-search.js +1 -1
- package/dist/components/tet-asset-addresses.js +116 -105
- package/dist/components/tet-asset-availability-addresses.js +1 -1
- package/dist/components/tet-autocomplete-dropdown.js +44 -34
- package/dist/components/tet-autocomplete.js +1 -1
- package/dist/components/tet-availability-contact-form.js +1 -1
- package/dist/components/tet-b2b-check-out-form.js +1 -1
- package/dist/components/tet-b2b-compare-card.js +1 -1
- package/dist/components/tet-b2b-configurator-cart.js +1 -1
- package/dist/components/tet-b2b-configurator.js +411 -393
- package/dist/components/tet-b2b-service-calculator.js +33 -33
- package/dist/components/tet-banner-nav.js +23 -11
- package/dist/components/tet-bar-graph.js +222 -215
- package/dist/components/tet-border-radius.js +1 -1
- package/dist/components/tet-business-card.js +38 -32
- package/dist/components/tet-business-compare-card.js +20 -13
- package/dist/components/tet-business-lines.js +26 -27
- package/dist/components/tet-business-navigation.js +1 -1
- package/dist/components/tet-business-round-stepper.js +11 -11
- package/dist/components/tet-business-summary-card.js +1 -1
- package/dist/components/tet-button.js +1 -1
- package/dist/components/tet-card-list.js +1 -1
- package/dist/components/tet-carousel.js +181 -185
- package/dist/components/tet-checkbox.js +1 -1
- package/dist/components/tet-cloud-application-form-dialog.js +35 -9
- package/dist/components/tet-cloud-configurator.js +140 -132
- package/dist/components/tet-colors.js +42 -42
- package/dist/components/tet-compare-card-v2.js +57 -55
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +40 -39
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/components/tet-contact-form.js +59 -50
- package/dist/components/tet-contact-info.js +1 -1
- package/dist/components/tet-container.js +1 -1
- package/dist/components/tet-customer-assets.js +95 -90
- package/dist/components/tet-datepicker-header.js +1 -1
- package/dist/components/tet-datepicker-month-view.js +1 -1
- package/dist/components/tet-datepicker-multi-year-view.js +1 -1
- package/dist/components/tet-datepicker-year-view.js +1 -1
- package/dist/components/tet-datepicker.js +41 -36
- package/dist/components/tet-dialog.js +1 -1
- package/dist/components/tet-dropdown.js +1 -1
- package/dist/components/tet-dynamic-card.js +71 -74
- package/dist/components/tet-expandable-input.js +99 -82
- package/dist/components/tet-expansion-panel.js +17 -19
- package/dist/components/tet-filter.js +29 -14
- package/dist/components/tet-font-weight.js +1 -1
- package/dist/components/tet-fonts.js +1 -1
- package/dist/components/tet-grid.js +1 -1
- package/dist/components/tet-icon.js +1 -1
- package/dist/components/tet-inline-message.js +8 -8
- package/dist/components/tet-input.js +1 -1
- package/dist/components/tet-label.js +3 -3
- package/dist/components/tet-layout.js +1 -1
- package/dist/components/tet-link.js +1 -1
- package/dist/components/tet-loader.js +1 -1
- package/dist/components/tet-macd-view.js +55 -28
- package/dist/components/tet-menu-mobile.js +14 -15
- package/dist/components/tet-menu.js +5 -6
- package/dist/components/tet-multi-step-dialog.js +88 -74
- package/dist/components/tet-navigation-mobile.js +20 -16
- package/dist/components/tet-news-card-list.js +38 -39
- package/dist/components/tet-notification.js +1 -1
- package/dist/components/tet-number-input.js +1 -1
- package/dist/components/tet-placeholder.js +1 -1
- package/dist/components/tet-price-view.js +1 -1
- package/dist/components/tet-radio.js +1 -1
- package/dist/components/tet-range-slider.js +1 -1
- package/dist/components/tet-referral.js +32 -28
- package/dist/components/tet-round-stepper.js +3 -3
- package/dist/components/tet-selection-list.js +1 -1
- package/dist/components/tet-spacing.js +1 -1
- package/dist/components/tet-spinner.js +1 -1
- package/dist/components/tet-stepper-input.js +1 -1
- package/dist/components/tet-stepper-v2.js +1 -1
- package/dist/components/tet-stepper-v3.js +1 -1
- package/dist/components/tet-stepper.js +1 -1
- package/dist/components/tet-switch.js +1 -1
- package/dist/components/tet-tab-content.js +1 -1
- package/dist/components/tet-tab-header.js +1 -1
- package/dist/components/tet-table.js +134 -140
- package/dist/components/tet-tag-group.js +1 -1
- package/dist/components/tet-tag.js +1 -1
- package/dist/components/tet-text-list.js +1 -1
- package/dist/components/tet-textarea.js +14 -14
- package/dist/components/tet-thank-you-view-v2.js +38 -35
- package/dist/components/tet-thank-you-view-v3.js +38 -35
- package/dist/components/tet-thank-you-view.js +55 -49
- package/dist/components/tet-tooltip.js +1 -1
- package/dist/components/tet-tv-gift-block.js +15 -15
- package/dist/components/tet-tv-gift-list.js +16 -16
- package/dist/esm/{address-979a9993.js → address-483cfa2e.js} +1 -1
- package/dist/esm/{assets-b971f105.js → assets-d6147258.js} +1 -1
- package/dist/esm/{async-request-6675e5f5.js → async-request-21a65bdc.js} +27 -26
- package/dist/esm/compare-cards-tab-products-filters-79b7b7c6.js +98 -0
- package/dist/{components/p-6830b44d.js → esm/http-codes-c2e180c8.js} +65 -60
- package/dist/esm/{index-1bf36cb9.js → index-0c5fef2e.js} +1 -1
- package/dist/esm/{index-7f1e2a22.js → index-209dece3.js} +1672 -1598
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{phone-99c2f297.js → phone-4b016684.js} +8 -6
- package/dist/esm/{product-comparison-830e2764.js → product-comparison-41b334ab.js} +1 -1
- package/dist/esm/{tasks-3dfcc330.js → tasks-24b9f88e.js} +2 -2
- package/dist/esm/tet-accordion_2.entry.js +62 -46
- package/dist/esm/tet-address-offers-filters-products_2.entry.js +250 -233
- package/dist/esm/tet-address-offers-view.entry.js +44 -36
- package/dist/esm/tet-address-offers_4.entry.js +344 -314
- package/dist/esm/tet-address-search.entry.js +176 -168
- package/dist/esm/tet-asset-addresses.entry.js +106 -95
- package/dist/esm/tet-autocomplete-dropdown.entry.js +40 -30
- package/dist/esm/tet-autocomplete.entry.js +204 -191
- package/dist/esm/tet-b2b-check-out-form_5.entry.js +281 -242
- package/dist/esm/tet-b2b-configurator.entry.js +397 -379
- package/dist/esm/tet-b2b-service-calculator.entry.js +29 -29
- package/dist/esm/tet-banner-nav.entry.js +24 -12
- package/dist/esm/tet-bar-graph.entry.js +222 -215
- package/dist/esm/tet-border-radius.entry.js +1 -1
- package/dist/esm/tet-business-card.entry.js +38 -32
- package/dist/esm/tet-business-compare-card.entry.js +18 -11
- package/dist/esm/tet-business-lines.entry.js +26 -27
- package/dist/esm/tet-business-round-stepper.entry.js +10 -10
- package/dist/esm/tet-button.entry.js +9 -9
- package/dist/esm/tet-card-list.entry.js +557 -530
- package/dist/esm/tet-carousel.entry.js +181 -185
- package/dist/esm/tet-checkbox.entry.js +15 -11
- package/dist/esm/tet-cloud-application-form-dialog.entry.js +31 -5
- package/dist/esm/tet-cloud-configurator.entry.js +133 -125
- package/dist/esm/tet-colors.entry.js +42 -42
- package/dist/esm/tet-compare-card-v2.entry.js +51 -49
- package/dist/esm/tet-compare-cards-tab.entry.js +29 -28
- package/dist/esm/tet-compare-cards_2.entry.js +41 -34
- package/dist/esm/tet-components.js +4 -4
- package/dist/esm/tet-contact-form.entry.js +56 -47
- package/dist/esm/tet-contact-info.entry.js +1 -1
- package/dist/esm/tet-container_2.entry.js +63 -59
- package/dist/esm/tet-customer-assets.entry.js +90 -85
- package/dist/esm/tet-datepicker-header_4.entry.js +203 -188
- package/dist/esm/tet-datepicker.entry.js +36 -31
- package/dist/esm/tet-dialog.entry.js +42 -36
- package/dist/esm/tet-dropdown_2.entry.js +137 -115
- package/dist/esm/tet-dynamic-card.entry.js +68 -71
- package/dist/esm/tet-expandable-input.entry.js +97 -80
- package/dist/esm/tet-expansion-panel.entry.js +17 -19
- package/dist/esm/tet-filter.entry.js +26 -11
- package/dist/esm/tet-font-weight.entry.js +1 -1
- package/dist/esm/tet-fonts.entry.js +1 -1
- package/dist/esm/tet-grid.entry.js +1 -1
- package/dist/esm/tet-icon.entry.js +25 -24
- package/dist/esm/tet-inline-message.entry.js +7 -7
- package/dist/esm/tet-input.entry.js +48 -38
- package/dist/esm/tet-label.entry.js +4 -4
- package/dist/esm/tet-layout.entry.js +1 -1
- package/dist/esm/tet-link.entry.js +1 -1
- package/dist/esm/tet-loader.entry.js +1 -1
- package/dist/esm/tet-macd-view.entry.js +51 -24
- package/dist/esm/tet-menu-mobile.entry.js +13 -14
- package/dist/esm/tet-menu.entry.js +4 -5
- package/dist/esm/tet-multi-step-dialog.entry.js +87 -73
- package/dist/esm/tet-navigation-mobile.entry.js +19 -15
- package/dist/esm/tet-news-card-list.entry.js +35 -36
- package/dist/esm/tet-number-input.entry.js +56 -42
- package/dist/esm/tet-placeholder.entry.js +1 -1
- package/dist/esm/tet-price-view.entry.js +4 -4
- package/dist/esm/tet-radio.entry.js +11 -7
- package/dist/esm/tet-range-slider.entry.js +632 -620
- package/dist/esm/tet-referral.entry.js +31 -27
- package/dist/esm/tet-round-stepper.entry.js +2 -2
- package/dist/esm/tet-spacing.entry.js +1 -1
- package/dist/esm/tet-spinner.entry.js +16 -16
- package/dist/esm/tet-stepper-input.entry.js +33 -27
- package/dist/esm/tet-stepper-v2.entry.js +28 -29
- package/dist/esm/tet-stepper-v3.entry.js +20 -21
- package/dist/esm/tet-stepper.entry.js +62 -63
- package/dist/esm/tet-switch.entry.js +4 -2
- package/dist/esm/tet-tab-header.entry.js +68 -65
- package/dist/esm/tet-table.entry.js +132 -138
- package/dist/esm/tet-tag_2.entry.js +12 -12
- package/dist/esm/tet-text-list.entry.js +12 -4
- package/dist/esm/tet-textarea.entry.js +14 -14
- package/dist/esm/tet-thank-you-view-v2.entry.js +37 -34
- package/dist/esm/tet-thank-you-view-v3.entry.js +37 -34
- package/dist/esm/tet-thank-you-view.entry.js +52 -46
- package/dist/esm/tet-tv-gift-block.entry.js +15 -15
- package/dist/esm/tet-tv-gift-list.entry.js +15 -15
- package/dist/esm/{theme-wrapper-6e6b2089.js → theme-wrapper-58ce8dca.js} +2 -2
- package/dist/esm/{translations-eff34607.js → translations-ff21fc65.js} +53 -52
- package/dist/esm/{typecheck-31fd6c02.js → typecheck-4abf0258.js} +1 -1
- package/dist/esm/{utils-f8f08058.js → utils-c110a4b1.js} +23 -8
- package/dist/tet-components/{p-eed2b508.entry.js → p-02441a57.entry.js} +1 -1
- package/dist/tet-components/p-032b5507.js +1 -0
- package/dist/tet-components/{p-de142575.js → p-0449b998.js} +1 -1
- package/dist/tet-components/{p-b680d126.entry.js → p-072fd38b.entry.js} +1 -1
- package/dist/tet-components/p-078fae30.entry.js +1 -0
- package/dist/tet-components/p-087903b8.entry.js +1 -0
- package/dist/tet-components/p-09da9cdb.entry.js +1 -0
- package/dist/tet-components/p-0bd28e46.entry.js +1 -0
- package/dist/tet-components/p-12649d6e.js +1 -0
- package/dist/tet-components/{p-44d068ac.entry.js → p-172f5d46.entry.js} +1 -1
- package/dist/tet-components/p-19d71252.entry.js +1 -0
- package/dist/tet-components/p-1c34c35d.entry.js +1 -0
- package/dist/tet-components/{p-9b027102.entry.js → p-1e637cab.entry.js} +1 -1
- package/dist/tet-components/p-216be909.entry.js +1 -0
- package/dist/tet-components/p-2204320b.entry.js +1 -0
- package/dist/tet-components/p-25c9957d.js +1 -0
- package/dist/tet-components/p-274d6839.entry.js +1 -0
- package/dist/tet-components/p-278ad754.entry.js +1 -0
- package/dist/tet-components/p-2813884f.entry.js +1 -0
- package/dist/tet-components/p-290cc145.entry.js +1 -0
- package/dist/tet-components/p-29a179e7.entry.js +1 -0
- package/dist/tet-components/{p-1a89919e.entry.js → p-2b11b9eb.entry.js} +1 -1
- package/dist/tet-components/p-30fed7c2.entry.js +1 -0
- package/dist/tet-components/{p-5c86ad42.entry.js → p-3176cf46.entry.js} +1 -1
- package/dist/tet-components/{p-46e5b573.entry.js → p-3d60accc.entry.js} +1 -1
- package/dist/tet-components/{p-e263ecdf.js → p-3deb6f3c.js} +1 -1
- package/dist/tet-components/p-41cdb7f9.entry.js +1 -0
- package/dist/tet-components/p-446ae6ef.entry.js +1 -0
- package/dist/tet-components/{p-f9a1fbb2.entry.js → p-451b2a49.entry.js} +1 -1
- package/dist/tet-components/{p-f023f124.entry.js → p-47233208.entry.js} +1 -1
- package/dist/tet-components/p-4c10844d.entry.js +1 -0
- package/dist/tet-components/p-4ecb9094.entry.js +1 -0
- package/dist/tet-components/{p-36d2a380.entry.js → p-4fd6c1ae.entry.js} +1 -1
- package/dist/tet-components/{p-49122f6a.entry.js → p-510150b8.entry.js} +1 -1
- package/dist/tet-components/{p-bc16c07b.js → p-56bfd2a5.js} +1 -1
- package/dist/tet-components/p-585739ce.entry.js +1 -0
- package/dist/tet-components/{p-918e4e84.entry.js → p-5cf65beb.entry.js} +1 -1
- package/dist/tet-components/{p-66dd0ede.entry.js → p-6278a886.entry.js} +1 -1
- package/dist/tet-components/p-646bddab.entry.js +1 -0
- package/dist/tet-components/p-683c2419.entry.js +1 -0
- package/dist/tet-components/{p-8b405467.entry.js → p-68709390.entry.js} +1 -1
- package/dist/tet-components/{p-c7dbb16f.entry.js → p-6910d35c.entry.js} +1 -1
- package/dist/tet-components/p-696f83db.entry.js +1 -0
- package/dist/tet-components/p-6a185f76.js +1 -0
- package/dist/tet-components/p-6ccea165.entry.js +1 -0
- package/dist/tet-components/p-6e166c83.entry.js +1 -0
- package/dist/tet-components/{p-775aa778.entry.js → p-70941fcd.entry.js} +1 -1
- package/dist/tet-components/p-7145ca73.entry.js +1 -0
- package/dist/tet-components/{p-8c964cca.js → p-77d941d8.js} +2 -2
- package/dist/tet-components/{p-a9ed4e2b.entry.js → p-7ae725e1.entry.js} +1 -1
- package/dist/tet-components/p-8148edc9.entry.js +1 -0
- package/dist/tet-components/p-8622e131.entry.js +1 -0
- package/dist/tet-components/p-8907f459.entry.js +1 -0
- package/dist/tet-components/p-8f7629ca.entry.js +1 -0
- package/dist/tet-components/p-94e9a944.js +1 -0
- package/dist/tet-components/p-97c743ab.entry.js +1 -0
- package/dist/tet-components/p-9a2b6ee2.js +1 -0
- package/dist/tet-components/p-9b5cf49f.js +2 -0
- package/dist/tet-components/{p-ed67bd52.entry.js → p-9becad06.entry.js} +1 -1
- package/dist/tet-components/p-9eb8d93b.entry.js +1 -0
- package/dist/tet-components/p-a8091c62.entry.js +1 -0
- package/dist/tet-components/p-a8e16d54.entry.js +1 -0
- package/dist/tet-components/p-ae2e1d5c.entry.js +1 -0
- package/dist/tet-components/{p-ecff869b.entry.js → p-b3598dc1.entry.js} +1 -1
- package/dist/tet-components/p-ba803b83.entry.js +1 -0
- package/dist/tet-components/p-bda674b0.entry.js +1 -0
- package/dist/tet-components/{p-8f545d45.entry.js → p-c07c5b84.entry.js} +1 -1
- package/dist/tet-components/p-c14f1445.entry.js +1 -0
- package/dist/tet-components/{p-9f1a810e.entry.js → p-c24c48e4.entry.js} +1 -1
- package/dist/tet-components/{p-bb9f1a6f.entry.js → p-c3f486bc.entry.js} +1 -1
- package/dist/tet-components/{p-77372984.js → p-c4fc2dd6.js} +1 -1
- package/dist/tet-components/p-c5bc017a.entry.js +1 -0
- package/dist/tet-components/p-c6d7c2b4.entry.js +1 -0
- package/dist/tet-components/p-c9cdf98c.js +1 -0
- package/dist/tet-components/p-cca96c58.entry.js +1 -0
- package/dist/tet-components/p-d4b6b480.entry.js +1 -0
- package/dist/tet-components/p-d5cc4a81.entry.js +1 -0
- package/dist/tet-components/p-d8bebee4.entry.js +1 -0
- package/dist/tet-components/p-d9a826c2.js +1 -0
- package/dist/tet-components/p-dd49b83c.entry.js +1 -0
- package/dist/tet-components/p-dd6c7252.entry.js +1 -0
- package/dist/tet-components/p-ea3ae824.entry.js +1 -0
- package/dist/tet-components/p-eba077c3.entry.js +1 -0
- package/dist/tet-components/p-ebc29130.entry.js +1 -0
- package/dist/tet-components/p-ed09dcf0.entry.js +1 -0
- package/dist/tet-components/p-ed46a069.entry.js +1 -0
- package/dist/tet-components/p-eda15c93.entry.js +1 -0
- package/dist/tet-components/{p-a07cada6.entry.js → p-eeb9d7f5.entry.js} +1 -1
- package/dist/tet-components/p-f262aa6f.entry.js +1 -0
- package/dist/tet-components/p-f6d5af93.entry.js +1 -0
- package/dist/tet-components/p-f704e170.entry.js +1 -0
- package/dist/tet-components/p-f86ab4d3.entry.js +1 -0
- package/dist/tet-components/p-fcaa909d.entry.js +1 -0
- package/dist/tet-components/p-fd1d7955.entry.js +1 -0
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/dist/types/components/advanced/address/tet-autocomplete/tet-autocomplete.d.ts +3 -2
- package/dist/types/components.d.ts +0 -8
- package/dist/types/stencil-public-runtime.d.ts +3 -10
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +3 -0
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/package.json +6 -12
- package/dist/cjs/compare-cards-tab-products-filters-58410792.js +0 -99
- package/dist/collection/components/advanced/address/tet-address-offers-filters/address-offers-filters.spec.js +0 -105
- package/dist/collection/components/advanced/address/tet-address-offers-filters/test/tet-address-offers-filters.spec.js +0 -23
- package/dist/collection/components/advanced/address/tet-address-offers-filters-products/test/tet-address-offers-filters-products.spec.js +0 -23
- package/dist/collection/components/advanced/address/tet-autocomplete/test/tet-autocomplete.spec.js +0 -110
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/test/tet-b2b-compare-card.spec.js +0 -86
- package/dist/collection/components/advanced/cards/tet-card-list/test/tet-card-list.spec.js +0 -69
- package/dist/collection/components/advanced/cards/tet-compare-card/test/tet-compare-card.spec.js +0 -292
- package/dist/collection/components/advanced/cards/tet-compare-card-v2/test/tet-compare-card-v2.spec.js +0 -40
- package/dist/collection/components/advanced/cards/tet-compare-cards/test/tet-compare-cards.spec.js +0 -65
- package/dist/collection/components/advanced/cards/tet-compare-cards-tab/test/tet-compare-cards-tab.spec.js +0 -399
- package/dist/collection/components/advanced/customer/tet-asset-addresses/test/tet-asset-addresses.spec.js +0 -30
- package/dist/collection/components/advanced/customer/tet-asset-availability-addresses/test/tet-asset-availability-addresses.spec.js +0 -30
- package/dist/collection/components/advanced/customer/tet-referral/test/tet-referral.spec.js +0 -85
- package/dist/collection/components/advanced/dialog/tet-multi-step-dialog/test/tet-multi-step-dialog.spec.js +0 -53
- package/dist/collection/components/advanced/forms/tet-availability-contact-form/test/tet-availability-contact-form.spec.js +0 -35
- package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-block/test/tet-tv-gift-block.spec.js +0 -61
- package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-list/test/tet-tv-gift-list.spec.js +0 -55
- package/dist/collection/components/basic/buttons/tet-button/test/tet-button.spec.js +0 -131
- package/dist/collection/components/basic/buttons/tet-checkbox/test/tet-checkbox.spec.js +0 -28
- package/dist/collection/components/basic/buttons/tet-radio/test/tet-radio.spec.js +0 -26
- package/dist/collection/components/basic/buttons/tet-switch/test/tet-switch.spec.js +0 -27
- package/dist/collection/components/basic/buttons/tet-tabs/test/tet-tab-content.spec.js +0 -35
- package/dist/collection/components/basic/buttons/tet-tabs/test/tet-tab-header.spec.js +0 -42
- package/dist/collection/components/basic/buttons/tet-tag/test/tet-tag.spec.js +0 -76
- package/dist/collection/components/basic/buttons/tet-tag-group/test/tet-tag-group.spec.js +0 -92
- package/dist/collection/components/basic/carousel/tet-carousel/test/tet-carousel.spec.js +0 -63
- package/dist/collection/components/basic/container/tet-container/test/tet-container.spec.js +0 -50
- package/dist/collection/components/basic/loaders/tet-loader/test/tet-loader.spec.js +0 -19
- package/dist/collection/components/basic/loaders/tet-placeholder/test/tet-placeholder.spec.js +0 -19
- package/dist/collection/components/basic/loaders/tet-spinner/test/tet-spinner.spec.js +0 -52
- package/dist/collection/components/basic/steppers/tet-business-round-stepper/test/tet-business-round-stepper.spec.js +0 -82
- package/dist/collection/components/basic/steppers/tet-round-stepper/test/tet-round-stepper.spec.js +0 -78
- package/dist/collection/components/basic/steppers/tet-stepper/test/tet-stepper.spec.js +0 -110
- package/dist/collection/components/basic/steppers/tet-stepper-v2/test/tet-stepper-v2.spec.js +0 -136
- package/dist/collection/components/basic/steppers/tet-stepper-v3/test/tet-stepper-v3.spec.js +0 -135
- package/dist/collection/components/simple/inputs/tet-dropdown/test/tet-dropdown.spec.js +0 -122
- package/dist/collection/components/simple/inputs/tet-input/test/tet-input.spec.js +0 -110
- package/dist/collection/components/simple/inputs/tet-range-slider/test/tet-range-slider.spec.js +0 -145
- package/dist/collection/components/simple/lists/tet-news-card-list/test/tet-news-card-list.spec.js +0 -111
- package/dist/collection/components/simple/lists/tet-selection-list/test/tet-selection-list.spec.js +0 -64
- package/dist/collection/components/simple/lists/tet-text-list/test/tet-text-list.spec.js +0 -171
- package/dist/collection/components/simple/menu/tet-menu/test/tet-menu.spec.js +0 -231
- package/dist/collection/components/simple/menu/tet-menu-mobile/test/tet-menu-mobile.spec.js +0 -87
- package/dist/collection/components/simple/menu/tet-navigation-mobile/test/tet-navigation-mobile.spec.js +0 -81
- package/dist/collection/components/simple/structural/tet-accordion/test/tet-accordion.spec.js +0 -108
- package/dist/collection/components/simple/structural/tet-expansion-panel/test/tet-expansion-panel.spec.js +0 -42
- package/dist/collection/components/simple/tables-and-graphs/tet-bar-graph/test/tet-bar-graph.spec.js +0 -85
- package/dist/collection/components/simple/tables-and-graphs/tet-table/test/tet-table.spec.js +0 -360
- package/dist/collection/components/simple/text-blocks/tet-dialog/test/tet-dialog.spec.js +0 -84
- package/dist/collection/components/simple/text-blocks/tet-inline-message/test/tet-inline-message.spec.js +0 -22
- package/dist/collection/components/simple/text-blocks/tet-notification/test/tet-notification.spec.js +0 -88
- package/dist/collection/components/simple/text-blocks/tet-tooltip/test/tet-tooltip.spec.js +0 -79
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/test/tet-b2b-configurator-cart.spec.js +0 -50
- package/dist/collection/components/views/tet-b2b-configurator/test/tet-b2b-configurator.spec.js +0 -136
- package/dist/collection/components/views/tet-business-lines/test/tet-business-lines.spec.js +0 -23
- package/dist/collection/components/views/tet-contact-info/test/tet-contact-info.spec.js +0 -44
- package/dist/collection/components/views/tet-macd-view/test/tet-macd-view.spec.js +0 -498
- package/dist/collection/components/views/tet-price-view/test/tet-price-view.spec.js +0 -98
- package/dist/collection/components/views/tet-thank-you-view/test/tet-thank-you-view.spec.js +0 -275
- package/dist/collection/components/views/tet-thank-you-view-v2/test/tet-thank-you-view-v2.spec.js +0 -175
- package/dist/collection/components/views/tet-thank-you-view-v3/test/tet-thank-you-view-v3.spec.js +0 -175
- package/dist/collection/services/api/async-request.spec.js +0 -37
- package/dist/collection/services/api/request.spec.js +0 -32
- package/dist/collection/services/api/services/address.spec.js +0 -39
- package/dist/collection/services/api/services/catalog/product-comparison.spec.js +0 -22
- package/dist/collection/services/api/services/components/component-data.spec.js +0 -20
- package/dist/collection/services/api/services/customer/assets.spec.js +0 -25
- package/dist/collection/services/api/services/customer/query.spec.js +0 -25
- package/dist/collection/services/api/services/macd/macd.spec.js +0 -91
- package/dist/collection/services/api/services/operations/operations.spec.js +0 -19
- package/dist/collection/services/api/services/tasks.spec.js +0 -25
- package/dist/collection/services/api/services/translations.spec.js +0 -20
- package/dist/collection/services/products/product-codes.spec.js +0 -11
- package/dist/collection/services/translations/translations.spec.js +0 -30
- package/dist/collection/services/url/build-url-params.spec.js +0 -11
- package/dist/collection/services/url/url.spec.js +0 -16
- package/dist/collection/services/utils/array.spec.js +0 -10
- package/dist/collection/services/utils/debounce.spec.js +0 -19
- package/dist/collection/services/utils/execute-until.spec.js +0 -10
- package/dist/collection/services/utils/inertia-scroll.spec.js +0 -56
- package/dist/collection/services/utils/isFocusableElementOrChild.spec.js +0 -67
- package/dist/collection/services/utils/object.spec.js +0 -84
- package/dist/collection/services/utils/price.spec.js +0 -18
- package/dist/collection/services/utils/random.spec.js +0 -10
- package/dist/collection/services/utils/reactive.spec.js +0 -15
- package/dist/collection/services/utils/size.spec.js +0 -13
- package/dist/collection/services/utils/string.spec.js +0 -9
- package/dist/collection/services/utils/throttle.spec.js +0 -32
- package/dist/collection/services/utils/typecheck.spec.js +0 -49
- package/dist/collection/services/validators/validator-group.spec.js +0 -30
- package/dist/collection/services/validators/validators/e-mail.spec.js +0 -20
- package/dist/collection/services/validators/validators/phone.spec.js +0 -23
- package/dist/collection/services/validators/validators/required.spec.js +0 -16
- package/dist/components/p-8e19c5da.js +0 -857
- package/dist/components/p-e34bf267.js +0 -170
- package/dist/esm/compare-cards-tab-products-filters-f0fa0712.js +0 -97
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/tet-components/p-021268b7.entry.js +0 -1
- package/dist/tet-components/p-02e548d5.entry.js +0 -1
- package/dist/tet-components/p-06bf08a4.entry.js +0 -1
- package/dist/tet-components/p-0738afc0.entry.js +0 -1
- package/dist/tet-components/p-1b797a96.entry.js +0 -1
- package/dist/tet-components/p-1be23b32.entry.js +0 -1
- package/dist/tet-components/p-1e840eca.entry.js +0 -1
- package/dist/tet-components/p-1ec7f341.js +0 -2
- package/dist/tet-components/p-2e870f4d.entry.js +0 -1
- package/dist/tet-components/p-2f029068.entry.js +0 -1
- package/dist/tet-components/p-34ed0dd7.entry.js +0 -1
- package/dist/tet-components/p-3604bf21.entry.js +0 -1
- package/dist/tet-components/p-3d2dc872.entry.js +0 -1
- package/dist/tet-components/p-48bd3f87.entry.js +0 -1
- package/dist/tet-components/p-4e3c6172.entry.js +0 -1
- package/dist/tet-components/p-4e917b52.entry.js +0 -1
- package/dist/tet-components/p-511680d5.entry.js +0 -1
- package/dist/tet-components/p-5d920c98.entry.js +0 -1
- package/dist/tet-components/p-618134c3.entry.js +0 -1
- package/dist/tet-components/p-695cdc78.entry.js +0 -1
- package/dist/tet-components/p-6a5eca28.js +0 -1
- package/dist/tet-components/p-71cbde0c.entry.js +0 -1
- package/dist/tet-components/p-7751035d.entry.js +0 -1
- package/dist/tet-components/p-78014763.entry.js +0 -1
- package/dist/tet-components/p-78a0c398.entry.js +0 -1
- package/dist/tet-components/p-79255c00.entry.js +0 -1
- package/dist/tet-components/p-7a04bcd7.entry.js +0 -1
- package/dist/tet-components/p-805c9ef3.entry.js +0 -1
- package/dist/tet-components/p-88885ba1.entry.js +0 -1
- package/dist/tet-components/p-8a6831bc.entry.js +0 -1
- package/dist/tet-components/p-8c7c6590.entry.js +0 -1
- package/dist/tet-components/p-8c89d1f5.entry.js +0 -1
- package/dist/tet-components/p-8d644f8b.entry.js +0 -1
- package/dist/tet-components/p-9102c6d9.entry.js +0 -1
- package/dist/tet-components/p-977ea27a.entry.js +0 -1
- package/dist/tet-components/p-9a5b8dbc.entry.js +0 -1
- package/dist/tet-components/p-a15d2b6a.entry.js +0 -1
- package/dist/tet-components/p-a549f1dd.entry.js +0 -1
- package/dist/tet-components/p-a8030923.entry.js +0 -1
- package/dist/tet-components/p-aff1e911.entry.js +0 -1
- package/dist/tet-components/p-b0112dde.entry.js +0 -1
- package/dist/tet-components/p-b14b8531.entry.js +0 -1
- package/dist/tet-components/p-b2b384d2.js +0 -1
- package/dist/tet-components/p-bc2e65ab.entry.js +0 -1
- package/dist/tet-components/p-bfa02c13.entry.js +0 -1
- package/dist/tet-components/p-c4a95bbe.entry.js +0 -1
- package/dist/tet-components/p-c4ed060b.entry.js +0 -1
- package/dist/tet-components/p-ca66b4b1.js +0 -1
- package/dist/tet-components/p-cf7d5c84.js +0 -1
- package/dist/tet-components/p-d0d6a340.js +0 -1
- package/dist/tet-components/p-d2919aae.js +0 -1
- package/dist/tet-components/p-d795f9c3.entry.js +0 -1
- package/dist/tet-components/p-dc12dee9.entry.js +0 -1
- package/dist/tet-components/p-dcbe09b5.js +0 -1
- package/dist/tet-components/p-de040767.entry.js +0 -1
- package/dist/tet-components/p-de4c32ee.entry.js +0 -1
- package/dist/tet-components/p-e423fe76.entry.js +0 -1
- package/dist/tet-components/p-e69056de.entry.js +0 -1
- package/dist/tet-components/p-e86164ef.entry.js +0 -1
- package/dist/tet-components/p-eb66d7b2.js +0 -1
- package/dist/tet-components/p-ecbfde88.entry.js +0 -1
- package/dist/tet-components/p-ed4b8bbe.entry.js +0 -1
- package/dist/tet-components/p-eed7244f.entry.js +0 -1
- package/dist/tet-components/p-f48500fd.entry.js +0 -1
- package/dist/tet-components/p-fab4ab39.entry.js +0 -1
- package/dist/tet-components/p-fd4131ad.entry.js +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r,c as t,h as o,f as e,H as c,g as a}from"./p-1ec7f341.js";import{t as l,p as n}from"./p-cf7d5c84.js";import{C as i}from"./p-6a5eca28.js";import{g as s}from"./p-165a8492.js";import"./p-d0d6a340.js";import"./p-8c964cca.js";class d{constructor(r){this.onFilterSelect=r,this.availableTvFilters=[],this.allFilters=[],this.initialize=(r,t)=>{r.productTags&&(this.availableTvFilters=this.resolveFilters(r,t)),this.updateDisabledFilters(),this.onFilterSelect([...this.availableTvFilters],this.getActiveFilterIds(),this.getFilteredProductIds(t))},this.getAvailableFilters=()=>[...this.availableTvFilters],this.clearFilters=r=>{this.availableTvFilters.forEach((r=>{r.active=!1,r.showIcon=!1})),this.updateDisabledFilters(),this.onFilterSelect([...this.availableTvFilters],[],this.getFilteredProductIds(r))},this.resolveFilters=(r,t)=>{const o=new Set(t.products.map((r=>r.productCode)));return(r.productTags||[]).map((r=>{const t=(r.products||[]).filter((r=>o.has(r)));return{id:r.tag,title:r.title,products:t,active:!1,disabled:!1,showIcon:!1,clickAction:this.filterClickAction.bind(this)}})).filter((r=>r.products.length>0))},this.updateDisabledFilters=()=>{const r=this.availableTvFilters.filter((r=>r.active)),t=r.length;let o=null;if(t>0){o=new Set(r[0].products);for(let t=1;t<r.length;t++)o=new Set([...o].filter((o=>r[t].products.includes(o))))}for(const r of this.availableTvFilters)if(r.active||0===t)r.disabled=!1;else{let t=o?[...o]:r.products;o&&(t=t.filter((t=>r.products.includes(t)))),r.disabled=t.length<=0,r.showIcon=!1}},this.filterClickAction=(r,t)=>{const o=this.availableTvFilters.find((({id:t})=>t===r.id));o&&(o.disabled||(o.active=!o.active,o.showIcon=!o.showIcon,this.updateDisabledFilters(),this.onFilterSelect([...this.availableTvFilters],this.getActiveFilterIds(),this.getFilteredProductIds(t))))},this.getActiveFilterIds=()=>this.availableTvFilters.filter((r=>r.active)).map((r=>r.id)),this.getFilteredProductIds=(r=null)=>{if(!r||!r.products)return[];const t=this.availableTvFilters.filter((r=>r.active));if(0===t.length)return r.products.map((r=>r.productCode));let o=[...t[0].products];for(let r=1;r<t.length;r++)o=o.filter((o=>t[r].products.includes(o)));const e=new Set(r.products.map((r=>r.productCode)));return o=o.filter((r=>e.has(r))),o}}}const _=class{constructor(e){r(this,e),this.activeFiltersChanged=t(this,"activeFiltersChanged",7),this.filteredProductsChanged=t(this,"filteredProductsChanged",7),this.clearAllFilters=()=>{this.filtersHelper&&this.filtersHelper.clearFilters(this.category),this.compareCardsFiltersHelper&&this.compareCardsFiltersHelper.clearFilters()},this.renderClearFilterBtn=()=>this.clearFilterButton&&0!==this.availableTvProducts.length?o("button",{class:{"clear-button":!0,[`theme-${this.theme}`]:!0},onClick:()=>this.clearAllFilters()},o("tet-icon",{name:"tc-reload",part:"icon-selected"}),l("components-address-offers-filters-clear-btn")):null,this.renderLoader=()=>o("div",{class:"loader"},Array.from({length:4}).map((()=>o("tet-placeholder",{height:"2rem",width:"8rem",class:"tag-placeholder",darkTheme:"dark"===this.theme})))),this.language="lv",this.clearFilterButton=!1,this.theme="light",this.catalog=void 0,this.productCodes=void 0,this.category=void 0,this.subcategoryId=void 0,this.availableTvProducts=[],this.activeTvFilters=[]}async onLanguageChange(r){n("tet-components",r).then((()=>e(this)))}onDataChange(){this.initFilters()}onProductCodesChanged(){this.initFilters()}componentWillLoad(){n("tet-components",this.language).then((()=>e(this))),this.initFilters()}initFilters(){this.catalog&&this.category?this.initAdrressOffersFilters():this.productCodes&&this.initCompareCardFilters()}initAdrressOffersFilters(){this.filtersHelper=new d(((r,t,o)=>{this.availableTvProducts=r.map((r=>Object.assign(Object.assign({},r),{clickAction:()=>this.toggleFilter(r.id)}))),this.activeTvFilters=t,this.activeFiltersChanged.emit(t),this.filteredProductsChanged.emit({subcategoryId:this.subcategoryId,filteredProductIds:o})})),this.filtersHelper.initialize(this.catalog,this.category)}initCompareCardFilters(){this.compareCardsFiltersHelper=new i(((r,t,o)=>{this.availableTvProducts=r.map((r=>Object.assign(Object.assign({},r),{clickAction:()=>this.toggleCompareCardsFilter(r.id)}))),this.activeTvFilters=t,this.activeFiltersChanged.emit(t),this.filteredProductsChanged.emit({subcategoryId:this.subcategoryId,filteredProductIds:o})})),this.compareCardsFiltersHelper.initialize(this.productCodes)}toggleFilter(r){const t=this.filtersHelper.getAvailableFilters().find((t=>t.id===r));t&&!t.disabled&&this.filtersHelper.filterClickAction(t,this.category)}toggleCompareCardsFilter(r){const t=this.compareCardsFiltersHelper.getAvailableFilters().find((t=>t.id===r));t&&!t.disabled&&this.compareCardsFiltersHelper.filterClickAction(t)}render(){return o(c,{key:"0653dfffcff52b781190e2d8bd13611217410425"},0===this.availableTvProducts.length&&this.renderLoader(),o("tet-tag-group",{key:"56d5d36703d745c6e1c57ff721bda16bae741d9e",tags:this.availableTvProducts,language:this.language,theme:this.theme}),this.renderClearFilterBtn())}static get watchers(){return{language:["onLanguageChange"],catalog:["onDataChange"],category:["onDataChange"],productCodes:["onProductCodesChanged"]}}};_.style='@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)}:host{display:flex;flex-wrap:wrap;gap:1rem}.loader{display:flex;gap:0.5rem;flex-wrap:wrap}.loader .tag-placeholder{--placeholder-animation-speed:20s}.clear-button{font:500 1rem/1.5rem "Inter", "Gilroy, Arial, sans-serif";display:flex;flex-wrap:nowrap;border:0.0625rem solid var(--clear-button-border-color);cursor:pointer;align-items:center;gap:0.25rem;padding:0.375rem 0.75rem;color:var(--clear-button-text-color);border-radius:0.625rem;background:var(--clear-button-background-color);--icon-size:1rem}.clear-button tet-icon{--icon-color:var(--clear-button-icon-color);--icon-container-display:flex}.clear-button:hover{background:var(--clear-button-background-hover)}.clear-button.theme-light{--clear-button-border-color:var(--tc-border-primary);--clear-button-text-color:var(--tc-text-primary);--clear-button-background-color:var(--tc-layer-primary);--clear-button-background-hover:var(--tc-button-primary-background-inverse-hover);--clear-button-focus-outline-color:var(--tc-blue-40);--clear-button-icon-color:var(--tc-icon-primary)}.clear-button.theme-dark{--clear-button-border-color:var(--tc-border-primary-dark);--clear-button-text-color:var(--tc-text-primary-dark);--clear-button-background-color:var(--tc-layer-primary-dark);--clear-button-background-hover:var(--tc-button-primary-background-inverse-hover-dark);--clear-button-focus-outline-color:var(--tc-blue-40-dark);--clear-button-icon-color:var(--tc-icon-primary-dark)}.clear-button:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0rem;transition:outline 0s;outline-color:var(--clear-button-focus-outline-color);border-color:transparent}';const f=(r,t)=>r?r instanceof ShadowRoot?f(r.host,t):r instanceof HTMLElement&&r.matches(t)?r:f(r.parentNode,t):null;function g(r,t=document,o=null){return u(r,!0,t,o)}function b(r,t=document,o=null){return u(r,!1,t,o)}function u(r,t,o,e=null){r=function(r){function t(){e&&(l.length>0&&/^[~+>]$/.test(l[l.length-1])&&l.push(" "),l.push(e))}var o,e,c,a,l=[],n=[0],i=0,s=/(?:[^\\]|(?:^|[^\\])(?:\\\\)+)$/,d=/^\s+$/,_=[/\s+|\/\*|["'>~+[(]/g,/\s+|\/\*|["'[\]()]/g,/\s+|\/\*|["'[\]()]/g,null,/\*\//g];for(r=r.trim();;){if(e="",(c=_[n[n.length-1]]).lastIndex=i,!(o=c.exec(r))){e=r.substr(i),t();break}if((a=i)<(i=c.lastIndex)-o[0].length&&(e=r.substring(a,i-o[0].length)),n[n.length-1]<3){if(t(),"["===o[0])n.push(1);else if("("===o[0])n.push(2);else if(/^["']$/.test(o[0]))n.push(3),_[3]=new RegExp(o[0],"g");else if("/*"===o[0])n.push(4);else if(/^[\])]$/.test(o[0])&&n.length>0)n.pop();else if(/^(?:\s+|[~+>])$/.test(o[0])&&(l.length>0&&!d.test(l[l.length-1])&&0===n[n.length-1]&&l.push(" "),1===n[n.length-1]&&5===l.length&&"="===l[2].charAt(l[2].length-1)&&(l[4]=" "+l[4]),d.test(o[0])))continue;l.push(o[0])}else l[l.length-1]+=e,s.test(l[l.length-1])&&(4===n[n.length-1]&&(l.length<2||d.test(l[l.length-2])?l.pop():l[l.length-1]=" ",o[0]=""),n.pop()),l[l.length-1]+=o[0]}return l.join("").trim()}(r);let c=o.querySelector(r);return document.head.createShadowRoot||document.head.attachShadow?!t&&c?c:m(r,",").reduce(((r,c)=>{if(!t&&r)return r;const a=m(c.replace(/^\s+/g,"").replace(/\s*([>+~]+)\s*/g,"$1")," ").filter((r=>!!r)).map((r=>m(r,">"))),l=a.length-1,n=function(r=null,t,o=null){let e=[];if(o)e=o;else{const r=function(t){for(let o=0;o<t.length;o++){const c=t[o];e.push(c),c.shadowRoot&&r(c.shadowRoot.querySelectorAll("*"))}};t.shadowRoot&&r(t.shadowRoot.querySelectorAll("*")),r(t.querySelectorAll("*"))}return r?e.filter((t=>t.matches(r))):e}(a[l][a[l].length-1],o,e),i=function(r,t,o){return e=>{let c=t,a=e,l=!1;for(;a&&((n=a).nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&n.nodeType!==Node.DOCUMENT_NODE);){let t=!0;if(1===r[c].length)t=a.matches(r[c]);else{const e=[].concat(r[c]).reverse();let l=a;for(const r of e){if(!l||!l.matches(r)){t=!1;break}l=k(l,o)}}if(t&&0===c){l=!0;break}t&&c--,a=k(a,o)}var n;return l}}(a,l,o);return t?r=r.concat(n.filter(i)):(r=n.find(i))||null}),t?[]:null):t?o.querySelectorAll(r):c}function m(r,t){return r.match(/\\?.|^$/g).reduce(((r,o)=>('"'!==o||r.sQuote?"'"!==o||r.quote?r.quote||r.sQuote||o!==t?r.a[r.a.length-1]+=o:r.a.push(""):(r.sQuote^=1,r.a[r.a.length-1]+=o):(r.quote^=1,r.a[r.a.length-1]+=o),r)),{a:[""]}).a}function k(r,t){const o=r.parentNode;return o&&o.host&&11===o.nodeType?o.host:o===t?null:o}const p=class{constructor(o){r(this,o),this.selectEvent=t(this,"selectEvent",7),this.parentElement=null,this.resizeObserver=null,this.sizes={},this.emitResize=()=>{if("wide60-40"===this.currentCardType)return;const r=[],t=Array.from(g("[class*='js-resize']",this.host));for(const o of t){const t=this.getElementInnerHeight(o),e=Array.from(o.classList).find((r=>r.includes("js-resize")));this.sizes[e]!==t&&r.push(e),this.sizes[e]=t}r.length&&this.parentElement.dispatchEvent(new CustomEvent("tet-card-resize",{detail:r}))},this.resizeCard=r=>{const t=f(this.parentElement,".tet-compare-cards-tab__cards");let o;o=t?g("tet-compare-card",t):this.parentElement.querySelectorAll("tet-compare-card");const e=Array.from(o).filter((r=>r!=this.host)),c=this.host.shadowRoot,a={};for(const t of e){!this.bestChoice&&t.shadowRoot.querySelector(".card").classList.contains("best-choice")&&(c.querySelector(".best-choice-title").style.paddingBottom="1rem");const o=Array.from(g("[class*='js-resize']",t));for(const t of o){const o=Array.from(t.classList).find((r=>r.includes("js-resize")));if(!r.detail.includes(o))continue;void 0===a[o]&&(a[o]=[]);const e=this.getElementInnerHeight(t);a[o].push({element:t,height:e})}}for(const r in a){const t=b(`.${r}`,this.host),o=this.getElementInnerHeight(t),e=a[r].reduce(((r,t)=>r.height>=t.height?r:t),{element:t,height:o});if(this.resizeObserver.unobserve(t),e.element===t)t.style.paddingBottom=null;else{const r=s(getComputedStyle(e.element).paddingBottom);t.style.paddingBottom=`${e.height-o+r}px`}this.resizeObserver.observe(t)}},this.getElementInnerHeight=r=>Array.from(r.children).map((r=>r.getBoundingClientRect().height)).reduce(((r,t)=>r+t),0),this.observeResize=()=>{for(const r of Array.from(this.host.shadowRoot.querySelectorAll("[class*='js-resize']")))this.resizeObserver.observe(r)},this.setCardType=()=>{const r=window.innerWidth;"wide60-40"===this.currentCardType&&r<=this.minWideWidth?this.currentCardType="regular":"regular"===this.currentCardType&&r>this.minWideWidth&&(this.currentCardType="wide60-40")},this.clickCallback=()=>null,this.index=void 0,this.cardType="regular",this.theme="classic",this.colorIcons=!1,this.fullHeight=!0,this.bestChoice=!1,this.cardHeader="none",this.logo=void 0,this.image=void 0,this.thumbnail=void 0,this.thumbnailAlt="",this.language="lv",this.options={},this.minWideWidth=740,this.cardList=!1,this.cardBackgroundColor=void 0,this.cardScript=void 0,this.parentContainer=null,this.hideBestChoiceBorder=!1,this.withBorder=!1,this.priceShownVertically=!1,this.bestChoiceTextPosition="center",this.bestChoiceTextFloating=!1,this.secondaryLinkPosition="center",this.showBulletPoints=!0,this.showSubTitle=!0,this.showHelper=!0,this.isNetflixCard=!1,this.darkMode=!1,this.currentCardType=this.cardType}onClick(){this.selectEvent.emit({index:this.index,target:this})}componentWillLoad(){"wide60-40"===this.cardType&&(this.setCardType(),window.addEventListener("resize",(()=>{this.setCardType()})));const r=this.getParentElement();r.children.length>1&&(this.resizeObserver=new ResizeObserver(this.emitResize),r.addEventListener("tet-card-resize",this.resizeCard))}componentDidLoad(){const r=this.getParentElement();r.children.length>1&&(this.observeResize(),this.resizeObserver=new ResizeObserver(this.emitResize),r.addEventListener("tet-card-resize",this.resizeCard))}getParentElement(){return this.parentElement=null!==this.parentContainer?this.parentContainer:this.host.parentElement,this.parentElement}getTheme(){return this.darkMode?"classic"===this.theme||"light"===this.theme||"dark"===this.theme?`dark ${this.theme}`:"dark grey":this.theme}renderButton(){const{button:r,buttonArgs:t,buttonType:e,buttonTitle:c,buttonStyle:a,link:l,linkOpenBlank:n}=this.options,i=n?"_blank":void 0;let s=null;return!r||t||c?t&&c&&(s=o("div",{class:"button"},o("tet-button",Object.assign({},t,{theme:this.darkMode||"dark"===this.theme?"dark":"light",type:e}),c),a&&o("style",null,a))):s=o("div",{class:"button",innerHTML:r}),o("a",{target:i,href:l,"data-form-link":l,tabIndex:-1},s)}renderTooltip(r){const{infoItem:t,infoItemIconName:e,infoItemIconType:c,infoItemTooltipClass:a,infoItemTooltipContent:l,infoItemStyle:n,priceInfo:i,priceInfoIconName:s,priceInfoIconType:d,priceInfoTooltipClass:_,priceInfoTooltipContent:f,priceInfoStyle:g}=this.options,b="infoItem"===r?t:i,u="infoItem"===r?e:s,m="infoItem"===r?l:f,k="infoItem"===r?a:_,p="infoItem"===r?n:g,v="infoItem"===r?"info-item":"price-info";return!b||u||m?u&&m?o("div",{class:v},o("tet-icon",{class:"icon",name:u,focusable:!0,theme:this.darkMode||"dark"===this.theme?"dark":"light",type:"infoItem"===r?c:d}),o("tet-tooltip",{theme:this.darkMode||"dark"===this.theme?"dark":"light",class:k,innerHTML:m}),p&&o("style",null,p)):null:o("div",{class:v,innerHTML:b})}formatPrice(r){return parseFloat(r.replace(",",".")).toFixed(2).replace(".",",")}renderCard(){var r,t,e,c,a,l;return o("div",{onClick:this.clickCallback,onKeyDown:()=>{},class:{card:!0,[`${this.currentCardType}`]:!0,[`${this.getTheme()}`]:!0,"best-choice":this.bestChoice,"hide-best-choice-border":this.hideBestChoiceBorder,"with-border":this.withBorder,"full-height":this.fullHeight,"color-icons":this.colorIcons,"card-list":this.cardList,thumbnail:!!this.thumbnail,netflix:this.isNetflixCard,"dark-mode":this.darkMode},style:this.darkMode?{}:{backgroundColor:this.cardBackgroundColor}},o("div",{class:{"best-choice-title":!0,active:this.bestChoice,[`${this.bestChoiceTextPosition}`]:!0,floating:this.bestChoiceTextFloating}},this.options.bestChoiceText),o("div",{class:{"image-wrapper":!0,[`${this.cardHeader}`]:!0}},"image"===this.cardHeader?o("slot",{name:"image-slot"}):"","logo"===this.cardHeader?o("slot",{name:"logo-slot"}):""),o("div",{class:"compare-card-half-60"},this.options.heroTitle||this.options.mainTitle?o("div",{class:{"title-wrapper":!0,"js-resize-title":!0,"no-divider":this.priceShownVertically},part:"compare-card-title-wrapper"},o("div",{class:{"title-wrapper-inner":!0}},this.options.heroTitle?o("h3",{class:"hero-title"},this.options.heroTitle):"",this.options.mainTitle?o("h3",{class:"main-title"},this.options.mainTitle):"",this.showSubTitle&&this.options.subTitle?o("div",{class:"sub-title"},this.options.subTitle,this.renderTooltip("infoItem")):"",this.options.infoTitle?o("div",{class:"info-title"},this.options.infoTitle):"")):"",o("div",{class:"content-wrapper js-resize-content"},o("div",{class:"custom-content-wrapper"},o("slot",{name:"custom-slot"})),this.showBulletPoints&&!this.options.bulletPointPositionBottom?o("div",{class:"bullet-points-wrapper"},null===(t=null===(r=this.options)||void 0===r?void 0:r.bulletPoints)||void 0===t?void 0:t.map((r=>o("div",{class:"bullet-point"},o("tet-icon",{class:"icon",name:"check-circle"}),o("div",{innerHTML:r}))))):"",o("div",{class:"upsell-block"},o("slot",{name:"upsell-block-slot"}))),this.options.netflixProductDescription?o("div",{class:"netflix-product-description"},this.options.netflixProductDescription):"",o("div",{class:"divided-information-wrapper js-resize-divide-slot"},o("slot",{name:"divided-information-slot"}))),o("div",{class:"compare-card-half-40"},o("div",{class:"price js-resize-price"},this.options.price&&!isNaN(parseFloat(this.options.price))?o("div",{class:{"price-wrapper":!0,"price-wrap":this.options.priceWrap,"price-flex-column":this.priceShownVertically}},o("div",{class:"price-container"},this.options.pricePrefix&&o("div",{class:"price-prefix",innerHTML:this.options.pricePrefix}),o("div",{class:"new-price translation-none"},parseFloat(this.options.price.replace(",",".")).toFixed(2).replace(".",",")),o("div",{class:"currency"},o("span",null,this.options.currency),this.renderTooltip("priceInfo"))),this.options.oldPrice?o("div",{class:"old-price-container"},o("div",{class:"old-price translation-none"},parseFloat(this.options.oldPrice.replace(",",".")).toFixed(2).replace(".",",")),o("div",{class:"old-currency"},this.options.currency)):"",this.options.priceBadge?o("div",{class:"price-badge"},this.options.priceBadge):""):"",o("div",{class:"price-information-wrapper"},o("slot",{name:"price-information-slot"})),this.showHelper?o("div",{class:"helper"},this.options.term?o("div",{class:"term"},this.options.term):"",this.options.termText?o("div",{class:"term-text",innerHTML:this.options.termText}):"",o("span",{innerHTML:this.options.helper})):"",this.isNetflixCard&&void 0!==this.options.selectOptions?o("div",{class:"select"},o("tet-dropdown",{id:"dropdown",class:"cards-dropdown",theme:this.darkMode?"dark":"light","button-label":"","label-logo":this.options.selectOptions[0].labelLogo,"label-right":this.options.selectOptions[0].labelRight,"label-right-color":this.options.selectOptions[0].labelRightColor,"close-on-selection":!0,options:this.options.selectOptions,"flex-layout":!0})):""),o("div",{class:"button-wrapper"},this.renderButton(),o("div",{class:"description-wrapper js-resize-divide-slot"},o("slot",{name:"description-slot"})),this.options.secondaryLink&&this.options.secondaryLinkText&&o("div",{class:{"secondary-link":!0,"tet-link":!0,[`${this.secondaryLinkPosition}`]:!0}},o("a",this.options.secondaryLinkOpenBlank?{target:"_blank",href:this.options.secondaryLink}:{href:this.options.secondaryLink},this.options.secondaryLinkText))),this.showBulletPoints&&this.options.bulletPointPositionBottom?o("div",{class:"bullet-points-wrapper bottom"},null===(c=null===(e=this.options)||void 0===e?void 0:e.bulletPoints)||void 0===c?void 0:c.map((r=>o("div",{class:"bullet-point"},o("tet-icon",{class:"icon",name:"check-circle"}),o("div",{innerHTML:r}))))):""),this.cardScript?o("link",{href:this.cardScript,rel:"stylesheet",type:"text/css"}):"",o("div",{class:"data-hidden"},o("div",{"data-attribute":"hero-title"},this.options.heroTitle?this.options.heroTitle:""),o("div",{"data-attribute":"main-title"},this.options.mainTitle?this.options.mainTitle:""),o("div",{"data-attribute":"sub-title"},this.options.subTitle?this.options.subTitle:""),o("div",{"data-attribute":"price"},this.options.price?this.formatPrice(this.options.price):""),o("div",{"data-attribute":"old-price"},this.options.oldPrice?this.formatPrice(this.options.oldPrice):""),o("div",{"data-attribute":"term"},this.options.term?this.options.term:""),o("div",{"data-attribute":"term-text"},this.options.termText?this.options.termText:""),o("div",{"data-attribute":"helper"},this.options.helper?this.options.helper:""),o("div",{"data-attribute":"description"},o("slot",{name:"description-slot"})),o("div",{"data-attribute":"custom-slot"},o("slot",{name:"custom-slot"})),this.showBulletPoints?o("div",{"data-attribute":"bullet-points"},null===(l=null===(a=this.options)||void 0===a?void 0:a.bulletPoints)||void 0===l?void 0:l.map((r=>o("div",null,r)))):"",o("div",{"data-attribute":"divided-information"},o("slot",{name:"divided-information-slot"})),this.options.pricePrefix?o("div",{"data-attribute":"price-prefix"},this.options.pricePrefix):"",this.options.priceInfo?o("div",{"data-attribute":"price-info"},this.options.priceInfo):""))}render(){var r;const t=this.renderCard();return this.thumbnail?o("div",{class:"card-wrapper js-card-wrapper"},o("img",{src:this.thumbnail,class:"card-thumbnail",alt:null!==(r=this.thumbnailAlt)&&void 0!==r?r:""}),t):t}get host(){return a(this)}};p.style='@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-spacing__null--m{margin:0}.tet-spacing__null--mt{margin-top:0}.tet-spacing__null--mr{margin-right:0}.tet-spacing__null--mb{margin-bottom:0}.tet-spacing__null--ml{margin-left:0}.tet-spacing__null--mlr{margin-left:0;margin-right:0}.tet-spacing__null--mtb{margin-top:0;margin-bottom:0}.tet-spacing__null--p{padding:0}.tet-spacing__null--pt{padding-top:0}.tet-spacing__null--pr{padding-right:0}.tet-spacing__null--pb{padding-bottom:0}.tet-spacing__null--pl{padding-left:0}.tet-spacing__null--plr{padding-left:0;padding-right:0}.tet-spacing__null--ptb{padding-top:0;padding-bottom:0}.tet-spacing__3xs--m{margin:0.125rem}.tet-spacing__3xs--mt{margin-top:0.125rem}.tet-spacing__3xs--mr{margin-right:0.125rem}.tet-spacing__3xs--mb{margin-bottom:0.125rem}.tet-spacing__3xs--ml{margin-left:0.125rem}.tet-spacing__3xs--mlr{margin-left:0.125rem;margin-right:0.125rem}.tet-spacing__3xs--mtb{margin-top:0.125rem;margin-bottom:0.125rem}.tet-spacing__3xs--p{padding:0.125rem}.tet-spacing__3xs--pt{padding-top:0.125rem}.tet-spacing__3xs--pr{padding-right:0.125rem}.tet-spacing__3xs--pb{padding-bottom:0.125rem}.tet-spacing__3xs--pl{padding-left:0.125rem}.tet-spacing__3xs--plr{padding-left:0.125rem;padding-right:0.125rem}.tet-spacing__3xs--ptb{padding-top:0.125rem;padding-bottom:0.125rem}.tet-spacing__2xs--m{margin:0.25rem}.tet-spacing__2xs--mt{margin-top:0.25rem}.tet-spacing__2xs--mr{margin-right:0.25rem}.tet-spacing__2xs--mb{margin-bottom:0.25rem}.tet-spacing__2xs--ml{margin-left:0.25rem}.tet-spacing__2xs--mlr{margin-left:0.25rem;margin-right:0.25rem}.tet-spacing__2xs--mtb{margin-top:0.25rem;margin-bottom:0.25rem}.tet-spacing__2xs--p{padding:0.25rem}.tet-spacing__2xs--pt{padding-top:0.25rem}.tet-spacing__2xs--pr{padding-right:0.25rem}.tet-spacing__2xs--pb{padding-bottom:0.25rem}.tet-spacing__2xs--pl{padding-left:0.25rem}.tet-spacing__2xs--plr{padding-left:0.25rem;padding-right:0.25rem}.tet-spacing__2xs--ptb{padding-top:0.25rem;padding-bottom:0.25rem}.tet-spacing__xs--m{margin:0.5rem}.tet-spacing__xs--mt{margin-top:0.5rem}.tet-spacing__xs--mr{margin-right:0.5rem}.tet-spacing__xs--mb{margin-bottom:0.5rem}.tet-spacing__xs--ml{margin-left:0.5rem}.tet-spacing__xs--mlr{margin-left:0.5rem;margin-right:0.5rem}.tet-spacing__xs--mtb{margin-top:0.5rem;margin-bottom:0.5rem}.tet-spacing__xs--p{padding:0.5rem}.tet-spacing__xs--pt{padding-top:0.5rem}.tet-spacing__xs--pr{padding-right:0.5rem}.tet-spacing__xs--pb{padding-bottom:0.5rem}.tet-spacing__xs--pl{padding-left:0.5rem}.tet-spacing__xs--plr{padding-left:0.5rem;padding-right:0.5rem}.tet-spacing__xs--ptb{padding-top:0.5rem;padding-bottom:0.5rem}.tet-spacing__sm--m{margin:0.75rem}.tet-spacing__sm--mt{margin-top:0.75rem}.tet-spacing__sm--mr{margin-right:0.75rem}.tet-spacing__sm--mb{margin-bottom:0.75rem}.tet-spacing__sm--ml{margin-left:0.75rem}.tet-spacing__sm--mlr{margin-left:0.75rem;margin-right:0.75rem}.tet-spacing__sm--mtb{margin-top:0.75rem;margin-bottom:0.75rem}.tet-spacing__sm--p{padding:0.75rem}.tet-spacing__sm--pt{padding-top:0.75rem}.tet-spacing__sm--pr{padding-right:0.75rem}.tet-spacing__sm--pb{padding-bottom:0.75rem}.tet-spacing__sm--pl{padding-left:0.75rem}.tet-spacing__sm--plr{padding-left:0.75rem;padding-right:0.75rem}.tet-spacing__sm--ptb{padding-top:0.75rem;padding-bottom:0.75rem}.tet-spacing__md--m{margin:1rem}.tet-spacing__md--mt{margin-top:1rem}.tet-spacing__md--mr{margin-right:1rem}.tet-spacing__md--mb{margin-bottom:1rem}.tet-spacing__md--ml{margin-left:1rem}.tet-spacing__md--mlr{margin-left:1rem;margin-right:1rem}.tet-spacing__md--mtb{margin-top:1rem;margin-bottom:1rem}.tet-spacing__md--p{padding:1rem}.tet-spacing__md--pt{padding-top:1rem}.tet-spacing__md--pr{padding-right:1rem}.tet-spacing__md--pb{padding-bottom:1rem}.tet-spacing__md--pl{padding-left:1rem}.tet-spacing__md--plr{padding-left:1rem;padding-right:1rem}.tet-spacing__md--ptb{padding-top:1rem;padding-bottom:1rem}.tet-spacing__lg--m{margin:1.5rem}.tet-spacing__lg--mt{margin-top:1.5rem}.tet-spacing__lg--mr{margin-right:1.5rem}.tet-spacing__lg--mb{margin-bottom:1.5rem}.tet-spacing__lg--ml{margin-left:1.5rem}.tet-spacing__lg--mlr{margin-left:1.5rem;margin-right:1.5rem}.tet-spacing__lg--mtb{margin-top:1.5rem;margin-bottom:1.5rem}.tet-spacing__lg--p{padding:1.5rem}.tet-spacing__lg--pt{padding-top:1.5rem}.tet-spacing__lg--pr{padding-right:1.5rem}.tet-spacing__lg--pb{padding-bottom:1.5rem}.tet-spacing__lg--pl{padding-left:1.5rem}.tet-spacing__lg--plr{padding-left:1.5rem;padding-right:1.5rem}.tet-spacing__lg--ptb{padding-top:1.5rem;padding-bottom:1.5rem}.tet-spacing__xl--m{margin:2rem}.tet-spacing__xl--mt{margin-top:2rem}.tet-spacing__xl--mr{margin-right:2rem}.tet-spacing__xl--mb{margin-bottom:2rem}.tet-spacing__xl--ml{margin-left:2rem}.tet-spacing__xl--mlr{margin-left:2rem;margin-right:2rem}.tet-spacing__xl--mtb{margin-top:2rem;margin-bottom:2rem}.tet-spacing__xl--p{padding:2rem}.tet-spacing__xl--pt{padding-top:2rem}.tet-spacing__xl--pr{padding-right:2rem}.tet-spacing__xl--pb{padding-bottom:2rem}.tet-spacing__xl--pl{padding-left:2rem}.tet-spacing__xl--plr{padding-left:2rem;padding-right:2rem}.tet-spacing__xl--ptb{padding-top:2rem;padding-bottom:2rem}.tet-spacing__2xl--m{margin:2.5rem}.tet-spacing__2xl--mt{margin-top:2.5rem}.tet-spacing__2xl--mr{margin-right:2.5rem}.tet-spacing__2xl--mb{margin-bottom:2.5rem}.tet-spacing__2xl--ml{margin-left:2.5rem}.tet-spacing__2xl--mlr{margin-left:2.5rem;margin-right:2.5rem}.tet-spacing__2xl--mtb{margin-top:2.5rem;margin-bottom:2.5rem}.tet-spacing__2xl--p{padding:2.5rem}.tet-spacing__2xl--pt{padding-top:2.5rem}.tet-spacing__2xl--pr{padding-right:2.5rem}.tet-spacing__2xl--pb{padding-bottom:2.5rem}.tet-spacing__2xl--pl{padding-left:2.5rem}.tet-spacing__2xl--plr{padding-left:2.5rem;padding-right:2.5rem}.tet-spacing__2xl--ptb{padding-top:2.5rem;padding-bottom:2.5rem}.tet-spacing__3xl--m{margin:3rem}.tet-spacing__3xl--mt{margin-top:3rem}.tet-spacing__3xl--mr{margin-right:3rem}.tet-spacing__3xl--mb{margin-bottom:3rem}.tet-spacing__3xl--ml{margin-left:3rem}.tet-spacing__3xl--mlr{margin-left:3rem;margin-right:3rem}.tet-spacing__3xl--mtb{margin-top:3rem;margin-bottom:3rem}.tet-spacing__3xl--p{padding:3rem}.tet-spacing__3xl--pt{padding-top:3rem}.tet-spacing__3xl--pr{padding-right:3rem}.tet-spacing__3xl--pb{padding-bottom:3rem}.tet-spacing__3xl--pl{padding-left:3rem}.tet-spacing__3xl--plr{padding-left:3rem;padding-right:3rem}.tet-spacing__3xl--ptb{padding-top:3rem;padding-bottom:3rem}.tet-spacing__xxl--m{margin:3.5rem}.tet-spacing__xxl--mt{margin-top:3.5rem}.tet-spacing__xxl--mr{margin-right:3.5rem}.tet-spacing__xxl--mb{margin-bottom:3.5rem}.tet-spacing__xxl--ml{margin-left:3.5rem}.tet-spacing__xxl--mlr{margin-left:3.5rem;margin-right:3.5rem}.tet-spacing__xxl--mtb{margin-top:3.5rem;margin-bottom:3.5rem}.tet-spacing__xxl--p{padding:3.5rem}.tet-spacing__xxl--pt{padding-top:3.5rem}.tet-spacing__xxl--pr{padding-right:3.5rem}.tet-spacing__xxl--pb{padding-bottom:3.5rem}.tet-spacing__xxl--pl{padding-left:3.5rem}.tet-spacing__xxl--plr{padding-left:3.5rem;padding-right:3.5rem}.tet-spacing__xxl--ptb{padding-top:3.5rem;padding-bottom:3.5rem}.tet-spacing__2xxl--m{margin:4rem}.tet-spacing__2xxl--mt{margin-top:4rem}.tet-spacing__2xxl--mr{margin-right:4rem}.tet-spacing__2xxl--mb{margin-bottom:4rem}.tet-spacing__2xxl--ml{margin-left:4rem}.tet-spacing__2xxl--mlr{margin-left:4rem;margin-right:4rem}.tet-spacing__2xxl--mtb{margin-top:4rem;margin-bottom:4rem}.tet-spacing__2xxl--p{padding:4rem}.tet-spacing__2xxl--pt{padding-top:4rem}.tet-spacing__2xxl--pr{padding-right:4rem}.tet-spacing__2xxl--pb{padding-bottom:4rem}.tet-spacing__2xxl--pl{padding-left:4rem}.tet-spacing__2xxl--plr{padding-left:4rem;padding-right:4rem}.tet-spacing__2xxl--ptb{padding-top:4rem;padding-bottom:4rem}.tet-spacing__3xxl--m{margin:4.5rem}.tet-spacing__3xxl--mt{margin-top:4.5rem}.tet-spacing__3xxl--mr{margin-right:4.5rem}.tet-spacing__3xxl--mb{margin-bottom:4.5rem}.tet-spacing__3xxl--ml{margin-left:4.5rem}.tet-spacing__3xxl--mlr{margin-left:4.5rem;margin-right:4.5rem}.tet-spacing__3xxl--mtb{margin-top:4.5rem;margin-bottom:4.5rem}.tet-spacing__3xxl--p{padding:4.5rem}.tet-spacing__3xxl--pt{padding-top:4.5rem}.tet-spacing__3xxl--pr{padding-right:4.5rem}.tet-spacing__3xxl--pb{padding-bottom:4.5rem}.tet-spacing__3xxl--pl{padding-left:4.5rem}.tet-spacing__3xxl--plr{padding-left:4.5rem;padding-right:4.5rem}.tet-spacing__3xxl--ptb{padding-top:4.5rem;padding-bottom:4.5rem}.tet-spacing__mg--m{margin:5rem}.tet-spacing__mg--mt{margin-top:5rem}.tet-spacing__mg--mr{margin-right:5rem}.tet-spacing__mg--mb{margin-bottom:5rem}.tet-spacing__mg--ml{margin-left:5rem}.tet-spacing__mg--mlr{margin-left:5rem;margin-right:5rem}.tet-spacing__mg--mtb{margin-top:5rem;margin-bottom:5rem}.tet-spacing__mg--p{padding:5rem}.tet-spacing__mg--pt{padding-top:5rem}.tet-spacing__mg--pr{padding-right:5rem}.tet-spacing__mg--pb{padding-bottom:5rem}.tet-spacing__mg--pl{padding-left:5rem}.tet-spacing__mg--plr{padding-left:5rem;padding-right:5rem}.tet-spacing__mg--ptb{padding-top:5rem;padding-bottom:5rem}.tet-spacing__2mg--m{margin:5.5rem}.tet-spacing__2mg--mt{margin-top:5.5rem}.tet-spacing__2mg--mr{margin-right:5.5rem}.tet-spacing__2mg--mb{margin-bottom:5.5rem}.tet-spacing__2mg--ml{margin-left:5.5rem}.tet-spacing__2mg--mlr{margin-left:5.5rem;margin-right:5.5rem}.tet-spacing__2mg--mtb{margin-top:5.5rem;margin-bottom:5.5rem}.tet-spacing__2mg--p{padding:5.5rem}.tet-spacing__2mg--pt{padding-top:5.5rem}.tet-spacing__2mg--pr{padding-right:5.5rem}.tet-spacing__2mg--pb{padding-bottom:5.5rem}.tet-spacing__2mg--pl{padding-left:5.5rem}.tet-spacing__2mg--plr{padding-left:5.5rem;padding-right:5.5rem}.tet-spacing__2mg--ptb{padding-top:5.5rem;padding-bottom:5.5rem}.tet-spacing__3mg--m{margin:6rem}.tet-spacing__3mg--mt{margin-top:6rem}.tet-spacing__3mg--mr{margin-right:6rem}.tet-spacing__3mg--mb{margin-bottom:6rem}.tet-spacing__3mg--ml{margin-left:6rem}.tet-spacing__3mg--mlr{margin-left:6rem;margin-right:6rem}.tet-spacing__3mg--mtb{margin-top:6rem;margin-bottom:6rem}.tet-spacing__3mg--p{padding:6rem}.tet-spacing__3mg--pt{padding-top:6rem}.tet-spacing__3mg--pr{padding-right:6rem}.tet-spacing__3mg--pb{padding-bottom:6rem}.tet-spacing__3mg--pl{padding-left:6rem}.tet-spacing__3mg--plr{padding-left:6rem;padding-right:6rem}.tet-spacing__3mg--ptb{padding-top:6rem;padding-bottom:6rem}.tet-spacing__gg--m{margin:6.5rem}.tet-spacing__gg--mt{margin-top:6.5rem}.tet-spacing__gg--mr{margin-right:6.5rem}.tet-spacing__gg--mb{margin-bottom:6.5rem}.tet-spacing__gg--ml{margin-left:6.5rem}.tet-spacing__gg--mlr{margin-left:6.5rem;margin-right:6.5rem}.tet-spacing__gg--mtb{margin-top:6.5rem;margin-bottom:6.5rem}.tet-spacing__gg--p{padding:6.5rem}.tet-spacing__gg--pt{padding-top:6.5rem}.tet-spacing__gg--pr{padding-right:6.5rem}.tet-spacing__gg--pb{padding-bottom:6.5rem}.tet-spacing__gg--pl{padding-left:6.5rem}.tet-spacing__gg--plr{padding-left:6.5rem;padding-right:6.5rem}.tet-spacing__gg--ptb{padding-top:6.5rem;padding-bottom:6.5rem}.tet-spacing__2gg--m{margin:7rem}.tet-spacing__2gg--mt{margin-top:7rem}.tet-spacing__2gg--mr{margin-right:7rem}.tet-spacing__2gg--mb{margin-bottom:7rem}.tet-spacing__2gg--ml{margin-left:7rem}.tet-spacing__2gg--mlr{margin-left:7rem;margin-right:7rem}.tet-spacing__2gg--mtb{margin-top:7rem;margin-bottom:7rem}.tet-spacing__2gg--p{padding:7rem}.tet-spacing__2gg--pt{padding-top:7rem}.tet-spacing__2gg--pr{padding-right:7rem}.tet-spacing__2gg--pb{padding-bottom:7rem}.tet-spacing__2gg--pl{padding-left:7rem}.tet-spacing__2gg--plr{padding-left:7rem;padding-right:7rem}.tet-spacing__2gg--ptb{padding-top:7rem;padding-bottom:7rem}.tet-spacing__3gg--m{margin:7.5rem}.tet-spacing__3gg--mt{margin-top:7.5rem}.tet-spacing__3gg--mr{margin-right:7.5rem}.tet-spacing__3gg--mb{margin-bottom:7.5rem}.tet-spacing__3gg--ml{margin-left:7.5rem}.tet-spacing__3gg--mlr{margin-left:7.5rem;margin-right:7.5rem}.tet-spacing__3gg--mtb{margin-top:7.5rem;margin-bottom:7.5rem}.tet-spacing__3gg--p{padding:7.5rem}.tet-spacing__3gg--pt{padding-top:7.5rem}.tet-spacing__3gg--pr{padding-right:7.5rem}.tet-spacing__3gg--pb{padding-bottom:7.5rem}.tet-spacing__3gg--pl{padding-left:7.5rem}.tet-spacing__3gg--plr{padding-left:7.5rem;padding-right:7.5rem}.tet-spacing__3gg--ptb{padding-top:7.5rem;padding-bottom:7.5rem}.tet-spacing__xgg--m{margin:8rem}.tet-spacing__xgg--mt{margin-top:8rem}.tet-spacing__xgg--mr{margin-right:8rem}.tet-spacing__xgg--mb{margin-bottom:8rem}.tet-spacing__xgg--ml{margin-left:8rem}.tet-spacing__xgg--mlr{margin-left:8rem;margin-right:8rem}.tet-spacing__xgg--mtb{margin-top:8rem;margin-bottom:8rem}.tet-spacing__xgg--p{padding:8rem}.tet-spacing__xgg--pt{padding-top:8rem}.tet-spacing__xgg--pr{padding-right:8rem}.tet-spacing__xgg--pb{padding-bottom:8rem}.tet-spacing__xgg--pl{padding-left:8rem}.tet-spacing__xgg--plr{padding-left:8rem;padding-right:8rem}.tet-spacing__xgg--ptb{padding-top:8rem;padding-bottom:8rem}.tet-spacing__auto--m{margin:auto}.tet-spacing__auto--mt{margin-top:auto}.tet-spacing__auto--mr{margin-right:auto}.tet-spacing__auto--mb{margin-bottom:auto}.tet-spacing__auto--ml{margin-left:auto}.tet-spacing__auto--mlr{margin-left:auto;margin-right:auto}.tet-spacing__auto--mtb{margin-top:auto;margin-bottom:auto}.tet-spacing__auto--p{padding:auto}.tet-spacing__auto--pt{padding-top:auto}.tet-spacing__auto--pr{padding-right:auto}.tet-spacing__auto--pb{padding-bottom:auto}.tet-spacing__auto--pl{padding-left:auto}.tet-spacing__auto--plr{padding-left:auto;padding-right:auto}.tet-spacing__auto--ptb{padding-top:auto;padding-bottom:auto}.tet-grid--col-12,.tet-grid--col-8,.tet-grid--col-4,.tet-grid,.tet-grid--no-limit,.tet-grid--no-margin,.tet-grid--no-padding{box-sizing:border-box;display:grid;position:relative;width:100%;max-width:80rem;grid-template-columns:repeat(4, 1fr);grid-column-gap:1rem;padding:0 1rem;margin:0 auto}.tet-grid--no-padding{grid-column-gap:0 !important}.tet-grid--no-margin{padding:0 !important}.tet-grid--no-limit{max-width:unset !important}.tet-grid--col-4{grid-template-columns:repeat(4, 1fr) !important}.tet-grid--col-8{grid-template-columns:repeat(8, 1fr) !important}.tet-grid--col-8 .tet-grid__cell--span-all{grid-column:span 8}.tet-grid--col-12{grid-template-columns:repeat(12, 1fr) !important}.tet-grid--col-12 .tet-grid__cell--span-all{grid-column:span 12}.tet-grid__cell,.tet-grid__cell--df-show,.tet-grid__cell--xs-show,.tet-grid__cell--sm-show,.tet-grid__cell--md-show,.tet-grid__cell--lg-show,.tet-grid__cell--xl-show,.tet-grid__cell--2k-show,.tet-grid__cell--gg-show{grid-column:span 1}.tet-grid__cell--span-2-rows{grid-row:span 2}.tet-grid__cell--span-3-rows{grid-row:span 3}.tet-grid__cell--span-4-rows{grid-row:span 4}.tet-grid__cell--span-5-rows{grid-row:span 5}.tet-grid__cell--span-6-rows{grid-row:span 6}.tet-grid__cell--span-7-rows{grid-row:span 7}.tet-grid__cell--span-8-rows{grid-row:span 8}.tet-grid__cell--span-9-rows{grid-row:span 9}.tet-grid__cell--span-10-rows{grid-row:span 10}.tet-grid__cell--span-11-rows{grid-row:span 11}.tet-grid__cell--span-12-rows{grid-row:span 12}.tet-grid__cell--span-all{grid-column:span 4}.tet-grid__cell--span-1{display:block;grid-column:span 1}.tet-grid__cell--span-2{display:block;grid-column:span 2}.tet-grid__cell--span-3{display:block;grid-column:span 3}.tet-grid__cell--span-4{display:block;grid-column:span 4}.tet-grid__cell--span-5{display:block;grid-column:span 4}.tet-grid__cell--span-6{display:block;grid-column:span 4}.tet-grid__cell--span-7{display:block;grid-column:span 4}.tet-grid__cell--span-8{display:block;grid-column:span 4}.tet-grid__cell--span-9{display:block;grid-column:span 4}.tet-grid__cell--span-10{display:block;grid-column:span 4}.tet-grid__cell--span-11{display:block;grid-column:span 4}.tet-grid__cell--span-12{display:block;grid-column:span 4}.tet-grid__cell--hide{display:none}.tet-grid__cell--show{display:block}@media all and (min-width: 22.5rem){.tet-grid,.tet-grid--no-padding,.tet-grid--no-margin,.tet-grid--no-limit{gap:1rem}.tet-grid__cell--df-span-1{display:block;grid-column:span 1}.tet-grid__cell--df-span-2{display:block;grid-column:span 2}.tet-grid__cell--df-span-3{display:block;grid-column:span 3}.tet-grid__cell--df-span-4{display:block;grid-column:span 4}.tet-grid__cell--df-span-5{display:block;grid-column:span 4}.tet-grid__cell--df-span-6{display:block;grid-column:span 4}.tet-grid__cell--df-span-7{display:block;grid-column:span 4}.tet-grid__cell--df-span-8{display:block;grid-column:span 4}.tet-grid__cell--df-span-9{display:block;grid-column:span 4}.tet-grid__cell--df-span-10{display:block;grid-column:span 4}.tet-grid__cell--df-span-11{display:block;grid-column:span 4}.tet-grid__cell--df-span-12{display:block;grid-column:span 4}.tet-grid__cell--df-hide{display:none}.tet-grid__cell--df-show{display:block}}@media all and (min-width: 31.25rem){.tet-grid,.tet-grid--no-padding,.tet-grid--no-margin,.tet-grid--no-limit{gap:1.5rem;padding:0 2rem;grid-template-columns:repeat(8, 1fr)}.tet-grid__cell--span-all{grid-column:span 8}.tet-grid__cell--xs-span-1{display:block;grid-column:span 1}.tet-grid__cell--xs-span-2{display:block;grid-column:span 2}.tet-grid__cell--xs-span-3{display:block;grid-column:span 3}.tet-grid__cell--xs-span-4{display:block;grid-column:span 4}.tet-grid__cell--xs-span-5{display:block;grid-column:span 5}.tet-grid__cell--xs-span-6{display:block;grid-column:span 6}.tet-grid__cell--xs-span-7{display:block;grid-column:span 7}.tet-grid__cell--xs-span-8{display:block;grid-column:span 8}.tet-grid__cell--xs-span-9{display:block;grid-column:span 8}.tet-grid__cell--xs-span-10{display:block;grid-column:span 8}.tet-grid__cell--xs-span-11{display:block;grid-column:span 8}.tet-grid__cell--xs-span-12{display:block;grid-column:span 8}.tet-grid__cell--xs-hide{display:none}.tet-grid__cell--xs-show{display:block}}@media all and (min-width: 46.25rem){.tet-grid__cell--sm-span-1{display:block;grid-column:span 1}.tet-grid__cell--sm-span-2{display:block;grid-column:span 2}.tet-grid__cell--sm-span-3{display:block;grid-column:span 3}.tet-grid__cell--sm-span-4{display:block;grid-column:span 4}.tet-grid__cell--sm-span-5{display:block;grid-column:span 5}.tet-grid__cell--sm-span-6{display:block;grid-column:span 6}.tet-grid__cell--sm-span-7{display:block;grid-column:span 7}.tet-grid__cell--sm-span-8{display:block;grid-column:span 8}.tet-grid__cell--sm-span-9{display:block;grid-column:span 9}.tet-grid__cell--sm-span-10{display:block;grid-column:span 10}.tet-grid__cell--sm-span-11{display:block;grid-column:span 11}.tet-grid__cell--sm-span-12{display:block;grid-column:span 12}.tet-grid__cell--sm-hide{display:none}.tet-grid__cell--sm-show{display:block}}@media all and (min-width: 48rem){.tet-grid__cell--md-span-1{display:block;grid-column:span 1}.tet-grid__cell--md-span-2{display:block;grid-column:span 2}.tet-grid__cell--md-span-3{display:block;grid-column:span 3}.tet-grid__cell--md-span-4{display:block;grid-column:span 4}.tet-grid__cell--md-span-5{display:block;grid-column:span 5}.tet-grid__cell--md-span-6{display:block;grid-column:span 6}.tet-grid__cell--md-span-7{display:block;grid-column:span 7}.tet-grid__cell--md-span-8{display:block;grid-column:span 8}.tet-grid__cell--md-span-9{display:block;grid-column:span 9}.tet-grid__cell--md-span-10{display:block;grid-column:span 10}.tet-grid__cell--md-span-11{display:block;grid-column:span 11}.tet-grid__cell--md-span-12{display:block;grid-column:span 12}.tet-grid__cell--md-hide{display:none}.tet-grid__cell--md-show{display:block}}@media all and (min-width: 64rem){.tet-grid,.tet-grid--no-padding,.tet-grid--no-margin,.tet-grid--no-limit{grid-template-columns:repeat(12, 1fr)}.tet-grid__cell--span-all{grid-column:span 12}.tet-grid__cell--lg-span-1{display:block;grid-column:span 1}.tet-grid__cell--lg-span-2{display:block;grid-column:span 2}.tet-grid__cell--lg-span-3{display:block;grid-column:span 3}.tet-grid__cell--lg-span-4{display:block;grid-column:span 4}.tet-grid__cell--lg-span-5{display:block;grid-column:span 5}.tet-grid__cell--lg-span-6{display:block;grid-column:span 6}.tet-grid__cell--lg-span-7{display:block;grid-column:span 7}.tet-grid__cell--lg-span-8{display:block;grid-column:span 8}.tet-grid__cell--lg-span-9{display:block;grid-column:span 9}.tet-grid__cell--lg-span-10{display:block;grid-column:span 10}.tet-grid__cell--lg-span-11{display:block;grid-column:span 11}.tet-grid__cell--lg-span-12{display:block;grid-column:span 12}.tet-grid__cell--lg-hide{display:none}.tet-grid__cell--lg-show{display:block}}@media all and (min-width: 80rem){.tet-grid,.tet-grid--no-padding,.tet-grid--no-margin,.tet-grid--no-limit{padding:0 2.5rem;max-width:calc(80rem + 5rem)}.tet-grid__cell--xl-span-1{display:block;grid-column:span 1}.tet-grid__cell--xl-span-2{display:block;grid-column:span 2}.tet-grid__cell--xl-span-3{display:block;grid-column:span 3}.tet-grid__cell--xl-span-4{display:block;grid-column:span 4}.tet-grid__cell--xl-span-5{display:block;grid-column:span 5}.tet-grid__cell--xl-span-6{display:block;grid-column:span 6}.tet-grid__cell--xl-span-7{display:block;grid-column:span 7}.tet-grid__cell--xl-span-8{display:block;grid-column:span 8}.tet-grid__cell--xl-span-9{display:block;grid-column:span 9}.tet-grid__cell--xl-span-10{display:block;grid-column:span 10}.tet-grid__cell--xl-span-11{display:block;grid-column:span 11}.tet-grid__cell--xl-span-12{display:block;grid-column:span 12}.tet-grid__cell--xl-hide{display:none}.tet-grid__cell--xl-show{display:block}.tet-grid--gg{max-width:unset}}@media all and (min-width: 90rem){.tet-grid__cell--mg-span-1{display:block;grid-column:span 1}.tet-grid__cell--mg-span-2{display:block;grid-column:span 2}.tet-grid__cell--mg-span-3{display:block;grid-column:span 3}.tet-grid__cell--mg-span-4{display:block;grid-column:span 4}.tet-grid__cell--mg-span-5{display:block;grid-column:span 5}.tet-grid__cell--mg-span-6{display:block;grid-column:span 6}.tet-grid__cell--mg-span-7{display:block;grid-column:span 7}.tet-grid__cell--mg-span-8{display:block;grid-column:span 8}.tet-grid__cell--mg-span-9{display:block;grid-column:span 9}.tet-grid__cell--mg-span-10{display:block;grid-column:span 10}.tet-grid__cell--mg-span-11{display:block;grid-column:span 11}.tet-grid__cell--mg-span-12{display:block;grid-column:span 12}.tet-grid__cell--mg-hide{display:none}.tet-grid__cell--mg-show{display:block}.tet-grid--gg{padding:0 4.875rem}}@media all and (min-width: 120rem){.tet-grid--gg{max-width:120rem}.tet-grid__cell--gg-span-1{display:block;grid-column:span 1}.tet-grid__cell--gg-span-2{display:block;grid-column:span 2}.tet-grid__cell--gg-span-3{display:block;grid-column:span 3}.tet-grid__cell--gg-span-4{display:block;grid-column:span 4}.tet-grid__cell--gg-span-5{display:block;grid-column:span 5}.tet-grid__cell--gg-span-6{display:block;grid-column:span 6}.tet-grid__cell--gg-span-7{display:block;grid-column:span 7}.tet-grid__cell--gg-span-8{display:block;grid-column:span 8}.tet-grid__cell--gg-span-9{display:block;grid-column:span 9}.tet-grid__cell--gg-span-10{display:block;grid-column:span 10}.tet-grid__cell--gg-span-11{display:block;grid-column:span 11}.tet-grid__cell--gg-span-12{display:block;grid-column:span 12}.tet-grid__cell--gg-hide{display:none}.tet-grid__cell--gg-show{display:block}}@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")}:root{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy, var(--font-family-fallback);--font-family-content:Inter, var(--font-family-fallback)}.tet-font__expose--xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__expose--l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__expose--m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__expose--s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__display--l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__display--m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__display--s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__headline--xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__headline--l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__headline--m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__headline--s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__headline-inter--xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__headline-inter--l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__headline-inter--m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__headline-inter--s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__title--l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__title--m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__title--s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__title--xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__label--l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__label--m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__label--s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__label--xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__body--l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__body--m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__body--s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__body--xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}@media all and (min-width: 22.5rem){.tet-font__df--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__df--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__df--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__df--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__df--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__df--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__df--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__df--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__df--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__df--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__df--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__df--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__df--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__df--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__df--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__df--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__df--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__df--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__df--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__df--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__df--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__df--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__df--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__df--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__df--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__df--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__df--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}@media all and (min-width: 31.25rem){.tet-font__xs--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__xs--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__xs--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__xs--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__xs--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__xs--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__xs--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xs--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xs--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xs--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xs--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xs--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__xs--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__xs--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__xs--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__xs--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xs--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__xs--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__xs--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xs--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xs--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__xs--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__xs--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xs--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xs--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__xs--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__xs--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}@media all and (min-width: 46.25rem){.tet-font__sm--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__sm--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__sm--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__sm--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__sm--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__sm--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__sm--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__sm--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__sm--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__sm--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__sm--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__sm--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__sm--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__sm--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__sm--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__sm--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__sm--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__sm--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__sm--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__sm--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__sm--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__sm--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__sm--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__sm--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__sm--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__sm--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__sm--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}@media all and (min-width: 48rem){.tet-font__md--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__md--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__md--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__md--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__md--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__md--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__md--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__md--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__md--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__md--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__md--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__md--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__md--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__md--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__md--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__md--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__md--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__md--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__md--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__md--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__md--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__md--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__md--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__md--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__md--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__md--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__md--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}@media all and (min-width: 64rem){.tet-font__lg--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__lg--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__lg--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__lg--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__lg--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__lg--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__lg--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__lg--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__lg--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__lg--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__lg--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__lg--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__lg--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__lg--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__lg--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__lg--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__lg--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__lg--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__lg--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__lg--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__lg--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__lg--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__lg--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__lg--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__lg--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__lg--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__lg--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}@media all and (min-width: 80rem){.tet-font__xl--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__xl--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__xl--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__xl--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__xl--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__xl--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__xl--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xl--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xl--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xl--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xl--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xl--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__xl--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__xl--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__xl--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__xl--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xl--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__xl--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__xl--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xl--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xl--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__xl--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__xl--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__xl--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__xl--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__xl--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__xl--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}@media all and (min-width: 90rem){.tet-font__mg--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__mg--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__mg--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__mg--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__mg--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__mg--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__mg--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__mg--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__mg--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__mg--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__mg--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__mg--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__mg--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__mg--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__mg--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__mg--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__mg--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__mg--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__mg--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__mg--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__mg--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__mg--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__mg--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__mg--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__mg--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__mg--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__mg--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}@media all and (min-width: 120rem){.tet-font__gg--expose-xl{font:600 7.25rem/8.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0725rem}.tet-font__gg--expose-l{font:600 6rem/6.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.06rem}.tet-font__gg--expose-m{font:600 5rem/5.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.05rem}.tet-font__gg--expose-s{font:600 4rem/4.375rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.04rem}.tet-font__gg--display-l{font:600 3.5rem/4rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0175rem}.tet-font__gg--display-m{font:600 3rem/3.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.015rem}.tet-font__gg--display-s{font:600 2.5rem/3rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__gg--headline-xl{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__gg--headline-l{font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__gg--headline-m{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__gg--headline-s{font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__gg--headline-inter-xl{font:500 2rem/2.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.043125rem}.tet-font__gg--headline-inter-l{font:500 1.75rem/2rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0375rem}.tet-font__gg--headline-inter-m{font:500 1.5rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.029375rem}.tet-font__gg--headline-inter-s{font:500 1.25rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.020625rem}.tet-font__gg--title-l{font:600 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__gg--title-m{font:600 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__gg--title-s{font:600 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__gg--title-xs{font:600 0.75rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__gg--label-l{font:500 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__gg--label-m{font:500 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__gg--label-s{font:500 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__gg--label-xs{font:500 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}.tet-font__gg--body-l{font:400 1.125rem/1.75rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.0125rem}.tet-font__gg--body-m{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.00625rem}.tet-font__gg--body-s{font:400 0.875rem/1.25rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:-0.003125rem}.tet-font__gg--body-xs{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif, Gilroy, Arial, sans-serif;letter-spacing:0}}.tet-font-weight--normal{font-weight:400}.tet-font-weight--medium{font-weight:500}.tet-font-weight--semi-bold{font-weight:600}:root{--tet-link-color:var(--tc-text-primary);--tet-link-color-hover:var(--tc-text-secondary);--tet-link-color-active:var(--tc-text-tertiary);--tet-link-color-focus:var(--tc-blue-40);--tet-link-color-disabled:var(--tc-button-text-inverse-disabled);--tet-link-secondary-color:var(--tc-text-secondary);--tet-link-secondary-color-hover:var(--tc-text-primary)}.tet-link,.tet-link__arrow{text-decoration:underline;color:var(--tet-link-color);position:relative;line-height:1.5rem;cursor:pointer}.tet-link.dark,.tet-link__arrow.dark{--tet-link-color:var(--tc-text-primary-dark);--tet-link-color-hover:var(--tc-text-secondary-dark);--tet-link-color-active:var(--tc-text-tertiary-dark);--tet-link-color-focus:var(--tc-blue-40-dark);--tet-link-color-disabled:var(--tc-button-text-inverse-disabled-dark);--tet-link-secondary-color:var(--tc-text-secondary-dark);--tet-link-secondary-color-hover:var(--tc-text-primary-dark)}.tet-link.tet-link--secondary,.tet-link__arrow.tet-link--secondary{--tet-link-color:var(--tet-link-secondary-color);--tet-link-color-hover:var(--tet-link-secondary-color-hover)}.tet-link tet-icon,.tet-link__arrow tet-icon{--icon-color:var(--tet-link-color)}.tet-link:hover,.tet-link__arrow:hover{color:var(--tet-link-color-hover)}.tet-link:hover tet-icon,.tet-link__arrow:hover tet-icon{--icon-color:var(--tet-link-color-hover)}.tet-link:active,.tet-link__arrow:active{color:var(--tet-link-color-active)}.tet-link:active tet-icon,.tet-link__arrow:active tet-icon{--icon-color:var(--tet-link-color-active)}.tet-link:focus-visible,.tet-link__arrow:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;outline-color:var(--tet-link-color-focus);border-radius:0.125rem}.tet-link.disabled,.tet-link__arrow.disabled{color:var(--tet-link-color-disabled);pointer-events:none;cursor:auto}.tet-link.disabled tet-icon,.tet-link__arrow.disabled tet-icon{--icon-color:var(--tet-link-color-disabled)}.tet-link.disabled:focus-visible,.tet-link__arrow.disabled:focus-visible{outline:none}.tet-link tet-icon,.tet-link__arrow tet-icon{padding-left:0.25rem;padding-right:0.25rem;--icon-container-display:inline-block}.tet-link__arrow{padding-right:1.5rem}.tet-link__arrow::after{content:"--\x3e";position:absolute;white-space:nowrap;display:inline-block;text-decoration:none;padding-left:0.25rem;letter-spacing:initial;transition:all 0.15s ease-in}.tet-link__arrow:hover::after{padding-left:0.375rem}:root{--color-blue-80-dark:rgb(0, 36, 77);--color-blue-70-dark:rgb(0, 48, 102);--color-blue-60-dark:rgb(0, 71, 153);--color-blue-50-dark:rgb(0, 95, 204);--color-blue-40-dark:rgb(26, 115, 255);--color-blue-10-dark:rgb(194, 224, 255);--color-mint-80-dark:rgb(6, 53, 55);--color-mint-70-dark:rgb(11, 78, 80);--color-mint-60-dark:rgb(18, 122, 125);--color-mint-50-dark:rgb(24, 165, 170);--color-mint-40-dark:rgb(26, 213, 219);--color-mint-10-dark:rgb(153, 245, 255);--color-green-80-dark:rgb(5, 46, 22);--color-green-70-dark:rgb(8, 69, 33);--color-green-60-dark:rgb(8, 69, 33);--color-green-50-dark:rgb(17, 151, 73);--color-green-40-dark:rgb(37, 208, 108);--color-green-10-dark:rgb(184, 255, 213);--color-yellow-80-dark:rgb(51, 35, 0);--color-yellow-70-dark:rgb(102, 70, 0);--color-yellow-60-dark:rgb(168, 115, 0);--color-yellow-55-dark:rgb(204, 161, 0);--color-yellow-50-dark:rgb(229, 157, 0);--color-yellow-45-dark:rgb(229, 181, 0);--color-yellow-40-dark:rgb(255, 190, 51);--color-yellow-10-dark:rgb(255, 232, 184);--color-red-80-dark:rgb(55, 10, 6);--color-red-70-dark:rgb(101, 19, 11);--color-red-65-dark:rgb(132, 5, 13);--color-red-60-dark:rgb(161, 30, 18);--color-red-55-dark:rgb(182, 7, 18);--color-red-50-dark:rgb(207, 38, 23);--color-red-40-dark:rgb(233, 69, 54);--color-red-10-dark:rgb(255, 208, 204);--color-text-primary-dark:rgb(255, 255, 255);--color-text-secondary-dark:rgb(153, 160, 174);--color-text-link-dark:rgb(31, 208, 214);--color-text-disabled-dark:rgb(67, 75, 86);--color-background-primary-dark:rgb(10, 11, 13);--color-background-secondary-dark:rgb(22, 25, 29);--color-background-tertiary-dark:rgb(35, 40, 46);--color-background-quaternary-dark:rgb(67, 75, 86);--color-border-primary-dark:rgb(247, 247, 247);--color-border-secondary-dark:rgb(153, 160, 174);--color-border-tertiary-dark:rgb(88, 99, 116);--color-border-quaternary-dark:rgb(67, 75, 86);--color-state-disabled-grey-dark:#99a0ae;--color-state-hover-grey-dark:#99a0ae;--color-state-focus-grey-dark:#99a0ae;--color-state-active-grey-dark:#99a0ae;--color-state-hover-mint-dark:#1fd0d6;--color-state-focus-mint-dark:#1fd0d6;--color-state-active-mint-dark:#1fd0d6}:root{--color-blue-80:rgb(8, 53, 104);--color-blue-40:rgb(0, 96, 245);--color-blue-30:rgb(52, 132, 244);--color-blue-20:rgb(113, 172, 244);--color-blue-10:rgb(201, 224, 248);--color-blue-00:rgb(237, 245, 252);--color-mint-80:rgb(19, 74, 76);--color-mint-40:rgb(31, 208, 214);--color-mint-30:rgb(111, 227, 231);--color-mint-20:rgb(153, 231, 234);--color-mint-10:rgb(194, 243, 244);--color-mint-00:rgb(229, 250, 250);--color-green-80:rgb(31, 66, 45);--color-green-40:rgb(22, 197, 95);--color-green-30:rgb(66, 215, 128);--color-green-20:rgb(117, 225, 162);--color-green-10:rgb(169, 239, 198);--color-green-00:rgb(231, 249, 238);--color-yellow-80:rgb(80, 59, 22);--color-yellow-50:rgb(255, 209, 38);--color-yellow-40:rgb(255, 182, 26);--color-yellow-30:rgb(251, 200, 91);--color-yellow-20:rgb(249, 212, 134);--color-yellow-10:rgb(251, 231, 187);--color-yellow-00:rgb(252, 244, 227);--color-red-80:rgb(108, 27, 19);--color-red-50:rgb(229, 9, 20);--color-red-40:rgb(233, 69, 54);--color-red-30:rgb(239, 119, 108);--color-red-20:rgb(243, 153, 145);--color-red-10:rgb(248, 195, 191);--color-red-00:rgb(252, 238, 238);--color-purple-80:rgb(50, 39, 73);--color-purple-40:rgb(149, 116, 231);--color-purple-30:rgb(170, 146, 232);--color-purple-20:rgb(188, 171, 232);--color-purple-10:rgb(217, 206, 243);--color-purple-00:rgb(239, 236, 248);--color-text-primary:rgb(10, 11, 13);--color-text-secondary:rgb(67, 75, 86);--color-text-link:rgb(0, 96, 245);--color-text-disabled:rgb(153, 160, 174);--color-background-primary:rgb(255, 255, 255);--color-background-secondary:rgb(247, 247, 247);--color-background-tertiary:rgb(235, 237, 239);--color-background-quaternary:rgb(215, 219, 224);--color-border-primary:rgb(10, 11, 13);--color-border-secondary:rgb(153, 160, 174);--color-border-tertiary:rgb(192, 197, 206);--color-border-quaternary:rgb(215, 219, 224);--color-state-disabled-grey:rgba(88, 99, 116, 0.08);--color-state-hover-grey:rgba(88, 99, 116, 0.08);--color-state-focus-grey:rgba(88, 99, 116, 0.12);--color-state-active-grey:rgba(88, 99, 116, 0.16);--color-state-hover-blue:rgba(0, 96, 245, 0.08);--color-state-focus-blue:rgba(0, 96, 245, 0.12);--color-state-active-blue:rgba(0, 96, 245, 0.16)}:root{--color-foundation-blue:rgb(0, 96, 245);--color-foundation-mint:rgb(31, 208, 214);--color-foundation-purple:rgb(149, 116, 231);--color-foundation-green:rgb(22, 197, 95);--color-foundation-yellow:rgb(255, 182, 26);--color-foundation-red:rgb(233, 69, 54);--color-foundation-black:rgb(10, 11, 13);--color-foundation-white:rgb(255, 255, 255);--color-grey-90:rgb(22, 25, 29);--color-grey-80:rgb(35, 40, 46);--color-grey-70:rgb(67, 75, 86);--color-grey-60:rgb(88, 99, 116);--color-grey-50:rgb(153, 160, 174);--color-grey-40:rgb(192, 197, 206);--color-grey-30:rgb(215, 219, 224);--color-grey-20:rgb(235, 237, 239);--color-grey-10:rgb(247, 247, 247);--color-error:rgb(233, 69, 54);--color-attention:rgb(255, 182, 26);--color-success:rgb(22, 197, 95)}.tet-border-radius--xs{border-radius:0.25rem}.tet-border-radius--sm{border-radius:0.5rem}.tet-border-radius--md{border-radius:1rem}.tet-border-radius--lg{border-radius:1.5rem}.tet-border-radius--xl{border-radius:2rem}.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)}@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)}:root,:host{--input-height:2.75rem;--input-padding:0.5rem;--input-font-size:1rem;--input-border-radius:0.1875rem;--input-color-error:rgb(233, 69, 54);--input-font-family:var(--font-family-content);--input-icon-size:1.5rem;--input-icon-top-position:auto;--input-icon-color:rgb(10, 11, 13);--input-focus-icon-color:rgb(10, 11, 13);--input-label-color:rgb(10, 11, 13);--input-text-color:rgb(10, 11, 13);--input-background-color:rgb(255, 255, 255);--input-border-color:rgb(153, 160, 174);--input-placeholder-color:rgb(153, 160, 174);--input-hover-background-color:rgba(88, 99, 116, 0.08);--input-focus-background-color:rgb(255, 255, 255);--input-focus-border-color:rgb(10, 11, 13);--input-focus-outline-color:rgba(88, 99, 116, 0.12);--input-disabled-label-color:rgb(88, 99, 116);--input-disabled-text-color:rgb(153, 160, 174);--input-border-disabled:rgb(215, 219, 224);--input-disabled-background-color:rgba(88, 99, 116, 0.08);--input-disabled-icon-color:var(--input-icon-color);--textarea-border-radius:0.625rem;--textarea-min-height:5.25rem}.tet-input__dark,.tet-textarea__dark{--input-icon-color:var(--tc-icon-primary-dark);--input-label-color:var(--tc-text-primary-dark);--input-text-color:var(--tc-text-primary-dark);--input-background-color:var(--tc-layer-primary-dark);--input-border-color:var(--tc-border-secondary-dark);--input-placeholder-color:var(--tc-button-text-inverse-disabled-dark);--input-hover-background-color:var(--tc-button-primary-background-inverse-hover-dark);--input-focus-icon-color:var(--tc-icon-primary-dark);--input-focus-background-color:var(--tc-layer-primary-dark);--input-focus-border-color:var(--tc-border-primary-dark);--input-focus-outline-color:var(--tc-text-input-border-active-dark);--input-disabled-label-color:var(--tc-text-secondary-dark);--input-disabled-text-color:var(--tc-button-text-inverse-disabled-dark);--input-border-disabled:var(--tc-border-quaternary-dark);--input-disabled-background-color:var(--tc-button-primary-background-inverse-hover-dark);--input-disabled-icon-color:var(--tc-button-icon-inverse-disabled-dark);--input-color-error:var(--tc-alert-accent-error-dark)}.tet-input__dark.tet-input__dark.keyboard-focus:focus,.tet-textarea__dark.tet-input__dark.keyboard-focus:focus{outline:0.125rem solid var(--tc-blue-40);outline:0.125rem solid var(--tc-blue-40-dark);outline-offset:0.125rem;transition:outline 0s}.tet-input__mint{--input-icon-color:rgb(247, 247, 247);--input-focus-icon-color:rgb(247, 247, 247);--input-label-color:rgb(247, 247, 247);--input-text-color:rgb(255, 255, 255);--input-background-color:transparent;--input-border-color:rgb(88, 99, 116);--input-placeholder-color:rgb(67, 75, 86);--input-hover-background-color:rgba(26, 213, 219, 0.08);--input-focus-background-color:transparent;--input-focus-border-color:rgb(26, 213, 219);--input-focus-outline-color:rgba(26, 213, 219, 0.24);--input-disabled-label-color:rgb(153, 160, 174);--input-border-disabled:rgb(67, 75, 86);--input-disabled-background-color:rgba(153, 160, 174, 0.08);--input-disabled-text-color:rgb(67, 75, 86)}.tet-input__light,.tet-textarea__light{--input-icon-color:var(--tc-icon-primary);--input-label-color:var(--tc-text-primary);--input-text-color:var(--tc-text-primary);--input-background-color:var(--tc-layer-primary);--input-border-color:var(--tc-border-secondary);--input-placeholder-color:var(--tc-button-text-inverse-disabled);--input-hover-background-color:var(--tc-button-primary-background-inverse-hover);--input-focus-icon-color:var(--tc-icon-primary);--input-focus-background-color:var(--tc-layer-primary);--input-focus-border-color:var(--tc-border-primary);--input-focus-outline-color:var(--tc-text-input-border-active);--input-disabled-label-color:var(--tc-text-secondary);--input-disabled-text-color:var(--tc-button-text-inverse-disabled);--input-border-disabled:var(--tc-border-quaternary);--input-disabled-background-color:var(--tc-button-primary-background-inverse-hover);--input-disabled-icon-color:var(--tc-button-icon-inverse-disabled);--input-color-error:var(--tc-alert-accent-error)}.tet-input__mint-original{--input-icon-color:#9ba5be;--input-label-color:#f5f5f5;--input-text-color:#f5f5f5;--input-background-color:#1d2128;--input-border-color:#2b3036;--input-placeholder-color:rgba(155, 165, 190, 0.8);--input-focus-icon-color:#aeb7bc;--input-focus-border-color:#01cbe0;--input-focus-background-color:#1d2128}.tet-input__base,.tet-textarea__base{width:100%;height:var(--input-height);box-sizing:border-box;padding:var(--input-padding);border-radius:var(--input-border-radius);border:0.0625rem solid var(--input-border-color);color:var(--input-text-color);background:var(--input-background-color);outline:0.125rem solid transparent;font-size:inherit;font-family:var(--input-font-family);font-weight:500;line-height:1.25rem;letter-spacing:-0.005625rem;}.tet-input__base::placeholder,.tet-textarea__base::placeholder{color:var(--input-placeholder-color)}.tet-input__base.tet-input__mint-original:not(:disabled):hover,.tet-textarea__base.tet-input__mint-original:not(:disabled):hover{background-color:#1d2128;border-color:#01cbe0;box-shadow:0 0.0625rem 0.25rem 0.125rem rgba(1, 203, 224, 0.4)}.tet-input__base.tet-input__mint-original:not(:disabled):hover.error,.tet-input__base.tet-input__mint-original:not(:disabled):focus.error,.tet-input__base.tet-input__mint-original:not(:disabled):active.error,.tet-textarea__base.tet-input__mint-original:not(:disabled):hover.error,.tet-textarea__base.tet-input__mint-original:not(:disabled):focus.error,.tet-textarea__base.tet-input__mint-original:not(:disabled):active.error{border-color:rgb(233, 69, 54)}.tet-input__base.tet-input__mint-original:not(:disabled):focus,.tet-input__base.tet-input__mint-original:not(:disabled):active,.tet-textarea__base.tet-input__mint-original:not(:disabled):focus,.tet-textarea__base.tet-input__mint-original:not(:disabled):active{outline:none}.tet-input__base.tet-input__mint-original.keyboard-focus:focus,.tet-textarea__base.tet-input__mint-original.keyboard-focus:focus{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;box-shadow:none}.tet-input__base[disabled],.tet-textarea__base[disabled]{cursor:not-allowed;outline:none;border:0.0625rem solid var(--input-border-disabled);background-color:var(--input-disabled-background-color);color:var(--input-disabled-text-color)}.tet-input__base:not(:disabled).error,.tet-textarea__base:not(:disabled).error{border-color:var(--input-color-error)}.tet-input__base:not(:disabled):hover,.tet-textarea__base:not(:disabled):hover{background:var(--input-hover-background-color)}.tet-input__base:not(:disabled):focus,.tet-input__base:not(:disabled):active,.tet-textarea__base:not(:disabled):focus,.tet-textarea__base:not(:disabled):active{background:var(--input-focus-background-color);border:0.0625rem solid var(--input-focus-border-color);box-shadow:0 0 0 0.25rem var(--input-focus-outline-color)}.tet-input__base.keyboard-focus:focus,.tet-textarea__base.keyboard-focus:focus{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;box-shadow:none}.tet-input__base.error:not(:disabled).keyboard-focus,.tet-textarea__base.error:not(:disabled).keyboard-focus{border-color:var(--input-color-error)}.tet-textarea__base{border-radius:var(--textarea-border-radius);min-height:var(--textarea-min-height);resize:none}.tet-input__label,.tet-textarea__label{display:block;margin-left:0.25rem !important;margin-bottom:0.25rem !important;color:var(--input-label-color);font:500 0.875rem/1.25rem "Inter", "Gilroy, Arial, sans-serif"}.tet-input__label.tet-input__mint-original,.tet-textarea__label.tet-input__mint-original{margin-left:0 !important;font-family:var(--font-family-fallback)}.tet-input__label:has(~.input-container input[disabled]),.tet-textarea__label:has(~.input-container input[disabled]){color:var(--input-disabled-label-color)}.tet-input__error-message,.tet-textarea__error-message{font:500 0.75rem/1rem "Inter", "Gilroy, Arial, sans-serif";color:var(--input-color-error)}.errors{display:flex;flex-direction:column;gap:0.5em;margin-top:0.5em}.errors--hidden{display:none}.tet-body-text-max-width{max-width:36.5625rem}:root{--tc-foundation-white-dark:rgb(255, 255, 255);--tc-foundation-black-dark:rgb(0, 0, 0);--tc-grey-110-dark:rgba(253, 253, 253, 1);--tc-grey-100-dark:rgba(250, 250, 250, 1);--tc-grey-90-dark:rgba(247, 247, 247, 1);--tc-grey-80-dark:rgba(236, 237, 238, 1);--tc-grey-70-dark:rgba(217, 219, 221, 1);--tc-grey-60-dark:rgba(196, 198, 202, 1);--tc-grey-50-dark:rgba(158, 161, 169, 1);--tc-grey-40-dark:rgba(93, 98, 105, 1);--tc-grey-30-dark:rgba(72, 76, 81, 1);--tc-grey-20-dark:rgba(38, 41, 44, 1);--tc-grey-10-dark:rgba(24, 25, 27, 1);--tc-grey-00-dark:rgba(18, 19, 21, 1);--tc-grey-minus-10-dark:rgba(12, 12, 14, 1);--tc-blue-80-dark:rgba(13, 24, 38, 1);--tc-blue-70-dark:rgba(19, 42, 78, 1);--tc-blue-60-dark:rgba(24, 70, 139, 1);--tc-blue-50-dark:rgba(22, 95, 208, 1);--tc-blue-40-dark:rgb(52, 129, 247);--tc-blue-30-dark:rgba(97, 157, 249, 1);--tc-blue-20-dark:rgba(141, 184, 251, 1);--tc-blue-10-dark:rgba(185, 212, 253, 1);--tc-blue-00-dark:rgba(230, 240, 254, 1);--tc-green-80-dark:rgba(14, 27, 19, 1);--tc-green-70-dark:rgba(26, 60, 40, 1);--tc-green-60-dark:rgba(37, 101, 64, 1);--tc-green-50-dark:rgba(44, 144, 86, 1);--tc-green-40-dark:rgb(48, 192, 108);--tc-green-30-dark:rgba(78, 223, 138, 1);--tc-green-20-dark:rgba(127, 223, 167, 1);--tc-green-10-dark:rgba(174, 249, 206, 1);--tc-green-00-dark:rgba(230, 254, 240, 1);--tc-yellow-80-dark:rgba(34, 31, 17, 1);--tc-yellow-70-dark:rgba(75, 64, 22, 1);--tc-yellow-60-dark:rgba(147, 122, 31, 1);--tc-yellow-50-dark:rgba(201, 164, 29, 1);--tc-yellow-40-dark:rgb(255, 208, 38);--tc-yellow-30-dark:rgba(248, 219, 114, 1);--tc-yellow-20-dark:rgba(249, 224, 144, 1);--tc-yellow-10-dark:rgba(252, 238, 186, 1);--tc-yellow-00-dark:rgba(254, 248, 231, 1);--tc-red-80-dark:rgba(34, 18, 17, 1);--tc-red-70-dark:rgba(81, 35, 31, 1);--tc-red-60-dark:rgba(139, 47, 39, 1);--tc-red-50-dark:rgba(202, 59, 45, 1);--tc-red-40-dark:rgb(235, 90, 77);--tc-red-30-dark:rgba(242, 126, 115, 1);--tc-red-20-dark:rgba(248, 163, 155, 1);--tc-red-10-dark:rgba(252, 202, 197, 1);--tc-red-00-dark:rgba(254, 232, 230, 1);--tc-violet-80-dark:rgba(22, 17, 34, 1);--tc-violet-70-dark:rgba(55, 40, 93, 1);--tc-violet-60-dark:rgba(84, 54, 161, 1);--tc-violet-50-dark:rgba(124, 88, 213, 1);--tc-violet-40-dark:rgb(172, 147, 236);--tc-violet-30-dark:rgba(187, 165, 243, 1);--tc-violet-20-dark:rgba(203, 185, 249, 1);--tc-violet-10-dark:rgba(219, 206, 253, 1);--tc-violet-00-dark:rgba(237, 230, 255, 1);--tc-brown-40-dark:rgba(50, 44, 36, 1);--tc-text-primary-dark:var(--tc-grey-110-dark);--tc-text-secondary-dark:var(--tc-grey-70-dark);--tc-text-tertiary-dark:var(--tc-grey-60-dark);--tc-text-white-permanent-dark:var(--tc-grey-110-dark);--tc-text-black-permanent-dark:var(--tc-grey-minus-10-dark);--tc-text-blue-grey-dark:var(--tc-grey-50-dark);--tc-text-link-dark:var(--tc-blue-40-dark);--tc-text-inverse-primary-dark:var(--tc-grey-minus-10-dark);--tc-background-primary-dark:var(--tc-grey-00-dark);--tc-background-secondary-dark:var(--tc-grey-10-dark);--tc-background-tertiary-dark:var(--tc-grey-20-dark);--tc-background-quaternary-dark:var(--tc-grey-30-dark);--tc-background-white-black-dark:rgb(0, 0, 0);--tc-layer-primary-dark:var(--tc-grey-minus-10-dark);--tc-layer-secondary-dark:var(--tc-grey-10-dark);--tc-layer-tertiary-dark:var(--tc-grey-20-dark);--tc-layer-quaternary-dark:var(--tc-grey-30-dark);--tc-layer-inverse-primary-dark:rgb(255, 255, 255);--tc-icon-primary-dark:var(--tc-grey-110-dark);--tc-icon-white-dark:var(--tc-grey-110-dark);--tc-icon-secondary-dark:var(--tc-grey-50-dark);--tc-icon-tooltip-secondary-dark:var(--tc-grey-70-dark);--tc-icon-tertiary-dark:var(--tc-grey-40-dark);--tc-icon-quaternary-dark:var(--tc-grey-30-dark);--tc-icon-quaternery-permanent-dark:var(--tc-grey-70-dark);--tc-border-primary-dark:var(--tc-grey-110-dark);--tc-border-secondary-dark:var(--tc-grey-50-dark);--tc-border-tertiary-dark:var(--tc-grey-40-dark);--tc-border-quaternary-dark:var(--tc-grey-30-dark);--tc-border-inverse-primary-dark:var(--tc-grey-minus-10-dark);--tc-border-inverse-secondary-dark:var(--tc-grey-50-dark);--tc-border-inverse-tertiary-dark:var(--tc-grey-60-dark);--tc-border-inverse-quaternary-dark:var(--tc-grey-70-dark);--tc-alert-info-dark:var(--tc-blue-80-dark);--tc-alert-success-dark:var(--tc-green-80-dark);--tc-alert-warning-dark:var(--tc-yellow-80-dark);--tc-alert-error-dark:var(--tc-red-80-dark);--tc-alert-neutral-dark:var(--tc-violet-80-dark);--tc-alert-white-dark:var(--tc-grey-20-dark);--tc-alert-accent-info-dark:rgb(52, 129, 247);--tc-alert-accent-success-dark:rgb(48, 192, 108);--tc-alert-accent-warning-dark:rgb(255, 208, 38);--tc-alert-accent-error-dark:rgb(235, 90, 77);--tc-alert-accent-neutral-dark:rgb(172, 147, 236);--tc-alert-accent-orange-dark:rgb(220, 78, 34);--tc-alert-colorwave-info-dark:var(--tc-blue-10-dark);--tc-alert-colorwave-success-dark:var(--tc-green-10-dark);--tc-alert-colorwave-warning-dark:var(--tc-yellow-10-dark);--tc-alert-colorwave-error-dark:var(--tc-red-10-dark);--tc-alert-colorwave-neutral-dark:var(--tc-violet-10-dark);--tc-modal-primary-dark:var(--tc-grey-minus-10-dark);--tc-gradient-green-lin1-dark:rgba(32, 60, 46, 1);--tc-gradient-green-lin2-dark:rgba(19, 41, 10, 1);--tc-gradient-green-accent-dark:rgba(19, 41, 10, 1);--tc-gradient-green-accent2-dark:rgba(34, 88, 58, 1);--tc-gradient-mint-lin1-dark:rgba(32, 51, 60, 1);--tc-gradient-mint-lin2-dark:rgba(32, 51, 60, 1);--tc-gradient-mint-lin3-dark:rgba(10, 35, 41, 1);--tc-gradient-mint-accent-dark:rgba(10, 35, 41, 1);--tc-gradient-red-lin1-dark:rgba(60, 39, 32, 1);--tc-gradient-red-lin2-dark:rgba(60, 39, 32, 1);--tc-gradient-red-lin3-dark:rgba(41, 10, 10, 1);--tc-gradient-red-accent-dark:rgba(126, 40, 32, 1);--tc-gradient-yellow-lin1-dark:rgba(60, 51, 32, 1);--tc-gradient-yellow-lin2-dark:rgba(41, 29, 10, 1);--tc-gradient-yellow-accent-dark:rgba(153, 109, 10, 1);--tc-gradient-blue-lin1-dark:rgba(32, 46, 60, 1);--tc-gradient-blue-lin2-dark:rgba(10, 26, 41, 1);--tc-gradient-blue-accent-dark:rgba(20, 60, 123, 1);--tc-gradient-purple-lin1-dark:rgba(32, 32, 60, 1);--tc-gradient-purple-lin2-dark:rgba(19, 10, 41, 1);--tc-gradient-purple-accent-dark:rgba(68, 69, 126, 1);--tc-gradient-grey-lin1-dark:rgba(46, 46, 46, 1);--tc-gradient-grey-lin2-dark:rgba(25, 25, 25, 1);--tc-gradient-grey-accent-dark:var(--tc-grey-30-dark);--tc-button-text-primary-dark:var(--tc-grey-minus-10-dark);--tc-button-text-secondary-dark:var(--tc-grey-100-dark);--tc-button-text-disabled-dark:rgba(12, 12, 14, 0.32);--tc-button-text-secondary-disabled-dark:rgba(236, 237, 238, 0.3);--tc-button-text-white-permanent-dark:var(--tc-grey-100-dark);--tc-button-text-black-permanent-dark:var(--tc-grey-minus-10-dark);--tc-button-text-inverse-primary-dark:var(--tc-grey-100-dark);--tc-button-text-inverse-secondary-dark:var(--tc-grey-minus-10-dark);--tc-button-text-inverse-disabled-dark:rgba(250, 250, 250, 0.49);--tc-button-text-inverse-secondary-disabled-dark:rgba(38, 41, 44, 0.16);--tc-button-primary-background-default-dark:rgb(255, 255, 255);--tc-button-primary-background-hover-dark:rgba(236, 237, 238, 0.9);--tc-button-primary-background-pressed-dark:rgba(236, 237, 238, 0.8);--tc-button-primary-background-disabled-dark:rgba(236, 237, 238, 0.3);--tc-button-primary-background-inverse-default-dark:rgb(0, 0, 0);--tc-button-primary-background-inverse-hover-dark:rgba(38, 41, 44, 0.9);--tc-button-primary-background-inverse-pressed-dark:rgba(38, 41, 44, 0.8);--tc-button-primary-background-inverse-disabled-dark:rgba(38, 41, 44, 0.3);--tc-button-secondary-background-hover-dark:rgba(236, 237, 238, 0.15);--tc-button-secondary-outline-background-hover-dark:rgba(255, 255, 255, 0.1);--tc-button-secondary-background-pressed-dark:rgba(236, 237, 238, 0.3);--tc-button-secondary-background-inverse-hover-dark:rgba(38, 41, 44, 0.12);--tc-button-secondary-background-inverse-pressed-dark:rgba(38, 41, 44, 0.3);--tc-button-icon-primary-dark:var(--tc-grey-minus-10-dark);--tc-button-icon-secondary-dark:var(--tc-grey-100-dark);--tc-button-icon-disabled-dark:rgba(12, 12, 14, 0.32);--tc-button-icon-secondary-disabled-dark:rgba(236, 237, 238, 0.3);--tc-button-icon-white-permanent-dark:var(--tc-grey-100-dark);--tc-button-icon-black-permanent-dark:var(--tc-grey-minus-10-dark);--tc-button-icon-inverse-primary-dark:var(--tc-grey-100-dark);--tc-button-icon-inverse-secondary-dark:var(--tc-grey-minus-10-dark);--tc-button-icon-inverse-disabled-dark:rgba(250, 250, 250, 0.49);--tc-button-icon-inverse-secondary-disabled-dark:rgba(38, 41, 44, 0.16);--tc-button-border-secondary-dark:var(--tc-grey-100-dark);--tc-button-border-disabled-dark:rgba(236, 237, 238, 0.3);--tc-button-border-inverse-secondary-dark:var(--tc-grey-minus-10-dark);--tc-button-border-inverse-disabled-dark:rgba(38, 41, 44, 0.16);--tc-menu-item-hover-dark:rgba(236, 237, 238, 0.12);--tc-menu-item-pressed-dark:rgba(236, 237, 238, 0.24);--tc-menu-item-active-dark:rgba(29, 50, 84, 1);--tc-theme-switcher-background-light-theme-default-dark:rgb(255, 255, 255);--tc-theme-switcher-background-light-theme-hover-dark:var(--tc-grey-90-dark);--tc-theme-switcher-background-light-theme-pressed-dark:var(--tc-grey-80-dark);--tc-theme-switcher-background-light-theme-selected-dark:var(--tc-grey-90-dark);--tc-theme-switcher-background-dark-theme-default-dark:var(--tc-grey-minus-10-dark);--tc-theme-switcher-background-dark-theme-hover-dark:var(--tc-grey-10-dark);--tc-theme-switcher-background-dark-theme-pressed-dark:var(--tc-grey-20-dark);--tc-theme-switcher-background-dark-theme-selected-dark:var(--tc-grey-10-dark);--tc-theme-switcher-border-light-theme-default-dark:var(--tc-grey-30-dark);--tc-theme-switcher-border-light-theme-hover-dark:var(--tc-grey-40-dark);--tc-theme-switcher-border-light-theme-pressed-dark:var(--tc-grey-50-dark);--tc-theme-switcher-border-light-theme-selected-dark:var(--tc-grey-40-dark);--tc-theme-switcher-border-dark-theme-default-dark:var(--tc-grey-30-dark);--tc-theme-switcher-border-dark-theme-hover-dark:var(--tc-grey-40-dark);--tc-theme-switcher-border-dark-theme-pressed-dark:var(--tc-grey-50-dark);--tc-theme-switcher-border-dark-theme-selected-dark:rgb(255, 255, 255);--tc-theme-switcher-icon-light-theme-dark:var(--tc-grey-minus-10-dark);--tc-theme-switcher-icon-dark-theme-dark:rgb(255, 255, 255);--tc-checkbox-default-dark:rgb(0, 0, 0);--tc-checkbox-hover-dark:rgba(236, 237, 238, 0.12);--tc-checkbox-pressed-dark:rgba(236, 237, 238, 0.24);--tc-checkbox-disabled-dark:rgba(236, 237, 238, 0.24);--tc-checkbox-active-default-dark:rgb(255, 255, 255);--tc-checkbox-active-hover-dark:rgba(236, 237, 238, 0.9);--tc-checkbox-active-pressed-dark:rgba(236, 237, 238, 0.8);--tc-checkbox-active-disabled-dark:rgba(236, 237, 238, 0.3);--tc-checkbox-active-focus-dark:rgba(38, 41, 44, 0.9);--tc-radio-button-default-dark:rgb(0, 0, 0);--tc-radio-button-hover-dark:rgba(236, 237, 238, 0.12);--tc-radio-button-pressed-dark:rgba(236, 237, 238, 0.24);--tc-radio-button-disabled-dark:rgba(236, 237, 238, 0.24);--tc-radio-button-active-default-dark:rgb(255, 255, 255);--tc-radio-button-active-hover-dark:rgba(236, 237, 238, 0.9);--tc-radio-button-active-pressed-dark:rgba(236, 237, 238, 0.8);--tc-radio-button-active-disabled-dark:rgba(236, 237, 238, 0.3);--tc-radio-button-active-focus-dark:rgba(38, 41, 44, 0.9);--tc-toggle-button-active-default-dark:rgb(255, 255, 255);--tc-toggle-button-active-hover-dark:rgba(236, 237, 238, 0.9);--tc-toggle-button-active-disabled-dark:var(--tc-grey-20-dark);--tc-toggle-button-default-dark:var(--tc-grey-30-dark);--tc-toggle-button-hover-dark:var(--tc-grey-40-dark);--tc-toggle-button-disabled-dark:var(--tc-grey-20-dark);--tc-toggle-button-ellipse-default-dark:rgb(0, 0, 0);--tc-toggle-button-ellipse-disabled-dark:var(--tc-grey-10-dark);--tc-text-input-border-active-dark:rgba(38, 41, 44, 0.9);--tc-tooltip-text-primary-dark:var(--tc-grey-minus-10-dark);--tc-tooltip-text-secondary-dark:var(--tc-grey-30-dark);--tc-tooltip-text-inverse-primary-dark:var(--tc-grey-110-dark);--tc-tooltip-text-inverse-secondary-dark:var(--tc-grey-70-dark);--tc-tooltip-layer-primary-dark:var(--tc-grey-90-dark);--tc-tooltip-layer-secondary-dark:var(--tc-grey-20-dark);--tc-search-active-focus-dark:rgba(38, 41, 44, 0.9);--tc-spinner-dark:var(--tc-grey-80-dark);--tc-spinner-gradient-value-1-dark:var(--tc-grey-80-dark);--tc-spinner-gradient-value-2-dark:rgba(236, 237, 238, 0);--tc-elevation-one-dark:0 0 1px 0 rgba(12, 12, 14, 0.2),\n 0 1px 3px 0 rgba(12, 12, 14, 0.37);--tc-elevation-two-dark:0 0 1px 0 rgba(12, 12, 14, 0.2),\n 0 3px 4px 0 rgba(12, 12, 14, 0.3);--tc-elevation-three-dark:0 1px 2px 0 rgba(12, 12, 14, 0.2),\n 0 5px 11px 0 rgba(12, 12, 14, 0.33);--tc-elevation-four-dark:0 0 4px 0 rgba(12, 12, 14, 0.2),\n 0 10px 15px 0 rgba(12, 12, 14, 0.33);--tc-elevation-five-dark:0 1px 6px 0 rgba(12, 12, 14, 0.2),\n 0 14px 25px 0 rgba(12, 12, 14, 0.34);--tc-elevation-six-dark:0 1px 7px 0 rgba(12, 12, 14, 0.2),\n 0 18px 30px 0 rgba(12, 12, 14, 0.36);--tc-button-hover-shadow-centre-dark:0 0 1px 0 rgba(12, 12, 14, 0.2);--tc-button-hover-shadow-raised-dark:0 1px 3px 0 rgba(12, 12, 14, 0.37);--tc-toggle-button-hover-shadow-centre-dark:0 0 0 8px rgba(196, 198, 202, 0.2);--tc-toggle-button-hover-shadow-raised-dark:0 0 0 8px rgba(255, 255, 255, 0.2)}:root{--tc-foundation-white:rgb(255, 255, 255);--tc-foundation-black:rgb(0, 0, 0);--tc-grey-110:rgba(12, 12, 14, 1);--tc-grey-100:rgba(18, 19, 21, 1);--tc-grey-90:rgba(24, 25, 27, 1);--tc-grey-80:rgba(38, 41, 44, 1);--tc-grey-70:rgba(72, 76, 81, 1);--tc-grey-60:rgba(93, 98, 105, 1);--tc-grey-50:rgba(158, 161, 169, 1);--tc-grey-40:rgba(196, 198, 202, 1);--tc-grey-30:rgba(217, 219, 221, 1);--tc-grey-20:rgba(236, 237, 238, 1);--tc-grey-10:rgba(247, 247, 247, 1);--tc-grey-00:rgba(250, 250, 250, 1);--tc-grey-minus-10:rgba(253, 253, 253, 1);--tc-blue-80:rgba(8, 45, 104, 1);--tc-blue-70:rgba(12, 58, 131, 1);--tc-blue-60:rgba(17, 72, 158, 1);--tc-blue-50:rgba(21, 85, 185, 1);--tc-blue-40:rgb(25, 98, 212);--tc-blue-30:rgba(78, 135, 222, 1);--tc-blue-20:rgba(131,172,232, 1);--tc-blue-10:rgba(184, 208, 242, 1);--tc-blue-00:rgba(237, 245, 252, 1);--tc-green-80:rgba(31, 66, 45, 1);--tc-green-70:rgba(29, 99, 58, 1);--tc-green-60:rgba(27, 132, 70, 1);--tc-green-50:rgba(24, 164, 83, 1);--tc-green-40:rgb(22, 197, 95);--tc-green-30:rgba(74, 210, 131, 1);--tc-green-20:rgba(127, 223, 167, 1);--tc-green-10:rgba(179, 236, 202, 1);--tc-green-00:rgba(231, 249, 238, 1);--tc-yellow-80:rgba(110, 85, 18, 1);--tc-yellow-70:rgba(139, 112, 14, 1);--tc-yellow-60:rgba(179, 142, 9, 1);--tc-yellow-50:rgba(222, 175, 2, 1);--tc-yellow-40:rgb(255, 208, 38);--tc-yellow-30:rgba(255, 226, 123, 1);--tc-yellow-20:rgba(255, 237, 179, 1);--tc-yellow-10:rgba(255, 244, 209, 1);--tc-yellow-00:rgba(255, 250, 235, 1);--tc-red-80:rgba(108, 27, 19, 1);--tc-red-70:rgba(139, 38, 28, 1);--tc-red-60:rgba(171, 48, 37, 1);--tc-red-50:rgba(202, 59, 45, 1);--tc-red-40:rgb(233, 69, 54);--tc-red-30:rgba(238, 111, 100, 1);--tc-red-20:rgba(243, 154, 146, 1);--tc-red-10:rgba(247, 196, 192, 1);--tc-red-00:rgba(252, 238, 238, 1);--tc-violet-80:rgba(50, 39, 73, 1);--tc-violet-70:rgba(75, 58, 113, 1);--tc-violet-60:rgba(100, 78, 152, 1);--tc-violet-50:rgba(124, 97, 192, 1);--tc-violet-40:rgb(149, 116, 231);--tc-violet-30:rgba(172, 146, 235, 1);--tc-violet-20:rgba(194, 176, 240, 1);--tc-violet-10:rgba(217, 206, 244, 1);--tc-violet-00:rgba(239, 236, 248, 1);--tc-text-primary:var(--tc-grey-110);--tc-text-secondary:var(--tc-grey-70);--tc-text-tertiary:var(--tc-grey-60);--tc-text-white-permanent:var(--tc-grey-minus-10);--tc-text-black-permanent:var(--tc-grey-110);--tc-text-blue-grey:var(--tc-grey-50);--tc-text-link:var(--tc-blue-40);--tc-text-inverse-primary:var(--tc-grey-minus-10);--tc-background-primary:var(--tc-grey-00);--tc-background-secondary:var(--tc-grey-10);--tc-background-tertiary:var(--tc-grey-20);--tc-background-quaternary:var(--tc-grey-30);--tc-background-white-black:rgb(255, 255, 255);--tc-layer-primary:rgb(255, 255, 255);--tc-layer-secondary:var(--tc-grey-10);--tc-layer-tertiary:var(--tc-grey-20);--tc-layer-quaternary:var(--tc-grey-30);--tc-layer-inverse-primary:var(--tc-grey-110);--tc-icon-primary:var(--tc-grey-110);--tc-icon-white:var(--tc-grey-minus-10);--tc-icon-secondary:var(--tc-grey-50);--tc-icon-tooltip-secondary:var(--tc-grey-70);--tc-icon-tertiary:var(--tc-grey-40);--tc-icon-quaternary:var(--tc-grey-30);--tc-icon-quaternery-permanent:var(--tc-grey-30);--tc-border-primary:var(--tc-grey-110);--tc-border-secondary:var(--tc-grey-50);--tc-border-tertiary:var(--tc-grey-40);--tc-border-quaternary:var(--tc-grey-30);--tc-border-inverse-primary:var(--tc-grey-minus-10);--tc-border-inverse-secondary:var(--tc-grey-50);--tc-border-inverse-tertiary:var(--tc-grey-60);--tc-border-inverse-quaternary:var(--tc-grey-70);--tc-alert-info:var(--tc-blue-00);--tc-alert-success:var(--tc-green-00);--tc-alert-warning:var(--tc-yellow-00);--tc-alert-error:var(--tc-red-00);--tc-alert-neutral:var(--tc-violet-00);--tc-alert-white:rgb(255, 255, 255);--tc-alert-accent-info:rgb(25, 98, 212);--tc-alert-accent-success:rgb(22, 197, 95);--tc-alert-accent-warning:rgb(255, 208, 38);--tc-alert-accent-error:rgb(233, 69, 54);--tc-alert-accent-neutral:rgb(149, 116, 231);--tc-alert-accent-orange:rgb(255, 88, 36);--tc-alert-colorwave-info:var(--tc-blue-10);--tc-alert-colorwave-success:var(--tc-green-10);--tc-alert-colorwave-warning:var(--tc-yellow-10);--tc-alert-colorwave-error:var(--tc-red-10);--tc-alert-colorwave-neutral:var(--tc-violet-10);--tc-modal-primary:rgb(255, 255, 255);--tc-gradient-green-lin1:rgba(248, 255, 245, 1);--tc-gradient-green-lin2:rgba(221, 242, 230, 1);--tc-gradient-green-accent:var(--tc-green-20);--tc-gradient-mint-lin1:rgba(242, 253, 255, 1);--tc-gradient-mint-lin2:rgba(250, 254, 255, 1);--tc-gradient-mint-lin3:rgba(222, 240, 248, 1);--tc-gradient-mint-accent:rgba(111, 227, 231, 1);--tc-gradient-red-lin1:rgba(255, 240, 235, 1);--tc-gradient-red-lin2:rgba(255, 250, 250, 1);--tc-gradient-red-lin3:rgba(255, 216, 204, 1);--tc-gradient-red-accent:var(--tc-red-20);--tc-gradient-yellow-lin1:rgba(254, 251, 246, 1);--tc-gradient-yellow-lin2:rgba(251, 240, 216, 1);--tc-gradient-yellow-accent:var(--tc-yellow-20);--tc-gradient-blue-lin1:rgba(251, 253, 255, 1);--tc-gradient-blue-lin2:rgba(220, 238, 255, 1);--tc-gradient-blue-accent:var(--tc-blue-20);--tc-gradient-purple-lin1:rgba(252, 251, 255, 1);--tc-gradient-purple-lin2:rgba(229, 229, 255, 1);--tc-gradient-purple-accent:rgba(185, 185, 255, 1);--tc-gradient-grey-lin1:rgba(253, 253, 253, 1);--tc-gradient-grey-lin2:rgba(237, 237, 237, 1);--tc-gradient-grey-accent:var(--tc-grey-40);--tc-button-text-primary:var(--tc-grey-00);--tc-button-text-secondary:var(--tc-grey-110);--tc-button-text-disabled:rgba(250, 250, 250, 0.49);--tc-button-text-secondary-disabled:rgba(38, 41, 44, 0.16);--tc-button-text-white-permanent:var(--tc-grey-00);--tc-button-text-black-permanent:var(--tc-grey-110);--tc-button-text-inverse-primary:var(--tc-grey-110);--tc-button-text-inverse-secondary:var(--tc-grey-00);--tc-button-text-inverse-disabled:rgba(12, 12, 14, 0.32);--tc-button-text-inverse-secondary-disabled:rgba(236, 237, 238, 0.3);--tc-button-primary-background-default:rgb(0, 0, 0);--tc-button-primary-background-hover:rgba(38, 41, 44, 0.9);--tc-button-primary-background-pressed:rgba(38, 41, 44, 0.8);--tc-button-primary-background-disabled:rgba(38, 41, 44, 0.3);--tc-button-primary-background-inverse-default:rgb(255, 255, 255);--tc-button-primary-background-inverse-hover:rgba(236, 237, 238, 0.9);--tc-button-primary-background-inverse-pressed:rgba(236, 237, 238, 0.8);--tc-button-primary-background-inverse-disabled:rgba(236, 237, 238, 0.3);--tc-button-secondary-background-hover:rgba(38, 41, 44, 0.12);--tc-button-secondary-outline-background-hover:rgba(12, 12, 14, 0.1);--tc-button-secondary-background-pressed:rgba(38, 41, 44, 0.3);--tc-button-secondary-background-inverse-hover:rgba(236, 237, 238, 0.15);--tc-button-secondary-background-inverse-pressed:rgba(236, 237, 238, 0.3);--tc-button-icon-primary:var(--tc-grey-00);--tc-button-icon-secondary:var(--tc-grey-110);--tc-button-icon-disabled:rgba(250, 250, 250, 0.49);--tc-button-icon-secondary-disabled:rgba(38, 41, 44, 0.16);--tc-button-icon-white-permanent:var(--tc-grey-00);--tc-button-icon-black-permanent:var(--tc-grey-110);--tc-button-icon-inverse-primary:var(--tc-grey-110);--tc-button-icon-inverse-secondary:var(--tc-grey-00);--tc-button-icon-inverse-disabled:rgba(12, 12, 14, 0.32);--tc-button-icon-inverse-secondary-disabled:rgba(236, 237, 238, 0.3);--tc-button-border-secondary:var(--tc-grey-110);--tc-button-border-disabled:rgba(38, 41, 44, 0.16);--tc-button-border-inverse-secondary:var(--tc-grey-00);--tc-button-border-inverse-disabled:rgba(236, 237, 238, 0.3);--tc-menu-item-hover:rgba(38, 41, 44, 0.06);--tc-menu-item-pressed:rgba(38, 41, 44, 0.12);--tc-menu-item-active:var(--tc-blue-00);--tc-theme-switcher-background-light-theme-default:rgb(255, 255, 255);--tc-theme-switcher-background-light-theme-hover:var(--tc-grey-10);--tc-theme-switcher-background-light-theme-pressed:var(--tc-grey-20);--tc-theme-switcher-background-light-theme-selected:var(--tc-grey-10);--tc-theme-switcher-background-dark-theme-default:var(--tc-grey-110);--tc-theme-switcher-background-dark-theme-hover:var(--tc-grey-90);--tc-theme-switcher-background-dark-theme-pressed:var(--tc-grey-80);--tc-theme-switcher-background-dark-theme-selected:var(--tc-grey-90);--tc-theme-switcher-border-light-theme-default:var(--tc-grey-30);--tc-theme-switcher-border-light-theme-hover:var(--tc-grey-40);--tc-theme-switcher-border-light-theme-pressed:var(--tc-grey-50);--tc-theme-switcher-border-light-theme-selected:var(--tc-grey-110);--tc-theme-switcher-border-dark-theme-default:var(--tc-grey-30);--tc-theme-switcher-border-dark-theme-hover:var(--tc-grey-40);--tc-theme-switcher-border-dark-theme-pressed:var(--tc-grey-50);--tc-theme-switcher-border-dark-theme-selected:var(--tc-grey-110);--tc-theme-switcher-icon-light-theme:var(--tc-grey-110);--tc-theme-switcher-icon-dark-theme:rgb(255, 255, 255);--tc-checkbox-default:rgb(255, 255, 255);--tc-checkbox-hover:rgba(38, 41, 44, 0.06);--tc-checkbox-pressed:rgba(38, 41, 44, 0.12);--tc-checkbox-disabled:rgba(38, 41, 44, 0.12);--tc-checkbox-active-default:rgb(0, 0, 0);--tc-checkbox-active-hover:rgba(38, 41, 44, 0.9);--tc-checkbox-active-pressed:rgba(38, 41, 44, 0.8);--tc-checkbox-active-disabled:rgba(38, 41, 44, 0.16);--tc-checkbox-active-focus:rgba(236, 237, 238, 0.9);--tc-radio-button-default:rgb(255, 255, 255);--tc-radio-button-hover:rgba(38, 41, 44, 0.06);--tc-radio-button-pressed:rgba(38, 41, 44, 0.12);--tc-radio-button-disabled:rgba(38, 41, 44, 0.12);--tc-radio-button-active-default:rgb(0, 0, 0);--tc-radio-button-active-hover:rgba(38, 41, 44, 0.9);--tc-radio-button-active-pressed:rgba(38, 41, 44, 0.8);--tc-radio-button-active-disabled:rgba(38, 41, 44, 0.16);--tc-radio-button-active-focus:rgba(236, 237, 238, 0.9);--tc-toggle-button-active-default:rgb(0, 0, 0);--tc-toggle-button-active-hover:rgba(38, 41, 44, 0.9);--tc-toggle-button-active-disabled:var(--tc-grey-20);--tc-toggle-button-default:var(--tc-grey-30);--tc-toggle-button-hover:var(--tc-grey-40);--tc-toggle-button-disabled:var(--tc-grey-20);--tc-toggle-button-ellipse-default:rgb(255, 255, 255);--tc-toggle-button-ellipse-disabled:var(--tc-grey-10);--tc-text-input-border-active:rgba(236, 237, 238, 0.9);--tc-tooltip-text-primary:var(--tc-grey-110);--tc-tooltip-text-secondary:var(--tc-grey-70);--tc-tooltip-text-inverse-primary:var(--tc-grey-minus-10);--tc-tooltip-text-inverse-secondary:var(--tc-grey-30);--tc-tooltip-layer-primary:var(--tc-grey-10);--tc-tooltip-layer-secondary:var(--tc-grey-80);--tc-search-active-focus:rgba(236, 237, 238, 0.9);--tc-spinner:var(--tc-grey-80);--tc-spinner-gradient-value-1:var(--tc-grey-80);--tc-spinner-gradient-value-2:rgba(38, 41, 44, 0);--tc-elevation-one:0 0 1px 0 rgba(12, 12, 14, 0.08),\n 0 1px 3px 0 rgba(12, 12, 14, 0.12);--tc-elevation-two:0 0 1px 0 rgba(12, 12, 14, 0.08),\n 0 3px 4px 0 rgba(12, 12, 14, 0.12);--tc-elevation-three:0 1px 2px 0 rgba(12, 12, 14, 0.05),\n 0 5px 11px 0 rgba(12, 12, 14, 0.12);--tc-elevation-four:0 0 4px 0 rgba(12, 12, 14, 0.04),\n 0 10px 15px 0 rgba(12, 12, 14, 0.12);--tc-elevation-five:0 1px 6px 0 rgba(12, 12, 14, 0.05),\n 0 14px 25px 0 rgba(12, 12, 14, 0.14);--tc-elevation-six:0 1px 7px 0 rgba(12, 12, 14, 0.06),\n 0 18px 30px 0 rgba(12, 12, 14, 0.15);--tc-button-hover-shadow-centre:0 0 1px 0 rgba(12, 12, 14, 0.08);--tc-button-hover-shadow-raised:0 1px 3px 0 rgba(12, 12, 14, 0.12);--tc-toggle-button-hover-shadow-centre:0 0 0 8px rgba(93, 98, 105, 0.16);--tc-toggle-button-hover-shadow-raised:0 0 0 8px rgba(255, 255, 255, 0.3)}:host{display:inline-block;flex:1 0 0;--compare-card-background-color:var(--tc-layer-tertiary);--compare-card-border-color:transparent;--compare-card-best-choice-text-color:var(--tc-text-black-permanent-dark);--compare-card-divider-border-color:var(--tc-border-tertiary);--compare-card-title-text-color:var(--tc-text-primary);--compare-card-bullet-point-text-color:var(--tc-text-primary);--compare-card-price-text-color:var(--tc-text-primary);--compare-card-old-price-text-color:var(--tc-text-tertiary);--compare-card-helper-text-color:var(--tc-text-secondary);--compare-card-secondary-link-text-color:var(--tc-text-primary);--compare-card-hover-box-shadow:0 0.1875rem 0.25rem rgba(10, 11, 13, 0.08), 0 0.1875rem 0.25rem rgba(10, 11, 13, 0.12);--compare-card-bullet-point-icon-color:var(--tc-text-primary);--compare-card-price-icon-color:var(--tc-grey-70);--compare-card-padding:1.5rem;--compare-card-border-radius:1.5rem;--compare-card-price-padding:0;--compare-card-new-price-font-size:2.5rem;--compare-card-old-price-font-size:1rem;--compare-card-new-currency-font-size:1.125rem;--compare-card-title-margin-top:1.25rem;--compare-card-helper-margin-top:0;--compare-card-select-margin-top:1rem;--compare-card-price-wrapper-margin-top:auto;--compare-card-secondary-link-font-size:0.75rem;--compare-card-price-line-height:3rem;--compare-card-thumbnail-display:flex;--compare-card-thumbnail-card-radius:0 var(--compare-card-border-radius) var(--compare-card-border-radius) 0;--compare-card-thumbnail-card-width:44rem;--compare-card-background-netflix-color:var(--tc-layer-primary);--compare-card-helper-text:var(--tc-text-secondary);--compare-card-focus-outline-color:var(--tc-blue-40);--compare-card-electricity-border-color:var(--tc-border-quaternary);--compare-card-electricity-border-hover-color:var(--tc-border-tertiary);--compare-card-price-badge-background-color:var(--tc-yellow-10);--compare-card-price-badge-text-color:var(--tc-text-primary)}:host([card-type=regular]){max-width:32rem}:host([thumbnail]:not([thumbnail=""])){max-width:var(--compare-card-thumbnail-card-width)}:host([card-type=wide60-40]){max-width:53rem}:host([theme=tet-electricity]) .best-choice-title{background:var(--tc-yellow-40);color:var(--tc-text-primary)}:host([theme=tet-electricity]) .card.hide-best-choice-border{border:0.0625rem solid var(--compare-card-electricity-border-color)}:host([theme=tet-electricity]) .card.hide-best-choice-border:hover{border-color:var(--compare-card-electricity-border-hover-color)}.data-hidden{display:none}.grey{--tet-compare-card-best-choice-border:var(--tc-yellow-40);--compare-card-background-color:transparent;background:radial-gradient(110.2% 141.42% at 0% 0%, #FAFAFA 0%, #ECEDEE 100%)}.grey.dark{background:radial-gradient(110.2% 141.42% at 0% 0%, var(--tc-grey-20-dark, #26292C) 0%, var(--tc-grey-10-dark, #18191B) 100%)}.grey.dark .best-choice-title{color:var(--tc-grey-minus-10-dark)}.grey.card.best-choice{--compare-card-border-color:var(--tet-compare-card-best-choice-border)}.tet-tv{--tet-compare-card-best-choice-border:var(--tc-gradient-green-accent);--compare-card-background-color:transparent;background:radial-gradient(100% 100% at 0% 0%, #f8fff5 0%, #ddf2e6 100%)}.tet-tv.color-icons{--compare-card-bullet-point-icon-color:var(--tc-green-30)}.tet-tv.card.best-choice{--compare-card-border-color:var(--tet-compare-card-best-choice-border)}.tet-tv-plus{--compare-card-background-color:transparent;background:radial-gradient(100% 100% at 0% 0%, #f2fdff 0%, #fafeff 0.01%, #def0f8 100%)}.tet-tv-plus.color-icons{--compare-card-bullet-point-icon-color:rgb(31, 208, 214)}.tet-tv-plus.card.best-choice{--compare-card-border-color:rgb(111, 227, 231)}.tet-vtv{--compare-card-background-color:transparent;background:radial-gradient(100% 100% at 0% 0%, #fff0eb 0%, #fffafa 0.01%, #ffd8cc 100%)}.tet-vtv.color-icons{--compare-card-bullet-point-icon-color:var(--tc-red-30)}.tet-vtv.card.best-choice{--compare-card-border-color:var(--tc-red-20)}.tet-electricity{--compare-card-background-color:transparent;background:radial-gradient(116.09% 141.42% at 0% 0%, var(--tc-gradient-yellow-lin1, rgb(254, 251, 246)) 0%, var(--tc-gradient-yellow-lin2, rgb(251, 240, 216)) 100%)}.tet-electricity.color-icons{--compare-card-bullet-point-icon-color:var(--tc-text-primary)}.tet-internet{--tet-compare-card-best-choice-border:var(--tc-gradient-blue-accent);--compare-card-background-color:transparent;background:radial-gradient(100% 100% at 0% 0%, #fbfdff 0%, #dceeff 100%)}.tet-internet.color-icons{--compare-card-bullet-point-icon-color:var(--tc-blue-30)}.tet-internet.card.best-choice{--compare-card-border-color:var(--tet-compare-card-best-choice-border)}.tet-bundles{--tet-compare-card-best-choice-border:var(--tc-gradient-purple-accent);--compare-card-background-color:transparent;background:radial-gradient(100% 100% at 0% 0%, #fcfbff 0%, #e5e5ff 100%)}.tet-bundles.color-icons{--compare-card-bullet-point-icon-color:var(--tc-violet-40)}.tet-bundles.card.best-choice{--compare-card-border-color:var(--tet-compare-card-best-choice-border)}.tet-business-purple{--compare-card-background-color:var(--tc-violet-00)}.tet-business-purple.color-icons{--compare-card-bullet-point-icon-color:var(--tc-icon-primary)}.tet-business-purple.card.best-choice{--compare-card-border-color:var(--tc-border-primary)}.tet-business-purple.card .best-choice-title{--compare-card-best-choice-text-color:var(--tc-text-primary-dark)}.tet-business-green{--compare-card-background-color:var(--tc-green-00)}.tet-business-green.color-icons{--compare-card-bullet-point-icon-color:var(--tc-icon-primary)}.tet-business-green.card.best-choice{--compare-card-border-color:var(--tc-border-primary)}.tet-business-green.card .best-choice-title{--compare-card-best-choice-text-color:var(--tc-text-primary-dark)}.tet-business-red{--compare-card-background-color:var(--tc-red-00)}.tet-business-red.color-icons{--compare-card-bullet-point-icon-color:var(--tc-icon-primary)}.tet-business-red.card.best-choice{--compare-card-border-color:var(--tc-border-primary)}.tet-business-red.card .best-choice-title{--compare-card-best-choice-text-color:var(--tc-text-primary-dark)}.tet-business-yellow{--compare-card-background-color:var(--tc-yellow-00)}.tet-business-yellow.color-icons{--compare-card-bullet-point-icon-color:var(--tc-icon-primary)}.tet-business-yellow.card.best-choice{--compare-card-border-color:var(--tc-border-primary)}.tet-business-yellow.card .best-choice-title{--compare-card-best-choice-text-color:var(--tc-text-primary-dark)}.tet-business-mint{--compare-card-background-color:rgb(229, 250, 250)}.tet-business-mint.color-icons{--compare-card-bullet-point-icon-color:var(--tc-icon-primary)}.tet-business-mint.card.best-choice{--compare-card-border-color:var(--tc-border-primary)}.tet-business-mint.card .best-choice-title{--compare-card-best-choice-text-color:var(--tc-text-primary-dark)}.tet-business-blue{--compare-card-background-color:var(--tc-blue-00)}.tet-business-blue.color-icons{--compare-card-bullet-point-icon-color:var(--tc-icon-primary)}.tet-business-blue.card.best-choice{--compare-card-border-color:var(--tc-border-primary)}.tet-business-blue.card .best-choice-title{--compare-card-best-choice-text-color:var(--tc-text-primary-dark)}.tet-business-default{--compare-card-background-color:var(--tc-grey-10)}.tet-business-default.color-icons{--compare-card-bullet-point-icon-color:var(--tc-icon-primary)}.tet-business-default.card.best-choice{--compare-card-border-color:var(--tc-border-primary)}.tet-business-default.card .best-choice-title{--compare-card-best-choice-text-color:var(--tc-text-primary-dark)}.card{display:inline-flex;flex-direction:column;position:relative;width:100%;padding:var(--compare-card-padding);background-color:var(--compare-card-background-color);border-radius:var(--compare-card-border-radius);border:0.125rem solid var(--compare-card-border-color);background-repeat:no-repeat}.card.dark{--compare-card-background-color:var(--tc-layer-primary-dark);--compare-card-divider-border-color:var(--tc-border-tertiary-dark);--compare-card-title-text-color:var(--tc-text-primary-dark);--compare-card-bullet-point-text-color:var(--tc-text-primary-dark);--compare-card-price-text-color:var(--tc-text-primary-dark);--compare-card-old-price-text-color:var(--tc-text-tertiary-dark);--compare-card-helper-text-color:var(--tc-text-secondary-dark);--compare-card-secondary-link-text-color:var(--tc-text-primary-dark);--compare-card-bullet-point-icon-color:var(--tc-text-primary-dark);--compare-card-price-icon-color:var(--tc-tooltip-text-inverse-secondary-dark);--compare-card-background-netflix-color:var(--tc-layer-primary-dark);--compare-card-focus-outline-color:var(--tc-blue-40-dark);--compare-card-electricity-border-color:var(--tc-border-quaternary-dark);--compare-card-electricity-border-hover-color:var(--tc-border-tertiary-dark);--compare-card-price-badge-background-color:var(--tc-grey-10-dark);--compare-card-price-badge-text-color:var(--tc-text-primary-dark)}.card:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;outline-color:var(--compare-card-focus-outline-color)}.card a{color:var(--compare-card-price-text-color)}.card.hide-best-choice-border{border-color:transparent}.card.classic.with-border{outline:0.0625rem solid var(--tc-grey-30);border:0.125rem solid transparent}.card.classic.with-border:hover{box-shadow:0 0 rgba(12, 12, 14, 0.08), 0 rgba(12, 12, 14, 0.12)}.card.light .best-choice-title.floating{background:var(--tc-yellow-40);color:var(--tc-foundation-black)}.card.light.with-border{outline:0.0625rem solid var(--tc-grey-30);border:0.125rem solid transparent}.card.light.with-border:hover{box-shadow:0 0 rgba(12, 12, 14, 0.08) 0 rgba(12, 12, 14, 0.12)}.card.full-height{height:100%}.card.regular{max-width:32rem;min-width:18rem}.card.regular .compare-card-half-60{margin-top:var(--compare-card-title-margin-top)}.card.regular .compare-card-half-40{margin-top:0}.card.regular .compare-card-half-40 .price .price-wrapper .price-container{justify-content:flex-start}.card.regular .compare-card-half-40 .price .price-wrapper .old-price-container{padding-left:0}.card.regular .compare-card-half-40 .price .price-wrapper .price-badge{padding:0.5rem;margin-top:0.5rem;margin-bottom:0.5rem;border-radius:0.5rem;background-color:var(--compare-card-price-badge-background-color);color:var(--compare-card-price-badge-text-color);width:100%;font-family:var(--font-family-content);font-size:0.875rem;font-weight:500}.card.wide60-40{display:flex;flex-direction:row;max-width:53rem;min-width:18rem;padding:1.5rem 2.5rem;justify-content:space-between;gap:1.5rem}.card.wide60-40.best-choice{padding-top:2em;padding-bottom:2rem;margin-top:0;height:100%}.card.wide60-40 .best-choice-title{position:absolute;display:none;top:-0.125rem;left:70%;transform:translate(0%)}.card.wide60-40 .best-choice-title.active{display:flex}.card.wide60-40 .image-wrapper{display:none}.card.wide60-40 .compare-card-half{flex-basis:0;flex-shrink:0;flex-grow:1}.card.wide60-40 .compare-card-half-60{width:60%}.card.wide60-40 .compare-card-half-60 .title-wrapper{border:none;margin-bottom:1rem;padding-bottom:0;gap:0}.card.wide60-40 .compare-card-half-60 .info-item{margin-left:0;padding:0}.card.wide60-40 .compare-card-half-40{display:flex;flex-direction:column;justify-content:center;width:40%}.card.wide60-40 .compare-card-half-40 .price-wrapper{flex-direction:column-reverse;align-items:center}.card.wide60-40 .compare-card-half-40 .price-wrapper .price-container{justify-content:center}.card.wide60-40 .compare-card-half-40 .helper{text-align:center}.card.wide60-40 .compare-card-half-40 .helper .term{margin-bottom:0.5rem}.card.wide60-40 .compare-card-half-40 .helper .term-text{margin-bottom:0.5rem}.card.wide60-40 .compare-card-half-40 .secondary-link{margin-top:0.5rem}.card.wide60-40 .old-price-container{margin-top:0.75rem}.card .netflix-product-description{font:400 0.75rem/1rem Inter, Gilroy, Arial, sans-serif;color:var(--compare-card-helper-text-color);margin-bottom:1.5rem}@media screen and (min-width: 48rem){.card .netflix-product-description{margin-bottom:unset}}.card:hover{--compare-card-border-color:var(--tc-grey-40);box-shadow:var(--compare-card-hover-box-shadow)}.card.hide-best-choice-border:hover{--compare-card-border-color:var(--tc-grey-40);border:0.125rem solid var(--compare-card-border-color)}.card.netflix{background-color:var(--compare-card-background-netflix-color);outline:0.0625rem solid var(--tc-grey-30);border:0.125rem solid transparent}.card.netflix.hide-best-choice-border:hover{border:0.125rem solid var(--tc-grey-30);outline:unset}.card.netflix.card.best-choice.hide-best-choice-border{outline:0.0625rem solid rgb(192, 197, 206)}.card.netflix.card.best-choice.hide-best-choice-border:hover{border:0.125rem solid rgb(229, 9, 20);outline:unset}.card.netflix.dark-mode.hide-best-choice-border:hover{border:0.125rem solid #E50914;outline:unset}.card.netflix .best-choice-title{background:rgb(229, 9, 20);color:var(--compare-card-best-choice-text-color)}.card:before{content:"";position:absolute;left:15%;right:14%;fill:var(--tc-blue-40)}.card.best-choice{margin-top:0;--compare-card-border-color:var(--tc-green-20)}.card.best-choice.card-list{height:100%;margin-top:0}.best-choice-title{position:absolute;font-family:var(--font-family-headline);display:flex;visibility:hidden;margin:0 auto;color:var(--compare-card-best-choice-text-color);background:var(--compare-card-border-color);padding:0.375rem 1.25rem;font-weight:600;font-size:0.875rem;line-height:1.25rem;border-radius:0 0 1rem 1rem;top:0;white-space:nowrap}.best-choice-title.center{align-self:center}.best-choice-title.left,.best-choice-title.right{background:rgb(121, 232, 145);top:0;border-radius:0 1.5rem 0 1rem;color:rgb(43, 82, 51);font-family:var(--font-family-content)}.best-choice-title.left{left:0;border-radius:1.5rem 0 1rem 0}.best-choice-title.right{right:0;border-radius:0 1.5rem 0 1rem}.best-choice-title.active{visibility:visible}.best-choice-title.floating{top:-1.125rem;border-radius:1rem;padding:0.375rem 1.25rem;background-color:var(--tc-yellow-40);box-shadow:0 0 1px 0 rgba(12, 12, 14, 0.08), 0 3px 4px 0 rgba(12, 12, 14, 0.12)}.image-wrapper{display:flex;align-items:center;max-height:14.375rem;overflow:hidden}.image-wrapper.none{height:0}.image-wrapper.image{justify-content:center;margin:-2rem -2rem 1rem -2rem;border-top-left-radius:1.3rem;border-top-right-radius:1.3rem}.image-wrapper.image ::slotted(*){width:100%;height:100%}.image-wrapper.logo{padding-bottom:1rem}.image-wrapper.logo ::slotted(*){height:1.5rem;display:flex}.title-wrapper{padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:0.0625rem solid var(--compare-card-divider-border-color)}.title-wrapper .title-wrapper-inner{gap:0.125rem;display:flex;flex-direction:column;align-items:flex-start}.title-wrapper.no-divider{border-bottom:unset;padding-bottom:0;margin-bottom:0}.title-wrapper .hero-title{font:600 2rem/2.25rem Gilroy, Gilroy, Arial, sans-serif;font-family:var(--font-family-headline);flex:none;order:0;align-self:stretch;flex-grow:0;color:var(--compare-card-title-text-color)}.title-wrapper .main-title{font-family:var(--font-family-headline);flex:none;order:1;align-self:stretch;flex-grow:0;color:var(--compare-card-title-text-color);font-size:1.75rem;font-weight:600;line-height:2rem}.title-wrapper .sub-title{font-family:var(--font-family-headline);display:flex;flex-direction:row;align-items:center;flex:none;gap:0.5rem;order:2;align-self:stretch;flex-grow:0;color:var(--compare-card-title-text-color);font-size:1.25rem;font-weight:600;line-height:1.75rem}.title-wrapper .sub-title .info-item{line-height:1.0625rem;font-size:0.8125rem}.title-wrapper .sub-title .info-item .icon{cursor:pointer}.title-wrapper .info-title{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif;color:var(--compare-card-title-text-color)}.bullet-points-wrapper{margin-bottom:0.75rem;line-height:1.5rem}.bullet-points-wrapper.bottom{margin-top:2rem;margin-bottom:0}.bullet-points-wrapper .bullet-point{font:400 1rem/1.5rem Inter, Gilroy, Arial, sans-serif;color:var(--compare-card-bullet-point-text-color);position:relative;padding-left:2.25rem;padding-bottom:0.75rem;margin-left:0.125rem;margin-top:0.25rem}.bullet-points-wrapper .bullet-point .icon{--icon-color:var(--compare-card-bullet-point-icon-color);display:flex;position:absolute;left:0;top:0}.price{margin-bottom:1.5rem}.price .price-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:baseline;padding:var(--compare-card-price-padding)}.price .price-wrapper.price-wrap{flex-wrap:wrap-reverse}.price .price-wrapper.price-wrap .price-container{width:100%}.price .price-wrapper.price-flex-column{flex-direction:column}.price .price-wrapper .price-container{display:flex;flex-direction:row;align-items:baseline;padding:0;gap:0 0.375rem;flex:none;order:0;flex-grow:1;flex-wrap:wrap}.price .price-wrapper .price-container .new-price{font-size:var(--compare-card-new-price-font-size)}.price .price-wrapper .price-container .price-prefix{font-size:1.5rem}.price .price-wrapper .price-container .new-price,.price .price-wrapper .price-container .price-prefix{font-family:var(--font-family-headline);color:var(--compare-card-price-text-color);font-weight:600;line-height:var(--compare-card-price-line-height);font-variant-numeric:tabular-nums}.price .price-wrapper .price-container .currency,.price .price-wrapper .price-container .price-info{font-family:var(--font-family-headline);color:var(--compare-card-price-text-color);font-weight:600;font-size:var(--compare-card-new-currency-font-size);line-height:1.75rem}.price .price-wrapper .price-container .currency .icon,.price .price-wrapper .price-container .price-info .icon{cursor:pointer;--icon-color:var(--compare-card-price-icon-color)}.price .price-wrapper .price-container .currency,.price .price-wrapper .price-container .price-info{display:flex}.price .price-wrapper .price-container .currency{font:600 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif;align-items:baseline;gap:0.25rem}.price .price-wrapper .price-container .price-info{margin-left:0.25rem;align-self:center}.price .price-wrapper .old-price-container{display:flex;flex-direction:row;align-items:flex-start;padding:0 0 0.1875rem 0.375rem;white-space:nowrap}.price .price-wrapper .old-price-container .old-price{font-family:var(--font-family-content);color:var(--compare-card-old-price-text-color);letter-spacing:-0.01125rem;text-decoration-line:line-through;font-weight:400;font-size:var(--compare-card-old-price-font-size);line-height:1.5rem}.price .price-wrapper .old-price-container .old-currency{font-family:var(--font-family-content);color:var(--compare-card-old-price-text-color);letter-spacing:-0.01125rem;text-decoration-line:line-through;font-weight:400;font-size:1rem;line-height:1.5rem}.price .helper{font-family:var(--font-family-content);color:var(--compare-card-helper-text-color);font-weight:400;font-size:0.875rem;line-height:1.25rem;letter-spacing:-0.005625rem;margin-top:var(--compare-card-helper-margin-top)}.price .helper .term-text{margin-bottom:0.5rem}.price .select{margin-top:var(--compare-card-select-margin-top)}.button-wrapper .button{text-align:center}.button-wrapper .secondary-link,.button-wrapper .secondary-link a{font-family:var(--font-family-content);color:var(--compare-card-secondary-link-text-color);font-weight:400;font-size:var(--compare-card-secondary-link-font-size);line-height:1rem;letter-spacing:0.000625rem;text-decoration-line:underline;margin-top:1rem}.button-wrapper .secondary-link.left,.button-wrapper .secondary-link a.left{text-align:left}.button-wrapper .secondary-link.right,.button-wrapper .secondary-link a.right{text-align:right}.button-wrapper .secondary-link.center,.button-wrapper .secondary-link a.center{text-align:center}.button-wrapper .secondary-link:focus-visible,.button-wrapper .secondary-link a:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;border-radius:0.125rem;outline-color:var(--compare-card-focus-outline-color)}.card-wrapper{display:flex;width:100%;height:100%;--compare-card-price-wrapper-margin-top:0;border-radius:var(--compare-card-border-radius)}.card-wrapper:hover{--compare-card-border-color:var(--tc-grey-40);box-shadow:var(--compare-card-hover-box-shadow)}.card-wrapper .card:hover{box-shadow:none;border:none}.card-wrapper::slot(description-slot){margin-bottom:auto}.card-thumbnail{min-width:0;max-width:23.5rem;flex:1.5;display:var(--compare-card-thumbnail-display);border-top-left-radius:var(--compare-card-border-radius);border-bottom-left-radius:var(--compare-card-border-radius);object-fit:cover}.thumbnail{flex:1;border-radius:var(--compare-card-thumbnail-card-radius)}';export{_ as tet_address_offers_filters_products,p as tet_compare_card}
|