scu-web-components 1.2.4 → 1.2.5

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 (225) hide show
  1. package/dist/custom-elements.json +18 -0
  2. package/dist/custom-elements.json.gz +0 -0
  3. package/dist/docs/components/ScwTestimonialCard.json +26 -3
  4. package/dist/docs/components/manifest.json +6 -6
  5. package/dist/docs/config.json +5 -5
  6. package/dist/scw-components.js +48 -20
  7. package/dist/scw-components.js.gz +0 -0
  8. package/dist/scw.js +46 -18
  9. package/dist/scw.js.gz +0 -0
  10. package/dist/tokens/segments/comp-scw-rate-table/_footer-scw-link-base-label-label-mixins.scss +2 -2
  11. package/dist/tokens/segments/comp-scw-rate-table/_footer-scw-link-base-label-label-vars.scss +1 -1
  12. package/dist/tokens/segments/comp-scw-rate-table/_footer-text-mixins.scss +2 -2
  13. package/dist/tokens/segments/comp-scw-rate-table/_footer-text-vars.scss +1 -1
  14. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-scw-link-base-label-label-mixins.scss +2 -2
  15. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-scw-link-base-label-label-vars.scss +1 -1
  16. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-text-mixins.scss +2 -2
  17. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-text-vars.scss +1 -1
  18. package/dist/tokens/segments/comp-scw-testimonial-card/_default-mixins.scss +2 -2
  19. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-body-mixins.scss +6 -6
  20. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-body-vars.scss +4 -4
  21. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-mixins.scss +10 -10
  22. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-vars.scss +6 -6
  23. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-vector-mixins.scss +16 -16
  24. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-vector-vars.scss +6 -6
  25. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-author-mixins.scss +3 -3
  26. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-author-vars.scss +6 -6
  27. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-description-mixins.scss +2 -2
  28. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-description-vars.scss +2 -2
  29. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-mixins.scss +4 -4
  30. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-vars.scss +3 -3
  31. package/dist/tokens/segments/comp-scw-testimonial-card/_default-vars.scss +2 -2
  32. package/dist/tokens/segments/comp-scw-testimonial-card/_index-mixins.scss +2 -2
  33. package/dist/tokens/segments/comp-scw-testimonial-card/_index-vars.scss +1 -1
  34. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-mixins.scss +2 -2
  35. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-body-mixins.scss +6 -6
  36. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-body-vars.scss +4 -4
  37. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-mixins.scss +10 -10
  38. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-vars.scss +6 -6
  39. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-vector-mixins.scss +16 -16
  40. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-vector-vars.scss +6 -6
  41. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-author-mixins.scss +3 -3
  42. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-author-vars.scss +6 -6
  43. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-description-mixins.scss +2 -2
  44. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-description-vars.scss +2 -2
  45. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-mixins.scss +4 -4
  46. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-vars.scss +3 -3
  47. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-vars.scss +2 -2
  48. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-mixins.scss +72 -0
  49. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-body-mixins.scss +56 -0
  50. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-body-vars.scss +32 -0
  51. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-mixins.scss +72 -0
  52. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-author-mixins.scss +55 -0
  53. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-author-vars.scss +31 -0
  54. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-description-mixins.scss +55 -0
  55. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-description-vars.scss +31 -0
  56. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-mixins.scss +68 -0
  57. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-vars.scss +25 -0
  58. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-vars.scss +36 -0
  59. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-image-mixins.scss +57 -0
  60. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-image-vars.scss +26 -0
  61. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-mixins.scss +69 -0
  62. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-vars.scss +30 -0
  63. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-vars.scss +25 -0
  64. package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
  65. package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
  66. package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
  67. package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
  68. package/dist/tokens/source/assets/graphic-ehl.js +1 -1
  69. package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
  70. package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
  71. package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
  72. package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
  73. package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
  74. package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
  75. package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
  76. package/dist/tokens/source/assets/graphic-logo.js +1 -1
  77. package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
  78. package/dist/tokens/source/assets/graphic-logo.svg +1 -1
  79. package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
  80. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-scw-link-base-label-label-.json +2 -2
  81. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-scw-link-base-label-label-.json.gz +0 -0
  82. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-text-.json +2 -2
  83. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-text-.json.gz +0 -0
  84. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json +2 -2
  85. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json.gz +0 -0
  86. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-text-.json +2 -2
  87. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-text-.json.gz +0 -0
  88. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-.json +4 -4
  89. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-.json.gz +0 -0
  90. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-.json +4 -4
  91. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-.json.gz +0 -0
  92. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-body-.json +8 -8
  93. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-body-.json.gz +0 -0
  94. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-.json +10 -10
  95. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-.json.gz +0 -0
  96. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json +12 -12
  97. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  98. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-.json +8 -8
  99. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-.json.gz +0 -0
  100. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-author-.json +6 -6
  101. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-author-.json.gz +0 -0
  102. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-description-.json +4 -4
  103. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-description-.json.gz +0 -0
  104. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-.json +4 -4
  105. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-.json.gz +0 -0
  106. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-body-.json +8 -8
  107. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-body-.json.gz +0 -0
  108. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json +10 -10
  109. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json.gz +0 -0
  110. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json +12 -12
  111. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  112. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-.json +8 -8
  113. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-.json.gz +0 -0
  114. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json +6 -6
  115. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json.gz +0 -0
  116. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json +4 -4
  117. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json.gz +0 -0
  118. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-.json +52 -0
  119. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-.json.gz +0 -0
  120. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-.json +52 -0
  121. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-.json.gz +0 -0
  122. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-body-.json +47 -0
  123. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-body-.json.gz +0 -0
  124. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-.json +52 -0
  125. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-.json.gz +0 -0
  126. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json +47 -0
  127. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json.gz +0 -0
  128. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json +47 -0
  129. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json.gz +0 -0
  130. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json +52 -0
  131. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json.gz +0 -0
  132. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json +52 -0
  133. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json.gz +0 -0
  134. package/dist/tokens/source/componentScssMixins.json +517 -116
  135. package/dist/tokens/source/componentScssMixins.json.gz +0 -0
  136. package/dist/tokens/source/componentScssMixins.scss +592 -96
  137. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-body.json +10 -0
  138. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-body.json.gz +0 -0
  139. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-author.json +10 -0
  140. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-author.json.gz +0 -0
  141. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-description.json +10 -0
  142. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-description.json.gz +0 -0
  143. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source.json +10 -0
  144. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source.json.gz +0 -0
  145. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image.json +10 -0
  146. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image.json.gz +0 -0
  147. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper.json +10 -0
  148. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper.json.gz +0 -0
  149. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container.json +10 -0
  150. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container.json.gz +0 -0
  151. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image.json +10 -0
  152. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image.json.gz +0 -0
  153. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card.json +2 -2
  154. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card.json.gz +0 -0
  155. package/dist/tokens/source/htmlStubs.json +82 -2
  156. package/dist/tokens/source/htmlStubs.json.gz +0 -0
  157. package/dist/tokens/source/jsCss.js +1 -1
  158. package/dist/tokens/source/jsCss.js.gz +0 -0
  159. package/dist/tokens/source/jsCssGenerator.js +1 -1
  160. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  161. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  162. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  163. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-scw-link-base-label-label-.json +2 -2
  164. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-scw-link-base-label-label-.json.gz +0 -0
  165. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-text-.json +2 -2
  166. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-text-.json.gz +0 -0
  167. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json +2 -2
  168. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json.gz +0 -0
  169. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-text-.json +2 -2
  170. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-text-.json.gz +0 -0
  171. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-.json +2 -2
  172. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-.json.gz +0 -0
  173. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-.json +4 -4
  174. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-.json.gz +0 -0
  175. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-body-.json +8 -8
  176. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-body-.json.gz +0 -0
  177. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-.json +12 -12
  178. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-.json.gz +0 -0
  179. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json +12 -12
  180. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  181. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-.json +6 -6
  182. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-.json.gz +0 -0
  183. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-author-.json +12 -12
  184. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-author-.json.gz +0 -0
  185. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-description-.json +4 -4
  186. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-description-.json.gz +0 -0
  187. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-.json +4 -4
  188. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-.json.gz +0 -0
  189. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-body-.json +8 -8
  190. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-body-.json.gz +0 -0
  191. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json +12 -12
  192. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json.gz +0 -0
  193. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json +12 -12
  194. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  195. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-.json +6 -6
  196. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-.json.gz +0 -0
  197. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json +12 -12
  198. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json.gz +0 -0
  199. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json +4 -4
  200. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json.gz +0 -0
  201. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-.json +122 -0
  202. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-.json.gz +0 -0
  203. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-.json +177 -0
  204. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-.json.gz +0 -0
  205. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-body-.json +157 -0
  206. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-body-.json.gz +0 -0
  207. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-.json +122 -0
  208. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-.json.gz +0 -0
  209. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json +152 -0
  210. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json.gz +0 -0
  211. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json +152 -0
  212. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json.gz +0 -0
  213. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json +147 -0
  214. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json.gz +0 -0
  215. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json +127 -0
  216. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json.gz +0 -0
  217. package/dist/tokens/source/scssVariables.json +1282 -126
  218. package/dist/tokens/source/scssVariables.json.gz +0 -0
  219. package/dist/tokens/source/scssVariables.scss +292 -64
  220. package/dist/tokens/source/tokens.json +1427 -384
  221. package/dist/tokens/source/tokens.json.gz +0 -0
  222. package/dist-node/scw-components.js +185 -157
  223. package/dist-node/scw.js +185 -157
  224. package/package.json +1 -1
  225. package/scripts/publish/releaseNotes.mjs +5 -0
