@ptcwebops/ptcw-design 6.4.36-beta → 6.5.0-upgrade

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1423) hide show
  1. package/LICENSE +1 -1
  2. package/dist/cjs/fef-stencil-v4.cjs.js +25 -0
  3. package/dist/cjs/fef-stencil-v4.cjs.js.map +1 -0
  4. package/dist/cjs/index-NEB64XqD.js +1521 -0
  5. package/dist/cjs/index-NEB64XqD.js.map +1 -0
  6. package/dist/cjs/index.cjs.js +6 -0
  7. package/dist/cjs/index.cjs.js.map +1 -0
  8. package/dist/cjs/loader.cjs.js +6 -17
  9. package/dist/cjs/loader.cjs.js.map +1 -0
  10. package/dist/cjs/my-component.cjs.entry.js +26 -18
  11. package/dist/cjs/my-component.entry.cjs.js.map +1 -0
  12. package/dist/collection/collection-manifest.json +4 -187
  13. package/dist/collection/components/atoms/my-component/my-component.js +96 -0
  14. package/dist/collection/components/atoms/my-component/my-component.js.map +1 -0
  15. package/dist/collection/components/atoms/my-component/my-component.stories.js +40 -0
  16. package/dist/collection/components/atoms/my-component/my-component.stories.js.map +1 -0
  17. package/dist/collection/global/global.js +10 -7
  18. package/dist/collection/global/global.js.map +1 -0
  19. package/dist/collection/index.js +11 -1
  20. package/dist/collection/index.js.map +1 -0
  21. package/dist/collection/utils/component.js +4 -3
  22. package/dist/collection/utils/component.js.map +1 -0
  23. package/dist/collection/utils/elq-lib.js +533 -534
  24. package/dist/collection/utils/elq-lib.js.map +1 -0
  25. package/dist/collection/utils/fef-logger.js +22 -23
  26. package/dist/collection/utils/fef-logger.js.map +1 -0
  27. package/dist/collection/utils/interfaces.js +12 -11
  28. package/dist/collection/utils/interfaces.js.map +1 -0
  29. package/dist/collection/utils/utils.js +310 -308
  30. package/dist/collection/utils/utils.js.map +1 -0
  31. package/dist/collection/utils/validation-messages.js +173 -170
  32. package/dist/collection/utils/validation-messages.js.map +1 -0
  33. package/dist/components/index.d.ts +33 -0
  34. package/dist/components/index.js +7 -0
  35. package/dist/components/index.js.map +1 -0
  36. package/dist/components/my-component.d.ts +11 -0
  37. package/dist/components/my-component.js +58 -0
  38. package/dist/components/my-component.js.map +1 -0
  39. package/dist/components/p-mYazRhBV.js +1329 -0
  40. package/dist/components/p-mYazRhBV.js.map +1 -0
  41. package/dist/esm/fef-stencil-v4.js +21 -0
  42. package/dist/esm/fef-stencil-v4.js.map +1 -0
  43. package/dist/esm/index-Cp34vyj8.js +1514 -0
  44. package/dist/esm/index-Cp34vyj8.js.map +1 -0
  45. package/dist/esm/index.js +5 -0
  46. package/dist/esm/index.js.map +1 -0
  47. package/dist/esm/loader.js +7 -16
  48. package/dist/esm/loader.js.map +1 -0
  49. package/dist/esm/my-component.entry.js +26 -16
  50. package/dist/esm/my-component.entry.js.map +1 -0
  51. package/dist/fef-stencil-v4/fef-stencil-v4.css +8 -0
  52. package/dist/fef-stencil-v4/fef-stencil-v4.esm.js +2 -0
  53. package/dist/fef-stencil-v4/fef-stencil-v4.esm.js.map +1 -0
  54. package/dist/fef-stencil-v4/index.esm.js +2 -0
  55. package/dist/fef-stencil-v4/index.esm.js.map +1 -0
  56. package/dist/fef-stencil-v4/loader.esm.js.map +1 -0
  57. package/dist/fef-stencil-v4/my-component.entry.esm.js.map +1 -0
  58. package/dist/fef-stencil-v4/p-3c43bcea.entry.js +2 -0
  59. package/dist/fef-stencil-v4/p-3c43bcea.entry.js.map +1 -0
  60. package/dist/fef-stencil-v4/p-Cp34vyj8.js +3 -0
  61. package/dist/fef-stencil-v4/p-Cp34vyj8.js.map +1 -0
  62. package/dist/types/components/atoms/my-component/my-component.d.ts +16 -0
  63. package/dist/types/components/atoms/my-component/my-component.stories.d.ts +7 -0
  64. package/dist/types/components.d.ts +18 -8137
  65. package/dist/types/global/global.d.ts +5 -4
  66. package/dist/types/index.d.ts +11 -1
  67. package/dist/types/stencil-public-runtime.d.ts +122 -29
  68. package/dist/types/utils/component.d.ts +1 -1
  69. package/dist/types/utils/elq-lib.d.ts +67 -61
  70. package/dist/types/utils/fef-logger.d.ts +10 -10
  71. package/dist/types/utils/interfaces.d.ts +34 -34
  72. package/dist/types/utils/utils.d.ts +35 -30
  73. package/dist/types/utils/validation-messages.d.ts +4 -4
  74. package/loader/cdn.js +1 -3
  75. package/loader/index.cjs.js +1 -3
  76. package/loader/index.d.ts +5 -2
  77. package/loader/index.es2017.js +1 -3
  78. package/loader/index.js +1 -3
  79. package/package.json +50 -78
  80. package/readme.md +102 -14
  81. package/dist/cjs/_commonjsHelpers-537d719a.js +0 -20
  82. package/dist/cjs/academic-form-test.cjs.entry.js +0 -82
  83. package/dist/cjs/author-listing-example.cjs.entry.js +0 -245
  84. package/dist/cjs/blog-detail-content_2.cjs.entry.js +0 -275
  85. package/dist/cjs/blog-detail-layout.cjs.entry.js +0 -69
  86. package/dist/cjs/blogs-search-section.cjs.entry.js +0 -218
  87. package/dist/cjs/bundle-example.cjs.entry.js +0 -53
  88. package/dist/cjs/bundle-jumbotron-example.cjs.entry.js +0 -63
  89. package/dist/cjs/buying-option-card.cjs.entry.js +0 -184
  90. package/dist/cjs/buying-option-cards-slider.cjs.entry.js +0 -175
  91. package/dist/cjs/component-6a178a16.js +0 -6476
  92. package/dist/cjs/core-58fa1795.js +0 -3889
  93. package/dist/cjs/dropdown-item.cjs.entry.js +0 -21
  94. package/dist/cjs/dynamic-box-bundle.cjs.entry.js +0 -38
  95. package/dist/cjs/embedded-form.cjs.entry.js +0 -105
  96. package/dist/cjs/event-jumbotron-example.cjs.entry.js +0 -233
  97. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +0 -68
  98. package/dist/cjs/featured-events-slider-example.cjs.entry.js +0 -62
  99. package/dist/cjs/featured-list.cjs.entry.js +0 -108
  100. package/dist/cjs/fl-tab-content_3.cjs.entry.js +0 -104
  101. package/dist/cjs/focus-trap.esm-8c5a8938.js +0 -1558
  102. package/dist/cjs/footer-form.cjs.entry.js +0 -64
  103. package/dist/cjs/global-418c14b4.js +0 -33
  104. package/dist/cjs/homepage-clickable-tab.cjs.entry.js +0 -60
  105. package/dist/cjs/homepage-jumbotron.cjs.entry.js +0 -128
  106. package/dist/cjs/homepage-toggled-content.cjs.entry.js +0 -154
  107. package/dist/cjs/icon-asset_2.cjs.entry.js +0 -154
  108. package/dist/cjs/index-63ddc79c.js +0 -2134
  109. package/dist/cjs/innovator-toggle-container.cjs.entry.js +0 -68
  110. package/dist/cjs/interfaces-574e6df7.js +0 -15
  111. package/dist/cjs/jumbotron-sub-menu.cjs.entry.js +0 -41
  112. package/dist/cjs/jumbotron-sub-mune.cjs.entry.js +0 -55
  113. package/dist/cjs/list-item.cjs.entry.js +0 -52
  114. package/dist/cjs/max-width-container.cjs.entry.js +0 -54
  115. package/dist/cjs/modal-form-example.cjs.entry.js +0 -109
  116. package/dist/cjs/most-popular-news.cjs.entry.js +0 -43
  117. package/dist/cjs/mousewheel-e9520f0f.js +0 -391
  118. package/dist/cjs/news-search-result.cjs.entry.js +0 -30
  119. package/dist/cjs/pagination-96df6fcc.js +0 -668
  120. package/dist/cjs/ptc-accordion-item.cjs.entry.js +0 -124
  121. package/dist/cjs/ptc-accordion.cjs.entry.js +0 -91
  122. package/dist/cjs/ptc-announcement.cjs.entry.js +0 -77
  123. package/dist/cjs/ptc-back-to-top.cjs.entry.js +0 -100
  124. package/dist/cjs/ptc-background-video.cjs.entry.js +0 -152
  125. package/dist/cjs/ptc-badge.cjs.entry.js +0 -30
  126. package/dist/cjs/ptc-bio-card.cjs.entry.js +0 -61
  127. package/dist/cjs/ptc-blue-pill-announcement-bar.cjs.entry.js +0 -23
  128. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -63
  129. package/dist/cjs/ptc-brightcov-video.cjs.entry.js +0 -24
  130. package/dist/cjs/ptc-button.cjs.entry.js +0 -117
  131. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +0 -199
  132. package/dist/cjs/ptc-card-content.cjs.entry.js +0 -92
  133. package/dist/cjs/ptc-card_2.cjs.entry.js +0 -302
  134. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +0 -1209
  135. package/dist/cjs/ptc-checkbox-group.cjs.entry.js +0 -50
  136. package/dist/cjs/ptc-checkbox.cjs.entry.js +0 -74
  137. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +0 -360
  138. package/dist/cjs/ptc-collapse-list.cjs.entry.js +0 -543
  139. package/dist/cjs/ptc-container.cjs.entry.js +0 -44
  140. package/dist/cjs/ptc-countdown.cjs.entry.js +0 -176
  141. package/dist/cjs/ptc-data-lookup.cjs.entry.js +0 -684
  142. package/dist/cjs/ptc-date.cjs.entry.js +0 -61
  143. package/dist/cjs/ptc-dropdown.cjs.entry.js +0 -79
  144. package/dist/cjs/ptc-dynamic-card.cjs.entry.js +0 -141
  145. package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +0 -201
  146. package/dist/cjs/ptc-embedded-quiz.cjs.entry.js +0 -299
  147. package/dist/cjs/ptc-enhanced-product-listing-card.cjs.entry.js +0 -73
  148. package/dist/cjs/ptc-featured-list.cjs.entry.js +0 -48
  149. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +0 -381
  150. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +0 -193
  151. package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +0 -429
  152. package/dist/cjs/ptc-footer.cjs.entry.js +0 -68
  153. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +0 -5200
  154. package/dist/cjs/ptc-form-radio-button.cjs.entry.js +0 -56
  155. package/dist/cjs/ptc-form-radio-group.cjs.entry.js +0 -56
  156. package/dist/cjs/ptc-form.cjs.entry.js +0 -156
  157. package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +0 -22
  158. package/dist/cjs/ptc-hero.cjs.entry.js +0 -32
  159. package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +0 -24
  160. package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +0 -204
  161. package/dist/cjs/ptc-icon-card-slider-example.cjs.entry.js +0 -72
  162. package/dist/cjs/ptc-icon-card.cjs.entry.js +0 -30
  163. package/dist/cjs/ptc-icon-component.cjs.entry.js +0 -126
  164. package/dist/cjs/ptc-icon-list.cjs.entry.js +0 -34
  165. package/dist/cjs/ptc-icon-minimize.cjs.entry.js +0 -173
  166. package/dist/cjs/ptc-image-download-strip.cjs.entry.js +0 -32
  167. package/dist/cjs/ptc-img.cjs.entry.js +0 -216
  168. package/dist/cjs/ptc-info-tile.cjs.entry.js +0 -50
  169. package/dist/cjs/ptc-inline-cta.cjs.entry.js +0 -138
  170. package/dist/cjs/ptc-jumbotron.cjs.entry.js +0 -190
  171. package/dist/cjs/ptc-link.cjs.entry.js +0 -91
  172. package/dist/cjs/ptc-list.cjs.entry.js +0 -60
  173. package/dist/cjs/ptc-media-card.cjs.entry.js +0 -171
  174. package/dist/cjs/ptc-minimized-nav.cjs.entry.js +0 -24
  175. package/dist/cjs/ptc-mobile-select.cjs.entry.js +0 -566
  176. package/dist/cjs/ptc-modal-quiz.cjs.entry.js +0 -187
  177. package/dist/cjs/ptc-nav-card.cjs.entry.js +0 -42
  178. package/dist/cjs/ptc-nav-link.cjs.entry.js +0 -48
  179. package/dist/cjs/ptc-nav-pills.cjs.entry.js +0 -19
  180. package/dist/cjs/ptc-nav-skip-to-content.cjs.entry.js +0 -70
  181. package/dist/cjs/ptc-nav-slider.cjs.entry.js +0 -115
  182. package/dist/cjs/ptc-nav-submenu.cjs.entry.js +0 -48
  183. package/dist/cjs/ptc-nav-tile.cjs.entry.js +0 -20
  184. package/dist/cjs/ptc-news.cjs.entry.js +0 -31
  185. package/dist/cjs/ptc-office-location-card.cjs.entry.js +0 -65
  186. package/dist/cjs/ptc-office-locations.cjs.entry.js +0 -345
  187. package/dist/cjs/ptc-overlay.cjs.entry.js +0 -34
  188. package/dist/cjs/ptc-para.cjs.entry.js +0 -139
  189. package/dist/cjs/ptc-picture.cjs.entry.js +0 -185
  190. package/dist/cjs/ptc-podcast-card.cjs.entry.js +0 -22
  191. package/dist/cjs/ptc-preferance-center-form.cjs.entry.js +0 -46
  192. package/dist/cjs/ptc-preloader.cjs.entry.js +0 -22
  193. package/dist/cjs/ptc-previous-url.cjs.entry.js +0 -31
  194. package/dist/cjs/ptc-pricing-add-on-card.cjs.entry.js +0 -29
  195. package/dist/cjs/ptc-pricing-add-on-section.cjs.entry.js +0 -51
  196. package/dist/cjs/ptc-pricing-block.cjs.entry.js +0 -33
  197. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +0 -532
  198. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +0 -142
  199. package/dist/cjs/ptc-product-card.cjs.entry.js +0 -61
  200. package/dist/cjs/ptc-product-category.cjs.entry.js +0 -20
  201. package/dist/cjs/ptc-product-dropdown.cjs.entry.js +0 -80
  202. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +0 -28
  203. package/dist/cjs/ptc-product-list.cjs.entry.js +0 -172
  204. package/dist/cjs/ptc-product-sidebar.cjs.entry.js +0 -178
  205. package/dist/cjs/ptc-progress-bar.cjs.entry.js +0 -27
  206. package/dist/cjs/ptc-quantity-counter.cjs.entry.js +0 -99
  207. package/dist/cjs/ptc-quote.cjs.entry.js +0 -40
  208. package/dist/cjs/ptc-readmore-char.cjs.entry.js +0 -44
  209. package/dist/cjs/ptc-readmore-new.cjs.entry.js +0 -106
  210. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +0 -127
  211. package/dist/cjs/ptc-readmore.cjs.entry.js +0 -186
  212. package/dist/cjs/ptc-related-card-rail.cjs.entry.js +0 -258
  213. package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +0 -65
  214. package/dist/cjs/ptc-scroll-button.cjs.entry.js +0 -135
  215. package/dist/cjs/ptc-seo-title.cjs.entry.js +0 -82
  216. package/dist/cjs/ptc-shopping-cart.cjs.entry.js +0 -69
  217. package/dist/cjs/ptc-showcase-card.cjs.entry.js +0 -21
  218. package/dist/cjs/ptc-skeleton.cjs.entry.js +0 -32
  219. package/dist/cjs/ptc-slit-card.cjs.entry.js +0 -40
  220. package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +0 -92
  221. package/dist/cjs/ptc-social-icons.cjs.entry.js +0 -33
  222. package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
  223. package/dist/cjs/ptc-span.cjs.entry.js +0 -31
  224. package/dist/cjs/ptc-square-card.cjs.entry.js +0 -25
  225. package/dist/cjs/ptc-sticky-icons.cjs.entry.js +0 -54
  226. package/dist/cjs/ptc-sticky-section.cjs.entry.js +0 -70
  227. package/dist/cjs/ptc-sticky-title.cjs.entry.js +0 -50
  228. package/dist/cjs/ptc-store-card-list.cjs.entry.js +0 -105
  229. package/dist/cjs/ptc-store-card.cjs.entry.js +0 -24
  230. package/dist/cjs/ptc-subnav-card.cjs.entry.js +0 -27
  231. package/dist/cjs/ptc-subnav-v2.cjs.entry.js +0 -595
  232. package/dist/cjs/ptc-subnav.cjs.entry.js +0 -36
  233. package/dist/cjs/ptc-svg-btn.cjs.entry.js +0 -118
  234. package/dist/cjs/ptc-tab-list.cjs.entry.js +0 -274
  235. package/dist/cjs/ptc-tab.cjs.entry.js +0 -31
  236. package/dist/cjs/ptc-tabs.cjs.entry.js +0 -58
  237. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +0 -67
  238. package/dist/cjs/ptc-theater-video-modal.cjs.entry.js +0 -121
  239. package/dist/cjs/ptc-title.cjs.entry.js +0 -161
  240. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +0 -80
  241. package/dist/cjs/ptc-tooltip-v3.cjs.entry.js +0 -119
  242. package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -113
  243. package/dist/cjs/ptc-two-column-media.cjs.entry.js +0 -26
  244. package/dist/cjs/ptc-value-led-card.cjs.entry.js +0 -21
  245. package/dist/cjs/ptc-value-led-content-highlight.cjs.entry.js +0 -19
  246. package/dist/cjs/ptc-value-led-content.cjs.entry.js +0 -20
  247. package/dist/cjs/ptc-value-led-intro.cjs.entry.js +0 -20
  248. package/dist/cjs/ptc-value-led-layout.cjs.entry.js +0 -284
  249. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +0 -35
  250. package/dist/cjs/ptc-value-prop-card.cjs.entry.js +0 -24
  251. package/dist/cjs/ptc-video-embed.cjs.entry.js +0 -84
  252. package/dist/cjs/ptc-white-paper.cjs.entry.js +0 -151
  253. package/dist/cjs/ptcw-design.cjs.js +0 -25
  254. package/dist/cjs/scrollbar-18e63a0e.js +0 -352
  255. package/dist/cjs/sequential-bundle-example.cjs.entry.js +0 -119
  256. package/dist/cjs/sequential-bundle.cjs.entry.js +0 -99
  257. package/dist/cjs/show-map-icon-c1cca913.js +0 -10
  258. package/dist/cjs/storefront-enhanced-product-list-alt-example.cjs.entry.js +0 -66
  259. package/dist/cjs/storefront-enhanced-product-list-example.cjs.entry.js +0 -66
  260. package/dist/cjs/tab-content.cjs.entry.js +0 -50
  261. package/dist/cjs/tab-header.cjs.entry.js +0 -82
  262. package/dist/cjs/utils-0ff09a53.js +0 -300
  263. package/dist/cjs/validation-messages-f1d373e7.js +0 -172
  264. package/dist/cjs/x-d5052f9b.js +0 -22
  265. package/dist/collection/components/buying-option-card/buying-option-card.css +0 -153
  266. package/dist/collection/components/buying-option-card/buying-option-card.js +0 -227
  267. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +0 -1171
  268. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.js +0 -170
  269. package/dist/collection/components/dropdown-item/dropdown-item.css +0 -94
  270. package/dist/collection/components/dropdown-item/dropdown-item.js +0 -61
  271. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.css +0 -115
  272. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +0 -116
  273. package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.css +0 -206
  274. package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.js +0 -173
  275. package/dist/collection/components/icon-asset/icon-asset.css +0 -186
  276. package/dist/collection/components/icon-asset/icon-asset.js +0 -264
  277. package/dist/collection/components/icon-asset/media/brands.svg +0 -1381
  278. package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +0 -765
  279. package/dist/collection/components/icon-asset/media/regular.svg +0 -463
  280. package/dist/collection/components/icon-asset/media/solid.svg +0 -3016
  281. package/dist/collection/components/icon-asset/media/svg-with-js.min.css +0 -5
  282. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +0 -383
  283. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.js +0 -124
  284. package/dist/collection/components/jumbotron-sub-menu/jumbotron-sub-menu.css +0 -232
  285. package/dist/collection/components/jumbotron-sub-menu/jumbotron-sub-menu.js +0 -65
  286. package/dist/collection/components/jumbotron-sub-mune/jumbotron-sub-mune.css +0 -154
  287. package/dist/collection/components/jumbotron-sub-mune/jumbotron-sub-mune.js +0 -83
  288. package/dist/collection/components/list-item/list-item.css +0 -232
  289. package/dist/collection/components/list-item/list-item.js +0 -216
  290. package/dist/collection/components/max-width-container/max-width-container.css +0 -12
  291. package/dist/collection/components/max-width-container/max-width-container.js +0 -146
  292. package/dist/collection/components/my-component/my-component.js +0 -82
  293. package/dist/collection/components/organism-bundles/author-listing-example/author-listing-example.css +0 -69
  294. package/dist/collection/components/organism-bundles/author-listing-example/author-listing-example.js +0 -284
  295. package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.css +0 -250
  296. package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.js +0 -252
  297. package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.css +0 -106
  298. package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.js +0 -74
  299. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.css +0 -104
  300. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +0 -315
  301. package/dist/collection/components/organism-bundles/bundle-example/bundle-example.css +0 -26
  302. package/dist/collection/components/organism-bundles/bundle-example/bundle-example.js +0 -78
  303. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +0 -411
  304. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.js +0 -130
  305. package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.css +0 -3
  306. package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.js +0 -104
  307. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +0 -312
  308. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +0 -285
  309. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +0 -1168
  310. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +0 -63
  311. package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.css +0 -1203
  312. package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.js +0 -57
  313. package/dist/collection/components/organism-bundles/form/academic-form/academic-form-test.css +0 -90
  314. package/dist/collection/components/organism-bundles/form/academic-form/academic-form-test.js +0 -87
  315. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.css +0 -110
  316. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.js +0 -111
  317. package/dist/collection/components/organism-bundles/form/footer-form/footer-form.css +0 -89
  318. package/dist/collection/components/organism-bundles/form/footer-form/footer-form.js +0 -70
  319. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +0 -26
  320. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +0 -114
  321. package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.css +0 -14
  322. package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.js +0 -161
  323. package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.css +0 -847
  324. package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.js +0 -269
  325. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.css +0 -393
  326. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +0 -164
  327. package/dist/collection/components/organism-bundles/most-popular-news/most-popular-news.css +0 -118
  328. package/dist/collection/components/organism-bundles/most-popular-news/most-popular-news.js +0 -50
  329. package/dist/collection/components/organism-bundles/news-search-result/news-search-result.css +0 -88
  330. package/dist/collection/components/organism-bundles/news-search-result/news-search-result.js +0 -40
  331. package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.css +0 -1142
  332. package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.js +0 -67
  333. package/dist/collection/components/organism-bundles/sequential-bundle/sequential-bundle.css +0 -82
  334. package/dist/collection/components/organism-bundles/sequential-bundle/sequential-bundle.js +0 -115
  335. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.css +0 -786
  336. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.js +0 -165
  337. package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-alt-example.js +0 -63
  338. package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.css +0 -1151
  339. package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.js +0 -63
  340. package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.css +0 -173
  341. package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +0 -367
  342. package/dist/collection/components/ptc-accordion/ptc-accordion.css +0 -118
  343. package/dist/collection/components/ptc-accordion/ptc-accordion.js +0 -194
  344. package/dist/collection/components/ptc-announcement/ptc-announcement.css +0 -328
  345. package/dist/collection/components/ptc-announcement/ptc-announcement.js +0 -288
  346. package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.css +0 -103
  347. package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.js +0 -137
  348. package/dist/collection/components/ptc-background-video/ptc-background-video.css +0 -262
  349. package/dist/collection/components/ptc-background-video/ptc-background-video.js +0 -411
  350. package/dist/collection/components/ptc-badge/ptc-badge.css +0 -87
  351. package/dist/collection/components/ptc-badge/ptc-badge.js +0 -87
  352. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +0 -574
  353. package/dist/collection/components/ptc-bio-card/ptc-bio-card.js +0 -174
  354. package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.css +0 -95
  355. package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.js +0 -46
  356. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.css +0 -203
  357. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +0 -173
  358. package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.css +0 -78
  359. package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.js +0 -46
  360. package/dist/collection/components/ptc-button/ptc-button.css +0 -717
  361. package/dist/collection/components/ptc-button/ptc-button.js +0 -530
  362. package/dist/collection/components/ptc-card/ptc-card.css +0 -1580
  363. package/dist/collection/components/ptc-card/ptc-card.js +0 -632
  364. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.css +0 -175
  365. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +0 -184
  366. package/dist/collection/components/ptc-card-content/ptc-card-content.css +0 -448
  367. package/dist/collection/components/ptc-card-content/ptc-card-content.js +0 -254
  368. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +0 -292
  369. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +0 -367
  370. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +0 -1169
  371. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.js +0 -246
  372. package/dist/collection/components/ptc-checkbox/ptc-checkbox.css +0 -144
  373. package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +0 -201
  374. package/dist/collection/components/ptc-checkbox-group/ptc-checkbox-group.css +0 -121
  375. package/dist/collection/components/ptc-checkbox-group/ptc-checkbox-group.js +0 -90
  376. package/dist/collection/components/ptc-close-icon/ptc-close-icon.css +0 -97
  377. package/dist/collection/components/ptc-close-icon/ptc-close-icon.js +0 -18
  378. package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.css +0 -336
  379. package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +0 -791
  380. package/dist/collection/components/ptc-container/ptc-container.css +0 -122
  381. package/dist/collection/components/ptc-container/ptc-container.js +0 -138
  382. package/dist/collection/components/ptc-countdown/ptc-countdown.css +0 -180
  383. package/dist/collection/components/ptc-countdown/ptc-countdown.js +0 -344
  384. package/dist/collection/components/ptc-data-lookup/ptc-data-lookup.css +0 -114
  385. package/dist/collection/components/ptc-data-lookup/ptc-data-lookup.js +0 -459
  386. package/dist/collection/components/ptc-data-lookup/test/__mocks__/@material__select__component.js +0 -5
  387. package/dist/collection/components/ptc-date/ptc-date.css +0 -87
  388. package/dist/collection/components/ptc-date/ptc-date.js +0 -224
  389. package/dist/collection/components/ptc-dropdown/ptc-dropdown.css +0 -176
  390. package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +0 -183
  391. package/dist/collection/components/ptc-dynamic-card/media/nav-active-dotslick.svg +0 -16
  392. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.css +0 -207
  393. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +0 -343
  394. package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.css +0 -249
  395. package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +0 -311
  396. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.css +0 -298
  397. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.js +0 -398
  398. package/dist/collection/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.css +0 -158
  399. package/dist/collection/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.js +0 -154
  400. package/dist/collection/components/ptc-featured-list/fl-tab-content/fl-tab-content.css +0 -59
  401. package/dist/collection/components/ptc-featured-list/fl-tab-content/fl-tab-content.js +0 -80
  402. package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.css +0 -89
  403. package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.js +0 -213
  404. package/dist/collection/components/ptc-featured-list/fl-tab-image/fl-tab-image.css +0 -83
  405. package/dist/collection/components/ptc-featured-list/fl-tab-image/fl-tab-image.js +0 -61
  406. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +0 -407
  407. package/dist/collection/components/ptc-featured-list/ptc-featured-list.js +0 -70
  408. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +0 -229
  409. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.js +0 -252
  410. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +0 -646
  411. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.js +0 -258
  412. package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.css +0 -160
  413. package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +0 -160
  414. package/dist/collection/components/ptc-footer/ptc-footer-v2.css +0 -435
  415. package/dist/collection/components/ptc-footer/ptc-footer.js +0 -105
  416. package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.css +0 -1207
  417. package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.js +0 -331
  418. package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.css +0 -114
  419. package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.js +0 -139
  420. package/dist/collection/components/ptc-form-radio-group/ptc-form-radio-group.css +0 -63
  421. package/dist/collection/components/ptc-form-radio-group/ptc-form-radio-group.js +0 -101
  422. package/dist/collection/components/ptc-hero/ptc-hero.css +0 -97
  423. package/dist/collection/components/ptc-hero/ptc-hero.js +0 -89
  424. package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.css +0 -138
  425. package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +0 -78
  426. package/dist/collection/components/ptc-homepage-image-feature/ptc-homepage-image-feature.css +0 -140
  427. package/dist/collection/components/ptc-homepage-image-feature/ptc-homepage-image-feature.js +0 -23
  428. package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css +0 -465
  429. package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.js +0 -355
  430. package/dist/collection/components/ptc-icon-card/ptc-icon-card.css +0 -141
  431. package/dist/collection/components/ptc-icon-card/ptc-icon-card.js +0 -104
  432. package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +0 -932
  433. package/dist/collection/components/ptc-icon-component/ptc-icon-component.js +0 -139
  434. package/dist/collection/components/ptc-icon-component/test/__mocks__/swiper.js +0 -17
  435. package/dist/collection/components/ptc-icon-list/ptc-icon-list.css +0 -184
  436. package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +0 -164
  437. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.css +0 -140
  438. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +0 -308
  439. package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.css +0 -113
  440. package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.js +0 -71
  441. package/dist/collection/components/ptc-img/ptc-img.css +0 -207
  442. package/dist/collection/components/ptc-img/ptc-img.js +0 -439
  443. package/dist/collection/components/ptc-info-tile/ptc-info-tile.css +0 -229
  444. package/dist/collection/components/ptc-info-tile/ptc-info-tile.js +0 -176
  445. package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.css +0 -348
  446. package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.js +0 -239
  447. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +0 -1839
  448. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +0 -704
  449. package/dist/collection/components/ptc-link/ptc-link.css +0 -508
  450. package/dist/collection/components/ptc-link/ptc-link.js +0 -342
  451. package/dist/collection/components/ptc-list/ptc-list.css +0 -88
  452. package/dist/collection/components/ptc-list/ptc-list.js +0 -99
  453. package/dist/collection/components/ptc-media-card/ptc-media-card.css +0 -250
  454. package/dist/collection/components/ptc-media-card/ptc-media-card.js +0 -431
  455. package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.css +0 -188
  456. package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.js +0 -118
  457. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.es.js +0 -441
  458. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.iife.js +0 -661
  459. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.iife.min.js +0 -7
  460. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.umd.js +0 -22
  461. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.css +0 -287
  462. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +0 -288
  463. package/dist/collection/components/ptc-modal/ptc-modal.css +0 -510
  464. package/dist/collection/components/ptc-modal/ptc-modal.js +0 -875
  465. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.css +0 -218
  466. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +0 -272
  467. package/dist/collection/components/ptc-multi-select/ptc-multi-select.css +0 -301
  468. package/dist/collection/components/ptc-multi-select/ptc-multi-select.js +0 -526
  469. package/dist/collection/components/ptc-nav-card/ptc-nav-card.css +0 -317
  470. package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +0 -237
  471. package/dist/collection/components/ptc-nav-pills/ptc-nav-pills.css +0 -85
  472. package/dist/collection/components/ptc-nav-pills/ptc-nav-pills.js +0 -18
  473. package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.css +0 -93
  474. package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.js +0 -162
  475. package/dist/collection/components/ptc-nav-tile/ptc-nav-tile.css +0 -87
  476. package/dist/collection/components/ptc-nav-tile/ptc-nav-tile.js +0 -40
  477. package/dist/collection/components/ptc-news/ptc-news.css +0 -95
  478. package/dist/collection/components/ptc-news/ptc-news.js +0 -104
  479. package/dist/collection/components/ptc-office-location-card/ptc-office-location-card.css +0 -125
  480. package/dist/collection/components/ptc-office-location-card/ptc-office-location-card.js +0 -189
  481. package/dist/collection/components/ptc-office-locations/ptc-office-locations.css +0 -414
  482. package/dist/collection/components/ptc-office-locations/ptc-office-locations.js +0 -482
  483. package/dist/collection/components/ptc-overlay/ptc-overlay.css +0 -210
  484. package/dist/collection/components/ptc-overlay/ptc-overlay.js +0 -131
  485. package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +0 -292
  486. package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +0 -627
  487. package/dist/collection/components/ptc-para/ptc-para.css +0 -327
  488. package/dist/collection/components/ptc-para/ptc-para.js +0 -502
  489. package/dist/collection/components/ptc-picture/ptc-picture.css +0 -160
  490. package/dist/collection/components/ptc-picture/ptc-picture.js +0 -545
  491. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +0 -5838
  492. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.js +0 -78
  493. package/dist/collection/components/ptc-preferance-center-form/ptc-preferance-center-form.css +0 -81
  494. package/dist/collection/components/ptc-preferance-center-form/ptc-preferance-center-form.js +0 -45
  495. package/dist/collection/components/ptc-preloader/ptc-preloader.css +0 -147
  496. package/dist/collection/components/ptc-preloader/ptc-preloader.js +0 -62
  497. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +0 -3758
  498. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +0 -238
  499. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -105
  500. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +0 -105
  501. package/dist/collection/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.css +0 -75
  502. package/dist/collection/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.js +0 -158
  503. package/dist/collection/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.css +0 -63
  504. package/dist/collection/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.js +0 -113
  505. package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.css +0 -124
  506. package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +0 -89
  507. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.css +0 -384
  508. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +0 -721
  509. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +0 -1217
  510. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +0 -279
  511. package/dist/collection/components/ptc-product-card/ptc-product-card.css +0 -393
  512. package/dist/collection/components/ptc-product-card/ptc-product-card.js +0 -182
  513. package/dist/collection/components/ptc-product-category/ptc-product-category.css +0 -430
  514. package/dist/collection/components/ptc-product-category/ptc-product-category.js +0 -42
  515. package/dist/collection/components/ptc-product-dropdown/ptc-product-dropdown.css +0 -145
  516. package/dist/collection/components/ptc-product-dropdown/ptc-product-dropdown.js +0 -185
  517. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +0 -310
  518. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.js +0 -172
  519. package/dist/collection/components/ptc-product-list/ptc-product-list.css +0 -83
  520. package/dist/collection/components/ptc-product-list/ptc-product-list.js +0 -272
  521. package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.css +0 -227
  522. package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.js +0 -399
  523. package/dist/collection/components/ptc-progress-bar/ptc-progress-bar.css +0 -73
  524. package/dist/collection/components/ptc-progress-bar/ptc-progress-bar.js +0 -42
  525. package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.css +0 -160
  526. package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.js +0 -180
  527. package/dist/collection/components/ptc-quote/ptc-quote.css +0 -273
  528. package/dist/collection/components/ptc-quote/ptc-quote.js +0 -165
  529. package/dist/collection/components/ptc-readmore/ptc-readmore.css +0 -199
  530. package/dist/collection/components/ptc-readmore/ptc-readmore.js +0 -454
  531. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +0 -318
  532. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.js +0 -173
  533. package/dist/collection/components/ptc-readmore-new/ptc-readmore-new.css +0 -78
  534. package/dist/collection/components/ptc-readmore-new/ptc-readmore-new.js +0 -229
  535. package/dist/collection/components/ptc-readmore-v2/ptc-readmore-v2.css +0 -78
  536. package/dist/collection/components/ptc-readmore-v2/ptc-readmore-v2.js +0 -170
  537. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +0 -315
  538. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.js +0 -285
  539. package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.css +0 -211
  540. package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.js +0 -328
  541. package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +0 -3
  542. package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +0 -65
  543. package/dist/collection/components/ptc-scroll-button/ptc-scroll-button.css +0 -98
  544. package/dist/collection/components/ptc-scroll-button/ptc-scroll-button.js +0 -288
  545. package/dist/collection/components/ptc-search-field/ptc-search-field.css +0 -270
  546. package/dist/collection/components/ptc-search-field/ptc-search-field.js +0 -276
  547. package/dist/collection/components/ptc-select/ptc-select.css +0 -6251
  548. package/dist/collection/components/ptc-select/ptc-select.js +0 -647
  549. package/dist/collection/components/ptc-seo-title/ptc-seo-title.css +0 -677
  550. package/dist/collection/components/ptc-seo-title/ptc-seo-title.js +0 -314
  551. package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.css +0 -129
  552. package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +0 -119
  553. package/dist/collection/components/ptc-showcase-card/ptc-showcase-card.css +0 -94
  554. package/dist/collection/components/ptc-showcase-card/ptc-showcase-card.js +0 -60
  555. package/dist/collection/components/ptc-skeleton/ptc-skeleton.css +0 -100
  556. package/dist/collection/components/ptc-skeleton/ptc-skeleton.js +0 -144
  557. package/dist/collection/components/ptc-slit-card/ptc-slit-card.css +0 -148
  558. package/dist/collection/components/ptc-slit-card/ptc-slit-card.js +0 -185
  559. package/dist/collection/components/ptc-social-icons/ptc-social-icons.css +0 -82
  560. package/dist/collection/components/ptc-social-icons/ptc-social-icons.js +0 -140
  561. package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.css +0 -132
  562. package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.js +0 -539
  563. package/dist/collection/components/ptc-social-share/ptc-social-share.css +0 -98
  564. package/dist/collection/components/ptc-social-share/ptc-social-share.js +0 -328
  565. package/dist/collection/components/ptc-spacer/ptc-spacer.css +0 -333
  566. package/dist/collection/components/ptc-spacer/ptc-spacer.js +0 -97
  567. package/dist/collection/components/ptc-span/ptc-span.css +0 -186
  568. package/dist/collection/components/ptc-span/ptc-span.js +0 -107
  569. package/dist/collection/components/ptc-square-card/ptc-square-card.css +0 -128
  570. package/dist/collection/components/ptc-square-card/ptc-square-card.js +0 -64
  571. package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.css +0 -92
  572. package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +0 -62
  573. package/dist/collection/components/ptc-sticky-section/ptc-sticky-section.css +0 -70
  574. package/dist/collection/components/ptc-sticky-section/ptc-sticky-section.js +0 -108
  575. package/dist/collection/components/ptc-sticky-title/media/logo.png +0 -0
  576. package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.css +0 -183
  577. package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.js +0 -105
  578. package/dist/collection/components/ptc-store-card/ptc-store-card.css +0 -100
  579. package/dist/collection/components/ptc-store-card/ptc-store-card.js +0 -25
  580. package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.css +0 -1246
  581. package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.js +0 -103
  582. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.css +0 -411
  583. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.js +0 -647
  584. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.css +0 -178
  585. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +0 -111
  586. package/dist/collection/components/ptc-tab-list/ptc-tab-list.css +0 -209
  587. package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +0 -373
  588. package/dist/collection/components/ptc-tabs/ptc-tab.js +0 -121
  589. package/dist/collection/components/ptc-tabs/ptc-tabs.css +0 -126
  590. package/dist/collection/components/ptc-tabs/ptc-tabs.js +0 -104
  591. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +0 -363
  592. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +0 -230
  593. package/dist/collection/components/ptc-textfield/ptc-textfield.css +0 -3892
  594. package/dist/collection/components/ptc-textfield/ptc-textfield.js +0 -744
  595. package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +0 -136
  596. package/dist/collection/components/ptc-theater-video/ptc-theater-video.js +0 -181
  597. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.css +0 -5792
  598. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.js +0 -181
  599. package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.css +0 -72
  600. package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.js +0 -170
  601. package/dist/collection/components/ptc-title/ptc-title.css +0 -659
  602. package/dist/collection/components/ptc-title/ptc-title.js +0 -558
  603. package/dist/collection/components/ptc-tooltip/ptc-tooltip.css +0 -283
  604. package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +0 -367
  605. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +0 -388
  606. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.js +0 -243
  607. package/dist/collection/components/ptc-tooltip-v3/ptc-tooltip-v3.css +0 -193
  608. package/dist/collection/components/ptc-tooltip-v3/ptc-tooltip-v3.js +0 -307
  609. package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.css +0 -69
  610. package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +0 -48
  611. package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.css +0 -97
  612. package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.js +0 -60
  613. package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.css +0 -79
  614. package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.js +0 -42
  615. package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.css +0 -91
  616. package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.js +0 -18
  617. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.css +0 -82
  618. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.js +0 -42
  619. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.css +0 -468
  620. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.js +0 -385
  621. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +0 -376
  622. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.js +0 -100
  623. package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.css +0 -141
  624. package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.js +0 -117
  625. package/dist/collection/components/ptc-video-embed/ptc-video-embed.css +0 -118
  626. package/dist/collection/components/ptc-video-embed/ptc-video-embed.js +0 -158
  627. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +0 -6241
  628. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +0 -261
  629. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.css +0 -172
  630. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.js +0 -149
  631. package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.css +0 -149
  632. package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.js +0 -181
  633. package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.css +0 -267
  634. package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.js +0 -172
  635. package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.css +0 -144
  636. package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.js +0 -79
  637. package/dist/collection/components/subnav/ptc-subnav-card/ptc-subnav-card.css +0 -85
  638. package/dist/collection/components/subnav/ptc-subnav-card/ptc-subnav-card.js +0 -151
  639. package/dist/collection/components/tab-content/tab-content.css +0 -91
  640. package/dist/collection/components/tab-content/tab-content.js +0 -96
  641. package/dist/collection/components/tab-header/tab-header.css +0 -123
  642. package/dist/collection/components/tab-header/tab-header.js +0 -189
  643. package/dist/collection/media/svg-imgs/Back-arrow.svg +0 -11
  644. package/dist/collection/media/svg-imgs/NumberOneGreenBadge.svg +0 -4
  645. package/dist/collection/media/svg-imgs/NumberThreeGreenBadge.svg +0 -4
  646. package/dist/collection/media/svg-imgs/NumberTwoGreenBadge.svg +0 -4
  647. package/dist/collection/media/svg-imgs/close.svg +0 -11
  648. package/dist/collection/media/svg-imgs/collapse.svg +0 -8
  649. package/dist/collection/media/svg-imgs/email.svg +0 -4
  650. package/dist/collection/media/svg-imgs/expand.svg +0 -8
  651. package/dist/collection/media/svg-imgs/facebook.svg +0 -3
  652. package/dist/collection/media/svg-imgs/filter.svg +0 -12
  653. package/dist/collection/media/svg-imgs/hide-map-icon.svg +0 -6
  654. package/dist/collection/media/svg-imgs/icon-info-green.svg +0 -16
  655. package/dist/collection/media/svg-imgs/icon-info.svg +0 -16
  656. package/dist/collection/media/svg-imgs/instagram.svg +0 -3
  657. package/dist/collection/media/svg-imgs/linkedin.svg +0 -5
  658. package/dist/collection/media/svg-imgs/nav-active-dotslick.svg +0 -16
  659. package/dist/collection/media/svg-imgs/phone.svg +0 -4
  660. package/dist/collection/media/svg-imgs/play-button-dark.svg +0 -20
  661. package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +0 -3
  662. package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +0 -3
  663. package/dist/collection/media/svg-imgs/quotation-mark.svg +0 -1
  664. package/dist/collection/media/svg-imgs/show-all.svg +0 -14
  665. package/dist/collection/media/svg-imgs/show-map-icon.svg +0 -5
  666. package/dist/collection/media/svg-imgs/slider-arrow-left.svg +0 -18
  667. package/dist/collection/media/svg-imgs/slider-arrow-right.svg +0 -18
  668. package/dist/collection/media/svg-imgs/union.svg +0 -3
  669. package/dist/collection/media/svg-imgs/wechat.svg +0 -3
  670. package/dist/collection/media/svg-imgs/weibo.svg +0 -3
  671. package/dist/collection/media/svg-imgs/x.svg +0 -3
  672. package/dist/collection/media/svg-imgs/yk.svg +0 -3
  673. package/dist/collection/media/svg-imgs/youtube.svg +0 -3
  674. package/dist/collection/stories/Accordian.stories.js +0 -220
  675. package/dist/collection/stories/Announcement.stories.js +0 -86
  676. package/dist/collection/stories/BackgroundImage.stories.js +0 -53
  677. package/dist/collection/stories/BluePillAnnouncementBar.stories.js +0 -20
  678. package/dist/collection/stories/Breadcrumb.stories.js +0 -64
  679. package/dist/collection/stories/Card.stories.js +0 -89
  680. package/dist/collection/stories/CardWrapper.stories.js +0 -238
  681. package/dist/collection/stories/Countdown.stories.js +0 -71
  682. package/dist/collection/stories/Date.stories.js +0 -60
  683. package/dist/collection/stories/Dropdown.stories.js +0 -44
  684. package/dist/collection/stories/DynamicCard.stories.js +0 -69
  685. package/dist/collection/stories/FilterTag.stories.js +0 -73
  686. package/dist/collection/stories/FormCheckbox.stories.js +0 -58
  687. package/dist/collection/stories/FormRadioButton.stories.js +0 -37
  688. package/dist/collection/stories/Icon.stories.js +0 -48
  689. package/dist/collection/stories/IconList.stories.js +0 -114
  690. package/dist/collection/stories/IconMinimize.stories.js +0 -41
  691. package/dist/collection/stories/InlineCta.stories.js +0 -111
  692. package/dist/collection/stories/Jumbotron.stories.js +0 -691
  693. package/dist/collection/stories/Link.stories.js +0 -119
  694. package/dist/collection/stories/ListItem.stories.js +0 -28
  695. package/dist/collection/stories/MaxWidthContainer.stories.js +0 -46
  696. package/dist/collection/stories/MobileSelect.stories.js +0 -70
  697. package/dist/collection/stories/Modal.stories.js +0 -106
  698. package/dist/collection/stories/Overlay.stories.js +0 -44
  699. package/dist/collection/stories/Pagination.stories.js +0 -102
  700. package/dist/collection/stories/Picture.stories.js +0 -140
  701. package/dist/collection/stories/PreviousUrl.stories.js +0 -80
  702. package/dist/collection/stories/Quote.stories.js +0 -107
  703. package/dist/collection/stories/ResponsiveWrapper.stories.js +0 -21
  704. package/dist/collection/stories/Select.stories.js +0 -39
  705. package/dist/collection/stories/Spacer.stories.js +0 -49
  706. package/dist/collection/stories/Span.stories.js +0 -45
  707. package/dist/collection/stories/SvgButton.stories.js +0 -34
  708. package/dist/collection/stories/Tabs.stories.js +0 -214
  709. package/dist/collection/stories/Textfield.stories.js +0 -111
  710. package/dist/collection/stories/assets/code-brackets.svg +0 -1
  711. package/dist/collection/stories/assets/colors.svg +0 -1
  712. package/dist/collection/stories/assets/comments.svg +0 -1
  713. package/dist/collection/stories/assets/direction.svg +0 -1
  714. package/dist/collection/stories/assets/flow.svg +0 -1
  715. package/dist/collection/stories/assets/plugin.svg +0 -1
  716. package/dist/collection/stories/assets/repo.svg +0 -1
  717. package/dist/collection/stories/assets/stackalt.svg +0 -1
  718. package/dist/collection/stories/design-tokens/color/Color.stories.js +0 -96
  719. package/dist/collection/stories/design-tokens/color/Temp.stories.js +0 -98
  720. package/dist/collection/stories/design-tokens/containers/About.stories.js +0 -19
  721. package/dist/collection/stories/design-tokens/elevations/About.stories.js +0 -68
  722. package/dist/collection/stories/design-tokens/grid/About.stories.js +0 -22
  723. package/dist/collection/stories/design-tokens/motion/About.stories.js +0 -13
  724. package/dist/collection/stories/design-tokens/shape/About.stories.js +0 -69
  725. package/dist/collection/stories/design-tokens/space/About.stories.js +0 -128
  726. package/dist/collection/stories/design-tokens/typography/About.stories.js +0 -20
  727. package/dist/collection/stories/organisms/eSupport/AlertsPage/preview.stories.js +0 -57
  728. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
  729. package/dist/collection/stories/organisms/eSupport/CustomerSupportGuide/preview.stories.js +0 -117
  730. package/dist/collection/stories/organisms/eSupport/HelpCenter/preview.stories.js +0 -81
  731. package/dist/collection/stories/organisms/eSupport/OnDemandSystemScan/preview.stories.js +0 -27
  732. package/dist/collection/stories/organisms/eSupport/ProductHomePage/preview.stories.js +0 -32
  733. package/dist/collection/stories/organisms/eSupport/PublishingTroubleshooter/preview.stories.js +0 -44
  734. package/dist/collection/stories/organisms/eSupport/SuccessPaths/Cards/preview.stories.js +0 -122
  735. package/dist/collection/stories/organisms/eSupport/SuccessPaths/CloudEngagement/preview.stories.js +0 -59
  736. package/dist/collection/stories/organisms/eSupport/SuccessPaths/DetailsPage/preview.stories.js +0 -235
  737. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +0 -47
  738. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +0 -157
  739. package/dist/collection/stories/organisms/ptc/Academic Form/preview.stories.js +0 -22
  740. package/dist/collection/stories/organisms/ptc/All Products/preview.stories.js +0 -1616
  741. package/dist/collection/stories/organisms/ptc/Announcement/preview.stories.js +0 -58
  742. package/dist/collection/stories/organisms/ptc/Background Video/preview.stories.js +0 -58
  743. package/dist/collection/stories/organisms/ptc/Blog Author Listing/preview.stories.js +0 -32
  744. package/dist/collection/stories/organisms/ptc/Blog Content/preview.stories.js +0 -317
  745. package/dist/collection/stories/organisms/ptc/Blog Detail/preview.stories.js +0 -500
  746. package/dist/collection/stories/organisms/ptc/Blogs Listing Page/preview.stories.js +0 -368
  747. package/dist/collection/stories/organisms/ptc/Bureau New Dynamic/preview.stories.js +0 -54
  748. package/dist/collection/stories/organisms/ptc/Buying Options Cards Slider/preview.stories.js +0 -187
  749. package/dist/collection/stories/organisms/ptc/Case Studies/preview.stories.js +0 -243
  750. package/dist/collection/stories/organisms/ptc/Case Studies Detail Page/preview.stories.js +0 -456
  751. package/dist/collection/stories/organisms/ptc/Case Studies Slider/preview.stories.js +0 -384
  752. package/dist/collection/stories/organisms/ptc/Case Studies Slider New/preview.stories.js +0 -171
  753. package/dist/collection/stories/organisms/ptc/Clq Modal Quiz/preview.stories.js +0 -100
  754. package/dist/collection/stories/organisms/ptc/Contact Free Trial Form/preview.stories.js +0 -22
  755. package/dist/collection/stories/organisms/ptc/Countdown Example/preview.stories.js +0 -29
  756. package/dist/collection/stories/organisms/ptc/E Store Build Listing/preview.stories.js +0 -543
  757. package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +0 -438
  758. package/dist/collection/stories/organisms/ptc/E Store Creo Extension/preview.stories.js +0 -798
  759. package/dist/collection/stories/organisms/ptc/Eloqua Library Contact Info/preview.stories.js +0 -168
  760. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor PCenter/preview.stories.js +0 -60
  761. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor Recipient Id/preview.stories.js +0 -59
  762. package/dist/collection/stories/organisms/ptc/Embedded Form/preview.stories.js +0 -23
  763. package/dist/collection/stories/organisms/ptc/Embedded Form Floating/preview.stories.js +0 -165
  764. package/dist/collection/stories/organisms/ptc/Event Detail/preview.stories.js +0 -16
  765. package/dist/collection/stories/organisms/ptc/Event Jumbotron/preview.stories.js +0 -470
  766. package/dist/collection/stories/organisms/ptc/Event Podcast Slider/preview.stories.js +0 -142
  767. package/dist/collection/stories/organisms/ptc/Events Listing Cards/preview.stories.js +0 -169
  768. package/dist/collection/stories/organisms/ptc/Events Listing Cards Horizontal/preview.stories.js +0 -169
  769. package/dist/collection/stories/organisms/ptc/Featured Events Slider/preview.stories.js +0 -165
  770. package/dist/collection/stories/organisms/ptc/Featured List/preview.stories.js +0 -16
  771. package/dist/collection/stories/organisms/ptc/Filter Level Theater/preview.stories.js +0 -18
  772. package/dist/collection/stories/organisms/ptc/Five Card Value Prop/preview.stories.js +0 -64
  773. package/dist/collection/stories/organisms/ptc/Footer Form/preview.stories.js +0 -18
  774. package/dist/collection/stories/organisms/ptc/Footer V2/preview.stories.js +0 -138
  775. package/dist/collection/stories/organisms/ptc/Footer V2 Cn/preview.stories.js +0 -146
  776. package/dist/collection/stories/organisms/ptc/Form Radio Button/preview.stories.js +0 -42
  777. package/dist/collection/stories/organisms/ptc/Framed Video 16 9/preview.stories.js +0 -31
  778. package/dist/collection/stories/organisms/ptc/Homepage Image Feature/preview.stories.js +0 -41
  779. package/dist/collection/stories/organisms/ptc/Homepage Jumbotron/preview.stories.js +0 -166
  780. package/dist/collection/stories/organisms/ptc/Homepage Toggled Content/preview.stories.js +0 -227
  781. package/dist/collection/stories/organisms/ptc/Hub Of Hubs/preview.stories.js +0 -417
  782. package/dist/collection/stories/organisms/ptc/Intro/preview.stories.js +0 -41
  783. package/dist/collection/stories/organisms/ptc/Jumbotron/preview.stories.js +0 -431
  784. package/dist/collection/stories/organisms/ptc/Jumbotron With Logos/preview.stories.js +0 -431
  785. package/dist/collection/stories/organisms/ptc/Large Bulleted List/preview.stories.js +0 -224
  786. package/dist/collection/stories/organisms/ptc/Large Bulleted List V2/preview.stories.js +0 -326
  787. package/dist/collection/stories/organisms/ptc/Listing Filter/preview.stories.js +0 -256
  788. package/dist/collection/stories/organisms/ptc/Main Nav Product Solutions Tab/preview.stories.js +0 -200
  789. package/dist/collection/stories/organisms/ptc/Mathcad Start Page/preview.stories.js +0 -100
  790. package/dist/collection/stories/organisms/ptc/Media Kit Speed Bump/preview.stories.js +0 -39
  791. package/dist/collection/stories/organisms/ptc/Most Popular News/preview.stories.js +0 -28
  792. package/dist/collection/stories/organisms/ptc/Mvc Form/preview.stories.js +0 -22
  793. package/dist/collection/stories/organisms/ptc/New Buttons/preview.stories.js +0 -125
  794. package/dist/collection/stories/organisms/ptc/Partners Detail/preview.stories.js +0 -151
  795. package/dist/collection/stories/organisms/ptc/Partners Listing/preview.stories.js +0 -394
  796. package/dist/collection/stories/organisms/ptc/Pdf Portal/preview.stories.js +0 -140
  797. package/dist/collection/stories/organisms/ptc/Plm On Demand 1/preview.stories.js +0 -205
  798. package/dist/collection/stories/organisms/ptc/Plm On Demand 2/preview.stories.js +0 -180
  799. package/dist/collection/stories/organisms/ptc/Podcast List/preview.stories.js +0 -175
  800. package/dist/collection/stories/organisms/ptc/Preference Center/preview.stories.js +0 -235
  801. package/dist/collection/stories/organisms/ptc/Preference Center Exit Page/preview.stories.js +0 -85
  802. package/dist/collection/stories/organisms/ptc/Preference Center Update Email/preview.stories.js +0 -54
  803. package/dist/collection/stories/organisms/ptc/Preference Center Update Personal Info/preview.stories.js +0 -59
  804. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table/preview.stories.js +0 -399
  805. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table Subnav/preview.stories.js +0 -179
  806. package/dist/collection/stories/organisms/ptc/Ptc 3 Card Value Prop/preview.stories.js +0 -46
  807. package/dist/collection/stories/organisms/ptc/Ptc Bio Cards/preview.stories.js +0 -741
  808. package/dist/collection/stories/organisms/ptc/Ptc Creo Start Page/preview.stories.js +0 -111
  809. package/dist/collection/stories/organisms/ptc/Ptc Editorial/preview.stories.js +0 -84
  810. package/dist/collection/stories/organisms/ptc/Ptc Form/preview.stories.js +0 -18
  811. package/dist/collection/stories/organisms/ptc/Ptc Icon Card Slider/preview.stories.js +0 -121
  812. package/dist/collection/stories/organisms/ptc/Ptc Icon Component/preview.stories.js +0 -185
  813. package/dist/collection/stories/organisms/ptc/Ptc Icon Sprites/preview.stories.js +0 -150
  814. package/dist/collection/stories/organisms/ptc/Ptc Innovator Toggle/preview.stories.js +0 -421
  815. package/dist/collection/stories/organisms/ptc/Ptc Media Cards/preview.stories.js +0 -133
  816. package/dist/collection/stories/organisms/ptc/Ptc News Detail/preview.stories.js +0 -142
  817. package/dist/collection/stories/organisms/ptc/Ptc News Detail Alternate/preview.stories.js +0 -140
  818. package/dist/collection/stories/organisms/ptc/Ptc Offices/preview.stories.js +0 -405
  819. package/dist/collection/stories/organisms/ptc/Ptc Readmore V3/preview.stories.js +0 -71
  820. package/dist/collection/stories/organisms/ptc/Ptc Showcase Card/preview.stories.js +0 -177
  821. package/dist/collection/stories/organisms/ptc/Ptc Sticky Share Icons/preview.stories.js +0 -184
  822. package/dist/collection/stories/organisms/ptc/Ptc Subnav V1/preview.stories.js +0 -149
  823. package/dist/collection/stories/organisms/ptc/Ptc Subnav V2/preview.stories.js +0 -91
  824. package/dist/collection/stories/organisms/ptc/Ptc Text Copy With Background/preview.stories.js +0 -226
  825. package/dist/collection/stories/organisms/ptc/Ptc Title Demo/preview.stories.js +0 -24
  826. package/dist/collection/stories/organisms/ptc/Ptc Tooltip V3/preview.stories.js +0 -85
  827. package/dist/collection/stories/organisms/ptc/Ptc Two Column Two Media/preview.stories.js +0 -126
  828. package/dist/collection/stories/organisms/ptc/Read More/preview.stories.js +0 -278
  829. package/dist/collection/stories/organisms/ptc/Related Cards/preview.stories.js +0 -107
  830. package/dist/collection/stories/organisms/ptc/Resource Center/preview.stories.js +0 -149
  831. package/dist/collection/stories/organisms/ptc/Search Result/preview.stories.js +0 -62
  832. package/dist/collection/stories/organisms/ptc/Search Result News/preview.stories.js +0 -72
  833. package/dist/collection/stories/organisms/ptc/Searchbar Plm On Demand/preview.stories.js +0 -62
  834. package/dist/collection/stories/organisms/ptc/Seo Test/preview.stories.js +0 -215
  835. package/dist/collection/stories/organisms/ptc/Sequential Slider/preview.stories.js +0 -38
  836. package/dist/collection/stories/organisms/ptc/Sequential Slider Mobile/preview.stories.js +0 -90
  837. package/dist/collection/stories/organisms/ptc/Shortform Agileworx/preview.stories.js +0 -22
  838. package/dist/collection/stories/organisms/ptc/Storefront Enhanced Product Listing/preview.stories.js +0 -132
  839. package/dist/collection/stories/organisms/ptc/Subnav New/preview.stories.js +0 -360
  840. package/dist/collection/stories/organisms/ptc/Success Path Details Page/preview.stories.js +0 -236
  841. package/dist/collection/stories/organisms/ptc/Three Column Text/preview.stories.js +0 -75
  842. package/dist/collection/stories/organisms/ptc/Three Up Text Cards/preview.stories.js +0 -134
  843. package/dist/collection/stories/organisms/ptc/Two Column Media/preview.stories.js +0 -181
  844. package/dist/collection/stories/organisms/ptc/Two Column With Toggle/preview.stories.js +0 -549
  845. package/dist/collection/stories/organisms/ptc/Value Led Resource/preview.stories.js +0 -479
  846. package/dist/collection/stories/organisms/ptc/Volvo Three Col/preview.stories.js +0 -115
  847. package/dist/collection/stories/organisms/ptc/Vuforia Quiz/preview.stories.js +0 -26
  848. package/dist/collection/stories/organisms/ptc/White Paper/preview.stories.js +0 -174
  849. package/dist/collection/utils/__mocks__/@material__select__component.js +0 -5
  850. package/dist/custom-elements/index.d.ts +0 -1143
  851. package/dist/custom-elements/index.js +0 -38289
  852. package/dist/esm/_commonjsHelpers-9943807e.js +0 -17
  853. package/dist/esm/academic-form-test.entry.js +0 -78
  854. package/dist/esm/author-listing-example.entry.js +0 -241
  855. package/dist/esm/blog-detail-content_2.entry.js +0 -270
  856. package/dist/esm/blog-detail-layout.entry.js +0 -65
  857. package/dist/esm/blogs-search-section.entry.js +0 -214
  858. package/dist/esm/bundle-example.entry.js +0 -49
  859. package/dist/esm/bundle-jumbotron-example.entry.js +0 -59
  860. package/dist/esm/buying-option-card.entry.js +0 -180
  861. package/dist/esm/buying-option-cards-slider.entry.js +0 -171
  862. package/dist/esm/component-80f298b4.js +0 -6462
  863. package/dist/esm/core-9dcd68aa.js +0 -3874
  864. package/dist/esm/dropdown-item.entry.js +0 -17
  865. package/dist/esm/dynamic-box-bundle.entry.js +0 -34
  866. package/dist/esm/embedded-form.entry.js +0 -101
  867. package/dist/esm/event-jumbotron-example.entry.js +0 -229
  868. package/dist/esm/event-podcast-slider-example.entry.js +0 -64
  869. package/dist/esm/featured-events-slider-example.entry.js +0 -58
  870. package/dist/esm/featured-list.entry.js +0 -104
  871. package/dist/esm/fl-tab-content_3.entry.js +0 -98
  872. package/dist/esm/focus-trap.esm-d205300d.js +0 -1556
  873. package/dist/esm/footer-form.entry.js +0 -60
  874. package/dist/esm/global-1a5f28d5.js +0 -31
  875. package/dist/esm/homepage-clickable-tab.entry.js +0 -56
  876. package/dist/esm/homepage-jumbotron.entry.js +0 -124
  877. package/dist/esm/homepage-toggled-content.entry.js +0 -150
  878. package/dist/esm/icon-asset_2.entry.js +0 -149
  879. package/dist/esm/index-0bf594c4.js +0 -2103
  880. package/dist/esm/innovator-toggle-container.entry.js +0 -64
  881. package/dist/esm/interfaces-4caedd26.js +0 -12
  882. package/dist/esm/jumbotron-sub-menu.entry.js +0 -37
  883. package/dist/esm/jumbotron-sub-mune.entry.js +0 -51
  884. package/dist/esm/list-item.entry.js +0 -48
  885. package/dist/esm/max-width-container.entry.js +0 -50
  886. package/dist/esm/modal-form-example.entry.js +0 -105
  887. package/dist/esm/most-popular-news.entry.js +0 -39
  888. package/dist/esm/mousewheel-6b2f6590.js +0 -389
  889. package/dist/esm/news-search-result.entry.js +0 -26
  890. package/dist/esm/pagination-191217c1.js +0 -664
  891. package/dist/esm/polyfills/core-js.js +0 -11
  892. package/dist/esm/polyfills/css-shim.js +0 -1
  893. package/dist/esm/polyfills/dom.js +0 -79
  894. package/dist/esm/polyfills/es5-html-element.js +0 -1
  895. package/dist/esm/polyfills/index.js +0 -34
  896. package/dist/esm/polyfills/system.js +0 -6
  897. package/dist/esm/ptc-accordion-item.entry.js +0 -120
  898. package/dist/esm/ptc-accordion.entry.js +0 -87
  899. package/dist/esm/ptc-announcement.entry.js +0 -73
  900. package/dist/esm/ptc-back-to-top.entry.js +0 -96
  901. package/dist/esm/ptc-background-video.entry.js +0 -148
  902. package/dist/esm/ptc-badge.entry.js +0 -26
  903. package/dist/esm/ptc-bio-card.entry.js +0 -57
  904. package/dist/esm/ptc-blue-pill-announcement-bar.entry.js +0 -19
  905. package/dist/esm/ptc-breadcrumb.entry.js +0 -59
  906. package/dist/esm/ptc-brightcov-video.entry.js +0 -20
  907. package/dist/esm/ptc-button.entry.js +0 -113
  908. package/dist/esm/ptc-card-bottom_2.entry.js +0 -194
  909. package/dist/esm/ptc-card-content.entry.js +0 -88
  910. package/dist/esm/ptc-card_2.entry.js +0 -297
  911. package/dist/esm/ptc-case-studies-slider.entry.js +0 -1205
  912. package/dist/esm/ptc-checkbox-group.entry.js +0 -46
  913. package/dist/esm/ptc-checkbox.entry.js +0 -70
  914. package/dist/esm/ptc-close-icon_2.entry.js +0 -355
  915. package/dist/esm/ptc-collapse-list.entry.js +0 -539
  916. package/dist/esm/ptc-container.entry.js +0 -40
  917. package/dist/esm/ptc-countdown.entry.js +0 -172
  918. package/dist/esm/ptc-data-lookup.entry.js +0 -680
  919. package/dist/esm/ptc-date.entry.js +0 -57
  920. package/dist/esm/ptc-dropdown.entry.js +0 -75
  921. package/dist/esm/ptc-dynamic-card.entry.js +0 -137
  922. package/dist/esm/ptc-ellipsis-dropdown.entry.js +0 -197
  923. package/dist/esm/ptc-embedded-quiz.entry.js +0 -295
  924. package/dist/esm/ptc-enhanced-product-listing-card.entry.js +0 -69
  925. package/dist/esm/ptc-featured-list.entry.js +0 -44
  926. package/dist/esm/ptc-filter-dropdown_4.entry.js +0 -374
  927. package/dist/esm/ptc-filter-level-theater.entry.js +0 -189
  928. package/dist/esm/ptc-filter-tag_2.entry.js +0 -424
  929. package/dist/esm/ptc-footer.entry.js +0 -64
  930. package/dist/esm/ptc-form-checkbox_4.entry.js +0 -5193
  931. package/dist/esm/ptc-form-radio-button.entry.js +0 -52
  932. package/dist/esm/ptc-form-radio-group.entry.js +0 -52
  933. package/dist/esm/ptc-form.entry.js +0 -152
  934. package/dist/esm/ptc-hero-footer-cta.entry.js +0 -18
  935. package/dist/esm/ptc-hero.entry.js +0 -28
  936. package/dist/esm/ptc-homepage-image-feature.entry.js +0 -20
  937. package/dist/esm/ptc-homepage-video-background.entry.js +0 -200
  938. package/dist/esm/ptc-icon-card-slider-example.entry.js +0 -68
  939. package/dist/esm/ptc-icon-card.entry.js +0 -26
  940. package/dist/esm/ptc-icon-component.entry.js +0 -122
  941. package/dist/esm/ptc-icon-list.entry.js +0 -30
  942. package/dist/esm/ptc-icon-minimize.entry.js +0 -169
  943. package/dist/esm/ptc-image-download-strip.entry.js +0 -28
  944. package/dist/esm/ptc-img.entry.js +0 -212
  945. package/dist/esm/ptc-info-tile.entry.js +0 -46
  946. package/dist/esm/ptc-inline-cta.entry.js +0 -134
  947. package/dist/esm/ptc-jumbotron.entry.js +0 -186
  948. package/dist/esm/ptc-link.entry.js +0 -87
  949. package/dist/esm/ptc-list.entry.js +0 -56
  950. package/dist/esm/ptc-media-card.entry.js +0 -167
  951. package/dist/esm/ptc-minimized-nav.entry.js +0 -20
  952. package/dist/esm/ptc-mobile-select.entry.js +0 -562
  953. package/dist/esm/ptc-modal-quiz.entry.js +0 -183
  954. package/dist/esm/ptc-nav-card.entry.js +0 -38
  955. package/dist/esm/ptc-nav-link.entry.js +0 -44
  956. package/dist/esm/ptc-nav-pills.entry.js +0 -15
  957. package/dist/esm/ptc-nav-skip-to-content.entry.js +0 -66
  958. package/dist/esm/ptc-nav-slider.entry.js +0 -111
  959. package/dist/esm/ptc-nav-submenu.entry.js +0 -44
  960. package/dist/esm/ptc-nav-tile.entry.js +0 -16
  961. package/dist/esm/ptc-news.entry.js +0 -27
  962. package/dist/esm/ptc-office-location-card.entry.js +0 -61
  963. package/dist/esm/ptc-office-locations.entry.js +0 -341
  964. package/dist/esm/ptc-overlay.entry.js +0 -30
  965. package/dist/esm/ptc-para.entry.js +0 -135
  966. package/dist/esm/ptc-picture.entry.js +0 -181
  967. package/dist/esm/ptc-podcast-card.entry.js +0 -18
  968. package/dist/esm/ptc-preferance-center-form.entry.js +0 -42
  969. package/dist/esm/ptc-preloader.entry.js +0 -18
  970. package/dist/esm/ptc-previous-url.entry.js +0 -27
  971. package/dist/esm/ptc-pricing-add-on-card.entry.js +0 -25
  972. package/dist/esm/ptc-pricing-add-on-section.entry.js +0 -47
  973. package/dist/esm/ptc-pricing-block.entry.js +0 -29
  974. package/dist/esm/ptc-pricing-packaging-table.entry.js +0 -528
  975. package/dist/esm/ptc-pricing-tabs.entry.js +0 -138
  976. package/dist/esm/ptc-product-card.entry.js +0 -57
  977. package/dist/esm/ptc-product-category.entry.js +0 -16
  978. package/dist/esm/ptc-product-dropdown.entry.js +0 -76
  979. package/dist/esm/ptc-product-highlight-card.entry.js +0 -24
  980. package/dist/esm/ptc-product-list.entry.js +0 -168
  981. package/dist/esm/ptc-product-sidebar.entry.js +0 -174
  982. package/dist/esm/ptc-progress-bar.entry.js +0 -23
  983. package/dist/esm/ptc-quantity-counter.entry.js +0 -95
  984. package/dist/esm/ptc-quote.entry.js +0 -36
  985. package/dist/esm/ptc-readmore-char.entry.js +0 -40
  986. package/dist/esm/ptc-readmore-new.entry.js +0 -102
  987. package/dist/esm/ptc-readmore-v3.entry.js +0 -123
  988. package/dist/esm/ptc-readmore.entry.js +0 -182
  989. package/dist/esm/ptc-related-card-rail.entry.js +0 -254
  990. package/dist/esm/ptc-responsive-wrapper.entry.js +0 -61
  991. package/dist/esm/ptc-scroll-button.entry.js +0 -131
  992. package/dist/esm/ptc-seo-title.entry.js +0 -78
  993. package/dist/esm/ptc-shopping-cart.entry.js +0 -65
  994. package/dist/esm/ptc-showcase-card.entry.js +0 -17
  995. package/dist/esm/ptc-skeleton.entry.js +0 -28
  996. package/dist/esm/ptc-slit-card.entry.js +0 -36
  997. package/dist/esm/ptc-social-icons-footer.entry.js +0 -88
  998. package/dist/esm/ptc-social-icons.entry.js +0 -29
  999. package/dist/esm/ptc-spacer.entry.js +0 -34
  1000. package/dist/esm/ptc-span.entry.js +0 -27
  1001. package/dist/esm/ptc-square-card.entry.js +0 -21
  1002. package/dist/esm/ptc-sticky-icons.entry.js +0 -50
  1003. package/dist/esm/ptc-sticky-section.entry.js +0 -66
  1004. package/dist/esm/ptc-sticky-title.entry.js +0 -46
  1005. package/dist/esm/ptc-store-card-list.entry.js +0 -101
  1006. package/dist/esm/ptc-store-card.entry.js +0 -20
  1007. package/dist/esm/ptc-subnav-card.entry.js +0 -23
  1008. package/dist/esm/ptc-subnav-v2.entry.js +0 -591
  1009. package/dist/esm/ptc-subnav.entry.js +0 -32
  1010. package/dist/esm/ptc-svg-btn.entry.js +0 -114
  1011. package/dist/esm/ptc-tab-list.entry.js +0 -270
  1012. package/dist/esm/ptc-tab.entry.js +0 -27
  1013. package/dist/esm/ptc-tabs.entry.js +0 -54
  1014. package/dist/esm/ptc-text-copy-with-background.entry.js +0 -63
  1015. package/dist/esm/ptc-theater-video-modal.entry.js +0 -117
  1016. package/dist/esm/ptc-title.entry.js +0 -157
  1017. package/dist/esm/ptc-tooltip-v2.entry.js +0 -76
  1018. package/dist/esm/ptc-tooltip-v3.entry.js +0 -115
  1019. package/dist/esm/ptc-tooltip.entry.js +0 -109
  1020. package/dist/esm/ptc-two-column-media.entry.js +0 -22
  1021. package/dist/esm/ptc-value-led-card.entry.js +0 -17
  1022. package/dist/esm/ptc-value-led-content-highlight.entry.js +0 -15
  1023. package/dist/esm/ptc-value-led-content.entry.js +0 -16
  1024. package/dist/esm/ptc-value-led-intro.entry.js +0 -16
  1025. package/dist/esm/ptc-value-led-layout.entry.js +0 -280
  1026. package/dist/esm/ptc-value-led-speed-bump.entry.js +0 -31
  1027. package/dist/esm/ptc-value-prop-card.entry.js +0 -20
  1028. package/dist/esm/ptc-video-embed.entry.js +0 -80
  1029. package/dist/esm/ptc-white-paper.entry.js +0 -147
  1030. package/dist/esm/ptcw-design.js +0 -20
  1031. package/dist/esm/scrollbar-b41be07f.js +0 -350
  1032. package/dist/esm/sequential-bundle-example.entry.js +0 -115
  1033. package/dist/esm/sequential-bundle.entry.js +0 -95
  1034. package/dist/esm/show-map-icon-6d9dce32.js +0 -8
  1035. package/dist/esm/storefront-enhanced-product-list-alt-example.entry.js +0 -62
  1036. package/dist/esm/storefront-enhanced-product-list-example.entry.js +0 -62
  1037. package/dist/esm/tab-content.entry.js +0 -46
  1038. package/dist/esm/tab-header.entry.js +0 -78
  1039. package/dist/esm/utils-bdd0cc16.js +0 -282
  1040. package/dist/esm/validation-messages-1379b825.js +0 -169
  1041. package/dist/esm/x-cd64dee4.js +0 -18
  1042. package/dist/ptcw-design/index.esm.js +0 -0
  1043. package/dist/ptcw-design/media/brands.svg +0 -1381
  1044. package/dist/ptcw-design/media/designer-v6.0.7.svg +0 -765
  1045. package/dist/ptcw-design/media/logo.png +0 -0
  1046. package/dist/ptcw-design/media/nav-active-dotslick.svg +0 -16
  1047. package/dist/ptcw-design/media/regular.svg +0 -463
  1048. package/dist/ptcw-design/media/solid.svg +0 -3016
  1049. package/dist/ptcw-design/media/svg-with-js.min.css +0 -5
  1050. package/dist/ptcw-design/p-00c5879b.entry.js +0 -1
  1051. package/dist/ptcw-design/p-0229f63c.entry.js +0 -68
  1052. package/dist/ptcw-design/p-03a1e1a5.entry.js +0 -1
  1053. package/dist/ptcw-design/p-068b64a1.entry.js +0 -1
  1054. package/dist/ptcw-design/p-07b46e6e.entry.js +0 -1
  1055. package/dist/ptcw-design/p-0abb6e77.entry.js +0 -1
  1056. package/dist/ptcw-design/p-0b33279e.js +0 -10
  1057. package/dist/ptcw-design/p-0bb3ea9a.entry.js +0 -1
  1058. package/dist/ptcw-design/p-0dac6766.entry.js +0 -1
  1059. package/dist/ptcw-design/p-0ea22cdc.entry.js +0 -1
  1060. package/dist/ptcw-design/p-0ec2a26d.entry.js +0 -1
  1061. package/dist/ptcw-design/p-0ed4609e.entry.js +0 -1
  1062. package/dist/ptcw-design/p-0efedf59.js +0 -1
  1063. package/dist/ptcw-design/p-112455b1.js +0 -1
  1064. package/dist/ptcw-design/p-1149e673.entry.js +0 -1
  1065. package/dist/ptcw-design/p-11e86045.entry.js +0 -1
  1066. package/dist/ptcw-design/p-1238e070.entry.js +0 -1
  1067. package/dist/ptcw-design/p-14c77b5e.entry.js +0 -1
  1068. package/dist/ptcw-design/p-183ba1ca.entry.js +0 -1
  1069. package/dist/ptcw-design/p-1ab6201b.entry.js +0 -1
  1070. package/dist/ptcw-design/p-1acd3617.entry.js +0 -1
  1071. package/dist/ptcw-design/p-1b3394a7.entry.js +0 -1
  1072. package/dist/ptcw-design/p-1e4d0bb7.entry.js +0 -1
  1073. package/dist/ptcw-design/p-1e9f25fc.entry.js +0 -1
  1074. package/dist/ptcw-design/p-20dfd7bd.entry.js +0 -1
  1075. package/dist/ptcw-design/p-212cdacd.entry.js +0 -1
  1076. package/dist/ptcw-design/p-23411b93.entry.js +0 -1
  1077. package/dist/ptcw-design/p-27cd474f.entry.js +0 -1
  1078. package/dist/ptcw-design/p-290012e3.entry.js +0 -1
  1079. package/dist/ptcw-design/p-2ba77e9d.entry.js +0 -1
  1080. package/dist/ptcw-design/p-2bc4bf65.entry.js +0 -1
  1081. package/dist/ptcw-design/p-2e288e60.entry.js +0 -1
  1082. package/dist/ptcw-design/p-2efd18d8.entry.js +0 -1
  1083. package/dist/ptcw-design/p-2f4f6ccd.js +0 -1
  1084. package/dist/ptcw-design/p-2f7b6437.entry.js +0 -1
  1085. package/dist/ptcw-design/p-2f82de8f.entry.js +0 -1
  1086. package/dist/ptcw-design/p-2fd01953.entry.js +0 -1
  1087. package/dist/ptcw-design/p-2fdd81d4.entry.js +0 -1
  1088. package/dist/ptcw-design/p-315b7885.entry.js +0 -1
  1089. package/dist/ptcw-design/p-36cb30ee.js +0 -1
  1090. package/dist/ptcw-design/p-36d6e662.entry.js +0 -1
  1091. package/dist/ptcw-design/p-384548ef.entry.js +0 -1
  1092. package/dist/ptcw-design/p-39255f59.entry.js +0 -1
  1093. package/dist/ptcw-design/p-3ada2482.entry.js +0 -1
  1094. package/dist/ptcw-design/p-3b9fbbaa.js +0 -1
  1095. package/dist/ptcw-design/p-3c52fabe.entry.js +0 -1
  1096. package/dist/ptcw-design/p-3c941935.entry.js +0 -1
  1097. package/dist/ptcw-design/p-3e13b735.entry.js +0 -1
  1098. package/dist/ptcw-design/p-3e13f29c.entry.js +0 -1
  1099. package/dist/ptcw-design/p-4313edfb.entry.js +0 -1
  1100. package/dist/ptcw-design/p-43756439.entry.js +0 -1
  1101. package/dist/ptcw-design/p-47aa1583.entry.js +0 -1
  1102. package/dist/ptcw-design/p-4fd2afc0.entry.js +0 -1
  1103. package/dist/ptcw-design/p-5119fb48.entry.js +0 -1
  1104. package/dist/ptcw-design/p-522cb451.entry.js +0 -1
  1105. package/dist/ptcw-design/p-5292a000.js +0 -1
  1106. package/dist/ptcw-design/p-5344a1f4.entry.js +0 -1
  1107. package/dist/ptcw-design/p-53d2547b.entry.js +0 -1
  1108. package/dist/ptcw-design/p-54891548.entry.js +0 -1
  1109. package/dist/ptcw-design/p-561a622f.entry.js +0 -1
  1110. package/dist/ptcw-design/p-562a3e36.entry.js +0 -1
  1111. package/dist/ptcw-design/p-575c7fc0.entry.js +0 -1
  1112. package/dist/ptcw-design/p-5b00a563.entry.js +0 -1
  1113. package/dist/ptcw-design/p-5bbfd7b3.entry.js +0 -1
  1114. package/dist/ptcw-design/p-5dd9b00c.entry.js +0 -1
  1115. package/dist/ptcw-design/p-5fb671ee.entry.js +0 -1
  1116. package/dist/ptcw-design/p-61a5012d.entry.js +0 -1
  1117. package/dist/ptcw-design/p-6251a6d6.entry.js +0 -1
  1118. package/dist/ptcw-design/p-6481e853.entry.js +0 -1
  1119. package/dist/ptcw-design/p-672a349f.js +0 -336
  1120. package/dist/ptcw-design/p-674c828e.entry.js +0 -1
  1121. package/dist/ptcw-design/p-6cfb5642.entry.js +0 -1
  1122. package/dist/ptcw-design/p-6d628113.entry.js +0 -1
  1123. package/dist/ptcw-design/p-6f1cc5e5.entry.js +0 -1
  1124. package/dist/ptcw-design/p-709cc1f0.entry.js +0 -1
  1125. package/dist/ptcw-design/p-711bcdad.js +0 -1
  1126. package/dist/ptcw-design/p-73293d32.entry.js +0 -1
  1127. package/dist/ptcw-design/p-746337da.entry.js +0 -1
  1128. package/dist/ptcw-design/p-74a845fd.entry.js +0 -1
  1129. package/dist/ptcw-design/p-752159e2.entry.js +0 -1
  1130. package/dist/ptcw-design/p-75c8fceb.entry.js +0 -1
  1131. package/dist/ptcw-design/p-75d8b6ec.entry.js +0 -1
  1132. package/dist/ptcw-design/p-7777753a.entry.js +0 -1
  1133. package/dist/ptcw-design/p-7815e38b.entry.js +0 -1
  1134. package/dist/ptcw-design/p-79762cf6.entry.js +0 -1
  1135. package/dist/ptcw-design/p-79a6e764.entry.js +0 -1
  1136. package/dist/ptcw-design/p-7b89a8e1.entry.js +0 -1
  1137. package/dist/ptcw-design/p-7c6d6a5e.entry.js +0 -1
  1138. package/dist/ptcw-design/p-7f2c5da5.js +0 -1
  1139. package/dist/ptcw-design/p-804dac0c.entry.js +0 -1
  1140. package/dist/ptcw-design/p-807ad5c4.entry.js +0 -1
  1141. package/dist/ptcw-design/p-80c56c81.entry.js +0 -1
  1142. package/dist/ptcw-design/p-81736d6a.entry.js +0 -1
  1143. package/dist/ptcw-design/p-828edda6.entry.js +0 -1
  1144. package/dist/ptcw-design/p-83c3d6c9.entry.js +0 -1
  1145. package/dist/ptcw-design/p-83dabf2e.entry.js +0 -1
  1146. package/dist/ptcw-design/p-850e6e8c.entry.js +0 -1
  1147. package/dist/ptcw-design/p-87215e3a.entry.js +0 -1
  1148. package/dist/ptcw-design/p-87e4c337.entry.js +0 -1
  1149. package/dist/ptcw-design/p-89da867f.entry.js +0 -1
  1150. package/dist/ptcw-design/p-8cdcfb51.entry.js +0 -1
  1151. package/dist/ptcw-design/p-8eb36507.entry.js +0 -1
  1152. package/dist/ptcw-design/p-8efaac1b.entry.js +0 -1
  1153. package/dist/ptcw-design/p-9050ab76.entry.js +0 -1
  1154. package/dist/ptcw-design/p-908ad455.entry.js +0 -1
  1155. package/dist/ptcw-design/p-91a9f126.entry.js +0 -1
  1156. package/dist/ptcw-design/p-91e5c8d4.entry.js +0 -1
  1157. package/dist/ptcw-design/p-944c5be8.js +0 -2
  1158. package/dist/ptcw-design/p-973b06d1.entry.js +0 -1
  1159. package/dist/ptcw-design/p-973c69d8.entry.js +0 -1
  1160. package/dist/ptcw-design/p-9a28ded2.entry.js +0 -1
  1161. package/dist/ptcw-design/p-9d8a9a72.entry.js +0 -1
  1162. package/dist/ptcw-design/p-9df3c31f.entry.js +0 -1
  1163. package/dist/ptcw-design/p-9e8e2835.entry.js +0 -1
  1164. package/dist/ptcw-design/p-a1dc7ae5.entry.js +0 -1
  1165. package/dist/ptcw-design/p-a22d7ae8.entry.js +0 -1
  1166. package/dist/ptcw-design/p-a2710bbf.entry.js +0 -1
  1167. package/dist/ptcw-design/p-a318a793.entry.js +0 -1
  1168. package/dist/ptcw-design/p-a3ef1660.entry.js +0 -1
  1169. package/dist/ptcw-design/p-a81833cd.entry.js +0 -1
  1170. package/dist/ptcw-design/p-a974f98f.entry.js +0 -1
  1171. package/dist/ptcw-design/p-afb5bdb9.entry.js +0 -1
  1172. package/dist/ptcw-design/p-b0fb4c93.entry.js +0 -1
  1173. package/dist/ptcw-design/p-b1053240.entry.js +0 -1
  1174. package/dist/ptcw-design/p-b154bbdb.entry.js +0 -1
  1175. package/dist/ptcw-design/p-b1c51eb4.entry.js +0 -1
  1176. package/dist/ptcw-design/p-b293a0b1.entry.js +0 -1
  1177. package/dist/ptcw-design/p-b2fcbbd8.entry.js +0 -1
  1178. package/dist/ptcw-design/p-b6cc4c2a.entry.js +0 -1
  1179. package/dist/ptcw-design/p-b82dd7f9.entry.js +0 -1
  1180. package/dist/ptcw-design/p-bca81995.entry.js +0 -1
  1181. package/dist/ptcw-design/p-bdbf2c61.entry.js +0 -1
  1182. package/dist/ptcw-design/p-be00fb74.entry.js +0 -1
  1183. package/dist/ptcw-design/p-bf2f9183.entry.js +0 -1
  1184. package/dist/ptcw-design/p-c5417010.entry.js +0 -1
  1185. package/dist/ptcw-design/p-c7e948b2.js +0 -1
  1186. package/dist/ptcw-design/p-c80265d9.entry.js +0 -1
  1187. package/dist/ptcw-design/p-c8de7309.entry.js +0 -1
  1188. package/dist/ptcw-design/p-c9762c88.entry.js +0 -1
  1189. package/dist/ptcw-design/p-c9a73ad1.entry.js +0 -1
  1190. package/dist/ptcw-design/p-ca039722.entry.js +0 -1
  1191. package/dist/ptcw-design/p-cab0274c.entry.js +0 -1
  1192. package/dist/ptcw-design/p-ce125ef2.entry.js +0 -1
  1193. package/dist/ptcw-design/p-ce39cff2.entry.js +0 -1
  1194. package/dist/ptcw-design/p-cf0f6559.entry.js +0 -1
  1195. package/dist/ptcw-design/p-d1f57070.entry.js +0 -1
  1196. package/dist/ptcw-design/p-d3c11c68.entry.js +0 -1
  1197. package/dist/ptcw-design/p-d428ba40.entry.js +0 -1
  1198. package/dist/ptcw-design/p-d4dcba82.entry.js +0 -1
  1199. package/dist/ptcw-design/p-d6271974.entry.js +0 -1
  1200. package/dist/ptcw-design/p-d9c54a1d.js +0 -1
  1201. package/dist/ptcw-design/p-d9ec506c.entry.js +0 -1
  1202. package/dist/ptcw-design/p-dabb1b70.entry.js +0 -1
  1203. package/dist/ptcw-design/p-dadbab48.entry.js +0 -1
  1204. package/dist/ptcw-design/p-dd38bf84.entry.js +0 -1
  1205. package/dist/ptcw-design/p-de663192.entry.js +0 -1
  1206. package/dist/ptcw-design/p-e00c5964.entry.js +0 -1
  1207. package/dist/ptcw-design/p-e1373325.entry.js +0 -1
  1208. package/dist/ptcw-design/p-e1bd2c43.entry.js +0 -1
  1209. package/dist/ptcw-design/p-e249cd90.entry.js +0 -1
  1210. package/dist/ptcw-design/p-e2e33ddb.entry.js +0 -1
  1211. package/dist/ptcw-design/p-e65cbdb9.entry.js +0 -1
  1212. package/dist/ptcw-design/p-e6ebc832.entry.js +0 -1
  1213. package/dist/ptcw-design/p-e87a4ff8.entry.js +0 -1
  1214. package/dist/ptcw-design/p-e880b556.entry.js +0 -1
  1215. package/dist/ptcw-design/p-e8b51e7d.entry.js +0 -1
  1216. package/dist/ptcw-design/p-ec22d0b8.entry.js +0 -1
  1217. package/dist/ptcw-design/p-ec395ae9.entry.js +0 -1
  1218. package/dist/ptcw-design/p-ecfc8211.entry.js +0 -1
  1219. package/dist/ptcw-design/p-ed53cb3a.entry.js +0 -1
  1220. package/dist/ptcw-design/p-ed5a467e.entry.js +0 -1
  1221. package/dist/ptcw-design/p-ef55ab3c.entry.js +0 -1
  1222. package/dist/ptcw-design/p-efe8563a.entry.js +0 -1
  1223. package/dist/ptcw-design/p-f004e5de.entry.js +0 -1
  1224. package/dist/ptcw-design/p-f2006b03.entry.js +0 -1
  1225. package/dist/ptcw-design/p-f20e4230.entry.js +0 -1
  1226. package/dist/ptcw-design/p-f418ef26.entry.js +0 -1
  1227. package/dist/ptcw-design/p-f4ae5a99.entry.js +0 -1
  1228. package/dist/ptcw-design/p-f5665cfe.entry.js +0 -1
  1229. package/dist/ptcw-design/p-f5dfa530.js +0 -1
  1230. package/dist/ptcw-design/p-fb0c3eeb.entry.js +0 -1
  1231. package/dist/ptcw-design/p-fe56e336.entry.js +0 -1
  1232. package/dist/ptcw-design/p-fef688c2.entry.js +0 -1
  1233. package/dist/ptcw-design/p-ff369ed7.entry.js +0 -1
  1234. package/dist/ptcw-design/ptcw-design.css +0 -9
  1235. package/dist/ptcw-design/ptcw-design.esm.js +0 -1
  1236. package/dist/types/components/buying-option-card/buying-option-card.d.ts +0 -44
  1237. package/dist/types/components/buying-option-cards-slider/buying-option-cards-slider.d.ts +0 -11
  1238. package/dist/types/components/dropdown-item/dropdown-item.d.ts +0 -5
  1239. package/dist/types/components/dynamic-box-bundle/dynamic-box-bundle.d.ts +0 -10
  1240. package/dist/types/components/homepage-clickable-tab/homepage-clickable-tab.d.ts +0 -19
  1241. package/dist/types/components/icon-asset/icon-asset.d.ts +0 -45
  1242. package/dist/types/components/innovator-toggle-container/innovator-toggle-container.d.ts +0 -20
  1243. package/dist/types/components/jumbotron-sub-menu/jumbotron-sub-menu.d.ts +0 -11
  1244. package/dist/types/components/jumbotron-sub-mune/jumbotron-sub-mune.d.ts +0 -10
  1245. package/dist/types/components/list-item/list-item.d.ts +0 -20
  1246. package/dist/types/components/max-width-container/max-width-container.d.ts +0 -16
  1247. package/dist/types/components/my-component/my-component.d.ts +0 -16
  1248. package/dist/types/components/organism-bundles/author-listing-example/author-listing-example.d.ts +0 -12
  1249. package/dist/types/components/organism-bundles/blog-detail-content/blog-detail-content.d.ts +0 -32
  1250. package/dist/types/components/organism-bundles/blog-detail-layout/blog-detail-layout.d.ts +0 -10
  1251. package/dist/types/components/organism-bundles/blogs-search-section/blogs-search-section.d.ts +0 -24
  1252. package/dist/types/components/organism-bundles/bundle-example/bundle-example.d.ts +0 -14
  1253. package/dist/types/components/organism-bundles/bundle-featured-list/featured-list.d.ts +0 -12
  1254. package/dist/types/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.d.ts +0 -5
  1255. package/dist/types/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.d.ts +0 -37
  1256. package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -10
  1257. package/dist/types/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.d.ts +0 -10
  1258. package/dist/types/components/organism-bundles/form/academic-form/academic-form-test.d.ts +0 -25
  1259. package/dist/types/components/organism-bundles/form/embedded-form/embedded-form.d.ts +0 -31
  1260. package/dist/types/components/organism-bundles/form/footer-form/footer-form.d.ts +0 -14
  1261. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
  1262. package/dist/types/components/organism-bundles/form/ptc-form/ptc-form.d.ts +0 -25
  1263. package/dist/types/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.d.ts +0 -34
  1264. package/dist/types/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.d.ts +0 -41
  1265. package/dist/types/components/organism-bundles/most-popular-news/most-popular-news.d.ts +0 -6
  1266. package/dist/types/components/organism-bundles/news-search-result/news-search-result.d.ts +0 -10
  1267. package/dist/types/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.d.ts +0 -10
  1268. package/dist/types/components/organism-bundles/sequential-bundle/sequential-bundle.d.ts +0 -12
  1269. package/dist/types/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.d.ts +0 -18
  1270. package/dist/types/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-alt-example.d.ts +0 -10
  1271. package/dist/types/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.d.ts +0 -10
  1272. package/dist/types/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.d.ts +0 -68
  1273. package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +0 -23
  1274. package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +0 -60
  1275. package/dist/types/components/ptc-back-to-top/ptc-back-to-top.d.ts +0 -11
  1276. package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +0 -53
  1277. package/dist/types/components/ptc-badge/ptc-badge.d.ts +0 -7
  1278. package/dist/types/components/ptc-bio-card/ptc-bio-card.d.ts +0 -28
  1279. package/dist/types/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.d.ts +0 -4
  1280. package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +0 -29
  1281. package/dist/types/components/ptc-brightcov-video/ptc-brightcov-video.d.ts +0 -6
  1282. package/dist/types/components/ptc-button/ptc-button.d.ts +0 -92
  1283. package/dist/types/components/ptc-card/ptc-card.d.ts +0 -94
  1284. package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +0 -17
  1285. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +0 -20
  1286. package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +0 -40
  1287. package/dist/types/components/ptc-case-studies-slider/ptc-case-studies-slider.d.ts +0 -25
  1288. package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +0 -17
  1289. package/dist/types/components/ptc-checkbox-group/ptc-checkbox-group.d.ts +0 -10
  1290. package/dist/types/components/ptc-close-icon/ptc-close-icon.d.ts +0 -3
  1291. package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +0 -66
  1292. package/dist/types/components/ptc-container/ptc-container.d.ts +0 -13
  1293. package/dist/types/components/ptc-countdown/ptc-countdown.d.ts +0 -28
  1294. package/dist/types/components/ptc-data-lookup/ptc-data-lookup.d.ts +0 -29
  1295. package/dist/types/components/ptc-date/ptc-date.d.ts +0 -46
  1296. package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +0 -20
  1297. package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +0 -57
  1298. package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +0 -29
  1299. package/dist/types/components/ptc-embedded-quiz/ptc-embedded-quiz.d.ts +0 -35
  1300. package/dist/types/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.d.ts +0 -23
  1301. package/dist/types/components/ptc-featured-list/fl-tab-content/fl-tab-content.d.ts +0 -6
  1302. package/dist/types/components/ptc-featured-list/fl-tab-header/fl-tab-header.d.ts +0 -16
  1303. package/dist/types/components/ptc-featured-list/fl-tab-image/fl-tab-image.d.ts +0 -5
  1304. package/dist/types/components/ptc-featured-list/ptc-featured-list.d.ts +0 -10
  1305. package/dist/types/components/ptc-filter-dropdown/ptc-filter-dropdown.d.ts +0 -30
  1306. package/dist/types/components/ptc-filter-level-theater/ptc-filter-level-theater.d.ts +0 -19
  1307. package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +0 -23
  1308. package/dist/types/components/ptc-footer/ptc-footer.d.ts +0 -9
  1309. package/dist/types/components/ptc-form-checkbox/ptc-form-checkbox.d.ts +0 -31
  1310. package/dist/types/components/ptc-form-radio-button/ptc-form-radio-button.d.ts +0 -14
  1311. package/dist/types/components/ptc-form-radio-group/ptc-form-radio-group.d.ts +0 -16
  1312. package/dist/types/components/ptc-hero/ptc-hero.d.ts +0 -16
  1313. package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +0 -6
  1314. package/dist/types/components/ptc-homepage-image-feature/ptc-homepage-image-feature.d.ts +0 -5
  1315. package/dist/types/components/ptc-homepage-video-background/ptc-homepage-video-background.d.ts +0 -75
  1316. package/dist/types/components/ptc-icon-card/ptc-icon-card.d.ts +0 -12
  1317. package/dist/types/components/ptc-icon-component/ptc-icon-component.d.ts +0 -23
  1318. package/dist/types/components/ptc-icon-component/test/__mocks__/swiper.d.ts +0 -12
  1319. package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +0 -23
  1320. package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +0 -19
  1321. package/dist/types/components/ptc-image-download-strip/ptc-image-download-strip.d.ts +0 -13
  1322. package/dist/types/components/ptc-img/ptc-img.d.ts +0 -83
  1323. package/dist/types/components/ptc-info-tile/ptc-info-tile.d.ts +0 -19
  1324. package/dist/types/components/ptc-inline-cta/ptc-inline-cta.d.ts +0 -23
  1325. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +0 -52
  1326. package/dist/types/components/ptc-link/ptc-link.d.ts +0 -66
  1327. package/dist/types/components/ptc-list/ptc-list.d.ts +0 -8
  1328. package/dist/types/components/ptc-media-card/ptc-media-card.d.ts +0 -81
  1329. package/dist/types/components/ptc-minimized-nav/ptc-minimized-nav.d.ts +0 -8
  1330. package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +0 -209
  1331. package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +0 -49
  1332. package/dist/types/components/ptc-modal/ptc-modal.d.ts +0 -113
  1333. package/dist/types/components/ptc-modal-quiz/ptc-modal-quiz.d.ts +0 -38
  1334. package/dist/types/components/ptc-multi-select/ptc-multi-select.d.ts +0 -52
  1335. package/dist/types/components/ptc-nav-card/ptc-nav-card.d.ts +0 -47
  1336. package/dist/types/components/ptc-nav-pills/ptc-nav-pills.d.ts +0 -3
  1337. package/dist/types/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.d.ts +0 -17
  1338. package/dist/types/components/ptc-nav-tile/ptc-nav-tile.d.ts +0 -7
  1339. package/dist/types/components/ptc-news/ptc-news.d.ts +0 -20
  1340. package/dist/types/components/ptc-office-location-card/ptc-office-location-card.d.ts +0 -16
  1341. package/dist/types/components/ptc-office-locations/ptc-office-locations.d.ts +0 -42
  1342. package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +0 -21
  1343. package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +0 -43
  1344. package/dist/types/components/ptc-para/ptc-para.d.ts +0 -81
  1345. package/dist/types/components/ptc-picture/ptc-picture.d.ts +0 -104
  1346. package/dist/types/components/ptc-podcast-card/ptc-podcast-card.d.ts +0 -15
  1347. package/dist/types/components/ptc-preferance-center-form/ptc-preferance-center-form.d.ts +0 -7
  1348. package/dist/types/components/ptc-preloader/ptc-preloader.d.ts +0 -5
  1349. package/dist/types/components/ptc-preloader-section/ptc-preloader-section.d.ts +0 -14
  1350. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +0 -11
  1351. package/dist/types/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.d.ts +0 -35
  1352. package/dist/types/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.d.ts +0 -30
  1353. package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +0 -8
  1354. package/dist/types/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.d.ts +0 -115
  1355. package/dist/types/components/ptc-pricing-tabs/ptc-pricing-tabs.d.ts +0 -53
  1356. package/dist/types/components/ptc-product-card/ptc-product-card.d.ts +0 -33
  1357. package/dist/types/components/ptc-product-category/ptc-product-category.d.ts +0 -4
  1358. package/dist/types/components/ptc-product-dropdown/ptc-product-dropdown.d.ts +0 -18
  1359. package/dist/types/components/ptc-product-highlight-card/ptc-product-highlight-card.d.ts +0 -33
  1360. package/dist/types/components/ptc-product-list/ptc-product-list.d.ts +0 -21
  1361. package/dist/types/components/ptc-product-sidebar/ptc-product-sidebar.d.ts +0 -40
  1362. package/dist/types/components/ptc-progress-bar/ptc-progress-bar.d.ts +0 -5
  1363. package/dist/types/components/ptc-quantity-counter/ptc-quantity-counter.d.ts +0 -20
  1364. package/dist/types/components/ptc-quote/ptc-quote.d.ts +0 -33
  1365. package/dist/types/components/ptc-readmore/ptc-readmore.d.ts +0 -72
  1366. package/dist/types/components/ptc-readmore-char/ptc-readmore-char.d.ts +0 -35
  1367. package/dist/types/components/ptc-readmore-new/ptc-readmore-new.d.ts +0 -21
  1368. package/dist/types/components/ptc-readmore-v2/ptc-readmore-v2.d.ts +0 -27
  1369. package/dist/types/components/ptc-readmore-v3/ptc-readmore-v3.d.ts +0 -27
  1370. package/dist/types/components/ptc-related-card-rail/ptc-related-card-rail.d.ts +0 -47
  1371. package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +0 -8
  1372. package/dist/types/components/ptc-scroll-button/ptc-scroll-button.d.ts +0 -28
  1373. package/dist/types/components/ptc-search-field/ptc-search-field.d.ts +0 -24
  1374. package/dist/types/components/ptc-select/ptc-select.d.ts +0 -41
  1375. package/dist/types/components/ptc-seo-title/ptc-seo-title.d.ts +0 -55
  1376. package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +0 -7
  1377. package/dist/types/components/ptc-showcase-card/ptc-showcase-card.d.ts +0 -5
  1378. package/dist/types/components/ptc-skeleton/ptc-skeleton.d.ts +0 -10
  1379. package/dist/types/components/ptc-slit-card/ptc-slit-card.d.ts +0 -36
  1380. package/dist/types/components/ptc-social-icons/ptc-social-icons.d.ts +0 -11
  1381. package/dist/types/components/ptc-social-icons-footer/ptc-social-icons-footer.d.ts +0 -36
  1382. package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +0 -43
  1383. package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +0 -16
  1384. package/dist/types/components/ptc-span/ptc-span.d.ts +0 -20
  1385. package/dist/types/components/ptc-square-card/ptc-square-card.d.ts +0 -11
  1386. package/dist/types/components/ptc-sticky-icons/ptc-sticky-icons.d.ts +0 -7
  1387. package/dist/types/components/ptc-sticky-section/ptc-sticky-section.d.ts +0 -12
  1388. package/dist/types/components/ptc-sticky-title/ptc-sticky-title.d.ts +0 -10
  1389. package/dist/types/components/ptc-store-card/ptc-store-card.d.ts +0 -6
  1390. package/dist/types/components/ptc-store-card-list/ptc-store-card-list.d.ts +0 -18
  1391. package/dist/types/components/ptc-subnav-v2/ptc-subnav-v2.d.ts +0 -70
  1392. package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +0 -20
  1393. package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +0 -36
  1394. package/dist/types/components/ptc-tabs/ptc-tab.d.ts +0 -9
  1395. package/dist/types/components/ptc-tabs/ptc-tabs.d.ts +0 -10
  1396. package/dist/types/components/ptc-text-copy-with-background/ptc-text-copy-with-background.d.ts +0 -44
  1397. package/dist/types/components/ptc-textfield/ptc-textfield.d.ts +0 -99
  1398. package/dist/types/components/ptc-theater-video/ptc-theater-video.d.ts +0 -14
  1399. package/dist/types/components/ptc-theater-video-modal/ptc-theater-video-modal.d.ts +0 -21
  1400. package/dist/types/components/ptc-theater-video-playlist/ptc-theater-video-playlist.d.ts +0 -26
  1401. package/dist/types/components/ptc-title/ptc-title.d.ts +0 -86
  1402. package/dist/types/components/ptc-tooltip/ptc-tooltip.d.ts +0 -63
  1403. package/dist/types/components/ptc-tooltip-v2/ptc-tooltip-v2.d.ts +0 -21
  1404. package/dist/types/components/ptc-tooltip-v3/ptc-tooltip-v3.d.ts +0 -44
  1405. package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +0 -9
  1406. package/dist/types/components/ptc-value-led-card/ptc-value-led-card.d.ts +0 -5
  1407. package/dist/types/components/ptc-value-led-content/ptc-value-led-content.d.ts +0 -4
  1408. package/dist/types/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.d.ts +0 -3
  1409. package/dist/types/components/ptc-value-led-intro/ptc-value-led-intro.d.ts +0 -4
  1410. package/dist/types/components/ptc-value-led-layout/ptc-value-led-layout.d.ts +0 -33
  1411. package/dist/types/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.d.ts +0 -10
  1412. package/dist/types/components/ptc-value-prop-card/ptc-value-prop-card.d.ts +0 -23
  1413. package/dist/types/components/ptc-video-embed/ptc-video-embed.d.ts +0 -15
  1414. package/dist/types/components/ptc-white-paper/ptc-white-paper.d.ts +0 -44
  1415. package/dist/types/components/subnav/ptc-nav-link/ptc-nav-link.d.ts +0 -30
  1416. package/dist/types/components/subnav/ptc-nav-slider/ptc-nav-slider.d.ts +0 -19
  1417. package/dist/types/components/subnav/ptc-nav-submenu/ptc-nav-submenu.d.ts +0 -35
  1418. package/dist/types/components/subnav/ptc-subnav/ptc-subnav.d.ts +0 -11
  1419. package/dist/types/components/subnav/ptc-subnav-card/ptc-subnav-card.d.ts +0 -31
  1420. package/dist/types/components/tab-content/tab-content.d.ts +0 -16
  1421. package/dist/types/components/tab-header/tab-header.d.ts +0 -23
  1422. package/loader/package.json +0 -11
  1423. /package/dist/collection/components/{my-component → atoms/my-component}/my-component.css +0 -0
