@cuemath/leap 2.8.36-link.0 → 2.8.36-tables-hg1

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 (99) hide show
  1. package/dist/assets/illustrations/illustrations.js +0 -2
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/lottie/lottie.js +7 -0
  4. package/dist/assets/lottie/lottie.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js +53 -0
  6. package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js.map +1 -0
  7. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js +24 -0
  8. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js.map +1 -0
  9. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +7 -0
  10. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js.map +1 -0
  11. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js +6 -6
  12. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js.map +1 -1
  13. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js +29 -73
  14. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js.map +1 -1
  15. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +87 -85
  16. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  17. package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js +20 -0
  18. package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js.map +1 -0
  19. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js +24 -0
  20. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js.map +1 -0
  21. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js +54 -0
  22. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js.map +1 -0
  23. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js +11 -0
  24. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js.map +1 -0
  25. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js +16 -0
  26. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js.map +1 -0
  27. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +161 -0
  28. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -0
  29. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +225 -0
  30. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -0
  31. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +25 -15
  32. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
  33. package/dist/features/circle-games/game-launcher/game-launcher.js +108 -65
  34. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  35. package/dist/features/circle-games/games/web-view/enums/project-type-enum.js +1 -1
  36. package/dist/features/circle-games/games/web-view/enums/project-type-enum.js.map +1 -1
  37. package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
  38. package/dist/features/circle-games/games/web-view/web-view.js +69 -82
  39. package/dist/features/circle-games/games/web-view/web-view.js.map +1 -1
  40. package/dist/features/post-game-stats/accuracy/accuracy-styled.js +17 -16
  41. package/dist/features/post-game-stats/accuracy/accuracy-styled.js.map +1 -1
  42. package/dist/features/post-game-stats/clock/clock-styled.js +11 -10
  43. package/dist/features/post-game-stats/clock/clock-styled.js.map +1 -1
  44. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js +17 -0
  45. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js.map +1 -0
  46. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js +47 -0
  47. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js.map +1 -0
  48. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js +6 -0
  49. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js.map +1 -0
  50. package/dist/features/post-game-stats/digital-meter/constants.js +16 -0
  51. package/dist/features/post-game-stats/digital-meter/constants.js.map +1 -0
  52. package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js +86 -0
  53. package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js.map +1 -0
  54. package/dist/features/post-game-stats/digital-meter/digital-meter.js +163 -0
  55. package/dist/features/post-game-stats/digital-meter/digital-meter.js.map +1 -0
  56. package/dist/features/post-game-stats/digital-meter/helper.js +33 -0
  57. package/dist/features/post-game-stats/digital-meter/helper.js.map +1 -0
  58. package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js +29 -0
  59. package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js.map +1 -0
  60. package/dist/features/post-game-stats/number-count-animation/number-count-animation.js +20 -0
  61. package/dist/features/post-game-stats/number-count-animation/number-count-animation.js.map +1 -0
  62. package/dist/features/post-game-stats/points/points.js +25 -24
  63. package/dist/features/post-game-stats/points/points.js.map +1 -1
  64. package/dist/features/post-game-stats/post-game-stats-styled.js +1 -1
  65. package/dist/features/post-game-stats/post-game-stats-styled.js.map +1 -1
  66. package/dist/features/post-game-stats/streak/streak-styled.js +18 -17
  67. package/dist/features/post-game-stats/streak/streak-styled.js.map +1 -1
  68. package/dist/features/trial-session/comps/trial-circle-game/constants.js.map +1 -1
  69. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
  70. package/dist/index.d.ts +93 -141
  71. package/dist/index.js +206 -211
  72. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  73. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  74. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  75. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  76. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  77. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  78. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  79. package/package.json +3 -2
  80. package/dist/assets/sounds/sounds.js +0 -7
  81. package/dist/assets/sounds/sounds.js.map +0 -1
  82. package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js +0 -14
  83. package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js.map +0 -1
  84. package/dist/features/talk-meter/helper.js +0 -11
  85. package/dist/features/talk-meter/helper.js.map +0 -1
  86. package/dist/features/talk-meter/hooks/use-talk-meter.js +0 -112
  87. package/dist/features/talk-meter/hooks/use-talk-meter.js.map +0 -1
  88. package/dist/features/talk-meter/ripple/index.js +0 -62
  89. package/dist/features/talk-meter/ripple/index.js.map +0 -1
  90. package/dist/features/talk-meter/talk-meter-styled.js +0 -84
  91. package/dist/features/talk-meter/talk-meter-styled.js.map +0 -1
  92. package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js +0 -22
  93. package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js.map +0 -1
  94. package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js +0 -89
  95. package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js.map +0 -1
  96. package/dist/features/talk-meter/talk-meter.js +0 -71
  97. package/dist/features/talk-meter/talk-meter.js.map +0 -1
  98. package/dist/static/female-avatar.b8cd1012.svg +0 -1
  99. package/dist/static/male-avatar.2febc9eb.svg +0 -1
