@pimaonline/pimaonline-themepack 3.0.0 → 3.10.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. package/LICENSE.md +30 -30
  2. package/README.md +100 -69
  3. package/dist/css/main.css +1 -1
  4. package/dist/css/plugins/alt-icons.css +1 -0
  5. package/dist/css/plugins/font-awesome.css +1 -1
  6. package/dist/css/routes.css +1 -1
  7. package/dist/css/themes/aviation/styles.css +1 -1
  8. package/dist/css/themes/bct/styles.css +1 -0
  9. package/dist/css/themes/bio/styles.css +1 -0
  10. package/dist/css/themes/business/styles.css +1 -1
  11. package/dist/css/themes/fsc/styles.css +1 -1
  12. package/dist/css/themes/hrs/styles.css +1 -1
  13. package/dist/css/themes/lgm/styles.css +1 -1
  14. package/dist/css/themes/psy/styles.css +1 -0
  15. package/dist/img/theme-images/bct/Blueprint-background.png +0 -0
  16. package/dist/img/theme-images/bio/original/dna.svg +1 -0
  17. package/dist/img/theme-images/bio/original/humans.svg +1 -0
  18. package/dist/img/theme-images/bio/original/leaves.svg +33 -0
  19. package/dist/img/theme-images/bio/original/marine-bottom.svg +1 -0
  20. package/dist/img/theme-images/bio/original/marine-top.svg +1 -0
  21. package/dist/img/theme-images/bio/original/microbes.svg +1 -0
  22. package/dist/img/theme-images/ecn/arrow-2.svg +4 -4
  23. package/dist/img/theme-images/ecn/arrow.svg +4 -4
  24. package/dist/img/theme-images/ecn/point.svg +3 -3
  25. package/dist/img/theme-images/eng/button-bkg.svg +178 -178
  26. package/dist/img/theme-images/eng/halftone.svg +177 -177
  27. package/dist/img/theme-images/eng/long-button-bkg.svg +353 -353
  28. package/dist/img/theme-images/fsc/bottomwave-pinkred.svg +16 -16
  29. package/dist/img/theme-images/fsc/bottomwave-redorange.svg +16 -16
  30. package/dist/img/theme-images/fsc/bottomwave-yellow.svg +16 -16
  31. package/dist/img/theme-images/fsc/bottomwave-yelloworange.svg +16 -16
  32. package/dist/img/theme-images/fsc/mainwave-pinkred.svg +16 -16
  33. package/dist/img/theme-images/fsc/mainwave-redorange.svg +16 -16
  34. package/dist/img/theme-images/fsc/mainwave-yellow.svg +16 -16
  35. package/dist/img/theme-images/fsc/mainwave-yelloworange.svg +16 -16
  36. package/dist/img/theme-images/music/half_note.svg +5 -5
  37. package/dist/img/theme-images/psy/counseling-icon.svg +1 -0
  38. package/dist/img/theme-images/psy/psych-icon.svg +17 -0
  39. package/dist/img/theme-images/resort/flourish-left.svg +32 -32
  40. package/dist/img/theme-images/resort/flourish-main.svg +37 -37
  41. package/dist/img/theme-images/resort/flourish-right.svg +31 -31
  42. package/dist/img/theme-images/resort/separator.svg +15 -15
  43. package/dist/img/theme-images/ss/blockquote.svg +2 -2
  44. package/dist/img/theme-images/ss/list-style.svg +3 -3
  45. package/dist/img/theme-images/ss/main-large-blob.svg +3 -3
  46. package/dist/img/theme-images/ss/main-small-blob.svg +3 -3
  47. package/dist/img/theme-images/ss/small-blob.svg +3 -3
  48. package/dist/img/theme-images/ss/tall-blob.svg +3 -3
  49. package/dist/img/theme-images/widgets/separator.svg +17 -17
  50. package/dist/js/jumpTo.js +3 -3
  51. package/dist/js/scripts.js +326 -326
  52. package/dist/js/scripts2.js +1006 -541
  53. package/dist/js/themes/ecn.js +13 -0
  54. package/dist/js/themes/hrs.js +19 -0
  55. package/dist/js/themes/ss.js +197 -0
  56. package/dist/plugins/fancybox/fancybox-example.html +51 -51
  57. package/dist/plugins/fancybox/fancybox.css +72 -72
  58. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.css +97 -97
  59. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.js +122 -122
  60. package/dist/plugins/fancybox/helpers/jquery.fancybox-media.js +201 -201
  61. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +54 -54
  62. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +165 -165
  63. package/dist/plugins/fancybox/jquery.fancybox.css +274 -274
  64. package/dist/plugins/fancybox/jquery.fancybox.js +2018 -2018
  65. package/dist/plugins/fancybox/jquery.fancybox.pack.js +46 -46
  66. package/dist/plugins/flashcards/README.md +135 -135
  67. package/dist/plugins/flashcards/config.rb +24 -24
  68. package/dist/plugins/flashcards/css/style.css +215 -215
  69. package/dist/plugins/flashcards/flashcards-example.html +65 -65
  70. package/dist/plugins/flashcards/index.html +90 -90
  71. package/dist/plugins/flashcards/js/flash_cards.min.js +11 -11
  72. package/dist/plugins/flashcards/js/plugins/flash_cards.js +62 -62
  73. package/dist/plugins/flashcards/js/plugins/jquery.cycle.js +1147 -1147
  74. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.js +9404 -9404
  75. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.min.js +3 -3
  76. package/dist/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js +3 -3
  77. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.svg +20 -20
  78. package/dist/plugins/floating-particles/floating-particles.js +67 -67
  79. package/dist/plugins/font-awesome-icons/webfonts/brands.svg +1460 -0
  80. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.ttf +0 -0
  81. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff2 +0 -0
  82. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.ttf +0 -0
  83. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff2 +0 -0
  84. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.ttf +0 -0
  85. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff2 +0 -0
  86. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.ttf +0 -0
  87. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.woff2 +0 -0
  88. package/dist/plugins/font-awesome-icons/webfonts/regular.svg +497 -0
  89. package/dist/plugins/font-awesome-icons/webfonts/solid.svg +4178 -0
  90. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.css +539 -539
  91. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.html +18 -18
  92. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.js +52 -52
  93. package/dist/plugins/preview-banner/preview-banner.css +125 -125
  94. package/dist/plugins/preview-banner/preview-banner.html +17 -17
  95. package/dist/plugins/preview-banner/preview-banner.js +56 -56
  96. package/package.json +42 -39
  97. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.eot +0 -0
  98. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.svg +0 -3570
  99. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff +0 -0
  100. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.eot +0 -0
  101. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.svg +0 -803
  102. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff +0 -0
  103. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.eot +0 -0
  104. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.svg +0 -4700
  105. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff +0 -0
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="-1272.05" x2="1920" y2="-1272.05" gradientTransform="translate(0 -1174.36) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#d90c9f"/>
11
- <stop offset=".9" stop-color="#de0d0d"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="-1272.05" x2="1920" y2="-1272.05" gradientTransform="translate(0 -1174.36) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#d90c9f"/>
11
+ <stop offset=".9" stop-color="#de0d0d"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="2704.95" x2="1920" y2="2704.95" gradientTransform="translate(0 2802.64) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#b20500"/>
11
- <stop offset="1" stop-color="#e73700"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="2704.95" x2="1920" y2="2704.95" gradientTransform="translate(0 2802.64) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#b20500"/>
11
+ <stop offset="1" stop-color="#e73700"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="1093.95" x2="1920" y2="1093.95" gradientTransform="translate(0 1191.64) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#fbb325"/>
11
- <stop offset=".9" stop-color="#f9ea65"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="1093.95" x2="1920" y2="1093.95" gradientTransform="translate(0 1191.64) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#fbb325"/>
11
+ <stop offset=".9" stop-color="#f9ea65"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="-1272.05" x2="1920" y2="-1272.05" gradientTransform="translate(0 -1174.36) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#f2b82a"/>
11
- <stop offset=".87" stop-color="#f5743a"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 195.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="-1272.05" x2="1920" y2="-1272.05" gradientTransform="translate(0 -1174.36) scale(1 -1)" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#f2b82a"/>
11
+ <stop offset=".87" stop-color="#f5743a"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,172.7V0h1920v195.36s-229-72.36-450-80.36-477,15-826,43S0,172.7,0,172.7Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#d90c9f"/>
11
- <stop offset=".9" stop-color="#de0d0d"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#d90c9f"/>
11
+ <stop offset=".9" stop-color="#de0d0d"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#b20500"/>
11
- <stop offset=".9" stop-color="#e73700"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#b20500"/>
11
+ <stop offset=".9" stop-color="#e73700"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#fbb325"/>
11
- <stop offset=".9" stop-color="#f9ea65"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#fbb325"/>
11
+ <stop offset=".9" stop-color="#f9ea65"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: url(#linear-gradient);
7
- }
8
- </style>
9
- <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" stop-color="#f2b82a"/>
11
- <stop offset=".87" stop-color="#f5743a"/>
12
- </linearGradient>
13
- </defs>
14
- <g id="Layer_1-2" data-name="Layer 1">
15
- <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 285.36">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+ </style>
9
+ <linearGradient id="linear-gradient" x1="0" y1="142.68" x2="1920" y2="142.68" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0" stop-color="#f2b82a"/>
11
+ <stop offset=".87" stop-color="#f5743a"/>
12
+ </linearGradient>
13
+ </defs>
14
+ <g id="Layer_1-2" data-name="Layer 1">
15
+ <path class="cls-1" d="m0,146.67v138.7h1920V112.22s-72,56.78-123,14.46S1770,0,1770,0C1460.64,115.5,902.28,138.66,0,146.67Z"/>
16
+ </g>
17
17
  </svg>
