@posiwise/public-modules 0.0.134 → 0.0.6654

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 (105) hide show
  1. package/esm2022/index.mjs +2 -12
  2. package/esm2022/lib/config/constant.mjs +6 -16
  3. package/esm2022/lib/error-page/error-page.component.mjs +7 -7
  4. package/esm2022/lib/incidents-status/incidents-status.component.mjs +13 -73
  5. package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +8 -8
  6. package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +77 -13
  7. package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +5 -5
  8. package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +30 -32
  9. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +5 -5
  10. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +8 -20
  11. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
  12. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +5 -5
  13. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +10 -10
  14. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +5 -5
  15. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +5 -9
  16. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +5 -5
  17. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +24 -11
  18. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +5 -5
  19. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +9 -9
  20. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +5 -5
  21. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +5 -5
  22. package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +5 -5
  23. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +5 -5
  24. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +6 -6
  25. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +5 -5
  26. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +10 -10
  27. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +5 -9
  28. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +5 -5
  29. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +24 -11
  30. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +5 -5
  31. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +9 -9
  32. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +5 -5
  33. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +5 -5
  34. package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +5 -5
  35. package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +25 -19
  36. package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +5 -5
  37. package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +26 -14
  38. package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +25 -19
  39. package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +28 -11
  40. package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +28 -11
  41. package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +28 -11
  42. package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +28 -11
  43. package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +28 -11
  44. package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +28 -11
  45. package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +9 -9
  46. package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +5 -5
  47. package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +6 -5
  48. package/esm2022/lib/maintenance/maintenance-page.component.mjs +9 -13
  49. package/esm2022/lib/notfound-page/notfound-page.component.mjs +7 -6
  50. package/esm2022/lib/public.module.mjs +145 -45
  51. package/fesm2022/posiwise-public-modules.mjs +833 -1168
  52. package/fesm2022/posiwise-public-modules.mjs.map +1 -1
  53. package/index.d.ts +1 -9
  54. package/lib/config/constant.d.ts +0 -1
  55. package/lib/error-page/error-page.component.d.ts +1 -1
  56. package/lib/incidents-status/incidents-status.component.d.ts +4 -14
  57. package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
  58. package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +19 -5
  59. package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
  60. package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
  61. package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
  62. package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
  63. package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
  64. package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +0 -2
  65. package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
  66. package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
  67. package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
  68. package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +0 -2
  69. package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
  70. package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
  71. package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
  72. package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
  73. package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
  74. package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
  75. package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
  76. package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
  77. package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
  78. package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
  79. package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
  80. package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
  81. package/lib/maintenance/maintenance-page.component.d.ts +2 -6
  82. package/lib/public.module.d.ts +56 -26
  83. package/package.json +3 -3
  84. package/esm2022/lib/ab-test/ab-alternative/ab-alternative.component.mjs +0 -26
  85. package/esm2022/lib/ab-test/ab-test-container/ab-test-container.component.mjs +0 -46
  86. package/esm2022/lib/ab-test/ab-test.interface.mjs +0 -2
  87. package/esm2022/lib/ab-test/ab-test.module.mjs +0 -23
  88. package/esm2022/lib/error-status-pages.module.mjs +0 -86
  89. package/esm2022/lib/geo-template/geo-template.component.mjs +0 -24
  90. package/esm2022/lib/landing-page-shared.module.mjs +0 -222
  91. package/esm2022/lib/landing-pages/base/base-contact-form.component.mjs +0 -88
  92. package/esm2022/lib/landing-pages/base/base-landing-page.component.mjs +0 -30
  93. package/esm2022/lib/landing-pages/tech-features/base-tech-feature.component.mjs +0 -45
  94. package/esm2022/lib/resource-meetings/resource-meetings.component.mjs +0 -34
  95. package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
  96. package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
  97. package/lib/ab-test/ab-test.interface.d.ts +0 -9
  98. package/lib/ab-test/ab-test.module.d.ts +0 -13
  99. package/lib/error-status-pages.module.d.ts +0 -21
  100. package/lib/geo-template/geo-template.component.d.ts +0 -12
  101. package/lib/landing-page-shared.module.d.ts +0 -48
  102. package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
  103. package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
  104. package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
  105. package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@posiwise/directives";
4
4
  export class LandingPageServicesBComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageServicesBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageServicesBComponent, selector: "pw-landing-page-services-b", ngImport: i0, template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Your technical co-founder, and more...</h2>\n <h3 class=\"text-center\">\n We work with <strong>domain experts</strong>\n <br> who\u2019ve discovered a painful problem in their industry \u2014 and want to solve it with software.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\" alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p> We don\u2019t start with assumptions. We test, iterate, and aim for product-market fit fast. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p> We build functional SaaS products, not throwaway prototypes \u2014 on a reusable backend. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\" alt=\"feature-icon3.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p> We build with scale in mind\u2014multi-tenant, cloud-native, and analytics-ready from day one. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> AI-Enhanced Growth </a></h3>\n <p> We use AI to automate, test, and optimise every layer\u2014UX, dev, infra, support. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\" alt=\"feature-icon7.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\" alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p> We help you build something fundable, sellable, and sustainable. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Traction-Focused Execution </a></h3>\n <p> We don\u2019t talk theory. We build, ship, and validate with real users. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.webp\" alt=\"feature-icon6.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p> We have a solid local and international network with partners who can help build and commercialize the\n solution. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.webp\" alt=\"feature-icon8.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Investments </a></h3>\n <p> We can help to raise money and grant you access to our fast-growing investor network once agreed milestones\n are reached. </p>\n </div>\n </li>\n <li>\n <a href=\"#\" aria-label=\"Color Logo\"> <img src=\"/assets/img/logos/logo-color-big.png\" alt=\"logo-color-big.png\" />\n </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section end -->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.feature-outer{background:#ececed;padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:#ececed}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageServicesBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageServicesBComponent, selector: "pw-landing-page-services-b", ngImport: i0, template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Your technical co-founder, and more...</h2>\n <h3 class=\"text-center\">\n We carefully select our partners and then<br />\n <strong>design</strong>, <strong>build</strong>,\n and <strong>commercialize</strong> great software solutions with them.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\"\n alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p>\n The first idea that comes to mind is unlikely to be the best one -\n we leverage design thinking to achieve product-market fit quickly.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p>\n We can build proof of concepts (POC) and minimum viable products\n (MVP) cost-effectively and with minimum lead time.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\"\n alt=\"feature-icon3.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p>\n We choose and implement the right technology to scale the\n solution to any size - let's build the next Google.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Growth Hacking </a></h3>\n <p>\n We implement proven practices to achieve creative and\n cost-effective ways to commercialize the software solution.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\"\n alt=\"feature-icon7.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\"\n alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p>\n We have the expertise to develop the best strategy\n to build, launch, raise funds, and scale the software solution.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Mentoring </a></h3>\n <p>\n We always share our knowledge, experience and unbiased advice\n to create a clear roadmap to success.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.png\"\n alt=\"feature-icon6.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p>\n We have a solid local and international network with\n partners who can help build and commercialize the solution.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.png\"\n alt=\"feature-icon8.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Investments </a></h3>\n <p>\n We can help to raise money and grant you access to our\n fast-growing investor network once agreed milestones are reached.\n </p>\n </div>\n </li>\n <li>\n <a href=\"#\"> <img src=\"/assets/img/logos/logo-color-big.png\"\n alt=\"logo-color-big.png\" /> </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section end -->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.feature-outer{background:rgb(236,236,237);padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:rgb(236,236,237)}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageServicesBComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageServicesBComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-services-b', template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Your technical co-founder, and more...</h2>\n <h3 class=\"text-center\">\n We work with <strong>domain experts</strong>\n <br> who\u2019ve discovered a painful problem in their industry \u2014 and want to solve it with software.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\" alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p> We don\u2019t start with assumptions. We test, iterate, and aim for product-market fit fast. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p> We build functional SaaS products, not throwaway prototypes \u2014 on a reusable backend. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\" alt=\"feature-icon3.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p> We build with scale in mind\u2014multi-tenant, cloud-native, and analytics-ready from day one. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> AI-Enhanced Growth </a></h3>\n <p> We use AI to automate, test, and optimise every layer\u2014UX, dev, infra, support. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\" alt=\"feature-icon7.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\" alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p> We help you build something fundable, sellable, and sustainable. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Traction-Focused Execution </a></h3>\n <p> We don\u2019t talk theory. We build, ship, and validate with real users. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.webp\" alt=\"feature-icon6.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p> We have a solid local and international network with partners who can help build and commercialize the\n solution. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.webp\" alt=\"feature-icon8.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Investments </a></h3>\n <p> We can help to raise money and grant you access to our fast-growing investor network once agreed milestones\n are reached. </p>\n </div>\n </li>\n <li>\n <a href=\"#\" aria-label=\"Color Logo\"> <img src=\"/assets/img/logos/logo-color-big.png\" alt=\"logo-color-big.png\" />\n </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section end -->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.feature-outer{background:#ececed;padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:#ececed}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}\n"] }]