@@ -1 +0,0 @@
1
- <svg width="80" height="80" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2173_17452" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="80" height="80"><rect width="80" height="80" fill="#C4C4C4"/></mask><g mask="url(#mask0_2173_17452)"><path d="M34.1485 49.0765C35.8557 49.0248 40.9212 47.4083 41.9282 46.6624L34.1485 49.0765Z" fill="#FFDC83"/><path d="M33.446 57.0436C30.2962 61.4554 20.1117 62.7649 18.3741 63.3955C15.5241 64.4755 15.5422 67.4094 15.5 68.9999C15.3782 73.5317 15.5 78.9999 16 83.4999" fill="#FFDC83"/><path d="M33.446 57.0436C35.3569 53.5989 34.1485 49.0765 34.1485 49.0765C34.1485 49.0765 30.4461 49.253 28.9613 48.493C26.1066 47.2624 22.7156 42.7612 22.7507 36.3165C22.8317 30.5128 24.0517 24.7822 26.3408 19.453C28.4063 14.0859 41.2233 9.06948 50.8787 18.4436C50.8787 18.4436 56.0846 23.2248 53.0613 31.1707" fill="#FFDC83"/><path d="M68.5 83.4999C69.8747 79.0741 68.8971 69.3367 68.6981 67.6943C68.499 66.052 67.7309 62.7202 63.6631 61.7061C61.8645 61.252 50.6024 59.4224 48.3167 56.2483" fill="#FFDC83"/><path d="M47.7641 44.2483C47.7641 44.2483 51.5461 42.0907 53.0543 37.5918C54.5624 33.093 53.0613 31.1707 53.0613 31.1707C51.8506 29.3565 47.0334 28.9118 47.0334 34.3848" fill="#FFDC83"/><path d="M47.7641 44.2483C47.476 49.966 47.4034 52.5895 48.3167 56.2483L47.7641 44.2483Z" fill="#FFDC83"/><path d="M33.446 57.0436C30.2962 61.4554 20.1117 62.7649 18.3741 63.3955C15.5241 64.4755 15.5422 67.4094 15.5 68.9999C15.3782 73.5317 15.5 78.9999 16 83.4999H68.5C69.8747 79.0741 68.8971 69.3367 68.6981 67.6943C68.499 66.052 67.7309 62.7202 63.6631 61.7061C61.8645 61.252 50.6024 59.4224 48.3167 56.2483C47.4034 52.5895 47.476 49.966 47.7641 44.2483C47.7641 44.2483 51.5461 42.0907 53.0543 37.5918C54.5624 33.093 53.0613 31.1707 53.0613 31.1707C56.0846 23.2248 50.8787 18.4436 50.8787 18.4436C41.2233 9.06948 28.4063 14.0859 26.3408 19.453C24.0517 24.7822 22.8317 30.5128 22.7507 36.3165C22.7156 42.7612 26.1066 47.2624 28.9613 48.493C30.4461 49.253 34.1485 49.0765 34.1485 49.0765C34.1485 49.0765 35.3569 53.5989 33.446 57.0436Z" fill="#FFDC83"/><path opacity="0.4" d="M34.2014 48.8951C34.4282 50.4964 34.7794 52.8494 34.2014 54.7317C36.3442 54.2211 42.3932 50.0198 42.3932 46.608C39.7466 47.6466 37.0019 48.4129 34.2014 48.8951Z" fill="black" fill-opacity="0.3"/><path d="M50.3022 32.4966C51.2155 32.746 51.8385 34.1319 51.1125 35.626" stroke="#2B2B2B" stroke-width="0.705882" stroke-linecap="round"/><path d="M68.5001 83.636C69.8813 79.2101 69.3377 67.5724 69.1377 65.9301C68.9377 64.2877 68.166 60.956 64.0789 59.9419C62.521 59.5503 53.9464 58.3211 50.1403 55.9555C49.864 54.774 49.8686 53.3291 50.0907 51.7428C49.6233 52.6944 45.9133 53.436 41.4062 53.436C36.8837 53.436 33.1637 52.6893 32.7171 51.7331C33.0101 53.3268 33.0276 54.8922 32.7286 56.4866C28.8474 60.0405 20.1741 61.0539 18.5755 61.6313C15.7119 62.7113 15.2249 65.6313 15.1825 67.2218C15.0602 71.7536 14.5261 79.5277 16.1237 83.636H68.5001Z" fill="#1EB5F0"/><mask id="mask1_2173_17452" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="15" y="52" width="54" height="32"><path d="M49.6823 56.0621C49.4557 55.0932 49.4097 53.9764 49.5038 52.7758C49.4546 52.7984 49.4042 52.8205 49.3528 52.8421C48.8282 53.0625 48.1456 53.252 47.3542 53.4074C45.7681 53.719 43.6824 53.906 41.4064 53.906C39.1225 53.906 37.0303 53.7177 35.4422 53.4042C34.6499 53.2478 33.967 53.0572 33.4436 52.8352C33.4101 52.821 33.3771 52.8066 33.3445 52.792C33.4738 54.0501 33.4296 55.3022 33.1912 56.5728C33.1725 56.6729 33.1217 56.7643 33.0465 56.8331C31.0152 58.6931 27.7775 59.8577 24.9188 60.6289C23.4786 61.0174 22.1124 61.3115 21.0128 61.5435L20.7688 61.5949C19.7764 61.8039 19.0727 61.9521 18.7385 62.0722C16.1717 63.0423 15.6947 65.6717 15.6531 67.234C15.6371 67.826 15.6143 68.4698 15.5901 69.1512L15.5901 69.1514C15.5211 71.0974 15.4413 73.35 15.4788 75.5792C15.5271 78.4497 15.7707 81.2079 16.4521 83.1648H68.1467C68.7378 80.9701 68.9302 77.2328 68.9414 73.7371C68.9532 70.076 68.7672 66.7787 68.6708 65.9864C68.5744 65.1949 68.3432 64.03 67.6672 62.9494C66.9998 61.8826 65.8849 60.8742 63.9657 60.398L63.9644 60.3977C63.6758 60.3252 63.1278 60.2212 62.3846 60.0802C62.1692 60.0393 61.9373 59.9953 61.6906 59.9481C60.6062 59.7405 59.2625 59.4748 57.8466 59.1468C55.035 58.4955 51.8689 57.5833 49.8921 56.3546C49.7861 56.2888 49.7107 56.1836 49.6823 56.0621Z" fill="#EB8682"/></mask><g mask="url(#mask1_2173_17452)"><path d="M69.1775 48.2622C69.1775 48.2622 52.4005 55.9158 41.6481 55.9093C31.2631 55.903 15.0598 48.2622 15.0598 48.2622V51.5563C15.0598 51.5563 31.2638 58.6104 41.6481 58.6151C52.3999 58.62 69.1775 51.7916 69.1775 51.7916V48.2622Z" fill="#8DD5F1"/><path d="M69.1776 55.321C69.1776 55.321 52.4006 60.6217 41.6481 60.6151C31.2632 60.6089 15.0599 55.321 15.0599 55.321V58.6151C15.0599 58.6151 31.2639 63.3163 41.6481 63.321C52.3999 63.3259 69.1776 58.8504 69.1776 58.8504V55.321Z" fill="#8DD5F1"/><path d="M69.1776 60.0269C69.1776 60.0269 52.4006 65.3275 41.6481 65.321C31.2632 65.3147 15.0599 60.0269 15.0599 60.0269V63.321C15.0599 63.321 31.2639 68.0222 41.6481 68.0269C52.3999 68.0318 69.1776 63.5563 69.1776 63.5563V60.0269Z" fill="#8DD5F1"/><path d="M69.1776 64.9681C69.1776 64.9681 52.4006 70.2687 41.6481 70.2622C31.2632 70.2559 15.0599 64.9681 15.0599 64.9681V68.2622C15.0599 68.2622 31.2639 72.9634 41.6481 72.9681C52.3999 72.973 69.1776 68.4975 69.1776 68.4975V64.9681Z" fill="#8DD5F1"/><path d="M69.1776 70.6152C69.1776 70.6152 52.4006 74.9746 41.6481 74.9681C31.2632 74.9618 15.0599 70.8504 15.0599 70.8504V74.1446C15.0599 74.1446 31.2639 77.6693 41.6481 77.674C52.3999 77.6789 69.1776 74.1446 69.1776 74.1446V70.6152Z" fill="#8DD5F1"/><path d="M69.1776 76.2622C69.1776 76.2622 52.4006 79.2099 41.6481 79.2034C31.2632 79.1971 15.0599 76.2622 15.0599 76.2622V79.5563C15.0599 79.5563 31.2639 81.9046 41.6481 81.9093C52.3999 81.9141 69.1776 79.7916 69.1776 79.7916V76.2622Z" fill="#8DD5F1"/></g><path d="M48.2364 52.3795L47.954 50.3795C48.5422 50.4187 49.8834 50.9913 49.8834 51.556C49.8834 52.1207 48.7854 52.3403 48.2364 52.3795Z" fill="#0A80D5"/><path d="M34.8246 52.4972L34.4717 50.3795C33.8834 50.4187 32.8246 50.9913 32.8246 51.556C32.8246 52.1207 34.2756 52.4579 34.8246 52.4972Z" fill="#0A80D5"/><path d="M25.3485 22.7074C27.6866 24.0459 36.6451 24.9498 39.3497 24.6416C40.6155 24.4967 43.0628 24.2598 44.5427 24.0942C44.5881 24.0961 44.6319 24.1117 44.6686 24.1389C44.7052 24.1662 44.7328 24.2039 44.748 24.2472C44.7632 24.2905 44.7652 24.3374 44.7538 24.3819C44.7423 24.4264 44.7179 24.4664 44.6838 24.4967C38.3616 28.7123 46.4914 38.4522 46.9149 33.0499C47.739 28.6065 51.5842 30.2164 52.0396 30.4947C52.5881 30.8413 53.0476 31.3142 53.3805 31.8746C53.7926 32.5393 54.0088 36.0926 51.8961 39.7309C51.8717 39.7771 51.8636 39.8302 51.8731 39.8817C51.8826 39.9331 51.9092 39.9797 51.9485 40.0138L52.7089 40.6164C52.7332 40.6341 52.7608 40.6469 52.79 40.6538C52.8192 40.6608 52.8495 40.6618 52.8791 40.6569C52.9088 40.652 52.9371 40.6412 52.9626 40.6252C52.9881 40.6092 53.0102 40.5882 53.0276 40.5635C63.2109 24.867 55.9007 21.6748 54.8079 21.3022C54.7696 21.2872 54.736 21.2619 54.7108 21.2291C54.6855 21.1963 54.6695 21.1572 54.6645 21.1159C54.2342 16.7209 51.5091 11.6543 45.3713 10.6861C42.0748 10.1318 38.7555 10.7252 36.7771 11.514H36.7612C34.3502 12.3006 32.5153 10.9138 30.3616 8.82321C30.332 8.79456 30.2969 8.77234 30.2584 8.75791C30.22 8.74348 30.1791 8.73715 30.1381 8.7393C30.0972 8.74146 30.0571 8.75206 30.0203 8.77044C29.9836 8.78883 29.951 8.81461 29.9245 8.84621C28.9933 9.96624 29.0411 10.762 29.3667 11.4496C29.3807 11.4888 29.3839 11.531 29.3759 11.5719C29.368 11.6127 29.3493 11.6506 29.3217 11.6815C29.2941 11.7125 29.2587 11.7352 29.2194 11.7475C29.18 11.7597 29.1381 11.7609 29.0981 11.7509C27.1425 11.0288 22.8579 11.8866 21.2232 10.7252C21.1921 10.706 21.1568 10.6946 21.1205 10.6921C21.0841 10.6895 21.0476 10.6958 21.0141 10.7105C20.9806 10.7251 20.9511 10.7477 20.9281 10.7763C20.9051 10.8049 20.8892 10.8386 20.8817 10.8747C20.1965 16.231 22.1225 20.9135 25.3485 22.7074Z" fill="#2B2B2B"/><path d="M41.3507 27.8952C41.4763 28.0442 41.4572 28.2669 41.3082 28.3925C41.1591 28.5181 40.9364 28.499 40.8108 28.3499L41.3507 27.8952ZM35.9545 25.9108L35.8949 25.5629L35.8974 25.5625L35.9545 25.9108ZM35.3069 26.4487C35.1241 26.5166 34.921 26.4234 34.8531 26.2407C34.7853 26.058 34.8784 25.8548 35.0611 25.787L35.3069 26.4487ZM29.9307 26.3916C30.0745 26.5233 30.0843 26.7465 29.9527 26.8903C29.8211 27.0341 29.5978 27.0439 29.454 26.9123L29.9307 26.3916ZM24.9524 25.539L24.804 25.2188L24.8044 25.2186L24.9524 25.539ZM24.5491 26.1902C24.3935 26.3076 24.1722 26.2766 24.0548 26.121C23.9374 25.9654 23.9684 25.7441 24.124 25.6267L24.5491 26.1902ZM40.8108 28.3499C39.5264 26.8252 37.682 25.9855 36.0115 26.2591L35.8974 25.5625C37.8755 25.2385 39.9514 26.234 41.3507 27.8952L40.8108 28.3499ZM36.014 26.2587C35.773 26.2999 35.5362 26.3635 35.3069 26.4487L35.0611 25.787C35.3316 25.6866 35.6107 25.6115 35.8949 25.5629L36.014 26.2587ZM29.454 26.9123C28.0967 25.6697 26.4217 25.2488 25.1005 25.8594L24.8044 25.2186C26.4668 24.4504 28.4403 25.0272 29.9307 26.3916L29.454 26.9123ZM25.1009 25.8592C24.9059 25.9497 24.7209 26.0606 24.5491 26.1902L24.124 25.6267C24.3357 25.467 24.5636 25.3303 24.804 25.2188L25.1009 25.8592Z" fill="#2B2B2B"/><path d="M34.7567 42.1703C34.0585 43.8034 31.6424 44.1958 30.5414 44.0106" stroke="#2B2B2B" stroke-width="0.705882" stroke-miterlimit="10" stroke-linecap="round"/><path d="M36.0515 34.1998C35.322 34.1998 34.7307 33.3886 34.7307 32.388C34.7307 31.3874 35.322 30.5762 36.0515 30.5762C36.7809 30.5762 37.3723 31.3874 37.3723 32.388C37.3723 33.3886 36.7809 34.1998 36.0515 34.1998Z" fill="#2B2B2B"/><path d="M35.1813 31.734C35.5349 30.3881 37.303 30.1787 38.5817 31.2987" stroke="#2B2B2B" stroke-width="0.705882" stroke-linecap="round"/><path d="M25.7177 33.5458C24.9882 33.5458 24.3969 32.7346 24.3969 31.734C24.3969 30.7334 24.9882 29.9222 25.7177 29.9222C26.4472 29.9222 27.0385 30.7334 27.0385 31.734C27.0385 32.7346 26.4472 33.5458 25.7177 33.5458Z" fill="#2B2B2B"/><path d="M24.849 31.0799C25.2026 29.734 26.9707 29.5246 28.2493 30.6446" stroke="#2B2B2B" stroke-width="0.705882" stroke-linecap="round"/><circle cx="36.6666" cy="32.2124" r="3.33333" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M38.273 29.5569C37.2498 29.0137 36.011 29.0757 35.0471 29.7182L34.9912 29.7571C34.9907 29.7678 34.985 29.7724 34.9747 29.7708C33.9044 30.5561 33.5044 31.641 33.642 32.922C33.716 33.5074 33.9734 34.0544 34.3776 34.4844C35.1391 35.3907 36.3459 35.7912 37.4982 35.52C38.8233 35.2317 39.8206 34.1362 39.9836 32.7899C40.0149 32.4193 40.0001 32.0463 39.9396 31.6794C39.9357 31.669 39.9316 31.6588 39.9276 31.6485C39.9186 31.6259 39.9096 31.6032 39.903 31.5798C39.6816 30.6996 39.086 29.9604 38.273 29.5569ZM37.5342 32.8216C37.839 32.907 38.1661 32.8474 38.4212 32.66H38.4211C38.7399 32.3266 38.746 32.3127 38.835 31.7279C39.2095 32.8649 38.6517 34.0994 37.551 34.5698C36.3673 35.0875 34.9881 34.5475 34.4704 33.3638C33.9528 32.1801 34.4928 30.8009 35.6765 30.2832C36.7787 29.799 38.0104 30.2959 38.4504 31.0321C38.1823 30.8483 37.8506 30.7824 37.5326 30.85C37.0841 30.9722 36.7743 31.3815 36.7786 31.8464C36.7777 32.306 37.0889 32.7076 37.5342 32.8216Z" fill="white"/><path d="M37.6854 30.5064C37.1937 30.6391 36.8542 31.0832 36.8589 31.5876C36.858 32.0863 37.199 32.5221 37.6871 32.6458C38.0212 32.7384 38.3797 32.6737 38.6594 32.4704C38.6736 32.5408 38.6681 32.6137 38.6432 32.6812C38.4152 33.6422 37.5085 34.2914 36.5151 34.2049C35.607 34.1216 34.8652 33.4515 34.6985 32.5639C34.5248 31.5996 35.0864 30.6538 36.0219 30.3349C36.5721 30.1245 37.1908 30.1883 37.6854 30.5064Z" fill="#2B2B2B"/><circle cx="26.1158" cy="31.6714" r="2.78255" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.4565 29.4546C26.6023 29.0012 25.5683 29.0529 24.7636 29.5892L24.7169 29.6217C24.7165 29.6306 24.7118 29.6345 24.7031 29.6331C23.8098 30.2887 23.4758 31.1944 23.5907 32.2637C23.6524 32.7524 23.8674 33.209 24.2047 33.5679C24.8404 34.3245 25.8478 34.6588 26.8097 34.4324C27.9158 34.1917 28.7484 33.2772 28.8844 32.1534C28.9105 31.8441 28.8982 31.5327 28.8477 31.2264C28.8445 31.2177 28.8411 31.2092 28.8377 31.2006C28.8302 31.1817 28.8226 31.1628 28.8171 31.1432C28.6324 30.4085 28.1351 29.7914 27.4565 29.4546ZM26.8397 32.1794C27.0941 32.2507 27.3672 32.2009 27.5801 32.0445H27.5801C27.8462 31.7662 27.8513 31.7546 27.9256 31.2665C28.2382 32.2156 27.7726 33.2461 26.8537 33.6388C25.8656 34.0709 24.7143 33.6202 24.2822 32.632C23.8501 31.6439 24.3008 30.4926 25.2889 30.0605C26.2091 29.6563 27.2372 30.0711 27.6045 30.6857C27.3807 30.5322 27.1038 30.4772 26.8384 30.5336C26.4639 30.6356 26.2054 30.9773 26.2089 31.3654C26.2082 31.749 26.468 32.0843 26.8397 32.1794Z" fill="white"/><path d="M26.9665 30.2471C26.5561 30.3579 26.2727 30.7286 26.2765 31.1497C26.2758 31.566 26.5605 31.9297 26.9679 32.033C27.2468 32.1103 27.5461 32.0563 27.7795 31.8866C27.7914 31.9454 27.7868 32.0062 27.766 32.0626C27.5757 32.8648 26.8188 33.4067 25.9896 33.3345C25.2315 33.2649 24.6123 32.7056 24.4731 31.9646C24.3282 31.1597 24.7969 30.3702 25.5778 30.1039C26.0371 29.9283 26.5536 29.9816 26.9665 30.2471Z" fill="#2B2B2B"/><path d="M26.9236 37.7778C26.0347 37.7778 27.6644 38.8889 28.5903 39.4444C30.2567 40 30.8127 38.8889 31.3683 38.8889C31.9238 38.8889 28.0347 37.7778 26.9236 37.7778Z" fill="black" fill-opacity="0.3"/></g></svg>