@@ -1 +1 @@
1
- export default '<svg width="159" height="47" viewBox="0 0 159 47" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="google-play" clip-path="url(#clip0_0_1158)"><path id="Vector" d="M5.88889 0H153.108C156.36 0 158.997 2.63053 158.997 5.875V41.1235C158.997 44.368 156.36 46.9985 153.108 46.9985H5.88889C2.63675 46.9985 0 44.368 0 41.1235V5.875C0 2.63053 2.63675 0 5.88889 0Z" fill="black"/><path id="Vector_2" d="M153.108 0.95175C155.83 0.960563 158.034 3.15928 158.043 5.875V41.125C158.042 43.851 155.827 46.06 153.095 46.0615H5.86239C3.14614 46.038 0.954 43.8378 0.952528 41.125V5.875C0.961361 3.15928 3.16528 0.960563 5.88742 0.95175H153.12H153.108ZM153.121 0H5.88889C2.63969 0.0088125 0.00883333 2.63347 0 5.875V41.125C0.00883333 44.3665 2.63969 46.9912 5.88889 47H153.121C156.365 46.9838 158.99 44.3621 158.999 41.125V5.875C158.99 2.63347 156.359 0.0088125 153.11 0H153.121Z" fill="#A6A6A6"/><path id="Vector_3" d="M55.8459 12.0364C55.8488 12.0849 55.8503 12.1407 55.8503 12.198C55.8503 13.0484 55.5146 13.8224 54.9669 14.3923C54.3442 15.0371 53.4697 15.4381 52.501 15.4381C52.4553 15.4381 52.4112 15.4366 52.3655 15.4351C52.3626 15.4351 52.3508 15.4351 52.339 15.4351C50.3294 15.4351 48.7012 13.8107 48.7012 11.8058C48.7012 11.7823 48.7012 11.7588 48.7012 11.7353C48.7012 11.728 48.7012 11.7148 48.7012 11.7001C48.7012 9.69378 50.3309 8.06787 52.342 8.06787C52.3523 8.06787 52.3626 8.06787 52.3729 8.06787C52.3744 8.06787 52.3788 8.06787 52.3832 8.06787C52.9029 8.06787 53.3976 8.17656 53.8451 8.3719C54.2603 8.54228 54.6313 8.80959 54.9257 9.14593L54.2927 9.78337C53.8525 9.26784 53.2018 8.94325 52.4745 8.94325C52.4347 8.94325 52.3935 8.94471 52.3538 8.94618C52.3596 8.94618 52.3582 8.94618 52.3582 8.94618C50.8491 8.94618 49.6272 10.1667 49.6272 11.6707C49.6272 11.6942 49.6272 11.7177 49.6287 11.7412C49.6287 11.75 49.6287 11.7647 49.6287 11.7794C49.6287 13.3113 50.8727 14.5524 52.4082 14.5524C53.1635 14.5524 53.8481 14.2528 54.3486 13.7652C54.6975 13.3906 54.9184 12.8912 54.939 12.3419L52.3729 12.3375V11.5033H55.7973C55.8282 11.6634 55.8444 11.847 55.8444 12.035V12.0364H55.8459Z" fill="white"/><path id="Vector_4" d="M61.2785 9.09166H58.0603V11.3124H60.9635V12.1599H58.0603V14.3806H61.2785V15.2472H57.1445V8.22656H61.2785V9.09166Z" fill="white"/><path id="Vector_5" d="M65.1058 15.2751H64.1959V9.09166H62.2217V8.2251H67.0771V9.09166H65.1028L65.1058 15.2751Z" fill="white"/><path id="Vector_6" d="M70.5947 15.2751V8.22656H71.5016V15.2751H70.5947Z" fill="white"/><path id="Vector_7" d="M75.5276 15.2751H74.6178V9.09166H72.6436V8.2251H77.4989V9.09166H75.5247L75.5276 15.2751Z" fill="white"/><path id="Vector_8" d="M86.6948 14.3644C86.0308 15.0239 85.1151 15.4322 84.1051 15.4322C83.0952 15.4322 82.178 15.0239 81.5155 14.3644C80.8707 13.7138 80.4717 12.8179 80.4717 11.8294C80.4717 11.7971 80.4717 11.7648 80.4732 11.7324C80.4732 11.7119 80.4717 11.684 80.4717 11.6546C80.4717 10.6676 80.8692 9.7746 81.5125 9.12248C82.1736 8.46154 83.0893 8.05176 84.1007 8.05176C85.1121 8.05176 86.0278 8.46154 86.6889 9.12248C87.3367 9.77313 87.7356 10.6705 87.7356 11.6605C87.7356 11.6869 87.7356 11.7148 87.7341 11.7413C87.7356 11.7648 87.7356 11.7971 87.7356 11.8309C87.7356 12.8179 87.3381 13.7138 86.6948 14.3644ZM82.1824 13.7755C82.6741 14.2646 83.3528 14.5671 84.1022 14.5671C84.8515 14.5671 85.5302 14.2646 86.022 13.774C86.5122 13.2761 86.8155 12.5931 86.8155 11.8397C86.8155 11.8044 86.8155 11.7677 86.814 11.7324C86.8155 11.7089 86.8155 11.6752 86.8155 11.6414C86.8155 10.8909 86.5151 10.2108 86.0278 9.71291C85.5376 9.22382 84.8589 8.92126 84.1095 8.92126C83.3602 8.92126 82.6815 9.22382 82.1898 9.71438C81.7054 10.2108 81.4065 10.8909 81.4065 11.6414C81.4065 11.6752 81.4065 11.7104 81.408 11.7442C81.4065 11.7736 81.4051 11.8147 81.4051 11.8558C81.4051 12.6019 81.7025 13.2805 82.1839 13.7769L82.1824 13.7755Z" fill="white"/><path id="Vector_9" d="M89.0107 15.2751V8.22656H90.1179L93.5525 13.7123H93.5908L93.5525 12.3552V8.23097H94.4462V15.2766H93.4922L89.9176 9.51906H89.8794L89.9176 10.8762V15.2766L89.0107 15.2751Z" fill="white"/><path id="Vector_10" d="M80.2468 25.5577C77.4893 25.5679 75.2574 27.8019 75.2574 30.5544C75.2574 33.3141 77.4996 35.551 80.2659 35.551C83.0322 35.551 85.2744 33.3141 85.2744 30.5544C85.2744 30.5338 85.2744 30.5088 85.2744 30.4839C85.2744 27.7623 83.0632 25.5577 80.3366 25.5577C80.3057 25.5577 80.2733 25.5577 80.2424 25.5591L80.2468 25.5577ZM80.2468 33.5829C78.7304 33.5829 77.4201 32.333 77.4201 30.5529C77.4201 28.7728 78.7304 27.5229 80.2468 27.5229C81.7632 27.5229 83.0735 28.7537 83.0735 30.5529C83.0735 32.3521 81.7661 33.5829 80.2468 33.5829ZM69.2787 25.5577C66.5213 25.5679 64.2894 27.8019 64.2894 30.5544C64.2894 33.3141 66.5316 35.551 69.2979 35.551C72.0642 35.551 74.3064 33.3141 74.3064 30.5544C74.3064 30.5338 74.3064 30.5088 74.3064 30.4839C74.3064 27.7623 72.0951 25.5577 69.3685 25.5577C69.3376 25.5577 69.3052 25.5577 69.2743 25.5591L69.2787 25.5577ZM69.2787 33.5829C67.7623 33.5829 66.4521 32.333 66.4521 30.5529C66.4521 28.7728 67.7623 27.5229 69.2787 27.5229C70.7951 27.5229 72.1054 28.7537 72.1054 30.5529C72.1054 32.3521 70.7951 33.5829 69.2787 33.5829ZM56.2407 27.0896V29.209H61.3287C61.1756 30.4016 60.7781 31.2711 60.1716 31.8777C59.2264 32.8383 57.9117 33.4331 56.4557 33.4331C56.3806 33.4331 56.307 33.4316 56.2334 33.4287C53.1211 33.4287 50.5903 30.9039 50.5903 27.7887C50.5903 24.6735 53.1211 22.1487 56.2437 22.1487C56.2658 22.1487 56.2937 22.1487 56.3202 22.1487C57.7807 22.1487 59.1042 22.7259 60.0773 23.6644L61.5731 22.1693C60.2349 20.8474 58.3916 20.0308 56.3585 20.0308C56.3173 20.0308 56.2761 20.0308 56.2334 20.0322C51.9492 20.0322 48.3467 23.522 48.3467 27.7916C48.3467 32.0613 51.9522 35.551 56.2393 35.551C58.5536 35.551 60.2997 34.7932 61.6673 33.3744C63.035 31.9555 63.5091 30.005 63.5091 28.4159C63.5091 28.3938 63.5091 28.3674 63.5091 28.3424C63.5091 27.9003 63.4679 27.467 63.3869 27.047L56.2407 27.0896ZM109.604 28.736C109.188 27.6198 107.916 25.5635 105.314 25.5635C102.713 25.5635 100.588 27.5875 100.588 30.5602C100.587 30.5925 100.587 30.6307 100.587 30.6689C100.587 33.3685 102.781 35.5584 105.488 35.5584C105.513 35.5584 105.538 35.5584 105.563 35.5584C105.566 35.5584 105.575 35.5584 105.584 35.5584C107.309 35.5584 108.829 34.6845 109.724 33.3553L108.028 32.2023C107.518 33.0365 106.611 33.5859 105.575 33.5859C105.569 33.5859 105.565 33.5859 105.559 33.5859C105.529 33.5873 105.494 33.5873 105.459 33.5873C104.425 33.5873 103.534 32.9719 103.137 32.0877L109.828 29.3089L109.604 28.736ZM102.773 30.4016C102.77 30.3487 102.767 30.287 102.767 30.2239C102.767 28.7537 103.927 27.5537 105.384 27.4861C106.264 27.4861 107.001 27.9209 107.25 28.5451L102.773 30.4016ZM97.3069 35.2485H99.5329V20.5595H97.3069V35.2485ZM93.7014 26.6842H93.6249C92.9889 25.9954 92.079 25.5665 91.0706 25.5665C91.0411 25.5665 91.0131 25.5665 90.9852 25.568C88.4839 25.568 86.1872 27.7637 86.1872 30.5837C86.1872 33.4037 88.4824 35.5613 90.9896 35.5613C91.0161 35.5613 91.047 35.5628 91.0794 35.5628C92.0893 35.5628 92.9977 35.1251 93.6234 34.4289L93.7029 34.426V35.1457C93.7029 37.0492 92.6782 38.0802 91.0279 38.0802C89.8781 38.0523 88.9049 37.3297 88.5089 36.3192L86.595 37.0962C87.3267 38.844 89.0271 40.0498 91.0087 40.0498C91.022 40.0498 91.0352 40.0498 91.05 40.0498C93.6293 40.0498 95.8185 38.537 95.8185 34.8446V25.8632H93.7323L93.7014 26.6842ZM91.1766 33.5932C89.6602 33.5932 88.3882 32.3242 88.3882 30.5823C88.3882 28.8403 89.6602 27.5331 91.1766 27.5331C92.693 27.5331 93.8516 28.8212 93.8516 30.5823C93.8516 32.3433 92.6871 33.5829 91.1898 33.5829L91.1766 33.5932ZM119.891 20.5698H114.638V35.2588H116.836V29.6849H119.904C122.341 29.6849 124.734 27.9238 124.734 25.1229C124.734 22.322 122.341 20.561 119.904 20.561L119.891 20.5698ZM119.948 27.6506H116.823V22.6025H119.948C119.975 22.6011 120.006 22.6011 120.038 22.6011C121.432 22.6011 122.563 23.7291 122.563 25.12C122.563 26.5109 121.432 27.6389 120.038 27.6389C120.007 27.6389 119.975 27.6389 119.944 27.6374L119.948 27.6506ZM133.529 25.5415C131.939 25.5415 130.289 26.2392 129.609 27.7902L131.561 28.6024C131.978 27.7902 132.754 27.5243 133.568 27.5243C134.703 27.5243 135.86 28.2029 135.879 29.4278V29.5806C135.218 29.2222 134.432 29.0122 133.596 29.0122C133.593 29.0122 133.588 29.0122 133.585 29.0122C131.485 29.0122 129.344 30.1637 129.344 32.3183C129.344 34.282 131.068 35.551 133.001 35.551C134.479 35.551 135.293 34.8916 135.806 34.1146H135.882V35.2162H138.009V29.5953C138.009 26.9868 136.06 25.5342 133.541 25.5342L133.529 25.5415ZM133.266 33.5932C132.547 33.5932 131.542 33.2348 131.542 32.3462C131.542 31.2138 132.792 30.7791 133.872 30.7791C133.903 30.7776 133.939 30.7776 133.976 30.7776C134.675 30.7776 135.331 30.9597 135.9 31.2814C135.704 32.5695 134.609 33.5609 133.278 33.5815L133.266 33.5932ZM145.731 25.8646L143.212 32.2317H143.136L140.523 25.8646H138.154L142.074 34.7667L139.848 39.7194H142.143L148.185 25.869L145.731 25.8646ZM125.936 35.2617H128.151V20.561H125.953L125.936 35.2617Z" fill="white"/><path id="Vector_11" d="M12.2899 8.85813C11.9483 9.26351 11.7422 9.79079 11.7422 10.3665C11.7422 10.4165 11.7437 10.4649 11.7466 10.5149V36.4839C11.7437 36.5264 11.7422 36.5764 11.7422 36.6263C11.7422 37.2021 11.9498 37.7279 12.2928 38.1377L12.3752 38.2199L26.9679 23.6749V23.3327L12.3752 8.77441L12.2899 8.85813Z" fill="#00BEFF"/><path id="Vector_12" d="M31.8305 28.526L26.9678 23.6718V23.3296L31.8335 18.4753L31.9409 18.5385L37.7032 21.8065C39.3506 22.7391 39.3506 24.2652 37.7032 25.2007L31.9409 28.4687L31.8305 28.526Z" fill="#FFBD00"/><path id="Vector_13" d="M31.9432 28.4629L26.97 23.5015L12.292 38.1449C12.8352 38.7192 13.7289 38.7794 14.7403 38.2183L31.9476 28.4658L31.9432 28.4629Z" fill="#FF3A44"/><path id="Vector_14" d="M31.9432 18.537L14.7403 8.78447C13.7318 8.21313 12.8323 8.28363 12.292 8.85791L26.97 23.5013L31.9432 18.537Z" fill="#06E775"/><path id="Vector_15" opacity="0.2" d="M31.8338 28.3557L14.7383 38.0451C13.7843 38.587 12.926 38.5488 12.3784 38.0451L12.29 38.1332L12.3754 38.2184C12.9216 38.7133 13.7785 38.7486 14.7354 38.2184L31.9427 28.4659L31.8338 28.3557Z" fill="black"/><path id="Vector_16" opacity="0.12" d="M12.2899 37.9746C11.9483 37.5692 11.7422 37.042 11.7422 36.4662C11.7422 36.4163 11.7437 36.3678 11.7466 36.3179V36.4838C11.7437 36.5264 11.7422 36.5749 11.7422 36.6248C11.7422 37.2006 11.9498 37.7279 12.2928 38.1362L12.3782 38.0437L12.2899 37.9746Z" fill="black"/><path id="Vector_17" opacity="0.12" d="M37.7047 25.0246L31.835 28.3557L31.9424 28.4629L37.7047 25.1949C38.5277 24.7279 38.9384 24.1125 38.9384 23.4971C38.8722 24.0552 38.4526 24.6016 37.7047 25.0231V25.0246Z" fill="black"/><path id="Vector_18" opacity="0.25" d="M14.7381 8.95646L37.7063 21.9637C38.4542 22.3852 38.8708 22.9316 38.94 23.4897C38.94 22.8743 38.5293 22.2589 37.7063 21.7919L14.7381 8.78461C13.0907 7.85196 11.7451 8.62599 11.7451 10.5075V10.6793C11.7451 8.80077 13.0907 8.0238 14.7381 8.95646Z" fill="white"/></g><defs><clipPath id="clip0_0_1158"><rect width="159" height="47" fill="white"/></clipPath></defs></svg>';
1
+ export default '<svg width="159" height="47" viewBox="0 0 159 47" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="google-play" clip-path="url(#clip0_0_1302)"><path id="Vector" d="M5.88889 0H153.108C156.36 0 158.997 2.63053 158.997 5.875V41.1235C158.997 44.368 156.36 46.9985 153.108 46.9985H5.88889C2.63675 46.9985 0 44.368 0 41.1235V5.875C0 2.63053 2.63675 0 5.88889 0Z" fill="black"/><path id="Vector_2" d="M153.108 0.95175C155.83 0.960563 158.034 3.15928 158.043 5.875V41.125C158.042 43.851 155.827 46.06 153.095 46.0615H5.86239C3.14614 46.038 0.954 43.8378 0.952528 41.125V5.875C0.961361 3.15928 3.16528 0.960563 5.88742 0.95175H153.12H153.108ZM153.121 0H5.88889C2.63969 0.0088125 0.00883333 2.63347 0 5.875V41.125C0.00883333 44.3665 2.63969 46.9912 5.88889 47H153.121C156.365 46.9838 158.99 44.3621 158.999 41.125V5.875C158.99 2.63347 156.359 0.0088125 153.11 0H153.121Z" fill="#A6A6A6"/><path id="Vector_3" d="M55.8459 12.0364C55.8488 12.0849 55.8503 12.1407 55.8503 12.198C55.8503 13.0484 55.5146 13.8224 54.9669 14.3923C54.3442 15.0371 53.4697 15.4381 52.501 15.4381C52.4553 15.4381 52.4112 15.4366 52.3655 15.4351C52.3626 15.4351 52.3508 15.4351 52.339 15.4351C50.3294 15.4351 48.7012 13.8107 48.7012 11.8058C48.7012 11.7823 48.7012 11.7588 48.7012 11.7353C48.7012 11.728 48.7012 11.7148 48.7012 11.7001C48.7012 9.69378 50.3309 8.06787 52.342 8.06787C52.3523 8.06787 52.3626 8.06787 52.3729 8.06787C52.3744 8.06787 52.3788 8.06787 52.3832 8.06787C52.9029 8.06787 53.3976 8.17656 53.8451 8.3719C54.2603 8.54228 54.6313 8.80959 54.9257 9.14593L54.2927 9.78337C53.8525 9.26784 53.2018 8.94325 52.4745 8.94325C52.4347 8.94325 52.3935 8.94471 52.3538 8.94618C52.3596 8.94618 52.3582 8.94618 52.3582 8.94618C50.8491 8.94618 49.6272 10.1667 49.6272 11.6707C49.6272 11.6942 49.6272 11.7177 49.6287 11.7412C49.6287 11.75 49.6287 11.7647 49.6287 11.7794C49.6287 13.3113 50.8727 14.5524 52.4082 14.5524C53.1635 14.5524 53.8481 14.2528 54.3486 13.7652C54.6975 13.3906 54.9184 12.8912 54.939 12.3419L52.3729 12.3375V11.5033H55.7973C55.8282 11.6634 55.8444 11.847 55.8444 12.035V12.0364H55.8459Z" fill="white"/><path id="Vector_4" d="M61.2785 9.09166H58.0603V11.3124H60.9635V12.1599H58.0603V14.3806H61.2785V15.2472H57.1445V8.22656H61.2785V9.09166Z" fill="white"/><path id="Vector_5" d="M65.1058 15.2751H64.1959V9.09166H62.2217V8.2251H67.0771V9.09166H65.1028L65.1058 15.2751Z" fill="white"/><path id="Vector_6" d="M70.5947 15.2751V8.22656H71.5016V15.2751H70.5947Z" fill="white"/><path id="Vector_7" d="M75.5276 15.2751H74.6178V9.09166H72.6436V8.2251H77.4989V9.09166H75.5247L75.5276 15.2751Z" fill="white"/><path id="Vector_8" d="M86.6948 14.3644C86.0308 15.0239 85.1151 15.4322 84.1051 15.4322C83.0952 15.4322 82.178 15.0239 81.5155 14.3644C80.8707 13.7138 80.4717 12.8179 80.4717 11.8294C80.4717 11.7971 80.4717 11.7648 80.4732 11.7324C80.4732 11.7119 80.4717 11.684 80.4717 11.6546C80.4717 10.6676 80.8692 9.7746 81.5125 9.12248C82.1736 8.46154 83.0893 8.05176 84.1007 8.05176C85.1121 8.05176 86.0278 8.46154 86.6889 9.12248C87.3367 9.77313 87.7356 10.6705 87.7356 11.6605C87.7356 11.6869 87.7356 11.7148 87.7341 11.7413C87.7356 11.7648 87.7356 11.7971 87.7356 11.8309C87.7356 12.8179 87.3381 13.7138 86.6948 14.3644ZM82.1824 13.7755C82.6741 14.2646 83.3528 14.5671 84.1022 14.5671C84.8515 14.5671 85.5302 14.2646 86.022 13.774C86.5122 13.2761 86.8155 12.5931 86.8155 11.8397C86.8155 11.8044 86.8155 11.7677 86.814 11.7324C86.8155 11.7089 86.8155 11.6752 86.8155 11.6414C86.8155 10.8909 86.5151 10.2108 86.0278 9.71291C85.5376 9.22382 84.8589 8.92126 84.1095 8.92126C83.3602 8.92126 82.6815 9.22382 82.1898 9.71438C81.7054 10.2108 81.4065 10.8909 81.4065 11.6414C81.4065 11.6752 81.4065 11.7104 81.408 11.7442C81.4065 11.7736 81.4051 11.8147 81.4051 11.8558C81.4051 12.6019 81.7025 13.2805 82.1839 13.7769L82.1824 13.7755Z" fill="white"/><path id="Vector_9" d="M89.0107 15.2751V8.22656H90.1179L93.5525 13.7123H93.5908L93.5525 12.3552V8.23097H94.4462V15.2766H93.4922L89.9176 9.51906H89.8794L89.9176 10.8762V15.2766L89.0107 15.2751Z" fill="white"/><path id="Vector_10" d="M80.2468 25.5577C77.4893 25.5679 75.2574 27.8019 75.2574 30.5544C75.2574 33.3141 77.4996 35.551 80.2659 35.551C83.0322 35.551 85.2744 33.3141 85.2744 30.5544C85.2744 30.5338 85.2744 30.5088 85.2744 30.4839C85.2744 27.7623 83.0632 25.5577 80.3366 25.5577C80.3057 25.5577 80.2733 25.5577 80.2424 25.5591L80.2468 25.5577ZM80.2468 33.5829C78.7304 33.5829 77.4201 32.333 77.4201 30.5529C77.4201 28.7728 78.7304 27.5229 80.2468 27.5229C81.7632 27.5229 83.0735 28.7537 83.0735 30.5529C83.0735 32.3521 81.7661 33.5829 80.2468 33.5829ZM69.2787 25.5577C66.5213 25.5679 64.2894 27.8019 64.2894 30.5544C64.2894 33.3141 66.5316 35.551 69.2979 35.551C72.0642 35.551 74.3064 33.3141 74.3064 30.5544C74.3064 30.5338 74.3064 30.5088 74.3064 30.4839C74.3064 27.7623 72.0951 25.5577 69.3685 25.5577C69.3376 25.5577 69.3052 25.5577 69.2743 25.5591L69.2787 25.5577ZM69.2787 33.5829C67.7623 33.5829 66.4521 32.333 66.4521 30.5529C66.4521 28.7728 67.7623 27.5229 69.2787 27.5229C70.7951 27.5229 72.1054 28.7537 72.1054 30.5529C72.1054 32.3521 70.7951 33.5829 69.2787 33.5829ZM56.2407 27.0896V29.209H61.3287C61.1756 30.4016 60.7781 31.2711 60.1716 31.8777C59.2264 32.8383 57.9117 33.4331 56.4557 33.4331C56.3806 33.4331 56.307 33.4316 56.2334 33.4287C53.1211 33.4287 50.5903 30.9039 50.5903 27.7887C50.5903 24.6735 53.1211 22.1487 56.2437 22.1487C56.2658 22.1487 56.2937 22.1487 56.3202 22.1487C57.7807 22.1487 59.1042 22.7259 60.0773 23.6644L61.5731 22.1693C60.2349 20.8474 58.3916 20.0308 56.3585 20.0308C56.3173 20.0308 56.2761 20.0308 56.2334 20.0322C51.9492 20.0322 48.3467 23.522 48.3467 27.7916C48.3467 32.0613 51.9522 35.551 56.2393 35.551C58.5536 35.551 60.2997 34.7932 61.6673 33.3744C63.035 31.9555 63.5091 30.005 63.5091 28.4159C63.5091 28.3938 63.5091 28.3674 63.5091 28.3424C63.5091 27.9003 63.4679 27.467 63.3869 27.047L56.2407 27.0896ZM109.604 28.736C109.188 27.6198 107.916 25.5635 105.314 25.5635C102.713 25.5635 100.588 27.5875 100.588 30.5602C100.587 30.5925 100.587 30.6307 100.587 30.6689C100.587 33.3685 102.781 35.5584 105.488 35.5584C105.513 35.5584 105.538 35.5584 105.563 35.5584C105.566 35.5584 105.575 35.5584 105.584 35.5584C107.309 35.5584 108.829 34.6845 109.724 33.3553L108.028 32.2023C107.518 33.0365 106.611 33.5859 105.575 33.5859C105.569 33.5859 105.565 33.5859 105.559 33.5859C105.529 33.5873 105.494 33.5873 105.459 33.5873C104.425 33.5873 103.534 32.9719 103.137 32.0877L109.828 29.3089L109.604 28.736ZM102.773 30.4016C102.77 30.3487 102.767 30.287 102.767 30.2239C102.767 28.7537 103.927 27.5537 105.384 27.4861C106.264 27.4861 107.001 27.9209 107.25 28.5451L102.773 30.4016ZM97.3069 35.2485H99.5329V20.5595H97.3069V35.2485ZM93.7014 26.6842H93.6249C92.9889 25.9954 92.079 25.5665 91.0706 25.5665C91.0411 25.5665 91.0131 25.5665 90.9852 25.568C88.4839 25.568 86.1872 27.7637 86.1872 30.5837C86.1872 33.4037 88.4824 35.5613 90.9896 35.5613C91.0161 35.5613 91.047 35.5628 91.0794 35.5628C92.0893 35.5628 92.9977 35.1251 93.6234 34.4289L93.7029 34.426V35.1457C93.7029 37.0492 92.6782 38.0802 91.0279 38.0802C89.8781 38.0523 88.9049 37.3297 88.5089 36.3192L86.595 37.0962C87.3267 38.844 89.0271 40.0498 91.0087 40.0498C91.022 40.0498 91.0352 40.0498 91.05 40.0498C93.6293 40.0498 95.8185 38.537 95.8185 34.8446V25.8632H93.7323L93.7014 26.6842ZM91.1766 33.5932C89.6602 33.5932 88.3882 32.3242 88.3882 30.5823C88.3882 28.8403 89.6602 27.5331 91.1766 27.5331C92.693 27.5331 93.8516 28.8212 93.8516 30.5823C93.8516 32.3433 92.6871 33.5829 91.1898 33.5829L91.1766 33.5932ZM119.891 20.5698H114.638V35.2588H116.836V29.6849H119.904C122.341 29.6849 124.734 27.9238 124.734 25.1229C124.734 22.322 122.341 20.561 119.904 20.561L119.891 20.5698ZM119.948 27.6506H116.823V22.6025H119.948C119.975 22.6011 120.006 22.6011 120.038 22.6011C121.432 22.6011 122.563 23.7291 122.563 25.12C122.563 26.5109 121.432 27.6389 120.038 27.6389C120.007 27.6389 119.975 27.6389 119.944 27.6374L119.948 27.6506ZM133.529 25.5415C131.939 25.5415 130.289 26.2392 129.609 27.7902L131.561 28.6024C131.978 27.7902 132.754 27.5243 133.568 27.5243C134.703 27.5243 135.86 28.2029 135.879 29.4278V29.5806C135.218 29.2222 134.432 29.0122 133.596 29.0122C133.593 29.0122 133.588 29.0122 133.585 29.0122C131.485 29.0122 129.344 30.1637 129.344 32.3183C129.344 34.282 131.068 35.551 133.001 35.551C134.479 35.551 135.293 34.8916 135.806 34.1146H135.882V35.2162H138.009V29.5953C138.009 26.9868 136.06 25.5342 133.541 25.5342L133.529 25.5415ZM133.266 33.5932C132.547 33.5932 131.542 33.2348 131.542 32.3462C131.542 31.2138 132.792 30.7791 133.872 30.7791C133.903 30.7776 133.939 30.7776 133.976 30.7776C134.675 30.7776 135.331 30.9597 135.9 31.2814C135.704 32.5695 134.609 33.5609 133.278 33.5815L133.266 33.5932ZM145.731 25.8646L143.212 32.2317H143.136L140.523 25.8646H138.154L142.074 34.7667L139.848 39.7194H142.143L148.185 25.869L145.731 25.8646ZM125.936 35.2617H128.151V20.561H125.953L125.936 35.2617Z" fill="white"/><path id="Vector_11" d="M12.2899 8.85813C11.9483 9.26351 11.7422 9.79079 11.7422 10.3665C11.7422 10.4165 11.7437 10.4649 11.7466 10.5149V36.4839C11.7437 36.5264 11.7422 36.5764 11.7422 36.6263C11.7422 37.2021 11.9498 37.7279 12.2928 38.1377L12.3752 38.2199L26.9679 23.6749V23.3327L12.3752 8.77441L12.2899 8.85813Z" fill="#00BEFF"/><path id="Vector_12" d="M31.8305 28.526L26.9678 23.6718V23.3296L31.8335 18.4753L31.9409 18.5385L37.7032 21.8065C39.3506 22.7391 39.3506 24.2652 37.7032 25.2007L31.9409 28.4687L31.8305 28.526Z" fill="#FFBD00"/><path id="Vector_13" d="M31.9432 28.4629L26.97 23.5015L12.292 38.1449C12.8352 38.7192 13.7289 38.7794 14.7403 38.2183L31.9476 28.4658L31.9432 28.4629Z" fill="#FF3A44"/><path id="Vector_14" d="M31.9432 18.537L14.7403 8.78447C13.7318 8.21313 12.8323 8.28363 12.292 8.85791L26.97 23.5013L31.9432 18.537Z" fill="#06E775"/><path id="Vector_15" opacity="0.2" d="M31.8338 28.3557L14.7383 38.0451C13.7843 38.587 12.926 38.5488 12.3784 38.0451L12.29 38.1332L12.3754 38.2184C12.9216 38.7133 13.7785 38.7486 14.7354 38.2184L31.9427 28.4659L31.8338 28.3557Z" fill="black"/><path id="Vector_16" opacity="0.12" d="M12.2899 37.9746C11.9483 37.5692 11.7422 37.042 11.7422 36.4662C11.7422 36.4163 11.7437 36.3678 11.7466 36.3179V36.4838C11.7437 36.5264 11.7422 36.5749 11.7422 36.6248C11.7422 37.2006 11.9498 37.7279 12.2928 38.1362L12.3782 38.0437L12.2899 37.9746Z" fill="black"/><path id="Vector_17" opacity="0.12" d="M37.7047 25.0246L31.835 28.3557L31.9424 28.4629L37.7047 25.1949C38.5277 24.7279 38.9384 24.1125 38.9384 23.4971C38.8722 24.0552 38.4526 24.6016 37.7047 25.0231V25.0246Z" fill="black"/><path id="Vector_18" opacity="0.25" d="M14.7381 8.95646L37.7063 21.9637C38.4542 22.3852 38.8708 22.9316 38.94 23.4897C38.94 22.8743 38.5293 22.2589 37.7063 21.7919L14.7381 8.78461C13.0907 7.85196 11.7451 8.62599 11.7451 10.5075V10.6793C11.7451 8.80077 13.0907 8.0238 14.7381 8.95646Z" fill="white"/></g><defs><clipPath id="clip0_0_1302"><rect width="159" height="47" fill="white"/></clipPath></defs></svg>';
@@ -1 +1 @@
1
- <svg width="159" height="47" viewBox="0 0 159 47" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="google-play" clip-path="url(#clip0_0_1158)"><path id="Vector" d="M5.88889 0H153.108C156.36 0 158.997 2.63053 158.997 5.875V41.1235C158.997 44.368 156.36 46.9985 153.108 46.9985H5.88889C2.63675 46.9985 0 44.368 0 41.1235V5.875C0 2.63053 2.63675 0 5.88889 0Z" fill="black"/><path id="Vector_2" d="M153.108 0.95175C155.83 0.960563 158.034 3.15928 158.043 5.875V41.125C158.042 43.851 155.827 46.06 153.095 46.0615H5.86239C3.14614 46.038 0.954 43.8378 0.952528 41.125V5.875C0.961361 3.15928 3.16528 0.960563 5.88742 0.95175H153.12H153.108ZM153.121 0H5.88889C2.63969 0.0088125 0.00883333 2.63347 0 5.875V41.125C0.00883333 44.3665 2.63969 46.9912 5.88889 47H153.121C156.365 46.9838 158.99 44.3621 158.999 41.125V5.875C158.99 2.63347 156.359 0.0088125 153.11 0H153.121Z" fill="#A6A6A6"/><path id="Vector_3" d="M55.8459 12.0364C55.8488 12.0849 55.8503 12.1407 55.8503 12.198C55.8503 13.0484 55.5146 13.8224 54.9669 14.3923C54.3442 15.0371 53.4697 15.4381 52.501 15.4381C52.4553 15.4381 52.4112 15.4366 52.3655 15.4351C52.3626 15.4351 52.3508 15.4351 52.339 15.4351C50.3294 15.4351 48.7012 13.8107 48.7012 11.8058C48.7012 11.7823 48.7012 11.7588 48.7012 11.7353C48.7012 11.728 48.7012 11.7148 48.7012 11.7001C48.7012 9.69378 50.3309 8.06787 52.342 8.06787C52.3523 8.06787 52.3626 8.06787 52.3729 8.06787C52.3744 8.06787 52.3788 8.06787 52.3832 8.06787C52.9029 8.06787 53.3976 8.17656 53.8451 8.3719C54.2603 8.54228 54.6313 8.80959 54.9257 9.14593L54.2927 9.78337C53.8525 9.26784 53.2018 8.94325 52.4745 8.94325C52.4347 8.94325 52.3935 8.94471 52.3538 8.94618C52.3596 8.94618 52.3582 8.94618 52.3582 8.94618C50.8491 8.94618 49.6272 10.1667 49.6272 11.6707C49.6272 11.6942 49.6272 11.7177 49.6287 11.7412C49.6287 11.75 49.6287 11.7647 49.6287 11.7794C49.6287 13.3113 50.8727 14.5524 52.4082 14.5524C53.1635 14.5524 53.8481 14.2528 54.3486 13.7652C54.6975 13.3906 54.9184 12.8912 54.939 12.3419L52.3729 12.3375V11.5033H55.7973C55.8282 11.6634 55.8444 11.847 55.8444 12.035V12.0364H55.8459Z" fill="white"/><path id="Vector_4" d="M61.2785 9.09166H58.0603V11.3124H60.9635V12.1599H58.0603V14.3806H61.2785V15.2472H57.1445V8.22656H61.2785V9.09166Z" fill="white"/><path id="Vector_5" d="M65.1058 15.2751H64.1959V9.09166H62.2217V8.2251H67.0771V9.09166H65.1028L65.1058 15.2751Z" fill="white"/><path id="Vector_6" d="M70.5947 15.2751V8.22656H71.5016V15.2751H70.5947Z" fill="white"/><path id="Vector_7" d="M75.5276 15.2751H74.6178V9.09166H72.6436V8.2251H77.4989V9.09166H75.5247L75.5276 15.2751Z" fill="white"/><path id="Vector_8" d="M86.6948 14.3644C86.0308 15.0239 85.1151 15.4322 84.1051 15.4322C83.0952 15.4322 82.178 15.0239 81.5155 14.3644C80.8707 13.7138 80.4717 12.8179 80.4717 11.8294C80.4717 11.7971 80.4717 11.7648 80.4732 11.7324C80.4732 11.7119 80.4717 11.684 80.4717 11.6546C80.4717 10.6676 80.8692 9.7746 81.5125 9.12248C82.1736 8.46154 83.0893 8.05176 84.1007 8.05176C85.1121 8.05176 86.0278 8.46154 86.6889 9.12248C87.3367 9.77313 87.7356 10.6705 87.7356 11.6605C87.7356 11.6869 87.7356 11.7148 87.7341 11.7413C87.7356 11.7648 87.7356 11.7971 87.7356 11.8309C87.7356 12.8179 87.3381 13.7138 86.6948 14.3644ZM82.1824 13.7755C82.6741 14.2646 83.3528 14.5671 84.1022 14.5671C84.8515 14.5671 85.5302 14.2646 86.022 13.774C86.5122 13.2761 86.8155 12.5931 86.8155 11.8397C86.8155 11.8044 86.8155 11.7677 86.814 11.7324C86.8155 11.7089 86.8155 11.6752 86.8155 11.6414C86.8155 10.8909 86.5151 10.2108 86.0278 9.71291C85.5376 9.22382 84.8589 8.92126 84.1095 8.92126C83.3602 8.92126 82.6815 9.22382 82.1898 9.71438C81.7054 10.2108 81.4065 10.8909 81.4065 11.6414C81.4065 11.6752 81.4065 11.7104 81.408 11.7442C81.4065 11.7736 81.4051 11.8147 81.4051 11.8558C81.4051 12.6019 81.7025 13.2805 82.1839 13.7769L82.1824 13.7755Z" fill="white"/><path id="Vector_9" d="M89.0107 15.2751V8.22656H90.1179L93.5525 13.7123H93.5908L93.5525 12.3552V8.23097H94.4462V15.2766H93.4922L89.9176 9.51906H89.8794L89.9176 10.8762V15.2766L89.0107 15.2751Z" fill="white"/><path id="Vector_10" d="M80.2468 25.5577C77.4893 25.5679 75.2574 27.8019 75.2574 30.5544C75.2574 33.3141 77.4996 35.551 80.2659 35.551C83.0322 35.551 85.2744 33.3141 85.2744 30.5544C85.2744 30.5338 85.2744 30.5088 85.2744 30.4839C85.2744 27.7623 83.0632 25.5577 80.3366 25.5577C80.3057 25.5577 80.2733 25.5577 80.2424 25.5591L80.2468 25.5577ZM80.2468 33.5829C78.7304 33.5829 77.4201 32.333 77.4201 30.5529C77.4201 28.7728 78.7304 27.5229 80.2468 27.5229C81.7632 27.5229 83.0735 28.7537 83.0735 30.5529C83.0735 32.3521 81.7661 33.5829 80.2468 33.5829ZM69.2787 25.5577C66.5213 25.5679 64.2894 27.8019 64.2894 30.5544C64.2894 33.3141 66.5316 35.551 69.2979 35.551C72.0642 35.551 74.3064 33.3141 74.3064 30.5544C74.3064 30.5338 74.3064 30.5088 74.3064 30.4839C74.3064 27.7623 72.0951 25.5577 69.3685 25.5577C69.3376 25.5577 69.3052 25.5577 69.2743 25.5591L69.2787 25.5577ZM69.2787 33.5829C67.7623 33.5829 66.4521 32.333 66.4521 30.5529C66.4521 28.7728 67.7623 27.5229 69.2787 27.5229C70.7951 27.5229 72.1054 28.7537 72.1054 30.5529C72.1054 32.3521 70.7951 33.5829 69.2787 33.5829ZM56.2407 27.0896V29.209H61.3287C61.1756 30.4016 60.7781 31.2711 60.1716 31.8777C59.2264 32.8383 57.9117 33.4331 56.4557 33.4331C56.3806 33.4331 56.307 33.4316 56.2334 33.4287C53.1211 33.4287 50.5903 30.9039 50.5903 27.7887C50.5903 24.6735 53.1211 22.1487 56.2437 22.1487C56.2658 22.1487 56.2937 22.1487 56.3202 22.1487C57.7807 22.1487 59.1042 22.7259 60.0773 23.6644L61.5731 22.1693C60.2349 20.8474 58.3916 20.0308 56.3585 20.0308C56.3173 20.0308 56.2761 20.0308 56.2334 20.0322C51.9492 20.0322 48.3467 23.522 48.3467 27.7916C48.3467 32.0613 51.9522 35.551 56.2393 35.551C58.5536 35.551 60.2997 34.7932 61.6673 33.3744C63.035 31.9555 63.5091 30.005 63.5091 28.4159C63.5091 28.3938 63.5091 28.3674 63.5091 28.3424C63.5091 27.9003 63.4679 27.467 63.3869 27.047L56.2407 27.0896ZM109.604 28.736C109.188 27.6198 107.916 25.5635 105.314 25.5635C102.713 25.5635 100.588 27.5875 100.588 30.5602C100.587 30.5925 100.587 30.6307 100.587 30.6689C100.587 33.3685 102.781 35.5584 105.488 35.5584C105.513 35.5584 105.538 35.5584 105.563 35.5584C105.566 35.5584 105.575 35.5584 105.584 35.5584C107.309 35.5584 108.829 34.6845 109.724 33.3553L108.028 32.2023C107.518 33.0365 106.611 33.5859 105.575 33.5859C105.569 33.5859 105.565 33.5859 105.559 33.5859C105.529 33.5873 105.494 33.5873 105.459 33.5873C104.425 33.5873 103.534 32.9719 103.137 32.0877L109.828 29.3089L109.604 28.736ZM102.773 30.4016C102.77 30.3487 102.767 30.287 102.767 30.2239C102.767 28.7537 103.927 27.5537 105.384 27.4861C106.264 27.4861 107.001 27.9209 107.25 28.5451L102.773 30.4016ZM97.3069 35.2485H99.5329V20.5595H97.3069V35.2485ZM93.7014 26.6842H93.6249C92.9889 25.9954 92.079 25.5665 91.0706 25.5665C91.0411 25.5665 91.0131 25.5665 90.9852 25.568C88.4839 25.568 86.1872 27.7637 86.1872 30.5837C86.1872 33.4037 88.4824 35.5613 90.9896 35.5613C91.0161 35.5613 91.047 35.5628 91.0794 35.5628C92.0893 35.5628 92.9977 35.1251 93.6234 34.4289L93.7029 34.426V35.1457C93.7029 37.0492 92.6782 38.0802 91.0279 38.0802C89.8781 38.0523 88.9049 37.3297 88.5089 36.3192L86.595 37.0962C87.3267 38.844 89.0271 40.0498 91.0087 40.0498C91.022 40.0498 91.0352 40.0498 91.05 40.0498C93.6293 40.0498 95.8185 38.537 95.8185 34.8446V25.8632H93.7323L93.7014 26.6842ZM91.1766 33.5932C89.6602 33.5932 88.3882 32.3242 88.3882 30.5823C88.3882 28.8403 89.6602 27.5331 91.1766 27.5331C92.693 27.5331 93.8516 28.8212 93.8516 30.5823C93.8516 32.3433 92.6871 33.5829 91.1898 33.5829L91.1766 33.5932ZM119.891 20.5698H114.638V35.2588H116.836V29.6849H119.904C122.341 29.6849 124.734 27.9238 124.734 25.1229C124.734 22.322 122.341 20.561 119.904 20.561L119.891 20.5698ZM119.948 27.6506H116.823V22.6025H119.948C119.975 22.6011 120.006 22.6011 120.038 22.6011C121.432 22.6011 122.563 23.7291 122.563 25.12C122.563 26.5109 121.432 27.6389 120.038 27.6389C120.007 27.6389 119.975 27.6389 119.944 27.6374L119.948 27.6506ZM133.529 25.5415C131.939 25.5415 130.289 26.2392 129.609 27.7902L131.561 28.6024C131.978 27.7902 132.754 27.5243 133.568 27.5243C134.703 27.5243 135.86 28.2029 135.879 29.4278V29.5806C135.218 29.2222 134.432 29.0122 133.596 29.0122C133.593 29.0122 133.588 29.0122 133.585 29.0122C131.485 29.0122 129.344 30.1637 129.344 32.3183C129.344 34.282 131.068 35.551 133.001 35.551C134.479 35.551 135.293 34.8916 135.806 34.1146H135.882V35.2162H138.009V29.5953C138.009 26.9868 136.06 25.5342 133.541 25.5342L133.529 25.5415ZM133.266 33.5932C132.547 33.5932 131.542 33.2348 131.542 32.3462C131.542 31.2138 132.792 30.7791 133.872 30.7791C133.903 30.7776 133.939 30.7776 133.976 30.7776C134.675 30.7776 135.331 30.9597 135.9 31.2814C135.704 32.5695 134.609 33.5609 133.278 33.5815L133.266 33.5932ZM145.731 25.8646L143.212 32.2317H143.136L140.523 25.8646H138.154L142.074 34.7667L139.848 39.7194H142.143L148.185 25.869L145.731 25.8646ZM125.936 35.2617H128.151V20.561H125.953L125.936 35.2617Z" fill="white"/><path id="Vector_11" d="M12.2899 8.85813C11.9483 9.26351 11.7422 9.79079 11.7422 10.3665C11.7422 10.4165 11.7437 10.4649 11.7466 10.5149V36.4839C11.7437 36.5264 11.7422 36.5764 11.7422 36.6263C11.7422 37.2021 11.9498 37.7279 12.2928 38.1377L12.3752 38.2199L26.9679 23.6749V23.3327L12.3752 8.77441L12.2899 8.85813Z" fill="#00BEFF"/><path id="Vector_12" d="M31.8305 28.526L26.9678 23.6718V23.3296L31.8335 18.4753L31.9409 18.5385L37.7032 21.8065C39.3506 22.7391 39.3506 24.2652 37.7032 25.2007L31.9409 28.4687L31.8305 28.526Z" fill="#FFBD00"/><path id="Vector_13" d="M31.9432 28.4629L26.97 23.5015L12.292 38.1449C12.8352 38.7192 13.7289 38.7794 14.7403 38.2183L31.9476 28.4658L31.9432 28.4629Z" fill="#FF3A44"/><path id="Vector_14" d="M31.9432 18.537L14.7403 8.78447C13.7318 8.21313 12.8323 8.28363 12.292 8.85791L26.97 23.5013L31.9432 18.537Z" fill="#06E775"/><path id="Vector_15" opacity="0.2" d="M31.8338 28.3557L14.7383 38.0451C13.7843 38.587 12.926 38.5488 12.3784 38.0451L12.29 38.1332L12.3754 38.2184C12.9216 38.7133 13.7785 38.7486 14.7354 38.2184L31.9427 28.4659L31.8338 28.3557Z" fill="black"/><path id="Vector_16" opacity="0.12" d="M12.2899 37.9746C11.9483 37.5692 11.7422 37.042 11.7422 36.4662C11.7422 36.4163 11.7437 36.3678 11.7466 36.3179V36.4838C11.7437 36.5264 11.7422 36.5749 11.7422 36.6248C11.7422 37.2006 11.9498 37.7279 12.2928 38.1362L12.3782 38.0437L12.2899 37.9746Z" fill="black"/><path id="Vector_17" opacity="0.12" d="M37.7047 25.0246L31.835 28.3557L31.9424 28.4629L37.7047 25.1949C38.5277 24.7279 38.9384 24.1125 38.9384 23.4971C38.8722 24.0552 38.4526 24.6016 37.7047 25.0231V25.0246Z" fill="black"/><path id="Vector_18" opacity="0.25" d="M14.7381 8.95646L37.7063 21.9637C38.4542 22.3852 38.8708 22.9316 38.94 23.4897C38.94 22.8743 38.5293 22.2589 37.7063 21.7919L14.7381 8.78461C13.0907 7.85196 11.7451 8.62599 11.7451 10.5075V10.6793C11.7451 8.80077 13.0907 8.0238 14.7381 8.95646Z" fill="white"/></g><defs><clipPath id="clip0_0_1158"><rect width="159" height="47" fill="white"/></clipPath></defs></svg>
1
+ <svg width="159" height="47" viewBox="0 0 159 47" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="google-play" clip-path="url(#clip0_0_1302)"><path id="Vector" d="M5.88889 0H153.108C156.36 0 158.997 2.63053 158.997 5.875V41.1235C158.997 44.368 156.36 46.9985 153.108 46.9985H5.88889C2.63675 46.9985 0 44.368 0 41.1235V5.875C0 2.63053 2.63675 0 5.88889 0Z" fill="black"/><path id="Vector_2" d="M153.108 0.95175C155.83 0.960563 158.034 3.15928 158.043 5.875V41.125C158.042 43.851 155.827 46.06 153.095 46.0615H5.86239C3.14614 46.038 0.954 43.8378 0.952528 41.125V5.875C0.961361 3.15928 3.16528 0.960563 5.88742 0.95175H153.12H153.108ZM153.121 0H5.88889C2.63969 0.0088125 0.00883333 2.63347 0 5.875V41.125C0.00883333 44.3665 2.63969 46.9912 5.88889 47H153.121C156.365 46.9838 158.99 44.3621 158.999 41.125V5.875C158.99 2.63347 156.359 0.0088125 153.11 0H153.121Z" fill="#A6A6A6"/><path id="Vector_3" d="M55.8459 12.0364C55.8488 12.0849 55.8503 12.1407 55.8503 12.198C55.8503 13.0484 55.5146 13.8224 54.9669 14.3923C54.3442 15.0371 53.4697 15.4381 52.501 15.4381C52.4553 15.4381 52.4112 15.4366 52.3655 15.4351C52.3626 15.4351 52.3508 15.4351 52.339 15.4351C50.3294 15.4351 48.7012 13.8107 48.7012 11.8058C48.7012 11.7823 48.7012 11.7588 48.7012 11.7353C48.7012 11.728 48.7012 11.7148 48.7012 11.7001C48.7012 9.69378 50.3309 8.06787 52.342 8.06787C52.3523 8.06787 52.3626 8.06787 52.3729 8.06787C52.3744 8.06787 52.3788 8.06787 52.3832 8.06787C52.9029 8.06787 53.3976 8.17656 53.8451 8.3719C54.2603 8.54228 54.6313 8.80959 54.9257 9.14593L54.2927 9.78337C53.8525 9.26784 53.2018 8.94325 52.4745 8.94325C52.4347 8.94325 52.3935 8.94471 52.3538 8.94618C52.3596 8.94618 52.3582 8.94618 52.3582 8.94618C50.8491 8.94618 49.6272 10.1667 49.6272 11.6707C49.6272 11.6942 49.6272 11.7177 49.6287 11.7412C49.6287 11.75 49.6287 11.7647 49.6287 11.7794C49.6287 13.3113 50.8727 14.5524 52.4082 14.5524C53.1635 14.5524 53.8481 14.2528 54.3486 13.7652C54.6975 13.3906 54.9184 12.8912 54.939 12.3419L52.3729 12.3375V11.5033H55.7973C55.8282 11.6634 55.8444 11.847 55.8444 12.035V12.0364H55.8459Z" fill="white"/><path id="Vector_4" d="M61.2785 9.09166H58.0603V11.3124H60.9635V12.1599H58.0603V14.3806H61.2785V15.2472H57.1445V8.22656H61.2785V9.09166Z" fill="white"/><path id="Vector_5" d="M65.1058 15.2751H64.1959V9.09166H62.2217V8.2251H67.0771V9.09166H65.1028L65.1058 15.2751Z" fill="white"/><path id="Vector_6" d="M70.5947 15.2751V8.22656H71.5016V15.2751H70.5947Z" fill="white"/><path id="Vector_7" d="M75.5276 15.2751H74.6178V9.09166H72.6436V8.2251H77.4989V9.09166H75.5247L75.5276 15.2751Z" fill="white"/><path id="Vector_8" d="M86.6948 14.3644C86.0308 15.0239 85.1151 15.4322 84.1051 15.4322C83.0952 15.4322 82.178 15.0239 81.5155 14.3644C80.8707 13.7138 80.4717 12.8179 80.4717 11.8294C80.4717 11.7971 80.4717 11.7648 80.4732 11.7324C80.4732 11.7119 80.4717 11.684 80.4717 11.6546C80.4717 10.6676 80.8692 9.7746 81.5125 9.12248C82.1736 8.46154 83.0893 8.05176 84.1007 8.05176C85.1121 8.05176 86.0278 8.46154 86.6889 9.12248C87.3367 9.77313 87.7356 10.6705 87.7356 11.6605C87.7356 11.6869 87.7356 11.7148 87.7341 11.7413C87.7356 11.7648 87.7356 11.7971 87.7356 11.8309C87.7356 12.8179 87.3381 13.7138 86.6948 14.3644ZM82.1824 13.7755C82.6741 14.2646 83.3528 14.5671 84.1022 14.5671C84.8515 14.5671 85.5302 14.2646 86.022 13.774C86.5122 13.2761 86.8155 12.5931 86.8155 11.8397C86.8155 11.8044 86.8155 11.7677 86.814 11.7324C86.8155 11.7089 86.8155 11.6752 86.8155 11.6414C86.8155 10.8909 86.5151 10.2108 86.0278 9.71291C85.5376 9.22382 84.8589 8.92126 84.1095 8.92126C83.3602 8.92126 82.6815 9.22382 82.1898 9.71438C81.7054 10.2108 81.4065 10.8909 81.4065 11.6414C81.4065 11.6752 81.4065 11.7104 81.408 11.7442C81.4065 11.7736 81.4051 11.8147 81.4051 11.8558C81.4051 12.6019 81.7025 13.2805 82.1839 13.7769L82.1824 13.7755Z" fill="white"/><path id="Vector_9" d="M89.0107 15.2751V8.22656H90.1179L93.5525 13.7123H93.5908L93.5525 12.3552V8.23097H94.4462V15.2766H93.4922L89.9176 9.51906H89.8794L89.9176 10.8762V15.2766L89.0107 15.2751Z" fill="white"/><path id="Vector_10" d="M80.2468 25.5577C77.4893 25.5679 75.2574 27.8019 75.2574 30.5544C75.2574 33.3141 77.4996 35.551 80.2659 35.551C83.0322 35.551 85.2744 33.3141 85.2744 30.5544C85.2744 30.5338 85.2744 30.5088 85.2744 30.4839C85.2744 27.7623 83.0632 25.5577 80.3366 25.5577C80.3057 25.5577 80.2733 25.5577 80.2424 25.5591L80.2468 25.5577ZM80.2468 33.5829C78.7304 33.5829 77.4201 32.333 77.4201 30.5529C77.4201 28.7728 78.7304 27.5229 80.2468 27.5229C81.7632 27.5229 83.0735 28.7537 83.0735 30.5529C83.0735 32.3521 81.7661 33.5829 80.2468 33.5829ZM69.2787 25.5577C66.5213 25.5679 64.2894 27.8019 64.2894 30.5544C64.2894 33.3141 66.5316 35.551 69.2979 35.551C72.0642 35.551 74.3064 33.3141 74.3064 30.5544C74.3064 30.5338 74.3064 30.5088 74.3064 30.4839C74.3064 27.7623 72.0951 25.5577 69.3685 25.5577C69.3376 25.5577 69.3052 25.5577 69.2743 25.5591L69.2787 25.5577ZM69.2787 33.5829C67.7623 33.5829 66.4521 32.333 66.4521 30.5529C66.4521 28.7728 67.7623 27.5229 69.2787 27.5229C70.7951 27.5229 72.1054 28.7537 72.1054 30.5529C72.1054 32.3521 70.7951 33.5829 69.2787 33.5829ZM56.2407 27.0896V29.209H61.3287C61.1756 30.4016 60.7781 31.2711 60.1716 31.8777C59.2264 32.8383 57.9117 33.4331 56.4557 33.4331C56.3806 33.4331 56.307 33.4316 56.2334 33.4287C53.1211 33.4287 50.5903 30.9039 50.5903 27.7887C50.5903 24.6735 53.1211 22.1487 56.2437 22.1487C56.2658 22.1487 56.2937 22.1487 56.3202 22.1487C57.7807 22.1487 59.1042 22.7259 60.0773 23.6644L61.5731 22.1693C60.2349 20.8474 58.3916 20.0308 56.3585 20.0308C56.3173 20.0308 56.2761 20.0308 56.2334 20.0322C51.9492 20.0322 48.3467 23.522 48.3467 27.7916C48.3467 32.0613 51.9522 35.551 56.2393 35.551C58.5536 35.551 60.2997 34.7932 61.6673 33.3744C63.035 31.9555 63.5091 30.005 63.5091 28.4159C63.5091 28.3938 63.5091 28.3674 63.5091 28.3424C63.5091 27.9003 63.4679 27.467 63.3869 27.047L56.2407 27.0896ZM109.604 28.736C109.188 27.6198 107.916 25.5635 105.314 25.5635C102.713 25.5635 100.588 27.5875 100.588 30.5602C100.587 30.5925 100.587 30.6307 100.587 30.6689C100.587 33.3685 102.781 35.5584 105.488 35.5584C105.513 35.5584 105.538 35.5584 105.563 35.5584C105.566 35.5584 105.575 35.5584 105.584 35.5584C107.309 35.5584 108.829 34.6845 109.724 33.3553L108.028 32.2023C107.518 33.0365 106.611 33.5859 105.575 33.5859C105.569 33.5859 105.565 33.5859 105.559 33.5859C105.529 33.5873 105.494 33.5873 105.459 33.5873C104.425 33.5873 103.534 32.9719 103.137 32.0877L109.828 29.3089L109.604 28.736ZM102.773 30.4016C102.77 30.3487 102.767 30.287 102.767 30.2239C102.767 28.7537 103.927 27.5537 105.384 27.4861C106.264 27.4861 107.001 27.9209 107.25 28.5451L102.773 30.4016ZM97.3069 35.2485H99.5329V20.5595H97.3069V35.2485ZM93.7014 26.6842H93.6249C92.9889 25.9954 92.079 25.5665 91.0706 25.5665C91.0411 25.5665 91.0131 25.5665 90.9852 25.568C88.4839 25.568 86.1872 27.7637 86.1872 30.5837C86.1872 33.4037 88.4824 35.5613 90.9896 35.5613C91.0161 35.5613 91.047 35.5628 91.0794 35.5628C92.0893 35.5628 92.9977 35.1251 93.6234 34.4289L93.7029 34.426V35.1457C93.7029 37.0492 92.6782 38.0802 91.0279 38.0802C89.8781 38.0523 88.9049 37.3297 88.5089 36.3192L86.595 37.0962C87.3267 38.844 89.0271 40.0498 91.0087 40.0498C91.022 40.0498 91.0352 40.0498 91.05 40.0498C93.6293 40.0498 95.8185 38.537 95.8185 34.8446V25.8632H93.7323L93.7014 26.6842ZM91.1766 33.5932C89.6602 33.5932 88.3882 32.3242 88.3882 30.5823C88.3882 28.8403 89.6602 27.5331 91.1766 27.5331C92.693 27.5331 93.8516 28.8212 93.8516 30.5823C93.8516 32.3433 92.6871 33.5829 91.1898 33.5829L91.1766 33.5932ZM119.891 20.5698H114.638V35.2588H116.836V29.6849H119.904C122.341 29.6849 124.734 27.9238 124.734 25.1229C124.734 22.322 122.341 20.561 119.904 20.561L119.891 20.5698ZM119.948 27.6506H116.823V22.6025H119.948C119.975 22.6011 120.006 22.6011 120.038 22.6011C121.432 22.6011 122.563 23.7291 122.563 25.12C122.563 26.5109 121.432 27.6389 120.038 27.6389C120.007 27.6389 119.975 27.6389 119.944 27.6374L119.948 27.6506ZM133.529 25.5415C131.939 25.5415 130.289 26.2392 129.609 27.7902L131.561 28.6024C131.978 27.7902 132.754 27.5243 133.568 27.5243C134.703 27.5243 135.86 28.2029 135.879 29.4278V29.5806C135.218 29.2222 134.432 29.0122 133.596 29.0122C133.593 29.0122 133.588 29.0122 133.585 29.0122C131.485 29.0122 129.344 30.1637 129.344 32.3183C129.344 34.282 131.068 35.551 133.001 35.551C134.479 35.551 135.293 34.8916 135.806 34.1146H135.882V35.2162H138.009V29.5953C138.009 26.9868 136.06 25.5342 133.541 25.5342L133.529 25.5415ZM133.266 33.5932C132.547 33.5932 131.542 33.2348 131.542 32.3462C131.542 31.2138 132.792 30.7791 133.872 30.7791C133.903 30.7776 133.939 30.7776 133.976 30.7776C134.675 30.7776 135.331 30.9597 135.9 31.2814C135.704 32.5695 134.609 33.5609 133.278 33.5815L133.266 33.5932ZM145.731 25.8646L143.212 32.2317H143.136L140.523 25.8646H138.154L142.074 34.7667L139.848 39.7194H142.143L148.185 25.869L145.731 25.8646ZM125.936 35.2617H128.151V20.561H125.953L125.936 35.2617Z" fill="white"/><path id="Vector_11" d="M12.2899 8.85813C11.9483 9.26351 11.7422 9.79079 11.7422 10.3665C11.7422 10.4165 11.7437 10.4649 11.7466 10.5149V36.4839C11.7437 36.5264 11.7422 36.5764 11.7422 36.6263C11.7422 37.2021 11.9498 37.7279 12.2928 38.1377L12.3752 38.2199L26.9679 23.6749V23.3327L12.3752 8.77441L12.2899 8.85813Z" fill="#00BEFF"/><path id="Vector_12" d="M31.8305 28.526L26.9678 23.6718V23.3296L31.8335 18.4753L31.9409 18.5385L37.7032 21.8065C39.3506 22.7391 39.3506 24.2652 37.7032 25.2007L31.9409 28.4687L31.8305 28.526Z" fill="#FFBD00"/><path id="Vector_13" d="M31.9432 28.4629L26.97 23.5015L12.292 38.1449C12.8352 38.7192 13.7289 38.7794 14.7403 38.2183L31.9476 28.4658L31.9432 28.4629Z" fill="#FF3A44"/><path id="Vector_14" d="M31.9432 18.537L14.7403 8.78447C13.7318 8.21313 12.8323 8.28363 12.292 8.85791L26.97 23.5013L31.9432 18.537Z" fill="#06E775"/><path id="Vector_15" opacity="0.2" d="M31.8338 28.3557L14.7383 38.0451C13.7843 38.587 12.926 38.5488 12.3784 38.0451L12.29 38.1332L12.3754 38.2184C12.9216 38.7133 13.7785 38.7486 14.7354 38.2184L31.9427 28.4659L31.8338 28.3557Z" fill="black"/><path id="Vector_16" opacity="0.12" d="M12.2899 37.9746C11.9483 37.5692 11.7422 37.042 11.7422 36.4662C11.7422 36.4163 11.7437 36.3678 11.7466 36.3179V36.4838C11.7437 36.5264 11.7422 36.5749 11.7422 36.6248C11.7422 37.2006 11.9498 37.7279 12.2928 38.1362L12.3782 38.0437L12.2899 37.9746Z" fill="black"/><path id="Vector_17" opacity="0.12" d="M37.7047 25.0246L31.835 28.3557L31.9424 28.4629L37.7047 25.1949C38.5277 24.7279 38.9384 24.1125 38.9384 23.4971C38.8722 24.0552 38.4526 24.6016 37.7047 25.0231V25.0246Z" fill="black"/><path id="Vector_18" opacity="0.25" d="M14.7381 8.95646L37.7063 21.9637C38.4542 22.3852 38.8708 22.9316 38.94 23.4897C38.94 22.8743 38.5293 22.2589 37.7063 21.7919L14.7381 8.78461C13.0907 7.85196 11.7451 8.62599 11.7451 10.5075V10.6793C11.7451 8.80077 13.0907 8.0238 14.7381 8.95646Z" fill="white"/></g><defs><clipPath id="clip0_0_1302"><rect width="159" height="47" fill="white"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- export default '<svg width="143" height="64" viewBox="0 0 143 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="logo" clip-path="url(#clip0_0_977)"><path id="Vector" d="M15.1424 42.55C14.4889 41.68 13.0192 39.684 9.19197 39.684C6.13535 39.684 5.10853 40.858 5.10853 41.892C5.10853 43.326 6.88213 43.56 9.4025 43.912C14.3956 44.546 18.9676 45.322 18.9676 49.856C18.9676 55.26 12.8305 55.87 9.86725 55.87C3.59114 55.87 1.60701 53.332 0.0439453 51.382L3.61299 49.29C5.05888 51.686 7.64876 52.414 10.2625 52.414C12.5247 52.414 14.5565 51.732 14.5565 50.112C14.5565 48.702 13.5296 48.562 9.05096 47.95C2.1671 47.058 0.721209 44.848 0.721209 42.03C0.721209 40.104 2.2386 36.156 9.30717 36.156C11.3846 36.156 15.911 36.65 18.6399 40.502L15.1404 42.546L15.1424 42.55Z" fill="black"/><path id="Vector_2" d="M41.9511 55.26H37.822V52.958C36.5628 54.25 34.7197 55.872 30.9858 55.872C27.1824 55.872 23.8457 54.25 23.8457 48.66V36.866H28.0463V47.11C28.0463 50.728 29.1427 52.278 31.9669 52.278C35.3274 52.278 36.7038 50.868 37.7306 49.576V36.888H41.9531V55.26H41.9511Z" fill="#555759"/><path id="Vector_3" d="M48.0638 36.8859H52.1929V38.9779C53.3131 37.9679 54.8762 36.2759 58.3995 36.2759C62.1096 36.2759 63.486 38.0619 64.3499 39.2119C65.2834 38.0599 67.2437 36.2759 70.767 36.2759C74.8505 36.2759 77.7661 37.9679 77.7661 42.2679V55.2599H73.5436V44.1239C73.5436 41.0459 72.4473 39.8719 69.8574 39.8719C67.7343 39.8719 65.9845 41.2819 65.0053 42.1979V55.2619H60.8047V44.1259C60.8047 41.0479 59.7084 39.8739 57.1185 39.8739C54.9953 39.8739 53.2456 41.2839 52.2664 42.1999V55.2639H48.0439V36.8919H48.0678L48.0638 36.8859Z" fill="#555759"/><path id="Vector_4" d="M83.7607 36.8859H87.8899V38.9779C89.01 37.9679 90.5731 36.2759 94.0965 36.2759C97.8065 36.2759 99.1829 38.0619 100.047 39.2119C100.98 38.0599 102.941 36.2759 106.464 36.2759C110.547 36.2759 113.463 37.9679 113.463 42.2679V55.2599H109.262V44.1239C109.262 41.0459 108.166 39.8719 105.576 39.8719C103.453 39.8719 101.703 41.2819 100.724 42.1979V55.2619H96.5016V44.1259C96.5016 41.0479 95.4053 39.8739 92.8154 39.8739C90.6923 39.8739 88.9425 41.2839 87.9634 42.1999V55.2639H83.7627V36.8919L83.7607 36.8859Z" fill="#555759"/><path id="Vector_5" d="M119.926 36.886H124.148V55.26H119.926V36.886Z" fill="#555759"/><path id="Vector_6" d="M128.744 36.886H132.011V32.634C132.011 32.634 134.951 31.012 136.234 29.322V36.888H142.557V40.506H136.212V49.576C136.212 50.868 136.724 52.278 139.175 52.278C139.991 52.278 141.695 52.066 142.768 51.762V55.498C140.69 55.78 139.711 55.898 138.196 55.898C134.206 55.898 131.965 54.606 131.965 50.542V40.51H128.698L128.744 36.892V36.886Z" fill="#555759"/><path id="Vector_7" d="M133.108 15.578C131.801 14.638 130.518 14.686 128.792 15.178C126.132 15.93 118.619 21.216 114.21 22.484C111.177 23.354 109.753 22.766 109.753 22.766C111.55 25.632 114.349 27.818 117.662 28.828C117.918 26.808 119.668 25.234 121.745 25.234C123.823 25.234 125.548 26.784 125.829 28.828C129.749 27.63 132.945 24.716 134.671 21.146C135.674 19.196 134.834 16.776 133.108 15.578Z" fill="#555759"/><path id="Vector_8" d="M125.828 0.8699C125.548 2.8899 123.822 4.4419 121.745 4.4419C119.667 4.4419 117.918 2.8919 117.661 0.8479C113.741 2.0459 110.545 4.9599 108.772 8.5299C107.792 10.4799 108.654 12.8999 110.382 14.1459C111.689 15.0859 112.972 15.0379 114.698 14.5459C117.357 13.7939 124.871 8.5079 129.28 7.2399C132.313 6.3699 133.737 6.9579 133.737 6.9579C131.939 4.0679 129.141 1.8839 125.828 0.8719V0.8699Z" fill="#63A70A"/><path id="Vector_9" d="M83.7383 61.814C83.7383 60.568 84.6718 59.606 85.9309 59.606C86.7949 59.606 87.3312 59.982 87.7046 60.498L86.8187 61.18C86.5864 60.898 86.3063 60.686 85.9091 60.686C85.3033 60.686 84.9061 61.18 84.9061 61.814C84.9061 62.448 85.3033 62.942 85.9091 62.942C86.3282 62.942 86.5864 62.73 86.8426 62.426L87.7065 63.06C87.3093 63.6 86.7969 64 85.8396 64C84.6956 63.976 83.7403 63.06 83.7403 61.814H83.7383Z" fill="#555759"/><path id="Vector_10" d="M91.4126 61.6981C91.8098 61.6981 92.0422 61.4861 92.0422 61.2041C92.0422 60.8521 91.8098 60.7101 91.4126 60.7101H90.642V61.7201H91.4126V61.6961V61.6981ZM89.5 59.6761H91.4603C92.0899 59.6761 92.5566 59.8401 92.8367 60.1461C93.0929 60.3801 93.2101 60.7101 93.2101 61.1321V61.1561C93.2101 61.7901 92.8605 62.2141 92.3461 62.4481L93.3491 63.9041H91.9965L91.1803 62.6361H90.6678V63.9041H89.502V59.6741L89.5 59.6761Z" fill="#555759"/><path id="Vector_11" d="M95.1006 59.676H98.4611V60.686H96.2446V61.32H98.2744V62.236H96.2446V62.894H98.5068V63.904H95.1006V59.676Z" fill="#555759"/><path id="Vector_12" d="M102.1 62.872C102.777 62.872 103.244 62.472 103.244 61.814C103.244 61.132 102.777 60.756 102.1 60.756H101.609V62.918H102.1V62.872ZM100.443 59.676H102.054C103.571 59.676 104.433 60.546 104.433 61.768C104.433 62.966 103.548 63.906 102.03 63.906H100.467V59.676H100.443Z" fill="#555759"/><path id="Vector_13" d="M106.322 59.676H107.488V63.906H106.322V59.676Z" fill="#555759"/><path id="Vector_14" d="M110.43 60.71H109.171V59.676H112.857V60.71H111.598V63.906H110.432L110.43 60.71Z" fill="#555759"/><path id="Vector_15" d="M117.429 62.05V59.7H118.595V62.026C118.595 62.636 118.898 62.918 119.365 62.918C119.832 62.918 120.136 62.636 120.136 62.048V59.698H121.302V62.024C121.302 63.386 120.531 63.974 119.341 63.974C118.175 63.974 117.429 63.364 117.429 62.048V62.05Z" fill="#555759"/><path id="Vector_16" d="M123.332 59.676H124.428L126.132 61.908V59.676H127.322V63.906H126.295L124.476 61.58V63.906H123.332V59.676Z" fill="#555759"/><path id="Vector_17" d="M129.397 59.676H130.563V63.906H129.397V59.676Z" fill="#555759"/><path id="Vector_18" d="M135.744 61.814C135.744 61.18 135.325 60.662 134.648 60.662C134.019 60.662 133.598 61.178 133.598 61.79C133.598 62.4 134.017 62.918 134.694 62.918C135.347 62.942 135.744 62.424 135.744 61.814ZM132.43 61.814C132.43 60.568 133.409 59.606 134.692 59.606C135.975 59.606 136.954 60.592 136.954 61.792C136.954 62.99 135.975 63.978 134.692 63.978C133.361 63.978 132.43 63.014 132.43 61.816V61.814Z" fill="#555759"/><path id="Vector_19" d="M138.8 59.676H139.872L141.622 61.908V59.676H142.766V63.906H141.739L139.966 61.58V63.906H138.8V59.676Z" fill="#555759"/></g><defs><clipPath id="clip0_0_977"><rect width="143" height="64" fill="white"/></clipPath></defs></svg>';
1
+ export default '<svg width="143" height="64" viewBox="0 0 143 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="logo" clip-path="url(#clip0_0_1269)"><path id="Vector" d="M15.1424 42.55C14.4889 41.68 13.0192 39.684 9.19197 39.684C6.13535 39.684 5.10853 40.858 5.10853 41.892C5.10853 43.326 6.88213 43.56 9.4025 43.912C14.3956 44.546 18.9676 45.322 18.9676 49.856C18.9676 55.26 12.8305 55.87 9.86725 55.87C3.59114 55.87 1.60701 53.332 0.0439453 51.382L3.61299 49.29C5.05888 51.686 7.64876 52.414 10.2625 52.414C12.5247 52.414 14.5565 51.732 14.5565 50.112C14.5565 48.702 13.5296 48.562 9.05096 47.95C2.1671 47.058 0.721209 44.848 0.721209 42.03C0.721209 40.104 2.2386 36.156 9.30717 36.156C11.3846 36.156 15.911 36.65 18.6399 40.502L15.1404 42.546L15.1424 42.55Z" fill="black"/><path id="Vector_2" d="M41.9511 55.26H37.822V52.958C36.5628 54.25 34.7197 55.872 30.9858 55.872C27.1824 55.872 23.8457 54.25 23.8457 48.66V36.866H28.0463V47.11C28.0463 50.728 29.1427 52.278 31.9669 52.278C35.3274 52.278 36.7038 50.868 37.7306 49.576V36.888H41.9531V55.26H41.9511Z" fill="#555759"/><path id="Vector_3" d="M48.0638 36.8859H52.1929V38.9779C53.3131 37.9679 54.8762 36.2759 58.3995 36.2759C62.1096 36.2759 63.486 38.0619 64.3499 39.2119C65.2834 38.0599 67.2437 36.2759 70.767 36.2759C74.8505 36.2759 77.7661 37.9679 77.7661 42.2679V55.2599H73.5436V44.1239C73.5436 41.0459 72.4473 39.8719 69.8574 39.8719C67.7343 39.8719 65.9845 41.2819 65.0053 42.1979V55.2619H60.8047V44.1259C60.8047 41.0479 59.7084 39.8739 57.1185 39.8739C54.9953 39.8739 53.2456 41.2839 52.2664 42.1999V55.2639H48.0439V36.8919H48.0678L48.0638 36.8859Z" fill="#555759"/><path id="Vector_4" d="M83.7607 36.8859H87.8899V38.9779C89.01 37.9679 90.5731 36.2759 94.0965 36.2759C97.8065 36.2759 99.1829 38.0619 100.047 39.2119C100.98 38.0599 102.941 36.2759 106.464 36.2759C110.547 36.2759 113.463 37.9679 113.463 42.2679V55.2599H109.262V44.1239C109.262 41.0459 108.166 39.8719 105.576 39.8719C103.453 39.8719 101.703 41.2819 100.724 42.1979V55.2619H96.5016V44.1259C96.5016 41.0479 95.4053 39.8739 92.8154 39.8739C90.6923 39.8739 88.9425 41.2839 87.9634 42.1999V55.2639H83.7627V36.8919L83.7607 36.8859Z" fill="#555759"/><path id="Vector_5" d="M119.926 36.886H124.148V55.26H119.926V36.886Z" fill="#555759"/><path id="Vector_6" d="M128.744 36.886H132.011V32.634C132.011 32.634 134.951 31.012 136.234 29.322V36.888H142.557V40.506H136.212V49.576C136.212 50.868 136.724 52.278 139.175 52.278C139.991 52.278 141.695 52.066 142.768 51.762V55.498C140.69 55.78 139.711 55.898 138.196 55.898C134.206 55.898 131.965 54.606 131.965 50.542V40.51H128.698L128.744 36.892V36.886Z" fill="#555759"/><path id="Vector_7" d="M133.108 15.578C131.801 14.638 130.518 14.686 128.792 15.178C126.132 15.93 118.619 21.216 114.21 22.484C111.177 23.354 109.753 22.766 109.753 22.766C111.55 25.632 114.349 27.818 117.662 28.828C117.918 26.808 119.668 25.234 121.745 25.234C123.823 25.234 125.548 26.784 125.829 28.828C129.749 27.63 132.945 24.716 134.671 21.146C135.674 19.196 134.834 16.776 133.108 15.578Z" fill="#555759"/><path id="Vector_8" d="M125.828 0.8699C125.548 2.8899 123.822 4.4419 121.745 4.4419C119.667 4.4419 117.918 2.8919 117.661 0.8479C113.741 2.0459 110.545 4.9599 108.772 8.5299C107.792 10.4799 108.654 12.8999 110.382 14.1459C111.689 15.0859 112.972 15.0379 114.698 14.5459C117.357 13.7939 124.871 8.5079 129.28 7.2399C132.313 6.3699 133.737 6.9579 133.737 6.9579C131.939 4.0679 129.141 1.8839 125.828 0.8719V0.8699Z" fill="#63A70A"/><path id="Vector_9" d="M83.7383 61.814C83.7383 60.568 84.6718 59.606 85.9309 59.606C86.7949 59.606 87.3312 59.982 87.7046 60.498L86.8187 61.18C86.5864 60.898 86.3063 60.686 85.9091 60.686C85.3033 60.686 84.9061 61.18 84.9061 61.814C84.9061 62.448 85.3033 62.942 85.9091 62.942C86.3282 62.942 86.5864 62.73 86.8426 62.426L87.7065 63.06C87.3093 63.6 86.7969 64 85.8396 64C84.6956 63.976 83.7403 63.06 83.7403 61.814H83.7383Z" fill="#555759"/><path id="Vector_10" d="M91.4126 61.6981C91.8098 61.6981 92.0422 61.4861 92.0422 61.2041C92.0422 60.8521 91.8098 60.7101 91.4126 60.7101H90.642V61.7201H91.4126V61.6961V61.6981ZM89.5 59.6761H91.4603C92.0899 59.6761 92.5566 59.8401 92.8367 60.1461C93.0929 60.3801 93.2101 60.7101 93.2101 61.1321V61.1561C93.2101 61.7901 92.8605 62.2141 92.3461 62.4481L93.3491 63.9041H91.9965L91.1803 62.6361H90.6678V63.9041H89.502V59.6741L89.5 59.6761Z" fill="#555759"/><path id="Vector_11" d="M95.1006 59.676H98.4611V60.686H96.2446V61.32H98.2744V62.236H96.2446V62.894H98.5068V63.904H95.1006V59.676Z" fill="#555759"/><path id="Vector_12" d="M102.1 62.872C102.777 62.872 103.244 62.472 103.244 61.814C103.244 61.132 102.777 60.756 102.1 60.756H101.609V62.918H102.1V62.872ZM100.443 59.676H102.054C103.571 59.676 104.433 60.546 104.433 61.768C104.433 62.966 103.548 63.906 102.03 63.906H100.467V59.676H100.443Z" fill="#555759"/><path id="Vector_13" d="M106.322 59.676H107.488V63.906H106.322V59.676Z" fill="#555759"/><path id="Vector_14" d="M110.43 60.71H109.171V59.676H112.857V60.71H111.598V63.906H110.432L110.43 60.71Z" fill="#555759"/><path id="Vector_15" d="M117.429 62.05V59.7H118.595V62.026C118.595 62.636 118.898 62.918 119.365 62.918C119.832 62.918 120.136 62.636 120.136 62.048V59.698H121.302V62.024C121.302 63.386 120.531 63.974 119.341 63.974C118.175 63.974 117.429 63.364 117.429 62.048V62.05Z" fill="#555759"/><path id="Vector_16" d="M123.332 59.676H124.428L126.132 61.908V59.676H127.322V63.906H126.295L124.476 61.58V63.906H123.332V59.676Z" fill="#555759"/><path id="Vector_17" d="M129.397 59.676H130.563V63.906H129.397V59.676Z" fill="#555759"/><path id="Vector_18" d="M135.744 61.814C135.744 61.18 135.325 60.662 134.648 60.662C134.019 60.662 133.598 61.178 133.598 61.79C133.598 62.4 134.017 62.918 134.694 62.918C135.347 62.942 135.744 62.424 135.744 61.814ZM132.43 61.814C132.43 60.568 133.409 59.606 134.692 59.606C135.975 59.606 136.954 60.592 136.954 61.792C136.954 62.99 135.975 63.978 134.692 63.978C133.361 63.978 132.43 63.014 132.43 61.816V61.814Z" fill="#555759"/><path id="Vector_19" d="M138.8 59.676H139.872L141.622 61.908V59.676H142.766V63.906H141.739L139.966 61.58V63.906H138.8V59.676Z" fill="#555759"/></g><defs><clipPath id="clip0_0_1269"><rect width="143" height="64" fill="white"/></clipPath></defs></svg>';
@@ -1 +1 @@
1
- <svg width="143" height="64" viewBox="0 0 143 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="logo" clip-path="url(#clip0_0_977)"><path id="Vector" d="M15.1424 42.55C14.4889 41.68 13.0192 39.684 9.19197 39.684C6.13535 39.684 5.10853 40.858 5.10853 41.892C5.10853 43.326 6.88213 43.56 9.4025 43.912C14.3956 44.546 18.9676 45.322 18.9676 49.856C18.9676 55.26 12.8305 55.87 9.86725 55.87C3.59114 55.87 1.60701 53.332 0.0439453 51.382L3.61299 49.29C5.05888 51.686 7.64876 52.414 10.2625 52.414C12.5247 52.414 14.5565 51.732 14.5565 50.112C14.5565 48.702 13.5296 48.562 9.05096 47.95C2.1671 47.058 0.721209 44.848 0.721209 42.03C0.721209 40.104 2.2386 36.156 9.30717 36.156C11.3846 36.156 15.911 36.65 18.6399 40.502L15.1404 42.546L15.1424 42.55Z" fill="black"/><path id="Vector_2" d="M41.9511 55.26H37.822V52.958C36.5628 54.25 34.7197 55.872 30.9858 55.872C27.1824 55.872 23.8457 54.25 23.8457 48.66V36.866H28.0463V47.11C28.0463 50.728 29.1427 52.278 31.9669 52.278C35.3274 52.278 36.7038 50.868 37.7306 49.576V36.888H41.9531V55.26H41.9511Z" fill="#555759"/><path id="Vector_3" d="M48.0638 36.8859H52.1929V38.9779C53.3131 37.9679 54.8762 36.2759 58.3995 36.2759C62.1096 36.2759 63.486 38.0619 64.3499 39.2119C65.2834 38.0599 67.2437 36.2759 70.767 36.2759C74.8505 36.2759 77.7661 37.9679 77.7661 42.2679V55.2599H73.5436V44.1239C73.5436 41.0459 72.4473 39.8719 69.8574 39.8719C67.7343 39.8719 65.9845 41.2819 65.0053 42.1979V55.2619H60.8047V44.1259C60.8047 41.0479 59.7084 39.8739 57.1185 39.8739C54.9953 39.8739 53.2456 41.2839 52.2664 42.1999V55.2639H48.0439V36.8919H48.0678L48.0638 36.8859Z" fill="#555759"/><path id="Vector_4" d="M83.7607 36.8859H87.8899V38.9779C89.01 37.9679 90.5731 36.2759 94.0965 36.2759C97.8065 36.2759 99.1829 38.0619 100.047 39.2119C100.98 38.0599 102.941 36.2759 106.464 36.2759C110.547 36.2759 113.463 37.9679 113.463 42.2679V55.2599H109.262V44.1239C109.262 41.0459 108.166 39.8719 105.576 39.8719C103.453 39.8719 101.703 41.2819 100.724 42.1979V55.2619H96.5016V44.1259C96.5016 41.0479 95.4053 39.8739 92.8154 39.8739C90.6923 39.8739 88.9425 41.2839 87.9634 42.1999V55.2639H83.7627V36.8919L83.7607 36.8859Z" fill="#555759"/><path id="Vector_5" d="M119.926 36.886H124.148V55.26H119.926V36.886Z" fill="#555759"/><path id="Vector_6" d="M128.744 36.886H132.011V32.634C132.011 32.634 134.951 31.012 136.234 29.322V36.888H142.557V40.506H136.212V49.576C136.212 50.868 136.724 52.278 139.175 52.278C139.991 52.278 141.695 52.066 142.768 51.762V55.498C140.69 55.78 139.711 55.898 138.196 55.898C134.206 55.898 131.965 54.606 131.965 50.542V40.51H128.698L128.744 36.892V36.886Z" fill="#555759"/><path id="Vector_7" d="M133.108 15.578C131.801 14.638 130.518 14.686 128.792 15.178C126.132 15.93 118.619 21.216 114.21 22.484C111.177 23.354 109.753 22.766 109.753 22.766C111.55 25.632 114.349 27.818 117.662 28.828C117.918 26.808 119.668 25.234 121.745 25.234C123.823 25.234 125.548 26.784 125.829 28.828C129.749 27.63 132.945 24.716 134.671 21.146C135.674 19.196 134.834 16.776 133.108 15.578Z" fill="#555759"/><path id="Vector_8" d="M125.828 0.8699C125.548 2.8899 123.822 4.4419 121.745 4.4419C119.667 4.4419 117.918 2.8919 117.661 0.8479C113.741 2.0459 110.545 4.9599 108.772 8.5299C107.792 10.4799 108.654 12.8999 110.382 14.1459C111.689 15.0859 112.972 15.0379 114.698 14.5459C117.357 13.7939 124.871 8.5079 129.28 7.2399C132.313 6.3699 133.737 6.9579 133.737 6.9579C131.939 4.0679 129.141 1.8839 125.828 0.8719V0.8699Z" fill="#63A70A"/><path id="Vector_9" d="M83.7383 61.814C83.7383 60.568 84.6718 59.606 85.9309 59.606C86.7949 59.606 87.3312 59.982 87.7046 60.498L86.8187 61.18C86.5864 60.898 86.3063 60.686 85.9091 60.686C85.3033 60.686 84.9061 61.18 84.9061 61.814C84.9061 62.448 85.3033 62.942 85.9091 62.942C86.3282 62.942 86.5864 62.73 86.8426 62.426L87.7065 63.06C87.3093 63.6 86.7969 64 85.8396 64C84.6956 63.976 83.7403 63.06 83.7403 61.814H83.7383Z" fill="#555759"/><path id="Vector_10" d="M91.4126 61.6981C91.8098 61.6981 92.0422 61.4861 92.0422 61.2041C92.0422 60.8521 91.8098 60.7101 91.4126 60.7101H90.642V61.7201H91.4126V61.6961V61.6981ZM89.5 59.6761H91.4603C92.0899 59.6761 92.5566 59.8401 92.8367 60.1461C93.0929 60.3801 93.2101 60.7101 93.2101 61.1321V61.1561C93.2101 61.7901 92.8605 62.2141 92.3461 62.4481L93.3491 63.9041H91.9965L91.1803 62.6361H90.6678V63.9041H89.502V59.6741L89.5 59.6761Z" fill="#555759"/><path id="Vector_11" d="M95.1006 59.676H98.4611V60.686H96.2446V61.32H98.2744V62.236H96.2446V62.894H98.5068V63.904H95.1006V59.676Z" fill="#555759"/><path id="Vector_12" d="M102.1 62.872C102.777 62.872 103.244 62.472 103.244 61.814C103.244 61.132 102.777 60.756 102.1 60.756H101.609V62.918H102.1V62.872ZM100.443 59.676H102.054C103.571 59.676 104.433 60.546 104.433 61.768C104.433 62.966 103.548 63.906 102.03 63.906H100.467V59.676H100.443Z" fill="#555759"/><path id="Vector_13" d="M106.322 59.676H107.488V63.906H106.322V59.676Z" fill="#555759"/><path id="Vector_14" d="M110.43 60.71H109.171V59.676H112.857V60.71H111.598V63.906H110.432L110.43 60.71Z" fill="#555759"/><path id="Vector_15" d="M117.429 62.05V59.7H118.595V62.026C118.595 62.636 118.898 62.918 119.365 62.918C119.832 62.918 120.136 62.636 120.136 62.048V59.698H121.302V62.024C121.302 63.386 120.531 63.974 119.341 63.974C118.175 63.974 117.429 63.364 117.429 62.048V62.05Z" fill="#555759"/><path id="Vector_16" d="M123.332 59.676H124.428L126.132 61.908V59.676H127.322V63.906H126.295L124.476 61.58V63.906H123.332V59.676Z" fill="#555759"/><path id="Vector_17" d="M129.397 59.676H130.563V63.906H129.397V59.676Z" fill="#555759"/><path id="Vector_18" d="M135.744 61.814C135.744 61.18 135.325 60.662 134.648 60.662C134.019 60.662 133.598 61.178 133.598 61.79C133.598 62.4 134.017 62.918 134.694 62.918C135.347 62.942 135.744 62.424 135.744 61.814ZM132.43 61.814C132.43 60.568 133.409 59.606 134.692 59.606C135.975 59.606 136.954 60.592 136.954 61.792C136.954 62.99 135.975 63.978 134.692 63.978C133.361 63.978 132.43 63.014 132.43 61.816V61.814Z" fill="#555759"/><path id="Vector_19" d="M138.8 59.676H139.872L141.622 61.908V59.676H142.766V63.906H141.739L139.966 61.58V63.906H138.8V59.676Z" fill="#555759"/></g><defs><clipPath id="clip0_0_977"><rect width="143" height="64" fill="white"/></clipPath></defs></svg>
1
+ <svg width="143" height="64" viewBox="0 0 143 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="logo" clip-path="url(#clip0_0_1269)"><path id="Vector" d="M15.1424 42.55C14.4889 41.68 13.0192 39.684 9.19197 39.684C6.13535 39.684 5.10853 40.858 5.10853 41.892C5.10853 43.326 6.88213 43.56 9.4025 43.912C14.3956 44.546 18.9676 45.322 18.9676 49.856C18.9676 55.26 12.8305 55.87 9.86725 55.87C3.59114 55.87 1.60701 53.332 0.0439453 51.382L3.61299 49.29C5.05888 51.686 7.64876 52.414 10.2625 52.414C12.5247 52.414 14.5565 51.732 14.5565 50.112C14.5565 48.702 13.5296 48.562 9.05096 47.95C2.1671 47.058 0.721209 44.848 0.721209 42.03C0.721209 40.104 2.2386 36.156 9.30717 36.156C11.3846 36.156 15.911 36.65 18.6399 40.502L15.1404 42.546L15.1424 42.55Z" fill="black"/><path id="Vector_2" d="M41.9511 55.26H37.822V52.958C36.5628 54.25 34.7197 55.872 30.9858 55.872C27.1824 55.872 23.8457 54.25 23.8457 48.66V36.866H28.0463V47.11C28.0463 50.728 29.1427 52.278 31.9669 52.278C35.3274 52.278 36.7038 50.868 37.7306 49.576V36.888H41.9531V55.26H41.9511Z" fill="#555759"/><path id="Vector_3" d="M48.0638 36.8859H52.1929V38.9779C53.3131 37.9679 54.8762 36.2759 58.3995 36.2759C62.1096 36.2759 63.486 38.0619 64.3499 39.2119C65.2834 38.0599 67.2437 36.2759 70.767 36.2759C74.8505 36.2759 77.7661 37.9679 77.7661 42.2679V55.2599H73.5436V44.1239C73.5436 41.0459 72.4473 39.8719 69.8574 39.8719C67.7343 39.8719 65.9845 41.2819 65.0053 42.1979V55.2619H60.8047V44.1259C60.8047 41.0479 59.7084 39.8739 57.1185 39.8739C54.9953 39.8739 53.2456 41.2839 52.2664 42.1999V55.2639H48.0439V36.8919H48.0678L48.0638 36.8859Z" fill="#555759"/><path id="Vector_4" d="M83.7607 36.8859H87.8899V38.9779C89.01 37.9679 90.5731 36.2759 94.0965 36.2759C97.8065 36.2759 99.1829 38.0619 100.047 39.2119C100.98 38.0599 102.941 36.2759 106.464 36.2759C110.547 36.2759 113.463 37.9679 113.463 42.2679V55.2599H109.262V44.1239C109.262 41.0459 108.166 39.8719 105.576 39.8719C103.453 39.8719 101.703 41.2819 100.724 42.1979V55.2619H96.5016V44.1259C96.5016 41.0479 95.4053 39.8739 92.8154 39.8739C90.6923 39.8739 88.9425 41.2839 87.9634 42.1999V55.2639H83.7627V36.8919L83.7607 36.8859Z" fill="#555759"/><path id="Vector_5" d="M119.926 36.886H124.148V55.26H119.926V36.886Z" fill="#555759"/><path id="Vector_6" d="M128.744 36.886H132.011V32.634C132.011 32.634 134.951 31.012 136.234 29.322V36.888H142.557V40.506H136.212V49.576C136.212 50.868 136.724 52.278 139.175 52.278C139.991 52.278 141.695 52.066 142.768 51.762V55.498C140.69 55.78 139.711 55.898 138.196 55.898C134.206 55.898 131.965 54.606 131.965 50.542V40.51H128.698L128.744 36.892V36.886Z" fill="#555759"/><path id="Vector_7" d="M133.108 15.578C131.801 14.638 130.518 14.686 128.792 15.178C126.132 15.93 118.619 21.216 114.21 22.484C111.177 23.354 109.753 22.766 109.753 22.766C111.55 25.632 114.349 27.818 117.662 28.828C117.918 26.808 119.668 25.234 121.745 25.234C123.823 25.234 125.548 26.784 125.829 28.828C129.749 27.63 132.945 24.716 134.671 21.146C135.674 19.196 134.834 16.776 133.108 15.578Z" fill="#555759"/><path id="Vector_8" d="M125.828 0.8699C125.548 2.8899 123.822 4.4419 121.745 4.4419C119.667 4.4419 117.918 2.8919 117.661 0.8479C113.741 2.0459 110.545 4.9599 108.772 8.5299C107.792 10.4799 108.654 12.8999 110.382 14.1459C111.689 15.0859 112.972 15.0379 114.698 14.5459C117.357 13.7939 124.871 8.5079 129.28 7.2399C132.313 6.3699 133.737 6.9579 133.737 6.9579C131.939 4.0679 129.141 1.8839 125.828 0.8719V0.8699Z" fill="#63A70A"/><path id="Vector_9" d="M83.7383 61.814C83.7383 60.568 84.6718 59.606 85.9309 59.606C86.7949 59.606 87.3312 59.982 87.7046 60.498L86.8187 61.18C86.5864 60.898 86.3063 60.686 85.9091 60.686C85.3033 60.686 84.9061 61.18 84.9061 61.814C84.9061 62.448 85.3033 62.942 85.9091 62.942C86.3282 62.942 86.5864 62.73 86.8426 62.426L87.7065 63.06C87.3093 63.6 86.7969 64 85.8396 64C84.6956 63.976 83.7403 63.06 83.7403 61.814H83.7383Z" fill="#555759"/><path id="Vector_10" d="M91.4126 61.6981C91.8098 61.6981 92.0422 61.4861 92.0422 61.2041C92.0422 60.8521 91.8098 60.7101 91.4126 60.7101H90.642V61.7201H91.4126V61.6961V61.6981ZM89.5 59.6761H91.4603C92.0899 59.6761 92.5566 59.8401 92.8367 60.1461C93.0929 60.3801 93.2101 60.7101 93.2101 61.1321V61.1561C93.2101 61.7901 92.8605 62.2141 92.3461 62.4481L93.3491 63.9041H91.9965L91.1803 62.6361H90.6678V63.9041H89.502V59.6741L89.5 59.6761Z" fill="#555759"/><path id="Vector_11" d="M95.1006 59.676H98.4611V60.686H96.2446V61.32H98.2744V62.236H96.2446V62.894H98.5068V63.904H95.1006V59.676Z" fill="#555759"/><path id="Vector_12" d="M102.1 62.872C102.777 62.872 103.244 62.472 103.244 61.814C103.244 61.132 102.777 60.756 102.1 60.756H101.609V62.918H102.1V62.872ZM100.443 59.676H102.054C103.571 59.676 104.433 60.546 104.433 61.768C104.433 62.966 103.548 63.906 102.03 63.906H100.467V59.676H100.443Z" fill="#555759"/><path id="Vector_13" d="M106.322 59.676H107.488V63.906H106.322V59.676Z" fill="#555759"/><path id="Vector_14" d="M110.43 60.71H109.171V59.676H112.857V60.71H111.598V63.906H110.432L110.43 60.71Z" fill="#555759"/><path id="Vector_15" d="M117.429 62.05V59.7H118.595V62.026C118.595 62.636 118.898 62.918 119.365 62.918C119.832 62.918 120.136 62.636 120.136 62.048V59.698H121.302V62.024C121.302 63.386 120.531 63.974 119.341 63.974C118.175 63.974 117.429 63.364 117.429 62.048V62.05Z" fill="#555759"/><path id="Vector_16" d="M123.332 59.676H124.428L126.132 61.908V59.676H127.322V63.906H126.295L124.476 61.58V63.906H123.332V59.676Z" fill="#555759"/><path id="Vector_17" d="M129.397 59.676H130.563V63.906H129.397V59.676Z" fill="#555759"/><path id="Vector_18" d="M135.744 61.814C135.744 61.18 135.325 60.662 134.648 60.662C134.019 60.662 133.598 61.178 133.598 61.79C133.598 62.4 134.017 62.918 134.694 62.918C135.347 62.942 135.744 62.424 135.744 61.814ZM132.43 61.814C132.43 60.568 133.409 59.606 134.692 59.606C135.975 59.606 136.954 60.592 136.954 61.792C136.954 62.99 135.975 63.978 134.692 63.978C133.361 63.978 132.43 63.014 132.43 61.816V61.814Z" fill="#555759"/><path id="Vector_19" d="M138.8 59.676H139.872L141.622 61.908V59.676H142.766V63.906H141.739L139.966 61.58V63.906H138.8V59.676Z" fill="#555759"/></g><defs><clipPath id="clip0_0_1269"><rect width="143" height="64" fill="white"/></clipPath></defs></svg>
@@ -5,8 +5,8 @@
5
5
  "namespace": "footer-scw-link-base-label-label-mixins"
6
6
  },
7
7
  "text": {
8
- "output": "\n@mixin comp-scw-rate-table-footer-scw-link-base-label-label (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
9
- "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
8
+ "output": "\n@mixin comp-scw-rate-table-footer-scw-link-base-label-label (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
9
+ "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
10
10
  "outputSegmentRef": "footer-scw-link-base-label-label-mixins.text"
11
11
  },
12
12
  "sizing": {
@@ -5,8 +5,8 @@
5
5
  "namespace": "footer-text-mixins"
6
6
  },
7
7
  "text": {
8
- "output": "\n@mixin comp-scw-rate-table-footer-text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
9
- "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
8
+ "output": "\n@mixin comp-scw-rate-table-footer-text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
9
+ "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
10
10
  "outputSegmentRef": "footer-text-mixins.text"
11
11
  },
12
12
  "sizing": {
@@ -5,8 +5,8 @@
5
5
  "namespace": "footer-scw-link-base-label-label-mixins"
6
6
  },
7
7
  "text": {
8
- "output": "\n@mixin comp-scw-rate-table-mobile-footer-scw-link-base-label-label (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
9
- "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
8
+ "output": "\n@mixin comp-scw-rate-table-mobile-footer-scw-link-base-label-label (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
9
+ "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: 400 0.8125rem/1.016rem 'Proxima Nova';\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
10
10
  "outputSegmentRef": "footer-scw-link-base-label-label-mixins.text"
11
11
  },
12
12
  "sizing": {
@@ -5,8 +5,8 @@
5
5
  "namespace": "footer-text-mixins"
6
6
  },
7
7
  "text": {
8
- "output": "\n@mixin comp-scw-rate-table-mobile-footer-text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
9
- "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-04 , var( --scw-color-grey-04 ) );\n } @else {\n color: var( --scw-color-grey-04 );\n } \n}",
8
+ "output": "\n@mixin comp-scw-rate-table-mobile-footer-text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
9
+ "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: LEFT;\n font: var( --scw-type-text-02-font );\n @if $themeVar {\n color: var( #{$themeVar}-03 , var( --scw-color-grey-03 ) );\n } @else {\n color: var( --scw-color-grey-03 );\n } \n}",
10
10
  "outputSegmentRef": "footer-text-mixins.text"
11
11
  },
12
12
  "sizing": {
@@ -10,13 +10,13 @@
10
10
  "outputSegmentRef": "index-mixins.box"
11
11
  },
12
12
  "sizing": {
13
- "output": "\n@mixin comp-scw-testimonial-card--sizing {\n width: 832px;\n height: 349px;\n}",
14
- "outputSegment": "\n@mixin sizing {\n width: 832px;\n height: 349px;\n}",
13
+ "output": "\n@mixin comp-scw-testimonial-card--sizing {\n width: 1244px;\n height: 349px;\n}",
14
+ "outputSegment": "\n@mixin sizing {\n width: 1244px;\n height: 349px;\n}",
15
15
  "outputSegmentRef": "index-mixins.sizing"
16
16
  },
17
17
  "width": {
18
- "output": "\n@mixin comp-scw-testimonial-card--width {\n width: 832px;\n}",
19
- "outputSegment": "\n@mixin width {\n width: 832px;\n}",
18
+ "output": "\n@mixin comp-scw-testimonial-card--width {\n width: 1244px;\n}",
19
+ "outputSegment": "\n@mixin width {\n width: 1244px;\n}",
20
20
  "outputSegmentRef": "index-mixins.width"
21
21
  },
22
22
  "height": {
@@ -40,13 +40,13 @@
40
40
  "outputSegmentRef": "default-mixins.absolute-layout"
41
41
  },
42
42
  "html-autolayout-margins": {
43
- "output": "\n@mixin comp-scw-testimonial-card-default--html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-2 );\n margin-right: calc( var( --scw-spacing-1 ) * 45.2 );\n margin-top: calc( var( --scw-spacing-1 ) * 1.75 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
44
- "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-2 );\n margin-right: calc( var( --scw-spacing-1 ) * 45.2 );\n margin-top: calc( var( --scw-spacing-1 ) * 1.75 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
43
+ "output": "\n@mixin comp-scw-testimonial-card-default--html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-2 );\n margin-right: calc( var( --scw-spacing-1 ) * 86.4 );\n margin-top: calc( var( --scw-spacing-1 ) * 1.75 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
44
+ "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-2 );\n margin-right: calc( var( --scw-spacing-1 ) * 86.4 );\n margin-top: calc( var( --scw-spacing-1 ) * 1.75 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
45
45
  "outputSegmentRef": "default-mixins.html-autolayout-margins"
46
46
  },
47
47
  "html-autolayout-padding": {
48
- "output": "\n@mixin comp-scw-testimonial-card-default--html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-2 );\n padding-right: calc( var( --scw-spacing-1 ) * 45.2 );\n padding-top: calc( var( --scw-spacing-1 ) * 1.75 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
49
- "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-2 );\n padding-right: calc( var( --scw-spacing-1 ) * 45.2 );\n padding-top: calc( var( --scw-spacing-1 ) * 1.75 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
48
+ "output": "\n@mixin comp-scw-testimonial-card-default--html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-2 );\n padding-right: calc( var( --scw-spacing-1 ) * 86.4 );\n padding-top: calc( var( --scw-spacing-1 ) * 1.75 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
49
+ "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-2 );\n padding-right: calc( var( --scw-spacing-1 ) * 86.4 );\n padding-top: calc( var( --scw-spacing-1 ) * 1.75 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 3.15 );\n}",
50
50
  "outputSegmentRef": "default-mixins.html-autolayout-padding"
51
51
  }
52
52
  }
