@bikiran/utils 1.18.1 → 2.0.1

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 (53) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +168 -102
  3. package/dist/components/Profile/authTypes.ts +21 -21
  4. package/dist/components/Profile/style/LoginBtn.module.css +6 -6
  5. package/dist/components/Profile/style/ProfileManage.module.css +6 -6
  6. package/dist/components/Profile/style/ProfileMenuList.module.css +50 -50
  7. package/dist/components/Profile/style/ProfileMenuPopup.module.css +30 -30
  8. package/dist/components/Profile/style/ProfileUserInformation.module.css +26 -26
  9. package/dist/components/Profile/style/ProfileView.module.css +12 -12
  10. package/dist/components/button-wrapper/style/style.module.css +18 -18
  11. package/dist/components/cookie-accept-popup/style/CookieAcceptPopup.module.css +12 -12
  12. package/dist/components/currency-selector/style/CurrencySelector.module.css +28 -28
  13. package/dist/components/custom-sidebar/style/CustomSidebar.module.css +21 -21
  14. package/dist/components/filter-wrapper/style/FilterBarWrapper.module.css +41 -41
  15. package/dist/components/header/header.css +61 -61
  16. package/dist/components/header/headerType.ts +15 -15
  17. package/dist/components/header/icons/icon-about-us-submenu.svg +6 -6
  18. package/dist/components/header/icons/icon-about-us.svg +5 -5
  19. package/dist/components/header/icons/icon-all-service.svg +11 -11
  20. package/dist/components/header/icons/icon-arrow-v2.svg +3 -3
  21. package/dist/components/header/icons/icon-bell-fill.svg +3 -3
  22. package/dist/components/header/icons/icon-bik-logo.svg +13 -13
  23. package/dist/components/header/icons/icon-contacts.svg +6 -6
  24. package/dist/components/header/icons/icon-domain.svg +4 -4
  25. package/dist/components/header/icons/icon-hosting.svg +5 -5
  26. package/dist/components/header/icons/icon-our-clients.svg +4 -4
  27. package/dist/components/header/sidebar/SidebarConstants.ts +55 -55
  28. package/dist/components/header/sidebar/sidebarStyle.css +32 -32
  29. package/dist/components/information-tooltip/icons.js +4 -4
  30. package/dist/components/information-tooltip/style/InfoTooltip.module.css +62 -62
  31. package/dist/components/loading-comp/style/LoadingComp.module.css +3 -3
  32. package/dist/components/pageLoading/style/PageLoading.module.css +7 -7
  33. package/dist/components/pagination2/style/Pagination.module.css +27 -27
  34. package/dist/components/project-selector/projectConstants.ts +23 -23
  35. package/dist/components/project-selector/projectTypes.ts +22 -22
  36. package/dist/components/project-selector/selector-icons/icon-arrow-down.svg +3 -3
  37. package/dist/components/project-selector/selector-icons/icon-default-app.svg +9 -9
  38. package/dist/components/services-popup/ServiceAppType.ts +10 -10
  39. package/dist/components/services-popup/icons/icon-account.svg +7 -7
  40. package/dist/components/services-popup/icons/icon-cross.svg +3 -3
  41. package/dist/components/services-popup/icons/icon-default-app.svg +9 -9
  42. package/dist/components/user-info/style/ToolTipUserInfo.module.css +28 -28
  43. package/dist/declaration.d.ts +9 -9
  44. package/dist/index.ts +15 -15
  45. package/dist/lib/types/GlobalType.ts +17 -17
  46. package/dist/lib/utils/Cookie.ts +58 -58
  47. package/dist/lib/utils/Copy.ts +37 -37
  48. package/dist/lib/utils/Env.ts +235 -235
  49. package/dist/lib/utils/capitalizeFirstLetter.ts +7 -7
  50. package/dist/lib/utils/cn.ts +4 -4
  51. package/dist/lib/utils/option.ts +7 -7
  52. package/dist/package.json +1 -1
  53. package/package.json +60 -60