@@ -1,5 +1,5 @@
1
- <svg width="10" height="24" viewBox="0 0 10 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.19011 16.5903C8.26693 16.7343 8.32032 16.8896 8.35026 17.0575C8.38021 17.2269 8.38802 17.4048 8.3711 17.5911C8.35547 17.7774 8.31511 17.9708 8.25261 18.1684C8.19011 18.3674 8.10547 18.5679 7.9987 18.7697C7.89323 18.9716 7.76563 19.172 7.6198 19.3696C7.47396 19.5672 7.3099 19.7592 7.13021 19.9455C6.94922 20.1318 6.75521 20.3097 6.54818 20.4776C6.34115 20.6442 6.1237 20.7995 5.89714 20.942C5.66927 21.0846 5.4375 21.2116 5.20052 21.3231C4.96355 21.4347 4.72526 21.5278 4.48698 21.6054C4.2474 21.6817 4.01303 21.7395 3.78256 21.7777C3.55079 21.8158 3.32943 21.8355 3.11459 21.8341C2.89974 21.8341 2.69792 21.8129 2.50912 21.7734C2.32032 21.7325 2.14714 21.6732 1.98959 21.5956C1.83204 21.5179 1.69401 21.422 1.57553 21.309C1.45573 21.1961 1.35808 21.0677 1.28256 20.9251C1.20573 20.7811 1.15235 20.6259 1.1224 20.4565C1.09245 20.2885 1.08464 20.1107 1.10157 19.9243C1.11719 19.7366 1.15756 19.5446 1.22006 19.3456C1.28256 19.148 1.36719 18.9476 1.47396 18.7457C1.57943 18.5439 1.70573 18.3434 1.85287 18.1458C1.9987 17.9468 2.16276 17.7548 2.34245 17.5685C2.52344 17.3822 2.71745 17.2058 2.92448 17.0378C3.13151 16.8698 3.34896 16.716 3.57553 16.5734C3.80209 16.4308 4.03516 16.3038 4.27214 16.1923C4.50912 16.0808 4.7474 15.9862 4.98568 15.91C5.22526 15.8338 5.45964 15.7759 5.69011 15.7378C5.92188 15.6983 6.14323 15.6799 6.35808 15.6799C6.57292 15.6813 6.77344 15.7011 6.96355 15.742C7.15235 15.7815 7.32552 15.8408 7.48308 15.9199C7.64063 15.9975 7.77865 16.0935 7.89714 16.2064C8.01693 16.3193 8.11459 16.4464 8.19011 16.5903Z" fill="black"/>
3
- <path d="M8.04035 16.9178C8.08852 17.0039 8.12368 17.0956 8.14712 17.1944C8.16274 17.265 8.17055 17.337 8.16795 17.4104C8.16795 17.4951 8.15883 17.5784 8.14191 17.6602C8.11977 17.7816 8.08722 17.9002 8.04425 18.0145C7.8242 18.6243 7.42055 19.1494 6.98436 19.5926C5.93618 20.6527 4.42186 21.4403 2.96613 21.3711C2.44399 21.3443 1.86717 21.1876 1.51951 20.7303C1.45571 20.6484 1.40493 20.5581 1.36717 20.4593C1.33592 20.3802 1.31639 20.2984 1.30727 20.2151C1.30727 20.201 1.29816 20.1219 1.30337 20.1953V20.1036C1.30206 20.0725 1.30337 20.0415 1.30727 20.0118C1.30337 20.0203 1.30337 20.0711 1.30727 20.0161C1.31899 19.8961 1.34243 19.7775 1.37498 19.6618C1.54425 19.0703 1.91404 18.5551 2.30467 18.1162C2.83462 17.5417 3.43878 17.0829 4.11587 16.7371C4.85805 16.3546 5.68097 16.1062 6.50519 16.1429C7.06508 16.1711 7.73045 16.3602 8.04035 16.9178C8.12498 17.0745 8.25649 17.0829 8.34113 16.9178C8.42706 16.7512 8.43488 16.4336 8.34113 16.2628C7.54816 14.8287 5.66925 15.128 4.45571 15.6404C3.02602 16.2403 1.60024 17.4344 1.05727 19.0435C0.841126 19.6886 0.802064 20.431 1.04816 21.0719C1.29425 21.7127 1.81639 22.0628 2.40623 22.211C3.16535 22.4043 3.97654 22.2576 4.70571 21.9992C5.54816 21.6915 6.30857 21.2243 6.98436 20.5976C8.04425 19.611 9.13149 17.8028 8.34113 16.2628C8.25649 16.1019 8.12107 16.1019 8.04035 16.2628C7.95962 16.4238 7.9518 16.7428 8.04035 16.9178Z" fill="black"/>
4
- <path d="M7.76038 2.35092V16.7752C7.76038 17.042 7.8372 17.6969 8.18486 17.6969C8.53251 17.6969 8.60933 17.0279 8.60933 16.7752V2.35092C8.60933 2.08414 8.53642 1.4292 8.18486 1.4292C7.83199 1.4292 7.76038 2.09826 7.76038 2.35092Z" fill="black"/>
5
- </svg>
1
+ <svg width="10" height="24" viewBox="0 0 10 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.19011 16.5903C8.26693 16.7343 8.32032 16.8896 8.35026 17.0575C8.38021 17.2269 8.38802 17.4048 8.3711 17.5911C8.35547 17.7774 8.31511 17.9708 8.25261 18.1684C8.19011 18.3674 8.10547 18.5679 7.9987 18.7697C7.89323 18.9716 7.76563 19.172 7.6198 19.3696C7.47396 19.5672 7.3099 19.7592 7.13021 19.9455C6.94922 20.1318 6.75521 20.3097 6.54818 20.4776C6.34115 20.6442 6.1237 20.7995 5.89714 20.942C5.66927 21.0846 5.4375 21.2116 5.20052 21.3231C4.96355 21.4347 4.72526 21.5278 4.48698 21.6054C4.2474 21.6817 4.01303 21.7395 3.78256 21.7777C3.55079 21.8158 3.32943 21.8355 3.11459 21.8341C2.89974 21.8341 2.69792 21.8129 2.50912 21.7734C2.32032 21.7325 2.14714 21.6732 1.98959 21.5956C1.83204 21.5179 1.69401 21.422 1.57553 21.309C1.45573 21.1961 1.35808 21.0677 1.28256 20.9251C1.20573 20.7811 1.15235 20.6259 1.1224 20.4565C1.09245 20.2885 1.08464 20.1107 1.10157 19.9243C1.11719 19.7366 1.15756 19.5446 1.22006 19.3456C1.28256 19.148 1.36719 18.9476 1.47396 18.7457C1.57943 18.5439 1.70573 18.3434 1.85287 18.1458C1.9987 17.9468 2.16276 17.7548 2.34245 17.5685C2.52344 17.3822 2.71745 17.2058 2.92448 17.0378C3.13151 16.8698 3.34896 16.716 3.57553 16.5734C3.80209 16.4308 4.03516 16.3038 4.27214 16.1923C4.50912 16.0808 4.7474 15.9862 4.98568 15.91C5.22526 15.8338 5.45964 15.7759 5.69011 15.7378C5.92188 15.6983 6.14323 15.6799 6.35808 15.6799C6.57292 15.6813 6.77344 15.7011 6.96355 15.742C7.15235 15.7815 7.32552 15.8408 7.48308 15.9199C7.64063 15.9975 7.77865 16.0935 7.89714 16.2064C8.01693 16.3193 8.11459 16.4464 8.19011 16.5903Z" fill="black"/>
3
+ <path d="M8.04035 16.9178C8.08852 17.0039 8.12368 17.0956 8.14712 17.1944C8.16274 17.265 8.17055 17.337 8.16795 17.4104C8.16795 17.4951 8.15883 17.5784 8.14191 17.6602C8.11977 17.7816 8.08722 17.9002 8.04425 18.0145C7.8242 18.6243 7.42055 19.1494 6.98436 19.5926C5.93618 20.6527 4.42186 21.4403 2.96613 21.3711C2.44399 21.3443 1.86717 21.1876 1.51951 20.7303C1.45571 20.6484 1.40493 20.5581 1.36717 20.4593C1.33592 20.3802 1.31639 20.2984 1.30727 20.2151C1.30727 20.201 1.29816 20.1219 1.30337 20.1953V20.1036C1.30206 20.0725 1.30337 20.0415 1.30727 20.0118C1.30337 20.0203 1.30337 20.0711 1.30727 20.0161C1.31899 19.8961 1.34243 19.7775 1.37498 19.6618C1.54425 19.0703 1.91404 18.5551 2.30467 18.1162C2.83462 17.5417 3.43878 17.0829 4.11587 16.7371C4.85805 16.3546 5.68097 16.1062 6.50519 16.1429C7.06508 16.1711 7.73045 16.3602 8.04035 16.9178C8.12498 17.0745 8.25649 17.0829 8.34113 16.9178C8.42706 16.7512 8.43488 16.4336 8.34113 16.2628C7.54816 14.8287 5.66925 15.128 4.45571 15.6404C3.02602 16.2403 1.60024 17.4344 1.05727 19.0435C0.841126 19.6886 0.802064 20.431 1.04816 21.0719C1.29425 21.7127 1.81639 22.0628 2.40623 22.211C3.16535 22.4043 3.97654 22.2576 4.70571 21.9992C5.54816 21.6915 6.30857 21.2243 6.98436 20.5976C8.04425 19.611 9.13149 17.8028 8.34113 16.2628C8.25649 16.1019 8.12107 16.1019 8.04035 16.2628C7.95962 16.4238 7.9518 16.7428 8.04035 16.9178Z" fill="black"/>
4
+ <path d="M7.76038 2.35092V16.7752C7.76038 17.042 7.8372 17.6969 8.18486 17.6969C8.53251 17.6969 8.60933 17.0279 8.60933 16.7752V2.35092C8.60933 2.08414 8.53642 1.4292 8.18486 1.4292C7.83199 1.4292 7.76038 2.09826 7.76038 2.35092Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg class="counseling-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77.44 72.67"><defs><style>.cls-1,.cls-2{fill:none;stroke:#0083a3;stroke-width:2px;}.cls-1{stroke-linejoin:round;}.cls-2{stroke-miterlimit:10;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Icons"><path class="cls-1" d="M17.9,61.47H11.45v2.66a.55.55,0,0,1-.56.55H4.44a.55.55,0,0,1-.56-.55V60.59s-1.42-9.05-.21-14.24A6.09,6.09,0,0,1,7.09,35.22a6,6,0,0,1,6,5.73v6.91"/><path class="cls-2" d="M36.36,22.44s2.45.15,5.1.41"/><path class="cls-2" d="M18.38,22.44s-5.74.34-9.14.92c-1.9.32-3.46,1.77-3.46,3.43v8.43"/><line class="cls-1" x1="31.87" y1="61.47" x2="24.96" y2="61.47"/><path class="cls-2" d="M19.51,8.86a7.86,7.86,0,1,1,7.86,7.86A7.86,7.86,0,0,1,19.51,8.86Z"/><path class="cls-2" d="M24.85,43.44,38,39.15a4.17,4.17,0,0,1,5.31,2.68,4.11,4.11,0,0,1-3.11,5.07L24.85,51.06"/><path class="cls-2" d="M16.87,45.89l-3.05,1.47a3.11,3.11,0,0,0-1.55,3.8A2.85,2.85,0,0,0,16.16,53l1.16-.33"/><path class="cls-1" d="M32.56,30.42l1.07,2.87-7.3,3.34c-2,.94-3,2.67-2.35,4.22a2.9,2.9,0,0,0,3.76,1.69s8.56-3.11,11.4-4.34a3.28,3.28,0,0,0,2.13-4.27c-1-3.48-2.34-8.66-4.29-10.87s-5.57-3.3-9.61-3.3c-4.19,0-7.84,1.1-9.83,3.56s-4.31,8.62-5,11.69a3.58,3.58,0,0,0,1.24,3.71l.84.74"/><line class="cls-1" x1="19.51" y1="36.99" x2="21.52" y2="30.81"/><path class="cls-1" d="M76.44,72.67V60.14a4.09,4.09,0,0,0-3.71-3.67,133.64,133.64,0,0,0-33.14,0,4.06,4.06,0,0,0-3.71,3.67v12.5"/><path class="cls-2" d="M45.59,32.2A10.57,10.57,0,1,0,56.16,21.63,10.58,10.58,0,0,0,45.59,32.2Z"/><path class="cls-2" d="M38.08,56.93a12.23,12.23,0,0,1,12-9.88H62.25a12.23,12.23,0,0,1,12,9.76"/><line class="cls-2" x1="25.2" y1="51.06" x2="37.51" y2="51.06"/><path class="cls-2" d="M23.88,41a4.69,4.69,0,0,1,.91,2.67L25,65.46a3.24,3.24,0,0,1-3.28,3,3.06,3.06,0,0,1-3.51-2.74l-1.44-22"/><path class="cls-1" d="M15.39,38.7a8,8,0,0,1,3.05-1.2c2.32-.62,3.85-1.1,4.87,1.23a4.07,4.07,0,0,1,.5,1.49,4.11,4.11,0,0,1-1.51,3.36,4.87,4.87,0,0,1-1.75.92c-2.3.69-4.45-.83-5.35-2.92C14.44,39.82,14.76,39.25,15.39,38.7Z"/></g></g></svg>
@@ -0,0 +1,17 @@
1
+ <svg class="psych-icon" width="379" height="416" viewBox="0 0 379 416" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1229_1069)">
3
+ <path d="M189.764 346.838C189.764 360.25 184.453 373.113 175 382.596C165.548 392.08 152.727 397.408 139.359 397.408H80.3165C73.3861 397.403 66.7405 394.64 61.8378 389.726C56.9352 384.811 54.1758 378.146 54.1652 371.193L43.9503 307.405C43.6383 304.965 42.6159 302.672 41.011 300.812C39.4061 298.952 37.2902 297.609 34.928 296.95L11.3717 290.376C9.66538 289.904 8.07919 289.072 6.71909 287.935C5.35899 286.799 4.2563 285.384 3.48472 283.786C2.71315 282.188 2.29044 280.443 2.24485 278.667C2.19926 276.892 2.53183 275.128 3.22034 273.492C8.42381 261.124 16.4054 242.169 23.0114 226.476C29.4476 211.186 33.2486 194.808 32.8957 178.21C32.7526 171.305 33.0106 164.399 33.6684 157.525C39.4749 96.362 78.1503 44.2556 131.172 18.749C154.011 7.89153 178.966 2.25321 204.239 2.2406C299.063 2.2406 376.771 79.3606 376.771 174.499C376.827 209.365 366.303 243.422 346.6 272.143C336.836 286.379 331.861 303.358 331.861 320.642V413.759" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M142.803 112.028C141.825 104.236 142.511 96.3244 144.815 88.8187C147.118 81.3129 150.987 74.3847 156.164 68.4938C161.34 62.6029 167.707 57.8842 174.841 54.6509C181.974 51.4177 189.712 49.7438 197.54 49.7404C220.033 49.7404 239.377 63.7887 247.966 83.1561" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M247.958 83.1472C254.777 82.0931 261.743 82.5304 268.378 84.4293C275.013 86.3282 281.16 89.6438 286.399 94.1488C291.637 98.6538 295.843 104.242 298.729 110.53C301.614 116.818 303.11 123.658 303.114 130.58C303.125 139.547 300.62 148.336 295.887 155.943" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M135.902 191.976C129.351 191.974 122.87 190.622 116.861 188.003C110.852 185.385 105.443 181.557 100.97 176.755C96.4964 171.954 93.0536 166.281 90.8549 160.09C88.6563 153.899 87.7486 147.32 88.1881 140.763C88.6277 134.205 90.4051 127.808 93.4103 121.967C96.4154 116.127 100.584 110.968 105.658 106.811C110.732 102.654 116.603 99.5862 122.907 97.7988C129.212 96.0114 135.815 95.5422 142.307 96.4202" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M301.542 142.818C307.902 145.931 313.315 150.696 317.22 156.617C321.125 162.538 323.379 169.4 323.749 176.49C324.118 183.58 322.59 190.64 319.322 196.938C316.054 203.235 311.165 208.54 305.164 212.302C299.162 216.065 292.266 218.147 285.192 218.333C278.118 218.518 271.123 216.801 264.933 213.36C258.744 209.918 253.585 204.877 249.993 198.76C246.401 192.643 244.506 185.672 244.505 178.573" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M261.683 145.152C262.795 151.244 261.816 157.533 258.907 162.995C255.998 168.457 251.331 172.769 245.665 175.228C240 177.686 233.672 178.146 227.712 176.533C221.753 174.919 216.514 171.328 212.851 166.344" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M177.775 115.357C181.282 110.261 186.407 106.506 192.314 104.707C198.221 102.909 204.561 103.171 210.3 105.452C216.04 107.732 220.839 111.897 223.916 117.266C226.993 122.636 228.165 128.892 227.242 135.016" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M173.193 161.32C165.019 161.32 157.18 164.578 151.401 170.376C145.621 176.175 142.374 184.04 142.374 192.24C142.374 200.44 145.621 208.305 151.401 214.103C157.18 219.902 165.019 223.16 173.193 223.16H193.364C201.876 223.16 210.04 226.552 216.059 232.591C222.078 238.63 225.46 246.821 225.46 255.361V281.956" stroke="#1b8da8" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_1229_1069">
14
+ <rect width="379" height="416" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -1,32 +1,32 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 1315.7 312.3" style="enable-background:new 0 0 1315.7 312.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#C4A96B;}
7
- </style>
8
- <g>
9
- <path class="st0" d="M1046.5,21.8c-40,7.1-84.4,23.1-129.3,41.9c5.6,3.6,10.7,7.5,15.8,11.8c65.8-27.4,132.7-47.9,205.8-40
10
- c176.6,19.2,158.2,170.4,99.6,200.1c-32.1,16.2-109.2,10.5-116.3-55.8c-2.1-20.3,3-43,16.5-57.7c7.7-8.3,5.3-6.8,15-3.6
11
- c11.1,4.1,22.9,6.6,32.7,0.4c25.4-16.2-12.4-46.4-51.1-16.9c-56.2,42.8-39.5,165.7,75.9,158.2c85.1-5.6,110.1-115.9,60.1-180
12
- C1222.8,18.4,1122.6,8.1,1046.5,21.8z"/>
13
- <path class="st0" d="M993.2,163.8h100c0.4-5.3,1.1-10.7,2.1-15.8H989.2C990.7,153.3,992.2,158.4,993.2,163.8z"/>
14
- <path class="st0" d="M1132.8,163.8h135.3c0.4-5.3,0.4-10.7,0-15.8h-131.9C1134.5,153.1,1133.5,158.4,1132.8,163.8z"/>
15
- <path class="st0" d="M896.2,91.5c-6.4-4.1-12.8-7.7-19.2-10.7c-37.2,16.5-74,33.6-107.1,47.2l-128.5,47.7
16
- c-23.5,8.1-70.8,20.5-71,35.9c-0.2,17.5,33.6,10.7,34-2.6v-1.9l101.5-35.5c54.9-20.1,109.2-43.6,163.3-68
17
- C878.2,99.6,887.2,95.6,896.2,91.5z"/>
18
- <path class="st0" d="M685.2,147.9H573.9l-7.5,3.6c-8.3,4.1-16.5,8.1-24.8,12.2h101.1L685.2,147.9z"/>
19
- <path class="st0" d="M63.2,163.8H381c2.1-2.4,4.1-4.9,6-7.5c2.1-2.6,4.1-5.3,6-8.3H63.2V163.8L63.2,163.8z"/>
20
- <path class="st0" d="M942.6,147.9H795.3c-12.8,5.3-25.7,10.7-38.5,15.8h192C947.3,158.4,945.1,153.1,942.6,147.9z"/>
21
- <path class="st0" d="M645,51.3C578.3,73.6,482.4,126.6,414.2,167c4.7-6.6,8.6-13,11.8-19.5c4.1-8.8,7.3-17.3,9.2-26.3
22
- c2.4-9.4,3.6-19.2,3.4-29.3c-0.4-9-1.9-18-4.9-26.3c-3.6-9-9-17.3-16.2-24.4c-6.8-6.6-15.4-12-25.2-15.6
23
- c-9.6-3.6-20.7-5.3-31.4-5.6c-11.1,0-22,1.5-31,4.7c-8.1,3-14.7,7.3-19.7,11.8c-6.4,6.2-10,13-10.9,18.8c-0.6,3.8,0,7.3,1.3,10
24
- c1.3,2.8,3.2,4.7,5.6,6.2c2.6,1.3,5.3,1.9,8.3,1.5s6-1.7,8.6-4.3c6-5.3,10-16.5,13.9-28.2c6.6-2.1,15.2-3.2,23.7-3.2
25
- c8.8,0.2,18,1.7,25.7,4.5c7.5,2.8,13.9,6.8,19.2,11.8c5.3,5.1,9.4,11.3,12,18.2c2.4,6.4,3.6,13.5,3.8,20.5c0.2,8.3-0.9,16.7-3,25
26
- c-1.7,7.7-4.3,15.2-7.9,22.4c-3.6,7.5-8.6,15-14.5,23.1c-50.7,66.3-162.9,100.9-242.8,87.2C91.8,239.9,41.4,198.4,46.1,133.6
27
- c3.2-47.7,53-56.4,85.1-49.6c5.1,11.1,11.3,25.2,22.2,31.4c17.3,9.8,37-1.9,31.2-19.2c-9-26.9-54.5-38.7-86.8-34.6
28
- c-95.3,11.8-84,110.1-46.6,157.1c68.8,86.8,222.5,54.5,308.2,20.5c127-50.7,326-181.1,454.7-177.6c37.6,0.9,65.2,9.2,92.6,29.3
29
- c105,77.4,46.2,193.2-41.9,182.3c-18.8-2.1-35.3-11.5-49.4-21.2c2.8-17.7,5.6-37.2-7.3-44.9c-25.9-15.4-66.3,36.6,19.7,77.4
30
- c99.6,47.2,203.3-63.1,134.9-166.3C896,17.6,747.4,17.1,645,51.3z"/>
31
- </g>
32
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 1315.7 312.3" style="enable-background:new 0 0 1315.7 312.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <g>
9
+ <path class="st0" d="M1046.5,21.8c-40,7.1-84.4,23.1-129.3,41.9c5.6,3.6,10.7,7.5,15.8,11.8c65.8-27.4,132.7-47.9,205.8-40
10
+ c176.6,19.2,158.2,170.4,99.6,200.1c-32.1,16.2-109.2,10.5-116.3-55.8c-2.1-20.3,3-43,16.5-57.7c7.7-8.3,5.3-6.8,15-3.6
11
+ c11.1,4.1,22.9,6.6,32.7,0.4c25.4-16.2-12.4-46.4-51.1-16.9c-56.2,42.8-39.5,165.7,75.9,158.2c85.1-5.6,110.1-115.9,60.1-180
12
+ C1222.8,18.4,1122.6,8.1,1046.5,21.8z"/>
13
+ <path class="st0" d="M993.2,163.8h100c0.4-5.3,1.1-10.7,2.1-15.8H989.2C990.7,153.3,992.2,158.4,993.2,163.8z"/>
14
+ <path class="st0" d="M1132.8,163.8h135.3c0.4-5.3,0.4-10.7,0-15.8h-131.9C1134.5,153.1,1133.5,158.4,1132.8,163.8z"/>
15
+ <path class="st0" d="M896.2,91.5c-6.4-4.1-12.8-7.7-19.2-10.7c-37.2,16.5-74,33.6-107.1,47.2l-128.5,47.7
16
+ c-23.5,8.1-70.8,20.5-71,35.9c-0.2,17.5,33.6,10.7,34-2.6v-1.9l101.5-35.5c54.9-20.1,109.2-43.6,163.3-68
17
+ C878.2,99.6,887.2,95.6,896.2,91.5z"/>
18
+ <path class="st0" d="M685.2,147.9H573.9l-7.5,3.6c-8.3,4.1-16.5,8.1-24.8,12.2h101.1L685.2,147.9z"/>
19
+ <path class="st0" d="M63.2,163.8H381c2.1-2.4,4.1-4.9,6-7.5c2.1-2.6,4.1-5.3,6-8.3H63.2V163.8L63.2,163.8z"/>
20
+ <path class="st0" d="M942.6,147.9H795.3c-12.8,5.3-25.7,10.7-38.5,15.8h192C947.3,158.4,945.1,153.1,942.6,147.9z"/>
21
+ <path class="st0" d="M645,51.3C578.3,73.6,482.4,126.6,414.2,167c4.7-6.6,8.6-13,11.8-19.5c4.1-8.8,7.3-17.3,9.2-26.3
22
+ c2.4-9.4,3.6-19.2,3.4-29.3c-0.4-9-1.9-18-4.9-26.3c-3.6-9-9-17.3-16.2-24.4c-6.8-6.6-15.4-12-25.2-15.6
23
+ c-9.6-3.6-20.7-5.3-31.4-5.6c-11.1,0-22,1.5-31,4.7c-8.1,3-14.7,7.3-19.7,11.8c-6.4,6.2-10,13-10.9,18.8c-0.6,3.8,0,7.3,1.3,10
24
+ c1.3,2.8,3.2,4.7,5.6,6.2c2.6,1.3,5.3,1.9,8.3,1.5s6-1.7,8.6-4.3c6-5.3,10-16.5,13.9-28.2c6.6-2.1,15.2-3.2,23.7-3.2
25
+ c8.8,0.2,18,1.7,25.7,4.5c7.5,2.8,13.9,6.8,19.2,11.8c5.3,5.1,9.4,11.3,12,18.2c2.4,6.4,3.6,13.5,3.8,20.5c0.2,8.3-0.9,16.7-3,25
26
+ c-1.7,7.7-4.3,15.2-7.9,22.4c-3.6,7.5-8.6,15-14.5,23.1c-50.7,66.3-162.9,100.9-242.8,87.2C91.8,239.9,41.4,198.4,46.1,133.6
27
+ c3.2-47.7,53-56.4,85.1-49.6c5.1,11.1,11.3,25.2,22.2,31.4c17.3,9.8,37-1.9,31.2-19.2c-9-26.9-54.5-38.7-86.8-34.6
28
+ c-95.3,11.8-84,110.1-46.6,157.1c68.8,86.8,222.5,54.5,308.2,20.5c127-50.7,326-181.1,454.7-177.6c37.6,0.9,65.2,9.2,92.6,29.3
29
+ c105,77.4,46.2,193.2-41.9,182.3c-18.8-2.1-35.3-11.5-49.4-21.2c2.8-17.7,5.6-37.2-7.3-44.9c-25.9-15.4-66.3,36.6,19.7,77.4
30
+ c99.6,47.2,203.3-63.1,134.9-166.3C896,17.6,747.4,17.1,645,51.3z"/>
31
+ </g>
32
+ </svg>
@@ -1,37 +1,37 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="flourish" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 2609.9 300.3" style="enable-background:new 0 0 2609.9 300.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#C4A96B;}
7
- </style>
8
- <g id="Line">
9
- <path class="st0" d="M2598.1,232.6h-942c-0.8,2.3-1.6,4.6-2.7,6.9h949.9L2598.1,232.6z"/>
10
- <path class="st0" d="M6.7,239.5h949.7c-1-2.3-1.9-4.5-2.7-6.9H12L6.7,239.5z"/>
11
- <path class="st0" d="M1644.1,232.6h-223.5l5.2,6.9h215.5C1642.5,237.3,1643.4,235,1644.1,232.6z"/>
12
- <path class="st0" d="M968.5,239.5H1184l5.2-6.9H965.7C966.4,235,967.4,237.3,968.5,239.5z"/>
13
- </g>
14
- <g id="Main_B">
15
- <path class="st0" d="M1620.8,178.5c49.3,25.9,28.2,95.1-31.1,77.7c-2.6-10.5-15.7-5.5-10.2,1.9c5.5,6.8,27.7,8.6,41,5.6
16
- c59.7-12.6,54.9-131.8-79.1-112.7l-2.3,0.4c1.7,5.2,2.5,11.2,2.5,16.3C1570.8,163.1,1603.3,169.2,1620.8,178.5z M1068.2,167.6
17
- c0-5,0.8-11.1,2.5-16.3l-2.3-0.4c-134-19.1-138.7,100.1-79.1,112.7c13.3,3,35.5,1.1,41-5.6c5.6-7.4-7.5-12.4-10.2-1.9
18
- c-59.3,17.4-80.4-51.7-31.1-77.7C1006.6,169.2,1039,163.1,1068.2,167.6z M1304.9,271.7c17.3,0.4,37.8-4,61.2-15.8
19
- c55-28,108.6-72.9,164.7-86.2c0.3-3-0.2-11.2-2.4-16.3c-69.6,14.8-146.7,91.9-206.7,103.3c-5.8,1.1-11.4,1.9-16.8,2.2
20
- c-5.4-0.3-11.1-1.1-16.8-2.2c-60-11.4-137.1-88.5-206.7-103.3c-2.2,5.2-2.7,13.4-2.4,16.3c56.1,13.3,109.7,58.2,164.7,86.2
21
- C1267.2,267.7,1287.6,272.1,1304.9,271.7z"/>
22
- </g>
23
- <g id="Main_A">
24
- <path class="st0" d="M1500.2,120.8c-41-11.3-82.4,20.5-116.2,44.2c-12.9-9.2-17.1-12.3-23.3-16.6c33.6-38.7,16.8-100.1-39-116.8
25
- c-5.4-1.5-11-2.5-16.8-3c-5.7,0.5-11.4,1.5-16.8,3c-55.8,16.7-72.6,78.1-39,116.8c-6.1,4.3-10.3,7.3-23.3,16.6
26
- c-33.8-23.7-75.2-55.5-116.2-44.2c-43.7,12-46.7,54.8-31.3,74.9c20.9,27.7,58.4,29.5,85.9,15.8l-7-4.3
27
- c-109.8,44.5-122.2-160.6,54.8-32.5c-20.2,14.1-32.1,20.8-34.7,22.3l6.5,4c9.3-5.6,19-11.7,34.1-22.1c33.1,23.7,62.5,34.3,87,36
28
- c24.5-1.7,54-12.2,87-36c15.1,10.5,24.7,16.5,34.1,22.1l6.5-4c-2.6-1.6-14.5-8.3-34.7-22.3c177-128.1,164.5,77,54.8,32.5l-7,4.3
29
- c27.5,13.7,65,11.9,85.9-15.8C1547,175.6,1544,132.8,1500.2,120.8z M1245.4,117.9c-5.3-46.4,25.2-71.7,59.5-77.7
30
- c34.3,6,64.8,31.2,59.3,77.7c-1.9,15.5-6.1,21.7-9,25.8h-0.1l-0.5,0.6c-21-14.7-37.7-19.5-49.8-18.6c-12.2-0.9-28.8,3.9-49.8,18.6
31
- l-0.5-0.6h-0.1C1251.5,139.6,1247.3,133.5,1245.4,117.9z M1350.2,149.4c-16.5,16.5-33.2,20.7-45.4,18.3
32
- c-12.1,2.4-28.9-1.8-45.4-18.3c5.2-3.4,12.2-8,19.9-11.3c6.9-2.9,17-5.7,25.6-5.3c8.6-0.4,18.8,2.4,25.4,5.3
33
- C1338,141.5,1345,146,1350.2,149.4z M1304.8,202.3c-21-3.5-45.8-13.8-73.3-33.3c7.7-5.5,14-10.1,22.2-15.7
34
- c11.5,11.5,25.7,20.7,42,21.4c3.5,0.3,6.5,0.2,9.2-0.2c2.8,0.4,5.8,0.5,9,0.2c16.3-0.7,30.6-9.9,42-21.4
35
- c8.2,5.6,14.5,10.2,22.2,15.7C1350.6,188.5,1325.8,198.8,1304.8,202.3z"/>
36
- </g>
37
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="flourish" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 2609.9 300.3" style="enable-background:new 0 0 2609.9 300.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <g id="Line">
9
+ <path class="st0" d="M2598.1,232.6h-942c-0.8,2.3-1.6,4.6-2.7,6.9h949.9L2598.1,232.6z"/>
10
+ <path class="st0" d="M6.7,239.5h949.7c-1-2.3-1.9-4.5-2.7-6.9H12L6.7,239.5z"/>
11
+ <path class="st0" d="M1644.1,232.6h-223.5l5.2,6.9h215.5C1642.5,237.3,1643.4,235,1644.1,232.6z"/>
12
+ <path class="st0" d="M968.5,239.5H1184l5.2-6.9H965.7C966.4,235,967.4,237.3,968.5,239.5z"/>
13
+ </g>
14
+ <g id="Main_B">
15
+ <path class="st0" d="M1620.8,178.5c49.3,25.9,28.2,95.1-31.1,77.7c-2.6-10.5-15.7-5.5-10.2,1.9c5.5,6.8,27.7,8.6,41,5.6
16
+ c59.7-12.6,54.9-131.8-79.1-112.7l-2.3,0.4c1.7,5.2,2.5,11.2,2.5,16.3C1570.8,163.1,1603.3,169.2,1620.8,178.5z M1068.2,167.6
17
+ c0-5,0.8-11.1,2.5-16.3l-2.3-0.4c-134-19.1-138.7,100.1-79.1,112.7c13.3,3,35.5,1.1,41-5.6c5.6-7.4-7.5-12.4-10.2-1.9
18
+ c-59.3,17.4-80.4-51.7-31.1-77.7C1006.6,169.2,1039,163.1,1068.2,167.6z M1304.9,271.7c17.3,0.4,37.8-4,61.2-15.8
19
+ c55-28,108.6-72.9,164.7-86.2c0.3-3-0.2-11.2-2.4-16.3c-69.6,14.8-146.7,91.9-206.7,103.3c-5.8,1.1-11.4,1.9-16.8,2.2
20
+ c-5.4-0.3-11.1-1.1-16.8-2.2c-60-11.4-137.1-88.5-206.7-103.3c-2.2,5.2-2.7,13.4-2.4,16.3c56.1,13.3,109.7,58.2,164.7,86.2
21
+ C1267.2,267.7,1287.6,272.1,1304.9,271.7z"/>
22
+ </g>
23
+ <g id="Main_A">
24
+ <path class="st0" d="M1500.2,120.8c-41-11.3-82.4,20.5-116.2,44.2c-12.9-9.2-17.1-12.3-23.3-16.6c33.6-38.7,16.8-100.1-39-116.8
25
+ c-5.4-1.5-11-2.5-16.8-3c-5.7,0.5-11.4,1.5-16.8,3c-55.8,16.7-72.6,78.1-39,116.8c-6.1,4.3-10.3,7.3-23.3,16.6
26
+ c-33.8-23.7-75.2-55.5-116.2-44.2c-43.7,12-46.7,54.8-31.3,74.9c20.9,27.7,58.4,29.5,85.9,15.8l-7-4.3
27
+ c-109.8,44.5-122.2-160.6,54.8-32.5c-20.2,14.1-32.1,20.8-34.7,22.3l6.5,4c9.3-5.6,19-11.7,34.1-22.1c33.1,23.7,62.5,34.3,87,36
28
+ c24.5-1.7,54-12.2,87-36c15.1,10.5,24.7,16.5,34.1,22.1l6.5-4c-2.6-1.6-14.5-8.3-34.7-22.3c177-128.1,164.5,77,54.8,32.5l-7,4.3
29
+ c27.5,13.7,65,11.9,85.9-15.8C1547,175.6,1544,132.8,1500.2,120.8z M1245.4,117.9c-5.3-46.4,25.2-71.7,59.5-77.7
30
+ c34.3,6,64.8,31.2,59.3,77.7c-1.9,15.5-6.1,21.7-9,25.8h-0.1l-0.5,0.6c-21-14.7-37.7-19.5-49.8-18.6c-12.2-0.9-28.8,3.9-49.8,18.6
31
+ l-0.5-0.6h-0.1C1251.5,139.6,1247.3,133.5,1245.4,117.9z M1350.2,149.4c-16.5,16.5-33.2,20.7-45.4,18.3
32
+ c-12.1,2.4-28.9-1.8-45.4-18.3c5.2-3.4,12.2-8,19.9-11.3c6.9-2.9,17-5.7,25.6-5.3c8.6-0.4,18.8,2.4,25.4,5.3
33
+ C1338,141.5,1345,146,1350.2,149.4z M1304.8,202.3c-21-3.5-45.8-13.8-73.3-33.3c7.7-5.5,14-10.1,22.2-15.7
34
+ c11.5,11.5,25.7,20.7,42,21.4c3.5,0.3,6.5,0.2,9.2-0.2c2.8,0.4,5.8,0.5,9,0.2c16.3-0.7,30.6-9.9,42-21.4
35
+ c8.2,5.6,14.5,10.2,22.2,15.7C1350.6,188.5,1325.8,198.8,1304.8,202.3z"/>
36
+ </g>
37
+ </svg>
@@ -1,31 +1,31 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 1315.7 312.3" style="enable-background:new 0 0 1315.7 312.3;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#C4A96B;}
7
- </style>
8
- <g>
9
- <path class="st0" d="M275.3,21.9c40,7.1,84.4,23.1,129.3,41.9c-5.6,3.6-10.7,7.5-15.8,11.8c-65.8-27.4-132.7-47.9-205.8-40
10
- C6.4,54.8,24.7,205.9,83.3,235.7c32.1,16.2,109.2,10.5,116.3-55.8c2.1-20.3-3-43-16.5-57.7c-7.7-8.3-5.3-6.8-15-3.6
11
- c-11.1,4.1-22.9,6.6-32.7,0.4c-25.4-16.2,12.4-46.4,51.1-16.9c56.2,42.8,39.5,165.7-75.9,158.2c-85.1-5.6-110.1-115.9-60.1-180
12
- C98.9,18.5,199.2,8.2,275.3,21.9z"/>
13
- <path class="st0" d="M328.5,163.8h-100c-0.4-5.3-1.1-10.7-2.1-15.8h106.2C331.1,153.4,329.6,158.5,328.5,163.8z"/>
14
- <path class="st0" d="M188.9,163.8H53.6c-0.4-5.3-0.4-10.7,0-15.8h131.9C187.2,153.1,188.3,158.5,188.9,163.8z"/>
15
- <path class="st0" d="M425.5,91.6c6.4-4.1,12.8-7.7,19.2-10.7c37.2,16.5,74,33.6,107.1,47.2l128.5,47.7c23.5,8.1,70.8,20.5,71,35.9
16
- c0.2,17.5-33.6,10.7-34-2.6v-1.9l-101.5-35.5c-54.9-20.1-109.2-43.6-163.3-68C443.5,99.7,434.5,95.6,425.5,91.6z"/>
17
- <path class="st0" d="M636.5,148h111.4l7.5,3.6c8.3,4.1,16.5,8.1,24.8,12.2H679L636.5,148z"/>
18
- <path class="st0" d="M1258.5,163.8H940.7c-2.1-2.4-4.1-4.9-6-7.5c-2.1-2.6-4.1-5.3-6-8.3h329.8L1258.5,163.8L1258.5,163.8z"/>
19
- <path class="st0" d="M379.1,148h147.3c12.8,5.3,25.7,10.7,38.5,15.8H373C374.4,158.5,376.6,153.1,379.1,148z"/>
20
- <path class="st0" d="M676.7,51.4c66.7,22.2,162.7,75.2,230.9,115.6c-4.7-6.6-8.6-13-11.8-19.5c-4.1-8.8-7.3-17.3-9.2-26.3
21
- c-2.4-9.4-3.6-19.2-3.4-29.3c0.4-9,1.9-18,4.9-26.3c3.6-9,9-17.3,16.2-24.4c6.8-6.6,15.4-12,25.2-15.6c9.6-3.6,20.7-5.3,31.4-5.6
22
- c11.1,0,22,1.5,31,4.7c8.1,3,14.7,7.3,19.7,11.8c6.4,6.2,10,13,10.9,18.8c0.6,3.8,0,7.3-1.3,10c-1.3,2.8-3.2,4.7-5.6,6.2
23
- c-2.6,1.3-5.3,1.9-8.3,1.5c-3-0.4-6-1.7-8.5-4.3c-6-5.3-10-16.5-13.9-28.2c-6.6-2.1-15.2-3.2-23.7-3.2c-8.8,0.2-18,1.7-25.7,4.5
24
- c-7.5,2.8-13.9,6.8-19.2,11.8c-5.3,5.1-9.4,11.3-12,18.2c-2.4,6.4-3.6,13.5-3.8,20.5c-0.2,8.3,0.9,16.7,3,25
25
- c1.7,7.7,4.3,15.2,7.9,22.4c3.6,7.5,8.5,15,14.5,23.1c50.7,66.3,162.9,100.9,242.8,87.2c61.1-10.3,111.6-51.7,106.9-116.5
26
- c-3.2-47.7-53-56.4-85.1-49.6c-5.1,11.1-11.3,25.2-22.2,31.4c-17.3,9.8-37-1.9-31.2-19.2c9-26.9,54.5-38.7,86.8-34.6
27
- c95.3,11.8,84,110.1,46.6,157.1c-68.8,86.8-222.5,54.5-308.2,20.5c-127-50.7-326-181.1-454.7-177.6c-37.6,0.9-65.2,9.2-92.6,29.3
28
- c-105,77.4-46.2,193.2,41.9,182.3c18.8-2.1,35.3-11.5,49.4-21.2c-2.8-17.7-5.6-37.2,7.3-44.9c25.9-15.4,66.3,36.6-19.7,77.4
29
- c-99.6,47.2-203.3-63.1-134.9-166.3C425.7,17.6,574.3,17.2,676.7,51.4z"/>
30
- </g>
31
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 1315.7 312.3" style="enable-background:new 0 0 1315.7 312.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <g>
9
+ <path class="st0" d="M275.3,21.9c40,7.1,84.4,23.1,129.3,41.9c-5.6,3.6-10.7,7.5-15.8,11.8c-65.8-27.4-132.7-47.9-205.8-40
10
+ C6.4,54.8,24.7,205.9,83.3,235.7c32.1,16.2,109.2,10.5,116.3-55.8c2.1-20.3-3-43-16.5-57.7c-7.7-8.3-5.3-6.8-15-3.6
11
+ c-11.1,4.1-22.9,6.6-32.7,0.4c-25.4-16.2,12.4-46.4,51.1-16.9c56.2,42.8,39.5,165.7-75.9,158.2c-85.1-5.6-110.1-115.9-60.1-180
12
+ C98.9,18.5,199.2,8.2,275.3,21.9z"/>
13
+ <path class="st0" d="M328.5,163.8h-100c-0.4-5.3-1.1-10.7-2.1-15.8h106.2C331.1,153.4,329.6,158.5,328.5,163.8z"/>
14
+ <path class="st0" d="M188.9,163.8H53.6c-0.4-5.3-0.4-10.7,0-15.8h131.9C187.2,153.1,188.3,158.5,188.9,163.8z"/>
15
+ <path class="st0" d="M425.5,91.6c6.4-4.1,12.8-7.7,19.2-10.7c37.2,16.5,74,33.6,107.1,47.2l128.5,47.7c23.5,8.1,70.8,20.5,71,35.9
16
+ c0.2,17.5-33.6,10.7-34-2.6v-1.9l-101.5-35.5c-54.9-20.1-109.2-43.6-163.3-68C443.5,99.7,434.5,95.6,425.5,91.6z"/>
17
+ <path class="st0" d="M636.5,148h111.4l7.5,3.6c8.3,4.1,16.5,8.1,24.8,12.2H679L636.5,148z"/>
18
+ <path class="st0" d="M1258.5,163.8H940.7c-2.1-2.4-4.1-4.9-6-7.5c-2.1-2.6-4.1-5.3-6-8.3h329.8L1258.5,163.8L1258.5,163.8z"/>
19
+ <path class="st0" d="M379.1,148h147.3c12.8,5.3,25.7,10.7,38.5,15.8H373C374.4,158.5,376.6,153.1,379.1,148z"/>
20
+ <path class="st0" d="M676.7,51.4c66.7,22.2,162.7,75.2,230.9,115.6c-4.7-6.6-8.6-13-11.8-19.5c-4.1-8.8-7.3-17.3-9.2-26.3
21
+ c-2.4-9.4-3.6-19.2-3.4-29.3c0.4-9,1.9-18,4.9-26.3c3.6-9,9-17.3,16.2-24.4c6.8-6.6,15.4-12,25.2-15.6c9.6-3.6,20.7-5.3,31.4-5.6
22
+ c11.1,0,22,1.5,31,4.7c8.1,3,14.7,7.3,19.7,11.8c6.4,6.2,10,13,10.9,18.8c0.6,3.8,0,7.3-1.3,10c-1.3,2.8-3.2,4.7-5.6,6.2
23
+ c-2.6,1.3-5.3,1.9-8.3,1.5c-3-0.4-6-1.7-8.5-4.3c-6-5.3-10-16.5-13.9-28.2c-6.6-2.1-15.2-3.2-23.7-3.2c-8.8,0.2-18,1.7-25.7,4.5
24
+ c-7.5,2.8-13.9,6.8-19.2,11.8c-5.3,5.1-9.4,11.3-12,18.2c-2.4,6.4-3.6,13.5-3.8,20.5c-0.2,8.3,0.9,16.7,3,25
25
+ c1.7,7.7,4.3,15.2,7.9,22.4c3.6,7.5,8.5,15,14.5,23.1c50.7,66.3,162.9,100.9,242.8,87.2c61.1-10.3,111.6-51.7,106.9-116.5
26
+ c-3.2-47.7-53-56.4-85.1-49.6c-5.1,11.1-11.3,25.2-22.2,31.4c-17.3,9.8-37-1.9-31.2-19.2c9-26.9,54.5-38.7,86.8-34.6
27
+ c95.3,11.8,84,110.1,46.6,157.1c-68.8,86.8-222.5,54.5-308.2,20.5c-127-50.7-326-181.1-454.7-177.6c-37.6,0.9-65.2,9.2-92.6,29.3
28
+ c-105,77.4-46.2,193.2,41.9,182.3c18.8-2.1,35.3-11.5,49.4-21.2c-2.8-17.7-5.6-37.2,7.3-44.9c25.9-15.4,66.3,36.6-19.7,77.4
29
+ c-99.6,47.2-203.3-63.1-134.9-166.3C425.7,17.6,574.3,17.2,676.7,51.4z"/>
30
+ </g>
31
+ </svg>
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 368.8 22.8" style="enable-background:new 0 0 368.8 22.8;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#C4A96B;}
7
- </style>
8
- <path class="st0" d="M366.8,11.2l-136.6,5.3c-0.4,0-0.8-0.2-1.1-0.6c-0.7-1.1-2.4-3.2-4.9-3.1c-2.8,0.2-5.1,1.9-6.3,3.9
9
- c-0.4,0.6-1.1,0.7-1.7,0.4c-2.3-1.5-9.1-4.7-16.3-4.4c-7.2,0.3-13.1,4.5-15.1,5.9c-0.4,0.2-0.8,0.2-1.2,0c-2.1-1.5-6-5.6-14.9-5.9
10
- c-8.4,0.3-16.1,4-16.3,4.1c-0.6,0.2-1.3,0.2-1.7-0.3c-1.1-1.5-3.4-4.2-6.4-3.8c-3,0.4-4.3,2-4.7,2.9c-0.2,0.4-0.6,0.6-1.1,0.6
11
- l-136.9-5c-0.3,0-0.3-0.4,0-0.5l136.6-5.3c0.4,0,0.8,0.2,1.1,0.6c0.7,1.1,2.4,3.3,4.9,3.1c2.8-0.2,5.1-1.9,6.3-3.9
12
- c0.3-0.6,1.1-0.7,1.7-0.4c2.3,1.5,9.1,4.7,16.3,4.4c7.6-0.3,13.8-5,15.4-6.1c0.2-0.1,0.4-0.1,0.6,0c1.7,1.2,10,6.2,16.5,6.3
13
- c8.9,0.1,15-4.3,15-4.4c0.2-0.6,1.3-0.2,1.7,0.3c1.1,1.5,3.4,4.2,6.4,3.8c3-0.4,4.3-2,4.8-2.9c0.2-0.4,0.6-0.6,1.1-0.6l136.9,5
14
- C367.1,10.7,367.1,11.2,366.8,11.2z"/>
15
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 368.8 22.8" style="enable-background:new 0 0 368.8 22.8;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <path class="st0" d="M366.8,11.2l-136.6,5.3c-0.4,0-0.8-0.2-1.1-0.6c-0.7-1.1-2.4-3.2-4.9-3.1c-2.8,0.2-5.1,1.9-6.3,3.9
9
+ c-0.4,0.6-1.1,0.7-1.7,0.4c-2.3-1.5-9.1-4.7-16.3-4.4c-7.2,0.3-13.1,4.5-15.1,5.9c-0.4,0.2-0.8,0.2-1.2,0c-2.1-1.5-6-5.6-14.9-5.9
10
+ c-8.4,0.3-16.1,4-16.3,4.1c-0.6,0.2-1.3,0.2-1.7-0.3c-1.1-1.5-3.4-4.2-6.4-3.8c-3,0.4-4.3,2-4.7,2.9c-0.2,0.4-0.6,0.6-1.1,0.6
11
+ l-136.9-5c-0.3,0-0.3-0.4,0-0.5l136.6-5.3c0.4,0,0.8,0.2,1.1,0.6c0.7,1.1,2.4,3.3,4.9,3.1c2.8-0.2,5.1-1.9,6.3-3.9
12
+ c0.3-0.6,1.1-0.7,1.7-0.4c2.3,1.5,9.1,4.7,16.3,4.4c7.6-0.3,13.8-5,15.4-6.1c0.2-0.1,0.4-0.1,0.6,0c1.7,1.2,10,6.2,16.5,6.3
13
+ c8.9,0.1,15-4.3,15-4.4c0.2-0.6,1.3-0.2,1.7,0.3c1.1,1.5,3.4,4.2,6.4,3.8c3-0.4,4.3-2,4.8-2.9c0.2-0.4,0.6-0.6,1.1-0.6l136.9,5
14
+ C367.1,10.7,367.1,11.2,366.8,11.2z"/>
15
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="87" height="80" viewBox="0 0 87 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M50.9101 1.05155C56.8288 1.75043 62.4388 3.17941 68.1257 4.95674C74.5247 6.95659 84.6577 5.81615 86.6114 12.2092C89.0079 20.0514 79.6368 26.7788 77.1858 34.6043C76.0014 38.3859 76.6019 42.3676 75.9423 46.2741C75.2498 50.3753 75.7673 55.0152 73.1876 58.2844C70.6077 61.5539 65.1086 60.878 62.1242 63.7856C57.3566 68.4304 57.5642 79.5671 50.9101 79.9885C44.5106 80.3938 43.2811 69.9976 38.9879 65.251C36.264 62.2394 33.9786 58.4931 30.1726 57.0606C21.2996 53.721 9.30689 58.2685 2.62188 51.5637C-2.61102 46.3152 1.35628 36.8965 2.8405 29.6473C4.34399 22.304 6.02589 14.4433 11.3132 9.11334C16.5353 3.84918 24.3331 2.12672 31.6108 0.645007C37.9951 -0.654823 44.4391 0.287451 50.9101 1.05155Z" fill="#000000"/>
1
+ <svg width="87" height="80" viewBox="0 0 87 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M50.9101 1.05155C56.8288 1.75043 62.4388 3.17941 68.1257 4.95674C74.5247 6.95659 84.6577 5.81615 86.6114 12.2092C89.0079 20.0514 79.6368 26.7788 77.1858 34.6043C76.0014 38.3859 76.6019 42.3676 75.9423 46.2741C75.2498 50.3753 75.7673 55.0152 73.1876 58.2844C70.6077 61.5539 65.1086 60.878 62.1242 63.7856C57.3566 68.4304 57.5642 79.5671 50.9101 79.9885C44.5106 80.3938 43.2811 69.9976 38.9879 65.251C36.264 62.2394 33.9786 58.4931 30.1726 57.0606C21.2996 53.721 9.30689 58.2685 2.62188 51.5637C-2.61102 46.3152 1.35628 36.8965 2.8405 29.6473C4.34399 22.304 6.02589 14.4433 11.3132 9.11334C16.5353 3.84918 24.3331 2.12672 31.6108 0.645007C37.9951 -0.654823 44.4391 0.287451 50.9101 1.05155Z" fill="#000000"/>
3
3
  </svg>