@@ -10,8 +10,8 @@
10
10
  "outputSegmentRef": "default-testimonial-container-body-mixins.text"
11
11
  },
12
12
  "sizing": {
13
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--sizing {\n width: 300px;\n height: 110px;\n}",
14
- "outputSegment": "\n@mixin sizing {\n width: 300px;\n height: 110px;\n}",
13
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--sizing {\n width: 300px;\n height: 133px;\n}",
14
+ "outputSegment": "\n@mixin sizing {\n width: 300px;\n height: 133px;\n}",
15
15
  "outputSegmentRef": "default-testimonial-container-body-mixins.sizing"
16
16
  },
17
17
  "width": {
@@ -20,8 +20,8 @@
20
20
  "outputSegmentRef": "default-testimonial-container-body-mixins.width"
21
21
  },
22
22
  "height": {
23
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--height {\n height: 110px;\n}",
24
- "outputSegment": "\n@mixin height {\n height: 110px;\n}",
23
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--height {\n height: 133px;\n}",
24
+ "outputSegment": "\n@mixin height {\n height: 133px;\n}",
25
25
  "outputSegmentRef": "default-testimonial-container-body-mixins.height"
26
26
  },
27
27
  "padding": {
@@ -35,13 +35,13 @@
35
35
  "outputSegmentRef": "default-testimonial-container-body-mixins.absolute-layout"
36
36
  },