@@ -1,12 +1,12 @@
1
- .container {
2
- @apply fixed bottom-7 z-[9999999] sm:bottom-16 left-5 w-[320px] sm:w-[405px] bg-white shadow-[0px_3px_50px_0px_rgba(19,15,64,0.08)] rounded-15 p-5 sm:px-5 sm:py-[25px];
3
- }
4
- .text {
5
- @apply text-primary-700 text-sm sm:text-base font-normal leading-[25px] mb-4 sm:mb-[18px];
6
- }
7
- .a {
8
- @apply text-secondary;
9
- }
10
- .btn {
11
- @apply h-10 bg-secondary text-white text-sm sm:text-base font-medium px-4 sm:px-5 rounded-[8px];
12
- }
1
+ .container {
2
+ @apply fixed bottom-7 z-[9999999] sm:bottom-16 left-5 w-[320px] sm:w-[405px] bg-white shadow-[0px_3px_50px_0px_rgba(19,15,64,0.08)] rounded-15 p-5 sm:px-5 sm:py-[25px];
3
+ }
4
+ .text {
5
+ @apply text-primary-700 text-sm sm:text-base font-normal leading-[25px] mb-4 sm:mb-[18px];
6
+ }
7
+ .a {
8
+ @apply text-secondary;
9
+ }
10
+ .btn {
11
+ @apply h-10 bg-secondary text-white text-sm sm:text-base font-medium px-4 sm:px-5 rounded-[8px];
12
+ }
@@ -1,28 +1,28 @@
1
- .container {
2
- @apply size-full rounded-[25px] cursor-pointer relative;
3
- }
4
- .btn {
5
- @apply w-full flex items-center justify-between;
6
- }
7
- .currency {
8
- @apply text-primary text-sm font-medium;
9
- }
10
- .iconArrow {
11
- @apply text-primary rotate-0;
12
- }
13
- .iconArrowOpen {
14
- @apply rotate-180;
15
- }
16
- .dropDown {
17
- @apply w-[80px] bg-white shadow-lg absolute -left-2.5 rounded-[7px] top-8 z-10 visible transition-all;
18
- }
19
- .dropDownOpen {
20
- @apply top-0 -z-10 invisible;
21
- }
22
- .option {
23
- @apply w-full flex items-center justify-between text-sm py-[7px] px-3 border-b border-secondary-100 last:border-0 first:rounded-tl-[7px] first:rounded-tr-[7px] last:rounded-bl-[7px] last:rounded-br-[7px] hover:text-secondary text-primary;
24
- }
25
-
26
- .isCurrent {
27
- @apply text-secondary;
28
- }
1
+ .container {
2
+ @apply size-full rounded-[25px] cursor-pointer relative;
3
+ }
4
+ .btn {
5
+ @apply w-full flex items-center justify-between;
6
+ }
7
+ .currency {
8
+ @apply text-primary text-sm font-medium;
9
+ }
10
+ .iconArrow {
11
+ @apply text-primary rotate-0;
12
+ }
13
+ .iconArrowOpen {
14
+ @apply rotate-180;
15
+ }
16
+ .dropDown {
17
+ @apply w-[80px] bg-white shadow-lg absolute -left-2.5 rounded-[7px] top-8 z-10 visible transition-all;
18
+ }
19
+ .dropDownOpen {
20
+ @apply top-0 -z-10 invisible;
21
+ }
22
+ .option {
23
+ @apply w-full flex items-center justify-between text-sm py-[7px] px-3 border-b border-secondary-100 last:border-0 first:rounded-tl-[7px] first:rounded-tr-[7px] last:rounded-bl-[7px] last:rounded-br-[7px] hover:text-secondary text-primary;
24
+ }
25
+
26
+ .isCurrent {
27
+ @apply text-secondary;
28
+ }
@@ -1,21 +1,21 @@
1
- .container {
2
- @apply max-w-[800px] w-full h-full fixed top-[50px] right-0 z-[1] transition-[transform_right] transform translate-x-full;
3
- }
4
- .type {
5
- @apply translate-x-0;
6
- }
7
- .sidebarBody {
8
- @apply w-0 h-full bg-primary-100 flex flex-col items-center py-3;
9
- }
10
- .sidebarBodyOpen {
11
- @apply w-16;
12
- }
13
- .notOpen {
14
- @apply bg-transparent border-0;
15
- }
16
- .btnClose {
17
- @apply border border-primary-300 rounded-full bg-primary-300 size-7.5 flex justify-center items-center;
18
- }
19
- .content {
20
- @apply flex-1 bg-white p-5 pb-20 overflow-auto;
21
- }
1
+ .container {
2
+ @apply max-w-[800px] w-full h-full fixed top-[50px] right-0 z-[1] transition-[transform_right] transform translate-x-full;
3
+ }
4
+ .type {
5
+ @apply translate-x-0;
6
+ }
7
+ .sidebarBody {
8
+ @apply w-0 h-full bg-primary-100 flex flex-col items-center py-3;
9
+ }
10
+ .sidebarBodyOpen {
11
+ @apply w-16;
12
+ }
13
+ .notOpen {
14
+ @apply bg-transparent border-0;
15
+ }
16
+ .btnClose {
17
+ @apply border border-primary-300 rounded-full bg-primary-300 size-7.5 flex justify-center items-center;
18
+ }
19
+ .content {
20
+ @apply flex-1 bg-white p-5 pb-20 overflow-auto;
21
+ }
@@ -1,41 +1,41 @@
1
- .filterBarContainer {
2
- @apply bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] rounded-10 relative z-[1];
3
- }
4
- .filterBarContainerDisabled {
5
- @apply [&_input]:bg-primary-50 [&>div]:!border-primary-100 bg-primary-50 pointer-events-none;
6
- }
7
- .expandSection {
8
- @apply w-full bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] absolute top-8 left-0 z-30 max-h-0 overflow-hidden transition-[max-height];
9
- }
10
- .isExpanded {
11
- @apply max-h-[600px] rounded-bl-10 rounded-br-10 overflow-visible;
12
- }
13
- .form {
14
- @apply pt-8 px-4 pb-4 space-y-4 border border-secondary-100 border-t-transparent rounded-bl-10 rounded-br-10;
15
- }
16
- .buttonContainer {
17
- @apply flex justify-end gap-2.5;
18
- }
19
- .resetBtn {
20
- @apply rounded-[8px] bg-secondary-100 hover:bg-secondary p-1.5 transition-colors size-[34px];
21
- }
22
- .searchBtn {
23
- @apply relative px-3 h-[34px] text-base font-medium rounded-[8px] transition-colors disabled:bg-primary-100 disabled:pointer-events-none disabled:text-primary-500 w-36 bg-[#AE00B9] text-white;
24
- }
25
-
26
- .searchBar {
27
- @apply flex items-center h-10 overflow-hidden border border-secondary-100 rounded-10 relative z-50;
28
- }
29
-
30
- .searchBarIsOpen {
31
- @apply rounded-[10px_10px_0_0];
32
- }
33
- .searchBarInput {
34
- @apply flex-1 rounded-10 py-2 px-4 focus:outline-none text-xs;
35
- }
36
- .hasSearchValue {
37
- @apply absolute top-1/2 left-4 -translate-y-1/2 text-primary-500;
38
- }
39
- .icon {
40
- @apply w-10 h-[80%] mx-1 px-3 rounded-[5px] hover:bg-primary-100 transition-colors flex justify-center items-center;
41
- }
1
+ .filterBarContainer {
2
+ @apply bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] rounded-10 relative z-[1];
3
+ }
4
+ .filterBarContainerDisabled {
5
+ @apply [&_input]:bg-primary-50 [&>div]:!border-primary-100 bg-primary-50 pointer-events-none;
6
+ }
7
+ .expandSection {
8
+ @apply w-full bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] absolute top-8 left-0 z-30 max-h-0 overflow-hidden transition-[max-height];
9
+ }
10
+ .isExpanded {
11
+ @apply max-h-[600px] rounded-bl-10 rounded-br-10 overflow-visible;
12
+ }
13
+ .form {
14
+ @apply pt-8 px-4 pb-4 space-y-4 border border-secondary-100 border-t-transparent rounded-bl-10 rounded-br-10;
15
+ }
16
+ .buttonContainer {
17
+ @apply flex justify-end gap-2.5;
18
+ }
19
+ .resetBtn {
20
+ @apply rounded-[8px] bg-secondary-100 hover:bg-secondary p-1.5 transition-colors size-[34px];
21
+ }
22
+ .searchBtn {
23
+ @apply relative px-3 h-[34px] text-base font-medium rounded-[8px] transition-colors disabled:bg-primary-100 disabled:pointer-events-none disabled:text-primary-500 w-36 bg-[#AE00B9] text-white;
24
+ }
25
+
26
+ .searchBar {
27
+ @apply flex items-center h-10 overflow-hidden border border-secondary-100 rounded-10 relative z-50;
28
+ }
29
+
30
+ .searchBarIsOpen {
31
+ @apply rounded-[10px_10px_0_0];
32
+ }
33
+ .searchBarInput {
34
+ @apply flex-1 rounded-10 py-2 px-4 focus:outline-none text-xs;
35
+ }
36
+ .hasSearchValue {
37
+ @apply absolute top-1/2 left-4 -translate-y-1/2 text-primary-500;
38
+ }
39
+ .icon {
40
+ @apply w-10 h-[80%] mx-1 px-3 rounded-[5px] hover:bg-primary-100 transition-colors flex justify-center items-center;
41
+ }
@@ -1,61 +1,61 @@
1
- .header_container {
2
- @apply w-full lg:justify-center h-20 bg-white flex;
3
- }
4
-
5
- .web-header {
6
- @apply fixed top-0 w-full z-50 flex justify-center items-center;
7
- }
8
-
9
- .web-header-gap {
10
- @apply h-[70px];
11
- }
12
-
13
- .web-header.position-high .header_container {
14
- @apply shadow-[8px_10px_80px_rgb(0_15_55_/_10%)];
15
- }
16
- .header_menu_item {
17
- @apply rounded-10 transition-colors text-sm xl:text-base font-normal;
18
- }
19
-
20
- .header_search_button,
21
- .header_notification_button,
22
- .header_cart_button {
23
- @apply sm:w-auto h-5 flex items-center;
24
- }
25
-
26
- .header_cart_button .cart_counter {
27
- @apply absolute -top-2.5 sm:-top-[9px] -right-2.5 sm:-right-[9px] size-[18px] sm:size-5 flex justify-center items-center border-[3px] border-[#fdfdfd] bg-secondary text-white text-[9px] rounded-full;
28
- }
29
-
30
- .header_searchbar_cont {
31
- @apply w-[calc(100%_-_40px)] sm:w-[calc(100%_-_100px)] md:w-[450px] lg:w-[630px] h-[50px] absolute top-1/2 transform -translate-y-1/2 left-0 sm:left-10 md:left-9 transition-all;
32
- }
33
-
34
- /* navbar service menu */
35
- .service_menu_wrapper {
36
- @apply relative;
37
- }
38
-
39
- .service_menu_wrapper .popover_container {
40
- @apply !p-3.5 !gap-0 !top-[60px] !right-0;
41
- }
42
- .service_menu_wrapper .popover_container::before {
43
- @apply left-[30px] right-auto;
44
- }
45
-
46
- .service_menu {
47
- @apply flex items-center gap-2.5 w-full p-2.5 hover:bg-secondary-100 rounded-10 cursor-default;
48
- }
49
- .service_menu_title {
50
- @apply text-primary leading-6 text-lg font-medium whitespace-nowrap;
51
- }
52
- .service_menu_submenu {
53
- @apply text-primary-500 hover:text-secondary text-sm font-normal;
54
- }
55
-
56
- .service-popover {
57
- @apply max-h-[520px] overflow-auto;
58
- }
59
- .sub_menu_container {
60
- @apply w-full max-w-[838px] bg-white shadow-xl absolute top-[82px] left-1/2 -translate-x-1/2 rounded-bl-20 rounded-br-20 rounded-t-none max-h-0 transition-all overflow-hidden;
61
- }
1
+ .header_container {
2
+ @apply w-full lg:justify-center h-20 bg-white flex;
3
+ }
4
+
5
+ .web-header {
6
+ @apply fixed top-0 w-full z-50 flex justify-center items-center;
7
+ }
8
+
9
+ .web-header-gap {
10
+ @apply h-[70px];
11
+ }
12
+
13
+ .web-header.position-high .header_container {
14
+ @apply shadow-[8px_10px_80px_rgb(0_15_55_/_10%)];
15
+ }
16
+ .header_menu_item {
17
+ @apply rounded-10 transition-colors text-sm xl:text-base font-normal;
18
+ }
19
+
20
+ .header_search_button,
21
+ .header_notification_button,
22
+ .header_cart_button {
23
+ @apply sm:w-auto h-5 flex items-center;
24
+ }
25
+
26
+ .header_cart_button .cart_counter {
27
+ @apply absolute -top-2.5 sm:-top-[9px] -right-2.5 sm:-right-[9px] size-[18px] sm:size-5 flex justify-center items-center border-[3px] border-[#fdfdfd] bg-secondary text-white text-[9px] rounded-full;
28
+ }
29
+
30
+ .header_searchbar_cont {
31
+ @apply w-[calc(100%_-_40px)] sm:w-[calc(100%_-_100px)] md:w-[450px] lg:w-[630px] h-[50px] absolute top-1/2 transform -translate-y-1/2 left-0 sm:left-10 md:left-9 transition-all;
32
+ }
33
+
34
+ /* navbar service menu */
35
+ .service_menu_wrapper {
36
+ @apply relative;
37
+ }
38
+
39
+ .service_menu_wrapper .popover_container {
40
+ @apply !p-3.5 !gap-0 !top-[60px] !right-0;
41
+ }
42
+ .service_menu_wrapper .popover_container::before {
43
+ @apply left-[30px] right-auto;
44
+ }
45
+
46
+ .service_menu {
47
+ @apply flex items-center gap-2.5 w-full p-2.5 hover:bg-secondary-100 rounded-10 cursor-default;
48
+ }
49
+ .service_menu_title {
50
+ @apply text-primary leading-6 text-lg font-medium whitespace-nowrap;
51
+ }
52
+ .service_menu_submenu {
53
+ @apply text-primary-500 hover:text-secondary text-sm font-normal;
54
+ }
55
+
56
+ .service-popover {
57
+ @apply max-h-[520px] overflow-auto;
58
+ }
59
+ .sub_menu_container {
60
+ @apply w-full max-w-[838px] bg-white shadow-xl absolute top-[82px] left-1/2 -translate-x-1/2 rounded-bl-20 rounded-br-20 rounded-t-none max-h-0 transition-all overflow-hidden;
61
+ }
@@ -1,15 +1,15 @@
1
- export type TNavSubMenu = {
2
- id: string;
3
- title: string;
4
- details: string;
5
- path: string;
6
- icon: string;
7
- };
8
-
9
- export type TNavMenu = {
10
- id: string;
11
- title: string;
12
- path: string | string[];
13
- icon: string;
14
- subMenu?: TNavSubMenu[];
15
- };
1
+ export type TNavSubMenu = {
2
+ id: string;
3
+ title: string;
4
+ details: string;
5
+ path: string;
6
+ icon: string;
7
+ };
8
+
9
+ export type TNavMenu = {
10
+ id: string;
11
+ title: string;
12
+ path: string | string[];
13
+ icon: string;
14
+ subMenu?: TNavSubMenu[];
15
+ };
@@ -1,6 +1,6 @@
1
- <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="58" height="58" rx="10" fill="#489CFF"/>
3
- <path d="M25.9781 28.2644C26.0416 28.0103 26.0925 27.7843 26.1575 27.5622C26.1721 27.5133 26.2283 27.4585 26.2778 27.441C27.1831 27.119 28.0725 26.7403 29.0699 26.8004C29.9195 26.8514 30.6997 27.3595 30.8332 28.1175C30.916 28.5908 30.886 29.114 30.7773 29.5848C30.5315 30.6492 30.1964 31.6933 29.9166 32.7504C29.8376 33.0501 29.8022 33.3657 29.7857 33.676C29.7619 34.1231 29.9549 34.3525 30.3991 34.4365C30.8618 34.5238 31.3136 34.4646 31.754 34.3022C31.7836 34.2911 31.8161 34.288 31.8883 34.2721C31.8257 34.5156 31.7759 34.7328 31.7109 34.9452C31.6968 34.9918 31.6357 35.0397 31.5862 35.0567C31.0383 35.2464 30.4985 35.4801 29.9355 35.6041C29.1344 35.7806 28.3304 35.7778 27.6084 35.2797C27.0827 34.917 26.8568 34.4151 26.8907 33.7837C26.9518 32.6486 27.4057 31.6093 27.6748 30.5246C27.8082 29.9873 27.9444 29.4442 28.0007 28.8953C28.0633 28.2862 27.7422 28.003 27.1157 28.0249C26.9261 28.0316 26.736 28.0622 26.5498 28.101C26.3675 28.1398 26.19 28.2028 25.9781 28.2644Z" fill="white"/>
4
- <path d="M29.6936 22.3184C30.6222 22.3159 31.3175 23.022 31.3011 23.9273C31.2889 24.5902 30.8331 25.1649 30.1625 25.3632C29.4245 25.5809 28.5996 25.2177 28.28 24.5345C27.8291 23.5695 28.4619 22.4459 29.5229 22.329C29.5864 22.3227 29.6509 22.3213 29.6936 22.3184Z" fill="white"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M29.0004 15.2858C21.4383 15.2858 15.2861 21.438 15.2861 29.0001C15.2861 36.5627 21.4383 42.7143 29.0004 42.7143C36.563 42.7143 42.7147 36.5627 42.7147 29.0001C42.7147 21.438 36.563 15.2858 29.0004 15.2858ZM20.7544 20.754C22.9571 18.5509 25.8848 17.3385 29.0004 17.3385C32.116 17.3385 35.0432 18.5513 37.2464 20.754C39.4497 22.9567 40.6619 25.8849 40.6619 29.0001C40.6619 32.1152 39.4492 35.0429 37.2464 37.246C35.0438 39.4493 32.1156 40.6616 29.0004 40.6616C25.8853 40.6616 22.9576 39.4488 20.7544 37.246C18.5512 35.0434 17.3388 32.1157 17.3388 29.0001C17.3388 25.8845 18.5517 22.9567 20.7544 20.754Z" fill="white"/>
6
- </svg>
1
+ <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="58" height="58" rx="10" fill="#489CFF"/>
3
+ <path d="M25.9781 28.2644C26.0416 28.0103 26.0925 27.7843 26.1575 27.5622C26.1721 27.5133 26.2283 27.4585 26.2778 27.441C27.1831 27.119 28.0725 26.7403 29.0699 26.8004C29.9195 26.8514 30.6997 27.3595 30.8332 28.1175C30.916 28.5908 30.886 29.114 30.7773 29.5848C30.5315 30.6492 30.1964 31.6933 29.9166 32.7504C29.8376 33.0501 29.8022 33.3657 29.7857 33.676C29.7619 34.1231 29.9549 34.3525 30.3991 34.4365C30.8618 34.5238 31.3136 34.4646 31.754 34.3022C31.7836 34.2911 31.8161 34.288 31.8883 34.2721C31.8257 34.5156 31.7759 34.7328 31.7109 34.9452C31.6968 34.9918 31.6357 35.0397 31.5862 35.0567C31.0383 35.2464 30.4985 35.4801 29.9355 35.6041C29.1344 35.7806 28.3304 35.7778 27.6084 35.2797C27.0827 34.917 26.8568 34.4151 26.8907 33.7837C26.9518 32.6486 27.4057 31.6093 27.6748 30.5246C27.8082 29.9873 27.9444 29.4442 28.0007 28.8953C28.0633 28.2862 27.7422 28.003 27.1157 28.0249C26.9261 28.0316 26.736 28.0622 26.5498 28.101C26.3675 28.1398 26.19 28.2028 25.9781 28.2644Z" fill="white"/>
4
+ <path d="M29.6936 22.3184C30.6222 22.3159 31.3175 23.022 31.3011 23.9273C31.2889 24.5902 30.8331 25.1649 30.1625 25.3632C29.4245 25.5809 28.5996 25.2177 28.28 24.5345C27.8291 23.5695 28.4619 22.4459 29.5229 22.329C29.5864 22.3227 29.6509 22.3213 29.6936 22.3184Z" fill="white"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.0004 15.2858C21.4383 15.2858 15.2861 21.438 15.2861 29.0001C15.2861 36.5627 21.4383 42.7143 29.0004 42.7143C36.563 42.7143 42.7147 36.5627 42.7147 29.0001C42.7147 21.438 36.563 15.2858 29.0004 15.2858ZM20.7544 20.754C22.9571 18.5509 25.8848 17.3385 29.0004 17.3385C32.116 17.3385 35.0432 18.5513 37.2464 20.754C39.4497 22.9567 40.6619 25.8849 40.6619 29.0001C40.6619 32.1152 39.4492 35.0429 37.2464 37.246C35.0438 39.4493 32.1156 40.6616 29.0004 40.6616C25.8853 40.6616 22.9576 39.4488 20.7544 37.246C18.5512 35.0434 17.3388 32.1157 17.3388 29.0001C17.3388 25.8845 18.5517 22.9567 20.7544 20.754Z" fill="white"/>
6
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="38" height="38" rx="10" fill="#20AE60"/>
3
- <path d="M19.005 14.6191C20.2674 14.6191 21.2907 13.681 21.2907 12.5238C21.2907 11.3667 20.2674 10.4286 19.005 10.4286C17.7427 10.4286 16.7193 11.3667 16.7193 12.5238C16.7193 13.681 17.7427 14.6191 19.005 14.6191Z" fill="#E5FFEC"/>
4
- <path d="M23.1954 26.5049C23.1954 27.0942 22.7266 27.5715 22.1478 27.5715H15.8621C15.2833 27.5715 14.8145 27.0942 14.8145 26.5049C14.8145 25.9155 15.2833 25.4382 15.8621 25.4382H16.9097V19.0382H15.8621C15.2833 19.0382 14.8145 18.5609 14.8145 17.9715C14.8145 17.3822 15.2833 16.9049 15.8621 16.9049H20.0525C20.6314 16.9049 21.1002 17.3822 21.1002 17.9715V25.4382H22.1478C22.7266 25.4382 23.1954 25.9155 23.1954 26.5049Z" fill="#E5FFEC"/>
5
- </svg>
1
+ <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="38" height="38" rx="10" fill="#20AE60"/>
3
+ <path d="M19.005 14.6191C20.2674 14.6191 21.2907 13.681 21.2907 12.5238C21.2907 11.3667 20.2674 10.4286 19.005 10.4286C17.7427 10.4286 16.7193 11.3667 16.7193 12.5238C16.7193 13.681 17.7427 14.6191 19.005 14.6191Z" fill="#E5FFEC"/>
4
+ <path d="M23.1954 26.5049C23.1954 27.0942 22.7266 27.5715 22.1478 27.5715H15.8621C15.2833 27.5715 14.8145 27.0942 14.8145 26.5049C14.8145 25.9155 15.2833 25.4382 15.8621 25.4382H16.9097V19.0382H15.8621C15.2833 19.0382 14.8145 18.5609 14.8145 17.9715C14.8145 17.3822 15.2833 16.9049 15.8621 16.9049H20.0525C20.6314 16.9049 21.1002 17.3822 21.1002 17.9715V25.4382H22.1478C22.7266 25.4382 23.1954 25.9155 23.1954 26.5049Z" fill="#E5FFEC"/>
5
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.133 2.56698C5.133 3.98398 3.984 5.13298 2.567 5.13298C1.15 5.13298 0.000999451 3.98398 0.000999451 2.56698C0.000999451 1.14998 1.15 0.000976562 2.567 0.000976562C3.984 0.000976562 5.133 1.14898 5.133 2.56698Z" fill="#5A577A"/>
3
- <path d="M5.133 10.266C5.133 11.683 3.984 12.832 2.567 12.832C1.15 12.832 0 11.683 0 10.266C0 8.84895 1.149 7.69995 2.566 7.69995C3.983 7.69995 5.133 8.84895 5.133 10.266Z" fill="#5A577A"/>
4
- <path d="M5.133 17.9649C5.133 19.3819 3.984 20.5309 2.567 20.5309C1.15 20.5309 0.000999451 19.3819 0.000999451 17.9649C0.000999451 16.5479 1.15 15.3989 2.567 15.3989C3.984 15.3989 5.133 16.5479 5.133 17.9649Z" fill="#5A577A"/>
5
- <path d="M12.832 2.567C12.832 3.984 11.683 5.133 10.266 5.133C8.849 5.133 7.7 3.984 7.7 2.567C7.7 1.15 8.849 0 10.266 0C11.683 0 12.832 1.149 12.832 2.567Z" fill="#5A577A"/>
6
- <path d="M12.832 10.266C12.832 11.683 11.683 12.832 10.266 12.832C8.849 12.832 7.7 11.683 7.7 10.266C7.7 8.84895 8.849 7.69995 10.266 7.69995C11.683 7.69995 12.832 8.84895 12.832 10.266Z" fill="#5A577A"/>
7
- <path d="M12.832 17.9649C12.832 19.3819 11.683 20.5309 10.266 20.5309C8.849 20.5309 7.7 19.3819 7.7 17.9649C7.7 16.5479 8.849 15.3989 10.266 15.3989C11.683 15.3989 12.832 16.5479 12.832 17.9649Z" fill="#5A577A"/>
8
- <path d="M20.532 2.56698C20.532 3.98398 19.383 5.13298 17.966 5.13298C16.549 5.13298 15.4 3.98398 15.4 2.56698C15.4 1.14998 16.549 0.000977215 17.966 0.000977215C19.383 -2.27853e-05 20.532 1.14898 20.532 2.56698Z" fill="#5A577A"/>
9
- <path d="M20.532 10.266C20.532 11.683 19.383 12.832 17.966 12.832C16.549 12.832 15.4 11.683 15.4 10.266C15.4 8.84895 16.549 7.69995 17.966 7.69995C19.383 7.69995 20.532 8.84895 20.532 10.266Z" fill="#5A577A"/>
10
- <path d="M20.532 17.9649C20.532 19.3819 19.383 20.5309 17.966 20.5309C16.549 20.5309 15.4 19.3819 15.4 17.9649C15.4 16.5479 16.549 15.3989 17.966 15.3989C19.383 15.3989 20.532 16.5479 20.532 17.9649Z" fill="#5A577A"/>
11
- </svg>
1
+ <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.133 2.56698C5.133 3.98398 3.984 5.13298 2.567 5.13298C1.15 5.13298 0.000999451 3.98398 0.000999451 2.56698C0.000999451 1.14998 1.15 0.000976562 2.567 0.000976562C3.984 0.000976562 5.133 1.14898 5.133 2.56698Z" fill="#5A577A"/>
3
+ <path d="M5.133 10.266C5.133 11.683 3.984 12.832 2.567 12.832C1.15 12.832 0 11.683 0 10.266C0 8.84895 1.149 7.69995 2.566 7.69995C3.983 7.69995 5.133 8.84895 5.133 10.266Z" fill="#5A577A"/>
4
+ <path d="M5.133 17.9649C5.133 19.3819 3.984 20.5309 2.567 20.5309C1.15 20.5309 0.000999451 19.3819 0.000999451 17.9649C0.000999451 16.5479 1.15 15.3989 2.567 15.3989C3.984 15.3989 5.133 16.5479 5.133 17.9649Z" fill="#5A577A"/>
5
+ <path d="M12.832 2.567C12.832 3.984 11.683 5.133 10.266 5.133C8.849 5.133 7.7 3.984 7.7 2.567C7.7 1.15 8.849 0 10.266 0C11.683 0 12.832 1.149 12.832 2.567Z" fill="#5A577A"/>
6
+ <path d="M12.832 10.266C12.832 11.683 11.683 12.832 10.266 12.832C8.849 12.832 7.7 11.683 7.7 10.266C7.7 8.84895 8.849 7.69995 10.266 7.69995C11.683 7.69995 12.832 8.84895 12.832 10.266Z" fill="#5A577A"/>
7
+ <path d="M12.832 17.9649C12.832 19.3819 11.683 20.5309 10.266 20.5309C8.849 20.5309 7.7 19.3819 7.7 17.9649C7.7 16.5479 8.849 15.3989 10.266 15.3989C11.683 15.3989 12.832 16.5479 12.832 17.9649Z" fill="#5A577A"/>
8
+ <path d="M20.532 2.56698C20.532 3.98398 19.383 5.13298 17.966 5.13298C16.549 5.13298 15.4 3.98398 15.4 2.56698C15.4 1.14998 16.549 0.000977215 17.966 0.000977215C19.383 -2.27853e-05 20.532 1.14898 20.532 2.56698Z" fill="#5A577A"/>
9
+ <path d="M20.532 10.266C20.532 11.683 19.383 12.832 17.966 12.832C16.549 12.832 15.4 11.683 15.4 10.266C15.4 8.84895 16.549 7.69995 17.966 7.69995C19.383 7.69995 20.532 8.84895 20.532 10.266Z" fill="#5A577A"/>
10
+ <path d="M20.532 17.9649C20.532 19.3819 19.383 20.5309 17.966 20.5309C16.549 20.5309 15.4 19.3819 15.4 17.9649C15.4 16.5479 16.549 15.3989 17.966 15.3989C19.383 15.3989 20.532 16.5479 20.532 17.9649Z" fill="#5A577A"/>
11
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.5823 7.04708C17.0158 6.62614 17.2326 6.41567 17.2386 6.15251C17.2388 6.14272 17.2388 6.13293 17.2386 6.12315C17.2326 5.85999 17.0158 5.64952 16.5823 5.22858C16.1715 4.82967 15.9661 4.63022 15.7136 4.62467C15.7041 4.62446 15.6947 4.62446 15.6853 4.62467C15.4328 4.63023 15.2274 4.82968 14.8166 5.2286L10.7001 9.2257C10.2768 9.6367 10.0652 9.8422 9.80444 9.8422C9.54368 9.8422 9.33205 9.6367 8.90877 9.2257L4.79233 5.22859C4.38151 4.82968 4.1761 4.63023 3.9236 4.62467C3.91418 4.62446 3.90475 4.62446 3.89532 4.62467C3.64282 4.63022 3.43741 4.82967 3.02658 5.22858C2.59306 5.64952 2.3763 5.85999 2.37028 6.12314C2.37006 6.13293 2.37006 6.14272 2.37028 6.15251C2.37629 6.41567 2.59305 6.62614 3.02656 7.04708L8.90877 12.7588C9.33205 13.1698 9.54368 13.3753 9.80444 13.3753C10.0652 13.3753 10.2768 13.1698 10.7001 12.7588L16.5823 7.04708Z" fill="#130F40"/>
3
- </svg>
1
+ <svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.5823 7.04708C17.0158 6.62614 17.2326 6.41567 17.2386 6.15251C17.2388 6.14272 17.2388 6.13293 17.2386 6.12315C17.2326 5.85999 17.0158 5.64952 16.5823 5.22858C16.1715 4.82967 15.9661 4.63022 15.7136 4.62467C15.7041 4.62446 15.6947 4.62446 15.6853 4.62467C15.4328 4.63023 15.2274 4.82968 14.8166 5.2286L10.7001 9.2257C10.2768 9.6367 10.0652 9.8422 9.80444 9.8422C9.54368 9.8422 9.33205 9.6367 8.90877 9.2257L4.79233 5.22859C4.38151 4.82968 4.1761 4.63023 3.9236 4.62467C3.91418 4.62446 3.90475 4.62446 3.89532 4.62467C3.64282 4.63022 3.43741 4.82967 3.02658 5.22858C2.59306 5.64952 2.3763 5.85999 2.37028 6.12314C2.37006 6.13293 2.37006 6.14272 2.37028 6.15251C2.37629 6.41567 2.59305 6.62614 3.02656 7.04708L8.90877 12.7588C9.33205 13.1698 9.54368 13.3753 9.80444 13.3753C10.0652 13.3753 10.2768 13.1698 10.7001 12.7588L16.5823 7.04708Z" fill="#130F40"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.66696 17.0051C9.11688 16.9099 11.8584 16.9099 12.3084 17.0051C12.693 17.094 13.1089 17.3015 13.1089 17.7548C13.0866 18.1862 12.8334 18.5687 12.4837 18.8117C12.0302 19.1652 11.498 19.3891 10.9416 19.4697C10.6339 19.5096 10.3316 19.5105 10.0346 19.4697C9.47735 19.3891 8.94514 19.1652 8.49254 18.8108C8.1419 18.5687 7.88877 18.1862 7.8664 17.7548C7.8664 17.3015 8.28234 17.094 8.66696 17.0051ZM10.5408 1.5C12.4129 1.5 14.3253 2.38832 15.4613 3.8622C16.1984 4.81125 16.5365 5.75939 16.5365 7.23327V7.6167C16.5365 8.74704 16.8352 9.41327 17.4927 10.181C17.9909 10.7467 18.1501 11.4727 18.1501 12.2604C18.1501 13.0472 17.8916 13.7941 17.3737 14.4005C16.6957 15.1275 15.7395 15.5916 14.7636 15.6723C13.3494 15.7928 11.9344 15.8944 10.5005 15.8944C9.06581 15.8944 7.65164 15.8336 6.23748 15.6723C5.26071 15.5916 4.30451 15.1275 3.6274 14.4005C3.1095 13.7941 2.8501 13.0472 2.8501 12.2604C2.8501 11.4727 3.01021 10.7467 3.50754 10.181C4.18555 9.41327 4.46463 8.74704 4.46463 7.6167V7.23327C4.46463 5.71951 4.84209 4.72967 5.61939 3.76068C6.77506 2.34753 8.62751 1.5 10.4603 1.5H10.5408Z" fill="#5A577A"/>
3
- </svg>
1
+ <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.66696 17.0051C9.11688 16.9099 11.8584 16.9099 12.3084 17.0051C12.693 17.094 13.1089 17.3015 13.1089 17.7548C13.0866 18.1862 12.8334 18.5687 12.4837 18.8117C12.0302 19.1652 11.498 19.3891 10.9416 19.4697C10.6339 19.5096 10.3316 19.5105 10.0346 19.4697C9.47735 19.3891 8.94514 19.1652 8.49254 18.8108C8.1419 18.5687 7.88877 18.1862 7.8664 17.7548C7.8664 17.3015 8.28234 17.094 8.66696 17.0051ZM10.5408 1.5C12.4129 1.5 14.3253 2.38832 15.4613 3.8622C16.1984 4.81125 16.5365 5.75939 16.5365 7.23327V7.6167C16.5365 8.74704 16.8352 9.41327 17.4927 10.181C17.9909 10.7467 18.1501 11.4727 18.1501 12.2604C18.1501 13.0472 17.8916 13.7941 17.3737 14.4005C16.6957 15.1275 15.7395 15.5916 14.7636 15.6723C13.3494 15.7928 11.9344 15.8944 10.5005 15.8944C9.06581 15.8944 7.65164 15.8336 6.23748 15.6723C5.26071 15.5916 4.30451 15.1275 3.6274 14.4005C3.1095 13.7941 2.8501 13.0472 2.8501 12.2604C2.8501 11.4727 3.01021 10.7467 3.50754 10.181C4.18555 9.41327 4.46463 8.74704 4.46463 7.6167V7.23327C4.46463 5.71951 4.84209 4.72967 5.61939 3.76068C6.77506 2.34753 8.62751 1.5 10.4603 1.5H10.5408Z" fill="#5A577A"/>
3
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg width="100%" height="100%" viewBox="0 0 159 45" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M50.3041 12.759C51.1016 12.3164 51.7606 11.7488 52.2691 11.0641C52.9208 10.1764 53.2513 9.14667 53.2513 8.00354C53.2513 5.88065 52.5709 4.24856 51.2308 3.15419C49.9188 2.07324 47.9477 1.52515 45.3731 1.52515H37.4949V25.3012H45.8346C48.3611 25.3012 50.3504 24.6763 51.7484 23.4429C53.158 22.2004 53.8719 20.4744 53.8719 18.3137C53.8719 16.895 53.4823 15.6562 52.716 14.6331C52.099 13.7906 51.29 13.162 50.3041 12.759ZM48.469 10.4745C47.7337 11.0927 46.7235 11.4055 45.467 11.4055H41.1578V4.6485H45.3719C46.8113 4.6485 47.8886 4.92103 48.5745 5.46059C49.2439 5.97698 49.5695 6.8037 49.5695 7.98768C49.5701 9.0473 49.2104 9.85999 48.469 10.4745ZM41.1584 14.4636H45.9449C48.8019 14.4636 50.1907 15.733 50.1907 18.3436C50.1907 19.5581 49.8182 20.4829 49.0512 21.1713C48.2958 21.848 47.235 22.1912 45.8974 22.1912H41.159V14.4636H41.1584Z" fill="#130F40"/>
3
- <path d="M152.082 1.52417V18.7346L140.859 1.52417H137.318V25.2996H140.999V8.16717L152.191 25.2996H155.732V1.52417H152.082Z" fill="#130F40"/>
4
- <path d="M111.139 12.7483C111.959 11.6289 112.375 10.2992 112.375 8.79818C112.375 6.44484 111.626 4.62131 110.151 3.3788C108.7 2.14848 106.61 1.52417 103.939 1.52417H95.9662V25.2996H99.6462V15.9283H104.601L109.628 25.2996H113.393V24.7253L108.08 15.1248C109.367 14.5754 110.395 13.7774 111.139 12.7483ZM108.695 8.79879C108.695 10.0328 108.287 10.9881 107.446 11.7203C106.616 12.4513 105.469 12.822 104.035 12.822H99.6468V4.64875H104.018C105.546 4.65911 106.72 5.02308 107.509 5.73335C108.307 6.4424 108.695 7.44532 108.695 8.79879Z" fill="#130F40"/>
5
- <path d="M61.6837 1.52417H58.0189V25.2996H61.6837V1.52417Z" fill="#130F40"/>
6
- <path d="M84.6988 1.52417H80.1921L70.3386 12.4891V1.52417H66.6744V25.2996H70.3386V17.2897L72.8395 14.6913L80.9249 25.2996H85.3499L75.297 12.0752L84.6988 1.52417Z" fill="#130F40"/>
7
- <path d="M122.76 1.52417L113.68 25.2996H117.488L119.668 19.2535H128.947L131.157 25.2996H134.948L125.852 1.52417H122.76ZM127.816 16.1301H120.81L124.305 6.4924L127.816 16.1301Z" fill="#130F40"/>
8
- <path d="M90.9907 1.52417H87.3265V25.2996H90.9907V1.52417Z" fill="#130F40"/>
9
- <path d="M9.342 13.8066C12.8179 13.8066 15.6357 10.9888 15.6357 7.5129C15.6357 4.037 12.8179 1.21924 9.342 1.21924C5.86611 1.21924 3.04834 4.037 3.04834 7.5129C3.04834 10.9888 5.86611 13.8066 9.342 13.8066Z" fill="#F50303"/>
10
- <path d="M23.5017 13.8066C26.9776 13.8066 29.7953 10.9888 29.7953 7.5129C29.7953 4.037 26.9776 1.21924 23.5017 1.21924C20.0258 1.21924 17.208 4.037 17.208 7.5129C17.208 10.9888 20.0258 13.8066 23.5017 13.8066Z" fill="#FFE600"/>
11
- <path d="M16.4215 25.6061C19.8974 25.6061 22.7151 22.7883 22.7151 19.3125C22.7151 15.8366 19.8974 13.0188 16.4215 13.0188C12.9456 13.0188 10.1278 15.8366 10.1278 19.3125C10.1278 22.7883 12.9456 25.6061 16.4215 25.6061Z" fill="#AE00B9"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.16438 37.044C5.17366 36.7593 4.45181 36.4106 3.99882 35.9972C3.54949 35.5802 3.32513 35.0669 3.32513 34.4572C3.32513 33.7676 3.60009 33.1982 4.14941 32.7489C4.70299 32.2959 5.42058 32.0691 6.30278 32.0691C6.90452 32.0691 7.43982 32.1855 7.90866 32.4178C8.38176 32.6507 8.74696 32.9714 9.00363 33.3799C9.26457 33.789 9.39443 34.2359 9.39443 34.7212H8.23361C8.23361 34.192 8.06534 33.7768 7.72819 33.4762C7.39104 33.1714 6.91611 33.019 6.30217 33.019C5.73273 33.019 5.28767 33.1452 4.96698 33.3982C4.65056 33.6469 4.49205 33.9938 4.49205 34.4389C4.49205 34.7955 4.64264 35.0986 4.9432 35.3473C5.24804 35.5918 5.76322 35.8168 6.48934 36.021C7.21912 36.2258 7.78855 36.452 8.19764 36.7008C8.611 36.9453 8.91523 37.2324 9.11215 37.561C9.31273 37.8896 9.41272 38.2768 9.41272 38.7218C9.41272 39.4315 9.13593 40.0009 8.58234 40.4301C8.02876 40.8551 7.28923 41.0679 6.36252 41.0679C5.76078 41.0679 5.19927 40.9532 4.678 40.7246C4.15673 40.4917 3.75373 40.1753 3.46901 39.7741C3.18856 39.3736 3.04834 38.9188 3.04834 38.4097H4.20916C4.20916 38.9389 4.40364 39.3577 4.79262 39.6668C5.18585 39.9717 5.70895 40.1241 6.36252 40.1241C6.9722 40.1241 7.43921 39.9997 7.76416 39.751C8.08912 39.5022 8.25129 39.1632 8.25129 38.7346C8.25129 38.3054 8.1007 37.975 7.80013 37.7421C7.49956 37.5049 6.95391 37.2727 6.16438 37.044ZM13.6664 41.0673C12.7842 41.0673 12.066 40.7783 11.513 40.2009C10.9595 39.6193 10.6833 38.8432 10.6833 37.8732V37.6689C10.6833 37.0233 10.8058 36.4478 11.0503 35.9423C11.299 35.4333 11.6435 35.0358 12.0849 34.7517C12.53 34.4627 13.011 34.3188 13.5286 34.3188C14.3749 34.3188 15.0321 34.5974 15.5015 35.1553C15.971 35.7125 16.2051 36.5106 16.2051 37.5494V38.0128H11.7959C11.8118 38.6542 11.9983 39.1736 12.3556 39.5705C12.7165 39.9637 13.1738 40.1601 13.7274 40.1601C14.1206 40.1601 14.4535 40.0796 14.726 39.9192C14.9985 39.7589 15.2375 39.5461 15.4418 39.2815L16.1216 39.8107C15.5753 40.6484 14.7571 41.0673 13.6664 41.0673ZM13.5323 35.2321C13.083 35.2321 12.7062 35.3967 12.4013 35.7253C12.0965 36.0503 11.9081 36.5075 11.8362 37.0971H15.0961V37.0129C15.0644 36.4478 14.912 36.0106 14.6388 35.7015C14.3669 35.3888 13.9975 35.2321 13.5323 35.2321ZM20.8977 35.4369C20.7295 35.4089 20.5472 35.3949 20.3503 35.3949C19.6205 35.3949 19.1254 35.7058 18.8645 36.327V40.9465H17.7518V34.4383H18.8346L18.8529 35.19C19.2181 34.6084 19.7351 34.3176 20.4045 34.3176C20.621 34.3176 20.7856 34.3456 20.8977 34.4017V35.4369ZM24.4271 39.4358L26.0391 34.4371H27.1762L24.8423 40.9453H23.9943L21.6361 34.4371H22.7731L24.4271 39.4358ZM29.8246 40.9459H28.5924V34.4371H29.8246V40.9459ZM28.4992 32.7123C28.4992 32.5318 28.5534 32.3794 28.6619 32.255C28.7735 32.1307 28.9381 32.0685 29.1546 32.0685C29.371 32.0685 29.5356 32.1307 29.6478 32.255C29.76 32.3794 29.816 32.5318 29.816 32.7123C29.816 32.8928 29.76 33.0433 29.6478 33.1635C29.5356 33.2836 29.371 33.3439 29.1546 33.3439C28.9381 33.3439 28.7735 33.2836 28.6613 33.1635C28.5528 33.0427 28.4992 32.8928 28.4992 32.7123ZM34.3471 40.1588C34.744 40.1588 35.0909 40.0387 35.3879 39.7979C35.6848 39.5571 35.8494 39.2565 35.8811 38.8956H36.934C36.9139 39.2687 36.7858 39.6236 36.5487 39.9601C36.3121 40.2972 35.9951 40.5655 35.5982 40.7661C35.2049 40.9667 34.7879 41.0667 34.3471 41.0667C33.4607 41.0667 32.7553 40.7716 32.2297 40.1826C31.7085 39.5888 31.4475 38.7792 31.4475 37.7525V37.5659C31.4475 36.9325 31.564 36.3691 31.7963 35.8759C32.0292 35.3827 32.3614 34.9998 32.7949 34.7273C33.232 34.4547 33.7472 34.3182 34.3404 34.3182C35.0702 34.3182 35.6756 34.5364 36.1573 34.9742C36.6426 35.4113 36.9011 35.9789 36.9334 36.6764H35.8805C35.8482 36.2551 35.6878 35.9106 35.3994 35.6418C35.1147 35.3693 34.7617 35.2327 34.341 35.2327C33.7759 35.2327 33.3363 35.4369 33.0235 35.8466C32.715 36.2514 32.5602 36.8392 32.5602 37.6092V37.8195C32.5602 38.5694 32.7144 39.1468 33.0235 39.5522C33.3326 39.9564 33.7734 40.1588 34.3471 40.1588ZM41.131 41.0673C40.2488 41.0673 39.5312 40.7783 38.9776 40.2009C38.424 39.6193 38.1478 38.8432 38.1478 37.8732V37.6689C38.1478 37.0233 38.2704 36.4478 38.5149 35.9423C38.7636 35.4333 39.1087 35.0358 39.5495 34.7517C39.9945 34.4627 40.4756 34.3188 40.9932 34.3188C41.8394 34.3188 42.4972 34.5974 42.9661 35.1553C43.4355 35.7125 43.6697 36.5106 43.6697 37.5494V38.0128H39.2605C39.2764 38.6542 39.4629 39.1736 39.8202 39.5705C40.1811 39.9637 40.6384 40.1601 41.1919 40.1601C41.5852 40.1601 41.9181 40.0796 42.1906 39.9192C42.4631 39.7589 42.7021 39.5461 42.9063 39.2815L43.5861 39.8107C43.0399 40.6484 42.2223 41.0673 41.131 41.0673ZM40.9962 35.2321C40.5469 35.2321 40.1701 35.3967 39.8653 35.7253C39.5605 36.0503 39.3721 36.5075 39.2995 37.0971H42.56V37.0129C42.5277 36.4478 42.3753 36.0106 42.1028 35.7015C41.8303 35.3888 41.4614 35.2321 40.9962 35.2321ZM45.1743 42.6908L44.5427 42.2579C44.9195 41.7324 45.1164 41.191 45.1323 40.6338V39.629H46.2211V40.5015C46.2211 40.9063 46.1212 41.3111 45.9206 41.7166C45.7236 42.1214 45.4749 42.4463 45.1743 42.6908ZM53.9298 37.0428C52.9391 36.7581 52.2173 36.4094 51.7643 35.996C51.315 35.579 51.0906 35.0656 51.0906 34.456C51.0906 33.7664 51.3656 33.197 51.9149 32.7477C52.4685 32.2953 53.186 32.0685 54.0682 32.0685C54.67 32.0685 55.2053 32.1849 55.6741 32.4172C56.1472 32.6501 56.5124 32.9708 56.7691 33.3799C57.03 33.789 57.1599 34.2359 57.1599 34.7212H55.9991C55.9991 34.192 55.8308 33.7768 55.4937 33.4762C55.1571 33.1714 54.6816 33.019 54.0682 33.019C53.4988 33.019 53.0537 33.1452 52.7331 33.3976C52.416 33.6463 52.2581 33.9932 52.2581 34.4383C52.2581 34.7949 52.4081 35.0979 52.7093 35.3467C53.0141 35.5912 53.5293 35.8161 54.2548 36.0204C54.9846 36.2246 55.554 36.4514 55.9631 36.7002C56.3759 36.9446 56.6807 37.2312 56.8776 37.5604C57.0782 37.889 57.1782 38.2762 57.1782 38.7212C57.1782 39.4309 56.9014 40.0003 56.3484 40.4295C55.7948 40.8545 55.0553 41.0673 54.1286 41.0673C53.5269 41.0673 52.9653 40.9526 52.4441 40.7246C51.9228 40.4917 51.5198 40.1753 51.2351 39.7741C50.954 39.373 50.8138 38.9182 50.8138 38.4085H51.9746C51.9746 38.9377 52.1691 39.3565 52.5581 39.6656C52.9513 39.9705 53.4744 40.1229 54.128 40.1229C54.7377 40.1229 55.2047 39.9985 55.5296 39.7498C55.8546 39.501 56.0168 39.162 56.0168 38.7334C56.0168 38.3042 55.8662 37.9738 55.5656 37.7409C55.265 37.5043 54.72 37.2714 53.9298 37.0428ZM61.4325 41.0673C60.5503 41.0673 59.8321 40.7783 59.2785 40.2009C58.7249 39.6193 58.4487 38.8432 58.4487 37.8732V37.6689C58.4487 37.0233 58.5713 36.4478 58.8158 35.9423C59.0645 35.4333 59.409 35.0358 59.8504 34.7517C60.2954 34.4627 60.7765 34.3188 61.2941 34.3188C62.1403 34.3188 62.7975 34.5974 63.267 35.1553C63.7358 35.7125 63.9706 36.5106 63.9706 37.5494V38.0128H59.5614C59.5773 38.6542 59.7638 39.1736 60.1211 39.5705C60.482 39.9637 60.9393 40.1601 61.4922 40.1601C61.8855 40.1601 62.2184 40.0796 62.4909 39.9192C62.7634 39.7589 63.0024 39.5461 63.2066 39.2815L63.8864 39.8107C63.3408 40.6484 62.5232 41.0673 61.4325 41.0673ZM61.2971 35.2321C60.8478 35.2321 60.471 35.3967 60.1662 35.7253C59.8614 36.0503 59.673 36.5075 59.601 37.0971H62.8616V37.0129C62.8293 36.4478 62.6768 36.0106 62.4043 35.7015C62.1312 35.3888 61.7623 35.2321 61.2971 35.2321ZM68.1279 40.1588C68.5248 40.1588 68.8717 40.0387 69.1686 39.7979C69.4649 39.5571 69.6295 39.2565 69.6612 38.8956H70.7141C70.694 39.2687 70.566 39.6236 70.3295 39.9601C70.0929 40.2972 69.7759 40.5655 69.379 40.7661C68.9857 40.9667 68.5687 41.0667 68.1279 41.0667C67.2415 41.0667 66.5355 40.7716 66.0105 40.1826C65.4893 39.5888 65.2283 38.7792 65.2283 37.7525V37.5659C65.2283 36.9325 65.3448 36.3691 65.577 35.8759C65.8099 35.3827 66.1428 34.9998 66.5757 34.7273C67.0128 34.4547 67.528 34.3182 68.1218 34.3182C68.8516 34.3182 69.457 34.5364 69.9386 34.9742C70.4233 35.4113 70.6824 35.9789 70.7141 36.6764H69.6612C69.6295 36.2551 69.4692 35.9106 69.1802 35.6418C68.8955 35.3693 68.5425 35.2327 68.1218 35.2327C67.556 35.2327 67.1171 35.4369 66.8043 35.8466C66.4958 36.2514 66.341 36.8392 66.341 37.6092V37.8195C66.341 38.5694 66.4958 39.1468 66.8043 39.5522C67.1134 39.9564 67.5542 40.1588 68.1279 40.1588ZM76.2232 40.3021C75.7891 40.8118 75.1538 41.066 74.3161 41.066C73.6223 41.066 73.0925 40.8655 72.7279 40.4643C72.367 40.0595 72.1841 39.462 72.1804 38.6719V34.4371H73.2937V38.6414C73.2937 39.6278 73.6936 40.121 74.496 40.121C75.3458 40.121 75.9116 39.804 76.1921 39.1706V34.4365H77.3047V40.9447H76.2463L76.2232 40.3021ZM82.3973 35.4369C82.229 35.4089 82.0468 35.3949 81.8504 35.3949C81.1201 35.3949 80.625 35.7058 80.3647 36.327V40.9465H79.2514V34.4383H80.3342L80.3525 35.19C80.7171 34.6084 81.2347 34.3176 81.9047 34.3176C82.1217 34.3176 82.2858 34.3456 82.3973 34.4017V35.4369ZM84.9988 40.9459H83.7666V34.4371H84.9988V40.9459ZM83.6807 32.7123C83.6807 32.5318 83.7349 32.3794 83.8435 32.255C83.9557 32.1307 84.119 32.0685 84.3361 32.0685C84.5531 32.0685 84.7165 32.1307 84.8299 32.255C84.9421 32.3794 84.9976 32.5318 84.9976 32.7123C84.9976 32.8928 84.9421 33.0433 84.8299 33.1635C84.7165 33.2836 84.5531 33.3439 84.3361 33.3439C84.119 33.3439 83.9557 33.2836 83.8435 33.1635C83.7349 33.0427 83.6807 32.8928 83.6807 32.7123ZM88.4221 32.8623V34.4383H89.6384V35.2985H88.4221V39.3346C88.4221 39.5955 88.4764 39.7918 88.5849 39.9241C88.6934 40.0528 88.8781 40.1168 89.1379 40.1168C89.2677 40.1168 89.4439 40.0924 89.6677 40.0448V40.9472C89.3744 41.0276 89.0903 41.0673 88.8141 41.0673C88.3166 41.0673 87.9417 40.9167 87.6893 40.6161C87.4369 40.3155 87.3101 39.8881 87.3101 39.3352V35.2991H86.1249V34.4389H87.3101V32.8629H88.4221V32.8623ZM93.3184 39.3157L94.834 34.4371H96.0254L93.4086 41.9501C93.0032 43.0328 92.36 43.5742 91.4784 43.5742L91.2675 43.5559L90.8523 43.4779V42.5756L91.1528 42.6C91.5296 42.6 91.8229 42.5238 92.0314 42.3714C92.2429 42.2189 92.4179 41.9403 92.5551 41.5355L92.8014 40.874L90.4792 34.4377H91.6936L93.3184 39.3157ZM100.344 38.595C100.344 38.1738 100.46 37.7872 100.692 37.4342C100.929 37.0812 101.377 36.6703 102.04 36.2015C101.651 35.7283 101.389 35.3473 101.258 35.0583C101.125 34.7699 101.059 34.4828 101.059 34.1981C101.059 33.5323 101.255 33.011 101.648 32.6343C102.041 32.2569 102.574 32.0685 103.248 32.0685C103.849 32.0685 104.347 32.2447 104.74 32.5977C105.133 32.9464 105.329 33.3878 105.329 33.9213C105.329 34.2743 105.239 34.6011 105.059 34.9016C104.882 35.1985 104.571 35.5113 104.127 35.8399L103.482 36.3149L105.431 38.6426C105.705 38.1213 105.84 37.5415 105.84 36.9044H106.846C106.846 37.9268 106.599 38.7749 106.105 39.4486L107.357 40.9465H106.022L105.437 40.2546C105.141 40.5192 104.792 40.7216 104.391 40.8618C103.994 40.9984 103.59 41.0667 103.176 41.0667C102.322 41.0667 101.636 40.8398 101.119 40.3869C100.602 39.9345 100.344 39.337 100.344 38.595ZM103.171 40.1582C103.761 40.1582 104.301 39.9339 104.79 39.4845L102.654 36.9282L102.456 37.0727C101.787 37.5659 101.451 38.0732 101.451 38.5944C101.451 39.0675 101.604 39.4467 101.909 39.7315C102.218 40.0156 102.638 40.1582 103.171 40.1582ZM102.17 34.1615C102.17 34.5468 102.407 35.0278 102.88 35.6052L103.59 35.1059C103.863 34.9132 104.049 34.7309 104.149 34.5584C104.25 34.3816 104.299 34.1694 104.299 33.9207C104.299 33.6518 104.199 33.4293 103.999 33.2531C103.799 33.0726 103.546 32.9824 103.241 32.9824C102.912 32.9824 102.652 33.0946 102.459 33.3189C102.267 33.5396 102.17 33.8207 102.17 34.1615ZM114.541 37.0428C113.549 36.7581 112.828 36.4094 112.375 35.996C111.925 35.579 111.701 35.0656 111.701 34.456C111.701 33.7664 111.976 33.197 112.525 32.7477C113.078 32.2947 113.796 32.0679 114.678 32.0679C115.279 32.0679 115.815 32.1843 116.285 32.4166C116.758 32.6495 117.122 32.9702 117.379 33.3793C117.64 33.7884 117.771 34.2353 117.771 34.7206H116.609C116.609 34.1914 116.441 33.7762 116.104 33.4756C115.767 33.1708 115.292 33.0184 114.678 33.0184C114.109 33.0184 113.663 33.1446 113.343 33.397C113.027 33.6457 112.868 33.9926 112.868 34.4377C112.868 34.7943 113.018 35.0973 113.318 35.3461C113.624 35.5906 114.139 35.8155 114.864 36.0198C115.595 36.224 116.164 36.4508 116.573 36.6996C116.986 36.944 117.291 37.2306 117.487 37.5598C117.688 37.8884 117.788 38.2756 117.788 38.7206C117.788 39.4303 117.512 39.9997 116.957 40.4289C116.404 40.8539 115.665 41.0667 114.739 41.0667C114.136 41.0667 113.576 40.952 113.054 40.724C112.532 40.4911 112.13 40.1747 111.845 39.7735C111.564 39.3724 111.424 38.9176 111.424 38.4079H112.585C112.585 38.9371 112.779 39.3559 113.168 39.665C113.561 39.9698 114.084 40.1223 114.739 40.1223C115.347 40.1223 115.815 39.9979 116.14 39.7491C116.465 39.5004 116.627 39.1614 116.627 38.7328C116.627 38.3036 116.477 37.9732 116.176 37.7403C115.876 37.5043 115.33 37.2714 114.541 37.0428ZM123.362 40.3021C122.93 40.8118 122.294 41.066 121.457 41.066C120.762 41.066 120.233 40.8655 119.868 40.4643C119.508 40.0595 119.324 39.462 119.32 38.6719V34.4371H120.433V38.6414C120.433 39.6278 120.834 40.121 121.637 40.121C122.486 40.121 123.052 39.804 123.333 39.1706V34.4365H124.445V40.9447H123.387L123.362 40.3021ZM131.891 37.7647C131.891 38.7554 131.664 39.5534 131.211 40.1588C130.759 40.7642 130.146 41.0673 129.371 41.0673C128.581 41.0673 127.959 40.8167 127.507 40.3155V43.4493H126.393V34.4383H127.41L127.464 35.1601C127.917 34.5986 128.547 34.3182 129.354 34.3182C130.135 34.3182 130.753 34.6126 131.207 35.2022C131.663 35.7918 131.891 36.6118 131.891 37.6622V37.7647ZM130.774 37.6397C130.774 36.9056 130.618 36.3264 130.305 35.9015C129.992 35.4766 129.563 35.2638 129.018 35.2638C128.344 35.2638 127.839 35.5625 127.502 36.16V39.2699C127.835 39.8638 128.344 40.1601 129.03 40.1601C129.563 40.1601 129.986 39.9497 130.299 39.5284C130.615 39.1035 130.774 38.4737 130.774 37.6397ZM139.054 37.7647C139.054 38.7554 138.827 39.5534 138.375 40.1588C137.921 40.7642 137.308 41.0673 136.534 41.0673C135.744 41.0673 135.123 40.8167 134.669 40.3155V43.4493H133.557V34.4383H134.573L134.627 35.1601C135.08 34.5986 135.71 34.3182 136.516 34.3182C137.298 34.3182 137.915 34.6126 138.369 35.2022C138.826 35.7918 139.054 36.6118 139.054 37.6622V37.7647ZM137.938 37.6397C137.938 36.9056 137.782 36.3264 137.469 35.9015C137.156 35.4766 136.727 35.2638 136.181 35.2638C135.508 35.2638 135.002 35.5625 134.666 36.16V39.2699C134.999 39.8638 135.508 40.1601 136.194 40.1601C136.727 40.1601 137.15 39.9497 137.462 39.5284C137.781 39.1035 137.938 38.4737 137.938 37.6397ZM140.425 37.6324C140.425 36.9946 140.549 36.4209 140.798 35.9119C141.05 35.4028 141.4 35.0095 141.845 34.7328C142.293 34.456 142.804 34.3176 143.379 34.3176C144.265 34.3176 144.98 34.6242 145.526 35.2382C146.075 35.8521 146.35 36.6679 146.35 37.6866V37.7647C146.35 38.3981 146.228 38.9675 145.983 39.473C145.743 39.9741 145.395 40.3655 144.942 40.646C144.494 40.9264 143.976 41.0673 143.391 41.0673C142.509 41.0673 141.793 40.7606 141.244 40.1467C140.698 39.5327 140.425 38.7212 140.425 37.7104V37.6324ZM141.54 37.7647C141.54 38.4865 141.706 39.0657 142.039 39.5028C142.375 39.94 142.824 40.1588 143.387 40.1588C143.952 40.1588 144.4 39.9381 144.733 39.4973C145.067 39.0523 145.233 38.431 145.233 37.633C145.233 36.919 145.062 36.3417 144.722 35.9009C144.384 35.4558 143.936 35.2333 143.374 35.2333C142.824 35.2333 142.381 35.4516 142.045 35.8893C141.708 36.3252 141.54 36.9507 141.54 37.7647ZM151.139 35.4369C150.97 35.4089 150.787 35.3949 150.59 35.3949C149.861 35.3949 149.366 35.7058 149.105 36.327V40.9465H147.993V34.4383H149.075L149.093 35.19C149.458 34.6084 149.976 34.3176 150.645 34.3176C150.862 34.3176 151.025 34.3456 151.139 34.4017V35.4369ZM154.221 32.8623V34.4383H155.437V35.2985H154.221V39.3346C154.221 39.5955 154.275 39.7918 154.384 39.9241C154.492 40.0528 154.677 40.1168 154.937 40.1168C155.066 40.1168 155.243 40.0924 155.467 40.0448V40.9472C155.173 41.0276 154.889 41.0673 154.613 41.0673C154.116 41.0673 153.741 40.9167 153.488 40.6161C153.235 40.3155 153.109 39.8881 153.109 39.3352V35.2991H151.924V34.4389H153.109V32.8629H154.221V32.8623Z" fill="#130F40"/>
13
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 159 45" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M50.3041 12.759C51.1016 12.3164 51.7606 11.7488 52.2691 11.0641C52.9208 10.1764 53.2513 9.14667 53.2513 8.00354C53.2513 5.88065 52.5709 4.24856 51.2308 3.15419C49.9188 2.07324 47.9477 1.52515 45.3731 1.52515H37.4949V25.3012H45.8346C48.3611 25.3012 50.3504 24.6763 51.7484 23.4429C53.158 22.2004 53.8719 20.4744 53.8719 18.3137C53.8719 16.895 53.4823 15.6562 52.716 14.6331C52.099 13.7906 51.29 13.162 50.3041 12.759ZM48.469 10.4745C47.7337 11.0927 46.7235 11.4055 45.467 11.4055H41.1578V4.6485H45.3719C46.8113 4.6485 47.8886 4.92103 48.5745 5.46059C49.2439 5.97698 49.5695 6.8037 49.5695 7.98768C49.5701 9.0473 49.2104 9.85999 48.469 10.4745ZM41.1584 14.4636H45.9449C48.8019 14.4636 50.1907 15.733 50.1907 18.3436C50.1907 19.5581 49.8182 20.4829 49.0512 21.1713C48.2958 21.848 47.235 22.1912 45.8974 22.1912H41.159V14.4636H41.1584Z" fill="#130F40"/>
3
+ <path d="M152.082 1.52417V18.7346L140.859 1.52417H137.318V25.2996H140.999V8.16717L152.191 25.2996H155.732V1.52417H152.082Z" fill="#130F40"/>
4
+ <path d="M111.139 12.7483C111.959 11.6289 112.375 10.2992 112.375 8.79818C112.375 6.44484 111.626 4.62131 110.151 3.3788C108.7 2.14848 106.61 1.52417 103.939 1.52417H95.9662V25.2996H99.6462V15.9283H104.601L109.628 25.2996H113.393V24.7253L108.08 15.1248C109.367 14.5754 110.395 13.7774 111.139 12.7483ZM108.695 8.79879C108.695 10.0328 108.287 10.9881 107.446 11.7203C106.616 12.4513 105.469 12.822 104.035 12.822H99.6468V4.64875H104.018C105.546 4.65911 106.72 5.02308 107.509 5.73335C108.307 6.4424 108.695 7.44532 108.695 8.79879Z" fill="#130F40"/>
5
+ <path d="M61.6837 1.52417H58.0189V25.2996H61.6837V1.52417Z" fill="#130F40"/>
6
+ <path d="M84.6988 1.52417H80.1921L70.3386 12.4891V1.52417H66.6744V25.2996H70.3386V17.2897L72.8395 14.6913L80.9249 25.2996H85.3499L75.297 12.0752L84.6988 1.52417Z" fill="#130F40"/>
7
+ <path d="M122.76 1.52417L113.68 25.2996H117.488L119.668 19.2535H128.947L131.157 25.2996H134.948L125.852 1.52417H122.76ZM127.816 16.1301H120.81L124.305 6.4924L127.816 16.1301Z" fill="#130F40"/>
8
+ <path d="M90.9907 1.52417H87.3265V25.2996H90.9907V1.52417Z" fill="#130F40"/>
9
+ <path d="M9.342 13.8066C12.8179 13.8066 15.6357 10.9888 15.6357 7.5129C15.6357 4.037 12.8179 1.21924 9.342 1.21924C5.86611 1.21924 3.04834 4.037 3.04834 7.5129C3.04834 10.9888 5.86611 13.8066 9.342 13.8066Z" fill="#F50303"/>
10
+ <path d="M23.5017 13.8066C26.9776 13.8066 29.7953 10.9888 29.7953 7.5129C29.7953 4.037 26.9776 1.21924 23.5017 1.21924C20.0258 1.21924 17.208 4.037 17.208 7.5129C17.208 10.9888 20.0258 13.8066 23.5017 13.8066Z" fill="#FFE600"/>
11
+ <path d="M16.4215 25.6061C19.8974 25.6061 22.7151 22.7883 22.7151 19.3125C22.7151 15.8366 19.8974 13.0188 16.4215 13.0188C12.9456 13.0188 10.1278 15.8366 10.1278 19.3125C10.1278 22.7883 12.9456 25.6061 16.4215 25.6061Z" fill="#AE00B9"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.16438 37.044C5.17366 36.7593 4.45181 36.4106 3.99882 35.9972C3.54949 35.5802 3.32513 35.0669 3.32513 34.4572C3.32513 33.7676 3.60009 33.1982 4.14941 32.7489C4.70299 32.2959 5.42058 32.0691 6.30278 32.0691C6.90452 32.0691 7.43982 32.1855 7.90866 32.4178C8.38176 32.6507 8.74696 32.9714 9.00363 33.3799C9.26457 33.789 9.39443 34.2359 9.39443 34.7212H8.23361C8.23361 34.192 8.06534 33.7768 7.72819 33.4762C7.39104 33.1714 6.91611 33.019 6.30217 33.019C5.73273 33.019 5.28767 33.1452 4.96698 33.3982C4.65056 33.6469 4.49205 33.9938 4.49205 34.4389C4.49205 34.7955 4.64264 35.0986 4.9432 35.3473C5.24804 35.5918 5.76322 35.8168 6.48934 36.021C7.21912 36.2258 7.78855 36.452 8.19764 36.7008C8.611 36.9453 8.91523 37.2324 9.11215 37.561C9.31273 37.8896 9.41272 38.2768 9.41272 38.7218C9.41272 39.4315 9.13593 40.0009 8.58234 40.4301C8.02876 40.8551 7.28923 41.0679 6.36252 41.0679C5.76078 41.0679 5.19927 40.9532 4.678 40.7246C4.15673 40.4917 3.75373 40.1753 3.46901 39.7741C3.18856 39.3736 3.04834 38.9188 3.04834 38.4097H4.20916C4.20916 38.9389 4.40364 39.3577 4.79262 39.6668C5.18585 39.9717 5.70895 40.1241 6.36252 40.1241C6.9722 40.1241 7.43921 39.9997 7.76416 39.751C8.08912 39.5022 8.25129 39.1632 8.25129 38.7346C8.25129 38.3054 8.1007 37.975 7.80013 37.7421C7.49956 37.5049 6.95391 37.2727 6.16438 37.044ZM13.6664 41.0673C12.7842 41.0673 12.066 40.7783 11.513 40.2009C10.9595 39.6193 10.6833 38.8432 10.6833 37.8732V37.6689C10.6833 37.0233 10.8058 36.4478 11.0503 35.9423C11.299 35.4333 11.6435 35.0358 12.0849 34.7517C12.53 34.4627 13.011 34.3188 13.5286 34.3188C14.3749 34.3188 15.0321 34.5974 15.5015 35.1553C15.971 35.7125 16.2051 36.5106 16.2051 37.5494V38.0128H11.7959C11.8118 38.6542 11.9983 39.1736 12.3556 39.5705C12.7165 39.9637 13.1738 40.1601 13.7274 40.1601C14.1206 40.1601 14.4535 40.0796 14.726 39.9192C14.9985 39.7589 15.2375 39.5461 15.4418 39.2815L16.1216 39.8107C15.5753 40.6484 14.7571 41.0673 13.6664 41.0673ZM13.5323 35.2321C13.083 35.2321 12.7062 35.3967 12.4013 35.7253C12.0965 36.0503 11.9081 36.5075 11.8362 37.0971H15.0961V37.0129C15.0644 36.4478 14.912 36.0106 14.6388 35.7015C14.3669 35.3888 13.9975 35.2321 13.5323 35.2321ZM20.8977 35.4369C20.7295 35.4089 20.5472 35.3949 20.3503 35.3949C19.6205 35.3949 19.1254 35.7058 18.8645 36.327V40.9465H17.7518V34.4383H18.8346L18.8529 35.19C19.2181 34.6084 19.7351 34.3176 20.4045 34.3176C20.621 34.3176 20.7856 34.3456 20.8977 34.4017V35.4369ZM24.4271 39.4358L26.0391 34.4371H27.1762L24.8423 40.9453H23.9943L21.6361 34.4371H22.7731L24.4271 39.4358ZM29.8246 40.9459H28.5924V34.4371H29.8246V40.9459ZM28.4992 32.7123C28.4992 32.5318 28.5534 32.3794 28.6619 32.255C28.7735 32.1307 28.9381 32.0685 29.1546 32.0685C29.371 32.0685 29.5356 32.1307 29.6478 32.255C29.76 32.3794 29.816 32.5318 29.816 32.7123C29.816 32.8928 29.76 33.0433 29.6478 33.1635C29.5356 33.2836 29.371 33.3439 29.1546 33.3439C28.9381 33.3439 28.7735 33.2836 28.6613 33.1635C28.5528 33.0427 28.4992 32.8928 28.4992 32.7123ZM34.3471 40.1588C34.744 40.1588 35.0909 40.0387 35.3879 39.7979C35.6848 39.5571 35.8494 39.2565 35.8811 38.8956H36.934C36.9139 39.2687 36.7858 39.6236 36.5487 39.9601C36.3121 40.2972 35.9951 40.5655 35.5982 40.7661C35.2049 40.9667 34.7879 41.0667 34.3471 41.0667C33.4607 41.0667 32.7553 40.7716 32.2297 40.1826C31.7085 39.5888 31.4475 38.7792 31.4475 37.7525V37.5659C31.4475 36.9325 31.564 36.3691 31.7963 35.8759C32.0292 35.3827 32.3614 34.9998 32.7949 34.7273C33.232 34.4547 33.7472 34.3182 34.3404 34.3182C35.0702 34.3182 35.6756 34.5364 36.1573 34.9742C36.6426 35.4113 36.9011 35.9789 36.9334 36.6764H35.8805C35.8482 36.2551 35.6878 35.9106 35.3994 35.6418C35.1147 35.3693 34.7617 35.2327 34.341 35.2327C33.7759 35.2327 33.3363 35.4369 33.0235 35.8466C32.715 36.2514 32.5602 36.8392 32.5602 37.6092V37.8195C32.5602 38.5694 32.7144 39.1468 33.0235 39.5522C33.3326 39.9564 33.7734 40.1588 34.3471 40.1588ZM41.131 41.0673C40.2488 41.0673 39.5312 40.7783 38.9776 40.2009C38.424 39.6193 38.1478 38.8432 38.1478 37.8732V37.6689C38.1478 37.0233 38.2704 36.4478 38.5149 35.9423C38.7636 35.4333 39.1087 35.0358 39.5495 34.7517C39.9945 34.4627 40.4756 34.3188 40.9932 34.3188C41.8394 34.3188 42.4972 34.5974 42.9661 35.1553C43.4355 35.7125 43.6697 36.5106 43.6697 37.5494V38.0128H39.2605C39.2764 38.6542 39.4629 39.1736 39.8202 39.5705C40.1811 39.9637 40.6384 40.1601 41.1919 40.1601C41.5852 40.1601 41.9181 40.0796 42.1906 39.9192C42.4631 39.7589 42.7021 39.5461 42.9063 39.2815L43.5861 39.8107C43.0399 40.6484 42.2223 41.0673 41.131 41.0673ZM40.9962 35.2321C40.5469 35.2321 40.1701 35.3967 39.8653 35.7253C39.5605 36.0503 39.3721 36.5075 39.2995 37.0971H42.56V37.0129C42.5277 36.4478 42.3753 36.0106 42.1028 35.7015C41.8303 35.3888 41.4614 35.2321 40.9962 35.2321ZM45.1743 42.6908L44.5427 42.2579C44.9195 41.7324 45.1164 41.191 45.1323 40.6338V39.629H46.2211V40.5015C46.2211 40.9063 46.1212 41.3111 45.9206 41.7166C45.7236 42.1214 45.4749 42.4463 45.1743 42.6908ZM53.9298 37.0428C52.9391 36.7581 52.2173 36.4094 51.7643 35.996C51.315 35.579 51.0906 35.0656 51.0906 34.456C51.0906 33.7664 51.3656 33.197 51.9149 32.7477C52.4685 32.2953 53.186 32.0685 54.0682 32.0685C54.67 32.0685 55.2053 32.1849 55.6741 32.4172C56.1472 32.6501 56.5124 32.9708 56.7691 33.3799C57.03 33.789 57.1599 34.2359 57.1599 34.7212H55.9991C55.9991 34.192 55.8308 33.7768 55.4937 33.4762C55.1571 33.1714 54.6816 33.019 54.0682 33.019C53.4988 33.019 53.0537 33.1452 52.7331 33.3976C52.416 33.6463 52.2581 33.9932 52.2581 34.4383C52.2581 34.7949 52.4081 35.0979 52.7093 35.3467C53.0141 35.5912 53.5293 35.8161 54.2548 36.0204C54.9846 36.2246 55.554 36.4514 55.9631 36.7002C56.3759 36.9446 56.6807 37.2312 56.8776 37.5604C57.0782 37.889 57.1782 38.2762 57.1782 38.7212C57.1782 39.4309 56.9014 40.0003 56.3484 40.4295C55.7948 40.8545 55.0553 41.0673 54.1286 41.0673C53.5269 41.0673 52.9653 40.9526 52.4441 40.7246C51.9228 40.4917 51.5198 40.1753 51.2351 39.7741C50.954 39.373 50.8138 38.9182 50.8138 38.4085H51.9746C51.9746 38.9377 52.1691 39.3565 52.5581 39.6656C52.9513 39.9705 53.4744 40.1229 54.128 40.1229C54.7377 40.1229 55.2047 39.9985 55.5296 39.7498C55.8546 39.501 56.0168 39.162 56.0168 38.7334C56.0168 38.3042 55.8662 37.9738 55.5656 37.7409C55.265 37.5043 54.72 37.2714 53.9298 37.0428ZM61.4325 41.0673C60.5503 41.0673 59.8321 40.7783 59.2785 40.2009C58.7249 39.6193 58.4487 38.8432 58.4487 37.8732V37.6689C58.4487 37.0233 58.5713 36.4478 58.8158 35.9423C59.0645 35.4333 59.409 35.0358 59.8504 34.7517C60.2954 34.4627 60.7765 34.3188 61.2941 34.3188C62.1403 34.3188 62.7975 34.5974 63.267 35.1553C63.7358 35.7125 63.9706 36.5106 63.9706 37.5494V38.0128H59.5614C59.5773 38.6542 59.7638 39.1736 60.1211 39.5705C60.482 39.9637 60.9393 40.1601 61.4922 40.1601C61.8855 40.1601 62.2184 40.0796 62.4909 39.9192C62.7634 39.7589 63.0024 39.5461 63.2066 39.2815L63.8864 39.8107C63.3408 40.6484 62.5232 41.0673 61.4325 41.0673ZM61.2971 35.2321C60.8478 35.2321 60.471 35.3967 60.1662 35.7253C59.8614 36.0503 59.673 36.5075 59.601 37.0971H62.8616V37.0129C62.8293 36.4478 62.6768 36.0106 62.4043 35.7015C62.1312 35.3888 61.7623 35.2321 61.2971 35.2321ZM68.1279 40.1588C68.5248 40.1588 68.8717 40.0387 69.1686 39.7979C69.4649 39.5571 69.6295 39.2565 69.6612 38.8956H70.7141C70.694 39.2687 70.566 39.6236 70.3295 39.9601C70.0929 40.2972 69.7759 40.5655 69.379 40.7661C68.9857 40.9667 68.5687 41.0667 68.1279 41.0667C67.2415 41.0667 66.5355 40.7716 66.0105 40.1826C65.4893 39.5888 65.2283 38.7792 65.2283 37.7525V37.5659C65.2283 36.9325 65.3448 36.3691 65.577 35.8759C65.8099 35.3827 66.1428 34.9998 66.5757 34.7273C67.0128 34.4547 67.528 34.3182 68.1218 34.3182C68.8516 34.3182 69.457 34.5364 69.9386 34.9742C70.4233 35.4113 70.6824 35.9789 70.7141 36.6764H69.6612C69.6295 36.2551 69.4692 35.9106 69.1802 35.6418C68.8955 35.3693 68.5425 35.2327 68.1218 35.2327C67.556 35.2327 67.1171 35.4369 66.8043 35.8466C66.4958 36.2514 66.341 36.8392 66.341 37.6092V37.8195C66.341 38.5694 66.4958 39.1468 66.8043 39.5522C67.1134 39.9564 67.5542 40.1588 68.1279 40.1588ZM76.2232 40.3021C75.7891 40.8118 75.1538 41.066 74.3161 41.066C73.6223 41.066 73.0925 40.8655 72.7279 40.4643C72.367 40.0595 72.1841 39.462 72.1804 38.6719V34.4371H73.2937V38.6414C73.2937 39.6278 73.6936 40.121 74.496 40.121C75.3458 40.121 75.9116 39.804 76.1921 39.1706V34.4365H77.3047V40.9447H76.2463L76.2232 40.3021ZM82.3973 35.4369C82.229 35.4089 82.0468 35.3949 81.8504 35.3949C81.1201 35.3949 80.625 35.7058 80.3647 36.327V40.9465H79.2514V34.4383H80.3342L80.3525 35.19C80.7171 34.6084 81.2347 34.3176 81.9047 34.3176C82.1217 34.3176 82.2858 34.3456 82.3973 34.4017V35.4369ZM84.9988 40.9459H83.7666V34.4371H84.9988V40.9459ZM83.6807 32.7123C83.6807 32.5318 83.7349 32.3794 83.8435 32.255C83.9557 32.1307 84.119 32.0685 84.3361 32.0685C84.5531 32.0685 84.7165 32.1307 84.8299 32.255C84.9421 32.3794 84.9976 32.5318 84.9976 32.7123C84.9976 32.8928 84.9421 33.0433 84.8299 33.1635C84.7165 33.2836 84.5531 33.3439 84.3361 33.3439C84.119 33.3439 83.9557 33.2836 83.8435 33.1635C83.7349 33.0427 83.6807 32.8928 83.6807 32.7123ZM88.4221 32.8623V34.4383H89.6384V35.2985H88.4221V39.3346C88.4221 39.5955 88.4764 39.7918 88.5849 39.9241C88.6934 40.0528 88.8781 40.1168 89.1379 40.1168C89.2677 40.1168 89.4439 40.0924 89.6677 40.0448V40.9472C89.3744 41.0276 89.0903 41.0673 88.8141 41.0673C88.3166 41.0673 87.9417 40.9167 87.6893 40.6161C87.4369 40.3155 87.3101 39.8881 87.3101 39.3352V35.2991H86.1249V34.4389H87.3101V32.8629H88.4221V32.8623ZM93.3184 39.3157L94.834 34.4371H96.0254L93.4086 41.9501C93.0032 43.0328 92.36 43.5742 91.4784 43.5742L91.2675 43.5559L90.8523 43.4779V42.5756L91.1528 42.6C91.5296 42.6 91.8229 42.5238 92.0314 42.3714C92.2429 42.2189 92.4179 41.9403 92.5551 41.5355L92.8014 40.874L90.4792 34.4377H91.6936L93.3184 39.3157ZM100.344 38.595C100.344 38.1738 100.46 37.7872 100.692 37.4342C100.929 37.0812 101.377 36.6703 102.04 36.2015C101.651 35.7283 101.389 35.3473 101.258 35.0583C101.125 34.7699 101.059 34.4828 101.059 34.1981C101.059 33.5323 101.255 33.011 101.648 32.6343C102.041 32.2569 102.574 32.0685 103.248 32.0685C103.849 32.0685 104.347 32.2447 104.74 32.5977C105.133 32.9464 105.329 33.3878 105.329 33.9213C105.329 34.2743 105.239 34.6011 105.059 34.9016C104.882 35.1985 104.571 35.5113 104.127 35.8399L103.482 36.3149L105.431 38.6426C105.705 38.1213 105.84 37.5415 105.84 36.9044H106.846C106.846 37.9268 106.599 38.7749 106.105 39.4486L107.357 40.9465H106.022L105.437 40.2546C105.141 40.5192 104.792 40.7216 104.391 40.8618C103.994 40.9984 103.59 41.0667 103.176 41.0667C102.322 41.0667 101.636 40.8398 101.119 40.3869C100.602 39.9345 100.344 39.337 100.344 38.595ZM103.171 40.1582C103.761 40.1582 104.301 39.9339 104.79 39.4845L102.654 36.9282L102.456 37.0727C101.787 37.5659 101.451 38.0732 101.451 38.5944C101.451 39.0675 101.604 39.4467 101.909 39.7315C102.218 40.0156 102.638 40.1582 103.171 40.1582ZM102.17 34.1615C102.17 34.5468 102.407 35.0278 102.88 35.6052L103.59 35.1059C103.863 34.9132 104.049 34.7309 104.149 34.5584C104.25 34.3816 104.299 34.1694 104.299 33.9207C104.299 33.6518 104.199 33.4293 103.999 33.2531C103.799 33.0726 103.546 32.9824 103.241 32.9824C102.912 32.9824 102.652 33.0946 102.459 33.3189C102.267 33.5396 102.17 33.8207 102.17 34.1615ZM114.541 37.0428C113.549 36.7581 112.828 36.4094 112.375 35.996C111.925 35.579 111.701 35.0656 111.701 34.456C111.701 33.7664 111.976 33.197 112.525 32.7477C113.078 32.2947 113.796 32.0679 114.678 32.0679C115.279 32.0679 115.815 32.1843 116.285 32.4166C116.758 32.6495 117.122 32.9702 117.379 33.3793C117.64 33.7884 117.771 34.2353 117.771 34.7206H116.609C116.609 34.1914 116.441 33.7762 116.104 33.4756C115.767 33.1708 115.292 33.0184 114.678 33.0184C114.109 33.0184 113.663 33.1446 113.343 33.397C113.027 33.6457 112.868 33.9926 112.868 34.4377C112.868 34.7943 113.018 35.0973 113.318 35.3461C113.624 35.5906 114.139 35.8155 114.864 36.0198C115.595 36.224 116.164 36.4508 116.573 36.6996C116.986 36.944 117.291 37.2306 117.487 37.5598C117.688 37.8884 117.788 38.2756 117.788 38.7206C117.788 39.4303 117.512 39.9997 116.957 40.4289C116.404 40.8539 115.665 41.0667 114.739 41.0667C114.136 41.0667 113.576 40.952 113.054 40.724C112.532 40.4911 112.13 40.1747 111.845 39.7735C111.564 39.3724 111.424 38.9176 111.424 38.4079H112.585C112.585 38.9371 112.779 39.3559 113.168 39.665C113.561 39.9698 114.084 40.1223 114.739 40.1223C115.347 40.1223 115.815 39.9979 116.14 39.7491C116.465 39.5004 116.627 39.1614 116.627 38.7328C116.627 38.3036 116.477 37.9732 116.176 37.7403C115.876 37.5043 115.33 37.2714 114.541 37.0428ZM123.362 40.3021C122.93 40.8118 122.294 41.066 121.457 41.066C120.762 41.066 120.233 40.8655 119.868 40.4643C119.508 40.0595 119.324 39.462 119.32 38.6719V34.4371H120.433V38.6414C120.433 39.6278 120.834 40.121 121.637 40.121C122.486 40.121 123.052 39.804 123.333 39.1706V34.4365H124.445V40.9447H123.387L123.362 40.3021ZM131.891 37.7647C131.891 38.7554 131.664 39.5534 131.211 40.1588C130.759 40.7642 130.146 41.0673 129.371 41.0673C128.581 41.0673 127.959 40.8167 127.507 40.3155V43.4493H126.393V34.4383H127.41L127.464 35.1601C127.917 34.5986 128.547 34.3182 129.354 34.3182C130.135 34.3182 130.753 34.6126 131.207 35.2022C131.663 35.7918 131.891 36.6118 131.891 37.6622V37.7647ZM130.774 37.6397C130.774 36.9056 130.618 36.3264 130.305 35.9015C129.992 35.4766 129.563 35.2638 129.018 35.2638C128.344 35.2638 127.839 35.5625 127.502 36.16V39.2699C127.835 39.8638 128.344 40.1601 129.03 40.1601C129.563 40.1601 129.986 39.9497 130.299 39.5284C130.615 39.1035 130.774 38.4737 130.774 37.6397ZM139.054 37.7647C139.054 38.7554 138.827 39.5534 138.375 40.1588C137.921 40.7642 137.308 41.0673 136.534 41.0673C135.744 41.0673 135.123 40.8167 134.669 40.3155V43.4493H133.557V34.4383H134.573L134.627 35.1601C135.08 34.5986 135.71 34.3182 136.516 34.3182C137.298 34.3182 137.915 34.6126 138.369 35.2022C138.826 35.7918 139.054 36.6118 139.054 37.6622V37.7647ZM137.938 37.6397C137.938 36.9056 137.782 36.3264 137.469 35.9015C137.156 35.4766 136.727 35.2638 136.181 35.2638C135.508 35.2638 135.002 35.5625 134.666 36.16V39.2699C134.999 39.8638 135.508 40.1601 136.194 40.1601C136.727 40.1601 137.15 39.9497 137.462 39.5284C137.781 39.1035 137.938 38.4737 137.938 37.6397ZM140.425 37.6324C140.425 36.9946 140.549 36.4209 140.798 35.9119C141.05 35.4028 141.4 35.0095 141.845 34.7328C142.293 34.456 142.804 34.3176 143.379 34.3176C144.265 34.3176 144.98 34.6242 145.526 35.2382C146.075 35.8521 146.35 36.6679 146.35 37.6866V37.7647C146.35 38.3981 146.228 38.9675 145.983 39.473C145.743 39.9741 145.395 40.3655 144.942 40.646C144.494 40.9264 143.976 41.0673 143.391 41.0673C142.509 41.0673 141.793 40.7606 141.244 40.1467C140.698 39.5327 140.425 38.7212 140.425 37.7104V37.6324ZM141.54 37.7647C141.54 38.4865 141.706 39.0657 142.039 39.5028C142.375 39.94 142.824 40.1588 143.387 40.1588C143.952 40.1588 144.4 39.9381 144.733 39.4973C145.067 39.0523 145.233 38.431 145.233 37.633C145.233 36.919 145.062 36.3417 144.722 35.9009C144.384 35.4558 143.936 35.2333 143.374 35.2333C142.824 35.2333 142.381 35.4516 142.045 35.8893C141.708 36.3252 141.54 36.9507 141.54 37.7647ZM151.139 35.4369C150.97 35.4089 150.787 35.3949 150.59 35.3949C149.861 35.3949 149.366 35.7058 149.105 36.327V40.9465H147.993V34.4383H149.075L149.093 35.19C149.458 34.6084 149.976 34.3176 150.645 34.3176C150.862 34.3176 151.025 34.3456 151.139 34.4017V35.4369ZM154.221 32.8623V34.4383H155.437V35.2985H154.221V39.3346C154.221 39.5955 154.275 39.7918 154.384 39.9241C154.492 40.0528 154.677 40.1168 154.937 40.1168C155.066 40.1168 155.243 40.0924 155.467 40.0448V40.9472C155.173 41.0276 154.889 41.0673 154.613 41.0673C154.116 41.0673 153.741 40.9167 153.488 40.6161C153.235 40.3155 153.109 39.8881 153.109 39.3352V35.2991H151.924V34.4389H153.109V32.8629H154.221V32.8623Z" fill="#130F40"/>
13
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="38" height="38" rx="10" fill="#AE00B9"/>
3
- <path d="M16.1558 15.5886C16.2165 15.6336 16.2751 15.6757 16.3323 15.7193L20.3023 18.7579C20.7437 19.095 20.8865 19.0979 21.3287 18.7571C21.9244 18.3014 22.5194 17.8443 23.1158 17.3886L26.8973 14.4929H16.3744C16.4008 14.8879 16.3158 15.2471 16.1201 15.5643L16.1558 15.5886Z" fill="#FBF2FB"/>
4
- <path d="M24.9938 17.3093C23.9746 18.09 22.956 18.8707 21.9367 19.6507C21.1588 20.2436 20.4631 20.245 19.6824 19.6436C18.3281 18.6036 16.9717 17.5643 15.6138 16.5271C15.5388 16.47 15.456 16.4214 15.3603 16.365L15.341 16.3536C15.3138 16.3371 15.2846 16.3207 15.2567 16.3036C15.2296 16.3186 15.1988 16.335 15.166 16.3521L15.1496 16.3593C15.0088 16.4343 14.816 16.5386 14.6417 16.655C14.266 16.9071 14.2724 17.3 14.3353 17.6886C14.3546 17.8071 14.4096 17.9443 14.4988 18.0964C14.7931 18.5971 15.0903 19.0957 15.3867 19.595L15.5853 19.9279C15.8531 20.3793 16.1224 20.8307 16.3896 21.2829C16.5453 21.5464 16.7653 21.7379 17.0624 21.8693C17.3617 22.0021 17.6296 21.9907 17.881 21.8343C18.0338 21.7379 18.1988 21.6486 18.3438 21.5679L18.541 21.4586C19.2746 21.0507 20.0353 21.1043 20.686 21.6129C20.8296 21.725 21.0146 21.8779 21.161 22.0579C21.3388 22.2779 21.516 22.5043 21.686 22.7393C21.7088 22.7393 21.7324 22.7393 21.7546 22.74H25.1338C25.8167 22.74 26.501 22.74 27.1838 22.7393C27.5381 22.7379 27.571 22.7064 27.571 22.3636V15.3364L24.9938 17.3093Z" fill="#FBF2FB"/>
5
- <path d="M21.7555 25.2128C21.7412 25.1128 21.6876 24.9814 21.6069 24.7871C21.3147 24.0857 20.8933 23.4171 20.3205 22.7421C20.2147 22.6178 20.0797 22.5071 19.9626 22.4157C19.684 22.2014 19.4076 22.1857 19.119 22.365C18.8955 22.5057 18.6276 22.6657 18.3405 22.7978C18.1333 22.8928 17.8905 22.9936 17.6455 23.0071C16.6997 23.0614 15.9669 22.6707 15.4669 21.8543C14.7647 20.705 14.1333 19.64 13.5333 18.5971C13.3769 18.325 13.2683 18.0128 13.2262 17.7171C13.1247 16.9971 13.3447 16.0693 14.2662 15.6221C14.414 15.5507 14.559 15.465 14.6883 15.3893C14.7819 15.3336 14.8769 15.2786 14.9726 15.2257C15.204 15.1007 15.3047 14.9028 15.2812 14.6221C15.2726 14.5193 15.259 14.4 15.2247 14.2921C14.9297 13.3878 14.4719 12.565 13.864 11.8478C13.8083 11.7814 13.7369 11.7178 13.6433 11.6521V11.6493C13.6419 11.6493 13.6405 11.6493 13.6383 11.6493C13.6097 11.6286 13.579 11.6078 13.5455 11.5871C13.529 11.5764 13.4976 11.5693 13.4662 11.5693C13.4412 11.5693 13.4305 11.5743 13.4269 11.5757C13.2205 11.6771 13.0197 11.7771 12.8419 11.9064C12.7283 11.9886 12.6197 12.0728 12.5162 12.16C11.2805 13.025 10.5862 14.24 10.4519 15.7778C10.3419 17.0457 10.624 18.2993 11.2855 19.5043C12.0705 20.9243 12.9176 22.3021 13.5655 23.355C14.0612 24.1657 14.7219 24.8443 15.5212 25.3843C16.554 26.0771 17.6076 26.43 18.6547 26.43C19.5497 26.43 20.4519 26.1743 21.3405 25.6614C21.3697 25.6443 21.3976 25.6257 21.4247 25.6071C21.6869 25.465 21.779 25.3878 21.7583 25.22C21.759 25.2178 21.7605 25.2157 21.7612 25.2143L21.7555 25.2128Z" fill="#FBF2FB"/>
6
- </svg>
1
+ <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="38" height="38" rx="10" fill="#AE00B9"/>
3
+ <path d="M16.1558 15.5886C16.2165 15.6336 16.2751 15.6757 16.3323 15.7193L20.3023 18.7579C20.7437 19.095 20.8865 19.0979 21.3287 18.7571C21.9244 18.3014 22.5194 17.8443 23.1158 17.3886L26.8973 14.4929H16.3744C16.4008 14.8879 16.3158 15.2471 16.1201 15.5643L16.1558 15.5886Z" fill="#FBF2FB"/>
4
+ <path d="M24.9938 17.3093C23.9746 18.09 22.956 18.8707 21.9367 19.6507C21.1588 20.2436 20.4631 20.245 19.6824 19.6436C18.3281 18.6036 16.9717 17.5643 15.6138 16.5271C15.5388 16.47 15.456 16.4214 15.3603 16.365L15.341 16.3536C15.3138 16.3371 15.2846 16.3207 15.2567 16.3036C15.2296 16.3186 15.1988 16.335 15.166 16.3521L15.1496 16.3593C15.0088 16.4343 14.816 16.5386 14.6417 16.655C14.266 16.9071 14.2724 17.3 14.3353 17.6886C14.3546 17.8071 14.4096 17.9443 14.4988 18.0964C14.7931 18.5971 15.0903 19.0957 15.3867 19.595L15.5853 19.9279C15.8531 20.3793 16.1224 20.8307 16.3896 21.2829C16.5453 21.5464 16.7653 21.7379 17.0624 21.8693C17.3617 22.0021 17.6296 21.9907 17.881 21.8343C18.0338 21.7379 18.1988 21.6486 18.3438 21.5679L18.541 21.4586C19.2746 21.0507 20.0353 21.1043 20.686 21.6129C20.8296 21.725 21.0146 21.8779 21.161 22.0579C21.3388 22.2779 21.516 22.5043 21.686 22.7393C21.7088 22.7393 21.7324 22.7393 21.7546 22.74H25.1338C25.8167 22.74 26.501 22.74 27.1838 22.7393C27.5381 22.7379 27.571 22.7064 27.571 22.3636V15.3364L24.9938 17.3093Z" fill="#FBF2FB"/>
5
+ <path d="M21.7555 25.2128C21.7412 25.1128 21.6876 24.9814 21.6069 24.7871C21.3147 24.0857 20.8933 23.4171 20.3205 22.7421C20.2147 22.6178 20.0797 22.5071 19.9626 22.4157C19.684 22.2014 19.4076 22.1857 19.119 22.365C18.8955 22.5057 18.6276 22.6657 18.3405 22.7978C18.1333 22.8928 17.8905 22.9936 17.6455 23.0071C16.6997 23.0614 15.9669 22.6707 15.4669 21.8543C14.7647 20.705 14.1333 19.64 13.5333 18.5971C13.3769 18.325 13.2683 18.0128 13.2262 17.7171C13.1247 16.9971 13.3447 16.0693 14.2662 15.6221C14.414 15.5507 14.559 15.465 14.6883 15.3893C14.7819 15.3336 14.8769 15.2786 14.9726 15.2257C15.204 15.1007 15.3047 14.9028 15.2812 14.6221C15.2726 14.5193 15.259 14.4 15.2247 14.2921C14.9297 13.3878 14.4719 12.565 13.864 11.8478C13.8083 11.7814 13.7369 11.7178 13.6433 11.6521V11.6493C13.6419 11.6493 13.6405 11.6493 13.6383 11.6493C13.6097 11.6286 13.579 11.6078 13.5455 11.5871C13.529 11.5764 13.4976 11.5693 13.4662 11.5693C13.4412 11.5693 13.4305 11.5743 13.4269 11.5757C13.2205 11.6771 13.0197 11.7771 12.8419 11.9064C12.7283 11.9886 12.6197 12.0728 12.5162 12.16C11.2805 13.025 10.5862 14.24 10.4519 15.7778C10.3419 17.0457 10.624 18.2993 11.2855 19.5043C12.0705 20.9243 12.9176 22.3021 13.5655 23.355C14.0612 24.1657 14.7219 24.8443 15.5212 25.3843C16.554 26.0771 17.6076 26.43 18.6547 26.43C19.5497 26.43 20.4519 26.1743 21.3405 25.6614C21.3697 25.6443 21.3976 25.6257 21.4247 25.6071C21.6869 25.465 21.779 25.3878 21.7583 25.22C21.759 25.2178 21.7605 25.2157 21.7612 25.2143L21.7555 25.2128Z" fill="#FBF2FB"/>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="38" height="38" rx="10" fill="#189FFF"/>
3
- <path d="M27.5651 16.8263C27.5564 16.1239 27.1401 15.4908 26.5071 15.2306C26.2122 15.1005 25.9 15.1092 25.6312 15.1179H25.5444C25.5358 15.1179 25.5271 15.1179 25.5271 15.1179C25.5184 15.1092 25.5184 15.1005 25.5097 15.0919C25.0588 14.2073 24.4517 13.4181 23.7319 12.7764C23.6365 12.6897 23.5411 12.6029 23.4457 12.5422C23.255 12.3861 23.0555 12.2387 22.856 12.0999C22.752 12.0392 22.6479 11.9699 22.5438 11.9092C22.327 11.7877 22.1102 11.675 21.8847 11.5709C21.6679 11.4582 21.4338 11.3715 21.1996 11.3021C21.1129 11.2674 21.0175 11.2414 20.9221 11.2154C20.74 11.1633 20.5579 11.12 20.3758 11.0853C20.1676 11.0419 19.9595 11.0072 19.7427 10.9812C19.734 10.9899 19.7254 10.9812 19.7167 10.9812C19.5086 10.9639 19.2917 10.9465 19.0749 10.9379H18.9795C18.8408 10.9379 18.6934 10.9465 18.5546 10.9552C17.1931 11.0333 15.9356 11.5102 14.8602 12.2734C14.8342 12.2907 14.8169 12.3081 14.7908 12.3254C14.6174 12.4468 14.4526 12.5856 14.2965 12.7243C14.1925 12.8111 14.0884 12.8978 13.993 13.0019C13.3686 13.6089 12.8309 14.3287 12.432 15.1266H12.4233H12.2239C12.1545 15.1179 12.0764 15.1092 12.0071 15.1179C11.9377 15.1179 11.8596 15.1266 11.7989 15.1352C11.2699 15.1959 10.8016 15.5602 10.5761 16.0718C10.4807 16.2973 10.4287 16.5401 10.4287 16.783V21.1364C10.4287 21.3359 10.4547 21.5267 10.5241 21.7175C10.7409 22.3592 11.322 22.8015 11.955 22.8015C12.0591 22.8102 12.1718 22.8102 12.3193 22.8015H12.3973C12.8743 23.7815 13.542 24.64 14.3486 25.3164C14.6087 25.5506 14.8776 25.7501 15.1638 25.9322C15.3025 26.0276 15.4499 26.1056 15.5974 26.1923C15.7535 26.2791 15.9182 26.3571 16.0743 26.4352C16.3605 26.5653 16.6554 26.678 16.9589 26.7647C16.9676 26.7734 16.9763 26.7734 16.9849 26.7734C17.115 26.8167 17.2451 26.8514 17.3752 26.8775C17.8955 27.0075 18.4245 27.0682 18.9709 27.0682C19.3264 27.0682 19.6907 27.0422 20.0462 26.9815C20.1937 26.9555 20.3498 26.9295 20.4885 26.9035C20.6273 26.8688 20.7574 26.8341 20.8874 26.7994C21.1303 26.73 21.3557 26.6606 21.5812 26.5653C21.6853 26.5219 21.7894 26.4785 21.8847 26.4352C22.6739 26.0969 23.3764 25.6026 24.0008 24.9696C24.0875 24.8828 24.1742 24.7961 24.2609 24.7007C24.391 24.562 24.5124 24.4145 24.6338 24.2584C24.9547 23.8595 25.2409 23.4259 25.4837 22.9576C25.5878 22.8188 25.7005 22.7842 25.9 22.7842H25.926C26.3596 22.7842 26.7672 22.6194 27.0621 22.3159C27.3829 21.995 27.5564 21.5527 27.5651 21.0757C27.5737 19.8269 27.5737 18.474 27.5651 16.8263ZM21.4164 22.5934H20.159L18.9969 18.6128L17.8261 22.5934H16.5687L14.7128 15.9331H16.2911L16.3085 15.9678L17.2711 19.5147L18.4245 15.9331H19.5606L20.714 19.5147L21.694 15.9331H23.281L23.2723 15.9851L21.4164 22.5934Z" fill="#F4FAFF"/>
4
- </svg>
1
+ <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="38" height="38" rx="10" fill="#189FFF"/>
3
+ <path d="M27.5651 16.8263C27.5564 16.1239 27.1401 15.4908 26.5071 15.2306C26.2122 15.1005 25.9 15.1092 25.6312 15.1179H25.5444C25.5358 15.1179 25.5271 15.1179 25.5271 15.1179C25.5184 15.1092 25.5184 15.1005 25.5097 15.0919C25.0588 14.2073 24.4517 13.4181 23.7319 12.7764C23.6365 12.6897 23.5411 12.6029 23.4457 12.5422C23.255 12.3861 23.0555 12.2387 22.856 12.0999C22.752 12.0392 22.6479 11.9699 22.5438 11.9092C22.327 11.7877 22.1102 11.675 21.8847 11.5709C21.6679 11.4582 21.4338 11.3715 21.1996 11.3021C21.1129 11.2674 21.0175 11.2414 20.9221 11.2154C20.74 11.1633 20.5579 11.12 20.3758 11.0853C20.1676 11.0419 19.9595 11.0072 19.7427 10.9812C19.734 10.9899 19.7254 10.9812 19.7167 10.9812C19.5086 10.9639 19.2917 10.9465 19.0749 10.9379H18.9795C18.8408 10.9379 18.6934 10.9465 18.5546 10.9552C17.1931 11.0333 15.9356 11.5102 14.8602 12.2734C14.8342 12.2907 14.8169 12.3081 14.7908 12.3254C14.6174 12.4468 14.4526 12.5856 14.2965 12.7243C14.1925 12.8111 14.0884 12.8978 13.993 13.0019C13.3686 13.6089 12.8309 14.3287 12.432 15.1266H12.4233H12.2239C12.1545 15.1179 12.0764 15.1092 12.0071 15.1179C11.9377 15.1179 11.8596 15.1266 11.7989 15.1352C11.2699 15.1959 10.8016 15.5602 10.5761 16.0718C10.4807 16.2973 10.4287 16.5401 10.4287 16.783V21.1364C10.4287 21.3359 10.4547 21.5267 10.5241 21.7175C10.7409 22.3592 11.322 22.8015 11.955 22.8015C12.0591 22.8102 12.1718 22.8102 12.3193 22.8015H12.3973C12.8743 23.7815 13.542 24.64 14.3486 25.3164C14.6087 25.5506 14.8776 25.7501 15.1638 25.9322C15.3025 26.0276 15.4499 26.1056 15.5974 26.1923C15.7535 26.2791 15.9182 26.3571 16.0743 26.4352C16.3605 26.5653 16.6554 26.678 16.9589 26.7647C16.9676 26.7734 16.9763 26.7734 16.9849 26.7734C17.115 26.8167 17.2451 26.8514 17.3752 26.8775C17.8955 27.0075 18.4245 27.0682 18.9709 27.0682C19.3264 27.0682 19.6907 27.0422 20.0462 26.9815C20.1937 26.9555 20.3498 26.9295 20.4885 26.9035C20.6273 26.8688 20.7574 26.8341 20.8874 26.7994C21.1303 26.73 21.3557 26.6606 21.5812 26.5653C21.6853 26.5219 21.7894 26.4785 21.8847 26.4352C22.6739 26.0969 23.3764 25.6026 24.0008 24.9696C24.0875 24.8828 24.1742 24.7961 24.2609 24.7007C24.391 24.562 24.5124 24.4145 24.6338 24.2584C24.9547 23.8595 25.2409 23.4259 25.4837 22.9576C25.5878 22.8188 25.7005 22.7842 25.9 22.7842H25.926C26.3596 22.7842 26.7672 22.6194 27.0621 22.3159C27.3829 21.995 27.5564 21.5527 27.5651 21.0757C27.5737 19.8269 27.5737 18.474 27.5651 16.8263ZM21.4164 22.5934H20.159L18.9969 18.6128L17.8261 22.5934H16.5687L14.7128 15.9331H16.2911L16.3085 15.9678L17.2711 19.5147L18.4245 15.9331H19.5606L20.714 19.5147L21.694 15.9331H23.281L23.2723 15.9851L21.4164 22.5934Z" fill="#F4FAFF"/>
4
+ </svg>