@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 LandingPageTestimonialsComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageTestimonialsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageTestimonialsComponent, selector: "pw-landing-page-testimonials", 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: LandingPageTestimonialsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageTestimonialsComponent, selector: "pw-landing-page-testimonials", 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: LandingPageTestimonialsComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTestimonialsComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-testimonials', 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', 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyxnQ0FBZ0M7K0dBQWhDLGdDQUFnQzttR0FBaEMsZ0NBQWdDLG9FQ1A3Qyx1c09Bb01BOzs0RkQ3TGEsZ0NBQWdDO2tCQUw1QyxTQUFTOytCQUNJLDhCQUE4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VUZXN0aW1vbmlhbHNDb21wb25lbnQge31cbiIsIjwhLS10ZXN0aW1vbmlhbCBwYXJ0IHN0YXJ0LS0+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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyxnQ0FBZ0M7OEdBQWhDLGdDQUFnQztrR0FBaEMsZ0NBQWdDLG9FQ1A3Qywyck9Bb01BOzsyRkQ3TGEsZ0NBQWdDO2tCQUw1QyxTQUFTOytCQUNJLDhCQUE4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VUZXN0aW1vbmlhbHNDb21wb25lbnQge31cbiIsIjwhLS10ZXN0aW1vbmlhbCBwYXJ0IHN0YXJ0LS0+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==
@@ -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 MainExplainerComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: MainExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: MainExplainerComponent, selector: "pw-main-explainer", ngImport: i0, template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\n </div>\n </div>\n </div>\n</section>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"], dependencies: [{ kind: "directive", type: i1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MainExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: MainExplainerComponent, selector: "pw-main-explainer", ngImport: i0, template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-a',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"cloudolive-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap\";: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)}*{font-family:Montserrat,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:rgb(54,194,131);border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}\n"], dependencies: [{ kind: "directive", type: i1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: MainExplainerComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MainExplainerComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-main-explainer', template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\n </div>\n </div>\n </div>\n</section>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"] }]
10
+ args: [{ selector: 'pw-main-explainer', template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-a',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"cloudolive-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap\";: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)}*{font-family:Montserrat,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:rgb(54,194,131);border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1leHBsYWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL21haW4tZXhwbGFpbmVyL21haW4tZXhwbGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9tYWluLWV4cGxhaW5lci9tYWluLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLHNCQUFzQjsrR0FBdEIsc0JBQXNCO21HQUF0QixzQkFBc0IseURDUG5DLDg1REE0Q0E7OzRGRHJDYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0ksbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbWFpbi1leHBsYWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9tYWluLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbWFpbi1leHBsYWluZXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNYWluRXhwbGFpbmVyQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1haW4tZXhwbGFpbmVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgY29udGFpbmVyLXdyYXBwZXIgbXktNVwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3cgbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTZcIj5cbiAgICAgICAgPGgyPkJVSUxESU5HIFNhYVMgTUFERSBFQVNZPC9oMj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi10ZXh0XCI+XG4gICAgICAgICAgPGg0PlxuICAgICAgICAgICAgV2VsY29tZSB0byBQb3NpV2lzZSAtIHdlIHRoaW5rIHRlY2hub2xvZ3kgc2hvdWxkbid0IGJlIGluIHRoZSB3YXkgb2YgcGVvcGxlXG4gICAgICAgICAgICBkZXZlbG9waW5nIGdyZWF0IHNvZnR3YXJlIHNvbHV0aW9ucy5cbiAgICAgICAgICA8L2g0PlxuICAgICAgICAgIDxoND5cbiAgICAgICAgICAgIFdlIGhhdmUgYnVpbHQgYW4gZWNvc3lzdGVtIG9mIG1pY3Jvc2VydmljZXMgdGhhdCB3ZSBjYW4gbGV2ZXJhZ2UgdG8gcXVpY2tseVxuICAgICAgICAgICAgYW5kIGNvc3QtZWZmZWN0aXZlbHkgYnVpbGQgYW55IGRhc2hib2FyZC1saWtlIHByb2R1Y3RzLlxuICAgICAgICAgIDwvaDQ+XG4gICAgICAgICAgPGg0IGNsYXNzPVwibXQtNVwiPkxldOKAmXMgYnVpbGQgc29mdHdhcmUgdGhhdCBzb2x2ZXMgcmVhbCBwcm9ibGVtc+KAlGFuZCBzY2FsZXMgc21hcnRseS48L2g0PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJsb2dpbi1idXR0b24gbXktMlwiPlxuICAgICAgICAgICAgPGEgY2xhc3M9XCJib29rLWRlbW9cIlxuICAgICAgICAgICAgICBbZXZlbnRUcmFja2VyXT1cIntcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2F0ZWdvcnk6ICdtYWluLWV4cGxhaW5lci1yZXF1ZXN0LWRlbW8nLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhY3Rpb246ICdjbGljaycsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhYmVsOiAnbGFuZGluZy1wYWdlLWEnLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YWx1ZTogMVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICBocmVmPVwiaHR0cHM6Ly9jYWxlbmRseS5jb20vZC9jdzd5LTZuci15Z2IvbGV0LXMtdGFsay1wb3Npd2lzZS12ZW50dXJlLWNhbGxcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCI+XG4gICAgICAgICAgICAgIEJvb2sgYSBkZW1vPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC02XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJwcm9kdWN0LXZpZGVvIHJhdGlvIHJhdGlvLTE2eDlcIj5cbiAgICAgICAgICA8aWZyYW1lIGNsYXNzPVwiZW1iZWQtcmVzcG9uc2l2ZS1pdGVtXCJcbiAgICAgICAgICAgIHRpdGxlPVwiR2V0dGluZyB0byBLbm93IENsb3VkT2xpdmVcIlxuICAgICAgICAgICAgcmVmZXJyZXJwb2xpY3k9XCJzdHJpY3Qtb3JpZ2luLXdoZW4tY3Jvc3Mtb3JpZ2luXCJcbiAgICAgICAgICAgIHNyYz1cImh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2VtYmVkLzVlVjB1WGpSeFJzXCJcbiAgICAgICAgICAgIGFsbG93PVwiYWNjZWxlcm9tZXRlcjsgYXV0b3BsYXk7IGNsaXBib2FyZC13cml0ZTsgZW5jcnlwdGVkLW1lZGlhOyBneXJvc2NvcGU7IHBpY3R1cmUtaW4tcGljdHVyZVwiXG4gICAgICAgICAgICBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8aDYgY2xhc3M9XCJ0ZXh0LWNlbnRlciBtdC0zXCI+U2VlIGhvdyB3ZSBsZXZlcmFnZWQgUG9zaVdpc2UgdG8gYnVpbGQgQ2xvdWRPbGl2ZS48L2g2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1leHBsYWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL21haW4tZXhwbGFpbmVyL21haW4tZXhwbGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9tYWluLWV4cGxhaW5lci9tYWluLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLHNCQUFzQjs4R0FBdEIsc0JBQXNCO2tHQUF0QixzQkFBc0IseURDUG5DLDJ5REEyQ0E7OzJGRHBDYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0ksbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbWFpbi1leHBsYWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9tYWluLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbWFpbi1leHBsYWluZXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNYWluRXhwbGFpbmVyQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1haW4tZXhwbGFpbmVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgY29udGFpbmVyLXdyYXBwZXIgbXktNVwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3cgbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTZcIj5cbiAgICAgICAgPGgyPkJVSUxESU5HIFNhYVMgTUFERSBFQVNZPC9oMj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi10ZXh0XCI+XG4gICAgICAgICAgPGg0PlxuICAgICAgICAgICAgV2VsY29tZSB0byBQb3NpV2lzZSAtIHdlIHRoaW5rIHRlY2hub2xvZ3kgc2hvdWxkbid0IGJlIGluIHRoZSB3YXkgb2YgcGVvcGxlXG4gICAgICAgICAgICBkZXZlbG9waW5nIGdyZWF0IHNvZnR3YXJlIHNvbHV0aW9ucy5cbiAgICAgICAgICA8L2g0PlxuICAgICAgICAgIDxoND5cbiAgICAgICAgICAgIFdlIGhhdmUgYnVpbHQgYW4gZWNvc3lzdGVtIG9mIG1pY3Jvc2VydmljZXMgdGhhdCB3ZSBjYW4gbGV2ZXJhZ2UgdG8gcXVpY2tseVxuICAgICAgICAgICAgYW5kIGNvc3QtZWZmZWN0aXZlbHkgYnVpbGQgYW55IGRhc2hib2FyZC1saWtlIHByb2R1Y3RzLlxuICAgICAgICAgIDwvaDQ+XG4gICAgICAgICAgPGg0IGNsYXNzPVwibXQtNVwiPkxldCdzIGJ1aWxkIHRoZSBuZXh0IHVuaWNvcm4gdG9nZXRoZXIuPC9oND5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4tYnV0dG9uIG15LTJcIj5cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYm9vay1kZW1vXCJcbiAgICAgICAgICAgICAgW2V2ZW50VHJhY2tlcl09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5OiAnbWFpbi1leHBsYWluZXItcmVxdWVzdC1kZW1vJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWN0aW9uOiAnY2xpY2snLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgaHJlZj1cImh0dHBzOi8vY2FsZW5kbHkuY29tL3Bvc2l3aXNlL29mZmljZS1ob3Vycy1tZW50b3JpbmdcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCI+XG4gICAgICAgICAgICAgIEJvb2sgYSBkZW1vPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC02XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjbG91ZG9saXZlLXZpZGVvIHJhdGlvIHJhdGlvLTE2eDlcIj5cbiAgICAgICAgICA8aWZyYW1lIGNsYXNzPVwiZW1iZWQtcmVzcG9uc2l2ZS1pdGVtXCJcbiAgICAgICAgICAgIHRpdGxlPVwiR2V0dGluZyB0byBLbm93IENsb3VkT2xpdmVcIlxuICAgICAgICAgICAgc3JjPVwiaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvNWVWMHVYalJ4UnNcIlxuICAgICAgICAgICAgYWxsb3c9XCJhY2NlbGVyb21ldGVyOyBhdXRvcGxheTsgY2xpcGJvYXJkLXdyaXRlOyBlbmNyeXB0ZWQtbWVkaWE7IGd5cm9zY29wZTsgcGljdHVyZS1pbi1waWN0dXJlXCJcbiAgICAgICAgICAgIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxoNiBjbGFzcz1cInRleHQtY2VudGVyIG10LTNcIj5TZWUgaG93IHdlIGxldmVyYWdlZCBQb3NpV2lzZSB0byBidWlsZCBDbG91ZE9saXZlLjwvaDY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
@@ -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 LandingPageAboutUsBComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageAboutUsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageAboutUsBComponent, selector: "pw-landing-page-about-us-b", ngImport: i0, template: "<section class=\"big-dream-outer\"\n id=\"about-us-b\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide How We Operate</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need, or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\" alt=\"img\" />\n <h2>Alignment</h2>\n <p> We only work with partners that share our values, ambition and commitment to achieve mutual success. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\" alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p> Carefully selecting our partners enables us to focus on quality\u2014rather than quantity. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\" alt=\"img\" />\n <h2>Build a Better World</h2>\n <p> We back products that solve real pain\u2014not vanity apps. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\" alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p> We don\u2019t pitch. We test, learn, and iterate fast. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\" alt=\"img\" />\n <h2>Scalable from Day One</h2>\n <p> Infra matters. We build for scale from the start. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\" alt=\"img\" />\n <h2>Traction is King</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content 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}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 18px 30px 10px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\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: LandingPageAboutUsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageAboutUsBComponent, selector: "pw-landing-page-about-us-b", ngImport: i0, template: "<section class=\"big-dream-outer\"\n id=\"about-us-b\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide Our Services</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need, or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.png\"\n alt=\"img\" />\n <h2>Alignment</h2>\n <p>\n We only work with partners that share our values, ambition and\n commitment to achieve mutual success.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p>\n Carefully selecting our partners enables us to focus on quality - rather\n than quantity.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.png\"\n alt=\"img\" />\n <h2>Build a Better World</h2>\n <p>\n We want to use our experiences, skills, and technology to build a better\n world.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.png\"\n alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p>\n Define, ideate, build, test, learn, and iterate is the best way to create\n something meaningful.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.png\"\n alt=\"img\" />\n <h2>Scalable Products</h2>\n <p>\n We believe in building software that can be scaled to solve global\n problems.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.png\"\n alt=\"img\" />\n <h2>Traction is King</h2>\n <p>\n We believe that traction is the best measure of a working business\n model.\n </p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{color:#2e3238!important;font-size:48px;font-weight:800}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.big-dream-content:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.product-outer{background:rgb(255,255,255);box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:rgb(248,249,251);border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 20px!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 18px 30px 10px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:480px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:48%}.big-dream-outer{padding:80px 0 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}\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: LandingPageAboutUsBComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageAboutUsBComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-about-us-b', template: "<section class=\"big-dream-outer\"\n id=\"about-us-b\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide How We Operate</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need, or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\" alt=\"img\" />\n <h2>Alignment</h2>\n <p> We only work with partners that share our values, ambition and commitment to achieve mutual success. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\" alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p> Carefully selecting our partners enables us to focus on quality\u2014rather than quantity. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\" alt=\"img\" />\n <h2>Build a Better World</h2>\n <p> We back products that solve real pain\u2014not vanity apps. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\" alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p> We don\u2019t pitch. We test, learn, and iterate fast. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\" alt=\"img\" />\n <h2>Scalable from Day One</h2>\n <p> Infra matters. We build for scale from the start. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\" alt=\"img\" />\n <h2>Traction is King</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content 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}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 18px 30px 10px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\n"] }]
10
+ args: [{ selector: 'pw-landing-page-about-us-b', template: "<section class=\"big-dream-outer\"\n id=\"about-us-b\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide Our Services</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need, or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.png\"\n alt=\"img\" />\n <h2>Alignment</h2>\n <p>\n We only work with partners that share our values, ambition and\n commitment to achieve mutual success.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p>\n Carefully selecting our partners enables us to focus on quality - rather\n than quantity.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.png\"\n alt=\"img\" />\n <h2>Build a Better World</h2>\n <p>\n We want to use our experiences, skills, and technology to build a better\n world.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.png\"\n alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p>\n Define, ideate, build, test, learn, and iterate is the best way to create\n something meaningful.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.png\"\n alt=\"img\" />\n <h2>Scalable Products</h2>\n <p>\n We believe in building software that can be scaled to solve global\n problems.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.png\"\n alt=\"img\" />\n <h2>Traction is King</h2>\n <p>\n We believe that traction is the best measure of a working business\n model.\n </p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</section>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{color:#2e3238!important;font-size:48px;font-weight:800}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.big-dream-content:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.product-outer{background:rgb(255,255,255);box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:rgb(248,249,251);border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 20px!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 18px 30px 10px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:480px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:48%}.big-dream-outer{padding:80px 0 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyw0QkFBNEI7K0dBQTVCLDRCQUE0QjttR0FBNUIsNEJBQTRCLGtFQ1B6Qyx5bUVBaURBOzs0RkQxQ2EsNEJBQTRCO2tCQUx4QyxTQUFTOytCQUNJLDRCQUE0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1hYm91dC11cy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1hYm91dC11cy1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VBYm91dFVzQkNvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiaWctZHJlYW0tb3V0ZXJcIlxuICBpZD1cImFib3V0LXVzLWJcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgYmlnLWRyZWFtLWNvbnRlbnRcIj5cbiAgICAgICAgPGgyPk91ciBQcmluY2lwbGVzIEd1aWRlIEhvdyBXZSBPcGVyYXRlPC9oMj5cbiAgICAgICAgPHA+XG4gICAgICAgICAgV2UgZGV0ZWN0IDxzdHJvbmc+aWRlYXM8L3N0cm9uZz4gZHJpdmVuIGJ5IGEgdHJlbmQsIGFuIGluZHVzdHJ5IG5lZWQsIG9yIGEgYnVzaW5lc3MgbW9kZWwuIDxiciAvPlxuICAgICAgICAgIFRoZW4sIHdpdGggdGhlIGZvbGxvd2luZyBwcmluY2lwbGVzIGFsd2F5cyBpbiBvdXIgbWluZCwgPGJyIC8+XG4gICAgICAgICAgd2UgdHVybiB0aGVzZSBpZGVhcyA8c3Ryb25nPmludG8gc3VjY2Vzc2Z1bCBzb2Z0d2FyZSBjb21wYW5pZXM8L3N0cm9uZz4uXG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC0xMiBwcm9kdWN0LW91dGVyXCI+XG4gICAgICAgIDx1bD5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb241LndlYnBcIiBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPkFsaWdubWVudDwvaDI+XG4gICAgICAgICAgICA8cD4gV2Ugb25seSB3b3JrIHdpdGggcGFydG5lcnMgdGhhdCBzaGFyZSBvdXIgdmFsdWVzLCBhbWJpdGlvbiBhbmQgY29tbWl0bWVudCB0byBhY2hpZXZlIG11dHVhbCBzdWNjZXNzLiA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24yLnBuZ1wiIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgICA8aDI+UXVhbGl0eSBvdmVyIFF1YW50aXR5PC9oMj5cbiAgICAgICAgICAgIDxwPiBDYXJlZnVsbHkgc2VsZWN0aW5nIG91ciBwYXJ0bmVycyBlbmFibGVzIHVzIHRvIGZvY3VzIG9uIHF1YWxpdHnigJRyYXRoZXIgdGhhbiBxdWFudGl0eS4gPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uMS53ZWJwXCIgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5CdWlsZCBhIEJldHRlciBXb3JsZDwvaDI+XG4gICAgICAgICAgICA8cD4gV2UgYmFjayBwcm9kdWN0cyB0aGF0IHNvbHZlIHJlYWwgcGFpbuKAlG5vdCB2YW5pdHkgYXBwcy4gPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uNC53ZWJwXCIgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5UZXN0IEluc3RlYWQgb2YgR3Vlc3M8L2gyPlxuICAgICAgICAgICAgPHA+IFdlIGRvbuKAmXQgcGl0Y2guIFdlIHRlc3QsIGxlYXJuLCBhbmQgaXRlcmF0ZSBmYXN0LiA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24zLndlYnBcIiBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPlNjYWxhYmxlIGZyb20gRGF5IE9uZTwvaDI+XG4gICAgICAgICAgICA8cD4gSW5mcmEgbWF0dGVycy4gV2UgYnVpbGQgZm9yIHNjYWxlIGZyb20gdGhlIHN0YXJ0LiA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb242LndlYnBcIiBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPlRyYWN0aW9uIGlzIEtpbmc8L2gyPlxuICAgICAgICAgICAgPHA+T3VyIG5vcnRoIHN0YXIgaXMgcGF5aW5nIHVzZXJz4oCUbm90IHBvbGlzaGVkIHBpdGNoIGRlY2tzLjwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICA8L3VsPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyw0QkFBNEI7OEdBQTVCLDRCQUE0QjtrR0FBNUIsNEJBQTRCLGtFQ1B6Qyw2aEZBeUVBOzsyRkRsRWEsNEJBQTRCO2tCQUx4QyxTQUFTOytCQUNJLDRCQUE0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1hYm91dC11cy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1hYm91dC11cy1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VBYm91dFVzQkNvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiaWctZHJlYW0tb3V0ZXJcIlxuICBpZD1cImFib3V0LXVzLWJcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgYmlnLWRyZWFtLWNvbnRlbnRcIj5cbiAgICAgICAgPGgyPk91ciBQcmluY2lwbGVzIEd1aWRlIE91ciBTZXJ2aWNlczwvaDI+XG4gICAgICAgIDxwPlxuICAgICAgICAgIFdlIGRldGVjdCA8c3Ryb25nPmlkZWFzPC9zdHJvbmc+IGRyaXZlbiBieSBhIHRyZW5kLCBhbiBpbmR1c3RyeSBuZWVkLCBvciBhIGJ1c2luZXNzIG1vZGVsLiA8YnIgLz5cbiAgICAgICAgICBUaGVuLCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJpbmNpcGxlcyBhbHdheXMgaW4gb3VyIG1pbmQsIDxiciAvPlxuICAgICAgICAgIHdlIHR1cm4gdGhlc2UgaWRlYXMgPHN0cm9uZz5pbnRvIHN1Y2Nlc3NmdWwgc29mdHdhcmUgY29tcGFuaWVzPC9zdHJvbmc+LlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgcHJvZHVjdC1vdXRlclwiPlxuICAgICAgICA8dWw+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uNS5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPkFsaWdubWVudDwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgV2Ugb25seSB3b3JrIHdpdGggcGFydG5lcnMgdGhhdCBzaGFyZSBvdXIgdmFsdWVzLCBhbWJpdGlvbiBhbmRcbiAgICAgICAgICAgICAgY29tbWl0bWVudCB0byBhY2hpZXZlIG11dHVhbCBzdWNjZXNzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uMi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPlF1YWxpdHkgb3ZlciBRdWFudGl0eTwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgQ2FyZWZ1bGx5IHNlbGVjdGluZyBvdXIgcGFydG5lcnMgZW5hYmxlcyB1cyB0byBmb2N1cyBvbiBxdWFsaXR5IC0gcmF0aGVyXG4gICAgICAgICAgICAgIHRoYW4gcXVhbnRpdHkuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24xLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgICA8aDI+QnVpbGQgYSBCZXR0ZXIgV29ybGQ8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIHdhbnQgdG8gdXNlIG91ciBleHBlcmllbmNlcywgc2tpbGxzLCBhbmQgdGVjaG5vbG9neSB0byBidWlsZCBhIGJldHRlclxuICAgICAgICAgICAgICB3b3JsZC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjQucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5UZXN0IEluc3RlYWQgb2YgR3Vlc3M8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIERlZmluZSwgaWRlYXRlLCBidWlsZCwgdGVzdCwgbGVhcm4sIGFuZCBpdGVyYXRlIGlzIHRoZSBiZXN0IHdheSB0byBjcmVhdGVcbiAgICAgICAgICAgICAgc29tZXRoaW5nIG1lYW5pbmdmdWwuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24zLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgICA8aDI+U2NhbGFibGUgUHJvZHVjdHM8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIGJlbGlldmUgaW4gYnVpbGRpbmcgc29mdHdhcmUgdGhhdCBjYW4gYmUgc2NhbGVkIHRvIHNvbHZlIGdsb2JhbFxuICAgICAgICAgICAgICBwcm9ibGVtcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjYucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5UcmFjdGlvbiBpcyBLaW5nPC9oMj5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBXZSBiZWxpZXZlIHRoYXQgdHJhY3Rpb24gaXMgdGhlIGJlc3QgbWVhc3VyZSBvZiBhIHdvcmtpbmcgYnVzaW5lc3NcbiAgICAgICAgICAgICAgbW9kZWwuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgPC91bD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
@@ -3,16 +3,16 @@ import { COUNTRIES_CODE } from '@posiwise/common-utilities';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@angular/common";
5
5
  import * as i2 from "@posiwise/directives";
6
- import * as i3 from "../../../../geo-template/geo-template.component";
6
+ import * as i3 from "@posiwise/shared-components";
7
7
  export class LandingPageBannerBComponent {
8
8
  constructor() {
9
9
  this.Countries = COUNTRIES_CODE;
10
10
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageBannerBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageBannerBComponent, selector: "pw-landing-page-banner-b", ngImport: i0, template: "<div class=\"full-cover\"\n id=\"home\">\n <img\n #hero\n class=\"background-image\"\n src=\"/assets/img/landing-page/header-bg.webp\"\n alt=\"PosiWise \u2013 Quietly Launching Scalable SaaS from Real-World Pain\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"1583\" height=\"800\"\n />\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-left-bar float-start\">\n <h2>\n For domain experts with a promising idea <br />\n for a new software solution\n </h2>\n <h1>\n Building SaaS Startups <br />Made Easy\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n in Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>\n We have built a platform <br />\n to turn ideas into great companies\n </p>\n <a href=\"#contact-b\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-md-5 float-end p-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\" />\n </div>\n </div>\n </div>\n </div>\n</div>\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)}.full-cover{position:relative;padding:0 0 130px;overflow:hidden}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.banner-content{margin:250px 0 0;position:relative;z-index:1}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@media screen and (min-width: 768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.GeoTemplateComponent, selector: "pw-geo-template" }] }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBannerBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageBannerBComponent, selector: "pw-landing-page-banner-b", ngImport: i0, template: "<div class=\"full-cover\"\n id=\"home\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-leftbar float-start\">\n <h2>\n For domain experts with a promising idea <br />\n for a new software solution\n </h2>\n <h1>\n Building SaaS Startups <br />Made Easy\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n in Sydney\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>\n We have built a platform <br />\n to turn ideas into great companies\n </p>\n <a href=\"#contact-b\"\n class=\"contact-btn\">Build with us</a>\n </div>\n <div class=\"col-md-5 float-end\">\n <img src=\"/assets/img/landing-page/digital-product-img.png\"\n alt=\"digital-product\"\n class=\"responsive-thumb\" />\n </div>\n </div>\n </div>\n </div>\n</div>\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)}.full-cover{background:url(/assets/img/landing-page/header-bg.jpg) no-repeat center;background-size:cover;padding:0 0 130px}.banner-content{margin:250px 0 0}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-leftbar h2{background:rgb(10,86,211);border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-leftbar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-leftbar h1{font-size:33px}.banner-leftbar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@media screen and (min-width: 768px){.banner-leftbar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.GeoTemplateComponent, selector: "pw-geo-template" }] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageBannerBComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBannerBComponent, decorators: [{
15
15
  type: Component,
16
- args: [{ selector: 'pw-landing-page-banner-b', template: "<div class=\"full-cover\"\n id=\"home\">\n <img\n #hero\n class=\"background-image\"\n src=\"/assets/img/landing-page/header-bg.webp\"\n alt=\"PosiWise \u2013 Quietly Launching Scalable SaaS from Real-World Pain\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"1583\" height=\"800\"\n />\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-left-bar float-start\">\n <h2>\n For domain experts with a promising idea <br />\n for a new software solution\n </h2>\n <h1>\n Building SaaS Startups <br />Made Easy\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n in Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>\n We have built a platform <br />\n to turn ideas into great companies\n </p>\n <a href=\"#contact-b\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-md-5 float-end p-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\" />\n </div>\n </div>\n </div>\n </div>\n</div>\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)}.full-cover{position:relative;padding:0 0 130px;overflow:hidden}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.banner-content{margin:250px 0 0;position:relative;z-index:1}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@media screen and (min-width: 768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
16
+ args: [{ selector: 'pw-landing-page-banner-b', template: "<div class=\"full-cover\"\n id=\"home\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-leftbar float-start\">\n <h2>\n For domain experts with a promising idea <br />\n for a new software solution\n </h2>\n <h1>\n Building SaaS Startups <br />Made Easy\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n in Sydney\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>\n We have built a platform <br />\n to turn ideas into great companies\n </p>\n <a href=\"#contact-b\"\n class=\"contact-btn\">Build with us</a>\n </div>\n <div class=\"col-md-5 float-end\">\n <img src=\"/assets/img/landing-page/digital-product-img.png\"\n alt=\"digital-product\"\n class=\"responsive-thumb\" />\n </div>\n </div>\n </div>\n </div>\n</div>\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)}.full-cover{background:url(/assets/img/landing-page/header-bg.jpg) no-repeat center;background-size:cover;padding:0 0 130px}.banner-content{margin:250px 0 0}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-leftbar h2{background:rgb(10,86,211);border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-leftbar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-leftbar h1{font-size:33px}.banner-leftbar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@media screen and (min-width: 768px){.banner-leftbar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWJhbm5lci1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1iYW5uZXItYi9sYW5kaW5nLXBhZ2UtYmFubmVyLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWJhbm5lci1iL2xhbmRpbmctcGFnZS1iYW5uZXItYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7QUFPNUQsTUFBTSxPQUFPLDJCQUEyQjtJQUx4QztRQU1JLGNBQVMsR0FBRyxjQUFjLENBQUM7S0FDOUI7K0dBRlksMkJBQTJCO21HQUEzQiwyQkFBMkIsZ0VDVHhDLG9tREFrREE7OzRGRHpDYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0ksMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IENPVU5UUklFU19DT0RFIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi11dGlsaXRpZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1iYW5uZXItYicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2xhbmRpbmctcGFnZS1iYW5uZXItYi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLWJhbm5lci1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VCYW5uZXJCQ29tcG9uZW50IHtcbiAgICBDb3VudHJpZXMgPSBDT1VOVFJJRVNfQ09ERTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJmdWxsLWNvdmVyXCJcbiAgaWQ9XCJob21lXCI+XG4gICAgPGltZ1xuICAgICNoZXJvXG4gICAgY2xhc3M9XCJiYWNrZ3JvdW5kLWltYWdlXCJcbiAgICBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvaGVhZGVyLWJnLndlYnBcIlxuICAgIGFsdD1cIlBvc2lXaXNlIOKAkyBRdWlldGx5IExhdW5jaGluZyBTY2FsYWJsZSBTYWFTIGZyb20gUmVhbC1Xb3JsZCBQYWluXCJcbiAgICBmZXRjaHByaW9yaXR5PVwiaGlnaFwiXG4gICAgZGVjb2Rpbmc9XCJhc3luY1wiXG4gICAgbG9hZGluZz1cImVhZ2VyXCJcbiAgICB3aWR0aD1cIjE1ODNcIiBoZWlnaHQ9XCI4MDBcIlxuICAvPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC0xMiBiYW5uZXItY29udGVudFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTcgYmFubmVyLWxlZnQtYmFyIGZsb2F0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPlxuICAgICAgICAgICAgRm9yIGRvbWFpbiBleHBlcnRzIHdpdGggYSBwcm9taXNpbmcgaWRlYSA8YnIgLz5cbiAgICAgICAgICAgIGZvciBhIG5ldyBzb2Z0d2FyZSBzb2x1dGlvblxuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPGgxPlxuICAgICAgICAgICAgQnVpbGRpbmcgU2FhUyBTdGFydHVwcyA8YnIgLz5NYWRlIEVhc3lcbiAgICAgICAgICAgIDxwdy1nZW8tdGVtcGxhdGUgI2dlbz5cbiAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIFtuZ0lmXT1cImdlby5kYXRhPy5jb3VudHJ5X2NvZGUyID09PSBDb3VudHJpZXMuQVVcIj5cbiAgICAgICAgICAgICAgICBpbiBTeWRuZXkuXG4gICAgICAgICAgICAgICAgPCEtLSB7e2dlby5kYXRhPy5pcH19XG4gICAgICAgICAgICAgICAge3tnZW8uZGF0YT8uY291bnRyeV9jb2RlMn19IC0tPlxuICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPiA8L3B3LWdlby10ZW1wbGF0ZT48YnIgLz5cbiAgICAgICAgICA8L2gxPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UgaGF2ZSBidWlsdCBhIHBsYXRmb3JtIDxiciAvPlxuICAgICAgICAgICAgdG8gdHVybiBpZGVhcyBpbnRvIGdyZWF0IGNvbXBhbmllc1xuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8YSBocmVmPVwiI2NvbnRhY3QtYlwiXG4gICAgICAgICAgICBjbGFzcz1cImNvbnRhY3QtYnRuIG10LTVcIj5SZXF1ZXN0IEFjY2VzczwvYT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNSBmbG9hdC1lbmQgcC01XCI+XG4gICAgICAgICAgPGltZ1xuICAgICAgICAgICNwcm9kdWN0XG4gICAgICAgICAgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2RpZ2l0YWwtcHJvZHVjdC1pbWcud2VicFwiXG4gICAgICAgICAgYWx0PVwiZGlnaXRhbC1wcm9kdWN0XCJcbiAgICAgICAgICBjbGFzcz1cInJlc3BvbnNpdmUtdGh1bWJcIlxuICAgICAgICAgIGZldGNocHJpb3JpdHk9XCJoaWdoXCJcbiAgICAgICAgICBkZWNvZGluZz1cImFzeW5jXCJcbiAgICAgICAgICBsb2FkaW5nPVwiZWFnZXJcIiAvPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWJhbm5lci1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1iYW5uZXItYi9sYW5kaW5nLXBhZ2UtYmFubmVyLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWJhbm5lci1iL2xhbmRpbmctcGFnZS1iYW5uZXItYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7QUFPNUQsTUFBTSxPQUFPLDJCQUEyQjtJQUx4QztRQU1JLGNBQVMsR0FBRyxjQUFjLENBQUM7S0FDOUI7OEdBRlksMkJBQTJCO2tHQUEzQiwyQkFBMkIsZ0VDVHhDLCtxQ0FtQ0E7OzJGRDFCYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0ksMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IENPVU5UUklFU19DT0RFIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi11dGlsaXRpZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1iYW5uZXItYicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2xhbmRpbmctcGFnZS1iYW5uZXItYi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLWJhbm5lci1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VCYW5uZXJCQ29tcG9uZW50IHtcbiAgICBDb3VudHJpZXMgPSBDT1VOVFJJRVNfQ09ERTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJmdWxsLWNvdmVyXCJcbiAgaWQ9XCJob21lXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTEyIGJhbm5lci1jb250ZW50XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNyBiYW5uZXItbGVmdGJhciBmbG9hdC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgIEZvciBkb21haW4gZXhwZXJ0cyB3aXRoIGEgcHJvbWlzaW5nIGlkZWEgPGJyIC8+XG4gICAgICAgICAgICBmb3IgYSBuZXcgc29mdHdhcmUgc29sdXRpb25cbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxoMT5cbiAgICAgICAgICAgIEJ1aWxkaW5nIFNhYVMgU3RhcnR1cHMgPGJyIC8+TWFkZSBFYXN5XG4gICAgICAgICAgICA8cHctZ2VvLXRlbXBsYXRlICNnZW8+XG4gICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBbbmdJZl09XCJnZW8uZGF0YT8uY291bnRyeV9jb2RlMiA9PT0gQ291bnRyaWVzLkFVXCI+XG4gICAgICAgICAgICAgICAgaW4gU3lkbmV5XG4gICAgICAgICAgICAgICAgPCEtLSB7e2dlby5kYXRhPy5pcH19XG4gICAgICAgICAgICAgICAge3tnZW8uZGF0YT8uY291bnRyeV9jb2RlMn19IC0tPlxuICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPiA8L3B3LWdlby10ZW1wbGF0ZT48YnIgLz5cbiAgICAgICAgICA8L2gxPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UgaGF2ZSBidWlsdCBhIHBsYXRmb3JtIDxiciAvPlxuICAgICAgICAgICAgdG8gdHVybiBpZGVhcyBpbnRvIGdyZWF0IGNvbXBhbmllc1xuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8YSBocmVmPVwiI2NvbnRhY3QtYlwiXG4gICAgICAgICAgICBjbGFzcz1cImNvbnRhY3QtYnRuXCI+QnVpbGQgd2l0aCB1czwvYT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNSBmbG9hdC1lbmRcIj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9kaWdpdGFsLXByb2R1Y3QtaW1nLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJkaWdpdGFsLXByb2R1Y3RcIlxuICAgICAgICAgICAgY2xhc3M9XCJyZXNwb25zaXZlLXRodW1iXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -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 LandingPageChangeAdaptBComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: LandingPageChangeAdaptBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: LandingPageChangeAdaptBComponent, selector: "pw-landing-page-change-adapt-b", ngImport: i0, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}\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: LandingPageChangeAdaptBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageChangeAdaptBComponent, selector: "pw-landing-page-change-adapt-b", ngImport: i0, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:rgb(5,106,224);border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}\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: LandingPageChangeAdaptBComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageChangeAdaptBComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'pw-landing-page-change-adapt-b', template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}\n"] }]
10
+ args: [{ selector: 'pw-landing-page-change-adapt-b', template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\n </div>\n </div>\n</section>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:rgb(5,106,224);border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}\n"] }]
11
11
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC1iL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLGdDQUFnQzsrR0FBaEMsZ0NBQWdDO21HQUFoQyxnQ0FBZ0Msc0VDUDdDLHF0QkFpQkE7OzRGRFZhLGdDQUFnQztrQkFMNUMsU0FBUzsrQkFDSSxnQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQ2hhbmdlQWRhcHRCQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImNoYW5nZS1hZGFwdC1vdXRlclwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC01IGNvbC1zbS0xMiBmbG9hdC1zdGFydCBmdXR1cmUtbGVmdFwiPlxuICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZnV0dXJlLXJlYWR5LWJnLnBuZ1wiXG4gICAgICAgIGFsdD1cImZ1dHVyZS1yZWFkeVwiIC8+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC03IGNvbC1zbS0xMiBmbG9hdC1lbmQgY2hhbmdlLWFkb3B0LWNvbnRlbnRcIj5cbiAgICAgIDxoMj5EbyB5b3UgaGF2ZSBhIGdyZWF0IGlkZWEgZm9yIGEgU2FhUyBzb2x1dGlvbj88L2gyPlxuICAgICAgPGgzPldlIGFyZSwgYWJvdmUgYWxsLCBzdWNjZXNzZnVsIGVudHJlcHJlbmV1cnMgb3Vyc2VsdmVzPC9oMz5cbiAgICAgIDxwPlxuICAgICAgICBXZSBiZWxpZXZlIHRoYXQgdGVjaG5vbG9neSBzaG91bGRuJ3QgZ2V0IGluIHRoZSB3YXkgb2YgcGVvcGxlIHRyeWluZyB0byBkZXZlbG9wIG5ld1xuICAgICAgICBkaXNydXB0aW5nIHNvbHV0aW9ucy4gV2UgaGF2ZSB0aGUgdG9vbHMgYW5kIHRlY2huaWNhbCBrbm93LWhvdyB0byBicmluZyB5b3UgZnJvbVxuICAgICAgICBpZGVhIHRvIHByb2R1Y3QtbWFya2V0IGZpdC5cbiAgICAgIDwvcD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC1iL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLGdDQUFnQzs4R0FBaEMsZ0NBQWdDO2tHQUFoQyxnQ0FBZ0Msc0VDUDdDLHF0QkFpQkE7OzJGRFZhLGdDQUFnQztrQkFMNUMsU0FBUzsrQkFDSSxnQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQ2hhbmdlQWRhcHRCQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImNoYW5nZS1hZGFwdC1vdXRlclwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC01IGNvbC1zbS0xMiBmbG9hdC1zdGFydCBmdXR1cmUtbGVmdFwiPlxuICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZnV0dXJlLXJlYWR5LWJnLnBuZ1wiXG4gICAgICAgIGFsdD1cImZ1dHVyZS1yZWFkeVwiIC8+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC03IGNvbC1zbS0xMiBmbG9hdC1lbmQgY2hhbmdlLWFkb3B0LWNvbnRlbnRcIj5cbiAgICAgIDxoMj5EbyB5b3UgaGF2ZSBhIGdyZWF0IGlkZWEgZm9yIGEgU2FhUyBzb2x1dGlvbj88L2gyPlxuICAgICAgPGgzPldlIGFyZSwgYWJvdmUgYWxsLCBzdWNjZXNzZnVsIGVudHJlcHJlbmV1cnMgb3Vyc2VsdmVzPC9oMz5cbiAgICAgIDxwPlxuICAgICAgICBXZSBiZWxpZXZlIHRoYXQgdGVjaG5vbG9neSBzaG91bGRuJ3QgZ2V0IGluIHRoZSB3YXkgb2YgcGVvcGxlIHRyeWluZyB0byBkZXZlbG9wIG5ld1xuICAgICAgICBkaXNydXB0aW5nIHNvbHV0aW9ucy4gV2UgaGF2ZSB0aGUgdG9vbHMgYW5kIHRlY2huaWNhbCBrbm93LWhvdyB0byBicmluZyB5b3UgZnJvbVxuICAgICAgICBpZGVhIHRvIHByb2R1Y3QtbWFya2V0IGZpdC5cbiAgICAgIDwvcD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=