37
37
  "html-autolayout-margins": {
38
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-3 );\n margin-right: var( --scw-spacing-3 );\n margin-top: var( --scw-spacing-10 );\n margin-bottom: var( --scw-spacing-9 );\n}",
39
- "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-3 );\n margin-right: var( --scw-spacing-3 );\n margin-top: var( --scw-spacing-10 );\n margin-bottom: var( --scw-spacing-9 );\n}",
38
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-3 );\n margin-right: var( --scw-spacing-3 );\n margin-top: var( --scw-spacing-8 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 8.7 );\n}",
39
+ "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: var( --scw-spacing-3 );\n margin-right: var( --scw-spacing-3 );\n margin-top: var( --scw-spacing-8 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 8.7 );\n}",
40
40
  "outputSegmentRef": "default-testimonial-container-body-mixins.html-autolayout-margins"
41
41
  },
42
42
  "html-autolayout-padding": {
43
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-3 );\n padding-right: var( --scw-spacing-3 );\n padding-top: var( --scw-spacing-10 );\n padding-bottom: var( --scw-spacing-9 );\n}",
44
- "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-3 );\n padding-right: var( --scw-spacing-3 );\n padding-top: var( --scw-spacing-10 );\n padding-bottom: var( --scw-spacing-9 );\n}",
43
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-body--html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-3 );\n padding-right: var( --scw-spacing-3 );\n padding-top: var( --scw-spacing-8 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 8.7 );\n}",
44
+ "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: var( --scw-spacing-3 );\n padding-right: var( --scw-spacing-3 );\n padding-top: var( --scw-spacing-8 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 8.7 );\n}",
45
45
  "outputSegmentRef": "default-testimonial-container-body-mixins.html-autolayout-padding"