@@ -1 +0,0 @@
1
- import{r as o,h as a,H as t,a as i}from"./p-944c5be8.js";import{i as r,o as e}from"./p-c7e948b2.js";const n=class{constructor(a){o(this,a),this.sectionTitle=void 0,this.description=void 0,this.backgroundImage=void 0}componentDidLoad(){this.el.addEventListener("mousemove",(()=>{}));let o=this.el.shadowRoot.querySelector(".bgImage");const a=()=>{this._onMove||(this._onMove=a=>{a.target===this.el&&o.style.setProperty("transform",`translate(-${a.clientX/100}px, -${a.clientY/100}px) scale(1.1, 1.1)`)},window.addEventListener("mousemove",this._onMove,{passive:!0}))},t=()=>{this._onMove&&(window.removeEventListener("mousemove",this._onMove),this._onMove=void 0),o.style.transform="none"};r()?t():a(),this._offPRM=e((o=>{o?t():a()}))}disconnectedCallback(){var o;this._onMove&&(window.removeEventListener("mousemove",this._onMove),this._onMove=void 0),null===(o=this._offPRM)||void 0===o||o.call(this)}render(){return a(t,null,a("img",{src:this.backgroundImage,alt:"",class:"bgImage"}),a("svg",{class:"cut cut-top",xmlns:"http://www.w3.org/2000/svg",width:"320.963",height:"28.179",viewBox:"0 0 320.963 28.179"},a("path",{fill:"#F3F3F3",d:"M737.02 463.856v27.8H416.057v.378h102.38l47.607-28.179z",class:"path-1","data-name":"Path 8770",transform:"translate(-416.057 -463.856)"})),a("div",{class:"backdrop-blur light-links"},a("div",{class:"ptc-container"},a("ptc-title",{type:"h2","text-align":"center","title-color":"white","title-margin":"margin-flush"},this.sectionTitle),a("ptc-para",{"font-size":"small","para-align":"center","font-weight":"w-5","para-color":"white","para-margin":"margin-5"},this.description),a("ptc-spacer",null)),a("div",{class:"ptc-container"},a("div",{class:"content-box"},a("div",{class:"backdrop"}),a("slot",null)))),a("svg",{class:"cut cut-bottom",xmlns:"http://www.w3.org/2000/svg",width:"320.963",height:"28.179",viewBox:"0 0 320.963 28.179"},a("path",{fill:"#F3F3F3",d:"M737.02 463.856v27.8H416.057v.378h102.38l47.607-28.179z",class:"path-1","data-name":"Path 8770",transform:"translate(-416.057 -463.856)"})))}get el(){return i(this)}};n.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}a{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);text-decoration-line:underline;color:var(--color-hyperlink);transition:color var(--ptc-transition-medium) var(--ptc-ease-out);font-weight:var(--ptc-font-weight-bold)}a:visited{color:var(--color-blue-10)}a:active,a:visited:active{transition:none;color:var(--color-blue-09)}a:hover,a:visited:hover{color:var(--color-blue-08)}a.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}a:focus-visible{outline:5px solid #003dd6 !important;outline-offset:0px !important;border-radius:var(--ptc-border-radius-standard)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.light-links a.light-link,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.background-grey-10 a.light-link,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.background-plm-grey a.light-link{color:var(--color-blue-04);margin:-2px;border:2px solid transparent}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.light-links a.light-link:visited,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.background-grey-10 a.light-link:visited,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.background-plm-grey a.light-link:visited{color:var(--color-blue-06)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.light-links a.light-link:active,.light-links a.light-link:visited:active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.background-grey-10 a.light-link:active,.background-grey-10 a.light-link:visited:active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.background-plm-grey a.light-link:active,.background-plm-grey a.light-link:visited:active{transition:none;color:var(--color-blue-07)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.light-links a.light-link:hover,.light-links a.light-link:visited:hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.background-grey-10 a.light-link:hover,.background-grey-10 a.light-link:visited:hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.background-plm-grey a.light-link:hover,.background-plm-grey a.light-link:visited:hover{color:var(--color-blue-05)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.light-links a.light-link.disabled,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.background-grey-10 a.light-link.disabled,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.background-plm-grey a.light-link.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.light-links a.light-link:focus-visible,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.background-grey-10 a.light-link:focus-visible,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.background-plm-grey a.light-link:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.light-links .podcast-cta-section a,.background-grey-10 .podcast-cta-section a,.background-plm-grey .podcast-cta-section a{border:2px solid transparent}.light-links .podcast-cta-section a:focus-visible,.background-grey-10 .podcast-cta-section a:focus-visible,.background-plm-grey .podcast-cta-section a:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.white-links a{color:var(--color-white) !important}.ptc-link{color:var(--color-gray-10);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link:hover{color:var(--color-green-06)}.ptc-link:visited{color:var(--color-gray-10)}.ptc-link:active,.ptc-link:visited:active{transition:none;color:var(--color-green-06)}.ptc-link:hover,.ptc-link:visited:hover{color:var(--color-green-06)}.ptc-link-dark{color:var(--color-white);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link-dark:hover{color:var(--color-green-06)}.ptc-link-dark:visited{color:var(--color-white)}.ptc-link-dark:active,.ptc-link-dark:visited:active{transition:none;color:var(--color-green-06)}.ptc-link-dark:hover,.ptc-link-dark:visited:hover{color:var(--color-green-06)}.vjs-social-share-links a{color:var(--color-white)}.vjs-social-share-links a:hover{color:var(--color-white)}:host{display:block;background:linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0));background-position:50%;background-size:cover;overflow:hidden;position:relative}:host .bgImage{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transform:scale(1.1);width:100%;z-index:-2}:host svg.cut{left:0;position:absolute;z-index:99}:host svg.cut-top{top:0;transform:rotate(180deg) translateY(5px)}:host .cut-bottom{bottom:0;transform:scaleX(-1) translateY(5px)}:host .backdrop-blur{backdrop-filter:blur(7px);padding:var(--ptc-layout-spacing-05) 0}:host .content-box{padding:var(--ptc-element-spacing-05);backdrop-filter:blur(13.7px);border:1px solid rgba(255, 255, 255, 0.54);border-radius:10px;position:relative}@media only screen and (min-width: 768px){:host .content-box{padding:var(--ptc-element-spacing-08)}}:host .content-box .backdrop{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:0 3px 15px 0 rgba(0, 0, 0, 0.35);width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0}:host .content-box .backdrop::before{background-color:#2a2729;border-radius:10px;content:"";height:100%;opacity:0.7;position:absolute;width:100%;z-index:-1}:host .ptc-container{padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 1200px){:host .ptc-container{padding-left:0;padding-right:0;max-width:1136px}}@media only screen and (min-width: 1440px){:host .ptc-container{padding-left:0;padding-right:0;max-width:1200px}}';export{n as innovator_toggle_container}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as a,H as r,a as i}from"./p-944c5be8.js";const o=class{constructor(a){t(this,a),this.checkedChanged=e(this,"checkedChanged",7),this.radioButtonOnClick=t=>{if(!this.isDisabled){const e=t.querySelector("svg");e&&(this.checked=!this.checked,e.setAttribute("data-checked",String(this.checked)),this.checkedChanged.emit({el:this.el,name:this.name,checked:this.checked}))}},this.name=void 0,this.isDisabled=!1,this.isChecked=!1,this.checked=this.isChecked}onIsCheckedChange(t){this.checked=t;const e=this.el.shadowRoot.querySelector("svg");e&&e.setAttribute("data-checked",String(this.checked))}componentWillLoad(){this.checked=this.isChecked}componentDidLoad(){this.el.shadowRoot.querySelector("svg").setAttribute("data-checked",String(this.checked))}render(){return a(r,null,a("div",{class:"ptc-form-radio-button",onClick:t=>this.radioButtonOnClick(t.currentTarget),"data-disabled":this.isDisabled},a("svg",{height:"14px",width:"14px",viewBox:"0 0 14 14"},a("circle",{class:"outer-circle",cx:"7",cy:"7",r:"6","stroke-width":"1",fill:"transparent"}),a("circle",{class:"inner-circle",cx:"7",cy:"7",r:"3","stroke-width":"0",fill:"transparent"})),a("div",{class:"radio-label"},a("ptc-para",{"font-size":"xx-small","font-weight":"w-4","para-line-h":"line-height-p","para-margin":"margin-flush"},a("slot",null)))))}get el(){return i(this)}static get watchers(){return{isChecked:["onIsCheckedChange"]}}};o.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host .ptc-form-radio-button{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;display:flex;align-items:center;padding:var(--ptc-element-spacing-02)}:host .ptc-form-radio-button svg .outer-circle{fill:white;stroke:var(--color-gray-03);stroke-width:1px}:host .ptc-form-radio-button svg[data-checked=true] .outer-circle{stroke:var(--color-green-07)}:host .ptc-form-radio-button svg[data-checked=true] .inner-circle{fill:var(--color-green-07)}:host .ptc-form-radio-button .radio-label{margin-left:var(--ptc-element-spacing-02)}:host .ptc-form-radio-button:hover{cursor:pointer}:host .ptc-form-radio-button:hover svg .outer-circle{stroke:var(--color-green-10)}:host .ptc-form-radio-button:hover svg .inner-circle{fill:var(--color-green-10)}:host .ptc-form-radio-button[data-disabled] svg .outer-circle{stroke:var(--color-gray-04);fill:var(--color-gray-01)}:host .ptc-form-radio-button[data-disabled] svg[data-checked=true] .inner-circle{fill:var(--color-gray-04)}:host .ptc-form-radio-button[data-disabled]:hover svg .outer-circle{stroke:var(--color-gray-04)}:host .ptc-form-radio-button[data-disabled]:hover svg .inner-circle{fill:transparent}:host .ptc-form-radio-button[data-disabled]:hover svg[data-checked=true] .inner-circle{fill:var(--color-gray-04)}:host .ptc-form-radio-button[data-disabled] .radio-label{color:var(--color-gray-04)}";export{o as ptc_form_radio_button}
@@ -1,2 +0,0 @@
1
- let e,t,n,l=!1,o=!1,s=!1,c=!1,i=!1;const r=e=>{const t=new URL(e,he.t);return t.origin!==$e.location.origin?t.href:t.pathname},f="http://www.w3.org/1999/xlink",u={},a=e=>"object"==(e=typeof e)||"function"===e,d=(e,t,...n)=>{let l=null,o=null,s=null,c=!1,i=!1;const r=[],f=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?f(l):null!=l&&"boolean"!=typeof l&&((c="function"!=typeof e&&!a(l))&&(l+=""),c&&i?r[r.length-1].l+=l:r.push(c?p(null,l):l),i=c)};if(f(n),t){t.key&&(o=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,r,m);const u=p(e,null);return u.o=t,r.length>0&&(u.i=r),u.u=o,u.p=s,u},p=(e,t)=>({$:0,m:e,l:t,h:null,i:null,o:null,u:null,p:null}),$={},m={forEach:(e,t)=>e.map(h).forEach(t),map:(e,t)=>e.map(h).map(t).map(b)},h=e=>({vattrs:e.o,vchildren:e.i,vkey:e.u,vname:e.p,vtag:e.m,vtext:e.l}),b=e=>{if("function"==typeof e.vtag){const t=Object.assign({},e.vattrs);return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),d(e.vtag,t,...e.vchildren||[])}const t=p(e.vtag,e.vtext);return t.o=e.vattrs,t.i=e.vchildren,t.u=e.vkey,t.p=e.vname,t},w=e=>ce(e).v,y=(e,t,n)=>{const l=w(e);return{emit:e=>v(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},v=(e,t,n)=>{const l=he.ce(t,n);return e.dispatchEvent(l),l},g=new WeakMap,k=e=>"sc-"+e.g,j=(e,t,n,l,o,s)=>{if(n!==l){let c=fe(e,t),i=t.toLowerCase();if("class"===t){const t=e.classList,o=O(n),s=O(l);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if("key"===t);else if("ref"===t)l&&l(e);else if(c||"o"!==t[0]||"n"!==t[1]){const r=a(l);if((c||r&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[t]=l;else{const o=null==l?"":l;"list"===t?c=!1:null!=n&&e[t]==o||(e[t]=o)}}catch(e){}let u=!1;i!==(i=i.replace(/^xlink\:?/,""))&&(t=i,u=!0),null==l||!1===l?!1===l&&""!==e.getAttribute(t)||(u?e.removeAttributeNS(f,t):e.removeAttribute(t)):(!c||4&s||o)&&!r&&(l=!0===l?"":l,u?e.setAttributeNS(f,t,l):e.setAttribute(t,l))}else t="-"===t[2]?t.slice(3):fe($e,i)?i.slice(2):i[2]+t.slice(3),n&&he.rel(e,t,n,!1),l&&he.ael(e,t,l,!1)}},S=/\s/,O=e=>e?e.split(S):[],C=(e,t,n,l)=>{const o=11===t.h.nodeType&&t.h.host?t.h.host:t.h,s=e&&e.o||u,c=t.o||u;for(l in s)l in c||j(o,l,s[l],void 0,n,t.$);for(l in c)j(o,l,s[l],c[l],n,t.$)},M=(o,i,r,f)=>{const u=i.i[r];let a,d,p,$=0;if(l||(s=!0,"slot"===u.m&&(e&&f.classList.add(e+"-s"),u.$|=u.i?2:1)),null!==u.l)a=u.h=me.createTextNode(u.l);else if(1&u.$)a=u.h=me.createTextNode("");else{if(c||(c="svg"===u.m),a=u.h=me.createElementNS(c?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&u.$?"slot-fb":u.m),c&&"foreignObject"===u.m&&(c=!1),C(null,u,c),null!=e&&a["s-si"]!==e&&a.classList.add(a["s-si"]=e),u.i)for($=0;$<u.i.length;++$)d=M(o,u,$,a),d&&a.appendChild(d);"svg"===u.m?c=!1:"foreignObject"===a.tagName&&(c=!0)}return a["s-hn"]=n,3&u.$&&(a["s-sr"]=!0,a["s-cr"]=t,a["s-sn"]=u.p||"",p=o&&o.i&&o.i[r],p&&p.m===u.m&&o.h&&R(o.h,!1)),a},R=(e,t)=>{he.$|=1;const l=e.childNodes;for(let e=l.length-1;e>=0;e--){const o=l[e];o["s-hn"]!==n&&o["s-ol"]&&(U(o).insertBefore(o,T(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&R(o,t)}he.$&=-2},x=(e,t,l,o,s,c)=>{let i,r=e["s-cr"]&&e["s-cr"].parentNode||e;for(r.shadowRoot&&r.tagName===n&&(r=r.shadowRoot);s<=c;++s)o[s]&&(i=M(null,l,s,e),i&&(o[s].h=i,r.insertBefore(i,T(t))))},L=(e,t,n,l,s)=>{for(;t<=n;++t)(l=e[t])&&(s=l.h,A(l),o=!0,s["s-ol"]?s["s-ol"].remove():R(s,!0),s.remove())},P=(e,t)=>e.m===t.m&&("slot"===e.m?e.p===t.p:e.u===t.u),T=e=>e&&e["s-ol"]||e,U=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,W=(e,t)=>{const n=t.h=e.h,l=e.i,o=t.i,s=t.m,i=t.l;let r;null===i?(c="svg"===s||"foreignObject"!==s&&c,"slot"===s||C(e,t,c),null!==l&&null!==o?((e,t,n,l)=>{let o,s,c=0,i=0,r=0,f=0,u=t.length-1,a=t[0],d=t[u],p=l.length-1,$=l[0],m=l[p];for(;c<=u&&i<=p;)if(null==a)a=t[++c];else if(null==d)d=t[--u];else if(null==$)$=l[++i];else if(null==m)m=l[--p];else if(P(a,$))W(a,$),a=t[++c],$=l[++i];else if(P(d,m))W(d,m),d=t[--u],m=l[--p];else if(P(a,m))"slot"!==a.m&&"slot"!==m.m||R(a.h.parentNode,!1),W(a,m),e.insertBefore(a.h,d.h.nextSibling),a=t[++c],m=l[--p];else if(P(d,$))"slot"!==a.m&&"slot"!==m.m||R(d.h.parentNode,!1),W(d,$),e.insertBefore(d.h,a.h),d=t[--u],$=l[++i];else{for(r=-1,f=c;f<=u;++f)if(t[f]&&null!==t[f].u&&t[f].u===$.u){r=f;break}r>=0?(s=t[r],s.m!==$.m?o=M(t&&t[i],n,r,e):(W(s,$),t[r]=void 0,o=s.h),$=l[++i]):(o=M(t&&t[i],n,i,e),$=l[++i]),o&&U(a.h).insertBefore(o,T(a.h))}c>u?x(e,null==l[p+1]?null:l[p+1].h,n,l,i,p):i>p&&L(t,c,u)})(n,l,t,o):null!==o?(null!==e.l&&(n.textContent=""),x(n,null,t,o,0,o.length-1)):null!==l&&L(l,0,l.length-1),c&&"svg"===s&&(c=!1)):(r=n["s-cr"])?r.parentNode.textContent=i:e.l!==i&&(n.data=i)},E=e=>{const t=e.childNodes;let n,l,o,s,c,i;for(l=0,o=t.length;l<o;l++)if(n=t[l],1===n.nodeType){if(n["s-sr"])for(c=n["s-sn"],n.hidden=!1,s=0;s<o;s++)if(i=t[s].nodeType,t[s]["s-hn"]!==n["s-hn"]||""!==c){if(1===i&&c===t[s].getAttribute("slot")){n.hidden=!0;break}}else if(1===i||3===i&&""!==t[s].textContent.trim()){n.hidden=!0;break}E(n)}},N=[],D=e=>{let t,n,l,s,c,i,r=0;const f=e.childNodes,u=f.length;for(;r<u;r++){if(t=f[r],t["s-sr"]&&(n=t["s-cr"])&&n.parentNode)for(l=n.parentNode.childNodes,s=t["s-sn"],i=l.length-1;i>=0;i--)n=l[i],n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||(F(n,s)?(c=N.find((e=>e.k===n)),o=!0,n["s-sn"]=n["s-sn"]||s,c?c.j=t:N.push({j:t,k:n}),n["s-sr"]&&N.map((e=>{F(e.k,n["s-sn"])&&(c=N.find((e=>e.k===n)),c&&!e.j&&(e.j=c.j))}))):N.some((e=>e.k===n))||N.push({k:n}));1===t.nodeType&&D(t)}},F=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,A=e=>{e.o&&e.o.ref&&e.o.ref(null),e.i&&e.i.map(A)},H=(e,t)=>{t&&!e.S&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.S=t)))},q=(e,t)=>{if(e.$|=16,!(4&e.$))return H(e,e.O),Oe((()=>V(e,t)));e.$|=512},V=(e,t)=>{const n=e.C;let l;return t?(e.$|=256,e.M&&(e.M.map((([e,t])=>I(n,e,t))),e.M=null),l=I(n,"componentWillLoad")):l=I(n,"componentWillUpdate"),l=J(l,(()=>I(n,"componentWillRender"))),J(l,(()=>_(e,n,t)))},_=async(e,t,n)=>{const l=e.v,o=l["s-rc"];n&&(e=>{const t=e.R,n=e.v,l=t.$,o=((e,t)=>{var n;let l=k(t);const o=pe.get(l);if(e=11===e.nodeType?e:me,o)if("string"==typeof o){let t,s=g.get(e=e.head||e);if(s||g.set(e,s=new Set),!s.has(l)){{t=me.createElement("style"),t.innerHTML=o;const l=null!==(n=he.L)&&void 0!==n?n:function(e){var t,n,l;return null!==(l=null===(n=null===(t=e.head)||void 0===t?void 0:t.querySelector('meta[name="csp-nonce"]'))||void 0===n?void 0:n.getAttribute("content"))&&void 0!==l?l:void 0}(me);null!=l&&t.setAttribute("nonce",l),e.insertBefore(t,e.querySelector("link"))}s&&s.add(l)}}else e.adoptedStyleSheets.includes(o)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,o]);return l})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&(n["s-sc"]=o,n.classList.add(o+"-h"),2&l&&n.classList.add(o+"-s"))})(e);z(e,t),o&&(o.map((e=>e())),l["s-rc"]=void 0);{const t=l["s-p"],n=()=>B(e);0===t.length?n():(Promise.all(t).then(n),e.$|=4,t.length=0)}},z=(c,i)=>{try{i=i.render(),c.$&=-17,c.$|=2,((c,i)=>{const r=c.v,f=c.R,u=c.P||p(null,null),a=(e=>e&&e.m===$)(i)?i:d(null,null,i);if(n=r.tagName,f.T&&(a.o=a.o||{},f.T.map((([e,t])=>a.o[t]=r[e]))),a.m=null,a.$|=4,c.P=a,a.h=u.h=r.shadowRoot||r,e=r["s-sc"],t=r["s-cr"],l=0!=(1&f.$),o=!1,W(u,a),he.$|=1,s){let e,t,n,l,o,s;D(a.h);let c=0;for(;c<N.length;c++)e=N[c],t=e.k,t["s-ol"]||(n=me.createTextNode(""),n["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=n,t));for(c=0;c<N.length;c++)if(e=N[c],t=e.k,e.j){for(l=e.j.parentNode,o=e.j.nextSibling,n=t["s-ol"];n=n.previousSibling;)if(s=n["s-nr"],s&&s["s-sn"]===t["s-sn"]&&l===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&l!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),l.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&E(a.h),he.$&=-2,N.length=0})(c,i)}catch(e){ue(e,c.v)}return null},B=e=>{const t=e.v,n=e.C,l=e.O;I(n,"componentDidRender"),64&e.$?I(n,"componentDidUpdate"):(e.$|=64,K(t),I(n,"componentDidLoad"),e.U(t),l||G()),e.W(t),e.S&&(e.S(),e.S=void 0),512&e.$&&Se((()=>q(e,!1))),e.$&=-517},G=()=>{K(me.documentElement),Se((()=>v($e,"appload",{detail:{namespace:"ptcw-design"}})))},I=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){ue(e)}},J=(e,t)=>e&&e.then?e.then(t):t(),K=e=>e.classList.add("hydrated"),Q=(e,t,n)=>{if(t.N){e.watchers&&(t.D=e.watchers);const l=Object.entries(t.N),o=e.prototype;if(l.map((([e,[l]])=>{31&l||2&n&&32&l?Object.defineProperty(o,e,{get(){return((e,t)=>ce(this).F.get(t))(0,e)},set(n){((e,t,n,l)=>{const o=ce(e),s=o.v,c=o.F.get(t),i=o.$,r=o.C;if(n=((e,t)=>null==e||a(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(n,l.N[t][0]),(!(8&i)||void 0===c)&&n!==c&&(!Number.isNaN(c)||!Number.isNaN(n))&&(o.F.set(t,n),r)){if(l.D&&128&i){const e=l.D[t];e&&e.map((e=>{try{r[e](n,c,t)}catch(e){ue(e,s)}}))}2==(18&i)&&q(o,!1)}})(this,e,n,t)},configurable:!0,enumerable:!0}):1&n&&64&l&&Object.defineProperty(o,e,{value(...t){const n=ce(this);return n.A.then((()=>n.C[e](...t)))}})})),1&n){const n=new Map;o.attributeChangedCallback=function(e,t,l){he.jmp((()=>{const t=n.get(e);if(this.hasOwnProperty(t))l=this[t],delete this[t];else if(o.hasOwnProperty(t)&&"number"==typeof this[t]&&this[t]==l)return;this[t]=(null!==l||"boolean"!=typeof this[t])&&l}))},e.observedAttributes=l.filter((([e,t])=>15&t[0])).map((([e,l])=>{const o=l[1]||e;return n.set(o,e),512&l[0]&&t.T.push([e,o]),o}))}}return e},X=e=>{I(e,"connectedCallback")},Y=(e,t={})=>{const n=t.exclude||[],l=$e.customElements,o=[];let s,c=!0;Object.assign(he,t),he.t=new URL(t.resourcesUrl||"./",me.baseURI).href,e.map((e=>{e[1].map((t=>{const i={$:t[0],g:t[1],N:t[2],H:t[3]};i.N=t[2],i.H=t[3],i.T=[],i.D={};const r=i.g,f=class extends HTMLElement{constructor(e){super(e),re(e=this,i),1&i.$&&e.attachShadow({mode:"open"})}connectedCallback(){s&&(clearTimeout(s),s=null),c?o.push(this):he.jmp((()=>(e=>{if(0==(1&he.$)){const t=ce(e),n=t.R,l=()=>{};if(1&t.$)ee(e,t,n.H),X(t.C);else{t.$|=1,12&n.$&&(e=>{const t=e["s-cr"]=me.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)})(e);{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){H(t,t.O=n);break}}n.N&&Object.entries(n.N).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n,l,o)=>{if(0==(32&t.$)){{if(t.$|=32,(o=de(n)).then){const e=()=>{};o=await o,e()}o.isProxied||(n.D=o.watchers,Q(o,n,2),o.isProxied=!0);const e=()=>{};t.$|=8;try{new o(t)}catch(e){ue(e)}t.$&=-9,t.$|=128,e(),X(t.C)}if(o.style){let e=o.style;const t=k(n);if(!pe.has(t)){const l=()=>{};((e,t,n)=>{let l=pe.get(e);we&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,pe.set(e,l)})(t,e,!!(1&n.$)),l()}}}const s=t.O,c=()=>q(t,!0);s&&s["s-rc"]?s["s-rc"].push(c):c()})(0,t,n)}l()}})(this)))}disconnectedCallback(){he.jmp((()=>(()=>{if(0==(1&he.$)){const e=ce(this),t=e.C;e.q&&(e.q.map((e=>e())),e.q=void 0),I(t,"disconnectedCallback")}})()))}componentOnReady(){return ce(this).V}};i._=e[0],n.includes(r)||l.get(r)||l.define(r,Q(f,i,1))}))})),c=!1,o.length?o.map((e=>e.connectedCallback())):he.jmp((()=>s=setTimeout(G,30)))},Z=(e,t)=>t,ee=(e,t,n)=>{n&&n.map((([n,l,o])=>{const s=ne(e,n),c=te(t,o),i=le(n);he.ael(s,l,c,i),(t.q=t.q||[]).push((()=>he.rel(s,l,c,i)))}))},te=(e,t)=>n=>{try{256&e.$?e.C[t](n):(e.M=e.M||[]).push([t,n])}catch(e){ue(e)}},ne=(e,t)=>4&t?me:8&t?$e:16&t?me.body:e,le=e=>0!=(2&e),oe=e=>he.L=e,se=new WeakMap,ce=e=>se.get(e),ie=(e,t)=>se.set(t.C=e,t),re=(e,t)=>{const n={$:0,v:e,R:t,F:new Map};return n.A=new Promise((e=>n.W=e)),n.V=new Promise((e=>n.U=e)),e["s-p"]=[],e["s-rc"]=[],ee(e,n,t.H),se.set(e,n)},fe=(e,t)=>t in e,ue=(e,t)=>(0,console.error)(e,t),ae=new Map,de=e=>{const t=e.g.replace(/-/g,"_"),n=e._,l=ae.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(ae.set(n,e),e[t])),ue)
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},pe=new Map,$e="undefined"!=typeof window?window:{},me=$e.document||{head:{}},he={$:0,t:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},be=e=>Promise.resolve(e),we=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),ye=[],ve=[],ge=(e,t)=>n=>{e.push(n),i||(i=!0,t&&4&he.$?Se(je):he.raf(je))},ke=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){ue(e)}e.length=0},je=()=>{ke(ye),ke(ve),(i=ye.length>0)&&he.raf(je)},Se=e=>be().then(e),Oe=ge(ve,!0);export{Z as F,$ as H,w as a,Y as b,y as c,r as g,d as h,be as p,ie as r,oe as s}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as i,a}from"./p-944c5be8.js";const o=class{constructor(i){t(this,i),this.tabChange=e(this,"tabChange",7),this.tabs=[]}componentWillLoad(){if(this.tabs=Array.from(this.el.querySelectorAll("ptc-tab")),0===this.tabs.length)throw new Error("[ptc-tabs] Must have at least one tab")}async openTab(t){if(t>=this.tabs.length)throw new Error(`[ptc-tabs] Index ${t} is out of bounds of tabs length`);this.tabs[t].disabled||(this.tabs=this.tabs.map(((e,i)=>(e.active=i===t,e))),this.tabChange.emit({tabId:t}))}render(){const t=this.getCssClassMap();return i("div",{class:t},this.tabs.map(((e,a)=>[i("div",{role:"tab",class:{"tab-button":!0,active:e.active},onClick:()=>this.openTab(a)},e.label,e.price,i("div",{class:t},i("span",{class:"left-text"},i("slot",{name:"right-text"})),i("span",{class:"right-text"},i("slot",{name:"right-text"}))))])))}getCssClassMap(){return{"tabs-list":!0}}get el(){return a(this)}};o.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;margin-top:var(--ptc-element-spacing-03);color:var(--color-gray-12);box-sizing:border-box}:host .ptc-pricing-block{width:100%;background-color:var(--color-gray-02);border-radius:var(--ptc-border-radius-standard);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);display:block;transition:background-color var(--ptc-ease-inout) var(--ptc-transition-medium)}:host .ptc-pricing-block.active{background-color:var(--color-gray-12);color:var(--color-white)}:host .ptc-pricing-block:hover:not(.active){background-color:var(--color-gray-03)}:host .right-text{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-dense);text-align:right;float:right;margin:15px 20px 15px 15px;display:block}:host .left-text{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);text-align:left;margin:15px 15px 15px 20px;display:inline-block}.tabs-list{border-bottom:1px solid #dddddd;padding:0 5px}.tab-button{border:0;font-size:14px;padding:8px;outline:none;cursor:pointer}.tab-button:hover:not(:disabled):not(.active){border-bottom:3px solid grey}.tab-button:disabled{opacity:0.4}.tab-button.active{border-bottom:3px solid blue;font-weight:600}";export{o as ptc_tabs}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as a,a as i}from"./p-944c5be8.js";const h=class{constructor(a){t(this,a),this.tabClicked=e(this,"tabClicked",7),this.id=this.generateId(),this.name=void 0,this.tooltip=void 0,this.isSelected=!1,this.maxLength=32,this.tabHeaderText=void 0}handleWindowResize(){this.updateMaxLength(window.innerWidth)}updateMaxLength(t){this.maxLength=t<400?18:t<480?24:32}async getChild(){let t=this,e=new Promise((function(e){e({select:t.select.bind(t),unselect:t.unselect.bind(t),name:t.name,text:t.tabHeaderText,id:t.id})}));return await e}unselect(){this.isSelected=!1}select(){this.isSelected=!0}onClick(){this.tabClicked.emit(this.getChild())}generateId(){return Math.random().toString(36).substring(2,10)}componentDidLoad(){this.updateMaxLength(window.innerWidth),this.el.addEventListener("keydown",(t=>{"Enter"===t.key&&this.onClick()}))}render(){return[a("div",{class:{"tab-header":!0,"tab-header-selected":this.isSelected},onClick:this.onClick.bind(this)},a("slot",{name:"seo-content"}),a("span",{class:"header-content"},a("span",{class:"text-cont"},this.tabHeaderText)))]}get el(){return i(this)}};h.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}.tab-header{min-height:40px;min-width:40px;padding:5px;margin:0;width:100%;cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center;border-bottom:2px solid transparent;font-family:"Raleway";font-style:normal;font-weight:700;font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-p);white-space:nowrap;padding-bottom:16px;text-align:center;color:var(--color-gray-07);position:relative}.tab-header::after{content:"";width:100%;height:2px;background-color:var(--color-gray-02);position:absolute;display:block;left:0;right:0;bottom:-4px}.tab-header:hover{color:var(--color-gray-10)}tab-header:focus-visible{outline:none}tab-header:focus-visible .tab-header{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline);transition:none}tab-header:focus-visible .tab-header::after{background-color:var(--keyboard-nav-outline)}.tab-header-selected{color:var(--color-gray-10);font-weight:var(--ptc-font-weight-bold)}.tab-header-selected::after{background-color:var(--color-green-07)}.tab-header ::slotted([slot=seo-content]),.tab-header-selected ::slotted([slot=seo-content]){display:none}';export{h as tab_header}
@@ -1 +0,0 @@
1
- import{r as t,h as e,F as a,H as i,a as s}from"./p-944c5be8.js";const l=class{constructor(e){t(this,e),this.cardTitle=void 0,this.cardPricingText=void 0,this.cardCtaHref=null,this.cardCtaText=null,this.cardCtaTarget=null,this.cardDisclaimer=null,this.sectionId=""}render(){return e(i,null,e("div",{class:"add-on-card"},e("ptc-title",{type:"h4","text-align":"left","title-size":"medium",upperline:"no-upperline","title-height":"densest","title-margin":"margin-flush","title-weight":"w-7"},this.cardTitle),e("ptc-para",{"font-size":"small","font-weight":"w-4","para-align":"left","para-line-h":"line-height-p","para-margin":"margin-flush"},e("slot",{name:"card-pricing"})),e("ptc-spacer",{breakpoint:"small",size:"medium"}),e("ptc-spacer",{breakpoint:"x-small",size:"large"}),e("ptc-para",{"font-size":"x-small","font-weight":"w-4","para-align":"left","para-line-h":"line-height-p","para-margin":"margin-flush"},this.el.querySelector('[slot="card-body"]').innerHTML.toString().length<=300?e("slot",{name:"card-body"}):e("ptc-readmore",{"more-text":"More","less-text":"Less","is-content-slotted":!0},e("slot",{name:"card-body"})),e("slot",{name:"card-body"})),this.cardCtaHref&&this.cardCtaText&&e(a,null,e("ptc-spacer",{breakpoint:"small",size:"x-large"}),e("ptc-spacer",{breakpoint:"small",size:"xx-small"}),e("ptc-spacer",{breakpoint:"x-small",size:"xx-large"}),e("ptc-spacer",{breakpoint:"x-small",size:"xx-small"}),e("ptc-button",{class:"mf-listen",type:"link",color:"ptc-tertiary","link-href":this.cardCtaHref,target:this.cardCtaTarget,"tracker-id":`table-card-${this.sectionId}`},e("ptc-tooltip",{"text-display":"inline","max-length":"30","z-index":"z-2",description:this.cardCtaText,position:"bottom"}))),this.cardDisclaimer&&e(a,null,e("ptc-spacer",{breakpoint:"small",size:"medium"}),e("ptc-spacer",{breakpoint:"x-small",size:"large"}),e("ptc-para",{"font-size":"xx-small","font-weight":"w-6","para-align":"left","para-color":"primary-grey","para-line-h":"line-height-p","para-margin":"margin-flush"},this.cardDisclaimer.length<=150?e("slot",{name:"card-disclaimer"}):e("ptc-readmore",{"more-text":"More","less-text":"Less","is-content-slotted":!0},e("slot",{name:"card-disclaimer"}))))))}get el(){return s(this)}};l.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;height:99%}.add-on-card{padding:var(--ptc-element-spacing-06);border-top:var(--color-gray-10) solid var(--ptc-element-spacing-01);background-color:white;border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-x-small);height:100%;box-sizing:border-box;word-break:break-word}";export{l as ptc_pricing_add_on_card}
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as e,H as s,a}from"./p-944c5be8.js";const r=class{constructor(e){t(this,e),this.clicked=i(this,"clicked",7),this.handleClick=()=>{this.clicked.emit(this)},this.handleKeyDown=t=>{"Enter"===t.key&&this.clicked.emit(this)},this.theme="bubble",this.iconColorMap=void 0,this.styles=void 0,this.trackerID=void 0}componentWillLoad(){this.iconColorMap={bubble:{hover:"black",standard:"light-gray"},standard:{hover:"ptc-green",standard:"black"}}}handleMouseEnter(){this.updateIconColor("hover")}handleMouseLeave(){this.updateIconColor("standard")}updateIconColor(t){let i=this.el.shadowRoot.querySelector("icon-asset");i&&this.iconColorMap[this.theme]&&i.setAttribute("color",this.iconColorMap[this.theme][t])}render(){const t=this.getCssClassMap();let i;switch(this.theme){case"bubble":i=e("icon-asset",{class:"cls",type:"ptc",color:"light-gray",name:"times",size:"micro"});break;case"standard":i=e("icon-asset",{class:"cls",type:"ptc",color:"black",name:"times",size:"xxx-small"})}return e(s,null,this.styles&&e("style",null,this.styles),e("span",{tabindex:"0",class:t,onClick:()=>this.handleClick(),onKeyPress:()=>this.handleClick(),onKeyDown:t=>this.handleKeyDown(t),onMouseEnter:()=>this.handleMouseEnter(),onMouseLeave:()=>this.handleMouseLeave()},e("slot",null),i))}getCssClassMap(){return{"ptc-filter-tag":!0,[this.theme]:!0}}get el(){return a(this)}};r.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}.ptc-filter-tag{display:block;cursor:pointer;position:relative;margin:0.25rem}.ptc-filter-tag:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}.ptc-filter-tag.bubble{margin:0 0.25rem;display:inline-block;color:var(--color-gray-12);font-family:Raleway;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-semibold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:1.125rem;text-align:left;align-items:center;transition:border-color ease-out 250ms;border:1px solid var(--color-gray-05);border-radius:999px;padding:0.375rem 1.875rem 0.375rem 0.875rem;background:var(--color-white)}.ptc-filter-tag.bubble:hover{border:1px solid var(--color-gray-12)}.ptc-filter-tag.bubble .cls{display:block;position:absolute;top:0.35rem;right:0.8rem}.ptc-filter-tag.link,.ptc-filter-tag.link-lg{display:inline-block;font-family:Raleway;color:var(--color-gray-12);font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:right;border-bottom:1px solid transparent;background:var(--color-white)}.ptc-filter-tag.link:hover,.ptc-filter-tag.link-lg:hover{text-decoration:underline}.ptc-filter-tag.link .cls,.ptc-filter-tag.link-lg .cls{display:none}.ptc-filter-tag.link-lg{font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold)}.ptc-filter-tag.button{display:inline-block;background-color:var(--color-gray-12);border-radius:var(--ptc-border-radius-standard);padding:0.625rem 1rem;font-family:"Raleway";font-style:normal;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser);color:var(--color-white);transition:border-color ease-out 250ms}.ptc-filter-tag.button:hover{background-color:var(--color-gray-10)}.ptc-filter-tag.button:active{transition:none;background-color:var(--color-black)}.ptc-filter-tag.button .cls{display:none}.ptc-filter-tag.standard{display:inline-flex;background:var(--color-gray-12);font-family:"Raleway";font-style:normal;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-denser);color:var(--color-green-07);background-color:transparent}.ptc-filter-tag.standard .cls{display:block;margin-left:0.25rem}.ptc-filter-tag.standard:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}';const n=class{constructor(e){t(this,e),this.paginationItemKeydown=i(this,"paginationItemKeydown",7),this.pageClicked=i(this,"pageClicked",7),this.handleClick=t=>{t&&t.preventDefault();let i=this.getPageLength();this.clickedPageNumber<this.getPageCount()&&(this.clickedPageNumber+1<=this.maxPageNumber?this.handleClickPage(t,this.clickedPageNumber+1):(this.minPageNumber=this.minPageNumber+i,this.clickedPageNumber=this.clickedPageNumber+1,this.appendArray=!0,this.pageNumbers=[...this.pageNumbers],this.pageClicked.emit(this.clickedPageNumber)))},this.handleClickPrev=t=>{t&&t.preventDefault();let i=this.getPageLength();this.clickedPageNumber>1&&(this.clickedPageNumber-1>=this.minPageNumber?this.handleClickPage(t,this.clickedPageNumber-1):(this.minPageNumber=this.minPageNumber-i,this.minPageNumber<1&&(this.minPageNumber=1),this.clickedPageNumber=this.clickedPageNumber-1,this.appendArray=!0,this.pageNumbers=[...this.pageNumbers],this.pageClicked.emit(this.clickedPageNumber)))},this.getPageCount=()=>{let t=0;return 0!=this.totalCount&&(t=this.totalCount%this.numberOfItems==0?this.totalCount/this.numberOfItems:this.totalCount/this.numberOfItems+1),Math.floor(t)},this.getIndex=()=>{let t=this.getPageLength();if(this.appendArray){let i=this.getPageCount();"standard"==this.theme?this.isSmallScreen?this.getPageCount()<=5?(this.minPageNumber=1,this.maxPageNumber=this.getPageCount()):1==t?(this.minPageNumber=this.clickedPageNumber,this.maxPageNumber=this.clickedPageNumber):(this.clickedPageNumber<t&&(this.minPageNumber=1),this.clickedPageNumber<i-2?(this.maxPageNumber=this.minPageNumber+1,this.maxPageNumber>i&&(this.maxPageNumber=i)):this.maxPageNumber=i):this.getPageCount()<=6?(this.minPageNumber=1,this.maxPageNumber=this.getPageCount()):2==t?(this.minPageNumber=this.clickedPageNumber-1,this.maxPageNumber=this.clickedPageNumber+1):(this.clickedPageNumber<t&&(this.minPageNumber=1),this.clickedPageNumber<i-2?(this.maxPageNumber=this.minPageNumber+3,this.maxPageNumber>i&&(this.maxPageNumber=i)):this.maxPageNumber=i):this.maxPageNumber=i>=this.minPageNumber+t?this.minPageNumber+t:i,this.pageNumbers=[];for(let t=this.minPageNumber;t<=this.maxPageNumber;t++){let i=t+"Id",e=!1;t==this.clickedPageNumber&&(e=!0),t==this.getPageCount()&&(i="last"),this.pageNumbers=[...this.pageNumbers,{id:i,isActive:e,dataPage:t}]}}return this.pageNumbers},this.totalCount=void 0,this.numberOfItems=9,this.previousValue="Previous",this.lastValue="Next",this.pageNumbers=[],this.isSmallScreen=void 0,this.minPageNumber=1,this.maxPageNumber=4,this.clickedPageNumber=1,this.appendArray=!0,this.prevArrowImg="/dist/ptc/images/sidescroll-left-curved.svg",this.nextArrowImg="/dist/ptc/images/sidescroll-right-curved.svg",this.theme="events",this.styles=void 0}componentWillLoad(){this.verifiyScreenSize(),"standard"==this.theme?this.setupStandardPresets():this.setupEventPresets()}componentDidLoad(){const t=this.el.shadowRoot.querySelector(".standard-filter");t&&t.addEventListener("keydown",(t=>{"Enter"===t.key&&"A"===t.target.tagName&&this.paginationItemKeydown.emit()}))}setupStandardPresets(){this.clickedPageNumber<1||this.clickedPageNumber>this.getPageCount()&&(this.clickedPageNumber=this.getPageCount()),this.isSmallScreen?1==this.clickedPageNumber?(this.minPageNumber=1,this.maxPageNumber=this.maxPageNumber+1):(this.maxPageNumber=this.clickedPageNumber,this.minPageNumber=this.maxPageNumber-1):1==this.clickedPageNumber?(this.minPageNumber=1,this.maxPageNumber=this.maxPageNumber+3):(this.maxPageNumber=this.clickedPageNumber,this.minPageNumber=this.maxPageNumber-3)}setupEventPresets(){this.clickedPageNumber>1&&(this.clickedPageNumber>this.getPageCount()?(this.clickedPageNumber=this.getPageCount(),this.maxPageNumber=this.getPageCount(),this.minPageNumber=this.clickedPageNumber-2):(this.maxPageNumber=this.clickedPageNumber+1,this.minPageNumber=this.clickedPageNumber-1))}render(){let t=this.getPageCount(),i=this.getPageLength();if(this.pageNumbers=[...this.getIndex()],"standard"===this.theme){let s=t>6;return e("div",{class:"standard-filter"},this.styles&&e("style",null,this.styles),e("a",{id:"lastPageArrowId",href:"#",class:1==this.clickedPageNumber?"previous-button mf-listen disabled":"previous-button mf-listen",onClick:this.handleClickPrev},e("icon-asset",{type:"ptc",name:"chevron-down",size:"xxx-small"})),s&&this.clickedPageNumber>i?[e("a",{href:"#",id:"pagebtn1Id","data-url":"first","data-page":1,class:"standard-filter-item mf-listen",onClick:t=>this.handlePageSkip(t,1)},1),e("span",{class:"standard-filter-dots"},"...")]:null,this.pageNumbers.map((t=>e("a",{href:"#",id:"pagebtn"+t.dataPage+"id","data-url":t.id,"data-page":t.dataPage,class:t.isActive?"standard-filter-item mf-listen active":"standard-filter-item mf-listen",onClick:i=>this.handleClickPage(i,t.dataPage)},t.dataPage))),s&&t>this.maxPageNumber?[e("span",{class:"standard-filter-dots"},"..."),e("a",{href:"#","data-url":"last",id:"pagebtn"+t+"id","data-page":t,class:"mf-listen standard-filter-item",onClick:i=>this.handlePageSkip(i,t)},t)]:null,e("a",{id:"nextPageArrowId",href:"#",class:this.clickedPageNumber==t?"next-button mf-listen disabled":"next-button mf-listen",onClick:this.handleClick},e("icon-asset",{type:"ptc",name:"chevron-down",size:"xxx-small"})))}return e("div",{class:"events-filter"},this.styles&&e("style",null,this.styles),e("span",{class:1==this.clickedPageNumber?"events-filter-item disabled prev-text":"events-filter-item prev-text"},this.previousValue),e("img",{src:this.prevArrowImg,onClick:this.handleClickPrev,class:1==this.clickedPageNumber?"pagenation-arrow prev-page events-disable-arrows":"pagenation-arrow prev-page"}),this.pageNumbers.map((t=>e("a",{href:"#",id:"pagebtn"+t.dataPage+"id","data-url":t.id,"data-page":t.dataPage,class:t.isActive?"events-filter-item mf-listen active":"events-filter-item mf-listen",onClick:i=>this.handleClickPage(i,t.dataPage)},t.dataPage))),t>this.maxPageNumber?e("span",{class:"events-filter-dots"},". . ."):null,e("img",{src:this.nextArrowImg,onClick:this.handleClick,class:this.clickedPageNumber==t?"pagenation-arrow last-page events-disable-arrows":"pagenation-arrow last-page"}),e("span",{class:this.clickedPageNumber==t?"events-filter-item disabled last-text":"events-filter-item last-text"},this.lastValue))}handlePageSkip(t,i){t&&t.preventDefault(),this.isSmallScreen?1==i?(this.minPageNumber=1,this.maxPageNumber=this.maxPageNumber+1):(this.maxPageNumber=i,this.minPageNumber=this.maxPageNumber-1):1==i?(this.minPageNumber=1,this.maxPageNumber=this.maxPageNumber+3):(this.maxPageNumber=i,this.minPageNumber=this.maxPageNumber-3),this.clickedPageNumber=i,this.appendArray=!0,this.pageClicked.emit(i)}handleClickPage(t,i){t&&t.preventDefault(),this.clickedPageNumber=i;let e=[];this.appendArray=!1,e=[...this.pageNumbers],e.map((t=>{t.isActive=t.dataPage==i})),this.pageNumbers=null,this.pageNumbers=[...e],this.pageClicked.emit(i)}getPageLength(){return"standard"==this.theme?(this.appendArray=!0,this.isSmallScreen?this.clickedPageNumber>2&&this.clickedPageNumber<this.getPageCount()-1?1:2:this.clickedPageNumber>3&&this.clickedPageNumber<this.getPageCount()-1?2:4):3}windowResize(){this.verifiyScreenSize()}verifiyScreenSize(){this.isSmallScreen=window.innerWidth<=479}get el(){return a(this)}};n.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}.events-filter{padding:20px 32px 20px 0;text-align:center}@media (min-width: 992px){.events-filter{padding:10px 40px 10px 0px}}.events-filter .pagenation-arrow{width:40px;height:40px;margin:0 15px;vertical-align:middle}.standard-filter{font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-semibold);text-align:center}.standard-filter .standard-filter-item{height:2.5rem;width:2.5rem;display:inline-flex;align-items:center;justify-content:center;margin-right:0.5rem;transition:background-color var(--ptc-ease-out) var(--ptc-transition-medium);background-color:transparent;border-radius:var(--ptc-border-radius-standard);color:var(--color-gray-10);text-decoration:none}.standard-filter .standard-filter-item:hover{background-color:var(--color-gray-02);text-decoration:none}.standard-filter .standard-filter-item:focus{text-decoration:none;border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}.standard-filter .standard-filter-item:active{background-color:var(--color-gray-05);text-decoration:none;transition:none}.standard-filter .standard-filter-item.active{transition:none;background-color:var(--color-gray-12);color:var(--color-white)}.standard-filter .standard-filter-item.active:hover{transition:background-color var(--ptc-ease-out) var(--ptc-transition-medium);background-color:var(--color-gray-12);cursor:default}.standard-filter .standard-filter-item[data-url=last]{margin-right:1.25rem}.standard-filter .next-button,.standard-filter .previous-button{font-size:var(--ptc-font-size-x-small);font-weight:normal;display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border:1px solid var(--color-gray-10);border-radius:calc(var(--ptc-border-radius-standard) / 2);transition:background-color var(--ptc-ease-out) var(--ptc-transition-medium), fill var(--ptc-ease-out) var(--ptc-transition-medium), border-color var(--ptc-ease-out) var(--ptc-transition-medium)}.standard-filter .next-button:hover,.standard-filter .previous-button:hover{background-color:var(--color-gray-02);text-decoration:none}.standard-filter .next-button:active,.standard-filter .previous-button:active{transition:none;background-color:var(--color-gray-05);text-decoration:none}.standard-filter .next-button:focus,.standard-filter .previous-button:focus{text-decoration:none;border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}.standard-filter .next-button.disabled,.standard-filter .previous-button.disabled{cursor:default;border-color:var(--color-gray-04);color:var(--color-gray-04);fill:var(--color-gray-04)}.standard-filter .next-button.disabled:hover,.standard-filter .next-button.disabled:active,.standard-filter .previous-button.disabled:hover,.standard-filter .previous-button.disabled:active{background-color:transparent}.standard-filter .previous-button{margin-right:1.25rem}.standard-filter .previous-button icon-asset{transform:rotate(90deg);position:relative;right:2px}.standard-filter .next-button icon-asset{transform:rotate(-90deg);position:relative;left:1px}.standard-filter .standard-filter-dots{margin:0.125rem 0.5rem 0.125rem 0.125rem}@media (768px){.standard-filter .standard-filter-dots{margin:0.125rem 0.5rem 0.125rem 0.125rem}}.show-page{display:inline}.hide-page{display:none}.prev-text{display:none}.last-text{display:none}@media (min-width: 992px){.prev-text{display:inline}.last-text{display:inline}}.events-filter-item{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-semibold);font-stretch:normal;font-style:var(--ptc-font-style-normal);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;padding:6px;color:var(--color-gray-10);text-decoration:none}.events-filter .active{font-family:var(--ptc-font-latin);border-bottom:2px solid var(--color-green-13);font-weight:var(--ptc-font-weight-semibold)}.events-filter-item:hover,.events-filter-item:focus{text-decoration:none;outline:0;color:var(--color-green-14)}span.events-filter-item:hover,span.events-filter-item:focus{text-decoration:none;outline:0;color:var(--color-gray-10)}span.events-filter-item.disabled{color:var(--color-white-01)}.events-filter .disabled{color:var(--color-white-01)}.events-filter-dots{padding:0rem;font-weight:var(--ptc-font-weight-extrabold);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-xx-small);font-stretch:normal;font-style:var(--ptc-font-style-normal);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;color:var(--color-gray-10);text-decoration:none}.events-disable-arrows{opacity:0.35}.events-enable-arrows{opacity:1}.events-small-dots{height:60px;margin-top:-25px}@media (min-width: 992px){.events-small-dots{height:80px;margin-top:-40px}}.last-page{transform:rotate(180deg)}";export{r as ptc_filter_tag,n as ptc_pagenation}
@@ -1 +0,0 @@
1
- import{r as t,h as o,H as i,a as e}from"./p-944c5be8.js";import{i as s,n as a,o as h}from"./p-c7e948b2.js";const n=class{constructor(o){t(this,o),this.showFirstFrame=t=>{t.preload="auto",t.removeAttribute("autoplay"),t.loop=!1;const o=()=>{try{t.currentTime=.1}catch(t){}t.pause()};if(t.readyState>=2)o();else{const i=()=>{t.removeEventListener("loadeddata",i),o()};t.addEventListener("loadeddata",i,{once:!0}),t.load()}},this.videoSrc=void 0,this.posterSrc=void 0,this.overlay=!0,this.overlayType="standard",this.playButtonTitle=void 0,this.pauseButtonTitle=void 0,this.buttonLocation="bottom-right",this.buttonTabIndex=0,this.trackerId=void 0,this.defer=void 0,this.type="default",this.isIframe=!1,this.paused=void 0,this.loadedTrue=!1,this.reducedMotion=!1}componentWillLoad(){this.paused=!1,this.reducedMotion=s()}componentDidLoad(){const t=()=>{this.loadedTrue=!0,this.syncPlaybackWithPreference()};this.defer?a(this).then(t):t(),this.offMotionListener=h((t=>{this.reducedMotion=t,setTimeout((()=>this.syncPlaybackWithPreference()),0)}))}disconnectedCallback(){var t;null===(t=this.offMotionListener)||void 0===t||t.call(this)}syncPlaybackWithPreference(){if(this.isIframe)return;const t=this.videoEl;t&&(this.reducedMotion?(this.showFirstFrame(t),this.paused=!0):(t.preload="auto",t.loop=!0,this.paused?(t.pause(),this.paused=!0):(t.setAttribute("autoplay",""),t.play().catch((()=>{})),this.paused=!1)))}render(){const t=this.loadedTrue,e=!this.isIframe&&t&&o("video",{class:"background-video",src:this.videoSrc,muted:!0,playsinline:!0,autoplay:!this.reducedMotion&&!this.paused,loop:!this.reducedMotion,preload:"auto","aria-hidden":"true",tabindex:"-1",ref:t=>this.videoEl=t}),s=this.isIframe&&t&&o("div",{class:"iframe-wrapper"},o("iframe",{id:"jumbotron-iframe",src:this.videoSrc,frameborder:0,allow:"autoplay",allowFullScreen:!0,class:"background-video-embed","aria-hidden":"true",tabindex:"-1"}));return o(i,{class:this.type},o("div",{class:"media"},e,s),!!this.videoSrc&&this.playButtonTitle&&o("div",{class:`play-button ${this.buttonLocation}`},this.paused&&o("ptc-tooltip",{class:"play-btn",mode:"wrapper",description:this.playButtonTitle,position:"allbp-bottom-right"===this.buttonLocation?"side-left":"bottom-right",styles:".wrapper-content.sc-ptc-tooltip .tooltip.sc-ptc-tooltip{min-width:unset!important; white-space: nowrap}"},o("div",{id:this.trackerId,class:"tracker-div mf-listen"},o("button",{class:"bg-svg-play",type:"button",tabindex:this.buttonTabIndex,onClick:t=>this.toggleVideoPlay(t),"aria-label":"Video Play button"}))),!this.paused&&!!this.pauseButtonTitle&&o("ptc-tooltip",{class:"pause-btn",mode:"wrapper",description:this.pauseButtonTitle,position:"allbp-bottom-right"===this.buttonLocation?"side-left":"bottom-right",styles:".wrapper-content.sc-ptc-tooltip .tooltip.sc-ptc-tooltip{min-width:unset!important; white-space: nowrap}"},o("div",{id:this.trackerId,class:"tracker-div mf-listen"},o("button",{class:"bg-svg-pause",tabindex:this.buttonTabIndex,type:"button",onClick:t=>this.toggleVideoPlay(t),"aria-label":"Video Pause button"})))),this.overlay?o("div",{class:`video-overlay ${this.overlayType}`}):"","default"===this.type?o("slot",null):"")}toggleVideoPlay(t){t.preventDefault(),this.paused=!this.paused;const o=this.videoEl;o&&(this.paused?o.pause():(o.loop=!0,this.reducedMotion||o.setAttribute("autoplay",""),o.play().catch((t=>console.error(t)))))}async pauseVideo(){var t;this.paused=!0,null===(t=this.videoEl)||void 0===t||t.pause()}async playVideo(){this.paused=!1,this.videoEl&&(this.videoEl.loop=!0,this.reducedMotion||this.videoEl.setAttribute("autoplay",""),this.videoEl.play().catch((t=>console.error(t))))}get el(){return e(this)}};n.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;position:relative}:host video{position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-100;-o-object-fit:cover;object-fit:cover}:host .video-overlay{z-index:1;display:block;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0.8;background-image:linear-gradient(270deg, rgba(30, 38, 38, 0) 26%, #1e2626)}:host .video-overlay.dark{background-color:rgba(0, 0, 0, 0.6)}:host(.legacy){display:block;position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-100}:host(.legacy) video{-o-object-fit:cover;object-fit:cover;position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden}:host .iframe-wrapper{position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-100}:host .iframe-wrapper .background-video-embed{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%}:host .iframe-wrapper .player .vp-video-wrapper .vp-telecine-cover video{-o-object-fit:cover;object-fit:cover}:host .play-button{position:absolute;top:1.5rem;right:1.5rem;width:34px;height:34px;z-index:99}@media (min-width: 768px){:host .play-button.top-right{top:2rem;right:2rem}}:host .play-button.top-left{right:unset;top:1.5rem;left:1.5rem}@media (min-width: 768px){:host .play-button.top-left{bottom:3.75rem;left:2rem}}@media (min-width: 768px){:host .play-button.bottom-left{top:unset;right:unset;bottom:3.75rem;left:2rem}}@media (min-width: 768px){:host .play-button.bottom-right{top:unset;bottom:3.75rem;right:2rem}}:host .play-button.allbp-bottom-right{top:unset;bottom:4.75rem;right:2rem}:host .play-button button{display:inline-block;padding:5px;position:relative;top:-5px;left:-5px;cursor:pointer}@media only screen and (min-width: 768px){:host .play-button button{top:auto;left:auto}}@media only screen and (min-width: 992px){:host .play-button button{padding:0}}:host .play-button button.bg-svg-play,:host .play-button button.bg-svg-pause{background-repeat:no-repeat;background-size:18px 18px;background-position:center;background-color:var(--color-white);width:34px;height:34px;box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.24);border-radius:4px;border:2px solid var(--color-gray-10)}:host .play-button button.bg-svg-play:hover,:host .play-button button.bg-svg-pause:hover{background-color:var(--color-gray-02)}:host .play-button button.bg-svg-play:active,:host .play-button button.bg-svg-pause:active{transition:none;background-color:var(--color-gray-03)}:host .play-button button.bg-svg-play.active:hover,:host .play-button button.bg-svg-pause.active:hover{background-color:var(--color-gray-05)}:host .play-button button.bg-svg-play.active:active,:host .play-button button.bg-svg-pause.active:active{transition:none;background-color:var(--color-gray-03)}:host .play-button button.bg-svg-play:focus,:host .play-button button.bg-svg-pause:focus{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}:host .play-button button.bg-svg-play{background-image:url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 18" id="play"><path d="M11.9625 9L0.0374756 0V18L11.9625 9Z"></path></svg>\')}:host .play-button button.bg-svg-pause{background-image:url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 18" id="pause"><path id="rect28" d="M 0,0 H 4 V 18 H 0 Z"></path><path id="rect30" d="m 10,0 h 4 v 18 h -4 z"></path></svg>\')}:host{display:block;position:relative}:host .media{position:absolute;inset:0;overflow:hidden}:host .background-video,:host .bg-fallback{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:host .bg-fallback{display:block}';export{n as ptc_background_video}
@@ -1 +0,0 @@
1
- import{r as e,h as i,a as r}from"./p-944c5be8.js";import{S as t}from"./p-5292a000.js";import{N as s,P as a}from"./p-f5dfa530.js";import{S as o}from"./p-d9c54a1d.js";const p=class{constructor(i){e(this,i),this.breakpoint=768,this.modalTriggerClickHandler=e=>{const i=e.currentTarget;if(!this.el.contains(i))return;e.preventDefault();const r=i.getAttribute("data-modal-target");if(r){const e=document.getElementById(r);e&&"function"==typeof e.showModal&&e.showModal()}}}componentDidLoad(){window.addEventListener("resize",this.handleResize.bind(this)),this.handleResize(),this.setupModalTriggers()}disconnectedCallback(){window.removeEventListener("resize",this.handleResize.bind(this)),this.destroySwiper(),this.removeModalTriggers()}setupModalTriggers(){this.el.querySelectorAll("[data-modal-target]").forEach((e=>{e.addEventListener("click",this.modalTriggerClickHandler)}))}removeModalTriggers(){this.el.querySelectorAll("[data-modal-target]").forEach((e=>{e.removeEventListener("click",this.modalTriggerClickHandler)}))}handleResize(){window.innerWidth<this.breakpoint?this.initSwiper():this.destroySwiper()}initSwiper(){if(this.swiperInstance)return;const e=this.el.querySelector(".swiper-container");e&&(this.swiperInstance=new t(e,{modules:[s,o,a],slidesPerView:"auto",spaceBetween:24,scrollbar:{el:this.swiperScrollbarRef,draggable:!0},navigation:{nextEl:this.swiperButtonNextRef,prevEl:this.swiperButtonPrevRef}}))}destroySwiper(){if(this.swiperInstance){this.swiperInstance.destroy(!0,!0),this.swiperInstance=void 0;const e=this.el.querySelector(".swiper-wrapper");e&&(e.style.transform=""),this.el.querySelectorAll(".swiper-slide").forEach((e=>{e.style.marginRight=""}))}}render(){return i("div",{class:"ptc-store-card-list-container"},i("div",{class:"swiper-container"},i("div",{class:"swiper-wrapper"},i("slot",null))),i("div",{class:"swiper-scrollbar",ref:e=>this.swiperScrollbarRef=e}),i("div",{class:"swiper-button-next",ref:e=>this.swiperButtonNextRef=e},i("svg",{width:"14",height:"20",viewBox:"0 0 14 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i("path",{d:"M0.75 17.25L8 10L0.75 2.75L3.375 0.125L13.25 10L3.375 19.875L0.75 17.25Z",fill:"#323B42"}))),i("div",{class:"swiper-button-prev",ref:e=>this.swiperButtonPrevRef=e},i("svg",{width:"14",height:"20",viewBox:"0 0 14 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i("path",{d:"M13.25 2.75L6 10L13.25 17.25L10.625 19.875L0.749999 10L10.625 0.125L13.25 2.75Z",fill:"#323B42"}))))}get el(){return r(this)}};p.style='@font-face{font-family:\'swiper-icons\';src:url(\'data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA\');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff;}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:\'\';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:\'\';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px;}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:\'prev\'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:\'next\'}.swiper-button-lock{display:none}:root{}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform, 200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:0.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:\'\';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform, opacity, height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff;}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}ptc-store-card-list{display:block;position:relative;overflow:hidden;padding-left:24px;padding-right:24px;margin-left:-24px;margin-right:-24px}@media only screen and (min-width: 768px){ptc-store-card-list{overflow:visible}}ptc-store-card-list ptc-store-card{width:100%}ptc-store-card-list ptc-store-card ptc-overlay{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}ptc-store-card-list ptc-store-card .store-card-title{color:var(--color-gray-10) !important;text-decoration:none}ptc-store-card-list ptc-store-card .cta-link{text-align:right;margin-top:auto}ptc-store-card-list ptc-store-card .cta-link a{display:inline-flex;gap:6px;color:var(--color-green-07) !important;margin-top:12px;padding:4px 6px 4px 8px;border-radius:var(--ptc-border-radius-standard);text-decoration:none;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}ptc-store-card-list ptc-store-card .cta-link a::after{content:url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><rect x="5" width="2" height="12" fill="%2300890B"/><rect y="7" width="2" height="12" transform="rotate(-90 0 7)" fill="%2300890B"/></svg>\');width:12px;height:12px;display:inline-block;transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout)}ptc-store-card-list ptc-store-card .cta-link a:hover{background-color:var(--color-green-01)}ptc-store-card-list ptc-store-card .cta-link a:active{background-color:var(--color-green-02)}ptc-store-card-list ptc-store-card .store-card-logo img{max-height:24px;display:block;width:auto}ptc-store-card-list .swiper-container{padding-bottom:56px}@media only screen and (min-width: 768px){ptc-store-card-list .swiper-container{padding-bottom:0}}ptc-store-card-list .swiper-slide{height:auto;display:flex;width:288px}@media only screen and (min-width: 768px){ptc-store-card-list .swiper-slide{width:100%;max-width:100%}}ptc-store-card-list .swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:50%;transform:translate(-50%, -13px);z-index:50;width:161px;height:8px;border-radius:999px;background:#e4e7e9}ptc-store-card-list .swiper-scrollbar-drag{height:8px;border-radius:999px;background:var(--color-gray-10);transform:translateX(-16px)}ptc-store-card-list .swiper-button-prev:after,ptc-store-card-list .swiper-button-next:after{content:none}ptc-store-card-list .swiper-button-prev img,ptc-store-card-list .swiper-button-next img{background-color:#ffffff}ptc-store-card-list .swiper-button-prev,ptc-store-card-list .swiper-rtl .swiper-button-next{top:auto;bottom:0px;left:auto;right:calc(50% + 116.5px);height:40px;width:40px;border-radius:4px}ptc-store-card-list .swiper-button-prev:hover,ptc-store-card-list .swiper-rtl .swiper-button-next:hover{outline:none;outline-offset:0;text-decoration:none;background-color:#e4e7e9;transition:var(--ptc-transition-slow) linear}ptc-store-card-list .swiper-button-prev:focus,ptc-store-card-list .swiper-button-prev:active,ptc-store-card-list .swiper-rtl .swiper-button-next:focus,ptc-store-card-list .swiper-rtl .swiper-button-next:active{outline:none;outline-offset:0;text-decoration:none;background-color:#bec6ca}ptc-store-card-list .swiper-button-prev svg,ptc-store-card-list .swiper-rtl .swiper-button-next svg{height:14px;width:9px}ptc-store-card-list .swiper-button-next,ptc-store-card-list .swiper-rtl .swiper-button-prev{top:auto;bottom:0px;right:auto;left:calc(50% + 116.5px);height:40px;width:40px;border-radius:4px}ptc-store-card-list .swiper-button-next:hover,ptc-store-card-list .swiper-rtl .swiper-button-prev:hover{outline:none;outline-offset:0;text-decoration:none;background-color:#e4e7e9;transition:var(--ptc-transition-slow) linear}ptc-store-card-list .swiper-button-next:focus,ptc-store-card-list .swiper-button-next:active,ptc-store-card-list .swiper-rtl .swiper-button-prev:focus,ptc-store-card-list .swiper-rtl .swiper-button-prev:active{outline:none;outline-offset:0;text-decoration:none;background-color:#bec6ca}ptc-store-card-list .swiper-button-next svg,ptc-store-card-list .swiper-rtl .swiper-button-prev svg{height:14px;width:9px}@media only screen and (min-width: 768px){ptc-store-card-list .swiper-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px}}@media only screen and (min-width: 992px){ptc-store-card-list .swiper-wrapper{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 768px){ptc-store-card-list .swiper-scrollbar,ptc-store-card-list .swiper-button-prev,ptc-store-card-list .swiper-button-next{display:none}}.store-modal-card .store-modal-body::-webkit-scrollbar{width:12px}.store-modal-card .store-modal-body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius:10px}.store-modal-card .store-modal-body ::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.5);border-radius:10px}.store-modal-card .store-modal-content{padding:48px 24px 48px 24px;position:relative}.store-modal-card .store-modal-content .store-modal-close-icon{position:absolute;top:0;right:0}@media only screen and (min-width: 768px){.store-modal-card .store-modal-content{padding:32px 48px 48px 48px}}.store-modal-card .store-modal-content .store-modal-description{margin-bottom:24px}.store-modal-card .store-modal-content .store-modal-description p{font-size:var(--ptc-font-size-x-small);margin-bottom:0}.store-modal-card .modal-image-wrapper{height:200px;width:100%;position:relative;border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}.store-modal-card .modal-image-wrapper ptc-overlay{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.store-modal-card .store-modal-footer{padding:8px 24px 24px 24px}@media only screen and (min-width: 768px){.store-modal-card .store-modal-footer{padding:8px 48px 24px 48px}}.store-modal-card .store-modal-footer-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.store-modal-card .store-modal-footer-buttons ptc-button{width:100%}@media only screen and (min-width: 768px){.store-modal-card .store-modal-footer-buttons ptc-button{width:auto}}';export{p as ptc_store_card_list}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as i,H as h,a as s}from"./p-944c5be8.js";const n=class{constructor(i){t(this,i),this.readMoreTrigger=e(this,"readMoreTrigger",7),this.displayText=e(this,"displayText",7),this.maxCharacters=100,this.readMoreText="Read More",this.readLessText="Read Less",this.maxLines=void 0,this.expanded=!1,this.fullText="",this.truncated=!1}componentWillLoad(){requestAnimationFrame((()=>{let t=this.el.shadowRoot.querySelector("slot");this.processText(t)}))}slotChangeHandler(t){this.processText(t.target)}processText(t){if(t){const e=t.assignedNodes({flatten:!0});this.fullText=e.map((t=>t.textContent)).join("").trim(),this.maxLines?this.truncateByLines():this.fullText.length>this.maxCharacters&&(this.truncated=!0)}this.displayText.emit(this.truncated)}truncateByLines(){const t=document.createElement("p");t.style.visibility="hidden",t.style.position="fixed",t.innerText=this.fullText,document.body.appendChild(t);const e=parseInt(window.getComputedStyle(t).lineHeight,10)*this.maxLines;t.style.maxHeight=`${e}px`,t.style.overflow="hidden",t.scrollHeight>e&&(this.truncated=!0),document.body.removeChild(t)}getContent(){if(this.expanded)return this.fullText;if(this.maxLines){const t=document.createElement("p");t.style.visibility="hidden",t.style.position="fixed",t.innerText=this.fullText,document.body.appendChild(t);const e=parseInt(window.getComputedStyle(t).lineHeight,10)*this.maxLines;t.style.maxHeight=`${e}px`,t.style.overflow="hidden";let i="";for(let h=0;h<this.fullText.length;h++)if(t.innerText=this.fullText.slice(0,h)+"...",t.scrollHeight>e){i=this.fullText.slice(0,h-1)+"...";break}return document.body.removeChild(t),i}return this.fullText.substring(0,this.maxCharacters)+"..."}getLabel(){return this.expanded?this.readLessText:this.readMoreText}toggleExpand(){this.expanded=!this.expanded,this.readMoreTrigger.emit(this.expanded)}render(){return i(h,null,i("p",{class:"description"},this.truncated?this.getContent():i("slot",null)),this.truncated?i("label",{class:"label",onClick:()=>this.toggleExpand()},this.getLabel()):null)}get el(){return s(this)}};n.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host .description{display:inline}:host .label{cursor:pointer;color:var(--color-hyperlink);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold);text-decoration-line:underline;line-height:var(--ptc-line-height-densest)}:host .label::before{content:"";padding-left:8px}';export{n as ptc_readmore_new}
@@ -1 +0,0 @@
1
- import{r as t,h as e,H as a}from"./p-944c5be8.js";const i=class{constructor(e){t(this,e),this.navLinks=[]}render(){return e(a,null,e("div",{class:"nav-link-group"},this.navLinks.map((t=>e("a",{href:t.url,class:"nav-title-link"},t.title)))))}};i.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}.nav-link-group{display:inline-block;padding:12px 16px;border-radius:var(--ptc-border-radius-standard);background:var(--color-gray-02);box-shadow:0px 2px 6px 0px rgba(0, 0, 0, 0.24)}.nav-link-group .nav-title-link{color:var(--color-gray-10);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-densest);margin:0 16px;text-decoration:none;outline:none}.nav-link-group .nav-title-link:hover,.nav-link-group .nav-title-link:visited{color:var(--color-gray-10);text-decoration:none;outline:none}";export{i as ptc_nav_tile}
@@ -1 +0,0 @@
1
- import{r as t,h as e,H as i,a as h}from"./p-944c5be8.js";const a=class{constructor(e){t(this,e),this.topImgSrc="https://www.ptc.com/-/media/Images/new-org/logos/PTC-logo.svg",this.topImgAlt="image",this.boxHeight=void 0,this.isHovering=!1}handleMouseOver(){window.innerWidth>=1200&&(this.isHovering=!0)}handleMouseOut(){window.innerWidth>=1200&&(this.isHovering=!1)}render(){return e(i,null,e("div",{class:"d-box "+(this.isHovering&&window.innerWidth>=1200?"hovering":"")},e("div",{class:"top-image"},e("img",{src:this.topImgSrc,alt:this.topImgAlt})),e("div",{class:"content"},e("slot",{name:"media"}))),e("p",null,e("slot",null)))}get el(){return h(this)}};a.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host .d-box{width:100%;height:550px;position:relative}:host .d-box.hovering .top-image{background-image:linear-gradient(0deg, rgba(242, 242, 242, 0), #f3f3f3)}:host .d-box.hovering .content{height:100%}:host .top-image{position:relative;display:flex;justify-content:center;align-items:center;height:50%;z-index:99}:host .top-image img{width:405px;height:40px;transform:translateY(-64px)}@media only screen and (min-width: 992px){:host .top-image img{height:35px;transform:translateY(-88px)}}:host .content{height:80%;box-shadow:0 0 0 1px #f3f3f3;width:100%;position:absolute;bottom:0px;left:0px}:host p{font-weight:var(--ptc-font-weight-regular);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-p);margin:0px;padding:40px;box-sizing:border-box}@media only screen and (min-width: 1200px){:host p{padding:40px}}";export{a as dynamic_box_bundle}
@@ -1 +0,0 @@
1
- import{r as t,h as s}from"./p-944c5be8.js";import{f as o}from"./p-c7e948b2.js";const i=class{constructor(s){t(this,s),this.first=void 0,this.middle=void 0,this.last=void 0}getText(){return o(this.first,this.middle,this.last)}render(){return s("div",null,"Hello, World! I'm ",this.getText())}};i.style=":host{display:block}";export{i as my_component}
@@ -1 +0,0 @@
1
- import{r as t,h as i,H as e,a}from"./p-944c5be8.js";import{s as n}from"./p-c7e948b2.js";const o=class{constructor(i){t(this,i),this.fontSize="x-small",this.fontWeight="w-4",this.paraStyle="default",this.paraColor="primary-grey",this.paraLineH="line-height-normal",this.paraMargin=void 0,this.paraAlign=void 0,this.ellipsisLineCutoff=void 0,this.paraZIndex=void 0,this.styles=void 0,this.seoCompatibilityMode=!1,this.tooltipZIndex="auto",this.tooltipPosition="bottom",this.tooltipTheme="standard",this.enableTooltip=!1,this.maxChars=void 0,this.maxLines=void 0,this.hideTooltipOnMobile=!1,this.ismob=void 0,this.noOverflow=!1,this.tooltipWidth="default"}render(){return this.seoCompatibilityMode&&n(this.el),this.standardRender()}getSortedText(t){if(!this.enableTooltip)return;const i=t.trim();return i.length>this.maxChars&&!this.maxLines?`${i.slice(0,this.maxChars).trimEnd()} …`:i}componentDidLoad(){if(this.hideTooltipOnMobile&&this.el.classList.add("hide-tooltip-on-mobile"),this.el.addEventListener("mouseenter",(()=>{this.toggleTitleTooltip(!0)})),this.el.addEventListener("mouseleave",(()=>{this.toggleTitleTooltip(!1)})),this.enableTooltip){let t=this.el.innerText||this.el.textContent;this.tooltipText=t.trim(),this.el.innerText=this.getSortedText(t)}}toggleTitleTooltip(t){const i="tooltip-box",e=this.el.querySelector(`.${i}`),a=this.el.shadowRoot.querySelectorAll(".line-clamp-title");let n=!1;if(a&&a.forEach((t=>{n=t.scrollHeight>t.clientHeight})),t&&this.enableTooltip){if((!e&&this.maxChars&&this.tooltipText.length>this.maxChars&&!this.maxLines||!e&&this.maxLines&&n)&&!this.noOverflow){const t=document.createElement("div");t.className=i,t.innerText=this.tooltipText,t.style.zIndex=String(this.tooltipZIndex),t.classList.add(this.tooltipPosition,this.tooltipTheme,this.tooltipWidth),this.hideTooltipOnMobile&&t.classList.add("hide-tooltip-mobile"),this.el.appendChild(t)}}else null==e||e.remove()}standardRender(){const t=this.getCssClassMap(),a=this.addWhiteClass(),n=this.getLineCuttoff();return i(e,{class:`${a} ${this.paraZIndex} trunc-text`},this.styles&&i("style",null,this.styles),i("p",{class:t,part:"part-para",style:n},i("slot",null)))}getCssClassMap(){return{[this.fontSize]:!0,[this.fontWeight]:!0,[this.paraStyle]:!0,[this.paraMargin]:!!this.paraMargin,[this.paraColor]:!0,[this.paraLineH]:!0,[this.paraAlign]:!!this.paraAlign,"ellipsis-boxing":this.ellipsisLineCutoff&&this.ellipsisLineCutoff>0,"line-clamp-title":this.maxLines&&this.maxLines>0}}addWhiteClass(){if("white"==this.paraColor)return{[this.paraColor]:!0}}getLineCuttoff(){const t=this.ellipsisLineCutoff>0?this.ellipsisLineCutoff:this.maxLines;return t>0?{"-webkit-line-clamp":`${t}`}:{}}get el(){return a(this)}};o.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{position:relative;z-index:1}:host .tooltip-enabled{position:relative}:host(.white){color:var(--color-white)}:host(.z-1){z-index:1}:host(.z-2){z-index:2}:host(.z-3){z-index:3}:host(.z-99){z-index:99}:host(.z-999){z-index:999}:host(.z-auto){z-index:auto}p.default{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}p.main{text-shadow:0 3px 6px var(--color-white);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10)}p.primary-grey{color:var(--color-gray-10)}p.primary-green{color:var(--color-green-06)}p.gray-darker{color:var(--color-gray-11)}p.white{color:var(--color-white)}p.xxx-small{font-size:var(--ptc-font-size-xxx-small)}p.xx-small{font-size:var(--ptc-font-size-xx-small)}p.x-small{font-size:var(--ptc-font-size-x-small)}p.small{font-size:var(--ptc-font-size-small)}p.medium{font-size:var(--ptc-font-size-medium)}p.large{font-size:var(--ptc-font-size-large)}p.x-large{font-size:var(--ptc-font-size-x-large)}p.xx-large{font-size:var(--ptc-font-size-xx-large)}p.xxx-large{font-size:var(--ptc-font-size-xxx-large)}p.xxxx-large{font-size:var(--ptc-font-size-xxxx-large)}p.htmlquote-para{font-size:var(--ptc-font-size-small)}@media only screen and (min-width: 992px){p.htmlquote-para{font-size:var(--ptc-font-size-large)}}p.w-3{font-weight:var(--ptc-font-weight-thin)}p.w-4{font-weight:var(--ptc-font-weight-regular)}p.w-5{font-weight:var(--ptc-font-weight-medium)}p.w-6{font-weight:var(--ptc-font-weight-semibold)}p.w-7{font-weight:var(--ptc-font-weight-bold)}p.w-8{font-weight:var(--ptc-font-weight-extrabold)}p.w-8 ::slotted(a){font-weight:var(--ptc-font-weight-extrabold) !important}p.w-9{font-weight:var(--ptc-font-weight-black)}p.w-9 ::slotted(a){font-weight:var(--ptc-font-weight-black) !important}p.margin-flush{margin-top:0;margin-bottom:0}p.margin-top-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:0}p.margin-top-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}p.margin-top-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}p.margin-top-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}p.margin-top-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}p.margin-top-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}p.margin-bottom-1{margin-bottom:var(--ptc-element-spacing-01);margin-top:0}p.margin-bottom-2{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}p.margin-bottom-3{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}p.margin-bottom-4{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}p.margin-bottom-5{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}p.margin-bottom-6{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}p.margin-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-01)}p.margin-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}p.margin-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}p.margin-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}p.margin-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}p.margin-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}p.line-height-densest{line-height:var(--ptc-line-height-densest)}p.line-height-denser{line-height:var(--ptc-line-height-denser)}p.line-height-p{line-height:var(--ptc-line-height-p)}p.line-height-dense{line-height:var(--ptc-line-height-dense)}p.line-height-normal{line-height:var(--ptc-line-height-normal)}p.line-height-loose{line-height:var(--ptc-line-height-loose)}p.line-height-looser{line-height:var(--ptc-line-height-looser)}p.left{text-align:left}p.right{text-align:right}p.center{text-align:center}p.justify{text-align:justify}p.right-768above{text-align:left}@media (min-width: 768px){p.right-768above{text-align:right}}p.announcement{text-transform:uppercase;font-size:var(--ptc-font-size-small);color:var(--color-gray-07);line-height:var(--ptc-line-height-looser);letter-spacing:var(--ptc-letter-spacing-loose)}p.ellipsis-boxing{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}p.line-clamp-title{display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){:host(.hide-tooltip-on-mobile) .line-clamp-title{-webkit-line-clamp:initial !important}}";export{o as ptc_para}
@@ -1 +0,0 @@
1
- import{r as n,h as i,H as t,a}from"./p-944c5be8.js";import{c as e}from"./p-c7e948b2.js";const r=class{constructor(i){n(this,i),this.videoSrc=void 0,this.posterSrc=void 0,this.overlay=!0,this.playButtonTitle=void 0,this.pauseButtonTitle=void 0,this.playButtonTrackerId=void 0,this.buttonLocation="bottom-right",this.defer=!1,this.links=void 0}componentWillLoad(){this.sliderSettings={IsMouseDown:!1,PreventAnchor:!1,Timeout:void 0,StartX:0,ScrollLeft:0},this.readLinkItems()}componentDidLoad(){this.slider=this.el.shadowRoot.querySelector(".card-section"),e(this.el,".card-section",!0)}readLinkItems(){this.links=[],this.el.querySelectorAll(".card-cta-links > a").forEach((n=>{n&&this.links.length<4&&this.links.push(n)}))}openLink(n){n&&n.click()}onSliderScroll(){0===this.slider.scrollLeft&&this.slider.classList.contains("scroll-st")?this.slider.classList.remove("scroll-st"):0===this.slider.scrollLeft||this.slider.classList.contains("scroll-st")||this.slider.classList.add("scroll-st"),this.slider.scrollLeft===this.slider.scrollWidth-this.slider.offsetWidth&&this.slider.classList.contains("scroll-ed")?this.slider.classList.remove("scroll-ed"):this.slider.scrollLeft===this.slider.scrollWidth-this.slider.offsetWidth||this.slider.classList.contains("scroll-ed")||this.slider.classList.add("scroll-ed")}onLinkClick(n){window.innerWidth>1199||(n&&this.sliderSettings.PreventAnchor&&n.preventDefault(),this.sliderSettings.PreventAnchor=!1,clearTimeout(this.sliderSettings.Timeout))}onSliderMouseDown(n,i){n.preventDefault(),this.sliderSettings.IsMouseDown=!0,i.classList.add("active"),this.sliderSettings.StartX=n.pageX-i.offsetLeft,this.sliderSettings.ScrollLeft=i.scrollLeft,this.sliderSettings.PreventAnchor=!1}onSliderMouseExit(n,i){n.preventDefault(),clearTimeout(this.sliderSettings.Timeout),this.sliderSettings.IsMouseDown=!1,i.classList.remove("active")}onSliderMouseDrag(n,i){this.sliderSettings.Timeout=setTimeout((()=>{this.sliderSettings.PreventAnchor=!0}),80),this.sliderSettings.IsMouseDown&&(n.preventDefault(),i.scrollLeft=this.sliderSettings.ScrollLeft-(n.pageX-i.offsetLeft-this.sliderSettings.StartX))}onCardMouseDown(n){if(n&&n.currentTarget){let i=n.currentTarget;i&&i.classList.add("active")}}onCardMouseUp(n){if(n&&n.currentTarget){let i=n.currentTarget;i&&(i.classList.remove("active"),this.sliderSettings.IsMouseDown&&(clearTimeout(this.sliderSettings.Timeout),this.sliderSettings.IsMouseDown=!1))}}componentDidRender(){let n=this;this.el.shadowRoot.querySelectorAll(".card-link").forEach((i=>{i.querySelector("a").addEventListener("click",(i=>{n.onLinkClick(i)})),i.addEventListener("mousedown",(i=>{n.onCardMouseDown(i)})),i.addEventListener("mouseup",(i=>{n.onCardMouseUp(i)})),i.addEventListener("mouseleave",(i=>{n.onCardMouseUp(i)})),i.addEventListener("touchend",(i=>{n.onCardMouseUp(i)}))}))}render(){return i(t,null,i("ptc-background-video",Object.assign({},this.getBackgroundVideoSettings(),{"overlay-type":"dark","tracker-id":this.playButtonTrackerId,defer:this.defer,"poster-src":this.posterSrc}),i("div",{class:"ptc-container"},i("div",{class:"primary-content-wrapper"},i("slot",{name:"primary-content"})),i("div",{class:"card-links"},i("div",{class:"secondary-content-wrapper"},i("slot",{name:"secondary-content"})),i("div",Object.assign({class:"card-section"},this.getSliderBindings()),this.links&&this.links.map(((n,t)=>{const a=n.getAttribute("data-tracker-id"),e=n.getAttribute("data-icon"),r=n.getAttribute("target"),s=n.getAttribute("title"),o=n.textContent;if(o)return i("div",{id:a,class:`card-link card-link-${t+1}`,"tab-index":t+1},i("div",{class:"bgb"}),i("div",{class:"bgh"}),i("div",{class:"bgp"}),i("a",{href:n.href,target:r,title:s,class:"link-cover"}),e&&i("icon-asset",{type:"ptc",size:"large",color:"white",name:e}),i("span",{class:"link-text hyphenate-text"},o.trim()))})))))))}getBackgroundVideoSettings(){return{videoSrc:this.videoSrc,posterSrc:this.posterSrc,pauseButtonTitle:this.pauseButtonTitle,playButtonTitle:this.playButtonTitle,buttonLocation:this.buttonLocation,overlay:this.overlay,class:"bg-video"}}getSliderBindings(){return{onMouseDown:n=>{this.onSliderMouseDown(n,this.slider)},onMouseUp:n=>{this.onSliderMouseExit(n,this.slider)},onMouseLeave:n=>{this.onSliderMouseExit(n,this.slider)},onMouseMove:n=>{this.onSliderMouseDrag(n,this.slider)}}}get el(){return a(this)}};r.style="h1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link,\nptc-square-card,\n.hyphenate-text,\nptc-footer {\n word-break: break-word;\n hyphens: manual;\n -webkit-hyphens: manual;\n -moz-hyphens: manual;\n -ms-hyphens: manual;\n}\n@supports (hyphenate-limit-chars: 12 3 3) {\n h1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link,\nptc-square-card,\n.hyphenate-text,\nptc-footer {\n hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n /* For Safari */\n -webkit-hyphenate-limit-after: 3;\n /* For Safari */\n hyphenate-limit-chars: 12 3 3;\n hyphenate-limit-lines: 2;\n hyphenate-limit-last: always;\n hyphenate-limit-zone: 6%;\n -webkit-hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n -webkit-hyphenate-limit-after: 3;\n -webkit-hyphenate-limit-chars: 12 3 3;\n -webkit-hyphenate-limit-lines: 2;\n -moz-hyphens: auto;\n -moz-hyphenate-limit-chars: 12 3 3;\n -moz-hyphenate-limit-lines: 2;\n -ms-hyphens: auto;\n -ms-hyphenate-limit-chars: 12 3 3;\n -ms-hyphenate-limit-lines: 2;\n }\n}\n\n:host {\n display: block;\n position: relative;\n overflow: hidden;\n}\n\na {\n text-decoration: none !important;\n color: inherit !important;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link,\nptc-square-card,\n.hyphenate-text,\nptc-footer {\n word-break: break-word;\n hyphens: manual;\n -webkit-hyphens: manual;\n -moz-hyphens: manual;\n -ms-hyphens: manual;\n}\n@supports (hyphenate-limit-chars: 12 3 3) {\n h1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link,\nptc-square-card,\n.hyphenate-text,\nptc-footer {\n hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n /* For Safari */\n -webkit-hyphenate-limit-after: 3;\n /* For Safari */\n hyphenate-limit-chars: 12 3 3;\n hyphenate-limit-lines: 2;\n hyphenate-limit-last: always;\n hyphenate-limit-zone: 6%;\n -webkit-hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n -webkit-hyphenate-limit-after: 3;\n -webkit-hyphenate-limit-chars: 12 3 3;\n -webkit-hyphenate-limit-lines: 2;\n -moz-hyphens: auto;\n -moz-hyphenate-limit-chars: 12 3 3;\n -moz-hyphenate-limit-lines: 2;\n -ms-hyphens: auto;\n -ms-hyphenate-limit-chars: 12 3 3;\n -ms-hyphenate-limit-lines: 2;\n }\n}\n\n.ptc-container {\n padding-right: 24px;\n padding-left: 24px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media only screen and (min-width: 1200px) {\n .ptc-container {\n padding-left: 0;\n padding-right: 0;\n max-width: 1136px;\n }\n}\n@media only screen and (min-width: 1440px) {\n .ptc-container {\n padding-left: 0;\n padding-right: 0;\n max-width: 1200px;\n }\n}\n.ptc-container-lg {\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media only screen and (min-width: 480px) {\n .ptc-container-lg {\n padding-left: var(--ptc-layout-spacing-03);\n padding-right: var(--ptc-layout-spacing-03);\n }\n}\n@media only screen and (min-width: 768px) {\n .ptc-container-lg {\n padding-left: var(--ptc-layout-spacing-04);\n padding-right: var(--ptc-layout-spacing-04);\n }\n}\n@media only screen and (min-width: 992px) {\n .ptc-container-lg {\n padding-left: var(--ptc-element-spacing-08);\n padding-right: var(--ptc-element-spacing-08);\n }\n}\n@media only screen and (min-width: 1980px) {\n .ptc-container-lg {\n padding-left: 0;\n padding-right: 0;\n max-width: 1900px;\n }\n}\n.ptc-container-fluid {\n width: 100%;\n}\n\n.primary-content-wrapper {\n max-width: 720px;\n padding: 120px 0;\n}\n@media only screen and (min-width: 992px) {\n .primary-content-wrapper {\n padding: 160px 0;\n }\n}\n@media only screen and (min-width: 1440px) {\n .primary-content-wrapper {\n padding: 160px 0;\n }\n}\n\n.bg-video {\n width: 100%;\n}\n\n.ptc-container {\n position: relative;\n z-index: 20;\n min-height: 587px;\n}\n\n.card-links {\n margin: 0;\n padding-bottom: 72px;\n}\n@media only screen and (min-width: 992px) {\n .card-links {\n padding-bottom: 88px;\n }\n}\n.card-links .secondary-content-wrapper {\n margin: 0;\n max-width: 720px;\n}\n.card-links .card-section {\n display: flex;\n position: relative;\n flex-wrap: nowrap;\n flex-shrink: 0;\n margin: 20px -24px 0;\n white-space: nowrap;\n -ms-overflow-style: none;\n scrollbar-width: none;\n transition: box-shadow var(--ptc-transition-medium) var(--ptc-ease-out);\n}\n.card-links .card-section::-webkit-scrollbar {\n display: none;\n}\n.card-links .card-section .card-link {\n cursor: pointer;\n display: inline-flex;\n position: relative;\n overflow: hidden;\n text-decoration: none;\n z-index: 7;\n align-items: center;\n gap: 16px;\n flex: 0 0 224px;\n align-self: stretch;\n border-radius: 4px 4px 0px 0px;\n border-bottom: 2px solid var(--color-blue-07);\n background: transparent;\n backdrop-filter: blur(12px);\n padding: 24px;\n word-wrap: normal;\n color: var(--color-white);\n font-family: var(--ptc-font-latin);\n font-size: var(--ptc-font-size-small);\n font-style: var(--ptc-font-style-normal);\n font-weight: var(--ptc-font-weight-bold);\n line-height: var(--ptc-line-height-p);\n margin: 0 12px;\n}\n.card-links .card-section .card-link:first-child {\n margin-left: 24px;\n}\n.card-links .card-section .card-link:last-child {\n margin-right: 24px;\n}\n.card-links .card-section .card-link icon-asset {\n z-index: 10;\n}\n.card-links .card-section .card-link .link-text {\n display: block;\n inline-size: 190px;\n white-space: break-spaces;\n z-index: 10;\n font-size: var(--ptc-font-size-small);\n}\n@media only screen and (min-width: 992px) {\n .card-links .card-section .card-link .link-text {\n font-size: var(--ptc-font-size-medium);\n }\n}\n.card-links .card-section .card-link .bgb,\n.card-links .card-section .card-link .bgh,\n.card-links .card-section .card-link .bgp {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 8;\n opacity: 0;\n}\n.card-links .card-section .card-link .link-cover {\n cursor: pointer;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 11;\n width: 99%;\n height: 99%;\n border-radius: var(--ptc-border-radius-standard);\n border: 2px solid transparent;\n}\n.card-links .card-section .card-link .bgb,\n.card-links .card-section .card-link .bgh {\n transition: opacity var(--ptc-transition-medium) var(--ptc-ease-out);\n backdrop-filter: blur(6px);\n -webkit-backdrop-filter: blur(6px);\n}\n.card-links .card-section .card-link .bgb {\n background: linear-gradient(85deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.07) 100.13%);\n opacity: 1;\n}\n.card-links .card-section .card-link .bgh {\n background: linear-gradient(85deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.17) 100.13%);\n}\n.card-links .card-section .card-link .bgp {\n background: linear-gradient(85deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 100.13%);\n}\n.card-links .card-section .card-link:hover .bgb,\n.card-links .card-section .card-link:hover .bgp {\n opacity: 0;\n}\n.card-links .card-section .card-link:hover .bgh {\n opacity: 1;\n}\n.card-links .card-section .card-link:active .bgb,\n.card-links .card-section .card-link:active .bgh, .card-links .card-section .card-link.active .bgb,\n.card-links .card-section .card-link.active .bgh {\n display: none;\n opacity: 0;\n}\n.card-links .card-section .card-link:active .bgp, .card-links .card-section .card-link.active .bgp {\n opacity: 1;\n}\n.card-links .card-section .card-link:focus-visible, .card-links .card-section .card-link:focus, .card-links .card-section .card-link:focus-within {\n border-radius: var(--ptc-border-radius-standard);\n outline: 5px solid var(--keyboard-nav-outline);\n border-bottom-color: white;\n}\n.card-links .card-section .card-link:focus-visible .link-cover, .card-links .card-section .card-link:focus .link-cover, .card-links .card-section .card-link:focus-within .link-cover {\n border-color: white;\n}\n.card-links .card-section:before {\n position: absolute;\n width: 32px;\n background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, white 100.13%);\n top: 16px;\n right: 0;\n bottom: 0;\n z-index: 12;\n}\n.card-links .card-section.scroll-st {\n box-shadow: inset 2px 0px 0px rgba(255, 255, 255, 0.3);\n}\n.card-links .card-section.scroll-ed {\n box-shadow: inset -2px 0px 0px rgba(255, 255, 255, 0.3);\n}\n.card-links .card-section.scroll-ed.scroll-st {\n box-shadow: inset 2px 0px 0px rgba(255, 255, 255, 0.3), inset -2px 0px 0px rgba(255, 255, 255, 0.3);\n}\n@media only screen and (min-width: 1200px) {\n .card-links .card-section {\n margin: 20px 0 0;\n align-items: flex-start;\n justify-content: flex-start;\n align-content: flex-start;\n }\n .card-links .card-section.scroll-st, .card-links .card-section.scroll-ed, .card-links .card-section.scroll-ed.scroll-st {\n box-shadow: unset;\n }\n .card-links .card-section .card-link {\n flex: unset;\n }\n .card-links .card-section .card-link:first-child {\n margin-left: 0;\n }\n .card-links .card-section .card-link:last-child {\n margin-right: 0;\n }\n}\n@media only screen and (min-width: 1440px) {\n .card-links .card-section {\n margin: 20px 0 0;\n }\n}\n\n.card-section {\n overflow-x: visible;\n overflow-y: visible;\n animation-duration: 0ms;\n animation-delay: 1000ms;\n animation-fill-mode: forwards;\n}\n@media only screen and (min-width: 1200px) {\n .card-section {\n overflow-x: visible;\n }\n}\n.card-section .card-link {\n animation-duration: 750ms;\n animation-delay: 0ms;\n animation-fill-mode: forwards;\n opacity: 0;\n transform: translate3d(0, 30%, 0);\n}\n.card-section .card-link.card-link-1 {\n animation-delay: 0ms;\n}\n.card-section .card-link.card-link-2 {\n animation-delay: 250ms;\n}\n.card-section .card-link.card-link-3 {\n animation-delay: 500ms;\n}\n.card-section .card-link.card-link-4 {\n animation-delay: 750ms;\n}\n.card-section.in-view {\n animation-name: fadeUpInContainer;\n}\n@media only screen and (min-width: 1200px) {\n .card-section.in-view {\n overflow: visible !important;\n }\n}\n.card-section.in-view .card-link {\n animation-name: fadeUpIn;\n}\n\n@keyframes fadeUpIn {\n 0% {\n opacity: 0;\n transform: translate3d(0, 30%, 0);\n }\n 100% {\n opacity: 1;\n transform: translateZ(0);\n }\n}\n@keyframes fadeUpInContainer {\n 0% {\n overflow: visible;\n overflow-y: visible;\n overflow-x: visible;\n @media only screen and (min-width: 1200px) {\n overflow-x: visible;\n }\n }\n 100% {\n overflow: inherit;\n overflow-y: hidden;\n overflow-x: scroll;\n @media only screen and (min-width: 1200px) {\n overflow-x: hidden;\n }\n }\n}";export{r as ptc_homepage_video_background}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as i,a as r}from"./p-944c5be8.js";const o=class{constructor(i){t(this,i),this.clickedItem=e(this,"clickedItem",7),this.handleClick=t=>{this.listItems.forEach((t=>t.selected=void 0)),t.selected=!0,this.selectedItem=t,this.toggle=!this.toggle,this.clickedItem.emit(t)},this.toggleList=()=>{this.toggle=!this.toggle},this.theme="sort",this.label=void 0,this.listItems=void 0,this.toggle=!1,this.selectedItem=void 0,this.trackerId=void 0}offClick(t){t&&!this.host.contains(t.target)&&this.toggle&&(this.toggle=!1)}componentWillLoad(){let t=this.host.querySelectorAll("item");this.listItems||(this.listItems=[]),t.forEach((t=>{if(t&&t.getAttribute("label")){let e={element:t,label:t.getAttribute("label"),value:t.getAttribute("value"),selected:t.hasAttribute("selected")};this.listItems.push(e),t.hasAttribute("selected")&&(this.selectedItem=e)}}))}render(){const t=this.getCssClassMap();return i("div",{class:t},i("header",{id:this.trackerId,class:"dropdown__header mf-listen",onClick:this.toggleList,tabindex:"0",onKeyPress:this.toggleList},i("label",null,i("b",null,this.label)," ",this.selectedItem?this.selectedItem.label:"Select Option"),i("icon-asset",{type:"solid",size:"x-small",name:"chevron-down"})),this.toggle&&i("ul",{id:this.trackerId+"ul",tabIndex:-1,class:"dropdown__list mf-listen",onBlur:()=>{this.toggle=!1}},this.listItems.map((t=>{let e="dropdown__item mf-listen";return t.selected&&(e+=" selected"),i("li",{class:e,id:t.label+this.trackerId,onClick:()=>this.handleClick(t),tabindex:"0",onKeyPress:()=>this.handleClick(t)},t.label)}))))}getCssClassMap(){return{"ptc-dropdown":!0,[this.theme]:!0}}get host(){return r(this)}};o.style='@charset "UTF-8";h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:inline-block;position:relative;color:var(--color-gray-12)}:host label{cursor:pointer}:host .dropdown__header{cursor:pointer;transition:background-color var(--ptc-ease-out) var(--ptc-transition-medium), border-color var(--ptc-ease-out) var(--ptc-transition-medium);background-color:var(--color-white);display:flex;align-items:center;align-content:center;border:1px solid var(--color-gray-05);padding:0.1875rem 0.75rem 0.1875rem 0.75rem;border-radius:4px;font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-regular);line-height:var(--ptc-line-height-loose);letter-spacing:0em;text-align:left;height:1.5rem}:host .dropdown__header b{font-weight:var(--ptc-font-weight-semibold)}:host .dropdown__header icon-asset{width:1rem;height:1rem;margin-left:0.5rem;margin-top:-0.5rem}:host .dropdown__header:hover{background-color:var(--color-gray-02)}:host .dropdown__header:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .dropdown__list{display:table;border:1px solid rgba(0, 0, 0, 0.24);border-radius:var(--ptc-border-radius-large)}:host ul{display:block;top:0.2rem;margin:0;list-style-type:none;padding-inline-start:0;padding:0.25rem 0.25rem;background-color:var(--color-gray-02);cursor:pointer;position:absolute;z-index:500}@media only screen and (min-width: 992px){:host ul{right:0.2rem}}:host ul li{white-space:nowrap;padding:3px 1rem;font-weight:500}:host ul li.selected:before{content:"✓";display:block;position:absolute;left:0.4rem}:host ul li:hover{color:#fff;background-color:#699af8;border-radius:var(--ptc-border-radius-standard)}:host ul li:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}.ptc-dropdown{position:relative}.ptc-dropdown.support ul{margin:2px 4px 0 0}.ptc-dropdown.support .dropdown__header{transition:background-color var(--ptc-ease-out) var(--ptc-transition-medium), border-color var(--ptc-ease-out) var(--ptc-transition-medium);background-color:transparent;border:none;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-dense);letter-spacing:var(--ptc-letter-spacing-dense);text-align:left;padding:2px 6px}.ptc-dropdown.support .dropdown__header:hover{background-color:var(--color-gray-02)}.ptc-dropdown.support .dropdown__header icon-asset{width:10px;height:10px;margin-left:0.25rem;margin-top:-0.8rem}.ptc-dropdown.support .dropdown__header icon-asset svg{width:9px;height:9px}';export{o as ptc_dropdown}
@@ -1 +0,0 @@
1
- import{r as t,h as e}from"./p-944c5be8.js";const i=class{constructor(e){t(this,e),this.items=void 0,this.isOpen=!1,this.activeItem=""}getItems(){try{return this.items?JSON.parse(this.items):[]}catch(t){return console.error("Invalid Json format for items prop",t),[]}}componentWillLoad(){var t;const e=this.getItems();e.length>0&&(this.activeItem=(null===(t=e[0])||void 0===t?void 0:t.text)||"")}toggleMenu(){this.isOpen=!this.isOpen}selectItem(t){this.activeItem=t,this.isOpen=!1}render(){const t=this.getItems(),i=e("svg",{xmlns:"http://www.w3.org/2000/svg",width:"15",height:"11",viewBox:"0 0 15 11",fill:"none"},e("path",{d:"M13 8.5L7.34315 2.71178L1.68629 8.5",stroke:"white","stroke-width":"3","stroke-linecap":"round"})),n=e("svg",{xmlns:"http://www.w3.org/2000/svg",width:"15",height:"11",viewBox:"0 0 15 11",fill:"none"},e("path",{d:"M13 2.5L7.34315 8.28822L1.68629 2.5",stroke:"white","stroke-width":"3","stroke-linecap":"round"}));return e("nav",{class:"menu"},e("div",{class:"mobile-menu-icon",onClick:()=>this.toggleMenu()},this.activeItem,e("span",null,this.isOpen?i:n)),e("ul",{class:"menu-list "+(this.isOpen?"open":"")},t.map((t=>e("li",null,t.isButton?e("button",{onClick:()=>{this.selectItem(t)}},t.text):e("a",{href:t.link},t.text))))))}};i.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}.menu{display:none;background-color:transparent;color:white;position:relative}@media only screen and (min-width: 992px){.menu{display:block}}.menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:flex-start;gap:32px}.menu-list li{margin:0}.menu-list a,.menu-list button{color:white;text-decoration:none;border:none;background:none;cursor:pointer;position:relative}.menu-list a{white-space:nowrap}.menu-list a::after,.menu-list button::after{content:"";display:block;width:100%;height:2px;background:white;transition:transform 0.3s ease;transform:scaleY(0);transform-origin:bottom}.menu-list a:hover::after,.menu-list a:focus::after,.menu-list button:hover::after,.menu-list button:focus::after{transform:scaleX(1);transform-origin:left}.mobile-menu-icon{display:none;cursor:pointer;font-size:24px;text-align:center;position:absolute;top:0;right:0}@media (max-width: 768px){.menu-list{display:none;flex-direction:column;background-color:transparent;width:100%;position:absolute;top:40px;right:0}.menu-list.open{display:flex}.mobile-menu-icon{display:block}.menu-list li{margin:10px 0}}';export{i as jumbotron_sub_mune}
@@ -1 +0,0 @@
1
- import{r as t,h as a,H as i,a as e}from"./p-944c5be8.js";const o=class{constructor(a){t(this,a),this.jumbotronType="light",this.hasPopupVideo=!1,this.mainTitle="Lorem Ipsum Dolor Sit Amet Consectetur",this.subTitle="Lorem Ipsum Dolor Sit Amet Consectetur Adipiscing Lorem Ipsum Dolor Sit Amet Consectetur Adipisci Lorem Ipsum Dolor Sit Amet",this.pngSrc=void 0,this.pngImgStyles="",this.gifSrc=void 0,this.bgVideoSrc=void 0,this.bgVideoPosterSrc=void 0,this.bgSrc=void 0,this.isIframe=!1,this.isHomepage=!1,this.playButtonTitle=void 0,this.pauseButtonTitle=void 0,this.buttonLocation=void 0,this.buttonTabIndex=0,this.contentBackground=void 0,this.contentColor=void 0,this.textAlign="left",this.isMobile=void 0,this.isTransitioning=void 0,this.blogAuthorImage="",this.blogAuthorImageAlt="",this.blogAuthorName="",this.blogAuthorQueryHref="",this.blogAuthorQueryTarget="",this.hasCountdown=!1,this.logo="",this.styles=void 0,this.enableLazy=!1,this.defer=void 0,this.hasCtaSlot=void 0}componentWillLoad(){this.hasCtaSlot=!!this.el.querySelector('[slot="j-cta"]')}handleResize(){this.getContentBackground()}connectedCallback(){this.getContentBackground()}componentDidLoad(){}componentDidUpdate(){this.getContentBackground()}render(){const t=this.getCssClassMap();let e;switch(this.jumbotronType){case"png":e=a("div",{class:"mobile-media-image"},a("div",{class:"media-image-wrapper"},a("ptc-picture",{src:this.pngSrc}),this.hasPopupVideo&&this.isMobile?a("slot",{name:"video"}):null));break;case"blog":e=a("div",{class:"mobile-media-image"},a("div",{class:"media-image-wrapper"},a("ptc-picture",{"is-full-width":!0,src:this.pngSrc,styles:"img {height: 100%;}"})));break;case"gif":e=a("div",{class:"mobile-media-image gif-bg"},a("img",{src:this.gifSrc}));break;case"dark-video":case"light-video":e=a("ptc-background-video",{class:"video-ratio",overlay:!1,"video-src":this.bgVideoSrc,isIframe:this.isIframe,"play-button-title":this.playButtonTitle,"pause-button-title":this.pauseButtonTitle,"button-location":this.buttonLocation,"button-tab-index":this.buttonTabIndex,defer:this.defer,posterSrc:this.bgVideoPosterSrc}," ",this.hasPopupVideo&&this.isMobile?a("div",{class:"mobile-modal-play-btn"}," ",a("slot",{name:"video"})):null);break;case"dark":case"light":e=a("div",{class:"dl-img-wrap"},a("ptc-img",{"img-url":this.bgSrc,"enable-lazy-load":this.enableLazy,styles:".smart-bg{background-position:right !important;}"}),this.hasPopupVideo&&this.isMobile?a("div",{class:"mobile-modal-play-btn"}," ",a("slot",{name:"video"})):null);break;default:e=a("ptc-img",{"img-url":this.bgSrc,"enable-lazy-load":this.enableLazy,styles:".smart-bg{background-position:right !important;}"})}return a(i,{class:t},this.styles&&a("style",null,this.styles),a("div",{class:{parent:!0,"light-links":"dark"===this.jumbotronType||"dark-video"===this.jumbotronType,"hp-adjustments":this.isHomepage,transitioning:this.isTransitioning}},a("div",{class:"div1 image-container "+("text"===this.jumbotronType?"hidden":"")},e),a("div",{class:"div2 content-container"},a("div",{class:"bg-overlay",style:{background:this.contentBackground}}),a("div",{class:{"ptc-container":!0,"content-layout":!0,"hp-container":this.isHomepage,"blog-container":"blog"===this.jumbotronType}},a("max-width-container",{"max-width-p":"60",breakpoint:992,"content-align":"text"===this.jumbotronType?"center":this.textAlign,styles:":host{z-index: 999}"},a("slot",{name:"breadcrumb"}),!!this.logo&&a("div",{class:"logo-frame"},a("img",{alt:"Logo",src:this.logo})),a("span",{class:"main-content-items"},a("ptc-spacer",{breakpoint:"small",size:"small"}),a("ptc-spacer",{breakpoint:"x-small",size:"medium"}),a("slot",{name:"main-title"}),a("slot",{name:"hp-sub-title"}),("text"!==this.jumbotronType||"text"===this.jumbotronType&&this.subTitle)&&!this.isHomepage&&a("div",null,a("ptc-spacer",{breakpoint:"small",size:"small"}),a("ptc-spacer",{breakpoint:"x-small",size:"medium"})),!this.isHomepage&&a("ptc-para",{styles:`p{color: ${this.contentColor}!important;}`,"font-size":"text"===this.jumbotronType&&this.isMobile?"x-small":"small","font-weight":"w-4","para-margin":"text"===this.jumbotronType||"blog"===this.jumbotronType?"margin-flush":"margin-bottom-6","para-color":"white","para-line-h":"line-height-p","para-align":"text"===this.jumbotronType?"center":"left","seo-compatibility-mode":!0},a("p",{innerHTML:this.subTitle,style:{margin:"0"}}),a("p",{style:{margin:"0"}},a("slot",{name:"blog-date"})),"blog"===this.jumbotronType&&a("div",null,a("ptc-spacer",{breakpoint:"x-small",size:"medium"}),a("ptc-spacer",{breakpoint:"small",size:"small"}),a("div",{id:"header-blog-author",slot:"blog-author"},a("div",{class:"image"},a("img",{alt:this.blogAuthorImageAlt,src:this.blogAuthorImage})),a("ptc-para",{"font-size":"small","font-weight":"w-4","para-color":"primary-grey","para-line-h":"line-height-p","para-margin":"margin-flush"},a("a",{class:"blog-author-name mf-listen",tabindex:"0",href:this.blogAuthorQueryHref,target:this.blogAuthorQueryTarget,"aria-label":"Other blogs by author"},this.blogAuthorName))))),this.hasCtaSlot&&a("div",{class:"u-flex u-flex-wrap gap-adjustment"+("text"===this.jumbotronType?" text-adjustment":"")},a("slot",{name:"j-cta"})))),this.hasPopupVideo&&"png"!==this.jumbotronType?a("slot",{name:"video"}):null,this.hasCountdown?a("slot",{name:"countdown"}):null,"png"===this.jumbotronType?a("div",{class:"desktop-media-image"},a("div",{class:"media-image-wrapper"},a("ptc-picture",{"is-full-width":!0,src:this.pngSrc,styles:`img {${this.pngImgStyles}}`}),this.hasPopupVideo?a("slot",{name:"video"}):null)):null,"gif"===this.jumbotronType?a("div",{class:"desktop-media-image desk-gif-adjustment"},a("img",{src:this.gifSrc})):null,"blog"===this.jumbotronType?a("div",{class:"desktop-media-image"},a("div",{class:"media-image-wrapper"},a("ptc-picture",{"is-full-width":!0,src:this.pngSrc,styles:"img {height: 100%;}"}))):null))))}getCssClassMap(){return{"text-jumbotron":"text"===this.jumbotronType,"png-jumbotron":"png"===this.jumbotronType,"blog-jumbotron":"blog"===this.jumbotronType,"gif-jumbotron":"gif"===this.jumbotronType,"dark-video-jumbotron light-links":"dark-video"===this.jumbotronType,"light-video-jumbotron":"light-video"===this.jumbotronType,"dark-jumbotron light-links":"dark"===this.jumbotronType,"light-jumbotron":"light"===this.jumbotronType}}getContentBackground(){if(window.innerWidth<992){switch(this.jumbotronType){case"light":case"light-video":case"png":this.contentBackground="var(--color-white)",this.contentColor="var(--color-gray-10)";break;case"dark":case"dark-video":this.contentBackground="var(--color-gray-09)",this.contentColor="var(--color-gray-01)";break;case"blog":this.contentBackground="white",this.contentColor="var(--color-gray-10)";break;default:this.contentBackground="transparent",this.contentColor="var(--color-gray-10)"}this.isMobile=!0}else{switch(this.jumbotronType){case"light":case"light-video":case"png":this.contentBackground="linear-gradient(90.19deg, rgba(255, 255, 255, 0.9) 62.55%, rgba(228, 231, 233, 0) 99.86%)",this.contentColor="var(--color-gray-10)";break;case"dark":case"dark-video":this.contentBackground="linear-gradient(90deg, rgba(0, 0, 0, 0.63) 52.42%, rgba(40, 47, 53, 0) 100%)",this.contentColor="var(--color-gray-01)";break;case"gif":this.contentBackground="#F3F3F3",this.contentColor="var(--color-gray-10)";break;case"blog":this.contentBackground="white",this.contentColor="var(--color-gray-10)";break;default:this.contentBackground="transparent",this.contentColor="var(--color-gray-10)"}this.isMobile=!1}}get el(){return e(this)}};o.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}.ptc-container{padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 1200px){.ptc-container{padding-left:0;padding-right:0;max-width:1136px}}@media only screen and (min-width: 1440px){.ptc-container{padding-left:0;padding-right:0;max-width:1200px}}.ptc-container-lg{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 480px){.ptc-container-lg{padding-left:var(--ptc-layout-spacing-03);padding-right:var(--ptc-layout-spacing-03)}}@media only screen and (min-width: 768px){.ptc-container-lg{padding-left:var(--ptc-layout-spacing-04);padding-right:var(--ptc-layout-spacing-04)}}@media only screen and (min-width: 992px){.ptc-container-lg{padding-left:var(--ptc-element-spacing-08);padding-right:var(--ptc-element-spacing-08)}}@media only screen and (min-width: 1980px){.ptc-container-lg{padding-left:0;padding-right:0;max-width:1900px}}.ptc-container-fluid{width:100%}.u-para-sm{font-size:var(--ptc-font-size-small) !important}.u-para-md{font-size:var(--ptc-font-size-medium) !important}.u-para-lg{font-size:var(--ptc-font-size-large) !important}.u-para-xl{font-size:var(--ptc-font-size-x-large) !important}.u-para-xxl{font-size:var(--ptc-font-size-xx-large) !important}.u-para-xxxl{font-size:var(--ptc-font-size-xxx-large) !important}@media only screen and (min-width: 768px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.05vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.05vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.05vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.05vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.05vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.05vw) !important}}@media only screen and (min-width: 992px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.1vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.1vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.1vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.1vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.1vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.1vw) !important}}@media only screen and (min-width: 1200px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.15vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.15vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.15vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.15vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.15vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.15vw) !important}}@media only screen and (min-width: 1440px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.2vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.2vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.2vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.2vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.2vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.2vw) !important}}@media only screen and (min-width: 1600px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.25vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.25vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.25vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.25vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.25vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.25vw) !important}}@media only screen and (min-width: 1980px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.3vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.3vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.3vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.3vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.3vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.3vw) !important}}@media only screen and (min-width: 2600px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.35vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.35vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.35vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.35vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.35vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.35vw) !important}}.u-para-body{font-size:var(--ptc-font-size-medium) !important}.u-color-white{color:var(--color-white) !important}.u-uppercase{text-transform:uppercase !important}.u-margin-flush{margin:0 !important}.u-marginTop-flush{margin-top:0 !important}.u-marginLeft-flush{margin-left:0 !important}.u-marginRight-flush{margin-right:0 !important}.u-marginBottom-flush{margin-bottom:0 !important}.u-padding-flush{padding:0 !important}.u-paddingTop-flush{padding-top:0 !important}.u-paddingLeft-flush{padding-left:0 !important}.u-paddingRight-flush{padding-right:0 !important}.u-paddingBottom-flush{padding-bottom:0 !important}.u-margin-xs{margin:var(--ptc-element-spacing-01) !important}.u-marginTop-xs{margin-top:var(--ptc-element-spacing-01) !important}.u-marginLeft-xs{margin-left:var(--ptc-element-spacing-01) !important}.u-marginRight-xs{margin-right:var(--ptc-element-spacing-01) !important}.u-marginBottom-xs{margin-bottom:var(--ptc-element-spacing-01) !important}.u-margin-sm{margin:var(--ptc-element-spacing-02) !important}.u-marginTop-sm{margin-top:var(--ptc-element-spacing-02) !important}.u-marginLeft-sm{margin-left:var(--ptc-element-spacing-02) !important}.u-marginRight-sm{margin-right:var(--ptc-element-spacing-02) !important}.u-marginBottom-sm{margin-bottom:var(--ptc-element-spacing-02) !important}.u-margin-md{margin:var(--ptc-element-spacing-03) !important}.u-marginTop-md{margin-top:var(--ptc-element-spacing-03) !important}.u-marginLeft-md{margin-left:var(--ptc-element-spacing-03) !important}.u-marginRight-md{margin-right:var(--ptc-element-spacing-03) !important}.u-marginBottom-md{margin-bottom:var(--ptc-element-spacing-03) !important}.u-margin-lg{margin:var(--ptc-element-spacing-04) !important}.u-marginTop-lg{margin-top:var(--ptc-element-spacing-04) !important}.u-marginLeft-lg{margin-left:var(--ptc-element-spacing-04) !important}.u-marginRight-lg{margin-right:var(--ptc-element-spacing-04) !important}.u-marginBottom-lg{margin-bottom:var(--ptc-element-spacing-04) !important}.u-margin-xl{margin:var(--ptc-element-spacing-05) !important}.u-marginTop-xl{margin-top:var(--ptc-element-spacing-05) !important}.u-marginLeft-xl{margin-left:var(--ptc-element-spacing-05) !important}.u-marginRight-xl{margin-right:var(--ptc-element-spacing-05) !important}.u-marginBottom-xl{margin-bottom:var(--ptc-element-spacing-05) !important}.u-margin-xxl{margin:var(--ptc-element-spacing-06) !important}.u-marginTop-xxl{margin-top:var(--ptc-element-spacing-06) !important}.u-marginLeft-xxl{margin-left:var(--ptc-element-spacing-06) !important}.u-marginRight-xxl{margin-right:var(--ptc-element-spacing-06) !important}.u-marginBottom-xxl{margin-bottom:var(--ptc-element-spacing-06) !important}.u-margin-xxxl{margin:var(--ptc-element-spacing-07) !important}.u-marginTop-xxxl{margin-top:var(--ptc-element-spacing-07) !important}.u-marginLeft-xxxl{margin-left:var(--ptc-element-spacing-07) !important}.u-marginRight-xxxl{margin-right:var(--ptc-element-spacing-07) !important}.u-marginBottom-xxxl{margin-bottom:var(--ptc-element-spacing-07) !important}.u-margin-4xl{margin:var(--ptc-element-spacing-08) !important}.u-marginTop-4xl{margin-top:var(--ptc-element-spacing-08) !important}.u-marginLeft-4xl{margin-left:var(--ptc-element-spacing-08) !important}.u-marginRight-4xl{margin-right:var(--ptc-element-spacing-08) !important}.u-marginBottom-4xl{margin-bottom:var(--ptc-element-spacing-08) !important}.u-textAlign-ctr{text-align:center !important}.u-textAlign-right{text-align:right !important}.u-textAlign-left{text-align:left !important}.u-textWhite{color:var(--color-white) !important}.u-textGreen1{color:var(--color-green-07) !important}.u-textGreen2{color:var(--color-green-06) !important}.u-text-nowrap{white-space:nowrap}.u-text-medium{font-weight:var(--ptc-font-weight-medium)}.u-text-semibold{font-weight:var(--ptc-font-weight-semibold)}.u-text-bold{font-weight:var(--ptc-font-weight-bold)}.u-text-thin{font-weight:var(--ptc-font-weight-thin)}.u-textStyle-normal{font-style:normal !important}.u-no-scroll{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.u-background-white{background-color:var(--color-white)}.u-background-reset{background-color:transparent !important}.u-white-overylay{background:rgba(242, 242, 242, 0.9)}.u-cursor-pointer{cursor:pointer}.u-clear{clear:both}.u-border-radius-standard{border-radius:var(--ptc-border-radius-standard)}.u-border-radius-large{border-radius:var(--ptc-border-radius-large)}.u-border-radius-pill{border-radius:var(--ptc-border-radius-pill)}.u-border-radius-circle{border-radius:var(--ptc-border-radius-circle)}.u-border-none{border:none}.u-shadow-x-small{box-shadow:var(--ptc-shadow-x-small)}.u-shadow-small{box-shadow:var(--ptc-shadow-small)}.u-shadow-medium{box-shadow:var(--ptc-shadow-medium)}.u-shadow-large{box-shadow:var(--ptc-shadow-large)}.u-shadow-x-large{box-shadow:var(--ptc-shadow-x-large)}@media only screen and (min-width: 768px){.u-hero-width{width:525px}.u-margin-center{margin:0 auto}.u-justify-self-end{justify-self:flex-end}}.u-hero-pushup{transform:translateY(-120px)}@media only screen and (min-width: 768px){.u-hero-pushup{transform:translateY(-144px)}}@media only screen and (min-width: 768px){.grid-order-1-md{order:1}.grid-order-2-md{order:2}.grid-order-3-md{order:3}}@media only screen and (min-width: 992px){.grid-order-1-lg{order:1}.grid-order-2-lg{order:2}.grid-order-3-lg{order:3}}.standard-list{list-style:none;margin-left:0;margin-bottom:20px;padding:0}.is-spaced-between{justify-content:space-between}.h-100{height:100%}.w-100{width:100%}.grid-large-col-gap-md{-moz-column-gap:0;column-gap:0}@media only screen and (min-width: 992px){.grid-large-col-gap-md{-moz-column-gap:3rem;column-gap:3rem}}.grid-large-col-gap-sm{-moz-column-gap:0;column-gap:0}@media only screen and (min-width: 768px){.grid-large-col-gap-sm{-moz-column-gap:3rem;column-gap:3rem}}.grid-x-large-col-gap-md{-moz-column-gap:0;column-gap:0}@media only screen and (min-width: 992px){.grid-x-large-col-gap-md{-moz-column-gap:4rem;column-gap:4rem}}.grid-x-large-col-gap-sm{-moz-column-gap:0;column-gap:0}@media only screen and (min-width: 768px){.grid-x-large-col-gap-sm{-moz-column-gap:4rem;column-gap:4rem}}.grid-medium-col-gap-md{-moz-column-gap:0;column-gap:0}@media only screen and (min-width: 992px){.grid-medium-col-gap-md{-moz-column-gap:2rem;column-gap:2rem}}.grid-medium-col-gap-sm{-moz-column-gap:0;column-gap:0}@media only screen and (min-width: 768px){.grid-medium-col-gap-sm{-moz-column-gap:2rem;column-gap:2rem}}.is-float-left{float:left}.is-float-right{float:right}.is-mobile{display:block}.is-desktop{display:none}@media only screen and (min-width: 992px){.is-mobile{display:none}.is-desktop{display:block}}.ptc-section{padding-top:3rem;padding-bottom:3rem}.ptc-section-standard{padding-top:3rem;padding-bottom:3rem}.ptc-section-half{padding-top:1.5rem;padding-bottom:1.5rem}.ptc-section-large{padding-top:2.25rem;padding-bottom:2.25rem}@media only screen and (min-width: 992px){.ptc-section-large{padding-top:3.5rem;padding-bottom:3.5rem}}.ptc-section-hp{padding-bottom:calc(2.25rem - 32px)}@media only screen and (min-width: 992px){.ptc-section-hp{padding-bottom:calc(3.5rem - 32px)}}.u-flex{display:flex}@media only screen and (min-width: 480px){.u-flex-xs{display:flex}}@media only screen and (min-width: 768px){.u-flex-sm{display:flex}}@media only screen and (min-width: 992px){.u-flex-md{display:flex}}@media only screen and (min-width: 1200px){.u-flex-lg{display:flex}}@media only screen and (min-width: 1440px){.u-flex-xl{display:flex}}@media only screen and (min-width: 1600px){.u-flex-xxl{display:flex}}@media only screen and (min-width: 1980px){.u-flex-2k{display:flex}}@media only screen and (min-width: 2600px){.u-flex-4k{display:flex}}.u-align-center{margin:auto;align-self:center}.u-align-left{margin-right:auto;align-self:center}.u-align-right{margin-left:auto;align-self:center}.u-align-x-center{margin-right:auto;margin-left:auto}.u-align-x-left{margin-right:auto}.u-align-x-right{margin-left:auto}.u-align-y-center{align-self:center}.u-align-y-top{align-self:flex-start}.u-align-y-bottom{align-self:flex-end}.is-flex-column{flex-direction:column}.flex-align-items{align-items:flex-end}.flex-align-items-center{align-items:center}.u-flex-nowrap{flex-wrap:nowrap}.u-flex-wrap{flex-wrap:wrap}.u-align-self-start{align-self:start}.u-align-self-center{align-self:center}.u-align-self-stretch{align-self:stretch}.u-justify-self-start{justify-self:start}.u-justify-self-center{justify-self:center}.u-justify-self-stretch{justify-self:stretch}.u-flex-justify-center{justify-content:center}.u-flex-justify-flexend{justify-content:flex-end}.u-section-heading-wrapper{max-width:768px;margin-left:auto;margin-right:auto}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}@media only screen and (min-width: 768px){.is-grid.grid-large-col-gap-xs-0{row-gap:0}}.max-content{max-width:90%;margin:auto}@media only screen and (min-width: 480px){.max-content{max-width:80%}}.u-justify-space-between{justify-content:space-between}.all-product-banner{padding:50px 0 44px 0px}@media only screen and (min-width: 992px){.all-product-banner{padding:50px 0 72px 0px;display:flex;min-height:300px;justify-content:center;align-items:center}}.all-product-gradient{background:linear-gradient(180deg, #f3f3f3 2.6%, rgba(225, 241, 226, 0.2) 40.63%, #f3f3f3 82.29%), linear-gradient(0deg, #f3f3f3, #f3f3f3)}.menu-right ptc-nav-submenu{position:relative}.media-thumb-feature{display:block}@media only screen and (min-width: 992px){.media-thumb-feature{display:flex;justify-content:space-between}}.media-thumb-feature .media-thumb{width:100%;margin-bottom:2rem}@media only screen and (min-width: 992px){.media-thumb-feature .media-thumb{width:340px;flex:0 0 340px}}.media-thumb-feature .media-thumb>ptc-picture:not(:last-of-type),.media-thumb-feature .media-thumb>img:not(:last-of-type){margin-bottom:1.5rem}.media-thumb-feature .media-feature{width:100%;margin-bottom:2rem}@media only screen and (min-width: 992px){.media-thumb-feature .media-feature{width:auto;flex:1 1 auto}}.partner-card-desc h5.description{font-family:var(--ptc-font-latin);color:var(--color-gray-10);font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-medium);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-medium);margin:0 0 10px 0}.partner-card-desc .tags{margin-bottom:0.75rem}.partner-card-desc .tags .tag:not(:first-child){border-left:2px solid var(--color-green-07);padding:0 8px}.partner-card-desc .tags .tag:first-child{padding:0 8px 0 0}.partner-card-desc .tags .tag{color:var(--color-gray-10);display:inline;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);letter-spacing:var(--ptc-letter-spacing-loose);margin:0 0 10px 0;padding:0 8px}.u-3-col-grid{width:100%;display:flex;flex-wrap:wrap;grid-row-gap:1rem;grid-column-gap:1rem}.u-3-col-grid .u-3-col{width:100%}@media only screen and (min-width: 768px){.u-3-col-grid .u-3-col{width:calc(50% - 10.66666666px)}}@media only screen and (min-width: 992px){.u-3-col-grid .u-3-col{width:calc(33.3333333333% - 10.66666666px)}}.u-3-col-grid.u-col-space-lg{grid-row-gap:2rem;grid-column-gap:2rem}.u-3-col-grid.u-col-space-lg .u-3-col{width:100%}@media only screen and (min-width: 768px){.u-3-col-grid.u-col-space-lg .u-3-col{width:calc(50% - 21.3333333px)}}@media only screen and (min-width: 992px){.u-3-col-grid.u-col-space-lg .u-3-col{width:calc(33.3333333333% - 21.3333333px)}}.u-display-none{display:none}ptc-preloader-section.min-height{min-height:150vh}@media only screen and (min-width: 1200px){.ms-mobile-select{display:none}}.ms-mobile-select.ms-show{position:fixed}.light-font{color:var(--color-white)}.light-font *{color:var(--color-white)}ptc-nav-submenu{margin-top:6px;border-left:2px solid transparent;border-right:2px solid transparent;border-bottom:2px solid transparent}ptc-nav-submenu:focus-visible,ptc-nav-submenu:focus{margin-top:4px;border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}ptc-nav-link{margin-top:6px;border-left:2px solid transparent;border-right:2px solid transparent;border-bottom:2px solid transparent}a{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);text-decoration-line:underline;color:var(--color-hyperlink);transition:color var(--ptc-transition-medium) var(--ptc-ease-out);font-weight:var(--ptc-font-weight-bold)}a:visited{color:var(--color-blue-10)}a:active,a:visited:active{transition:none;color:var(--color-blue-09)}a:hover,a:visited:hover{color:var(--color-blue-08)}a.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}a:focus-visible{outline:5px solid #003dd6 !important;outline-offset:0px !important;border-radius:var(--ptc-border-radius-standard)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.light-links a.light-link,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.background-grey-10 a.light-link,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.background-plm-grey a.light-link{color:var(--color-blue-04);margin:-2px;border:2px solid transparent}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.light-links a.light-link:visited,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.background-grey-10 a.light-link:visited,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.background-plm-grey a.light-link:visited{color:var(--color-blue-06)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.light-links a.light-link:active,.light-links a.light-link:visited:active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.background-grey-10 a.light-link:active,.background-grey-10 a.light-link:visited:active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.background-plm-grey a.light-link:active,.background-plm-grey a.light-link:visited:active{transition:none;color:var(--color-blue-07)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.light-links a.light-link:hover,.light-links a.light-link:visited:hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.background-grey-10 a.light-link:hover,.background-grey-10 a.light-link:visited:hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.background-plm-grey a.light-link:hover,.background-plm-grey a.light-link:visited:hover{color:var(--color-blue-05)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.light-links a.light-link.disabled,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.background-grey-10 a.light-link.disabled,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.background-plm-grey a.light-link.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.light-links a.light-link:focus-visible,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.background-grey-10 a.light-link:focus-visible,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.background-plm-grey a.light-link:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.light-links .podcast-cta-section a,.background-grey-10 .podcast-cta-section a,.background-plm-grey .podcast-cta-section a{border:2px solid transparent}.light-links .podcast-cta-section a:focus-visible,.background-grey-10 .podcast-cta-section a:focus-visible,.background-plm-grey .podcast-cta-section a:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.white-links a{color:var(--color-white) !important}.ptc-link{color:var(--color-gray-10);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link:hover{color:var(--color-green-06)}.ptc-link:visited{color:var(--color-gray-10)}.ptc-link:active,.ptc-link:visited:active{transition:none;color:var(--color-green-06)}.ptc-link:hover,.ptc-link:visited:hover{color:var(--color-green-06)}.ptc-link-dark{color:var(--color-white);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link-dark:hover{color:var(--color-green-06)}.ptc-link-dark:visited{color:var(--color-white)}.ptc-link-dark:active,.ptc-link-dark:visited:active{transition:none;color:var(--color-green-06)}.ptc-link-dark:hover,.ptc-link-dark:visited:hover{color:var(--color-green-06)}.vjs-social-share-links a{color:var(--color-white)}.vjs-social-share-links a:hover{color:var(--color-white)}:host{display:block}@media only screen and (min-width: 992px){:host(:not(.png-jumbotron):not(.text-jumbotron):not(.gif-jumbotron):not(.blog-jumbotron)) .content-container{padding-top:20px;padding-bottom:16px}}.parent{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-column-gap:0px;grid-row-gap:0px;position:relative;z-index:1}.logo-frame{background-color:transparent;margin-top:24px;display:flex;width:152px;height:-moz-max-content;height:max-content}.logo-frame img{box-sizing:border-box;max-width:100%;height:100%;max-height:64.02px}.hp-adjustments{background-color:var(--color-black);height:auto;min-height:640px !important;max-height:-webkit-fill-available}@media (min-height: 640px){.hp-adjustments{min-height:72vh !important}}.hp-adjustments .div1{grid-area:1/1/3/2;min-height:300px}.hp-adjustments .div1.hidden{display:none}.hp-adjustments .div2{display:flex}.hp-adjustments .bg-overlay{background:linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 20%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%) !important}@media only screen and (min-width: 992px){.hp-adjustments .div1{grid-area:1/1/2/2;min-height:unset}.hp-adjustments .bg-overlay{background:linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 20%), linear-gradient(90deg, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%) !important}}.hp-adjustments .div1,.hp-adjustments .main-content-items{transition:opacity ease-out 250ms;opacity:1}.hp-adjustments.transitioning .div1,.hp-adjustments.transitioning .main-content-items{opacity:0}.div1{grid-area:1/1/2/2;min-height:300px}.div1.hidden{display:none}.mobile-media-image{display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 992px){.mobile-media-image{display:none}}.gif-bg{background-color:#f3f3f3}.gif-bg img{width:100%;height:auto}@media only screen and (min-width: 768px){.gif-bg img{width:auto}}.video-ratio{position:relative;overflow:hidden;height:100%}.div2{grid-area:2/1/3/2;position:relative}.bg-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.content-layout{display:flex;flex-direction:column}@media only screen and (min-width: 992px){.content-layout{flex-direction:row}}.content-layout.hp-container{width:100%;margin-top:120px;margin-bottom:120px}@media screen and (min-width: 768px) and (max-width: 992px){.content-layout.hp-container{max-width:720px;margin-left:unset;margin-top:160px;margin-bottom:160px}}@media only screen and (min-width: 1200px){.content-layout.hp-container{width:1136px}}@media only screen and (min-width: 1440px){.content-layout.hp-container{width:1200px}}.content-layout.hp-container .gap-adjustment{margin-bottom:unset}.content-layout.blog-container{padding-bottom:48px}@media only screen and (min-width: 768px){.content-layout.blog-container{padding-bottom:100px}}@media only screen and (min-width: 992px){.content-layout.blog-container{gap:43px;padding-top:75px}.content-layout.blog-container max-width-container{width:50%}.content-layout.blog-container div.desktop-media-image{width:50%}}.content-layout.blog-container .gap-adjustment{gap:var(--ptc-element-spacing-07);margin-bottom:unset}.gap-adjustment{gap:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-07)}@media only screen and (min-width: 992px){.gap-adjustment{gap:var(--ptc-element-spacing-07)}}.text-adjustment{justify-content:center}.desktop-media-image{width:40%;display:none}@media only screen and (min-width: 992px){.desktop-media-image{display:block}}.desk-gif-adjustment{z-index:3;display:none;justify-content:center;align-items:center}@media only screen and (min-width: 992px){.desk-gif-adjustment{display:flex}}.desk-gif-adjustment img{width:100%}@media only screen and (min-width: 992px){.parent{grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;min-height:500px;position:relative}.div1{grid-area:1/1/2/2;min-height:unset}.div2{grid-area:1/1/2/2;align-self:center;position:unset}}:host(.text-jumbotron) .parent{min-height:120px;padding:48px 0 24px 0}:host(.text-jumbotron) .parent .text-adjustment{margin-bottom:0;margin-top:20px}:host(.text-jumbotron) .parent .logo-frame{justify-self:center;justify-content:center}:host(.png-jumbotron) .desktop-media-image,:host(.png-jumbotron) .mobile-media-image{position:relative}:host(.png-jumbotron) .desktop-media-image .media-image-wrapper,:host(.png-jumbotron) .mobile-media-image .media-image-wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center}:host(.png-jumbotron) ::slotted(ptc-svg-btn){position:absolute;left:50% !important;top:50% !important;transform:translate(-50%, -50%) !important}@media only screen and (min-width: 992px){:host(.png-jumbotron) max-width-container{box-sizing:border-box;padding-right:2rem}}:host(.blog-jumbotron) #header-blog-author{display:flex;align-items:center;gap:12px;margin-bottom:var(--ptc-layout-spacing-04)}:host(.blog-jumbotron) #header-blog-author .image{width:48px;height:48px;border-radius:var(--ptc-border-radius-circle)}:host(.blog-jumbotron) #header-blog-author .image img{width:100%;height:100%;border-radius:var(--ptc-border-radius-circle);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}:host(.blog-jumbotron) .blog-author-name{color:inherit;text-decoration:none;font-size:inherit;font-weight:inherit;position:relative}:host(.blog-jumbotron) .blog-author-name:before{content:"";position:absolute;display:inline-block;width:100%;height:100%;padding:16px;margin:-16px}:host(.blog-jumbotron) .blog-author-name:hover{color:inherit;cursor:pointer;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:var(--color-green-07);text-decoration-thickness:2px;text-underline-offset:4px}:host(.blog-jumbotron) .blog-author-name:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}:host(.blog-jumbotron) .image-container{background:white}@media only screen and (min-width: 992px){:host(.blog-jumbotron) .image-container{display:none}}:host(.blog-jumbotron) .desktop-media-image,:host(.blog-jumbotron) .mobile-media-image{position:relative}:host(.blog-jumbotron) .desktop-media-image .media-image-wrapper,:host(.blog-jumbotron) .mobile-media-image .media-image-wrapper{height:100%;max-height:360px;width:100%;display:flex;align-items:center;justify-content:center}:host(.blog-jumbotron) .desktop-media-image .media-image-wrapper ptc-picture,:host(.blog-jumbotron) .mobile-media-image .media-image-wrapper ptc-picture{width:100%;border-radius:var(--ptc-border-radius-standard)}:host(.blog-jumbotron) .desktop-media-image{display:none}:host(.blog-jumbotron) .desktop-media-image ptc-picture{height:100%;max-height:360px}@media only screen and (min-width: 992px){:host(.blog-jumbotron) .desktop-media-image{display:flex;align-items:center}}:host(.blog-jumbotron) .mobile-media-image{margin:75px 24px 32px 24px;display:flex}:host(.blog-jumbotron) .mobile-media-image ptc-picture{height:360px}@media only screen and (min-width: 992px){:host(.blog-jumbotron) .mobile-media-image{display:none}}.dl-img-wrap{position:relative;width:100%;height:100%}:host(.dark-video-jumbotron) .mobile-modal-play-btn ::slotted(ptc-svg-btn),:host(.light-video-jumbotron) .mobile-modal-play-btn ::slotted(ptc-svg-btn),:host(.light-jumbotron) .mobile-modal-play-btn ::slotted(ptc-svg-btn),:host(.dark-jumbotron) .mobile-modal-play-btn ::slotted(ptc-svg-btn){left:50% !important;top:50% !important;transform:translate(-50%, -50%) !important}ptc-info-tile:focus-visible{outline:3px solid var(--color-blue-07);outline-offset:2px}:host(.light-video-jumbotron) .bg-overlay,:host(.light-jumbotron) .bg-overlay{border-bottom:1px solid rgba(0, 0, 0, 0.06);box-sizing:border-box}';export{o as ptc_jumbotron}
@@ -1 +0,0 @@
1
- import{r as t,h as a,H as i,a as e}from"./p-944c5be8.js";const o=class{constructor(a){t(this,a),this.type="text-copy-with-background",this.backgroundImage=void 0,this.ImageAltText=void 0,this.topSlitBackgroundColor=void 0,this.slitPosition="top-right",this.isBackgroundBlur=!1,this.overlay=!0,this.disableLightLinks=!1,this.styles=void 0}componentDidLoad(){var t;if("hero-footer-cta"===this.hostEle.getAttribute("type")){const a=document.querySelector(".center-well");a&&a.querySelectorAll(":scope > section").length>1&&(null===(t=this.hostEle.parentElement)||void 0===t||t.classList.add("text-copy-footer-cta"))}}render(){const t=this.getCssClassMap(),e=this.getSlitFillColor();return a(i,{class:t},this.styles&&a("style",null,this.styles),a("svg",{xmlns:"http://www.w3.org/2000/svg",class:"tcb-top-slit",width:"320.963",height:"28.179",viewBox:"0 0 320.963 28.179",style:{fill:e}},a("path",{id:"Path_8770",d:"M737.02 463.856v27.8H416.057v.378h102.38l47.607-28.179z",class:"tcb-top-slit-cls-1","data-name":"Path 8770",transform:"translate(-416.057 -463.856)"})),this.backgroundImage?a("div",{class:""},a("img",{class:"copy-bg-image",alt:this.ImageAltText,src:this.backgroundImage}),this.isBackgroundBlur&&a("img",{class:"copy-bg-image bg-img-filter",alt:this.ImageAltText,src:this.backgroundImage})):null,this.overlay&&a("div",{class:"copy-bg-overlay-layer"}),a("div",{class:"content-wrap"},"case-studies"==this.type&&a("div",{class:"ptc-container"},a("div",{class:"card-wrap"},a("div",{class:"card-animated-border"}),a("div",{class:"card-content"},a("div",{class:"card-layout"},a("slot",{name:"card-content"}))))),a("slot",null)))}getSlitFillColor(){let t="#fff";if("auto"==this.topSlitBackgroundColor){let a=getComputedStyle(document.body);a&&a.backgroundColor&&(t=a.backgroundColor)}else t=this.topSlitBackgroundColor;return t}getCssClassMap(){return{[this.type]:!0,[this.slitPosition]:!0,"light-links":this.overlay&&!this.disableLightLinks,"bg-image-absent":!this.backgroundImage&&"text-copy-with-background"==this.type}}get hostEle(){return e(this)}};o.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;position:relative;width:100%;padding:var(--ptc-layout-spacing-05) var(--ptc-layout-spacing-01);color:var(--color-white)}@media only screen and (min-width: 768px){:host{padding:var(--ptc-layout-spacing-05) var(--ptc-layout-spacing-03)}}@media only screen and (min-width: 992px){:host{padding:var(--ptc-layout-spacing-06) 0}}@media only screen and (min-width: 1200px){:host{padding:var(--ptc-layout-spacing-06) var(--ptc-layout-spacing-03)}}:host .content-wrap{position:relative}:host .tcb-top-slit{fill:#f3f3f3;transform:scale(1.5, -1);position:absolute;top:-1px;right:80px;z-index:99;display:none}@media only screen and (min-width: 992px){:host .tcb-top-slit{display:block}}:host .bg-img-filter{filter:url(#blur);-webkit-mask:linear-gradient(90deg, var(--color-black) 30%, rgba(0, 0, 0, 0));-webkit-filter:blur(7px)}:host .copy-bg-image{top:0;left:0;height:100%;width:100%;position:absolute;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 992px){:host .copy-bg-image{display:block}}:host .copy-bg-overlay-layer{position:absolute;top:0;left:0;height:100%;width:100%;background:var(--color-black);opacity:0.6}:host(.hero-footer-cta){padding:var(--ptc-layout-spacing-05) 0}@media only screen and (min-width: 768px){:host(.hero-footer-cta){padding:calc(var(--ptc-layout-spacing-06) + var(--ptc-layout-spacing-01)) 0}}:host(.hero-footer-cta) .copy-bg-overlay-layer{opacity:0.6}:host(.tab-cta-with-background){min-height:300px;padding:var(--ptc-layout-spacing-02)}:host(.tab-cta-with-background) .copy-bg-image{top:0;left:0;height:100%;width:100%;position:absolute;-o-object-fit:cover;object-fit:cover;display:none;border-radius:4px}@media only screen and (min-width: 992px){:host(.tab-cta-with-background){min-height:400px}:host(.tab-cta-with-background) .copy-bg-image{display:block}}@media only screen and (min-width: 992px){:host(.tab-cta-with-background){display:flex;align-items:center;padding:var(--ptc-element-spacing-09)}}:host(.tab-cta-with-background) .copy-bg-overlay-layer{background:initial;opacity:1;background-image:linear-gradient(180deg, #fff 30%, rgba(255, 255, 255, 0.9) 63%, rgba(176, 188, 194, 0) 95%)}@media only screen and (min-width: 992px){:host(.tab-cta-with-background) .copy-bg-overlay-layer{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.95) 43%, rgba(176, 188, 194, 0) 95%)}}:host(.bottom-right) .tcb-top-slit{top:auto;bottom:-1px;transform:scale(1.5, 1)}:host(.bottom-left) .tcb-top-slit{top:auto;bottom:-1px;transform:scale(1.5, 1) scaleX(-1);left:80px;right:auto}:host(.top-left) .tcb-top-slit{top:-1px;bottom:auto;transform:scale(1.5, 1) rotate(180deg);left:80px;right:auto}:host(.case-studies){min-height:25rem;height:auto;margin-bottom:10rem;display:flex;align-items:center}@media only screen and (min-width: 768px){:host(.case-studies){min-height:33.75rem;height:auto;margin-bottom:0;padding-top:var(--ptc-layout-spacing-06)}}:host(.case-studies) .card-wrap{position:relative;border:1px solid transparent;width:100%;height:100%;max-width:540px;bottom:-13rem}@media only screen and (min-width: 768px){:host(.case-studies) .card-wrap{bottom:auto}}:host(.case-studies) .card-wrap::after{position:absolute;width:0;height:1px;content:"";background:#fff;top:0px;left:0px;animation:widthAnimate 0.2s linear 0.2s 1 forwards}:host(.case-studies) .card-wrap::before{position:absolute;width:1px;height:0;content:"";background:#fff;top:0px;right:0px;animation:heightAnimate 0.2s linear 0.4s 1 forwards}:host(.case-studies) .card-wrap .card-animated-border{border:1px solid transparent;position:absolute;left:-1px;right:0;bottom:0px;top:-1px;width:100%;height:100%;box-shadow:var(--ptc-shadow-x-small)}:host(.case-studies) .card-wrap .card-animated-border::after{position:absolute;width:0;height:1px;content:"";background:#fff;bottom:0px;right:0px;animation:widthAnimate 0.2s linear 0.6s 1 forwards}:host(.case-studies) .card-wrap .card-animated-border::before{position:absolute;width:1px;height:0;content:"";background:#fff;bottom:0px;left:0px;animation:heightAnimate 0.2s linear 0.8s 1 forwards}:host(.case-studies) .card-wrap .card-content{opacity:0;animation:fadeIn 0.5s ease-in 0.9s 1 forwards;background-color:transparent;width:100%;height:100%}:host(.case-studies) .card-wrap .card-content .card-layout{padding:var(--ptc-layout-spacing-04);background-color:#fff}@keyframes widthAnimate{0%{width:0}100%{width:100%}}@keyframes heightAnimate{0%{height:0}100%{height:100%}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}:host(.case-studies) .content-wrap{width:100%}:host(.case-studies) .ptc-container{padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 1200px){:host(.case-studies) .ptc-container{padding-left:0;padding-right:0;max-width:1136px}}@media only screen and (min-width: 1440px){:host(.case-studies) .ptc-container{padding-left:0;padding-right:0;max-width:1200px}}@media (prefers-reduced-motion: reduce){:host(.case-studies) .card-wrap::after{animation:none}:host(.case-studies) .card-wrap::before{animation:none}:host(.case-studies) .card-wrap .card-animated-border::before{animation:none}:host(.case-studies) .card-wrap .card-animated-border::after{animation:none}:host(.case-studies) .card-wrap .card-content{opacity:1;visibility:visible;animation:none}}:host(.bg-image-absent){padding:0rem}';export{o as ptc_text_copy_with_background}
@@ -1 +0,0 @@
1
- import{r as t,h as e,a as i}from"./p-944c5be8.js";import{a as o}from"./p-c7e948b2.js";const n=class{constructor(e){t(this,e),this.colors=["hp-blue","hp-red","hp-gray","hp-green","hp-orange"],this.activeTab=0,this.dropdownOpen=!1,this.tileElements=[]}componentWillLoad(){this.updateTileElements(this.activeTab),this.sliderSettings={IsMouseDown:!1,PreventAnchor:!1,Timeout:void 0,StartX:0,ScrollLeft:0}}componentDidLoad(){this.slider=this.el.shadowRoot.querySelector(".card-section")}componentDidRender(){o("homepage-clickable-tab",this.el)}handleTabSelected(t){this.activeTab=t,this.dropdownOpen=!1,this.updateTileElements(t)}toggleDropdown(){this.dropdownOpen=!this.dropdownOpen}getTabs(){return Array.from(this.el.querySelectorAll('[slot^="tab-label"]')).map(((t,e)=>({label:t.textContent,index:e})))}updateTileElements(t){this.tileElements=Array.from(this.el.querySelectorAll(`[slot^="tab-tile-${t}"]`))}onSliderScroll(){0===this.slider.scrollLeft&&this.slider.classList.contains("scroll-st")?this.slider.classList.remove("scroll-st"):0===this.slider.scrollLeft||this.slider.classList.contains("scroll-st")||this.slider.classList.add("scroll-st"),this.slider.scrollLeft===this.slider.scrollWidth-this.slider.offsetWidth&&this.slider.classList.contains("scroll-ed")?this.slider.classList.remove("scroll-ed"):this.slider.scrollLeft===this.slider.scrollWidth-this.slider.offsetWidth||this.slider.classList.contains("scroll-ed")||this.slider.classList.add("scroll-ed")}onSliderMouseDown(t,e){t.preventDefault(),this.sliderSettings.IsMouseDown=!0,e.classList.add("active"),this.sliderSettings.StartX=t.pageX-e.offsetLeft,this.sliderSettings.ScrollLeft=e.scrollLeft,this.sliderSettings.PreventAnchor=!1,this.sliderSettings.Timeout=setTimeout((()=>{this.sliderSettings.PreventAnchor=!0}),80)}onSliderMouseExit(t,e){t.preventDefault(),clearTimeout(this.sliderSettings.Timeout),this.sliderSettings.IsMouseDown=!1,e.classList.remove("active")}onSliderMouseDrag(t,e){this.sliderSettings.IsMouseDown&&(t.preventDefault(),e.scrollLeft=this.sliderSettings.ScrollLeft-(t.pageX-e.offsetLeft-this.sliderSettings.StartX))}onCardMouseDown(t){if(t&&t.currentTarget){let e=t.currentTarget;e&&e.classList.add("active")}}onCardMouseUp(t){if(t&&t.currentTarget){let e=t.currentTarget;e&&e.classList.remove("active")}}render(){const t=e("svg",{xmlns:"http://www.w3.org/2000/svg",width:"15",height:"11",viewBox:"0 0 15 11",fill:"none"},e("path",{d:"M13 8.5L7.34315 2.71178L1.68629 8.5",stroke:"white","stroke-width":"3","stroke-linecap":"round"})),i=e("svg",{xmlns:"http://www.w3.org/2000/svg",width:"15",height:"11",viewBox:"0 0 15 11",fill:"none"},e("path",{d:"M13 2.5L7.34315 8.28822L1.68629 2.5",stroke:"white","stroke-width":"3","stroke-linecap":"round"})),o=this.getTabs();return e("div",{class:"wrapper"},e("div",{class:"header"},e("h2",null,e("slot",{name:"title"})),e("p",null,e("slot",{name:"description"}))),e("div",{class:"tabs"},e("div",{class:"tabs-desktop"},o.map((t=>e("homepage-clickable-tab",{label:t.label,active:this.activeTab===t.index,activeColor:this.colors[t.index],onClick:()=>this.handleTabSelected(t.index)})))),e("div",{class:"tabs-mobile"},e("button",{class:`dropdown-button ${this.colors[this.activeTab]} ${this.dropdownOpen?"opened":""}`,onClick:()=>this.toggleDropdown()},o[this.activeTab].label,e("span",{class:"arrow"},this.dropdownOpen?t:i)),this.dropdownOpen&&e("div",{class:"dropdown-menu"},o.map((t=>e("div",{class:"dropdown-item "+(t.index===this.activeTab?"active-tab":""),onClick:()=>this.handleTabSelected(t.index)},e("slot",{name:`tab-label-${t.index}`}))))))),e("div",{class:"content"},o.map(((t,i)=>e("div",{class:"tab-content "+(this.activeTab===i?"active-tab":"")},e("slot",{name:`tab-image-${i}`}),e("div",{class:"content-detail"},e("div",{hidden:!0},t.label),e("h2",null,e("slot",{name:`tab-title-${i}`})),e("p",null,e("slot",{name:`tab-content-${i}`})),e("slot",{name:`tab-button-${i}`}),this.activeTab===i&&this.tileElements.length>0?e("div",Object.assign({class:"info-card-wrapper card-section"},this.getSliderBindings()),this.tileElements.map(((t,i)=>e("div",{class:`swiper-slide card-link card-link-${i+1}`,"tab-index":i+1,key:i,innerHTML:t.outerHTML,onMouseDown:t=>this.onCardMouseDown(t),onMouseUp:t=>this.onCardMouseUp(t),onMouseLeave:t=>this.onCardMouseUp(t),onTouchEnd:t=>{this.onCardMouseUp(t)}})))):null))))))}getSliderBindings(){return{onMouseDown:t=>{this.onSliderMouseDown(t,this.slider)},onMouseUp:t=>{this.onSliderMouseExit(t,this.slider)},onMouseLeave:t=>{this.onSliderMouseExit(t,this.slider)},onMouseMove:t=>{this.onSliderMouseDrag(t,this.slider)}}}get el(){return i(this)}};n.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}::slotted(.title){color:var(--color-gray-10) !important;font-family:Raleway !important;font-size:20px !important;font-style:normal !important;font-weight:700 !important;line-height:30px !important;margin-top:0px !important;margin-bottom:16px !important}@media screen and (min-width: 768px){::slotted(.title){font-size:24px !important}}::slotted(.description){color:var(--color-gray-10) !important;font-family:Raleway !important;font-size:18px !important;font-style:normal !important;font-weight:400 !important;line-height:27px !important;margin-top:0px !important;margin-bottom:0px !important}::slotted(.tab-slot-image){width:auto;-o-object-fit:contain;object-fit:contain;margin-bottom:32px}@media screen and (min-width: 480px){::slotted(.tab-slot-image){height:500px}}@media screen and (min-width: 992px){::slotted(.tab-slot-image){margin-bottom:unset;height:auto;max-width:580px;width:50%}}.header{text-align:center;margin-bottom:20px;max-width:720px}.header h2{margin-top:0px !important;margin-bottom:16px !important}.tabs{display:flex;justify-content:center;margin-bottom:40px;position:relative;z-index:99}@media screen and (min-width: 992px){.tabs{margin-bottom:64px}}.tabs-desktop{display:flex;gap:24px;flex:1}.tabs-desktop homepage-clickable-tab{flex:1 1 122px}.tabs-mobile{display:none;position:relative}.dropdown-button{color:white;padding:24px;border:none;border-radius:var(--ptc-border-radius-standard);cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-extrabold);text-align:left}.dropdown-button.opened{border-radius:var(--ptc-border-radius-standard) var(--ptc-border-radius-standard) 0px 0px}.dropdown-button.hp-blue{background:linear-gradient(180deg, #197bc0 0%, #4795cd 100%)}.dropdown-button.hp-green{background:linear-gradient(180deg, #00890b 0%, #33a13c 100%)}.dropdown-button.hp-red{background:linear-gradient(180deg, #d33e3e 0%, #dc6565 100%)}.dropdown-button.hp-gray{background:linear-gradient(180deg, #617480 0%, #819099 100%)}.dropdown-button.hp-orange{background:linear-gradient(180deg, #c37729 0%, #cf9254 100%)}.dropdown-button .arrow{margin-left:24px}.dropdown-menu{position:absolute;width:100%;background-color:var(--color-white);color:var(--color-gray-10);display:flex;flex-direction:column;border-radius:0px 0px var(--ptc-border-radius-standard) var(--ptc-border-radius-standard);border-top:0px;box-shadow:var(--ptc-shadow-medium)}.dropdown-menu .dropdown-item{color:var(--color-gray-10);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-regular)}.dropdown-menu .dropdown-item.active-tab ::slotted(.tab-label){font-weight:var(--ptc-font-weight-bold) !important}.dropdown-item{padding:24px 24px 0px 24px;cursor:pointer}.dropdown-item:last-of-type{padding-bottom:24px}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover ::slotted(.tab-label){font-weight:var(--ptc-font-weight-bold)}@media (max-width: 992px){.tabs-desktop{display:none}.tabs-mobile{display:block;width:100%}}.content{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.tab-content{display:none;opacity:0;flex-direction:column;width:100%;animation:fadeIn var(--ptc-transition-medium) ease-in-out forwards}.tab-content.active-tab{display:flex;opacity:1}@media only screen and (min-width: 992px){.tab-content{flex-wrap:nowrap;flex-direction:row;width:100%;justify-content:center;align-items:center;gap:56px}}.tab-content img{max-width:100%;width:100%;height:auto;margin-bottom:20px}@media only screen and (min-width: 992px){.tab-content img{width:580px;height:733px;flex-shrink:0}}.content-detail{text-align:left}@media only screen and (min-width: 992px){.content-detail{flex-grow:1;word-break:break-word}}.content-detail p,.content-detail h2{margin-block-start:unset;margin-block-end:unset}.content-detail h2{margin-bottom:16px}.content-detail p{margin-bottom:32px}.info-card-wrapper{margin-top:48px;display:flex;justify-content:center;align-items:center;width:calc(100% + 24px)}@media screen and (min-width: 992px){.info-card-wrapper{width:100%;margin-top:72px}}.card-section{display:flex;position:relative;flex-wrap:nowrap;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none;transition:box-shadow var(--ptc-transition-medium) var(--ptc-ease-out);justify-content:flex-start}.card-section::-webkit-scrollbar{display:none}.card-section .card-link{display:inline-flex;position:relative;text-decoration:none;z-index:10;align-items:center;gap:16px;margin-right:24px}.card-section .card-link .link-text{display:block;inline-size:190px;white-space:break-spaces}.card-section:before{position:absolute;width:32px;background:linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, white 100.13%);top:16px;right:0;bottom:0;z-index:12}.card-section.scroll-st{box-shadow:inset 2px 0px 0px rgba(255, 255, 255, 0.3)}.card-section.scroll-ed{box-shadow:inset -2px 0px 0px rgba(255, 255, 255, 0.3)}.card-section.scroll-ed.scroll-st{box-shadow:inset 2px 0px 0px rgba(255, 255, 255, 0.3), inset -2px 0px 0px rgba(255, 255, 255, 0.3)}@media only screen and (min-width: 1200px){.card-section{align-items:flex-start;justify-content:flex-start;align-content:flex-start}.card-section.scroll-st,.card-section.scroll-ed,.card-section.scroll-ed.scroll-st{box-shadow:unset}.card-section .card-link{flex:unset}.card-section .card-link:first-child{margin-left:0}.card-section .card-link:last-child{margin-right:0}}.card-section{overflow:inherit;overflow-x:scroll;overflow-y:hidden;animation-duration:0ms;animation-delay:1000ms;animation-fill-mode:forwards}@media only screen and (min-width: 1200px){.card-section{overflow-x:scroll}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}";export{n as homepage_toggled_content}
@@ -1 +0,0 @@
1
- import{r as o,h as t,H as a}from"./p-944c5be8.js";const r=class{constructor(t){o(this,t),this.categoryDescription=void 0}render(){return t(a,null,t("div",{class:"category-header"},t("slot",{name:"title"}),t("ptc-spacer",{size:"x-small"}),t("ptc-spacer",{size:"x-small",breakpoint:"x-small"}),t("ptc-para",{"para-margin":"margin-flush","font-size":"small","para-line-h":"line-height-p","font-weight":"w-5","para-z-index":"z-auto","enable-tooltip":!0,"max-lines":"9","tooltip-z-index":"999","tooltip-width":"full-width","seo-compatibility-mode":!0},this.categoryDescription)),t("slot",null))}};r.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}a{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);text-decoration-line:underline;color:var(--color-hyperlink);transition:color var(--ptc-transition-medium) var(--ptc-ease-out);font-weight:var(--ptc-font-weight-bold)}a:visited{color:var(--color-blue-10)}a:active,a:visited:active{transition:none;color:var(--color-blue-09)}a:hover,a:visited:hover{color:var(--color-blue-08)}a.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}a:focus-visible{outline:5px solid #003dd6 !important;outline-offset:0px !important;border-radius:var(--ptc-border-radius-standard)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.light-links a.light-link,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.background-grey-10 a.light-link,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a),.background-plm-grey a.light-link{color:var(--color-blue-04);margin:-2px;border:2px solid transparent}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.light-links a.light-link:visited,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.background-grey-10 a.light-link:visited,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited,.background-plm-grey a.light-link:visited{color:var(--color-blue-06)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.light-links a.light-link:active,.light-links a.light-link:visited:active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.background-grey-10 a.light-link:active,.background-grey-10 a.light-link:visited:active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:active,.background-plm-grey a.light-link:active,.background-plm-grey a.light-link:visited:active{transition:none;color:var(--color-blue-07)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.light-links a.light-link:hover,.light-links a.light-link:visited:hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.background-grey-10 a.light-link:hover,.background-grey-10 a.light-link:visited:hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):visited:hover,.background-plm-grey a.light-link:hover,.background-plm-grey a.light-link:visited:hover{color:var(--color-blue-05)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.light-links a.light-link.disabled,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.background-grey-10 a.light-link.disabled,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a).disabled,.background-plm-grey a.light-link.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.light-links a.light-link:focus-visible,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.background-grey-10 a.light-link:focus-visible,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.podcast-cta-section a,.vjs-social-share-links a):focus-visible,.background-plm-grey a.light-link:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.light-links .podcast-cta-section a,.background-grey-10 .podcast-cta-section a,.background-plm-grey .podcast-cta-section a{border:2px solid transparent}.light-links .podcast-cta-section a:focus-visible,.background-grey-10 .podcast-cta-section a:focus-visible,.background-plm-grey .podcast-cta-section a:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.white-links a{color:var(--color-white) !important}.ptc-link{color:var(--color-gray-10);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link:hover{color:var(--color-green-06)}.ptc-link:visited{color:var(--color-gray-10)}.ptc-link:active,.ptc-link:visited:active{transition:none;color:var(--color-green-06)}.ptc-link:hover,.ptc-link:visited:hover{color:var(--color-green-06)}.ptc-link-dark{color:var(--color-white);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link-dark:hover{color:var(--color-green-06)}.ptc-link-dark:visited{color:var(--color-white)}.ptc-link-dark:active,.ptc-link-dark:visited:active{transition:none;color:var(--color-green-06)}.ptc-link-dark:hover,.ptc-link-dark:visited:hover{color:var(--color-green-06)}.vjs-social-share-links a{color:var(--color-white)}.vjs-social-share-links a:hover{color:var(--color-white)}:host{display:block;padding-bottom:var(--ptc-layout-spacing-03)}:host .category-header{margin-bottom:var(--ptc-layout-spacing-03)}:host .tooltip-box{visibility:visible;padding:8px;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-weight:var(--ptc-font-weight-semibold);background-color:var(--color-gray-09);box-shadow:0px 2px 4px rgba(0, 0, 0, 0.3);border:none;border-radius:var(--ptc-border-radius-standard);width:auto;height:auto;text-align:left;text-shadow:none;white-space:normal;position:absolute;z-index:999;line-height:1.5}@media only screen and (min-width: 480px){:host .tooltip-box{width:273px}}:host .tooltip-box.hide-tooltip-mobile{display:none !important}@media only screen and (min-width: 768px){:host .tooltip-box.hide-tooltip-mobile{display:block !important}}:host .tooltip-box.full-width{width:100%}:host .tooltip-box::after{content:"";position:absolute}:host .tooltip-box.bottom{bottom:-12px;transform:translateY(100%)}:host .tooltip-box.bottom::after{top:1px;left:50%;transform:translate(-50%, -100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}:host .tooltip-box.left{bottom:-12px;transform:translate(-80%, 100%)}:host .tooltip-box.left::after{top:1px;right:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}:host .tooltip-box.right{bottom:-12px;transform:translateY(100%);right:0px}@-moz-document url-prefix(){:host .tooltip-box.right{right:unset !important;bottom:unset !important;transform:translate(60%, 8px) !important}@media screen and (min-width: 992px){:host .tooltip-box.right{transform:translate(100%, 8px) !important}}}:host .tooltip-box.right::after{top:1px;left:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}:host .tooltip-box.top{top:-8px;transform:translateY(-100%)}:host .tooltip-box.top::after{left:50%;bottom:1px;transform:translate(-50%, 100%);border:8px solid transparent;border-top:8px solid var(--color-gray-09)}:host .tooltip-box.bottom-right{bottom:-12px;transform:translate(100%, 100%)}:host .tooltip-box.bottom-right::after{top:1px;left:10%;transform:translate(-50%, -100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}:host .tooltip-box.danger{color:var(--color-red-07);font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-xx-small);line-height:var(--ptc-line-height-p);border:2px solid var(--color-red-07);border-radius:var(--ptc-border-radius-standard);background-color:var(--color-white);padding:var(--ptc-element-spacing-06)}:host .tooltip-box.danger a{color:var(--color-hyperlink)}@media (max-width: 768px){:host .hide-tooltip-on-mobile h1,:host .hide-tooltip-on-mobile h2,:host .hide-tooltip-on-mobile h3,:host .hide-tooltip-on-mobile h4,:host .hide-tooltip-on-mobile h5,:host .hide-tooltip-on-mobile h6{-webkit-line-clamp:initial !important}}';export{r as ptc_product_category}