10
+ args: [{ selector: 'pw-landing-page-services-b', template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Your technical co-founder, and more...</h2>\n <h3 class=\"text-center\">\n We carefully select our partners and then<br />\n <strong>design</strong>, <strong>build</strong>,\n and <strong>commercialize</strong> great software solutions with them.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\"\n alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p>\n The first idea that comes to mind is unlikely to be the best one -\n we leverage design thinking to achieve product-market fit quickly.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p>\n We can build proof of concepts (POC) and minimum viable products\n (MVP) cost-effectively and with minimum lead time.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\"\n alt=\"feature-icon3.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p>\n We choose and implement the right technology to scale the\n solution to any size - let's build the next Google.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Growth Hacking </a></h3>\n <p>\n We implement proven practices to achieve creative and\n cost-effective ways to commercialize the software solution.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\"\n alt=\"feature-icon7.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\"\n alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p>\n We have the expertise to develop the best strategy\n to build, launch, raise funds, and scale the software solution.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Mentoring </a></h3>\n <p>\n We always share our knowledge, experience and unbiased advice\n to create a clear roadmap to success.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.png\"\n alt=\"feature-icon6.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p>\n We have a solid local and international network with\n partners who can help build and commercialize the solution.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.png\"\n alt=\"feature-icon8.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Investments </a></h3>\n <p>\n We can help to raise money and grant you access to our\n fast-growing investor network once agreed milestones are reached.\n </p>\n </div>\n </li>\n <li>\n <a href=\"#\"> <img src=\"/assets/img/logos/logo-color-big.png\"\n alt=\"logo-color-big.png\" /> </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section end -->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.feature-outer{background:rgb(236,236,237);padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:rgb(236,236,237)}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyw2QkFBNkI7K0dBQTdCLDZCQUE2QjttR0FBN0IsNkJBQTZCLGtFQ1AxQywwNUhBNkZBOzs0RkR0RmEsNkJBQTZCO2tCQUx6QyxTQUFTOytCQUNJLDRCQUE0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1zZXJ2aWNlcy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1zZXJ2aWNlcy1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VTZXJ2aWNlc0JDb21wb25lbnQge31cbiIsIjwhLS0gZmVhdHVyZSBzZWN0aW9uIHN0YXJ0IC0tPlxuPHNlY3Rpb24gY2xhc3M9XCJmZWF0dXJlLW91dGVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8aDI+WW91ciB0ZWNobmljYWwgY28tZm91bmRlciwgYW5kIG1vcmUuLi48L2gyPlxuICAgIDxoMyBjbGFzcz1cInRleHQtY2VudGVyXCI+XG4gICAgICBXZSB3b3JrIHdpdGggPHN0cm9uZz5kb21haW4gZXhwZXJ0czwvc3Ryb25nPlxuICAgICAgPGJyPiB3aG/igJl2ZSBkaXNjb3ZlcmVkIGEgcGFpbmZ1bCBwcm9ibGVtIGluIHRoZWlyIGluZHVzdHJ5IOKAlCBhbmQgd2FudCB0byBzb2x2ZSBpdCB3aXRoIHNvZnR3YXJlLlxuICAgIDwvaDM+XG4gICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtaW5uZXItb3V0ZXJcIj5cbiAgICAgIDx1bD5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWljb25cIj5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2ZlYXR1cmUtaWNvbjIucG5nXCIgYWx0PVwiZmVhdHVyZS1pY29uMi5wbmdcIiAvPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWNvbnRlbnRcIj5cbiAgICAgICAgICAgIDxoMz48YSBocmVmPVwiI1wiPiBEZXNpZ24gVGhpbmtpbmcgPC9hPjwvaDM+XG4gICAgICAgICAgICA8cD4gV2UgZG9u4oCZdCBzdGFydCB3aXRoIGFzc3VtcHRpb25zLiBXZSB0ZXN0LCBpdGVyYXRlLCBhbmQgYWltIGZvciBwcm9kdWN0LW1hcmtldCBmaXQgZmFzdC4gPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2xpPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtY29udGVudFwiPlxuICAgICAgICAgICAgPGgzPjxhIGhyZWY9XCIjXCI+IFBPQyAvIE1WUCA8L2E+PC9oMz5cbiAgICAgICAgICAgIDxwPiBXZSBidWlsZCBmdW5jdGlvbmFsIFNhYVMgcHJvZHVjdHMsIG5vdCB0aHJvd2F3YXkgcHJvdG90eXBlcyDigJQgb24gYSByZXVzYWJsZSBiYWNrZW5kLiA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtaWNvblwiPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZmVhdHVyZS1pY29uMy5wbmdcIiBhbHQ9XCJmZWF0dXJlLWljb24zLnBuZ1wiIC8+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbGk+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1jb250ZW50XCI+XG4gICAgICAgICAgICA8aDM+PGEgaHJlZj1cIiNcIj4gU2NhbGluZyA8L2E+PC9oMz5cbiAgICAgICAgICAgIDxwPiBXZSBidWlsZCB3aXRoIHNjYWxlIGluIG1pbmTigJRtdWx0aS10ZW5hbnQsIGNsb3VkLW5hdGl2ZSwgYW5kIGFuYWx5dGljcy1yZWFkeSBmcm9tIGRheSBvbmUuIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1pY29uXCI+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9mZWF0dXJlLWljb241LnBuZ1wiIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbGk+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1jb250ZW50XCI+XG4gICAgICAgICAgICA8aDM+PGEgaHJlZj1cIiNcIj4gQUktRW5oYW5jZWQgR3Jvd3RoIDwvYT48L2gzPlxuICAgICAgICAgICAgPHA+IFdlIHVzZSBBSSB0byBhdXRvbWF0ZSwgdGVzdCwgYW5kIG9wdGltaXNlIGV2ZXJ5IGxheWVy4oCUVVgsIGRldiwgaW5mcmEsIHN1cHBvcnQuIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1pY29uXCI+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9mZWF0dXJlLWljb243LnBuZ1wiIGFsdD1cImZlYXR1cmUtaWNvbjcucG5nXCIgLz5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9saT5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWljb25cIj5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2ZlYXR1cmUtaWNvbjQucG5nXCIgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1jb250ZW50XCI+XG4gICAgICAgICAgICA8aDM+PGEgaHJlZj1cIiNcIj4gQnVzaW5lc3MgU3RyYXRlZ3kgPC9hPjwvaDM+XG4gICAgICAgICAgICA8cD4gV2UgaGVscCB5b3UgYnVpbGQgc29tZXRoaW5nIGZ1bmRhYmxlLCBzZWxsYWJsZSwgYW5kIHN1c3RhaW5hYmxlLiA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbGk+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1jb250ZW50XCI+XG4gICAgICAgICAgICA8aDM+PGEgaHJlZj1cIiNcIj4gVHJhY3Rpb24tRm9jdXNlZCBFeGVjdXRpb24gPC9hPjwvaDM+XG4gICAgICAgICAgICA8cD4gV2UgZG9u4oCZdCB0YWxrIHRoZW9yeS4gV2UgYnVpbGQsIHNoaXAsIGFuZCB2YWxpZGF0ZSB3aXRoIHJlYWwgdXNlcnMuIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1pY29uXCI+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9mZWF0dXJlLWljb24xLnBuZ1wiIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbGk+XG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1pY29uXCI+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9mZWF0dXJlLWljb242LndlYnBcIiBhbHQ9XCJmZWF0dXJlLWljb242LndlYnBcIiAvPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWNvbnRlbnRcIj5cbiAgICAgICAgICAgIDxoMz48YSBocmVmPVwiI1wiPiBOZXR3b3JraW5nIDwvYT48L2gzPlxuICAgICAgICAgICAgPHA+IFdlIGhhdmUgYSBzb2xpZCBsb2NhbCBhbmQgaW50ZXJuYXRpb25hbCBuZXR3b3JrIHdpdGggcGFydG5lcnMgd2hvIGNhbiBoZWxwIGJ1aWxkIGFuZCBjb21tZXJjaWFsaXplIHRoZVxuICAgICAgICAgICAgICBzb2x1dGlvbi4gPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2xpPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtaWNvblwiPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZmVhdHVyZS1pY29uOC53ZWJwXCIgYWx0PVwiZmVhdHVyZS1pY29uOC53ZWJwXCIgLz5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1jb250ZW50XCI+XG4gICAgICAgICAgICA8aDM+PGEgaHJlZj1cIiNcIj4gSW52ZXN0bWVudHMgPC9hPjwvaDM+XG4gICAgICAgICAgICA8cD4gV2UgY2FuIGhlbHAgdG8gcmFpc2UgbW9uZXkgYW5kIGdyYW50IHlvdSBhY2Nlc3MgdG8gb3VyIGZhc3QtZ3Jvd2luZyBpbnZlc3RvciBuZXR3b3JrIG9uY2UgYWdyZWVkIG1pbGVzdG9uZXNcbiAgICAgICAgICAgICAgYXJlIHJlYWNoZWQuIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9saT5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxhIGhyZWY9XCIjXCIgYXJpYS1sYWJlbD1cIkNvbG9yIExvZ29cIj4gPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sb2dvcy9sb2dvLWNvbG9yLWJpZy5wbmdcIiBhbHQ9XCJsb2dvLWNvbG9yLWJpZy5wbmdcIiAvPlxuICAgICAgICAgIDwvYT5cbiAgICAgICAgPC9saT5cbiAgICAgIDwvdWw+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuPCEtLSBmZWF0dXJlIHNlY3Rpb24gZW5kIC0tPlxuIl19
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIvbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyw2QkFBNkI7OEdBQTdCLDZCQUE2QjtrR0FBN0IsNkJBQTZCLGtFQ1AxQywrL0lBbUlBOzsyRkQ1SGEsNkJBQTZCO2tCQUx6QyxTQUFTOytCQUNJLDRCQUE0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1zZXJ2aWNlcy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXNlcnZpY2VzLWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1zZXJ2aWNlcy1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VTZXJ2aWNlc0JDb21wb25lbnQge31cbiIsIjwhLS0gZmVhdHVyZSBzZWN0aW9uIHN0YXJ0IC0tPlxuPHNlY3Rpb24gY2xhc3M9XCJmZWF0dXJlLW91dGVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8aDI+WW91ciB0ZWNobmljYWwgY28tZm91bmRlciwgYW5kIG1vcmUuLi48L2gyPlxuICAgIDxoMyBjbGFzcz1cInRleHQtY2VudGVyXCI+XG4gICAgICBXZSBjYXJlZnVsbHkgc2VsZWN0IG91ciBwYXJ0bmVycyBhbmQgdGhlbjxiciAvPlxuICAgICAgPHN0cm9uZz5kZXNpZ248L3N0cm9uZz4sIDxzdHJvbmc+YnVpbGQ8L3N0cm9uZz4sXG4gICAgICBhbmQgPHN0cm9uZz5jb21tZXJjaWFsaXplPC9zdHJvbmc+IGdyZWF0IHNvZnR3YXJlIHNvbHV0aW9ucyB3aXRoIHRoZW0uXG4gICAgPC9oMz5cbiAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1pbm5lci1vdXRlclwiPlxuICAgICAgPHVsPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtaWNvblwiPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZmVhdHVyZS1pY29uMi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJmZWF0dXJlLWljb24yLnBuZ1wiIC8+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtY29udGVudFwiPlxuICAgICAgICAgICAgPGgzPjxhIGhyZWY9XCIjXCI+IERlc2lnbiBUaGlua2luZyA8L2E+PC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBUaGUgZmlyc3QgaWRlYSB0aGF0IGNvbWVzIHRvIG1pbmQgaXMgdW5saWtlbHkgdG8gYmUgdGhlIGJlc3Qgb25lIC1cbiAgICAgICAgICAgICAgd2UgbGV2ZXJhZ2UgZGVzaWduIHRoaW5raW5nIHRvIGFjaGlldmUgcHJvZHVjdC1tYXJrZXQgZml0IHF1aWNrbHkuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbGk+XG5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWNvbnRlbnRcIj5cbiAgICAgICAgICAgIDxoMz48YSBocmVmPVwiI1wiPiBQT0MgLyBNVlAgPC9hPjwvaDM+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgV2UgY2FuIGJ1aWxkIHByb29mIG9mIGNvbmNlcHRzIChQT0MpIGFuZCBtaW5pbXVtIHZpYWJsZSBwcm9kdWN0c1xuICAgICAgICAgICAgICAoTVZQKSBjb3N0LWVmZmVjdGl2ZWx5IGFuZCB3aXRoIG1pbmltdW0gbGVhZCB0aW1lLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWljb25cIj5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2ZlYXR1cmUtaWNvbjMucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiZmVhdHVyZS1pY29uMy5wbmdcIiAvPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2xpPlxuXG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1jb250ZW50XCI+XG4gICAgICAgICAgICA8aDM+PGEgaHJlZj1cIiNcIj4gU2NhbGluZyA8L2E+PC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBXZSBjaG9vc2UgYW5kIGltcGxlbWVudCB0aGUgcmlnaHQgdGVjaG5vbG9neSB0byBzY2FsZSB0aGVcbiAgICAgICAgICAgICAgc29sdXRpb24gdG8gYW55IHNpemUgLSBsZXQncyBidWlsZCB0aGUgbmV4dCBHb29nbGUuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtaWNvblwiPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZmVhdHVyZS1pY29uNS5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2xpPlxuXG4gICAgICAgIDxsaT5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1jb250ZW50XCI+XG4gICAgICAgICAgICA8aDM+PGEgaHJlZj1cIiNcIj4gR3Jvd3RoIEhhY2tpbmcgPC9hPjwvaDM+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgV2UgaW1wbGVtZW50IHByb3ZlbiBwcmFjdGljZXMgdG8gYWNoaWV2ZSBjcmVhdGl2ZSBhbmRcbiAgICAgICAgICAgICAgY29zdC1lZmZlY3RpdmUgd2F5cyB0byBjb21tZXJjaWFsaXplIHRoZSBzb2Z0d2FyZSBzb2x1dGlvbi5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1pY29uXCI+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9mZWF0dXJlLWljb243LnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cImZlYXR1cmUtaWNvbjcucG5nXCIgLz5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9saT5cblxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtaWNvblwiPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZmVhdHVyZS1pY29uNC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWNvbnRlbnRcIj5cbiAgICAgICAgICAgIDxoMz48YSBocmVmPVwiI1wiPiBCdXNpbmVzcyBTdHJhdGVneSA8L2E+PC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBXZSBoYXZlIHRoZSBleHBlcnRpc2UgdG8gZGV2ZWxvcCB0aGUgYmVzdCBzdHJhdGVneVxuICAgICAgICAgICAgICB0byBidWlsZCwgbGF1bmNoLCByYWlzZSBmdW5kcywgYW5kIHNjYWxlIHRoZSBzb2Z0d2FyZSBzb2x1dGlvbi5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9saT5cblxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtY29udGVudFwiPlxuICAgICAgICAgICAgPGgzPjxhIGhyZWY9XCIjXCI+IE1lbnRvcmluZyA8L2E+PC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBXZSBhbHdheXMgc2hhcmUgb3VyIGtub3dsZWRnZSwgZXhwZXJpZW5jZSBhbmQgdW5iaWFzZWQgYWR2aWNlXG4gICAgICAgICAgICAgIHRvIGNyZWF0ZSBhIGNsZWFyIHJvYWRtYXAgdG8gc3VjY2Vzcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmVhdHVyZS1pY29uXCI+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9mZWF0dXJlLWljb24xLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbGk+XG5cbiAgICAgICAgPGxpPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWljb25cIj5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2ZlYXR1cmUtaWNvbjYucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiZmVhdHVyZS1pY29uNi5wbmdcIiAvPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWF0dXJlLWNvbnRlbnRcIj5cbiAgICAgICAgICAgIDxoMz48YSBocmVmPVwiI1wiPiBOZXR3b3JraW5nIDwvYT48L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIGhhdmUgYSBzb2xpZCBsb2NhbCBhbmQgaW50ZXJuYXRpb25hbCBuZXR3b3JrIHdpdGhcbiAgICAgICAgICAgICAgcGFydG5lcnMgd2hvIGNhbiBoZWxwIGJ1aWxkIGFuZCBjb21tZXJjaWFsaXplIHRoZSBzb2x1dGlvbi5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9saT5cblxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtaWNvblwiPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZmVhdHVyZS1pY29uOC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJmZWF0dXJlLWljb244LnBuZ1wiIC8+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImZlYXR1cmUtY29udGVudFwiPlxuICAgICAgICAgICAgPGgzPjxhIGhyZWY9XCIjXCI+IEludmVzdG1lbnRzIDwvYT48L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIGNhbiBoZWxwIHRvIHJhaXNlIG1vbmV5IGFuZCBncmFudCB5b3UgYWNjZXNzIHRvIG91clxuICAgICAgICAgICAgICBmYXN0LWdyb3dpbmcgaW52ZXN0b3IgbmV0d29yayBvbmNlIGFncmVlZCBtaWxlc3RvbmVzIGFyZSByZWFjaGVkLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2xpPlxuICAgICAgICA8bGk+XG4gICAgICAgICAgPGEgaHJlZj1cIiNcIj4gPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sb2dvcy9sb2dvLWNvbG9yLWJpZy5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJsb2dvLWNvbG9yLWJpZy5wbmdcIiAvPiA8L2E+XG4gICAgICAgIDwvbGk+XG4gICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbjwhLS0gZmVhdHVyZSBzZWN0aW9uIGVuZCAtLT5cbiJdfQ==
@@ -1,8 +1,8 @@
1
1
  import { Component, Injector, Input } from '@angular/core';
2
- import { AppBaseComponent } from '@posiwise/app-base-component';
3
- import { AuthService, CustomToastService, ValidationService } from '@posiwise/common-services';
4
2
  import { CrmService } from '@posiwise/smart-crm-shared';
5
3
  import swal from 'sweetalert2';
4
+ import { AppBaseComponent } from '@posiwise/app-base-component';
5
+ import { AuthService, CustomToastService, ValidationService } from '@posiwise/common-services';
6
6
  import * as i0 from "@angular/core";
7
7
  import * as i1 from "@posiwise/common-services";
8
8
  import * as i2 from "@posiwise/smart-crm-shared";
@@ -17,10 +17,10 @@ export class LandingPageSubscribeBComponent extends AppBaseComponent {
17
17
  this.crmService = crmService;
18
18
  this.email = '';
19
19
  this.siteKey = '';
20
- this.recaptcha = null;
21
20
  this.isEmailValid = true;
22
21
  this.isCaptchaVerified = false;
23
22
  this.isSubscribeClicked = false;
23
+ this.recaptcha = null;
24
24
  this.subscriptionId = this.appConfig.crm.subscription_id;
25
25
  this.sourceId = this.appConfig.crm.source_id;
26
26
  this.toast = injector.get(CustomToastService);
@@ -52,7 +52,7 @@ export class LandingPageSubscribeBComponent extends AppBaseComponent {
52
52
  crm_source_id: this.sourceId,
53
53
  notify_user: true
54
54
  };
55
- this.crmService.postCrmLead(this.subscriptionId, data).subscribe(() => {
55
+ this.crmService.postCrmLead(data).subscribe(() => {
56
56
  if (this.gaEventObj) {
57
57
  this.googleAnalyticsService.sendEvent(this.gaEventObj.category, this.gaEventObj.action, this.gaEventObj.label, this.gaEventObj.value);
58
58
  }
@@ -74,15 +74,15 @@ export class LandingPageSubscribeBComponent extends AppBaseComponent {
74
74
  });
75
75
  }
76
76
  }
77
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageSubscribeBComponent, deps: [{ token: i1.AuthService }, { token: i2.CrmService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
78
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: { sourceId: "sourceId", gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width: 1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width: 1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width: 991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width: 767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width: 575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i5.LazyImgDirective, selector: "img" }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
77
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageSubscribeBComponent, deps: [{ token: i1.AuthService }, { token: i2.CrmService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
78
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: { sourceId: "sourceId", gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Join the family<br /></h3>\n <p>Get the latest news straight to your inbox.</p>\n <div class=\"form-outer\">\n <input name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"subscribe\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width: 1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width: 1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width: 991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width: 767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width: 575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i5.LazyImgDirective, selector: "img" }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
79
79
  }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageSubscribeBComponent, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageSubscribeBComponent, decorators: [{
81
81
  type: Component,
82
- args: [{ selector: 'pw-landing-page-subscribe-b', template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width: 1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width: 1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width: 991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width: 767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width: 575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"] }]
82
+ args: [{ selector: 'pw-landing-page-subscribe-b', template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Join the family<br /></h3>\n <p>Get the latest news straight to your inbox.</p>\n <div class=\"form-outer\">\n <input name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"subscribe\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width: 1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width: 1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width: 991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width: 767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width: 575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"] }]
83
83
  }], ctorParameters: () => [{ type: i1.AuthService }, { type: i2.CrmService }, { type: i0.Injector }], propDecorators: { sourceId: [{
84
84
  type: Input
85
85
  }], gaEventObj: [{
86
86
  type: Input
87
87
  }] } });
88
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXN1YnNjcmliZS1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUtYi9sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXN1YnNjcmliZS1iL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFbkUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRS9GLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUV4RCxPQUFPLElBQUksTUFBTSxhQUFhLENBQUM7Ozs7Ozs7O0FBTy9CLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxnQkFBZ0I7SUFpQmhFLFlBQ3FCLFdBQXdCLEVBQ3hCLFVBQXNCLEVBQ3ZDLFFBQWtCO1FBRWxCLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUpDLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBQ3hCLGVBQVUsR0FBVixVQUFVLENBQVk7UUFsQjNDLFVBQUssR0FBRyxFQUFFLENBQUM7UUFFWCxZQUFPLEdBQUcsRUFBRSxDQUFDO1FBQ2IsY0FBUyxHQUFHLElBQUksQ0FBQztRQUVqQixpQkFBWSxHQUFHLElBQUksQ0FBQztRQUNwQixzQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFDMUIsdUJBQWtCLEdBQUcsS0FBSyxDQUFDO1FBSTNCLG1CQUFjLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsZUFBZSxDQUFDO1FBRTNDLGFBQVEsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQUM7UUFTN0MsSUFBSSxDQUFDLEtBQUssR0FBRyxRQUFRLENBQUMsR0FBRyxDQUFDLGtCQUFrQixDQUFDLENBQUM7SUFDbEQsQ0FBQztJQUVELFFBQVE7UUFDSixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLGNBQWMsQ0FBQztJQUM5RCxDQUFDO0lBRUQsbUJBQW1CO1FBQ2YsSUFBSSxDQUFDLGtCQUFrQixHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksaUJBQWlCLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO0lBQ3BGLENBQUM7SUFFRCxhQUFhO1FBQ1QsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7WUFDYixJQUFJLENBQUMsWUFBWSxHQUFHLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDNUQsQ0FBQzthQUFNLENBQUM7WUFDSixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztRQUM3QixDQUFDO0lBQ0wsQ0FBQztJQUVELGFBQWEsQ0FBQyxZQUFvQjtRQUM5QixJQUFJLFlBQVksRUFBRSxDQUFDO1lBQ2YsSUFBSSxDQUFDLFdBQVcsQ0FBQyxpQkFBaUIsQ0FBQyxZQUFZLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxRQUFpQixFQUFFLEVBQUU7Z0JBQzdFLElBQUksUUFBUSxFQUFFLENBQUM7b0JBQ1gsSUFBSSxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7d0JBQ3RDLE1BQU0sSUFBSSxHQUFHOzRCQUNULEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSzs0QkFDakIscUJBQXFCLEVBQUUsdUNBQXVDOzRCQUM5RCxvQkFBb0IsRUFBRSxzQ0FBc0M7NEJBQzVELGVBQWUsRUFBRSxJQUFJLENBQUMsY0FBYzs0QkFDcEMsYUFBYSxFQUFFLElBQUksQ0FBQyxRQUFROzRCQUM1QixXQUFXLEVBQUUsSUFBSTt5QkFDcEIsQ0FBQzt3QkFDRixJQUFJLENBQUMsVUFBVSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7NEJBQ2xFLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO2dDQUNsQixJQUFJLENBQUMsc0JBQXNCLENBQUMsU0FBUyxDQUNqQyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQ3RCLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxFQUNyQixJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FDeEIsQ0FBQzs0QkFDTixDQUFDOzRCQUNELElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUM7NEJBQzlCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUM7NEJBQy9CLElBQUksQ0FBQyxLQUFLLEdBQUcsRUFBRSxDQUFDOzRCQUNoQixJQUFJLENBQUMsSUFBSSxDQUFDLHNEQUFzRCxDQUFDLENBQUM7NEJBQ2xFLHNDQUFzQzs0QkFDdEMsVUFBVSxDQUFDLEdBQUcsRUFBRTtnQ0FDWixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO2dDQUMvQixJQUFJLENBQUMsa0JBQWtCLEdBQUcsS0FBSyxDQUFDOzRCQUNwQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7d0JBQ2IsQ0FBQyxDQUFDLENBQUM7b0JBQ1AsQ0FBQzt5QkFBTSxDQUFDO3dCQUNKLHNCQUFzQjtvQkFDMUIsQ0FBQztnQkFDTCxDQUFDO1lBQ0wsQ0FBQyxDQUFDLENBQUM7UUFDUCxDQUFDO0lBQ0wsQ0FBQzsrR0FoRlEsOEJBQThCO21HQUE5Qiw4QkFBOEIsc0pDZDNDLG9oREE0Q0E7OzRGRDlCYSw4QkFBOEI7a0JBTDFDLFNBQVM7K0JBQ0ksNkJBQTZCO2dJQWtCOUIsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3RvciwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBBdXRoU2VydmljZSwgQ3VzdG9tVG9hc3RTZXJ2aWNlLCBWYWxpZGF0aW9uU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tc2VydmljZXMnO1xuaW1wb3J0IHsgR2FFdmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tdXRpbGl0aWVzJztcbmltcG9ydCB7IENybVNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2Uvc21hcnQtY3JtLXNoYXJlZCc7XG5cbmltcG9ydCBzd2FsIGZyb20gJ3N3ZWV0YWxlcnQyJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUtYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlU3Vic2NyaWJlQkNvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIGVtYWlsID0gJyc7XG5cbiAgICBzaXRlS2V5ID0gJyc7XG4gICAgcmVjYXB0Y2hhID0gbnVsbDtcblxuICAgIGlzRW1haWxWYWxpZCA9IHRydWU7XG4gICAgaXNDYXB0Y2hhVmVyaWZpZWQgPSBmYWxzZTtcbiAgICBpc1N1YnNjcmliZUNsaWNrZWQgPSBmYWxzZTtcblxuICAgIGRlY2xhcmUgdG9hc3Q6IEN1c3RvbVRvYXN0U2VydmljZTtcblxuICAgIHN1YnNjcmlwdGlvbklkID0gdGhpcy5hcHBDb25maWcuY3JtLnN1YnNjcmlwdGlvbl9pZDtcblxuICAgIEBJbnB1dCgpIHNvdXJjZUlkID0gdGhpcy5hcHBDb25maWcuY3JtLnNvdXJjZV9pZDtcbiAgICBASW5wdXQoKSBnYUV2ZW50T2JqOiBHYUV2ZW50O1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgYXV0aFNlcnZpY2U6IEF1dGhTZXJ2aWNlLFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IGNybVNlcnZpY2U6IENybVNlcnZpY2UsXG4gICAgICAgIGluamVjdG9yOiBJbmplY3RvclxuICAgICkge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG4gICAgICAgIHRoaXMudG9hc3QgPSBpbmplY3Rvci5nZXQoQ3VzdG9tVG9hc3RTZXJ2aWNlKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5zaXRlS2V5ID0gdGhpcy5hcHBDb25maWcuaW50ZWdyYXRpb25zLmNhcHRjaGFfa2V5X1YyO1xuICAgIH1cblxuICAgIHN1YnNjcmliZU5ld3NsZXR0ZXIoKSB7XG4gICAgICAgIHRoaXMuaXNTdWJzY3JpYmVDbGlja2VkID0gISEodGhpcy5lbWFpbCAmJiBWYWxpZGF0aW9uU2VydmljZS5lbWFpbCh0aGlzLmVtYWlsKSk7XG4gICAgfVxuXG4gICAgdmFsaWRhdGVFbWFpbCgpIHtcbiAgICAgICAgaWYgKHRoaXMuZW1haWwpIHtcbiAgICAgICAgICAgIHRoaXMuaXNFbWFpbFZhbGlkID0gVmFsaWRhdGlvblNlcnZpY2UuZW1haWwodGhpcy5lbWFpbCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLmlzRW1haWxWYWxpZCA9IHRydWU7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBoYW5kbGVTdWNjZXNzKHJlQ2FwdGNoYVJlczogc3RyaW5nKSB7XG4gICAgICAgIGlmIChyZUNhcHRjaGFSZXMpIHtcbiAgICAgICAgICAgIHRoaXMuYXV0aFNlcnZpY2UudmFsaWRhdGVSZUNhcHRjaGEocmVDYXB0Y2hhUmVzKS5zdWJzY3JpYmUoKHJlc3BvbnNlOiBib29sZWFuKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKHJlc3BvbnNlKSB7XG4gICAgICAgICAgICAgICAgICAgIGlmIChWYWxpZGF0aW9uU2VydmljZS5lbWFpbCh0aGlzLmVtYWlsKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgZGF0YSA9IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlbWFpbDogdGhpcy5lbWFpbCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjcm1fY29uZmlybWF0aW9uX3BhdGg6ICdzbWFydC1jcm0vY3JtLW5ld3NsZXR0ZXItY29uZmlybWF0aW9uJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjcm1fdW5zdWJzY3JpYmVfcGF0aDogJ3NtYXJ0LWNybS9jcm0tbmV3c2xldHRlci11bnN1YnNjcmliZScsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Vic2NyaXB0aW9uX2lkOiB0aGlzLnN1YnNjcmlwdGlvbklkLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNybV9zb3VyY2VfaWQ6IHRoaXMuc291cmNlSWQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbm90aWZ5X3VzZXI6IHRydWVcbiAgICAgICAgICAgICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmNybVNlcnZpY2UucG9zdENybUxlYWQodGhpcy5zdWJzY3JpcHRpb25JZCwgZGF0YSkuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy5nYUV2ZW50T2JqKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZ29vZ2xlQW5hbHl0aWNzU2VydmljZS5zZW5kRXZlbnQoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmdhRXZlbnRPYmouY2F0ZWdvcnksXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmdhRXZlbnRPYmouYWN0aW9uLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5nYUV2ZW50T2JqLmxhYmVsLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5nYUV2ZW50T2JqLnZhbHVlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaXNDYXB0Y2hhVmVyaWZpZWQgPSB0cnVlO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaXNTdWJzY3JpYmVDbGlja2VkID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmVtYWlsID0gJyc7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgc3dhbC5maXJlKCdUaGFua3MhIFBsZWFzZSBjaGVjayB5b3VyIGVtYWlscyBmb3IgaW5zdHJ1Y3Rpb25zIDopJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gd2FpdCBmb3IgMnMgYmVmb3JlIHJlbW92aW5nIGNhcHRjaGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pc0NhcHRjaGFWZXJpZmllZCA9IGZhbHNlO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmlzU3Vic2NyaWJlQ2xpY2tlZCA9IGZhbHNlO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0sIDIwMDApO1xuICAgICAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAvLyBUT0RPIEVycm9yIEhhbmRsaW5nXG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiIsIjwhLS1zdWJzY3JpYmUgcGFydCBzdGFydC0tPlxuPHNlY3Rpb24gY2xhc3M9XCJzdWJzY3JpYmUtb3V0ZXJcIj5cbiAgPGRpdiBjbGFzcz1cInN1YnNjcmliZS1yaWdodFwiPlxuICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3N1YnNjcmliZS1yaWdodC1pbWcuanBnXCJcbiAgICAgIGFsdD1cInN1YnNjcmliZVwiIC8+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwic3Vic2NyaWJlLWxlZnQgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICAgIDxkaXY+XG4gICAgICA8aDM+U3RheSBpbiB0aGUgbG9vcC4gUXVpZXRseS48YnIgLz48L2gzPlxuICAgICAgPHA+V2hlbiB3ZSBsYXVuY2ggc29tZXRoaW5nIHdvcnRoIHNlZWluZywgeW914oCZbGwgYmUgdGhlIGZpcnN0IHRvIGtub3cuIE5vIHNwYW0uIE5vIG5vaXNlLiBObyBjb250ZW50IGNhbGVuZGFycy48L3A+XG4gICAgICA8ZGl2IGNsYXNzPVwiZm9ybS1vdXRlclwiPlxuICAgICAgICA8aW5wdXQgbmFtZT1cIlwiXG4gICAgICAgICAgdHlwZT1cImVtYWlsXCJcbiAgICAgICAgICBbKG5nTW9kZWwpXT1cImVtYWlsXCJcbiAgICAgICAgICBjbGFzcz1cImVtYWlsLXR4dFwiXG4gICAgICAgICAgW25nQ2xhc3NdPVwiIWlzRW1haWxWYWxpZCA/ICdib3JkZXIgYm9yZGVyLWRhbmdlcicgOiAnJ1wiXG4gICAgICAgICAgcGxhY2Vob2xkZXI9XCJZb3VyIEVtYWlsXCJcbiAgICAgICAgICAoa2V5dXApPVwidmFsaWRhdGVFbWFpbCgpXCIgLz5cblxuICAgICAgICA8aW5wdXQgbmFtZT1cIlwiXG4gICAgICAgICAgKm5nSWY9XCIhaXNTdWJzY3JpYmVDbGlja2VkICYmICFpc0NhcHRjaGFWZXJpZmllZFwiXG4gICAgICAgICAgKGNsaWNrKT1cInN1YnNjcmliZU5ld3NsZXR0ZXIoKVwiXG4gICAgICAgICAgY2xhc3M9XCJzdWJzY3JpYmUtYnRuIG1iLTJcIlxuICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgIHZhbHVlPVwiR2V0IG9uIHRoZSBMaXN0XCIgLz5cblxuICAgICAgICA8ZGl2IGNsYXNzPVwibXQtM1wiXG4gICAgICAgICAgKm5nSWY9XCJpc1N1YnNjcmliZUNsaWNrZWQgJiYgIWlzQ2FwdGNoYVZlcmlmaWVkXCI+XG4gICAgICAgICAgPG5neC1yZWNhcHRjaGEyIFtzaXRlS2V5XT1cInNpdGVLZXlcIlxuICAgICAgICAgICAgc2l6ZT1cIm5vcm1hbFwiXG4gICAgICAgICAgICBbKG5nTW9kZWwpXT1cInJlY2FwdGNoYVwiXG4gICAgICAgICAgICAoc3VjY2Vzcyk9XCJoYW5kbGVTdWNjZXNzKCRldmVudClcIj5cbiAgICAgICAgICA8L25neC1yZWNhcHRjaGEyPlxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sb3Itd2hpdGVcIlxuICAgICAgICAgICpuZ0lmPVwiaXNDYXB0Y2hhVmVyaWZpZWQgJiYgaXNTdWJzY3JpYmVDbGlja2VkXCI+XG4gICAgICAgICAgWW91J3JlIHN1Y2Nlc3NmdWxseSBzdWJzY3JpYmVkIHRvIG91ciBOZXdzbGV0dGVyLlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbjwhLS1zdWJzY3JpYmUgcGFydCBlbmQtLT5cbiJdfQ==
88
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXN1YnNjcmliZS1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUtYi9sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXN1YnNjcmliZS1iL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbkUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3hELE9BQU8sSUFBSSxNQUFNLGFBQWEsQ0FBQztBQUUvQixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUVoRSxPQUFPLEVBQUUsV0FBVyxFQUFFLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7Ozs7Ozs7O0FBTy9GLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxnQkFBZ0I7SUFxQmhFLFlBQ1ksV0FBd0IsRUFDeEIsVUFBc0IsRUFDOUIsUUFBa0I7UUFFbEIsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBSlIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFDeEIsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQXRCbEMsVUFBSyxHQUFHLEVBQUUsQ0FBQztRQUVYLFlBQU8sR0FBRyxFQUFFLENBQUM7UUFFYixpQkFBWSxHQUFHLElBQUksQ0FBQztRQUVwQixzQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFFMUIsdUJBQWtCLEdBQUcsS0FBSyxDQUFDO1FBRTNCLGNBQVMsR0FBRyxJQUFJLENBQUM7UUFJakIsbUJBQWMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxlQUFlLENBQUM7UUFFM0MsYUFBUSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLFNBQVMsQ0FBQztRQVU3QyxJQUFJLENBQUMsS0FBSyxHQUFHLFFBQVEsQ0FBQyxHQUFHLENBQUMsa0JBQWtCLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLENBQUMsY0FBYyxDQUFDO0lBQzlELENBQUM7SUFFRCxtQkFBbUI7UUFDZixJQUFJLENBQUMsa0JBQWtCLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssSUFBSSxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDcEYsQ0FBQztJQUVELGFBQWE7UUFDVCxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDWixJQUFJLENBQUMsWUFBWSxHQUFHLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDM0Q7YUFBTTtZQUNILElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDO1NBQzVCO0lBQ0wsQ0FBQztJQUVELGFBQWEsQ0FBQyxZQUFvQjtRQUM5QixJQUFJLFlBQVksRUFBRTtZQUNkLElBQUksQ0FBQyxXQUFXLENBQUMsaUJBQWlCLENBQUMsWUFBWSxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsUUFBaUIsRUFBRSxFQUFFO2dCQUM3RSxJQUFJLFFBQVEsRUFBRTtvQkFDVixJQUFJLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLEVBQUU7d0JBQ3JDLE1BQU0sSUFBSSxHQUFHOzRCQUNULEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSzs0QkFDakIscUJBQXFCLEVBQUUsdUNBQXVDOzRCQUM5RCxvQkFBb0IsRUFBRSxzQ0FBc0M7NEJBQzVELGVBQWUsRUFBRSxJQUFJLENBQUMsY0FBYzs0QkFDcEMsYUFBYSxFQUFFLElBQUksQ0FBQyxRQUFROzRCQUM1QixXQUFXLEVBQUUsSUFBSTt5QkFDcEIsQ0FBQzt3QkFDRixJQUFJLENBQUMsVUFBVSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFOzRCQUM3QyxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7Z0NBQ2pCLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxTQUFTLENBQ2pDLElBQUksQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUN4QixJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sRUFDdEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLEVBQ3JCLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUN4QixDQUFDOzZCQUNMOzRCQUNELElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUM7NEJBQzlCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUM7NEJBQy9CLElBQUksQ0FBQyxLQUFLLEdBQUcsRUFBRSxDQUFDOzRCQUNoQixJQUFJLENBQUMsSUFBSSxDQUFDLHNEQUFzRCxDQUFDLENBQUM7NEJBQ2xFLHNDQUFzQzs0QkFDdEMsVUFBVSxDQUFDLEdBQUcsRUFBRTtnQ0FDWixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO2dDQUMvQixJQUFJLENBQUMsa0JBQWtCLEdBQUcsS0FBSyxDQUFDOzRCQUNwQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7d0JBQ2IsQ0FBQyxDQUFDLENBQUM7cUJBQ047eUJBQU07d0JBQ0gsc0JBQXNCO3FCQUN6QjtpQkFDSjtZQUNMLENBQUMsQ0FBQyxDQUFDO1NBQ047SUFDTCxDQUFDOzhHQXBGUSw4QkFBOEI7a0dBQTlCLDhCQUE4QixzSkNiM0MsNjdDQTRDQTs7MkZEL0JhLDhCQUE4QjtrQkFMMUMsU0FBUzsrQkFDSSw2QkFBNkI7Z0lBcUI5QixRQUFRO3NCQUFoQixLQUFLO2dCQUVHLFVBQVU7c0JBQWxCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdG9yLCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDcm1TZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL3NtYXJ0LWNybS1zaGFyZWQnO1xuaW1wb3J0IHN3YWwgZnJvbSAnc3dlZXRhbGVydDInO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQgeyBHYUV2ZW50IH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi11dGlsaXRpZXMnO1xuaW1wb3J0IHsgQXV0aFNlcnZpY2UsIEN1c3RvbVRvYXN0U2VydmljZSwgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXNlcnZpY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUtYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlU3Vic2NyaWJlQkNvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIGVtYWlsID0gJyc7XG5cbiAgICBzaXRlS2V5ID0gJyc7XG5cbiAgICBpc0VtYWlsVmFsaWQgPSB0cnVlO1xuXG4gICAgaXNDYXB0Y2hhVmVyaWZpZWQgPSBmYWxzZTtcblxuICAgIGlzU3Vic2NyaWJlQ2xpY2tlZCA9IGZhbHNlO1xuXG4gICAgcmVjYXB0Y2hhID0gbnVsbDtcblxuICAgIGRlY2xhcmUgdG9hc3Q6IEN1c3RvbVRvYXN0U2VydmljZTtcblxuICAgIHN1YnNjcmlwdGlvbklkID0gdGhpcy5hcHBDb25maWcuY3JtLnN1YnNjcmlwdGlvbl9pZDtcblxuICAgIEBJbnB1dCgpIHNvdXJjZUlkID0gdGhpcy5hcHBDb25maWcuY3JtLnNvdXJjZV9pZDtcblxuICAgIEBJbnB1dCgpIGdhRXZlbnRPYmo6IEdhRXZlbnQ7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsXG4gICAgICAgIHByaXZhdGUgY3JtU2VydmljZTogQ3JtU2VydmljZSxcbiAgICAgICAgaW5qZWN0b3I6IEluamVjdG9yXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcbiAgICAgICAgdGhpcy50b2FzdCA9IGluamVjdG9yLmdldChDdXN0b21Ub2FzdFNlcnZpY2UpO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLnNpdGVLZXkgPSB0aGlzLmFwcENvbmZpZy5pbnRlZ3JhdGlvbnMuY2FwdGNoYV9rZXlfVjI7XG4gICAgfVxuXG4gICAgc3Vic2NyaWJlTmV3c2xldHRlcigpIHtcbiAgICAgICAgdGhpcy5pc1N1YnNjcmliZUNsaWNrZWQgPSAhISh0aGlzLmVtYWlsICYmIFZhbGlkYXRpb25TZXJ2aWNlLmVtYWlsKHRoaXMuZW1haWwpKTtcbiAgICB9XG5cbiAgICB2YWxpZGF0ZUVtYWlsKCkge1xuICAgICAgICBpZiAodGhpcy5lbWFpbCkge1xuICAgICAgICAgICAgdGhpcy5pc0VtYWlsVmFsaWQgPSBWYWxpZGF0aW9uU2VydmljZS5lbWFpbCh0aGlzLmVtYWlsKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuaXNFbWFpbFZhbGlkID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGhhbmRsZVN1Y2Nlc3MocmVDYXB0Y2hhUmVzOiBzdHJpbmcpIHtcbiAgICAgICAgaWYgKHJlQ2FwdGNoYVJlcykge1xuICAgICAgICAgICAgdGhpcy5hdXRoU2VydmljZS52YWxpZGF0ZVJlQ2FwdGNoYShyZUNhcHRjaGFSZXMpLnN1YnNjcmliZSgocmVzcG9uc2U6IGJvb2xlYW4pID0+IHtcbiAgICAgICAgICAgICAgICBpZiAocmVzcG9uc2UpIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKFZhbGlkYXRpb25TZXJ2aWNlLmVtYWlsKHRoaXMuZW1haWwpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjb25zdCBkYXRhID0ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVtYWlsOiB0aGlzLmVtYWlsLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNybV9jb25maXJtYXRpb25fcGF0aDogJ3NtYXJ0LWNybS9jcm0tbmV3c2xldHRlci1jb25maXJtYXRpb24nLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNybV91bnN1YnNjcmliZV9wYXRoOiAnc21hcnQtY3JtL2NybS1uZXdzbGV0dGVyLXVuc3Vic2NyaWJlJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdWJzY3JpcHRpb25faWQ6IHRoaXMuc3Vic2NyaXB0aW9uSWQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY3JtX3NvdXJjZV9pZDogdGhpcy5zb3VyY2VJZCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBub3RpZnlfdXNlcjogdHJ1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgfTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY3JtU2VydmljZS5wb3N0Q3JtTGVhZChkYXRhKS5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLmdhRXZlbnRPYmopIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5nb29nbGVBbmFseXRpY3NTZXJ2aWNlLnNlbmRFdmVudChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZ2FFdmVudE9iai5jYXRlZ29yeSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZ2FFdmVudE9iai5hY3Rpb24sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmdhRXZlbnRPYmoubGFiZWwsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmdhRXZlbnRPYmoudmFsdWVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pc0NhcHRjaGFWZXJpZmllZCA9IHRydWU7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pc1N1YnNjcmliZUNsaWNrZWQgPSB0cnVlO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZW1haWwgPSAnJztcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzd2FsLmZpcmUoJ1RoYW5rcyEgUGxlYXNlIGNoZWNrIHlvdXIgZW1haWxzIGZvciBpbnN0cnVjdGlvbnMgOiknKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyB3YWl0IGZvciAycyBiZWZvcmUgcmVtb3ZpbmcgY2FwdGNoYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmlzQ2FwdGNoYVZlcmlmaWVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaXNTdWJzY3JpYmVDbGlja2VkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSwgMjAwMCk7XG4gICAgICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIC8vIFRPRE8gRXJyb3IgSGFuZGxpbmdcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiPCEtLXN1YnNjcmliZSBwYXJ0IHN0YXJ0LS0+XG48c2VjdGlvbiBjbGFzcz1cInN1YnNjcmliZS1vdXRlclwiPlxuICA8ZGl2IGNsYXNzPVwic3Vic2NyaWJlLXJpZ2h0XCI+XG4gICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2Uvc3Vic2NyaWJlLXJpZ2h0LWltZy5qcGdcIlxuICAgICAgYWx0PVwic3Vic2NyaWJlXCIgLz5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJzdWJzY3JpYmUtbGVmdCBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgPGRpdj5cbiAgICAgIDxoMz5Kb2luIHRoZSBmYW1pbHk8YnIgLz48L2gzPlxuICAgICAgPHA+R2V0IHRoZSBsYXRlc3QgbmV3cyBzdHJhaWdodCB0byB5b3VyIGluYm94LjwvcD5cbiAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLW91dGVyXCI+XG4gICAgICAgIDxpbnB1dCBuYW1lPVwiXCJcbiAgICAgICAgICB0eXBlPVwiZW1haWxcIlxuICAgICAgICAgIFsobmdNb2RlbCldPVwiZW1haWxcIlxuICAgICAgICAgIGNsYXNzPVwiZW1haWwtdHh0XCJcbiAgICAgICAgICBbbmdDbGFzc109XCIhaXNFbWFpbFZhbGlkID8gJ2JvcmRlciBib3JkZXItZGFuZ2VyJyA6ICcnXCJcbiAgICAgICAgICBwbGFjZWhvbGRlcj1cIllvdXIgRW1haWxcIlxuICAgICAgICAgIChrZXl1cCk9XCJ2YWxpZGF0ZUVtYWlsKClcIiAvPlxuXG4gICAgICAgIDxpbnB1dCBuYW1lPVwiXCJcbiAgICAgICAgICAqbmdJZj1cIiFpc1N1YnNjcmliZUNsaWNrZWQgJiYgIWlzQ2FwdGNoYVZlcmlmaWVkXCJcbiAgICAgICAgICAoY2xpY2spPVwic3Vic2NyaWJlTmV3c2xldHRlcigpXCJcbiAgICAgICAgICBjbGFzcz1cInN1YnNjcmliZS1idG4gbWItMlwiXG4gICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgdmFsdWU9XCJzdWJzY3JpYmVcIiAvPlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtdC0zXCJcbiAgICAgICAgICAqbmdJZj1cImlzU3Vic2NyaWJlQ2xpY2tlZCAmJiAhaXNDYXB0Y2hhVmVyaWZpZWRcIj5cbiAgICAgICAgICA8bmd4LXJlY2FwdGNoYTIgW3NpdGVLZXldPVwic2l0ZUtleVwiXG4gICAgICAgICAgICBzaXplPVwibm9ybWFsXCJcbiAgICAgICAgICAgIFsobmdNb2RlbCldPVwicmVjYXB0Y2hhXCJcbiAgICAgICAgICAgIChzdWNjZXNzKT1cImhhbmRsZVN1Y2Nlc3MoJGV2ZW50KVwiPlxuICAgICAgICAgIDwvbmd4LXJlY2FwdGNoYTI+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2xvci13aGl0ZVwiXG4gICAgICAgICAgKm5nSWY9XCJpc0NhcHRjaGFWZXJpZmllZCAmJiBpc1N1YnNjcmliZUNsaWNrZWRcIj5cbiAgICAgICAgICBZb3UncmUgc3VjY2Vzc2Z1bGx5IHN1YnNjcmliZWQgdG8gb3VyIE5ld3NsZXR0ZXIuXG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuPCEtLXN1YnNjcmliZSBwYXJ0IGVuZC0tPlxuIl19
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@posiwise/directives";
4
4
  export class LandingPageTeamBComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageTeamBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageTeamBComponent, selector: "pw-landing-page-team-b", ngImport: i0, template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialists, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.wwr-block{background:#fff url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTeamBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageTeamBComponent, selector: "pw-landing-page-team-b", ngImport: i0, template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialits, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.wwr-block{background:rgb(255,255,255) url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageTeamBComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTeamBComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-team-b', template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialists, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.wwr-block{background:#fff url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"] }]
10
+ args: [{ selector: 'pw-landing-page-team-b', template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialits, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.wwr-block{background:rgb(255,255,255) url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9sYW5kaW5nLXBhZ2UtdGVhbS1iL2xhbmRpbmctcGFnZS10ZWFtLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXRlYW0tYi9sYW5kaW5nLXBhZ2UtdGVhbS1iLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU8xQyxNQUFNLE9BQU8seUJBQXlCOytHQUF6Qix5QkFBeUI7bUdBQXpCLHlCQUF5Qiw4RENQdEMsODZGQXFFQTs7NEZEOURhLHlCQUF5QjtrQkFMckMsU0FBUzsrQkFDSSx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtdGVhbS1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlVGVhbUJDb21wb25lbnQge31cbiIsIjwhLS1XaG8gd2UgYXJlIHNlY3Rpb24tLT5cbjxzZWN0aW9uIGNsYXNzPVwid3dyLWJsb2NrXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTEyIHAtMFwiPlxuICAgICAgICA8aDQ+TWVldCB0aGUgVGVhbTwvaDQ+XG4gICAgICAgIDxwIGNsYXNzPVwiZGVzY3JpcHRpb25cIj5cbiAgICAgICAgICBXZSBoYXZlIHN1Y2Nlc3NmdWxseSBmb3VuZGVkLCBkZXZlbG9wZWQgYW5kIGNvbW1lcmNpYWxpemVkIHNvZnR3YXJlIGNvbXBhbmllc1xuICAgICAgICAgIGludGVybmF0aW9uYWxseS4gPGJyIC8+XG4gICAgICAgICAgV2UgY2FuJ3Qgd2FpdCB0byBkbyB0aGlzIHdpdGggeW91IGFzIHdlbGwuIDxiciAvPlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1zdGFydCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3BpYzEucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlBpY1wiXG4gICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTggY29sLWxnLTggY29sLW1kLTggY29sLXNtLTEyIGZsb2F0LWVuZCBjb250YWluZXItZmx1aWQgcC01IGJnLXdoaXRlIG1iLTBcIj5cbiAgICAgICAgICA8aDM+RW5yaWNvIFRhbTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBBZnRlciB0cnlpbmcgdG8gYmVjb21lIGEgcHJvZmVzc2lvbmFsIHRlbm5pcyBwbGF5ZXIsIEVucmljbyBzb21laG93IGdvdFxuICAgICAgICAgICAgZW50YW5nbGVkIGluIGEgUGhEIGluIGVuZ2luZWVyaW5nLCBhbiBNQkEgcHJvZ3JhbW1lIGFuZCBhIGJpZyBjb25zdWx0aW5nXG4gICAgICAgICAgICBmaXJtIGJlZm9yZSBiZWluZyBkcmF3biBpbnRvIHRoZSBzdGFydHVwIHdvcmxkLiBIZSBoYXMgc3VjY2Vzc2Z1bGx5IGxhdW5jaGVkXG4gICAgICAgICAgICBhbmQgZGV2ZWxvcGVkIHN1Y2Nlc3NmdWwgc29mdHdhcmUgY29tcGFuaWVzIGFuZCBoZSBpcyBub3cgb24gYSBtaXNzaW9uIHRvXG4gICAgICAgICAgICBoZWxwIG90aGVycyBkbyB0aGUgc2FtZS4gQ29mZmVlIGlzIHVzdWFsbHkgaGlzIGRyaW5rIG9mIGNob2ljZSBidXQgaGUgY2FuIGJlXG4gICAgICAgICAgICBjb252aW5jZWQgdG8gc2hhcmUgYSBuaWNlIGdsYXNzIG9mIHdpbmUgaW4gZ29vZCBjb21wYW55LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1lbmQgdGV4dC1jZW50ZXIgYmctc2hhZG93XCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljNC5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtc3RhcnQgY29udGFpbmVyLWZsdWlkIHAtNSBiZy13aGl0ZSBtYi0wXCI+XG4gICAgICAgICAgPGgzPlNhYmVyIFpyZWxsaTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBJdCBpcyBhIGxvbmcgZXN0YWJsaXNoZWQgZmFjdCB0aGF0IGEgcmVhZGVyIHdpbGwgYmUgZGlzdHJhY3RlZCBieSB0aGVcbiAgICAgICAgICAgIHJlYWRhYmxlIGNvbnRlbnQgb2YgYSBwYWdlIHdoZW4gbG9va2luZyBhdCBpdHMgbGF5b3V0LiBUaGUgcG9pbnQgb2YgdXNpbmdcbiAgICAgICAgICAgIExvcmVtIElwc3VtIGlzIHRoYXQgaXQgaGFzIGEgbW9yZS1vci1sZXNzIG5vcm1hbCBkaXN0cmlidXRpb24gb2YgbGV0dGVycywgYXNcbiAgICAgICAgICAgIG9wcG9zZWQgdG8gdXNpbmcgJ0NvbnRlbnQgaGVyZSwgY29udGVudCBoZXJlJywgbWFraW5nIGl0IGxvb2sgbGlrZSByZWFkYWJsZVxuICAgICAgICAgICAgRW5nbGlzaC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtMTIgYmctc2hhZG93LWJvdHRvbVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTQgY29sLWxnLTQgY29sLW1kLTQgY29sLXNtLTEyIGZsb2F0LXN0YXJ0IHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljMy5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtZW5kIGNvbnRhaW5lci1mbHVpZCBwLTUgYmctd2hpdGUgbWItMFwiPlxuICAgICAgICAgIDxoMz5XaWRlIE5ldHdvcms8L2gzPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgVGhyb3VnaG91dCBvdXIgY2FyZWVycywgd2UgaGF2ZSBkZXZlbG9wZWQgYSBsYXJnZSBpbnRlcm5hdGlvbmFsIG5ldHdvcmsgb2ZcbiAgICAgICAgICAgIGlubm92YXRpb24gc3BlY2lhbGlzdHMsIGludmVzdG9ycywgYW5kIGRvbWFpbiBzcGVjaWFsaXN0cyB0aGF0IHdlIGNhblxuICAgICAgICAgICAgbGV2ZXJhZ2UgYXQgdGhlIHJpZ2h0IG1vbWVudC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuPCEtLVdobyB3ZSBhcmUgc2VjdGlvbiBlbmQtLT5cbiJdfQ==
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9sYW5kaW5nLXBhZ2UtdGVhbS1iL2xhbmRpbmctcGFnZS10ZWFtLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXRlYW0tYi9sYW5kaW5nLXBhZ2UtdGVhbS1iLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU8xQyxNQUFNLE9BQU8seUJBQXlCOzhHQUF6Qix5QkFBeUI7a0dBQXpCLHlCQUF5Qiw4RENQdEMsNjZGQXFFQTs7MkZEOURhLHlCQUF5QjtrQkFMckMsU0FBUzsrQkFDSSx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtdGVhbS1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlVGVhbUJDb21wb25lbnQge31cbiIsIjwhLS1XaG8gd2UgYXJlIHNlY3Rpb24tLT5cbjxzZWN0aW9uIGNsYXNzPVwid3dyLWJsb2NrXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTEyIHAtMFwiPlxuICAgICAgICA8aDQ+TWVldCB0aGUgVGVhbTwvaDQ+XG4gICAgICAgIDxwIGNsYXNzPVwiZGVzY3JpcHRpb25cIj5cbiAgICAgICAgICBXZSBoYXZlIHN1Y2Nlc3NmdWxseSBmb3VuZGVkLCBkZXZlbG9wZWQgYW5kIGNvbW1lcmNpYWxpemVkIHNvZnR3YXJlIGNvbXBhbmllc1xuICAgICAgICAgIGludGVybmF0aW9uYWxseS4gPGJyIC8+XG4gICAgICAgICAgV2UgY2FuJ3Qgd2FpdCB0byBkbyB0aGlzIHdpdGggeW91IGFzIHdlbGwuIDxiciAvPlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1zdGFydCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3BpYzEucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlBpY1wiXG4gICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTggY29sLWxnLTggY29sLW1kLTggY29sLXNtLTEyIGZsb2F0LWVuZCBjb250YWluZXItZmx1aWQgcC01IGJnLXdoaXRlIG1iLTBcIj5cbiAgICAgICAgICA8aDM+RW5yaWNvIFRhbTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBBZnRlciB0cnlpbmcgdG8gYmVjb21lIGEgcHJvZmVzc2lvbmFsIHRlbm5pcyBwbGF5ZXIsIEVucmljbyBzb21laG93IGdvdFxuICAgICAgICAgICAgZW50YW5nbGVkIGluIGEgUGhEIGluIGVuZ2luZWVyaW5nLCBhbiBNQkEgcHJvZ3JhbW1lIGFuZCBhIGJpZyBjb25zdWx0aW5nXG4gICAgICAgICAgICBmaXJtIGJlZm9yZSBiZWluZyBkcmF3biBpbnRvIHRoZSBzdGFydHVwIHdvcmxkLiBIZSBoYXMgc3VjY2Vzc2Z1bGx5IGxhdW5jaGVkXG4gICAgICAgICAgICBhbmQgZGV2ZWxvcGVkIHN1Y2Nlc3NmdWwgc29mdHdhcmUgY29tcGFuaWVzIGFuZCBoZSBpcyBub3cgb24gYSBtaXNzaW9uIHRvXG4gICAgICAgICAgICBoZWxwIG90aGVycyBkbyB0aGUgc2FtZS4gQ29mZmVlIGlzIHVzdWFsbHkgaGlzIGRyaW5rIG9mIGNob2ljZSBidXQgaGUgY2FuIGJlXG4gICAgICAgICAgICBjb252aW5jZWQgdG8gc2hhcmUgYSBuaWNlIGdsYXNzIG9mIHdpbmUgaW4gZ29vZCBjb21wYW55LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1lbmQgdGV4dC1jZW50ZXIgYmctc2hhZG93XCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljNC5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtc3RhcnQgY29udGFpbmVyLWZsdWlkIHAtNSBiZy13aGl0ZSBtYi0wXCI+XG4gICAgICAgICAgPGgzPlNhYmVyIFpyZWxsaTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBJdCBpcyBhIGxvbmcgZXN0YWJsaXNoZWQgZmFjdCB0aGF0IGEgcmVhZGVyIHdpbGwgYmUgZGlzdHJhY3RlZCBieSB0aGVcbiAgICAgICAgICAgIHJlYWRhYmxlIGNvbnRlbnQgb2YgYSBwYWdlIHdoZW4gbG9va2luZyBhdCBpdHMgbGF5b3V0LiBUaGUgcG9pbnQgb2YgdXNpbmdcbiAgICAgICAgICAgIExvcmVtIElwc3VtIGlzIHRoYXQgaXQgaGFzIGEgbW9yZS1vci1sZXNzIG5vcm1hbCBkaXN0cmlidXRpb24gb2YgbGV0dGVycywgYXNcbiAgICAgICAgICAgIG9wcG9zZWQgdG8gdXNpbmcgJ0NvbnRlbnQgaGVyZSwgY29udGVudCBoZXJlJywgbWFraW5nIGl0IGxvb2sgbGlrZSByZWFkYWJsZVxuICAgICAgICAgICAgRW5nbGlzaC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtMTIgYmctc2hhZG93LWJvdHRvbVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTQgY29sLWxnLTQgY29sLW1kLTQgY29sLXNtLTEyIGZsb2F0LXN0YXJ0IHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljMy5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtZW5kIGNvbnRhaW5lci1mbHVpZCBwLTUgYmctd2hpdGUgbWItMFwiPlxuICAgICAgICAgIDxoMz5XaWRlIE5ldHdvcms8L2gzPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgVGhyb3VnaG91dCBvdXIgY2FyZWVycywgd2UgaGF2ZSBkZXZlbG9wZWQgYSBsYXJnZSBpbnRlcm5hdGlvbmFsIG5ldHdvcmsgb2ZcbiAgICAgICAgICAgIGlubm92YXRpb24gc3BlY2lhbGl0cywgaW52ZXN0b3JzLCBhbmQgZG9tYWluIHNwZWNpYWxpc3RzIHRoYXQgd2UgY2FuXG4gICAgICAgICAgICBsZXZlcmFnZSBhdCB0aGUgcmlnaHQgbW9tZW50LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tV2hvIHdlIGFyZSBzZWN0aW9uIGVuZC0tPlxuIl19
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@posiwise/directives";
4
4
  export class LandingPageTestimonialsBComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageTestimonialsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageTestimonialsBComponent, selector: "pw-landing-page-testimonials-b", ngImport: i0, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTestimonialsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageTestimonialsBComponent, selector: "pw-landing-page-testimonials-b", ngImport: i0, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.testimonial-outer{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-leftbar{display:inline-block}.testimonial-leftbar span{background:rgb(236,236,237);display:inline-block;padding:20px;width:100%}.testimonial-leftbar span img{display:inline-block;width:100%}.testimonial-leftbar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-leftbar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-leftbar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-leftbar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-leftbar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-leftbar{min-height:400px}.testimonial-inner-desk h3,.testimonial-leftbar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-leftbar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-leftbar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-leftbar{float:left;margin:30px 2% 0;width:46%}.testimonial-leftbar span{padding:20px}.testimonial-leftbar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-leftbar{min-height:420px}.testimonial-inner-desk span,.testimonial-leftbar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageTestimonialsBComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTestimonialsBComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-testimonials-b', template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"] }]
10
+ args: [{ selector: 'pw-landing-page-testimonials-b', template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.testimonial-outer{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-leftbar{display:inline-block}.testimonial-leftbar span{background:rgb(236,236,237);display:inline-block;padding:20px;width:100%}.testimonial-leftbar span img{display:inline-block;width:100%}.testimonial-leftbar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-leftbar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-leftbar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-leftbar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-leftbar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-leftbar{min-height:400px}.testimonial-inner-desk h3,.testimonial-leftbar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-leftbar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-leftbar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-leftbar{float:left;margin:30px 2% 0;width:46%}.testimonial-leftbar span{padding:20px}.testimonial-leftbar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-leftbar{min-height:420px}.testimonial-inner-desk span,.testimonial-leftbar span{padding:10px}}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLGlDQUFpQzsrR0FBakMsaUNBQWlDO21HQUFqQyxpQ0FBaUMsc0VDUDlDLHVzT0FvTUE7OzRGRDdMYSxpQ0FBaUM7a0JBTDdDLFNBQVM7K0JBQ0ksZ0NBQWdDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLWIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZVRlc3RpbW9uaWFsc0JDb21wb25lbnQge31cbiIsIjwhLS10ZXN0aW1vbmlhbCBwYXJ0IHN0YXJ0LS0+XG48c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLW91dGVyXCJcbiAgaWQ9XCJkZW1vc1wiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGgyPlNvbWUgb2Ygb3VyIC0gYXdlc29tZSAtIHBhcnRuZXJzPC9oMj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItZGVza1wiPlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnQtYmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTkucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlBsYW5Eb1wiIC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPGgzPkFudGxlcjwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5hbnRsZXIuY28vXCJcbiAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+QW50bGVyPC9hPlxuICAgICAgICAgIGlzIGEgZ2xvYmFsIFZDICZhbXA7IHN0YXJ0dXAgZ2VuZXJhdG9yIGVuYWJsaW5nIGVudHJlcHJlbmV1cnMgdG8gYnVpbGQgYW5kIHNjYWxlXG4gICAgICAgICAgZ2xvYmFsIGJ1c2luZXNzZXMuXG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnQtYmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTIucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIkhvcGxhbmNlXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+SG9wbGFuY2U8L2gzPlxuICAgICAgICA8cD5cbiAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly93d3cuaG9wbGFuY2UuY29tXCJcbiAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+SG9wbGFuY2U8L2E+XG4gICAgICAgICAgY29ubmVjdHMgdGhlIGJlc3QgZnJlZWxhbmNlcnMgYW5kIGNvbnRyYWN0b3JzIHRvIHdvcmsgb24gZXhjaXRpbmcgZGlnaXRhbFxuICAgICAgICAgIHByb2plY3RzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0LWJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UzLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+RnVuZGV4YTwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL2Z1bmRleGEuY29tL1wiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgIHB1dHMgeW91IGluIGZyb250IG9mIGludmVzdG9ycyBhdCBhIGZyYWN0aW9uIG9mIHRoZSBwcmljZSBvZiB0cmFkaXRpb25hbFxuICAgICAgICAgIHNlcnZpY2VzIGFuZCBjb25zdWx0YW5jaWVzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0LWJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UxMC5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiU2t5YnV5c1wiIC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPGgzPlRhbmsgU3RyZWFtIExhYnM8L2gzPlxuICAgICAgICA8cD5cbiAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly93d3cudGFua3N0cmVhbWxhYnMuY29tL1wiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlRhbmsgU3RyZWFtIExhYnM8L2E+XG4gICAgICAgICAgaXMgYSBsZWFkaW5nIGJyZWVkaW5nIGdyb3VuZCBmb3IgZW50cmVwcmVuZXVycywgc3BlY2lhbGlzZWQgaW5kdXN0cnkgbGVhZGVycyxcbiAgICAgICAgICBhbmQgc2NhbGUgdXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0LWJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UxMi5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiU2VsbGVjdGVcIiAvPlxuICAgICAgICA8L3NwYW4+XG4gICAgICAgIDxoMz5NYWNxdWFyaWUgSW5jdWJhdG9yPC9oMz5cbiAgICAgICAgPHA+XG4gICAgICAgICAgVGhlXG4gICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3Lm1xLmVkdS5hdS9wYXJ0bmVyL2FjY2Vzcy1idXNpbmVzcy1vcHBvcnR1bml0aWVzL2lubm92YXRpb24tZW50cmVwcmVuZXVyc2hpcC1hbmQtaXQvaW5jdWJhdG9yXCJcbiAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+TWFjcXVhcmllIFVuaXZlcnNpdHkgSW5jdWJhdG9yPC9hPlxuICAgICAgICAgIGRldmVsb3BzIHByb2dyYW1zIHRvIG51cnR1cmUgaW5ub3ZhdGlvbiBhbmQgc3VwcG9ydCB0aGUgZ3Jvd3RoIGFuZCBzdWNjZXNzIG9mXG4gICAgICAgICAgc3RhcnR1cHMuXG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnQtYmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTgucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlN0b25lICYgQ2hhbGtcIiAvPlxuICAgICAgICA8L3NwYW4+XG4gICAgICAgIDxoMz5TdG9uZSAmYW1wOyBDaGFsazwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5TdG9uZSAmYW1wOyBDaGFsazwvYT5cbiAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGUgZGV2ZWxvcG1lbnRcbiAgICAgICAgICBvZiB3b3JsZC1sZWFkaW5nIEZpbnRlY2ggc3RhcnQtdXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItbW9iXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwib3dsLWNhcm91c2VsIG93bC10aGVtZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0LWJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTkucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJQbGFuRG9cIiAvPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPGgzPkFudGxlcjwvaDM+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmFudGxlci5jb1wiXG4gICAgICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+QW50bGVyPC9hPlxuICAgICAgICAgICAgICBpcyBhIGdsb2JhbCBWQyAmYW1wOyBzdGFydHVwIGdlbmVyYXRvciBlbmFibGluZyBlbnRyZXByZW5ldXJzIHRvIGJ1aWxkXG4gICAgICAgICAgICAgIGFuZCBzY2FsZSBnbG9iYWwgYnVzaW5lc3Nlcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpdGVtXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnQtYmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlMi5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIkhvcGxhbmNlXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5Ib3BsYW5jZTwvaDM+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmhvcGxhbmNlLmNvbVwiXG4gICAgICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+SG9wbGFuY2U8L2E+XG4gICAgICAgICAgICAgIGNvbm5lY3RzIHRoZSBiZXN0IGZyZWVsYW5jZXJzIGFuZCBjb250cmFjdG9ycyB0byB3b3JrIG9uIGV4Y2l0aW5nXG4gICAgICAgICAgICAgIGRpZ2l0YWwgcHJvamVjdHMuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0LWJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTMucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5GdW5kZXhhPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly9mdW5kZXhhLmNvbS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgICAgICBwdXRzIHlvdSBpbiBmcm9udCBvZiBpbnZlc3RvcnMgYXQgYSBmcmFjdGlvbiBvZiB0aGUgcHJpY2Ugb2YgdHJhZGl0aW9uYWxcbiAgICAgICAgICAgICAgc2VydmljZXMgYW5kIGNvbnN1bHRhbmNpZXMuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0LWJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTUucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJTa3lidXlzXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5Ta3lCdXlzPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly93d3cuc2t5YnV5cy5uZXQvXCJcbiAgICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5Ta3lCdXlzPC9hPlxuICAgICAgICAgICAgICB0YWtlcyB0aGUgcXVldWUgb3V0IG9mIGR1dHkgZnJlZSBieSBjb25uZWN0aW5nIG9ubGluZSBhbmQgaW4tc3RvcmUgZHV0eVxuICAgICAgICAgICAgICBmcmVlIHNob3BwaW5nLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdC1iYXJcIj5cbiAgICAgICAgICAgIDxzcGFuPlxuICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2U2LnBuZ1wiXG4gICAgICAgICAgICAgICAgYWx0PVwiU2VsbGVjdGVcIiAvPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPGgzPlNlbGxlY3RlPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBUaGVcbiAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vc2VsbGVjdGUuY29tL2hvbWVcIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlNlbGxlY3RlPC9hPlxuICAgICAgICAgICAgICBwbGF0Zm9ybSBsZXRzIHlvdSBkaXNjb3ZlciB1bmlxdWUgYnJhbmRzLCBuZXcgZGVzaWduZXJzIGFuZCB0aGVpclxuICAgICAgICAgICAgICBkaXN0aW5jdGl2ZSBsYWJlbHMgb25saW5lLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdC1iYXJcIj5cbiAgICAgICAgICAgIDxzcGFuPlxuICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2U4LnBuZ1wiXG4gICAgICAgICAgICAgICAgYWx0PVwiU3RvbmUgJiBDaGFsa1wiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+U3RvbmUgJmFtcDsgQ2hhbGs8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlN0b25lICZhbXA7IENoYWxrPC9hPlxuICAgICAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGVcbiAgICAgICAgICAgICAgZGV2ZWxvcG1lbnQgb2Ygd29ybGQtbGVhZGluZyBGaW50ZWNoIHN0YXJ0LXVwcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tdGVzdGltb25pYWwgcGFydCBlbmQtLT5cbiJdfQ==
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLGlDQUFpQzs4R0FBakMsaUNBQWlDO2tHQUFqQyxpQ0FBaUMsc0VDUDlDLDJyT0FvTUE7OzJGRDdMYSxpQ0FBaUM7a0JBTDdDLFNBQVM7K0JBQ0ksZ0NBQWdDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLWIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZVRlc3RpbW9uaWFsc0JDb21wb25lbnQge31cbiIsIjwhLS10ZXN0aW1vbmlhbCBwYXJ0IHN0YXJ0LS0+XG48c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLW91dGVyXCJcbiAgaWQ9XCJkZW1vc1wiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGgyPlNvbWUgb2Ygb3VyIC0gYXdlc29tZSAtIHBhcnRuZXJzPC9oMj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItZGVza1wiPlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgPHNwYW4+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlOS5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGxhbkRvXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+QW50bGVyPC9oMz5cbiAgICAgICAgPHA+XG4gICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmFudGxlci5jby9cIlxuICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5BbnRsZXI8L2E+XG4gICAgICAgICAgaXMgYSBnbG9iYWwgVkMgJmFtcDsgc3RhcnR1cCBnZW5lcmF0b3IgZW5hYmxpbmcgZW50cmVwcmVuZXVycyB0byBidWlsZCBhbmQgc2NhbGVcbiAgICAgICAgICBnbG9iYWwgYnVzaW5lc3Nlcy5cbiAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UyLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJIb3BsYW5jZVwiIC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPGgzPkhvcGxhbmNlPC9oMz5cbiAgICAgICAgPHA+XG4gICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmhvcGxhbmNlLmNvbVwiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkhvcGxhbmNlPC9hPlxuICAgICAgICAgIGNvbm5lY3RzIHRoZSBiZXN0IGZyZWVsYW5jZXJzIGFuZCBjb250cmFjdG9ycyB0byB3b3JrIG9uIGV4Y2l0aW5nIGRpZ2l0YWxcbiAgICAgICAgICBwcm9qZWN0cy5cbiAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UzLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+RnVuZGV4YTwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL2Z1bmRleGEuY29tL1wiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgIHB1dHMgeW91IGluIGZyb250IG9mIGludmVzdG9ycyBhdCBhIGZyYWN0aW9uIG9mIHRoZSBwcmljZSBvZiB0cmFkaXRpb25hbFxuICAgICAgICAgIHNlcnZpY2VzIGFuZCBjb25zdWx0YW5jaWVzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTEwLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJTa3lidXlzXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+VGFuayBTdHJlYW0gTGFiczwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy50YW5rc3RyZWFtbGFicy5jb20vXCJcbiAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+VGFuayBTdHJlYW0gTGFiczwvYT5cbiAgICAgICAgICBpcyBhIGxlYWRpbmcgYnJlZWRpbmcgZ3JvdW5kIGZvciBlbnRyZXByZW5ldXJzLCBzcGVjaWFsaXNlZCBpbmR1c3RyeSBsZWFkZXJzLFxuICAgICAgICAgIGFuZCBzY2FsZSB1cHMuXG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgPHNwYW4+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlMTIucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlNlbGxlY3RlXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+TWFjcXVhcmllIEluY3ViYXRvcjwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIFRoZVxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5tcS5lZHUuYXUvcGFydG5lci9hY2Nlc3MtYnVzaW5lc3Mtb3Bwb3J0dW5pdGllcy9pbm5vdmF0aW9uLWVudHJlcHJlbmV1cnNoaXAtYW5kLWl0L2luY3ViYXRvclwiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPk1hY3F1YXJpZSBVbml2ZXJzaXR5IEluY3ViYXRvcjwvYT5cbiAgICAgICAgICBkZXZlbG9wcyBwcm9ncmFtcyB0byBudXJ0dXJlIGlubm92YXRpb24gYW5kIHN1cHBvcnQgdGhlIGdyb3d0aCBhbmQgc3VjY2VzcyBvZlxuICAgICAgICAgIHN0YXJ0dXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTgucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlN0b25lICYgQ2hhbGtcIiAvPlxuICAgICAgICA8L3NwYW4+XG4gICAgICAgIDxoMz5TdG9uZSAmYW1wOyBDaGFsazwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5TdG9uZSAmYW1wOyBDaGFsazwvYT5cbiAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGUgZGV2ZWxvcG1lbnRcbiAgICAgICAgICBvZiB3b3JsZC1sZWFkaW5nIEZpbnRlY2ggc3RhcnQtdXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItbW9iXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwib3dsLWNhcm91c2VsIG93bC10aGVtZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlOS5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlBsYW5Eb1wiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+QW50bGVyPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly93d3cuYW50bGVyLmNvXCJcbiAgICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5BbnRsZXI8L2E+XG4gICAgICAgICAgICAgIGlzIGEgZ2xvYmFsIFZDICZhbXA7IHN0YXJ0dXAgZ2VuZXJhdG9yIGVuYWJsaW5nIGVudHJlcHJlbmV1cnMgdG8gYnVpbGRcbiAgICAgICAgICAgICAgYW5kIHNjYWxlIGdsb2JhbCBidXNpbmVzc2VzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTIucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJIb3BsYW5jZVwiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+SG9wbGFuY2U8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5ob3BsYW5jZS5jb21cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkhvcGxhbmNlPC9hPlxuICAgICAgICAgICAgICBjb25uZWN0cyB0aGUgYmVzdCBmcmVlbGFuY2VycyBhbmQgY29udHJhY3RvcnMgdG8gd29yayBvbiBleGNpdGluZ1xuICAgICAgICAgICAgICBkaWdpdGFsIHByb2plY3RzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTMucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5GdW5kZXhhPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly9mdW5kZXhhLmNvbS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgICAgICBwdXRzIHlvdSBpbiBmcm9udCBvZiBpbnZlc3RvcnMgYXQgYSBmcmFjdGlvbiBvZiB0aGUgcHJpY2Ugb2YgdHJhZGl0aW9uYWxcbiAgICAgICAgICAgICAgc2VydmljZXMgYW5kIGNvbnN1bHRhbmNpZXMuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlNS5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlNreWJ1eXNcIiAvPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPGgzPlNreUJ1eXM8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5za3lidXlzLm5ldC9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlNreUJ1eXM8L2E+XG4gICAgICAgICAgICAgIHRha2VzIHRoZSBxdWV1ZSBvdXQgb2YgZHV0eSBmcmVlIGJ5IGNvbm5lY3Rpbmcgb25saW5lIGFuZCBpbi1zdG9yZSBkdXR5XG4gICAgICAgICAgICAgIGZyZWUgc2hvcHBpbmcuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlNi5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlNlbGxlY3RlXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5TZWxsZWN0ZTwvaDM+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgVGhlXG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3NlbGxlY3RlLmNvbS9ob21lXCJcbiAgICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5TZWxsZWN0ZTwvYT5cbiAgICAgICAgICAgICAgcGxhdGZvcm0gbGV0cyB5b3UgZGlzY292ZXIgdW5pcXVlIGJyYW5kcywgbmV3IGRlc2lnbmVycyBhbmQgdGhlaXJcbiAgICAgICAgICAgICAgZGlzdGluY3RpdmUgbGFiZWxzIG9ubGluZS5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpdGVtXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgICAgIDxzcGFuPlxuICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2U4LnBuZ1wiXG4gICAgICAgICAgICAgICAgYWx0PVwiU3RvbmUgJiBDaGFsa1wiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+U3RvbmUgJmFtcDsgQ2hhbGs8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlN0b25lICZhbXA7IENoYWxrPC9hPlxuICAgICAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGVcbiAgICAgICAgICAgICAgZGV2ZWxvcG1lbnQgb2Ygd29ybGQtbGVhZGluZyBGaW50ZWNoIHN0YXJ0LXVwcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tdGVzdGltb25pYWwgcGFydCBlbmQtLT5cbiJdfQ==