46
46
  }
47
47
  }
@@ -10,18 +10,18 @@
10
10
  "outputSegmentRef": "default-testimonial-container-quote-left-mixins.box"
11
11
  },
12
12
  "sizing": {
13
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--sizing {\n width: 60px;\n height: 60px;\n}",
14
- "outputSegment": "\n@mixin sizing {\n width: 60px;\n height: 60px;\n}",
13
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--sizing {\n width: 40px;\n height: 40px;\n}",
14
+ "outputSegment": "\n@mixin sizing {\n width: 40px;\n height: 40px;\n}",
15
15
  "outputSegmentRef": "default-testimonial-container-quote-left-mixins.sizing"
16
16
  },
17
17
  "width": {
18
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--width {\n width: 60px;\n}",
19
- "outputSegment": "\n@mixin width {\n width: 60px;\n}",
18
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--width {\n width: 40px;\n}",
19
+ "outputSegment": "\n@mixin width {\n width: 40px;\n}",
20
20
  "outputSegmentRef": "default-testimonial-container-quote-left-mixins.width"
21
21
  },
22
22
  "height": {
23
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--height {\n height: 60px;\n}",
24
- "outputSegment": "\n@mixin height {\n height: 60px;\n}",
23
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--height {\n height: 40px;\n}",
24
+ "outputSegment": "\n@mixin height {\n height: 40px;\n}",
25
25
  "outputSegmentRef": "default-testimonial-container-quote-left-mixins.height"
26
26
  },
