@ptcwebops/ptcw-design 1.0.6 → 1.0.8

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 (230) hide show
  1. package/dist/cjs/bundle-example.cjs.entry.js +1 -1
  2. package/dist/cjs/bundle-jumbotron-example_16.cjs.entry.js +1131 -0
  3. package/dist/cjs/dropdown-item.cjs.entry.js +1 -1
  4. package/dist/cjs/{index-c27e52b2.js → index-88135a6b.js} +8 -0
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/lottie-player.cjs.entry.js +1 -1
  7. package/dist/cjs/my-component.cjs.entry.js +1 -1
  8. package/dist/cjs/ptc-accordion-item.cjs.entry.js +1 -1
  9. package/dist/cjs/ptc-accordion.cjs.entry.js +1 -1
  10. package/dist/cjs/ptc-announcement.cjs.entry.js +1 -1
  11. package/dist/cjs/ptc-card-bottom_3.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-card-content.cjs.entry.js +1 -1
  13. package/dist/cjs/{ptc-card_7.cjs.entry.js → ptc-card.cjs.entry.js} +1 -445
  14. package/dist/cjs/ptc-checkbox.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-collapse-list.cjs.entry.js +1 -1
  16. package/dist/cjs/ptc-container.cjs.entry.js +2 -2
  17. package/dist/cjs/ptc-date.cjs.entry.js +61 -0
  18. package/dist/cjs/ptc-dropdown.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-dynamic-card.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +1 -1
  21. package/dist/cjs/ptc-filter-tag.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-hero.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-icon-list.cjs.entry.js +1 -1
  25. package/dist/cjs/ptc-icon-minimize.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-link.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-list.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-lottie.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-media-card.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-minimized-footer.cjs.entry.js +1 -1
  31. package/dist/cjs/ptc-minimized-header.cjs.entry.js +1 -1
  32. package/dist/cjs/ptc-mobile-select.cjs.entry.js +1 -1
  33. package/dist/cjs/ptc-nav-card.cjs.entry.js +1 -1
  34. package/dist/cjs/ptc-overlay.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-pagenation.cjs.entry.js +1 -1
  36. package/dist/cjs/ptc-previous-url.cjs.entry.js +1 -1
  37. package/dist/cjs/ptc-pricing-block.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +20 -14
  39. package/dist/cjs/ptc-quote.cjs.entry.js +1 -1
  40. package/dist/cjs/ptc-readmore.cjs.entry.js +1 -1
  41. package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +1 -1
  42. package/dist/cjs/ptc-search-field.cjs.entry.js +1 -10
  43. package/dist/cjs/ptc-shopping-cart.cjs.entry.js +1 -1
  44. package/dist/cjs/ptc-social-share.cjs.entry.js +1 -1
  45. package/dist/cjs/ptc-span.cjs.entry.js +29 -0
  46. package/dist/cjs/ptc-sticky-icons.cjs.entry.js +1 -1
  47. package/dist/cjs/ptc-tab-list.cjs.entry.js +1 -1
  48. package/dist/cjs/ptc-tab.cjs.entry.js +1 -1
  49. package/dist/cjs/ptc-tabs.cjs.entry.js +1 -1
  50. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +1 -1
  51. package/dist/cjs/ptc-two-column-media.cjs.entry.js +1 -1
  52. package/dist/cjs/ptcw-design.cjs.js +2 -2
  53. package/dist/cjs/tab-content.cjs.entry.js +1 -1
  54. package/dist/cjs/tab-header.cjs.entry.js +1 -1
  55. package/dist/collection/collection-manifest.json +2 -0
  56. package/dist/collection/components/bundle-jumbotron-example/bundle-jumbotron-example.css +3 -0
  57. package/dist/collection/components/bundle-jumbotron-example/bundle-jumbotron-example.js +66 -0
  58. package/dist/collection/components/list-item/list-item.css +14 -0
  59. package/dist/collection/components/list-item/list-item.js +39 -2
  60. package/dist/collection/components/max-width-container/max-width-container.css +8 -3
  61. package/dist/collection/components/max-width-container/max-width-container.js +26 -1
  62. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.css +19 -0
  63. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +85 -2
  64. package/dist/collection/components/ptc-container/ptc-container.js +4 -4
  65. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +947 -0
  66. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +274 -0
  67. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +12 -0
  68. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +18 -12
  69. package/dist/collection/components/ptc-search-field/ptc-search-field.js +0 -14
  70. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +39 -2
  71. package/dist/collection/components/ptc-title/ptc-title.css +1 -1
  72. package/dist/collection/media/svg-imgs/play-button-dark.svg +20 -0
  73. package/dist/custom-elements/index.d.ts +12 -0
  74. package/dist/custom-elements/index.js +229 -40
  75. package/dist/esm/bundle-example.entry.js +1 -1
  76. package/dist/esm/bundle-jumbotron-example_16.entry.js +1112 -0
  77. package/dist/esm/dropdown-item.entry.js +1 -1
  78. package/dist/esm/{index-40bc29fc.js → index-8e63c32d.js} +9 -1
  79. package/dist/esm/loader.js +3 -3
  80. package/dist/esm/lottie-player.entry.js +1 -1
  81. package/dist/esm/my-component.entry.js +1 -1
  82. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  83. package/dist/esm/ptc-accordion.entry.js +1 -1
  84. package/dist/esm/ptc-announcement.entry.js +1 -1
  85. package/dist/esm/ptc-card-bottom_3.entry.js +1 -1
  86. package/dist/esm/ptc-card-content.entry.js +1 -1
  87. package/dist/esm/{ptc-card_7.entry.js → ptc-card.entry.js} +2 -440
  88. package/dist/esm/ptc-checkbox.entry.js +1 -1
  89. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  90. package/dist/esm/ptc-container.entry.js +2 -2
  91. package/dist/esm/ptc-date.entry.js +57 -0
  92. package/dist/esm/ptc-dropdown.entry.js +1 -1
  93. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  94. package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
  95. package/dist/esm/ptc-filter-tag.entry.js +1 -1
  96. package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
  97. package/dist/esm/ptc-hero.entry.js +1 -1
  98. package/dist/esm/ptc-icon-list.entry.js +1 -1
  99. package/dist/esm/ptc-icon-minimize.entry.js +1 -1
  100. package/dist/esm/ptc-link.entry.js +1 -1
  101. package/dist/esm/ptc-list.entry.js +1 -1
  102. package/dist/esm/ptc-lottie.entry.js +1 -1
  103. package/dist/esm/ptc-media-card.entry.js +1 -1
  104. package/dist/esm/ptc-minimized-footer.entry.js +1 -1
  105. package/dist/esm/ptc-minimized-header.entry.js +1 -1
  106. package/dist/esm/ptc-mobile-select.entry.js +1 -1
  107. package/dist/esm/ptc-nav-card.entry.js +1 -1
  108. package/dist/esm/ptc-overlay.entry.js +1 -1
  109. package/dist/esm/ptc-pagenation.entry.js +1 -1
  110. package/dist/esm/ptc-previous-url.entry.js +1 -1
  111. package/dist/esm/ptc-pricing-block.entry.js +1 -1
  112. package/dist/esm/ptc-pricing-tabs.entry.js +20 -14
  113. package/dist/esm/ptc-quote.entry.js +1 -1
  114. package/dist/esm/ptc-readmore.entry.js +1 -1
  115. package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
  116. package/dist/esm/ptc-search-field.entry.js +1 -10
  117. package/dist/esm/ptc-shopping-cart.entry.js +1 -1
  118. package/dist/esm/ptc-social-share.entry.js +1 -1
  119. package/dist/esm/ptc-span.entry.js +25 -0
  120. package/dist/esm/ptc-sticky-icons.entry.js +1 -1
  121. package/dist/esm/ptc-tab-list.entry.js +1 -1
  122. package/dist/esm/ptc-tab.entry.js +1 -1
  123. package/dist/esm/ptc-tabs.entry.js +1 -1
  124. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  125. package/dist/esm/ptc-two-column-media.entry.js +1 -1
  126. package/dist/esm/ptcw-design.js +3 -3
  127. package/dist/esm/tab-content.entry.js +1 -1
  128. package/dist/esm/tab-header.entry.js +1 -1
  129. package/dist/ptcw-design/{p-62cabff9.entry.js → p-00c9ae79.entry.js} +1 -1
  130. package/dist/ptcw-design/{p-bc0181f3.entry.js → p-0f8784e9.entry.js} +1 -1
  131. package/dist/ptcw-design/{p-2cc97b88.entry.js → p-12780f09.entry.js} +1 -1
  132. package/dist/ptcw-design/{p-c325283e.entry.js → p-1996ad89.entry.js} +1 -1
  133. package/dist/ptcw-design/{p-0099616c.entry.js → p-1bc06d03.entry.js} +1 -1
  134. package/dist/ptcw-design/p-1c5e16e5.entry.js +1 -0
  135. package/dist/ptcw-design/{p-71f68949.entry.js → p-1cddde0e.entry.js} +1 -1
  136. package/dist/ptcw-design/{p-8d48362b.entry.js → p-2181c8c7.entry.js} +1 -1
  137. package/dist/ptcw-design/{p-b9f12c38.entry.js → p-24aff0bd.entry.js} +1 -1
  138. package/dist/ptcw-design/p-24df6392.entry.js +1 -0
  139. package/dist/ptcw-design/{p-8d210676.entry.js → p-2ae39c65.entry.js} +1 -1
  140. package/dist/ptcw-design/{p-f7d1f987.entry.js → p-324a6ee8.entry.js} +1 -1
  141. package/dist/ptcw-design/{p-45c0076d.entry.js → p-343f216f.entry.js} +1 -1
  142. package/dist/ptcw-design/{p-de6b444f.entry.js → p-366528df.entry.js} +1 -1
  143. package/dist/ptcw-design/{p-c7247cc9.entry.js → p-379f7e39.entry.js} +1 -1
  144. package/dist/ptcw-design/{p-d24446b2.entry.js → p-3bb54c51.entry.js} +1 -1
  145. package/dist/ptcw-design/p-45f33a06.entry.js +1 -0
  146. package/dist/ptcw-design/{p-63fab352.entry.js → p-462567d1.entry.js} +1 -1
  147. package/dist/ptcw-design/{p-854cbe46.entry.js → p-46afd828.entry.js} +1 -1
  148. package/dist/ptcw-design/{p-1def8f3c.entry.js → p-47b2c76f.entry.js} +1 -1
  149. package/dist/ptcw-design/p-55d298f5.entry.js +1 -0
  150. package/dist/ptcw-design/{p-fed5edd3.entry.js → p-59058faa.entry.js} +1 -1
  151. package/dist/ptcw-design/{p-ad487b1e.entry.js → p-610dc9d3.entry.js} +1 -1
  152. package/dist/ptcw-design/{p-9fb2ab8c.js → p-63c06667.js} +2 -2
  153. package/dist/ptcw-design/p-6e8222ce.entry.js +1 -0
  154. package/dist/ptcw-design/{p-6ae2fd80.entry.js → p-77f4e77b.entry.js} +1 -1
  155. package/dist/ptcw-design/{p-91512aeb.entry.js → p-8a1c2577.entry.js} +1 -1
  156. package/dist/ptcw-design/{p-32b81dde.entry.js → p-8a6acf0d.entry.js} +1 -1
  157. package/dist/ptcw-design/{p-673121e2.entry.js → p-8c6b069b.entry.js} +1 -1
  158. package/dist/ptcw-design/p-a43f3c42.entry.js +1 -0
  159. package/dist/ptcw-design/{p-a2145afa.entry.js → p-a7b20fe7.entry.js} +1 -1
  160. package/dist/ptcw-design/{p-ec21e6b7.entry.js → p-ab28cfc5.entry.js} +1 -1
  161. package/dist/ptcw-design/{p-7a728178.entry.js → p-af3d5be7.entry.js} +1 -1
  162. package/dist/ptcw-design/{p-159d9a80.entry.js → p-af975d78.entry.js} +1 -1
  163. package/dist/ptcw-design/p-b755e12b.entry.js +1 -0
  164. package/dist/ptcw-design/{p-e66a28aa.entry.js → p-b922e3a5.entry.js} +1 -1
  165. package/dist/ptcw-design/p-bbff3792.entry.js +1 -0
  166. package/dist/ptcw-design/{p-b4d92914.entry.js → p-c7bd4d99.entry.js} +1 -1
  167. package/dist/ptcw-design/{p-586d9c9d.entry.js → p-ca6d7814.entry.js} +1 -1
  168. package/dist/ptcw-design/{p-2eb5ef88.entry.js → p-cdff68d4.entry.js} +1 -1
  169. package/dist/ptcw-design/{p-727ef7a7.entry.js → p-ce9f0355.entry.js} +1 -1
  170. package/dist/ptcw-design/{p-329cc205.entry.js → p-d43ff8d4.entry.js} +1 -1
  171. package/dist/ptcw-design/{p-34db9e46.entry.js → p-dd6501a8.entry.js} +1 -1
  172. package/dist/ptcw-design/{p-01783129.entry.js → p-e4cd7ef5.entry.js} +1 -1
  173. package/dist/ptcw-design/{p-3fc703a5.entry.js → p-e4f1e8fd.entry.js} +1 -1
  174. package/dist/ptcw-design/p-e91fbd67.entry.js +1 -0
  175. package/dist/ptcw-design/{p-65aa6afd.entry.js → p-ea19d8f6.entry.js} +1 -1
  176. package/dist/ptcw-design/{p-fd50c3b4.entry.js → p-f55984c2.entry.js} +1 -1
  177. package/dist/ptcw-design/{p-d625bb90.entry.js → p-f6fe5efe.entry.js} +1 -1
  178. package/dist/ptcw-design/{p-bf48a5e7.entry.js → p-f81d880d.entry.js} +1 -1
  179. package/dist/ptcw-design/{p-50c88717.entry.js → p-f8b8554e.entry.js} +1 -1
  180. package/dist/ptcw-design/p-fe1ff7d2.entry.js +1 -0
  181. package/dist/ptcw-design/ptcw-design.css +1 -1
  182. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  183. package/dist/types/components/bundle-jumbotron-example/bundle-jumbotron-example.d.ts +4 -0
  184. package/dist/types/components/list-item/list-item.d.ts +8 -0
  185. package/dist/types/components/max-width-container/max-width-container.d.ts +2 -0
  186. package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +16 -0
  187. package/dist/types/components/ptc-container/ptc-container.d.ts +1 -1
  188. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +20 -0
  189. package/dist/types/components/ptc-search-field/ptc-search-field.d.ts +0 -2
  190. package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +8 -0
  191. package/dist/types/components.d.ts +112 -2
  192. package/package.json +1 -1
  193. package/readme.md +1 -1
  194. package/dist/cjs/icon-asset.cjs.entry.js +0 -53
  195. package/dist/cjs/list-item.cjs.entry.js +0 -30
  196. package/dist/cjs/max-width-container.cjs.entry.js +0 -40
  197. package/dist/cjs/ptc-background-video.cjs.entry.js +0 -27
  198. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -23
  199. package/dist/cjs/ptc-button.cjs.entry.js +0 -46
  200. package/dist/cjs/ptc-modal.cjs.entry.js +0 -154
  201. package/dist/cjs/ptc-svg-btn.cjs.entry.js +0 -92
  202. package/dist/cjs/ptc-title.cjs.entry.js +0 -78
  203. package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -90
  204. package/dist/esm/icon-asset.entry.js +0 -49
  205. package/dist/esm/list-item.entry.js +0 -26
  206. package/dist/esm/max-width-container.entry.js +0 -36
  207. package/dist/esm/ptc-background-video.entry.js +0 -23
  208. package/dist/esm/ptc-breadcrumb.entry.js +0 -19
  209. package/dist/esm/ptc-button.entry.js +0 -42
  210. package/dist/esm/ptc-modal.entry.js +0 -150
  211. package/dist/esm/ptc-svg-btn.entry.js +0 -88
  212. package/dist/esm/ptc-title.entry.js +0 -74
  213. package/dist/esm/ptc-tooltip.entry.js +0 -86
  214. package/dist/ptcw-design/p-03a0ed56.entry.js +0 -1
  215. package/dist/ptcw-design/p-0828fe2e.entry.js +0 -1
  216. package/dist/ptcw-design/p-0f937cff.entry.js +0 -1
  217. package/dist/ptcw-design/p-13b0d8c3.entry.js +0 -1
  218. package/dist/ptcw-design/p-238b74c1.entry.js +0 -1
  219. package/dist/ptcw-design/p-2ac518f1.entry.js +0 -1
  220. package/dist/ptcw-design/p-2de0f980.entry.js +0 -1
  221. package/dist/ptcw-design/p-424ae8e1.entry.js +0 -1
  222. package/dist/ptcw-design/p-498a9551.entry.js +0 -1
  223. package/dist/ptcw-design/p-8b5e393e.entry.js +0 -1
  224. package/dist/ptcw-design/p-96883fd7.entry.js +0 -1
  225. package/dist/ptcw-design/p-bbeb95bd.entry.js +0 -1
  226. package/dist/ptcw-design/p-c693e1c5.entry.js +0 -1
  227. package/dist/ptcw-design/p-c7c949c8.entry.js +0 -1
  228. package/dist/ptcw-design/p-c8e804a7.entry.js +0 -1
  229. package/dist/ptcw-design/p-ce3627b8.entry.js +0 -1
  230. package/dist/ptcw-design/p-e353a8e8.entry.js +0 -1