27
27
  "padding": {
@@ -40,13 +40,13 @@
40
40
  "outputSegmentRef": "default-testimonial-container-quote-left-mixins.absolute-layout"
41
41
  },
42
42
  "html-autolayout-margins": {
43
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 15 );\n margin-right: calc( var( --scw-spacing-1 ) * 15 );\n margin-top: var( --scw-spacing-2 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 22 );\n}",
44
- "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 15 );\n margin-right: calc( var( --scw-spacing-1 ) * 15 );\n margin-top: var( --scw-spacing-2 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 22 );\n}",
43
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 16 );\n margin-right: calc( var( --scw-spacing-1 ) * 16 );\n margin-top: var( --scw-spacing-2 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 24 );\n}",
44
+ "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 16 );\n margin-right: calc( var( --scw-spacing-1 ) * 16 );\n margin-top: var( --scw-spacing-2 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 24 );\n}",
45
45
  "outputSegmentRef": "default-testimonial-container-quote-left-mixins.html-autolayout-margins"
46
46
  },
47
47
  "html-autolayout-padding": {
48
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 15 );\n padding-right: calc( var( --scw-spacing-1 ) * 15 );\n padding-top: var( --scw-spacing-2 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 22 );\n}",
49
- "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 15 );\n padding-right: calc( var( --scw-spacing-1 ) * 15 );\n padding-top: var( --scw-spacing-2 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 22 );\n}",
48
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left--html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 16 );\n padding-right: calc( var( --scw-spacing-1 ) * 16 );\n padding-top: var( --scw-spacing-2 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 24 );\n}",
49
+ "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 16 );\n padding-right: calc( var( --scw-spacing-1 ) * 16 );\n padding-top: var( --scw-spacing-2 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 24 );\n}",
50
50
  "outputSegmentRef": "default-testimonial-container-quote-left-mixins.html-autolayout-padding"
51
51
  }
52
52
  }
@@ -10,18 +10,18 @@
10
10
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.box"
11
11
  },
12
12
  "sizing": {
13
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--sizing {\n width: 50px;\n height: 35.7143px;\n}",
14
- "outputSegment": "\n@mixin sizing {\n width: 50px;\n height: 35.7143px;\n}",
13
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--sizing {\n width: 33.3333px;\n height: 23.8095px;\n}",
14
+ "outputSegment": "\n@mixin sizing {\n width: 33.3333px;\n height: 23.8095px;\n}",
15
15
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.sizing"
16
16
  },
17
17
  "width": {
18
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--width {\n width: 50px;\n}",
19
- "outputSegment": "\n@mixin width {\n width: 50px;\n}",
18
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--width {\n width: 33.3333px;\n}",
19
+ "outputSegment": "\n@mixin width {\n width: 33.3333px;\n}",
20
20
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.width"
21
21
  },
22
22
  "height": {
23
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--height {\n height: 35.7143px;\n}",
24
- "outputSegment": "\n@mixin height {\n height: 35.7143px;\n}",
23
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--height {\n height: 23.8095px;\n}",
24
+ "outputSegment": "\n@mixin height {\n height: 23.8095px;\n}",
25
25
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.height"
26
26
  },