@@ -0,0 +1,1131 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-88135a6b.js');
6
+
7
+ const bundleJumbotronExampleCss = ":host{display:block}";
8
+
9
+ const BundleJumbotronExample = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.jumbotron = 'light';
13
+ }
14
+ render() {
15
+ let $pngSrc;
16
+ let $gifSrc;
17
+ let $bgVideoSrc;
18
+ let $bgSrc;
19
+ let $popupVideo;
20
+ //replace dummy data
21
+ if (this.jumbotron === 'light' || this.jumbotron === 'dark') {
22
+ $bgSrc = "https://images.unsplash.com/photo-1675285972028-45dc2add07be?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2Nzc3ODk2NTE&ixlib=rb-4.0.3&q=80";
23
+ }
24
+ else if (this.jumbotron === 'dark-video' || this.jumbotron === 'light-video') {
25
+ $bgVideoSrc = "https://www.ptc.com/-/media/Videos/wind-turbine.mp4";
26
+ }
27
+ else if (this.jumbotron === 'png') {
28
+ $pngSrc = "https://images.unsplash.com/photo-1676883343977-5f8ecc36856c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NzgyMjcxNDU&ixlib=rb-4.0.3&q=80&w=400";
29
+ }
30
+ else if (this.jumbotron === 'gif') {
31
+ $gifSrc = "https://media.giphy.com/media/TDQkojbHj3wTS/giphy.gif";
32
+ }
33
+ //Optional: set $popupVideo
34
+ //$popupVideo = "https://www.youtube.com/embed/w0mJCtK9sDY";
35
+ return (index.h(index.Host, null, index.h("ptc-jumbotron", Object.assign({ "jumbotron-type": this.jumbotron }, (!!$pngSrc && { pngSrc: $pngSrc }), (!!$gifSrc && { gifSrc: $gifSrc }), (!!$bgVideoSrc && { bgVideoSrc: $bgVideoSrc }), (!!$bgSrc && { bgSrc: $bgSrc }), (!!$popupVideo ), { "main-title": "Sed ut perspiciatis unde omnis iste natus" //bind main title data (multi-line)
36
+ ,
37
+ "sub-title": "totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo." // bind sub title data (multi-line)
38
+ }), index.h("ptc-breadcrumb", Object.assign({ slot: "breadcrumb" }, (this.jumbotron === 'dark' || this.jumbotron == 'dark-video' ? { color: 'white' } : { color: 'primary-gray' }), (this.jumbotron === 'text' ? { position: 'center' } : {})), index.h("list-item", Object.assign({ "list-type": "breadcrumb", "link-href": "https://www.ptc.com/contact-us" }, (this.jumbotron === 'dark' || this.jumbotron == 'dark-video' ? { color: 'white' } : { color: 'primary-gray' })), "PLM Video Hub"), index.h("list-item", Object.assign({ "list-type": "breadcrumb" }, (this.jumbotron === 'dark' || this.jumbotron == 'dark-video' ? { color: 'white' } : { color: 'primary-gray' })), "Current Page")), index.h("ptc-button", { slot: "j-cta", type: "link", color: "ptc-primary", "link-href": "https://www.ptc.com", target: "_blank" }, "Lorem ipsum dolor sit amet"), index.h("ptc-button", { slot: "j-cta", type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Lorem ipsum"))));
39
+ }
40
+ };
41
+ BundleJumbotronExample.style = bundleJumbotronExampleCss;
42
+
43
+ const iconAssetCss = ".svg-inline--fa.sc-icon-asset,svg.sc-icon-asset:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa.sc-icon-asset{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg.sc-icon-asset{vertical-align:-.225em}.svg-inline--fa.fa-w-1.sc-icon-asset{width:.0625em}.svg-inline--fa.fa-w-2.sc-icon-asset{width:.125em}.svg-inline--fa.fa-w-3.sc-icon-asset{width:.1875em}.svg-inline--fa.fa-w-4.sc-icon-asset{width:.25em}.svg-inline--fa.fa-w-5.sc-icon-asset{width:.3125em}.svg-inline--fa.fa-w-6.sc-icon-asset{width:.375em}.svg-inline--fa.fa-w-7.sc-icon-asset{width:.4375em}.svg-inline--fa.fa-w-8.sc-icon-asset{width:.5em}.svg-inline--fa.fa-w-9.sc-icon-asset{width:.5625em}.svg-inline--fa.fa-w-10.sc-icon-asset{width:.625em}.svg-inline--fa.fa-w-11.sc-icon-asset{width:.6875em}.svg-inline--fa.fa-w-12.sc-icon-asset{width:.75em}.svg-inline--fa.fa-w-13.sc-icon-asset{width:.8125em}.svg-inline--fa.fa-w-14.sc-icon-asset{width:.875em}.svg-inline--fa.fa-w-15.sc-icon-asset{width:.9375em}.svg-inline--fa.fa-w-16.sc-icon-asset{width:1em}.svg-inline--fa.fa-w-17.sc-icon-asset{width:1.0625em}.svg-inline--fa.fa-w-18.sc-icon-asset{width:1.125em}.svg-inline--fa.fa-w-19.sc-icon-asset{width:1.1875em}.svg-inline--fa.fa-w-20.sc-icon-asset{width:1.25em}.svg-inline--fa.fa-pull-left.sc-icon-asset{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right.sc-icon-asset{margin-left:.3em;width:auto}.svg-inline--fa.fa-border.sc-icon-asset{height:1.5em}.svg-inline--fa.fa-li.sc-icon-asset{width:2em}.svg-inline--fa.fa-fw.sc-icon-asset{width:1.25em}.fa-layers.sc-icon-asset svg.svg-inline--fa.sc-icon-asset{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers.sc-icon-asset{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers.sc-icon-asset svg.svg-inline--fa.sc-icon-asset{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter.sc-icon-asset,.fa-layers-text.sc-icon-asset{display:inline-block;position:absolute;text-align:center}.fa-layers-text.sc-icon-asset{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter.sc-icon-asset{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right.sc-icon-asset{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left.sc-icon-asset{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right.sc-icon-asset{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left.sc-icon-asset{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg.sc-icon-asset{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs.sc-icon-asset{font-size:.75em}.fa-sm.sc-icon-asset{font-size:.875em}.fa-1x.sc-icon-asset{font-size:1em}.fa-2x.sc-icon-asset{font-size:2em}.fa-3x.sc-icon-asset{font-size:3em}.fa-4x.sc-icon-asset{font-size:4em}.fa-5x.sc-icon-asset{font-size:5em}.fa-6x.sc-icon-asset{font-size:6em}.fa-7x.sc-icon-asset{font-size:7em}.fa-8x.sc-icon-asset{font-size:8em}.fa-9x.sc-icon-asset{font-size:9em}.fa-10x.sc-icon-asset{font-size:10em}.fa-fw.sc-icon-asset{text-align:center;width:1.25em}.fa-ul.sc-icon-asset{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul.sc-icon-asset>li.sc-icon-asset{position:relative}.fa-li.sc-icon-asset{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border.sc-icon-asset{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left.sc-icon-asset{float:left}.fa-pull-right.sc-icon-asset{float:right}.fa.fa-pull-left.sc-icon-asset,.fab.fa-pull-left.sc-icon-asset,.fal.fa-pull-left.sc-icon-asset,.far.fa-pull-left.sc-icon-asset,.fas.fa-pull-left.sc-icon-asset{margin-right:.3em}.fa.fa-pull-right.sc-icon-asset,.fab.fa-pull-right.sc-icon-asset,.fal.fa-pull-right.sc-icon-asset,.far.fa-pull-right.sc-icon-asset,.fas.fa-pull-right.sc-icon-asset{margin-left:.3em}.fa-spin.sc-icon-asset{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse.sc-icon-asset{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical.sc-icon-asset{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both.sc-icon-asset,.fa-flip-horizontal.fa-flip-vertical.sc-icon-asset,.fa-flip-vertical.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\"}.fa-flip-both.sc-icon-asset,.fa-flip-horizontal.fa-flip-vertical.sc-icon-asset{-webkit-transform:scale(-1);transform:scale(-1)}.sc-icon-asset:root .fa-flip-both.sc-icon-asset,.sc-icon-asset:root .fa-flip-horizontal.sc-icon-asset,.sc-icon-asset:root .fa-flip-vertical.sc-icon-asset,.sc-icon-asset:root .fa-rotate-90.sc-icon-asset,.sc-icon-asset:root .fa-rotate-180.sc-icon-asset,.sc-icon-asset:root .fa-rotate-270.sc-icon-asset{-webkit-filter:none;filter:none}.fa-stack.sc-icon-asset{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x.sc-icon-asset,.fa-stack-2x.sc-icon-asset{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x.sc-icon-asset{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x.sc-icon-asset{height:2em;width:2.5em}.fa-inverse.sc-icon-asset{color:#fff}.sr-only.sc-icon-asset{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable.sc-icon-asset:active,.sr-only-focusable.sc-icon-asset:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa.sc-icon-asset .fa-primary.sc-icon-asset{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa.sc-icon-asset .fa-secondary.sc-icon-asset{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa.sc-icon-asset .fa-secondary.sc-icon-asset,.svg-inline--fa.fa-swap-opacity.sc-icon-asset .fa-primary.sc-icon-asset{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity.sc-icon-asset .fa-secondary.sc-icon-asset{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa.sc-icon-asset mask.sc-icon-asset .fa-primary.sc-icon-asset,.svg-inline--fa.sc-icon-asset mask.sc-icon-asset .fa-secondary.sc-icon-asset{fill:#000}.fad.fa-inverse.sc-icon-asset{color:#fff}icon-asset.sc-icon-asset{vertical-align:middle}svg.sc-icon-asset{transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}svg.micro.sc-icon-asset{width:calc(var(--ptc-font-size-x-small) / 2);height:calc(var(--ptc-font-size-x-small) / 2)}svg.xxx-small.sc-icon-asset{width:var(--ptc-font-size-xxx-small);height:var(--ptc-font-size-xxx-small)}svg.xx-small.sc-icon-asset{width:var(--ptc-font-size-xx-small);height:var(--ptc-font-size-xx-small)}svg.x-small.sc-icon-asset{width:var(--ptc-font-size-x-small);height:var(--ptc-font-size-x-small)}svg.small.sc-icon-asset{width:var(--ptc-font-size-small);height:var(--ptc-font-size-small)}svg.medium.sc-icon-asset{width:var(--ptc-font-size-medium);height:var(--ptc-font-size-medium)}svg.large.sc-icon-asset{width:var(--ptc-font-size-large);height:var(--ptc-font-size-large)}svg.x-large.sc-icon-asset{width:var(--ptc-font-size-x-large);height:var(--ptc-font-size-x-large)}svg.xx-large.sc-icon-asset{width:var(--ptc-font-size-xx-large);height:var(--ptc-font-size-xx-large)}svg.xxx-large.sc-icon-asset{width:var(--ptc-font-size-xxx-large);height:var(--ptc-font-size-xxx-large)}svg.xxxx-large.sc-icon-asset{width:var(--ptc-font-size-xxxx-large);height:var(--ptc-font-size-xxxx-large)}svg.white.sc-icon-asset{fill:var(--color-white)}svg.white.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.white.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.white.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-white)}svg.black.sc-icon-asset{fill:var(--color-black)}svg.black.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.black.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.black.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-black)}svg.ptc-green.sc-icon-asset{fill:var(--color-green-07)}svg.ptc-green.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.ptc-green.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.ptc-green.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-green-07)}svg.gray.sc-icon-asset{fill:var(--color-gray-06)}svg.gray.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.gray.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.gray.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-gray-06)}svg.light-gray.sc-icon-asset{fill:var(--color-gray-05)}svg.light-gray.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.light-gray.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.light-gray.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-gray-05)}svg.primary-gray.sc-icon-asset{fill:var(--color-gray-10)}svg.inherit.sc-icon-asset{fill:inherit}svg.inherit.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.inherit.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.inherit.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:inherit}";
44
+
45
+ const IconAsset = class {
46
+ constructor(hostRef) {
47
+ index.registerInstance(this, hostRef);
48
+ this.regularSprite = index.getAssetPath('./media/regular.svg');
49
+ this.solidSprite = index.getAssetPath('./media/solid.svg');
50
+ this.brandSprite = index.getAssetPath('./media/brands.svg');
51
+ this.ptcSprite = index.getAssetPath('./media/designer.svg');
52
+ this.name = undefined;
53
+ this.size = 'xx-small';
54
+ this.type = 'regular';
55
+ this.spin = '';
56
+ this.pulse = '';
57
+ this.color = 'default';
58
+ this.isMobileSelect = undefined;
59
+ this.injectedStyle = undefined;
60
+ }
61
+ render() {
62
+ const classMap = this.getCssClassMap();
63
+ if (this.type == 'brands') {
64
+ return (index.h(index.Host, null, this.injectedStyle && index.h("style", null, this.injectedStyle), index.h("svg", { class: classMap }, index.h("use", { href: `${this.brandSprite}#${this.name}` }))));
65
+ }
66
+ else if (this.type == 'solid') {
67
+ return (index.h(index.Host, null, this.injectedStyle && index.h("style", null, this.injectedStyle), index.h("svg", { class: classMap }, index.h("use", { href: `${this.solidSprite}#${this.name}` }))));
68
+ }
69
+ else if (this.type == 'ptc') {
70
+ return (index.h(index.Host, null, this.injectedStyle && index.h("style", null, this.injectedStyle), index.h("svg", { class: classMap }, index.h("use", { href: `${this.ptcSprite}#${this.name}` }))));
71
+ }
72
+ else {
73
+ return (index.h(index.Host, null, this.injectedStyle && index.h("style", null, this.injectedStyle), index.h("svg", { class: classMap }, index.h("use", { href: `${this.regularSprite}#${this.name}` }))));
74
+ }
75
+ }
76
+ getCssClassMap() {
77
+ return {
78
+ [this.size]: true,
79
+ [this.spin]: true,
80
+ [this.pulse]: true,
81
+ [this.color]: true,
82
+ ['ismobileselect']: this.isMobileSelect ? true : false
83
+ };
84
+ }
85
+ static get assetsDirs() { return ["media"]; }
86
+ };
87
+ IconAsset.style = iconAssetCss;
88
+
89
+ const listItemCss = ":host(.list-primary){display:block}:host(.flush-before) li::before{content:\"\" !important}:host(.breadcrumb){display:inline-block}:host(.breadcrumb) li{position:relative;display:inline-block;color:var(--color-white);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-xxx-small);line-height:var(--ptc-line-height-densest)}:host(.breadcrumb) li::before{content:\"/\";top:0;left:0}:host(.breadcrumb) li a.item-link{color:var(--color-white);font-weight:var(--ptc-font-weight-bold) !important;font-size:var(--ptc-font-size-xxx-small) !important;line-height:var(--ptc-line-height-densest);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:2px;text-decoration-thickness:1px;outline:none;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.breadcrumb) li a.item-link:hover{text-decoration:underline;text-decoration-color:var(--color-green-07);outline:none}:host(:not(.flush-before)) li::before{margin-right:2px}:host(.list-footer) li{display:inline-block;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-regular);font-style:normal;font-stretch:normal;line-height:var(--ptc-line-height-denser);letter-spacing:normal;color:var(--color-white);margin:0 0.5rem}:host(.list-footer) li a{color:var(--color-white-grey);border-bottom:1px solid transparent;display:inline-block;text-decoration:none}:host(.list-footer) li a:hover,:host(.list-footer) li a:focus,:host(.list-footer) li a:active{text-decoration:none;border-bottom:1px solid var(--color-green-06);color:var(--color-white-grey);transition:border var(--ptc-ease-inout) var(--ptc-transition-medium)}:host(.list-footer) li a:focus{outline:3px solid var(--color-blue-07);outline-offset:2px;border-radius:var(--ptc-border-radius-standard);text-decoration:none;border-color:transparent !important}:host(.white) li{color:var(--color-white)}:host(.white) li a.item-link{color:var(--color-white)}:host(.primary-gray) li{color:var(--color-gray-10)}:host(.primary-gray) li a.item-link{color:var(--color-gray-10)}";
90
+
91
+ const ListItem = class {
92
+ constructor(hostRef) {
93
+ index.registerInstance(this, hostRef);
94
+ this.listType = 'list-primary';
95
+ this.linkHref = undefined;
96
+ this.flushBefore = false;
97
+ this.linkTarget = '_self';
98
+ this.color = undefined;
99
+ this.styles = undefined;
100
+ }
101
+ render() {
102
+ const classMap = this.getCssClassMap();
103
+ return (index.h(index.Host, { class: classMap }, this.styles && index.h("style", null, this.styles), index.h("li", null, this.linkHref ? (index.h("a", Object.assign({ class: "item-link", target: this.linkTarget }, (this.linkHref ? { href: this.linkHref } : {})), index.h("slot", null))) : (index.h("slot", null)))));
104
+ }
105
+ getCssClassMap() {
106
+ return {
107
+ [this.listType]: true,
108
+ ['flush-before']: this.flushBefore ? true : false,
109
+ [this.color]: !!this.color ? true : false,
110
+ };
111
+ }
112
+ };
113
+ ListItem.style = listItemCss;
114
+
115
+ const maxWidthContainerCss = ":host{display:block}:host(.left){margin:auto auto auto 0}:host(.right){margin:auto 0 auto auto}:host(.center){margin:0 auto}";
116
+
117
+ const MaxWidthContainer = class {
118
+ constructor(hostRef) {
119
+ index.registerInstance(this, hostRef);
120
+ this.maxWidth = undefined;
121
+ this.breakpoint = 768;
122
+ this.contentAlign = 'center';
123
+ }
124
+ componentDidLoad() {
125
+ this.handleResize();
126
+ window.addEventListener('resize', this.handleResize.bind(this));
127
+ }
128
+ disconnectedCallback() {
129
+ window.removeEventListener('resize', this.handleResize);
130
+ }
131
+ render() {
132
+ const classMap = this.getCssClassMap();
133
+ return (index.h(index.Host, { class: classMap }, index.h("slot", null)));
134
+ }
135
+ getCssClassMap() {
136
+ return {
137
+ [this.contentAlign]: true,
138
+ };
139
+ }
140
+ handleResize() {
141
+ // const selectedContainer = this.el.querySelector('.max-width-container');
142
+ if (this.el) {
143
+ if (window.innerWidth >= this.breakpoint) {
144
+ this.el.style.maxWidth = `${this.maxWidth}px`;
145
+ }
146
+ else {
147
+ this.el.style.maxWidth = 'initial';
148
+ }
149
+ }
150
+ }
151
+ get el() { return index.getElement(this); }
152
+ };
153
+ MaxWidthContainer.style = maxWidthContainerCss;
154
+
155
+ const ptcBackgroundVideoCss = ":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;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(.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{object-fit:cover;position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden}";
156
+
157
+ const PtcBackgroundVideo = class {
158
+ constructor(hostRef) {
159
+ index.registerInstance(this, hostRef);
160
+ this.videoSrc = undefined;
161
+ this.posterSrc = undefined;
162
+ this.overlay = true;
163
+ this.type = 'default';
164
+ }
165
+ render() {
166
+ return (index.h(index.Host, { class: this.type }, index.h("video", { src: this.videoSrc, poster: this.posterSrc, autoplay: true, loop: true, muted: true, playsinline: true }), this.overlay
167
+ ? index.h("div", { class: "video-overlay" })
168
+ : "", this.type == 'default'
169
+ ? index.h("slot", null)
170
+ : ""));
171
+ }
172
+ };
173
+ PtcBackgroundVideo.style = ptcBackgroundVideoCss;
174
+
175
+ const ptcBreadcrumbCss = ":host{display:block;margin-top:var(--ptc-element-spacing-05)}::slotted(*){transform:translate(-2px, -2px)}:host(.left){display:flex;justify-content:flex-start}:host(.center){display:flex;justify-content:center}:host(.right){display:flex;justify-content:flex-end}:host(.remove-top-margin){margin-top:0px !important}";
176
+
177
+ const PtcBreadcrumb = class {
178
+ constructor(hostRef) {
179
+ index.registerInstance(this, hostRef);
180
+ this.position = undefined;
181
+ this.removeTopMargin = false;
182
+ this.color = 'white';
183
+ this.styles = undefined;
184
+ }
185
+ render() {
186
+ const classMap = this.getCssClassMap();
187
+ return (index.h(index.Host, { class: classMap }, this.styles && index.h("style", null, this.styles), index.h("list-item", { listType: "breadcrumb", flushBefore: true, "link-href": "https://www.ptc.com" }, index.h("icon-asset", { type: "ptc", size: "medium", name: "icon-home", color: this.color })), index.h("slot", null)));
188
+ }
189
+ getCssClassMap() {
190
+ return {
191
+ [this.position]: !!this.position && this.position !== undefined ? true : false,
192
+ ['remove-top-margin']: this.removeTopMargin ? true : false,
193
+ };
194
+ }
195
+ };
196
+ PtcBreadcrumb.style = ptcBreadcrumbCss;
197
+
198
+ const ptcButtonCss = "button.disabled{pointer-events:none;opacity:0.6}button{background-color:var(--color-gray-10);display:inline-block;border-style:solid;border-width:1px;white-space:normal;position:relative;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer;padding:9.4px 17.5px;border-radius:var(--ptc-border-radius-standard)}button.animation-right ::slotted([slot=slot-after-text]),button.animation-right ::slotted([slot=slot-before-text]),button.animation-down ::slotted([slot=slot-after-text]),button.animation-down ::slotted([slot=slot-before-text]){transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);position:relative;display:inline-block}button:hover.animation-right ::slotted([slot=slot-after-text]),button:hover.animation-right ::slotted([slot=slot-before-text]){transform:translateX(var(--ptc-element-spacing-02))}button:hover.animation-down ::slotted([slot=slot-after-text]),button:hover.animation-down ::slotted([slot=slot-before-text]){transform:translateY(var(--ptc-element-spacing-02))}button span{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:bold;line-height:var(--ptc-line-height-densest)}.icon-left ::slotted([slot=slot-before-text]){margin-right:var(--ptc-element-spacing-01)}.icon-right ::slotted([slot=slot-after-text]){margin-left:var(--ptc-element-spacing-01)}.blackgrey{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-gray-10);background-image:linear-gradient(285deg, var(--color-gray-10) 155%, var(--color-gray-07) 62%)}.blackgrey:hover{box-shadow:var(--ptc-shadow-x-large)}.blackgrey span{color:var(--color-white)}.turtlegreen{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-green-07);background-image:linear-gradient(285deg, var(--color-green-07) 155%, var(--color-green-07) 62%)}.turtlegreen:hover{box-shadow:var(--ptc-shadow-x-large)}.turtlegreen span{color:var(--color-white)}.offwhite{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-gray-10);background-image:linear-gradient(to right, var(--color-white), var(--color-gray-02), var(--color-gray-01))}.offwhite:hover{box-shadow:var(--ptc-shadow-x-large)}.offwhite span{color:var(--color-gray-10)}.legacy-green{margin-left:10px;padding:10px 20px;margin-bottom:var(--ptc-element-spacing-01);margin-top:var(--ptc-element-spacing-01);box-shadow:var(--ptc-shadow-large);border:solid 2.5px var(--color-green-08);background-image:linear-gradient(to right, var(--color-green-06), var(--color-green-08))}.legacy-green:after{position:absolute;content:\"\";top:-1px;left:0;bottom:0;right:0;width:100%;height:103%;background-image:linear-gradient(to right, var(--color-green-08), var(--color-green-06));opacity:0;transition:opacity var(--ptc-transition-x-slow) var(--ptc-ease-inout);border-radius:2px}.legacy-green:hover{box-shadow:var(--ptc-shadow-x-large)}.legacy-green:hover span{color:var(--color-white)}.legacy-green:hover:after{opacity:1}.legacy-green span{font-family:var(--ptc-font-secondary-latin);color:var(--color-white);z-index:100;position:relative;text-transform:uppercase;font-weight:var(--ptc-font-weight-bold);letter-spacing:var(--ptc-letter-spacing-normal);font-size:var(--ptc-font-size-x-small)}@media only screen and (min-width: 768px){.legacy-green span{font-size:var(--ptc-font-size-small);letter-spacing:var(--ptc-letter-spacing-loose)}}.legacy-green icon-asset{display:inline}a{border-style:solid;border-width:1px;position:relative;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding:9.4px 17.5px;border-radius:var(--ptc-border-radius-standard);display:inline-block;position:relative}a.animation-right ::slotted([slot=slot-after-text]),a.animation-right ::slotted([slot=slot-before-text]),a.animation-down ::slotted([slot=slot-after-text]),a.animation-down ::slotted([slot=slot-before-text]){transition:all var(--ptc-ease-inout) var(--ptc-transition-medium);position:relative;display:inline-block;margin-left:5px}a:hover.animation-right ::slotted([slot=slot-after-text]),a:hover.animation-right ::slotted([slot=slot-before-text]){transform:translateX(var(--ptc-element-spacing-02))}a:hover.animation-down ::slotted([slot=slot-after-text]),a:hover.animation-down ::slotted([slot=slot-before-text]){transform:translateY(var(--ptc-element-spacing-02))}.nav{font-family:var(--ptc-font-latin);background-color:var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);border:1px solid var(--color-white);border-bottom-style:solid;border-bottom-width:1px;box-sizing:border-box;color:var(--color-white);display:inline-block;font-size:var(--ptc-font-size-xx-small);font-stretch:100%;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-loose);list-style:none;padding:3px var(--ptc-element-spacing-04);position:relative;text-align:center;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;transition:background-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.nav:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.nav:hover{background-color:var(--color-gray-12)}.ptc-primary,.ptc-quaternary,.ptc-secondary,.ptc-tertiary,.icon-toggle{padding:var(--ptc-font-size-xx-small) var(--ptc-font-size-medium);transition:background-color var(--ptc-ease-inout) var(--ptc-transition-medium);line-height:20px}.ptc-primary.disabled,.ptc-quaternary.disabled,.ptc-secondary.disabled,.ptc-tertiary.disabled,.icon-toggle.disabled{pointer-events:none;border-color:var(--color-gray-03);background:var(--color-gray-02)}.ptc-primary.disabled span,.ptc-quaternary.disabled span,.ptc-secondary.disabled span,.ptc-tertiary.disabled span,.icon-toggle.disabled span{color:var(--color-gray-03)}.ptc-primary.disabled ::slotted([slot=slot-after-text]),.ptc-quaternary.disabled ::slotted([slot=slot-after-text]),.ptc-secondary.disabled ::slotted([slot=slot-after-text]),.ptc-tertiary.disabled ::slotted([slot=slot-after-text]),.icon-toggle.disabled ::slotted([slot=slot-after-text]){fill:var(--color-gray-03) !important}.ptc-primary:focus,.ptc-quaternary:focus,.ptc-secondary:focus,.ptc-tertiary:focus,.icon-toggle:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.ptc-primary span,.ptc-quaternary span,.ptc-secondary span,.ptc-tertiary span,.icon-toggle span{font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-densest);letter-spacing:normal}.ptc-primary{background:var(--color-gray-12);border:2px solid var(--color-green-07);border-radius:var(--ptc-border-radius-standard)}.ptc-primary:hover{background-color:var(--color-gray-10)}.ptc-primary:active{background-color:var(--color-black)}.ptc-primary span{color:var(--color-white)}.ptc-primary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.ptc-secondary{background:var(--color-gray-12);border:2px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-standard)}.ptc-secondary:hover{background-color:var(--color-gray-10)}.ptc-secondary:active{background-color:var(--color-black)}.ptc-secondary span{color:var(--color-white)}.ptc-secondary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.ptc-tertiary{background:var(--color-white);border:2px solid var(--color-gray-10);border-radius:var(--ptc-border-radius-standard)}.ptc-tertiary:hover{background-color:var(--color-gray-02)}.ptc-tertiary:active{background-color:var(--color-gray-03)}.ptc-tertiary span{color:var(--color-gray-10)}.ptc-tertiary ::slotted([slot=slot-after-text]){fill:var(--color-gray-10) !important}.ptc-quaternary{background:var(--color-green-07);border:2px solid var(--color-green-07);border-radius:var(--ptc-border-radius-standard)}.ptc-quaternary:hover{background-color:var(--color-green-08)}.ptc-quaternary:active{background-color:var(--color-green-09)}.ptc-quaternary span{color:var(--color-white)}.ptc-quaternary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.icon-toggle{background:var(--color-white);border:1px solid var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);padding:0;height:2.125rem;width:2.125rem;box-shadow:var(--ptc-shadow-medium)}.icon-toggle:hover{background-color:var(--color-gray-02)}.icon-toggle:active{background-color:var(--color-gray-03)}.icon-toggle.active{background-color:var(--color-gray-04)}.icon-toggle.active:hover{background-color:var(--color-gray-05)}.icon-toggle.active:active{background-color:var(--color-gray-03)}.icon-toggle:focus{outline:2px solid var(--color-blue-07);outline-offset:1px}.icon-toggle span{color:var(--color-gray-10);padding:0}.icon-toggle ::slotted([slot=slot-after-text]){fill:var(--color-gray-10) !important}.icon-toggle ::slotted(icon-asset){display:block;margin:auto;height:18px;width:18px}.clear-search{border:none;padding:0px;line-height:var(----ptc-line-height-densest);background-color:transparent}.clear-search:hover{text-decoration:underline;text-decoration-color:var(--color-white)}.clear-search span{color:var(--color-white);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-x-small);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}";
199
+
200
+ const PtcButton = class {
201
+ constructor(hostRef) {
202
+ index.registerInstance(this, hostRef);
203
+ this.clickEvent = index.createEvent(this, "clickEvent", 7);
204
+ this.disabled = false;
205
+ this.active = false;
206
+ this.type = 'button';
207
+ this.color = 'ptc-primary';
208
+ this.iconAnimation = '';
209
+ this.iconPosition = 'icon-right';
210
+ this.linkHref = undefined;
211
+ this.linkTitle = undefined;
212
+ this.target = '_self';
213
+ this.rel = undefined;
214
+ this.tabNav = 0;
215
+ this.styles = undefined;
216
+ }
217
+ clickEventHandler() {
218
+ this.clickEvent.emit();
219
+ }
220
+ render() {
221
+ const classMap = this.getCssClassMap();
222
+ const Tag = !!this.linkHref ? 'a' : 'button';
223
+ return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h(Tag, Object.assign({ class: classMap, onClick: this.clickEventHandler.bind(this) }, (!!this.linkHref ? { href: this.linkHref } : {}), (!this.linkHref ? { type: this.type } : {}), (!!this.target && !!this.linkHref ? { target: this.target } : {}), (!!this.rel && !!this.linkHref ? { rel: this.rel } : {}), (!!this.linkHref ? { title: this.linkTitle ? this.linkTitle : this.linkHref } : {}), (!!this.tabNav ? { tabindex: -1 } : { tabindex: 0 })), index.h("span", null, index.h("slot", { name: "slot-before-text" }), index.h("slot", null), index.h("slot", { name: "slot-after-text" })))));
224
+ }
225
+ getCssClassMap() {
226
+ return {
227
+ [this.color]: true,
228
+ [this.iconAnimation]: true,
229
+ [this.iconPosition]: true,
230
+ ['disabled']: this.disabled ? true : false,
231
+ ['active']: this.active ? true : false,
232
+ };
233
+ }
234
+ };
235
+ PtcButton.style = ptcButtonCss;
236
+
237
+ let ResponsiveBgVariables = {
238
+ envs: ['xs', 'sm', 'md', 'lg'],
239
+ selector: '.ptc-img',
240
+ interval: 250
241
+ };
242
+ let ResponsivePictureVariables = {
243
+ envs: ['xs', 'sm', 'md', 'lg'],
244
+ selector: '.ptc-picture',
245
+ interval: 250
246
+ };
247
+
248
+ const ptcImgCss = ".smart-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.smart-img{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}@media only screen and (min-width: 768px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media only screen and (min-width: 768px){.hidden-lg{display:none !important}}";
249
+
250
+ const PtcImg = class {
251
+ constructor(hostRef) {
252
+ index.registerInstance(this, hostRef);
253
+ this.sizeXs = '510x340';
254
+ this.sizeSm = '1240x496';
255
+ this.sizeMd = '1366x500';
256
+ this.sizeLg = '1920x1080';
257
+ this.imgUrl = undefined;
258
+ this.imageType = 'smart-bg';
259
+ this.borderRadius = '';
260
+ this.loadMode = 'lazy-bg';
261
+ }
262
+ /**
263
+ * Image Z Index
264
+ */
265
+ // @Prop() imageZIndex: 'z-index-auto' | 'z-index-n-2' | 'z-index-n-1' | 'z-index-p-1' | 'z-index-p-2' = 'z-index-auto';
266
+ WindowResize() {
267
+ this.setResponsiveBg();
268
+ }
269
+ render() {
270
+ const classMap = this.getCssClassMap();
271
+ return (index.h(index.Host, null, index.h("div", { class: classMap, "data-xs": `${this.imgUrl}:${this.sizeXs}`, "data-sm": `${this.imgUrl}:${this.sizeSm}`, "data-md": `${this.imgUrl}:${this.sizeMd}`, "data-lg": `${this.imgUrl}:${this.sizeLg}` }, this.imageType == 'smart-bg' ? index.h("slot", null) : null)));
272
+ }
273
+ componentDidLoad() {
274
+ this.addIntersectionObserver();
275
+ this.setResponsiveBg();
276
+ }
277
+ componentWillUpdate() {
278
+ this.addIntersectionObserver();
279
+ this.setResponsiveBg();
280
+ }
281
+ //responsive image
282
+ setResponsiveBg() {
283
+ // Define local variables
284
+ let backgrounds = (this.el || document).querySelectorAll(ResponsiveBgVariables.selector), el, elData, currentBreakpoint = this.getCurrentBreakPoints();
285
+ // Loop through all target elements
286
+ for (var i = 0, len = backgrounds.length; i < len; i++) {
287
+ // Set current variables
288
+ el = backgrounds[i];
289
+ elData = el.getAttribute('data-' + currentBreakpoint);
290
+ // If the data attribute exists, set the background
291
+ if (elData !== null) {
292
+ el.style.backgroundImage = "url('" + elData + "')";
293
+ }
294
+ else {
295
+ if (typeof console == 'object') {
296
+ console.warn('Data attribute: data-' + currentBreakpoint + ' not found on element:\n\n' + el.outerHTML + '\n\n\n');
297
+ }
298
+ }
299
+ }
300
+ }
301
+ //lazy loading
302
+ addIntersectionObserver() {
303
+ if (!this.imgUrl) {
304
+ console.log('no image!');
305
+ return;
306
+ }
307
+ if ('IntersectionObserver' in window) {
308
+ let lazyLoadBgs = (this.el || document).querySelectorAll('.lazy-bg');
309
+ let bgObserver = new IntersectionObserver(entries => {
310
+ entries.forEach(entry => {
311
+ if (entry.isIntersecting) {
312
+ const image = entry.target;
313
+ image.classList.remove('lazy-bg');
314
+ bgObserver.unobserve(image);
315
+ }
316
+ });
317
+ });
318
+ lazyLoadBgs.forEach(image => {
319
+ bgObserver.observe(image);
320
+ });
321
+ }
322
+ }
323
+ getCssClassMap() {
324
+ return {
325
+ [this.imageType]: true,
326
+ 'ptc-img': true,
327
+ [this.borderRadius]: true,
328
+ [this.loadMode]: true,
329
+ // [this.imageZIndex] : true
330
+ };
331
+ }
332
+ getCurrentBreakPoints() {
333
+ // Define local variables
334
+ let doc = window.document, temp = doc.createElement('div'), env;
335
+ // Append test node
336
+ doc.body.appendChild(temp);
337
+ // Loop through breakpoints
338
+ for (let i = ResponsiveBgVariables.envs.length - 1; i >= 0; i--) {
339
+ env = ResponsiveBgVariables.envs[i];
340
+ // Add classes
341
+ temp.className = 'hidden-' + env;
342
+ // Found breakpoint
343
+ if (temp.offsetParent === null) {
344
+ // Remove our test node
345
+ doc.body.removeChild(temp);
346
+ // Return current breakpoint
347
+ return env;
348
+ }
349
+ }
350
+ // Breakpoint not found, try fallback
351
+ doc.body.removeChild(temp);
352
+ return this.getFallbackBreakpoint();
353
+ }
354
+ getFallbackBreakpoint() {
355
+ if (window.matchMedia('(min-width: 992px)').matches) {
356
+ return 'lg';
357
+ }
358
+ else if (window.matchMedia('(min-width: 768px)').matches) {
359
+ return 'md';
360
+ }
361
+ else if (window.matchMedia('(min-width: 576px)').matches) {
362
+ return 'sm';
363
+ }
364
+ else {
365
+ return 'xs';
366
+ }
367
+ }
368
+ get el() { return index.getElement(this); }
369
+ };
370
+ PtcImg.style = ptcImgCss;
371
+
372
+ const ptcJumbotronCss = ".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-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-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}.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}@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}}.standard-list{list-style:none;margin-left:0;margin-bottom:20px;padding:0}.is-spaced-between{justify-content:space-between}.grid-large-col-gap-md{column-gap:0}@media only screen and (min-width: 992px){.grid-large-col-gap-md{column-gap:3rem}}.grid-large-col-gap-sm{column-gap:0}@media only screen and (min-width: 768px){.grid-large-col-gap-sm{column-gap:3rem}}.grid-x-large-col-gap-md{column-gap:0}@media only screen and (min-width: 992px){.grid-x-large-col-gap-md{column-gap:4rem}}.grid-x-large-col-gap-sm{column-gap:0}@media only screen and (min-width: 768px){.grid-x-large-col-gap-sm{column-gap:4rem}}.grid-medium-col-gap-md{column-gap:0}@media only screen and (min-width: 992px){.grid-medium-col-gap-md{column-gap:2rem}}.grid-medium-col-gap-sm{column-gap:0}@media only screen and (min-width: 768px){.grid-medium-col-gap-sm{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:2rem;padding-bottom:2rem}@media only screen and (min-width: 992px){.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}.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}.u-flex-nowrap{flex-wrap:nowrap}.u-flex-wrap{flex-wrap:wrap}.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}.fef-two-column-two-media .has-col-gap-lg{grid-column-gap:var(--spacing-md)}@media only screen and (min-width: 992px){.fef-two-column-two-media .has-col-gap-lg{grid-column-gap:var(--spacing-lg)}}.fef-two-column-two-media .is-col-6-md{padding-bottom:3rem}.fef-two-column-two-media .is-col-6-md:last-child{padding-bottom:0rem}@media only screen and (min-width: 768px){.fef-two-column-two-media .is-col-6-md{padding-bottom:0rem}}ptc-icon-list.icon-top-align-list a{text-decoration:none;transition:color 0.3s ease;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-font-size-x-large);border-bottom:0.094rem solid var(--color-green-06);color:var(--color-gray-10)}ptc-icon-list.icon-top-align-list a:hover{color:var(--color-green-06)}@media only screen and (min-width: 768px){.is-grid.grid-large-col-gap-xs-0{row-gap:0}}:host{display:block}.parent{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-column-gap:0px;grid-row-gap:0px;position:unset}.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}.video-ratio{position:relative;overflow:hidden;height:0;padding-bottom:100%}@media only screen and (min-width: 768px){.video-ratio{padding-bottom:75%}}@media only screen and (min-width: 992px){.video-ratio{padding-bottom:59.37%;max-height:500px}}@media only screen and (min-width: 1200px){.video-ratio{padding-bottom:39.67%}}@media only screen and (min-width: 1440px){.video-ratio{padding-bottom:33%}}.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}}.gap-adjustment{gap:var(--ptc-element-spacing-05)}.text-adjustment{justify-content:flex-start}@media only screen and (min-width: 992px){.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}@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}}ptc-svg-btn{position:absolute;left:50%;bottom:150%;transform:translate(-50%, 50%)}@media only screen and (min-width: 992px){ptc-svg-btn{left:70%;bottom:50%;transform:translate(0%, 50%)}}";
373
+
374
+ const PtcJumbotron = class {
375
+ constructor(hostRef) {
376
+ index.registerInstance(this, hostRef);
377
+ this.jumbotronType = 'light';
378
+ this.popupVideo = undefined;
379
+ this.mainTitle = 'Lorem Ipsum Dolor Sit Amet Consectetur';
380
+ this.subTitle = 'Lorem Ipsum Dolor Sit Amet Consectetur Adipiscing Lorem Ipsum Dolor Sit Amet Consectetur Adipisci Lorem Ipsum Dolor Sit Amet';
381
+ this.pngSrc = undefined;
382
+ this.gifSrc = undefined;
383
+ this.bgVideoSrc = undefined;
384
+ this.bgSrc = undefined;
385
+ this.contentBackground = undefined;
386
+ this.contentColor = undefined;
387
+ this.textAlign = 'left';
388
+ }
389
+ handleResize() {
390
+ this.getContentBackground();
391
+ }
392
+ connectedCallback() {
393
+ this.getContentBackground();
394
+ }
395
+ componentDidLoad() {
396
+ if (!!this.popupVideo) {
397
+ const selectedBtn = this.el.shadowRoot.querySelector('#j-modal-btn');
398
+ const PtcModal = this.el.shadowRoot.querySelector('#j-modal');
399
+ console.log('selected btn: ' + selectedBtn + '; selected Modal: ' + PtcModal);
400
+ selectedBtn.addEventListener('click', () => {
401
+ PtcModal.show = true;
402
+ });
403
+ }
404
+ }
405
+ render() {
406
+ console.log('render');
407
+ const classMap = this.getCssClassMap();
408
+ let mediaElement;
409
+ switch (this.jumbotronType) {
410
+ case 'png':
411
+ mediaElement = (index.h("div", { class: "mobile-media-image" }, index.h("ptc-picture", { src: this.pngSrc })));
412
+ break;
413
+ case 'gif':
414
+ mediaElement = (index.h("div", { class: "mobile-media-image gif-bg" }, index.h("img", { src: this.gifSrc })));
415
+ break;
416
+ case 'dark-video':
417
+ case 'light-video':
418
+ mediaElement = index.h("ptc-background-video", { class: "video-ratio", overlay: false, "video-src": this.bgVideoSrc });
419
+ break;
420
+ default:
421
+ mediaElement = index.h("ptc-img", { "img-url": this.bgSrc });
422
+ }
423
+ return (index.h(index.Host, { class: classMap }, index.h("div", { class: "parent" }, index.h("div", { class: `div1 image-container ${this.jumbotronType === 'text' ? 'hidden' : ''}` }, mediaElement), index.h("div", { class: "div2 content-container" }, index.h("div", { class: "bg-overlay", style: { background: this.contentBackground } }), index.h("div", { class: "ptc-container content-layout" }, index.h("max-width-container", { "max-width": "578", breakpoint: 992, "content-align": this.jumbotronType === 'text' ? 'center' : this.textAlign }, index.h("slot", { name: "breadcrumb" }), index.h("ptc-spacer", { breakpoint: "small", size: "medium" }), index.h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), index.h("ptc-title", { type: "h1", upperline: "no-upperline", "title-size": "xxxx-large", "title-height": "densest", "title-weight": "w-8", "title-margin": "margin-flush", "text-align": this.jumbotronType === 'text' ? 'center' : 'left' }, index.h("ptc-tooltip", { "title-lines": "3", description: this.mainTitle, position: "bottom", styles: `.text-ellipsis{color: ${this.contentColor};}` })), index.h("ptc-spacer", { breakpoint: "small", size: "medium" }), index.h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), index.h("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-margin": "margin-bottom-6", "para-color": "white", "para-line-h": "line-height-p", "para-align": this.jumbotronType === 'text' ? 'center' : 'left' }, index.h("ptc-tooltip", { "text-lines": "7", description: this.subTitle, position: "bottom", styles: `.ellipsis-by-line-boxing{color: ${this.contentColor};}` })), index.h("div", { class: `u-flex u-flex-wrap gap-adjustment${this.jumbotronType === 'text' ? ' text-adjustment' : ''}` }, index.h("slot", { name: "j-cta" }))), !!this.popupVideo
424
+ ? [
425
+ index.h("ptc-modal", { id: "j-modal", show: false, size: "lg", "iframe-url": this.popupVideo }),
426
+ index.h("ptc-svg-btn", { id: "j-modal-btn", "svg-name": "play", display: "block", "z-index": 2 }),
427
+ ]
428
+ : null, this.jumbotronType === 'png' ? (index.h("div", { class: "desktop-media-image" }, index.h("ptc-picture", { "is-full-width": true, src: this.pngSrc }))) : null, this.jumbotronType === 'gif' ? (index.h("div", { class: "desktop-media-image desk-gif-adjustment" }, index.h("img", { src: this.gifSrc }))) : null)))));
429
+ }
430
+ getCssClassMap() {
431
+ return {
432
+ // [this.imageZIndex] : true
433
+ };
434
+ }
435
+ getContentBackground() {
436
+ if (window.innerWidth < 992) {
437
+ switch (this.jumbotronType) {
438
+ case 'light':
439
+ case 'light-video':
440
+ this.contentBackground = '#F3F3F3';
441
+ this.contentColor = 'var(--color-gray-10)';
442
+ break;
443
+ case 'dark':
444
+ case 'dark-video':
445
+ this.contentBackground = 'var(--color-gray-09)';
446
+ this.contentColor = 'var(--color-white)';
447
+ break;
448
+ default:
449
+ this.contentBackground = 'transparent';
450
+ this.contentColor = 'var(--color-gray-10)';
451
+ }
452
+ }
453
+ else {
454
+ switch (this.jumbotronType) {
455
+ case 'light':
456
+ case 'light-video':
457
+ this.contentBackground = 'linear-gradient(90.19deg, rgba(255, 255, 255, 0.9) 62.55%, rgba(228, 231, 233, 0) 99.86%)';
458
+ this.contentColor = 'var(--color-gray-10)';
459
+ break;
460
+ case 'dark':
461
+ case 'dark-video':
462
+ this.contentBackground = 'linear-gradient(90deg, rgba(0, 0, 0, 0.63) 52.42%, rgba(40, 47, 53, 0) 100%)';
463
+ this.contentColor = 'var(--color-white)';
464
+ break;
465
+ case 'gif':
466
+ this.contentBackground = '#F3F3F3';
467
+ this.contentColor = 'var(--color-gray-10)';
468
+ break;
469
+ default:
470
+ this.contentBackground = 'transparent';
471
+ this.contentColor = 'var(--color-gray-10)';
472
+ }
473
+ }
474
+ }
475
+ get el() { return index.getElement(this); }
476
+ };
477
+ PtcJumbotron.style = ptcJumbotronCss;
478
+
479
+ const ptcModalCss = ":host{display:block}.wrapper{position:absolute;width:100vw;height:100%;top:0;left:0;z-index:3000;display:none}.wrapper.fixed{position:fixed}.wrapper .modal-popup{margin:7.5rem auto 1rem;background-color:var(--color-white);box-shadow:var(--ptc-shadow-large);max-width:22.5625rem;width:80%;display:flex;flex-direction:column;align-items:flex-end;align-content:flex-end;z-index:3020;transform:translateY(-100%)}@media only screen and (min-width: 992px){.wrapper .modal-popup{max-width:29.125rem}}.wrapper .modal-popup.md{max-width:44.125rem}.wrapper .modal-popup.lg{max-width:56.25rem}.wrapper .modal-popup.xl{max-width:64.0625rem}.wrapper .modal-popup .modal-body{width:100%}.wrapper .modal-popup .modal-body iframe{opacity:0;overflow:hidden;width:100%;border:0;transition:opacity var(--ptc-ease-inout) var(--ptc-transition-medium)}.wrapper .modal-popup .modal-body iframe.ready{opacity:1}.wrapper .modal-popup .modal-body.frame{overflow:hidden}.wrapper .modal-popup .modal-body.html{overflow:hidden}.wrapper .modal-popup .close{margin-right:var(--ptc-element-spacing-03);margin-top:var(--ptc-element-spacing-03)}.wrapper .modal-popup.shadow-scroller{max-height:756px}.wrapper .modal-popup.shadow-scroller .modal-header{transition:box-shadow ease-in-out 250ms;position:relative;min-height:57px;border-bottom:1px solid var(--color-gray-02);width:100%}.wrapper .modal-popup.shadow-scroller .modal-header .close{position:absolute;top:var(--spacing-md);right:var(--spacing-md);margin:0}.wrapper .modal-popup.shadow-scroller .modal-body{min-height:200px;overflow-x:hidden;overflow-y:auto}.wrapper .modal-popup.shadow-scroller .modal-footer{transition:box-shadow ease-in-out 250ms;width:100%;min-height:72px;border-top:1px solid var(--color-gray-02);padding-top:1rem}.wrapper .modal-popup.shadow-scroller.scroll-top .modal-header{box-shadow:0px 4px 12px rgba(0, 0, 0, 0.12)}.wrapper .modal-popup.shadow-scroller.scroll-bottom .modal-footer{box-shadow:0px -8px 12px rgba(0, 0, 0, 0.12)}.wrapper.show{display:flex;align-items:flex-start}.wrapper.show .modal-popup{transform:translateY(0)}.wrapper.show .modal-popup.rounded{border-radius:var(--ptc-border-radius-standard)}.overlay{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:3010;display:block;background-color:rgba(0, 0, 0, 0.6)}";
480
+
481
+ const PtcModal = class {
482
+ constructor(hostRef) {
483
+ index.registerInstance(this, hostRef);
484
+ this.closed = index.createEvent(this, "closed", 7);
485
+ this.opened = index.createEvent(this, "opened", 7);
486
+ this.iframeUrl = undefined;
487
+ this.size = 'sm';
488
+ this.show = false;
489
+ this.overlay = true;
490
+ this.fixed = false;
491
+ this.closeOnBlur = false;
492
+ this.rounded = false;
493
+ this.showHeaderFooter = false;
494
+ this.overlayHeight = undefined;
495
+ this.bodyOverflowSetting = undefined;
496
+ }
497
+ fireOnClosed(modal) {
498
+ this.closed.emit(modal);
499
+ }
500
+ fireOnOpened(modal) {
501
+ this.opened.emit(modal);
502
+ }
503
+ componentWillLoad() {
504
+ let body = document.querySelector('body');
505
+ this.bodyOverflowSetting = {
506
+ //overflow: body.style['overflow'],
507
+ overflowY: body.style['overflowY'],
508
+ overflowX: body.style['overflowX'],
509
+ };
510
+ }
511
+ componentWillRender() {
512
+ let body = document.querySelector('body');
513
+ if (body) {
514
+ if (this.show) {
515
+ //body.style['overflow'] = 'hidden';
516
+ body.style['overflowY'] = 'scroll';
517
+ body.style['overflowX'] = 'hidden';
518
+ }
519
+ else {
520
+ //body.style['overflow'] = this.bodyOverflowSetting.overflow;
521
+ body.style['overflowY'] = this.bodyOverflowSetting.overflowY;
522
+ body.style['overflowX'] = this.bodyOverflowSetting.overflowX;
523
+ }
524
+ }
525
+ }
526
+ componentDidLoad() {
527
+ if (this.show) {
528
+ this.fireOnOpened(this);
529
+ }
530
+ if (this.showHeaderFooter) {
531
+ this.handleScroll();
532
+ }
533
+ }
534
+ componentDidUpdate() {
535
+ if (this.show) {
536
+ this.fireOnOpened(this);
537
+ }
538
+ else {
539
+ this.fireOnClosed(this);
540
+ }
541
+ }
542
+ resizeIframe(e) {
543
+ let iFrame = e.target;
544
+ setTimeout(() => {
545
+ try {
546
+ if (iFrame.contentDocument) {
547
+ iFrame.height = `${iFrame.contentDocument.body.scrollHeight}px`;
548
+ }
549
+ else {
550
+ iFrame.height = '616px'; //default
551
+ iFrame.removeAttribute('scrolling');
552
+ }
553
+ }
554
+ catch (error) {
555
+ console.log(error);
556
+ iFrame.height = '616px'; //default
557
+ iFrame.removeAttribute('scrolling');
558
+ }
559
+ iFrame.classList.add('ready');
560
+ }, 50);
561
+ }
562
+ handleScroll() {
563
+ let modal = this.el.shadowRoot.querySelector('.shadow-scroller');
564
+ if (modal) {
565
+ let body = modal.querySelector('.modal-body');
566
+ var height = body.clientHeight;
567
+ var scrollHeight = body.scrollHeight;
568
+ var scrollTop = body.scrollTop;
569
+ var offset = body.offsetHeight;
570
+ if (height < scrollHeight) { //has scrollbar
571
+ if (scrollTop > 0) { //can scroll up
572
+ modal.classList.add('scroll-top');
573
+ }
574
+ else {
575
+ modal.classList.remove('scroll-top');
576
+ }
577
+ if (offset + scrollTop < scrollHeight) { //can scroll down
578
+ modal.classList.add('scroll-bottom');
579
+ }
580
+ else {
581
+ modal.classList.remove('scroll-bottom');
582
+ }
583
+ }
584
+ }
585
+ }
586
+ close() {
587
+ this.show = false;
588
+ }
589
+ render() {
590
+ let content;
591
+ let overlay;
592
+ let type = this.iframeUrl ? 'frame' : 'html';
593
+ let closebtn = (index.h("div", { class: "close" }, index.h("a", { href: "#", onClick: (e) => { e.preventDefault(); this.close(); } }, index.h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "none" }, index.h("path", { d: "M1 1L13 13", stroke: "black" }), index.h("path", { d: "M13 1L1 13", stroke: "black" })))));
594
+ if (this.iframeUrl) {
595
+ content = (index.h("iframe", { src: this.iframeUrl, frameBorder: 0, allowFullScreen: false, height: "100%", width: "100%", scrolling: "no", onLoad: this.resizeIframe }));
596
+ }
597
+ else {
598
+ if (this.showHeaderFooter) {
599
+ content = (index.h("slot", { name: "body" }));
600
+ }
601
+ else {
602
+ content = (index.h("slot", null));
603
+ }
604
+ }
605
+ if (this.overlay) {
606
+ if (this.closeOnBlur) {
607
+ overlay = index.h("div", { class: "overlay", onClick: (_) => this.close() });
608
+ }
609
+ else {
610
+ overlay = index.h("div", { class: "overlay" });
611
+ }
612
+ }
613
+ return (index.h(index.Host, null, index.h("div", { class: `wrapper ${this.show ? "show" : "hide"} ${this.fixed ? 'fixed' : ''} ` }, overlay, index.h("div", { class: `modal-popup ${this.size} ${type} ${this.rounded ? 'rounded' : ''} ${this.showHeaderFooter ? 'shadow-scroller' : ''} ` }, this.showHeaderFooter ? [
614
+ index.h("div", { class: "modal-header" }, index.h("slot", { name: "header" }), closebtn),
615
+ index.h("div", { class: "modal-body", onScroll: () => this.handleScroll() }, content),
616
+ index.h("div", { class: "modal-footer" }, index.h("slot", { name: "footer" }))
617
+ ] : [
618
+ closebtn,
619
+ index.h("div", { class: "modal-body" }, content)
620
+ ]))));
621
+ }
622
+ get el() { return index.getElement(this); }
623
+ };
624
+ PtcModal.style = ptcModalCss;
625
+
626
+ const ptcParaCss = ":host{position:relative;z-index:1}: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.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.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-9{font-weight:var(--ptc-font-weight-black)}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.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}";
627
+
628
+ const PtcPara = class {
629
+ constructor(hostRef) {
630
+ index.registerInstance(this, hostRef);
631
+ this.fontSize = 'x-small';
632
+ this.fontWeight = 'w-4';
633
+ this.paraStyle = 'default';
634
+ this.paraColor = 'primary-grey';
635
+ this.paraLineH = 'line-height-normal';
636
+ this.paraMargin = undefined;
637
+ this.paraAlign = undefined;
638
+ this.ellipsisLineCutoff = undefined;
639
+ this.paraZIndex = undefined;
640
+ this.styles = undefined;
641
+ }
642
+ render() {
643
+ const classMap = this.getCssClassMap();
644
+ const colorClass = this.addWhiteClass();
645
+ const cutOff = this.getLineCuttoff();
646
+ return (index.h(index.Host, { class: `${colorClass} ${this.paraZIndex}` }, this.styles && index.h("style", null, this.styles), index.h("p", { class: classMap, part: "part-para", style: cutOff }, index.h("slot", null))));
647
+ }
648
+ getCssClassMap() {
649
+ return {
650
+ [this.fontSize]: true,
651
+ [this.fontWeight]: true,
652
+ [this.paraStyle]: true,
653
+ [this.paraMargin]: !!this.paraMargin ? true : false,
654
+ [this.paraColor]: true,
655
+ [this.paraLineH]: true,
656
+ [this.paraAlign]: !!this.paraAlign ? true : false,
657
+ ['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
658
+ };
659
+ }
660
+ //WEB-2392
661
+ addWhiteClass() {
662
+ if (this.paraColor == 'white') {
663
+ return {
664
+ [this.paraColor]: true,
665
+ };
666
+ }
667
+ }
668
+ getLineCuttoff() {
669
+ let result;
670
+ if (this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0) {
671
+ result = {
672
+ ['-webkit-line-clamp']: `${this.ellipsisLineCutoff}`,
673
+ };
674
+ }
675
+ return result;
676
+ }
677
+ get el() { return index.getElement(this); }
678
+ };
679
+ PtcPara.style = ptcParaCss;
680
+
681
+ const ptcPictureCss = ":host{display:block;overflow:hidden}:host img{display:block}:host(.relative){position:relative}:host(.static){position:static}:host(.absoltue){position:absolute}img{max-width:100%}.cover{object-fit:cover}.fill{object-fit:fill}.contain{object-fit:contain}.scale-down{object-fit:scale-down}.none{object-fit:none}.initial{object-fit:initial}.inherit{object-fit:inherit}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.is-full-height{height:100%}.is-full-width{width:100%}:host(.left){text-align:left}:host(.right){text-align:right}:host(.center){text-align:center}";
682
+
683
+ const PtcPicture = class {
684
+ constructor(hostRef) {
685
+ index.registerInstance(this, hostRef);
686
+ this.src = undefined;
687
+ this.alt = "image";
688
+ this.sizeXs = '510x340';
689
+ this.sizeSm = '1240x496';
690
+ this.sizeMd = '1366x500';
691
+ this.sizeLg = '1920x1080';
692
+ this.oldSrc = undefined;
693
+ this.imagePosition = 'static';
694
+ this.borderRadius = undefined;
695
+ this.height = undefined;
696
+ this.width = undefined;
697
+ this.objectFit = 'cover';
698
+ this.isFullHeight = false;
699
+ this.isFullWidth = false;
700
+ this.styles = undefined;
701
+ this.imageAlignment = 'left';
702
+ this.maxWidth = undefined;
703
+ }
704
+ WindowResize() {
705
+ this.addIntersectionObserver();
706
+ }
707
+ componentDidLoad() {
708
+ this.addIntersectionObserver();
709
+ }
710
+ componentWillUpdate() {
711
+ if (this.src !== this.oldSrc) {
712
+ this.addIntersectionObserver();
713
+ }
714
+ this.oldSrc = this.src;
715
+ }
716
+ //lazy-loading
717
+ addIntersectionObserver() {
718
+ if (!this.src) {
719
+ return;
720
+ }
721
+ if ('IntersectionObserver' in window) {
722
+ let lazyLoadImages = new IntersectionObserver(entries => {
723
+ entries.forEach(entry => {
724
+ if (entry.isIntersecting) {
725
+ const image = this.el.shadowRoot.querySelector('img');
726
+ image.src = this.setResponsiveBg();
727
+ lazyLoadImages.unobserve(image);
728
+ }
729
+ });
730
+ });
731
+ lazyLoadImages.observe(this.el.shadowRoot.querySelector('img'));
732
+ }
733
+ else {
734
+ // fall back to setTimeout for Safari and IE
735
+ setTimeout(() => {
736
+ const image = this.el.shadowRoot.querySelector('img');
737
+ image.src = this.setResponsiveBg();
738
+ image.onload = () => {
739
+ image.removeAttribute('data-src');
740
+ console.log('loaded fallback');
741
+ };
742
+ }, 5000);
743
+ }
744
+ }
745
+ //responsive image
746
+ setResponsiveBg() {
747
+ // Define local variables
748
+ let backgrounds = (this.el.shadowRoot || document).querySelectorAll('img'), el, elData, currentBreakpoint = this.getCurrentBreakPoints();
749
+ for (var i = 0, len = backgrounds.length; i < len; i++) {
750
+ // Set current variables
751
+ el = backgrounds[i];
752
+ elData = el.getAttribute('data-' + currentBreakpoint);
753
+ if (elData !== null) {
754
+ return elData;
755
+ }
756
+ else {
757
+ if (typeof console == 'object') {
758
+ console.warn('Data attribute: data-' + currentBreakpoint + ' not found on element:\n\n' + el.outerHTML + '\n\n\n');
759
+ }
760
+ }
761
+ }
762
+ }
763
+ render() {
764
+ const classMap = this.getCssClassMap();
765
+ const classMapHost = this.getCssClassMapHost();
766
+ return (index.h(index.Host, { class: classMapHost }, this.styles && index.h("style", null, this.styles), index.h("img", Object.assign({ class: classMap, "data-xs": !!this.sizeXs ? `${this.src}:${this.sizeXs}` : `${this.src}`, "data-sm": !!this.sizeSm ? `${this.src}:${this.sizeSm}` : `${this.src}`, "data-md": !!this.sizeMd ? `${this.src}:${this.sizeMd}` : `${this.src}`, "data-lg": !!this.sizeLg ? `${this.src}:${this.sizeLg}` : `${this.src}` }, (!!this.width ? { width: this.width } : {}), (!!this.height ? { height: this.height } : {}), { alt: this.alt, style: Object.assign({}, (!!this.maxWidth ? { maxWidth: this.maxWidth + 'px' } : {})) })), index.h("slot", null)));
767
+ }
768
+ getCurrentBreakPoints() {
769
+ // Define local variables
770
+ let doc = window.document, temp = doc.createElement('div'), env;
771
+ // Append test node
772
+ doc.body.appendChild(temp);
773
+ // Loop through breakpoints
774
+ for (let i = ResponsivePictureVariables.envs.length - 1; i >= 0; i--) {
775
+ env = ResponsivePictureVariables.envs[i];
776
+ // Add classes
777
+ temp.className = 'hidden-' + env;
778
+ // Found breakpoint
779
+ if (temp.offsetParent === null) {
780
+ // Remove our test node
781
+ doc.body.removeChild(temp);
782
+ // Return current breakpoint
783
+ return env;
784
+ }
785
+ }
786
+ // Breakpoint not found, try fallback
787
+ doc.body.removeChild(temp);
788
+ return this.getFallbackBreakpoint();
789
+ }
790
+ getFallbackBreakpoint() {
791
+ if (window.matchMedia('(min-width: 992px)').matches) {
792
+ return 'lg';
793
+ }
794
+ else if (window.matchMedia('(min-width: 768px)').matches) {
795
+ return 'md';
796
+ }
797
+ else if (window.matchMedia('(min-width: 576px)').matches) {
798
+ return 'sm';
799
+ }
800
+ else {
801
+ return 'xs';
802
+ }
803
+ }
804
+ getCssClassMap() {
805
+ return {
806
+ [this.borderRadius]: this.borderRadius ? true : false,
807
+ [this.objectFit]: true,
808
+ [this.isFullHeight ? 'is-full-height' : 'is-normal-height']: true,
809
+ [this.isFullWidth ? 'is-full-width' : 'is-normal-width']: true
810
+ };
811
+ }
812
+ getCssClassMapHost() {
813
+ return {
814
+ [this.imagePosition]: true,
815
+ [this.imageAlignment]: true
816
+ };
817
+ }
818
+ get el() { return index.getElement(this); }
819
+ };
820
+ PtcPicture.style = ptcPictureCss;
821
+
822
+ const ptcSpacerCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:12px;min-width:12px;height:12px}@media (min-width: 36em){:host{width:16px;min-width:16px;height:16px}}:host(.ptc-spacer-horizontal){display:inline-block;height:100% !important}:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px}}:host(.ptc-spacer-horizontal.x-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-small){width:8px;min-width:8px}}:host(.ptc-spacer-horizontal.small){width:8px;min-width:8px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.small){width:12px;min-width:12px}}:host(.ptc-spacer-horizontal.medium){height:100%}:host(.ptc-spacer-horizontal.large){width:16px;min-width:16px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.large){width:20px;min-width:20px}}:host(.ptc-spacer-horizontal.x-large){width:20px;min-width:20px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-large){width:28px;min-width:28px}}:host(.ptc-spacer-horizontal.xx-large){width:28px;min-width:28px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-large){width:36px;min-width:36px}}:host(.ptc-spacer-horizontal.xxx-large){width:36px;min-width:36px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxx-large){width:48px;min-width:48px}}:host(.ptc-spacer-horizontal.xxxx-large){width:48px;min-width:48px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxxx-large){width:72px;min-width:72px}}:host(.ptc-spacer-vertical.xx-small){width:100%;height:4px;min-height:4px}:host(.ptc-spacer-vertical.x-small){width:100%;height:4px;min-height:4px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-small){height:8px;min-height:8px}}:host(.ptc-spacer-vertical.small){width:100%;height:8px;min-height:8px}@media (min-width: 36em){:host(.ptc-spacer-vertical.small){height:12px;min-height:12px}}:host(.ptc-spacer-vertical.medium){width:100%}:host(.ptc-spacer-vertical.large){width:100%;height:16px;min-height:16px}@media (min-width: 36em){:host(.ptc-spacer-vertical.large){height:20px;min-height:20px}}:host(.ptc-spacer-vertical.x-large){width:100%;height:20px;min-height:20px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-large){height:28px;min-height:28px}}:host(.ptc-spacer-vertical.xx-large){width:100%;height:28px;min-height:28px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xx-large){height:36px;min-height:36px}}:host(.ptc-spacer-vertical.xxx-large){width:100%;height:36px;min-height:36px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxx-large){height:48px;min-height:48px}}:host(.ptc-spacer-vertical.xxxx-large){width:100%;height:48px;min-height:48px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxxx-large){height:72px;min-height:72px}}:host(.ptc-spacer-vertical.space-144){width:100%;height:144px;min-height:144px}:host(.ptc-spacer-vertical.space-120){width:100%;height:120px;min-height:120px}:host(.ptc-spacer-vertical.space-128){width:100%;height:128px;min-height:128px}:host(.ptc-spacer-xx-small){display:none}@media (max-width: 22.5em){:host(.ptc-spacer-xx-small){display:block}}:host(.ptc-spacer-x-small){display:none}@media (max-width: 35.99em){:host(.ptc-spacer-x-small){display:block}}:host(.ptc-spacer-small){display:none}@media (min-width: 36em){:host(.ptc-spacer-small){display:block}}:host(.ptc-spacer-medium){display:none}@media (min-width: 48em){:host(.ptc-spacer-medium){display:block}}:host(.ptc-spacer-large){display:none}@media (min-width: 62em){:host(.ptc-spacer-large){display:block}}:host(.ptc-spacer-x-large){display:none}@media (min-width: 64.0625em){:host(.ptc-spacer-x-large){display:block}}:host(.ptc-spacer-xx-large){display:none}@media (min-width: 75em){:host(.ptc-spacer-xx-large){display:block}}:host(.ptc-spacer-xxx-large){display:none}@media (min-width: 90em){:host(.ptc-spacer-xxx-large){display:block}}";
823
+
824
+ const PtcSpacer = class {
825
+ constructor(hostRef) {
826
+ index.registerInstance(this, hostRef);
827
+ this.breakpoint = '';
828
+ this.size = 'medium';
829
+ this.direction = 'vertical';
830
+ }
831
+ render() {
832
+ const classMap = this.getCssClassMap();
833
+ return (index.h(index.Host, { class: classMap }));
834
+ }
835
+ getCssClassMap() {
836
+ return {
837
+ [this.size]: true,
838
+ ['ptc-spacer-horizontal']: this.direction === 'horizontal',
839
+ ['ptc-spacer-vertical']: this.direction === 'vertical',
840
+ ['ptc-spacer-xx-small']: this.breakpoint === 'xx-small',
841
+ ['ptc-spacer-x-small']: this.breakpoint === 'x-small',
842
+ ['ptc-spacer-small']: this.breakpoint === 'small',
843
+ ['ptc-spacer-medium']: this.breakpoint === 'medium',
844
+ ['ptc-spacer-large']: this.breakpoint === 'large',
845
+ ['ptc-spacer-x-large']: this.breakpoint === 'x-large',
846
+ ['ptc-spacer-xx-large']: this.breakpoint === 'xx-large',
847
+ ['ptc-spacer-xxx-large']: this.breakpoint === 'xxx-large',
848
+ };
849
+ }
850
+ };
851
+ PtcSpacer.style = ptcSpacerCss;
852
+
853
+ const closeSvg = `<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 42 41.485">
854
+ <g id="Group_1042" data-name="Group 1042" transform="rotate(180 108.25 87.993)">
855
+ <path id="Line_446" d="M0 0v39.486" class="cls-1" data-name="Line 446"></path>
856
+ <path id="Line_447" d="M0 0h40" class="cls-1" data-name="Line 447"></path>
857
+ <path id="Line_448" d="M0 33.592V0" class="cls-1" data-name="Line 448"></path>
858
+ <path id="Line_449" d="M23.994 0H0" class="cls-1" data-name="Line 449"></path>
859
+ <path id="Line_450" d="M0 0l17.596 17.596" class="cls-2" data-name="Line 450" transform="translate(187.229 147.226)"></path>
860
+ <path id="Line_451" d="M0 7.198L7.199 0" class="cls-2" data-name="Line 451" transform="translate(197.55 147.312)"></path>
861
+ <path id="Path_114" d="M0 7.2L7.2 0" class="cls-2" data-name="Path 114" transform="translate(187.313 157.549)"></path>
862
+ </g>
863
+ </svg>`;
864
+
865
+ const arrowSvgLeft = `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
866
+ <g filter="url(#filter0_d_494_37)">
867
+ <circle cx="24" cy="22" r="20" fill="white"/>
868
+ <path d="M23.1444 16L23.1444 20.5762L31 20.5762L31 23.4239L23.1444 23.4239L23.1444 28L17 21.9669L23.1444 16Z" class="arrow"/>
869
+ </g>
870
+ <defs>
871
+ <filter id="filter0_d_494_37" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
872
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
873
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
874
+ <feOffset dy="2"/>
875
+ <feGaussianBlur stdDeviation="2"/>
876
+ <feComposite in2="hardAlpha" operator="out"/>
877
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
878
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_494_37"/>
879
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_494_37" result="shape"/>
880
+ </filter>
881
+ </defs>
882
+ </svg>
883
+ `;
884
+
885
+ const arrowSvgRight = `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
886
+ <g filter="url(#filter0_d_494_34)">
887
+ <circle cx="24" cy="22" r="20" fill="white"/>
888
+ <path d="M24.8556 16L24.8556 20.5762L17 20.5762L17 23.4239L24.8556 23.4239L24.8556 28L31 21.9669L24.8556 16Z" class="arrow"/>
889
+ </g>
890
+ <defs>
891
+ <filter id="filter0_d_494_34" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
892
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
893
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
894
+ <feOffset dy="2"/>
895
+ <feGaussianBlur stdDeviation="2"/>
896
+ <feComposite in2="hardAlpha" operator="out"/>
897
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
898
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_494_34"/>
899
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_494_34" result="shape"/>
900
+ </filter>
901
+ </defs>
902
+ </svg>
903
+ `;
904
+
905
+ const backarrow = `<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 311 512">
906
+ <defs>
907
+ <style>
908
+ .cls-1 {
909
+ fill: #fff;
910
+ fill-rule: evenodd;
911
+ }
912
+ </style>
913
+ </defs>
914
+ <path class="cls-1" d="M251.762,512L311,452.638,114.774,256,311,59.362,251.762,0,0,252.29Z"/>
915
+ </svg>
916
+ `;
917
+
918
+ const play = `<svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
919
+ <g filter="url(#filter0_d_241_171)">
920
+ <circle cx="42" cy="38" r="36" fill="#1F2024"/>
921
+ <circle cx="42" cy="38" r="35" stroke="#33A13C" stroke-width="2"/>
922
+ </g>
923
+ <path d="M58 38L34 51.8564L34 24.1436L58 38Z" fill="white"/>
924
+ <defs>
925
+ <filter id="filter0_d_241_171" x="0" y="0" width="84" height="84" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
926
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
927
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
928
+ <feMorphology radius="2" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_241_171"/>
929
+ <feOffset dy="4"/>
930
+ <feGaussianBlur stdDeviation="2"/>
931
+ <feComposite in2="hardAlpha" operator="out"/>
932
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.270588 0 0 0 0 0.313726 0 0 0 0.1 0"/>
933
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_241_171"/>
934
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_241_171" result="shape"/>
935
+ </filter>
936
+ </defs>
937
+ </svg>
938
+ `;
939
+
940
+ const ptcSvgBtnCss = ":host{cursor:pointer}:host(.block){display:block}:host(.inline){display:inline}:host(.inline-block){display:inline-block}:host(.flex){display:flex}:host(:focus-visible){outline:none}:host(.backarrow){margin:8px 8px 0px -2px}:focus-visible{outline:none}.svg-close svg .cls-1,.svg-close svg .cls-2{fill:none;stroke-width:2px}.svg-close svg .cls-1{stroke:var(--color-gray-10);stroke-linecap:square}.svg-close svg .cls-2{stroke:var(--color-gray-10)}.svg-close svg path{transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}.svg-close svg .cls-1:first-child{-webkit-transform:translate(175.5px, 135.5px);-ms-transform:translate(175.5px, 135.5px);transform:translate(175.5px, 135.5px)}.svg-close svg .cls-1:nth-child(2){-webkit-transform:translate(175.5px, 174.985px);-ms-transform:translate(175.5px, 174.985px);transform:translate(175.5px, 174.985px)}.svg-close svg .cls-1:nth-child(3){-webkit-transform:translate(215.5px, 141.393px);-ms-transform:translate(215.5px, 141.393px);transform:translate(215.5px, 141.393px)}.svg-close svg .cls-1:nth-child(4){-webkit-transform:translate(175.5px, 135.5px);-ms-transform:translate(175.5px, 135.5px);transform:translate(175.5px, 135.5px)}.svg-close:hover svg .cls-1:first-child{-webkit-transform:translate(175.5px, 162px);-ms-transform:translate(175.5px, 162px);transform:translate(175.5px, 162px)}.svg-close:hover svg .cls-1:nth-child(2){-webkit-transform:translate(149px, 174.985px);-ms-transform:translate(149px, 174.985px);transform:translate(149px, 174.985px)}.svg-close:hover svg .cls-1:nth-child(3){-webkit-transform:translate(215.5px, 174px);-ms-transform:translate(215.5px, 174px);transform:translate(215.5px, 174px)}.svg-close:hover svg .cls-1:nth-child(4){-webkit-transform:translate(152.5px, 135.5px);-ms-transform:translate(152.5px, 135.5px);transform:translate(152.5px, 135.5px)}.svg-close.svg-close-white .cls-1{stroke:var(--color-white)}.slider-left,.slider-right{transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}.slider-left svg .arrow,.slider-right svg .arrow{fill:var(--color-gray-10)}.slider-left:hover svg .arrow,.slider-right:hover svg .arrow{fill:var(--color-green-06)}.back-arrow{display:inline-block;fill:none;stroke-width:30px;stroke:var(--color-gray-10);stroke-linecap:square;height:10px;width:20px;position:relative;top:1px;text-align:center}@media only screen and (max-width: 1024px) and (min-width: 576px){:host(.back-arrow){margin:8px 8px 16px -2px}}";
941
+
942
+ const PtcSvgBtn = class {
943
+ constructor(hostRef) {
944
+ index.registerInstance(this, hostRef);
945
+ this.svgName = 'close';
946
+ this.display = 'block';
947
+ this.zIndex = undefined;
948
+ this.styles = undefined;
949
+ }
950
+ render() {
951
+ const classMap = this.getCssClassMap();
952
+ return (index.h(index.Host, Object.assign({ class: classMap }, (this.zIndex !== undefined ? { style: { zIndex: this.zIndex } } : null)), this.styles && index.h("style", null, this.styles), !!this.svgName && this.svgName === 'close' ? index.h("div", { class: "svg-close", innerHTML: closeSvg }) : null, !!this.svgName && this.svgName === 'slider-left' ? index.h("div", { class: "slider-left", innerHTML: arrowSvgLeft }) : null, !!this.svgName && this.svgName === 'slider-right' ? index.h("div", { class: "slider-right", innerHTML: arrowSvgRight }) : null, !!this.svgName && this.svgName === 'back-arrow' ? index.h("div", { class: "back-arrow", innerHTML: backarrow }) : null, !!this.svgName && this.svgName === 'play' ? index.h("div", { class: "play", innerHTML: play }) : null));
953
+ }
954
+ getCssClassMap() {
955
+ return {
956
+ [this.display]: true,
957
+ };
958
+ }
959
+ };
960
+ PtcSvgBtn.style = ptcSvgBtnCss;
961
+
962
+ const ptcTitleCss = "div.center.sc-ptc-title{text-align:center}div.center.dotted.sc-ptc-title h1.sc-ptc-title::before,div.center.dotted.sc-ptc-title h2.sc-ptc-title::before,div.center.dotted.sc-ptc-title h3.sc-ptc-title::before,div.center.dotted.sc-ptc-title h4.sc-ptc-title::before,div.center.dotted.sc-ptc-title h5.sc-ptc-title::before,div.center.dotted.sc-ptc-title h6.sc-ptc-title::before{left:50%;transform:translateX(-50%)}div.left.sc-ptc-title{text-align:left}div.left.dotted.sc-ptc-title h1.sc-ptc-title::before,div.left.dotted.sc-ptc-title h2.sc-ptc-title::before,div.left.dotted.sc-ptc-title h3.sc-ptc-title::before,div.left.dotted.sc-ptc-title h4.sc-ptc-title::before,div.left.dotted.sc-ptc-title h5.sc-ptc-title::before,div.left.dotted.sc-ptc-title h6.sc-ptc-title::before{left:0%}div.right.sc-ptc-title{text-align:right}div.right.dotted.sc-ptc-title h1.sc-ptc-title::before,div.right.dotted.sc-ptc-title h2.sc-ptc-title::before,div.right.dotted.sc-ptc-title h3.sc-ptc-title::before,div.right.dotted.sc-ptc-title h4.sc-ptc-title::before,div.right.dotted.sc-ptc-title h5.sc-ptc-title::before,div.right.dotted.sc-ptc-title h6.sc-ptc-title::before{right:0%}div.inherit.sc-ptc-title{text-align:inherit}div.dotted.sc-ptc-title h1.sc-ptc-title::before,div.dotted.sc-ptc-title h2.sc-ptc-title::before,div.dotted.sc-ptc-title h3.sc-ptc-title::before,div.dotted.sc-ptc-title h4.sc-ptc-title::before,div.dotted.sc-ptc-title h5.sc-ptc-title::before,div.dotted.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;top:-6px;width:30%;display:block;border-top:3px dashed var(--color-green-07)}div.solid.sc-ptc-title h1.sc-ptc-title,div.solid.sc-ptc-title h2.sc-ptc-title,div.solid.sc-ptc-title h3.sc-ptc-title,div.solid.sc-ptc-title h4.sc-ptc-title,div.solid.sc-ptc-title h5.sc-ptc-title,div.solid.sc-ptc-title h6.sc-ptc-title{padding-top:4px}div.solid.sc-ptc-title h1.sc-ptc-title::before,div.solid.sc-ptc-title h2.sc-ptc-title::before,div.solid.sc-ptc-title h3.sc-ptc-title::before,div.solid.sc-ptc-title h4.sc-ptc-title::before,div.solid.sc-ptc-title h5.sc-ptc-title::before,div.solid.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;width:100%;height:0.7px;background-color:var(--color-gray-03);opacity:0.9;left:0px}div.solid.sc-ptc-title h1.sc-ptc-title::after,div.solid.sc-ptc-title h2.sc-ptc-title::after,div.solid.sc-ptc-title h3.sc-ptc-title::after,div.solid.sc-ptc-title h4.sc-ptc-title::after,div.solid.sc-ptc-title h5.sc-ptc-title::after,div.solid.sc-ptc-title h6.sc-ptc-title::after{content:\"\";position:absolute;width:56px;height:2px;background-color:var(--color-green-07);top:2px;left:0px}div.is-standard.sc-ptc-title h1.sc-ptc-title,div.is-standard.sc-ptc-title h2.sc-ptc-title,div.is-standard.sc-ptc-title h3.sc-ptc-title,div.is-standard.sc-ptc-title h4.sc-ptc-title,div.is-standard.sc-ptc-title h5.sc-ptc-title,div.is-standard.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative}div.is-standard.sc-ptc-title h1.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);letter-spacing:0px;color:var(--color-gray-10)}div.is-standard.sc-ptc-title h2.sc-ptc-title{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);color:var(--color-gray-10)}div.is-plm-hub.sc-ptc-title h1.sc-ptc-title,div.is-plm-hub.sc-ptc-title h2.sc-ptc-title,div.is-plm-hub.sc-ptc-title h3.sc-ptc-title,div.is-plm-hub.sc-ptc-title h4.sc-ptc-title,div.is-plm-hub.sc-ptc-title h5.sc-ptc-title,div.is-plm-hub.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative;margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;color:var(--color-white) !important}div.margin-flush.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-flush.sc-ptc-title h1.sc-ptc-title,div.margin-flush.sc-ptc-title h2.sc-ptc-title,div.margin-flush.sc-ptc-title h3.sc-ptc-title,div.margin-flush.sc-ptc-title h4.sc-ptc-title,div.margin-flush.sc-ptc-title h5.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-top-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}div.margin-top-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}div.margin-top-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}div.margin-top-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}div.margin-top-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}div.margin-bottom-2.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}div.margin-bottom-3.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}div.margin-bottom-4.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}div.margin-bottom-5.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}div.margin-bottom-6.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}div.margin-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}div.margin-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}div.margin-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}div.margin-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}div.margin-5.sc-ptc-title h4.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}div.green.sc-ptc-title h1.sc-ptc-title,div.green.sc-ptc-title h2.sc-ptc-title,div.green.sc-ptc-title h3.sc-ptc-title,div.green.sc-ptc-title h4.sc-ptc-title,div.green.sc-ptc-title h5.sc-ptc-title,div.green.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-green-07)}div.blue.sc-ptc-title h1.sc-ptc-title,div.blue.sc-ptc-title h2.sc-ptc-title,div.blue.sc-ptc-title h3.sc-ptc-title,div.blue.sc-ptc-title h4.sc-ptc-title,div.blue.sc-ptc-title h5.sc-ptc-title,div.blue.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-blue-07)}div.red.sc-ptc-title h1.sc-ptc-title,div.red.sc-ptc-title h2.sc-ptc-title,div.red.sc-ptc-title h3.sc-ptc-title,div.red.sc-ptc-title h4.sc-ptc-title,div.red.sc-ptc-title h5.sc-ptc-title,div.red.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-red-07)}div.orange.sc-ptc-title h1.sc-ptc-title,div.orange.sc-ptc-title h2.sc-ptc-title,div.orange.sc-ptc-title h3.sc-ptc-title,div.orange.sc-ptc-title h4.sc-ptc-title,div.orange.sc-ptc-title h5.sc-ptc-title,div.orange.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-orange-07)}div.slate-grey.sc-ptc-title h1.sc-ptc-title,div.slate-grey.sc-ptc-title h2.sc-ptc-title,div.slate-grey.sc-ptc-title h3.sc-ptc-title,div.slate-grey.sc-ptc-title h4.sc-ptc-title,div.slate-grey.sc-ptc-title h5.sc-ptc-title,div.slate-grey.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-gray-07)}div.w-3.sc-ptc-title h1.sc-ptc-title,div.w-3.sc-ptc-title h2.sc-ptc-title,div.w-3.sc-ptc-title h3.sc-ptc-title,div.w-3.sc-ptc-title h4.sc-ptc-title,div.w-3.sc-ptc-title h5.sc-ptc-title,div.w-3.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-thin)}div.w-4.sc-ptc-title h1.sc-ptc-title,div.w-4.sc-ptc-title h2.sc-ptc-title,div.w-4.sc-ptc-title h3.sc-ptc-title,div.w-4.sc-ptc-title h4.sc-ptc-title,div.w-4.sc-ptc-title h5.sc-ptc-title,div.w-4.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-regular)}div.w-5.sc-ptc-title h1.sc-ptc-title,div.w-5.sc-ptc-title h2.sc-ptc-title,div.w-5.sc-ptc-title h3.sc-ptc-title,div.w-5.sc-ptc-title h4.sc-ptc-title,div.w-5.sc-ptc-title h5.sc-ptc-title,div.w-5.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-medium)}div.w-6.sc-ptc-title h1.sc-ptc-title,div.w-6.sc-ptc-title h2.sc-ptc-title,div.w-6.sc-ptc-title h3.sc-ptc-title,div.w-6.sc-ptc-title h4.sc-ptc-title,div.w-6.sc-ptc-title h5.sc-ptc-title,div.w-6.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-semibold)}div.w-7.sc-ptc-title h1.sc-ptc-title,div.w-7.sc-ptc-title h2.sc-ptc-title,div.w-7.sc-ptc-title h3.sc-ptc-title,div.w-7.sc-ptc-title h4.sc-ptc-title,div.w-7.sc-ptc-title h5.sc-ptc-title,div.w-7.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-bold)}div.w-8.sc-ptc-title h1.sc-ptc-title,div.w-8.sc-ptc-title h2.sc-ptc-title,div.w-8.sc-ptc-title h3.sc-ptc-title,div.w-8.sc-ptc-title h4.sc-ptc-title,div.w-8.sc-ptc-title h5.sc-ptc-title,div.w-8.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-extrabold)}div.w-9.sc-ptc-title h1.sc-ptc-title,div.w-9.sc-ptc-title h2.sc-ptc-title,div.w-9.sc-ptc-title h3.sc-ptc-title,div.w-9.sc-ptc-title h4.sc-ptc-title,div.w-9.sc-ptc-title h5.sc-ptc-title,div.w-9.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-black)}div.xx-small.sc-ptc-title h1.sc-ptc-title,div.xx-small.sc-ptc-title h2.sc-ptc-title,div.xx-small.sc-ptc-title h3.sc-ptc-title,div.xx-small.sc-ptc-title h4.sc-ptc-title,div.xx-small.sc-ptc-title h5.sc-ptc-title,div.xx-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-small)}div.x-small.sc-ptc-title h1.sc-ptc-title,div.x-small.sc-ptc-title h2.sc-ptc-title,div.x-small.sc-ptc-title h3.sc-ptc-title,div.x-small.sc-ptc-title h4.sc-ptc-title,div.x-small.sc-ptc-title h5.sc-ptc-title,div.x-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-small)}div.small.sc-ptc-title h1.sc-ptc-title,div.small.sc-ptc-title h2.sc-ptc-title,div.small.sc-ptc-title h3.sc-ptc-title,div.small.sc-ptc-title h4.sc-ptc-title,div.small.sc-ptc-title h5.sc-ptc-title,div.small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-small)}div.medium.sc-ptc-title h1.sc-ptc-title,div.medium.sc-ptc-title h2.sc-ptc-title,div.medium.sc-ptc-title h3.sc-ptc-title,div.medium.sc-ptc-title h4.sc-ptc-title,div.medium.sc-ptc-title h5.sc-ptc-title,div.medium.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-medium)}div.large.sc-ptc-title h1.sc-ptc-title,div.large.sc-ptc-title h2.sc-ptc-title,div.large.sc-ptc-title h3.sc-ptc-title,div.large.sc-ptc-title h4.sc-ptc-title,div.large.sc-ptc-title h5.sc-ptc-title,div.large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-large)}div.x-large.sc-ptc-title h1.sc-ptc-title,div.x-large.sc-ptc-title h2.sc-ptc-title,div.x-large.sc-ptc-title h3.sc-ptc-title,div.x-large.sc-ptc-title h4.sc-ptc-title,div.x-large.sc-ptc-title h5.sc-ptc-title,div.x-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}@media only screen and (min-width: 768px){div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}}div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}@media only screen and (min-width: 768px){div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}}div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 768px){div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.xx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}div.xxxx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}div.densest.sc-ptc-title h1.sc-ptc-title,div.densest.sc-ptc-title h2.sc-ptc-title,div.densest.sc-ptc-title h3.sc-ptc-title,div.densest.sc-ptc-title h4.sc-ptc-title,div.densest.sc-ptc-title h5.sc-ptc-title,div.densest.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-densest)}div.denser.sc-ptc-title h1.sc-ptc-title,div.denser.sc-ptc-title h2.sc-ptc-title,div.denser.sc-ptc-title h3.sc-ptc-title,div.denser.sc-ptc-title h4.sc-ptc-title,div.denser.sc-ptc-title h5.sc-ptc-title,div.denser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-denser)}div.dense.sc-ptc-title h1.sc-ptc-title,div.dense.sc-ptc-title h2.sc-ptc-title,div.dense.sc-ptc-title h3.sc-ptc-title,div.dense.sc-ptc-title h4.sc-ptc-title,div.dense.sc-ptc-title h5.sc-ptc-title,div.dense.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-dense)}div.normal.sc-ptc-title h1.sc-ptc-title,div.normal.sc-ptc-title h2.sc-ptc-title,div.normal.sc-ptc-title h3.sc-ptc-title,div.normal.sc-ptc-title h4.sc-ptc-title,div.normal.sc-ptc-title h5.sc-ptc-title,div.normal.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-normal)}div.loose.sc-ptc-title h1.sc-ptc-title,div.loose.sc-ptc-title h2.sc-ptc-title,div.loose.sc-ptc-title h3.sc-ptc-title,div.loose.sc-ptc-title h4.sc-ptc-title,div.loose.sc-ptc-title h5.sc-ptc-title,div.loose.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-loose)}div.looser.sc-ptc-title h1.sc-ptc-title,div.looser.sc-ptc-title h2.sc-ptc-title,div.looser.sc-ptc-title h3.sc-ptc-title,div.looser.sc-ptc-title h4.sc-ptc-title,div.looser.sc-ptc-title h5.sc-ptc-title,div.looser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-looser)}div.paragraph.sc-ptc-title h1.sc-ptc-title,div.paragraph.sc-ptc-title h2.sc-ptc-title,div.paragraph.sc-ptc-title h3.sc-ptc-title,div.paragraph.sc-ptc-title h4.sc-ptc-title,div.paragraph.sc-ptc-title h5.sc-ptc-title,div.paragraph.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-paragraph)}div.black.sc-ptc-title h1.sc-ptc-title,div.black.sc-ptc-title h2.sc-ptc-title,div.black.sc-ptc-title h3.sc-ptc-title,div.black.sc-ptc-title h4.sc-ptc-title,div.black.sc-ptc-title h5.sc-ptc-title,div.black.sc-ptc-title h6.sc-ptc-title{color:var(--color-black)}div.white.sc-ptc-title h1.sc-ptc-title,div.white.sc-ptc-title h2.sc-ptc-title,div.white.sc-ptc-title h3.sc-ptc-title,div.white.sc-ptc-title h4.sc-ptc-title,div.white.sc-ptc-title h5.sc-ptc-title,div.white.sc-ptc-title h6.sc-ptc-title{color:var(--color-white)}div.gray.sc-ptc-title h1.sc-ptc-title,div.gray.sc-ptc-title h2.sc-ptc-title,div.gray.sc-ptc-title h3.sc-ptc-title,div.gray.sc-ptc-title h4.sc-ptc-title,div.gray.sc-ptc-title h5.sc-ptc-title,div.gray.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-10)}div.ellipsis-boxing.sc-ptc-title h1.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h2.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h3.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h4.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h5.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h6.sc-ptc-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;padding-bottom:0}div.block.sc-ptc-title h1.sc-ptc-title,div.block.sc-ptc-title h2.sc-ptc-title,div.block.sc-ptc-title h3.sc-ptc-title,div.block.sc-ptc-title h4.sc-ptc-title,div.block.sc-ptc-title h5.sc-ptc-title,div.block.sc-ptc-title h6.sc-ptc-title{display:block}";
963
+
964
+ const PtcTitle = class {
965
+ constructor(hostRef) {
966
+ index.registerInstance(this, hostRef);
967
+ this.isPlmHub = false;
968
+ this.type = 'h2';
969
+ this.textAlign = undefined;
970
+ this.upperline = 'dotted';
971
+ this.titleShadow = undefined;
972
+ this.titleColor = 'gray';
973
+ this.titleMargin = undefined;
974
+ this.titleWeight = undefined;
975
+ this.titleSize = undefined;
976
+ this.titleHeight = 'paragraph';
977
+ this.styles = undefined;
978
+ this.ellipsisLineCutoff = undefined;
979
+ this.titleDisplay = 'inline-block';
980
+ }
981
+ render() {
982
+ const classMap = this.getCssClassMap();
983
+ const cutOff = this.getLineCuttoff();
984
+ let TagType;
985
+ switch (this.type) {
986
+ case 'h1':
987
+ TagType = 'h1';
988
+ break;
989
+ case 'h3':
990
+ TagType = 'h3';
991
+ break;
992
+ case 'h4':
993
+ TagType = 'h4';
994
+ break;
995
+ case 'h5':
996
+ TagType = 'h5';
997
+ break;
998
+ case 'h6':
999
+ TagType = 'h6';
1000
+ break;
1001
+ default:
1002
+ TagType = 'h2';
1003
+ }
1004
+ return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h(TagType, { style: cutOff }, index.h("slot", null)))));
1005
+ }
1006
+ getCssClassMap() {
1007
+ return {
1008
+ [this.textAlign]: !!this.textAlign ? true : false,
1009
+ [this.upperline]: true,
1010
+ [this.isPlmHub ? 'is-plm-hub' : 'is-standard']: true,
1011
+ [this.titleMargin]: !!this.titleMargin ? true : false,
1012
+ [this.titleShadow]: !!this.titleShadow ? true : false,
1013
+ [this.titleWeight]: !!this.titleWeight ? true : false,
1014
+ [this.titleSize]: !!this.titleSize ? true : false,
1015
+ [this.titleHeight]: !!this.titleHeight ? true : false,
1016
+ [this.titleColor]: !!this.titleColor ? true : false,
1017
+ ['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
1018
+ [this.titleDisplay]: !!this.titleDisplay ? true : false,
1019
+ };
1020
+ }
1021
+ getLineCuttoff() {
1022
+ let result;
1023
+ if (this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0) {
1024
+ result = {
1025
+ ['-webkit-line-clamp']: `${this.ellipsisLineCutoff}`,
1026
+ };
1027
+ }
1028
+ return result;
1029
+ }
1030
+ };
1031
+ PtcTitle.style = ptcTitleCss;
1032
+
1033
+ const ptcTooltipCss = ":host{position:relative}:host(.inline){display:inline}:host(.block){display:block}.text-ellipsis{position:relative;display:inline}.text-ellipsis:not(.truncated){z-index:auto !important}.z-auto{z-index:auto}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-999{z-index:999}.tooltip{position:absolute;padding:8px;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-weight:var(--ptc-font-weight-semibold);background:var(--color-gray-09);box-shadow:0px 2px 4px rgba(0, 0, 0, 0.3);border:none;border-radius:2px;width:273px;height:auto;visibility:hidden;text-align:left;text-shadow:none;white-space:normal}.tooltip.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)}.tooltip.danger a{color:var(--color-blue-07)}.tooltip.bottom{bottom:-12px;transform:translateY(100%)}.tooltip.bottom::after{top:1px;left:50%;transform:translate(-50%, -100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.left{bottom:-12px;transform:translate(-80%, 100%)}.tooltip.left::after{top:1px;right:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.right{bottom:-12px;transform:translateY(100%);right:0px}.tooltip.right::after{top:1px;left:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.top{top:-8px;transform:translateY(-100%)}.tooltip.top::after{left:50%;bottom:1px;transform:translate(-50%, 100%);border:8px solid transparent;border-top:8px solid var(--color-gray-09)}.tooltip.bottom-right{bottom:-12px;transform:translate(-60%, 100%)}.tooltip.bottom-right::after{top:1px;left:75%;transform:translate(-50%, -100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.danger::after{top:0;border-bottom:8px solid var(--color-red-07)}.truncated{cursor:help}.truncated:hover+.tooltip{visibility:visible;z-index:9999}.wrapper-content{display:inline-block;position:relative}.wrapper-content .tooltip{width:auto;min-width:72px;max-width:273px}.wrapper-content slot:hover+.tooltip{visibility:visible;z-index:9999}.tooltip::after{content:\"\";position:absolute}.ellipsis-by-line-boxing{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;padding-bottom:0}";
1034
+
1035
+ const PtcTooltip = class {
1036
+ constructor(hostRef) {
1037
+ index.registerInstance(this, hostRef);
1038
+ this.textDisplay = 'inline';
1039
+ this.maxLength = 45;
1040
+ this.textLines = undefined;
1041
+ this.description = 'This is a tooltip text placeholder';
1042
+ this.zIndex = 'z-auto';
1043
+ this.position = 'bottom';
1044
+ this.styles = undefined;
1045
+ this.mode = 'text-only';
1046
+ this.theme = 'standard';
1047
+ }
1048
+ addTruncatedClass() {
1049
+ const appRoot = this.el.shadowRoot;
1050
+ const text = appRoot.querySelectorAll('.ellipsis-by-line-boxing');
1051
+ text.forEach(t => {
1052
+ t.classList[t.scrollHeight > t.clientHeight ? 'add' : 'remove']('truncated');
1053
+ });
1054
+ }
1055
+ // Created this function to initialize the truncate function on specific elements like tabs
1056
+ enableAddTruncatedClass(element) {
1057
+ const allTabHeaders = document.querySelectorAll(element);
1058
+ for (const element of Array.from(allTabHeaders)) {
1059
+ let tabHeader = element;
1060
+ if (tabHeader) {
1061
+ tabHeader.addEventListener('click', () => {
1062
+ setTimeout(() => {
1063
+ this.addTruncatedClass();
1064
+ }, 100);
1065
+ });
1066
+ }
1067
+ }
1068
+ }
1069
+ componentDidLoad() {
1070
+ this.addTruncatedClass();
1071
+ this.enableAddTruncatedClass('tab-header');
1072
+ this.enableAddTruncatedClass('ptc-ellipsis-dropdown');
1073
+ document.addEventListener("readystatechange", () => {
1074
+ if (document.readyState === "complete") {
1075
+ this.addTruncatedClass();
1076
+ }
1077
+ });
1078
+ }
1079
+ render() {
1080
+ if (this.mode == 'wrapper') {
1081
+ return (index.h(index.Host, { class: this.textDisplay }, this.styles && index.h("style", null, this.styles), index.h("div", { class: "wrapper-content" }, index.h("slot", null), index.h("div", { class: `tooltip ${this.position} ${this.theme}` }, index.h("slot", { name: "description" }), this.description))));
1082
+ }
1083
+ else {
1084
+ const classMap = this.getCssClassMap();
1085
+ const cutOff = this.getLineCuttoff();
1086
+ let truncatedText = this.description.substring(0, this.maxLength);
1087
+ if (this.description.length > this.maxLength) {
1088
+ const lastSpace = truncatedText.lastIndexOf(' ');
1089
+ truncatedText = truncatedText.substring(0, lastSpace);
1090
+ truncatedText += '... ';
1091
+ }
1092
+ return (index.h(index.Host, { class: this.textDisplay }, this.styles && index.h("style", null, this.styles), this.textLines > 0 && !!this.textLines ? index.h("div", { class: "ellipsis-by-line-boxing", style: cutOff }, this.description) : index.h("div", { class: classMap }, truncatedText), index.h("div", { class: `tooltip ${this.position} ${this.theme}` }, this.description)));
1093
+ }
1094
+ }
1095
+ getCssClassMap() {
1096
+ return {
1097
+ // ['ellipsis-by-line-boxing']: this.textLines && this.textLines > 0,
1098
+ ['text-ellipsis']: true,
1099
+ [this.zIndex]: this.description.length > this.maxLength ? true : false,
1100
+ ['truncated']: this.description.length > this.maxLength && !this.textLines ? true : false,
1101
+ };
1102
+ }
1103
+ getLineCuttoff() {
1104
+ let result;
1105
+ if (this.textLines && this.textLines > 0) {
1106
+ result = {
1107
+ ['-webkit-line-clamp']: `${this.textLines}`,
1108
+ };
1109
+ }
1110
+ return result;
1111
+ }
1112
+ get el() { return index.getElement(this); }
1113
+ };
1114
+ PtcTooltip.style = ptcTooltipCss;
1115
+
1116
+ exports.bundle_jumbotron_example = BundleJumbotronExample;
1117
+ exports.icon_asset = IconAsset;
1118
+ exports.list_item = ListItem;
1119
+ exports.max_width_container = MaxWidthContainer;
1120
+ exports.ptc_background_video = PtcBackgroundVideo;
1121
+ exports.ptc_breadcrumb = PtcBreadcrumb;
1122
+ exports.ptc_button = PtcButton;
1123
+ exports.ptc_img = PtcImg;
1124
+ exports.ptc_jumbotron = PtcJumbotron;
1125
+ exports.ptc_modal = PtcModal;
1126
+ exports.ptc_para = PtcPara;
1127
+ exports.ptc_picture = PtcPicture;
1128
+ exports.ptc_spacer = PtcSpacer;
1129
+ exports.ptc_svg_btn = PtcSvgBtn;
1130
+ exports.ptc_title = PtcTitle;
1131
+ exports.ptc_tooltip = PtcTooltip;