27
27
  "padding": {
@@ -35,18 +35,18 @@
35
35
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.figma-autolayout"
36
36
  },
37
37
  "absolute-layout": {
38
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--absolute-layout {\n position: absolute;\n left: calc( var( --scw-spacing-1 ) * 0.5 );\n right: calc( var( --scw-spacing-1 ) * 0.5 );\n top: calc( var( --scw-spacing-1 ) * 1.2 );\n bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 ); \n}",
39
- "outputSegment": "\n@mixin absolute-layout {\n position: absolute;\n left: calc( var( --scw-spacing-1 ) * 0.5 );\n right: calc( var( --scw-spacing-1 ) * 0.5 );\n top: calc( var( --scw-spacing-1 ) * 1.2 );\n bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 ); \n}",
38
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--absolute-layout {\n position: absolute;\n left: calc( var( --scw-spacing-1 ) * 0.33330078125 );\n right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );\n top: calc( var( --scw-spacing-1 ) * 0.8 );\n bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 ); \n}",
39
+ "outputSegment": "\n@mixin absolute-layout {\n position: absolute;\n left: calc( var( --scw-spacing-1 ) * 0.33330078125 );\n right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );\n top: calc( var( --scw-spacing-1 ) * 0.8 );\n bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 ); \n}",
40
40
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.absolute-layout"
41
41
  },
42
42
  "html-autolayout-margins": {
43
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 0.5 );\n margin-right: calc( var( --scw-spacing-1 ) * 0.5 );\n margin-top: calc( var( --scw-spacing-1 ) * 1.2 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 );\n}",
44
- "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 0.5 );\n margin-right: calc( var( --scw-spacing-1 ) * 0.5 );\n margin-top: calc( var( --scw-spacing-1 ) * 1.2 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 );\n}",
43
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );\n margin-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );\n margin-top: calc( var( --scw-spacing-1 ) * 0.8 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );\n}",
44
+ "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );\n margin-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );\n margin-top: calc( var( --scw-spacing-1 ) * 0.8 );\n margin-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );\n}",
45
45
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.html-autolayout-margins"
46
46
  },
47
47
  "html-autolayout-padding": {
48
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 0.5 );\n padding-right: calc( var( --scw-spacing-1 ) * 0.5 );\n padding-top: calc( var( --scw-spacing-1 ) * 1.2 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 );\n}",
49
- "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 0.5 );\n padding-right: calc( var( --scw-spacing-1 ) * 0.5 );\n padding-top: calc( var( --scw-spacing-1 ) * 1.2 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 );\n}",
48
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-quote-left-vector--html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );\n padding-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );\n padding-top: calc( var( --scw-spacing-1 ) * 0.8 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );\n}",
49
+ "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );\n padding-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );\n padding-top: calc( var( --scw-spacing-1 ) * 0.8 );\n padding-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );\n}",
50
50
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-mixins.html-autolayout-padding"
51
51
  }
52
52
  }
@@ -10,8 +10,8 @@
10
10
  "outputSegmentRef": "default-testimonial-container-source-mixins.box"
11
11
  },
12
12
  "sizing": {
13
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--sizing {\n width: 182px;\n height: 50px;\n}",
14
- "outputSegment": "\n@mixin sizing {\n width: 182px;\n height: 50px;\n}",
13
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--sizing {\n width: 182px;\n height: 47px;\n}",
14
+ "outputSegment": "\n@mixin sizing {\n width: 182px;\n height: 47px;\n}",
15
15
  "outputSegmentRef": "default-testimonial-container-source-mixins.sizing"
16
16
  },
17
17
  "width": {
@@ -20,8 +20,8 @@
20
20
  "outputSegmentRef": "default-testimonial-container-source-mixins.width"
21
21
  },
22
22
  "height": {
23
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--height {\n height: 50px;\n}",
24
- "outputSegment": "\n@mixin height {\n height: 50px;\n}",
23
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--height {\n height: 47px;\n}",
24
+ "outputSegment": "\n@mixin height {\n height: 47px;\n}",
25
25
  "outputSegmentRef": "default-testimonial-container-source-mixins.height"
26
26
  },
27
27
  "padding": {
@@ -40,13 +40,13 @@
40
40
  "outputSegmentRef": "default-testimonial-container-source-mixins.absolute-layout"
41
41
  },
42
42
  "html-autolayout-margins": {
43
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-right: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-top: calc( var( --scw-spacing-1 ) * 23 );\n margin-bottom: var( --scw-spacing-2 );\n}",
44
- "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-right: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-top: calc( var( --scw-spacing-1 ) * 23 );\n margin-bottom: var( --scw-spacing-2 );\n}",
43
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-right: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-top: calc( var( --scw-spacing-1 ) * 23.3 );\n margin-bottom: var( --scw-spacing-2 );\n}",
44
+ "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-right: calc( var( --scw-spacing-1 ) * 8.9 );\n margin-top: calc( var( --scw-spacing-1 ) * 23.3 );\n margin-bottom: var( --scw-spacing-2 );\n}",
45
45
  "outputSegmentRef": "default-testimonial-container-source-mixins.html-autolayout-margins"
46
46
  },
47
47
  "html-autolayout-padding": {
48
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-right: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-top: calc( var( --scw-spacing-1 ) * 23 );\n padding-bottom: var( --scw-spacing-2 );\n}",
49
- "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-right: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-top: calc( var( --scw-spacing-1 ) * 23 );\n padding-bottom: var( --scw-spacing-2 );\n}",
48
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source--html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-right: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-top: calc( var( --scw-spacing-1 ) * 23.3 );\n padding-bottom: var( --scw-spacing-2 );\n}",
49
+ "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-right: calc( var( --scw-spacing-1 ) * 8.9 );\n padding-top: calc( var( --scw-spacing-1 ) * 23.3 );\n padding-bottom: var( --scw-spacing-2 );\n}",
50
50
  "outputSegmentRef": "default-testimonial-container-source-mixins.html-autolayout-padding"
51
51
  }
52
52
  }
@@ -5,13 +5,13 @@
5
5
  "namespace": "default-testimonial-container-source-author-mixins"
6
6
  },
7
7
  "text": {
8
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-author (\n $themeVar: false\n) { \n text-align: CENTER;\n font: var( --scw-type-text-semibold-font );\n @if $themeVar {\n color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );\n } @else {\n color: var( --scw-color-grey-02 );\n }\n align-self: stretch; \n}",
9
- "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: CENTER;\n font: var( --scw-type-text-semibold-font );\n @if $themeVar {\n color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );\n } @else {\n color: var( --scw-color-grey-02 );\n }\n align-self: stretch; \n}",
8
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-author (\n $themeVar: false\n) { \n text-align: CENTER;\n font: var( --scw-type-text-04-font );\n @if $themeVar {\n color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );\n } @else {\n color: var( --scw-color-grey-02 );\n }\n align-self: stretch; \n}",
9
+ "outputSegment": "\n@mixin text (\n $themeVar: false\n) { \n text-align: CENTER;\n font: var( --scw-type-text-04-font );\n @if $themeVar {\n color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );\n } @else {\n color: var( --scw-color-grey-02 );\n }\n align-self: stretch; \n}",
10
10
  "outputSegmentRef": "default-testimonial-container-source-author-mixins.text"
11
11
  },
12
12
  "sizing": {
13
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-author--sizing {\n width: 182px;\n height: 27px;\n}",
14
- "outputSegment": "\n@mixin sizing {\n width: 182px;\n height: 27px;\n}",
13
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-author--sizing {\n width: 182px;\n height: 24px;\n}",
14
+ "outputSegment": "\n@mixin sizing {\n width: 182px;\n height: 24px;\n}",
15
15
  "outputSegmentRef": "default-testimonial-container-source-author-mixins.sizing"
16
16
  },
17
17
  "width": {
@@ -20,8 +20,8 @@
20
20
  "outputSegmentRef": "default-testimonial-container-source-author-mixins.width"
21
21
  },
22
22
  "height": {
23
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-author--height {\n height: 27px;\n}",
24
- "outputSegment": "\n@mixin height {\n height: 27px;\n}",
23
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-author--height {\n height: 24px;\n}",
24
+ "outputSegment": "\n@mixin height {\n height: 24px;\n}",
25
25
  "outputSegmentRef": "default-testimonial-container-source-author-mixins.height"
26
26
  },
27
27
  "padding": {
@@ -35,13 +35,13 @@
35
35
  "outputSegmentRef": "default-testimonial-container-source-description-mixins.absolute-layout"
36
36
  },
37
37
  "html-autolayout-margins": {
38
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-description--html-autolayout-margins {\n display: inline-block;\n margin-left: 0px;\n margin-right: 0px;\n margin-top: calc( var( --scw-spacing-1 ) * 2.7 );\n margin-bottom: 0px;\n}",
39
- "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: 0px;\n margin-right: 0px;\n margin-top: calc( var( --scw-spacing-1 ) * 2.7 );\n margin-bottom: 0px;\n}",
38
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-description--html-autolayout-margins {\n display: inline-block;\n margin-left: 0px;\n margin-right: 0px;\n margin-top: calc( var( --scw-spacing-1 ) * 2.4 );\n margin-bottom: 0px;\n}",
39
+ "outputSegment": "\n@mixin html-autolayout-margins {\n display: inline-block;\n margin-left: 0px;\n margin-right: 0px;\n margin-top: calc( var( --scw-spacing-1 ) * 2.4 );\n margin-bottom: 0px;\n}",
40
40
  "outputSegmentRef": "default-testimonial-container-source-description-mixins.html-autolayout-margins"
41
41
  },
42
42
  "html-autolayout-padding": {
43
- "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-description--html-autolayout-padding {\n display: inline-block;\n padding-left: 0px;\n padding-right: 0px;\n padding-top: calc( var( --scw-spacing-1 ) * 2.7 );\n padding-bottom: 0px;\n}",
44
- "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: 0px;\n padding-right: 0px;\n padding-top: calc( var( --scw-spacing-1 ) * 2.7 );\n padding-bottom: 0px;\n}",
43
+ "output": "\n@mixin comp-scw-testimonial-card-default-testimonial-container-source-description--html-autolayout-padding {\n display: inline-block;\n padding-left: 0px;\n padding-right: 0px;\n padding-top: calc( var( --scw-spacing-1 ) * 2.4 );\n padding-bottom: 0px;\n}",
44
+ "outputSegment": "\n@mixin html-autolayout-padding {\n display: inline-block;\n padding-left: 0px;\n padding-right: 0px;\n padding-top: calc( var( --scw-spacing-1 ) * 2.4 );\n padding-bottom: 0px;\n}",
45
45
  "outputSegmentRef": "default-testimonial-container-source-description-mixins.html-autolayout-padding"
46
46
  }
47
47
  }