@appartmint/css-mint 0.1.0 → 1.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 (87) hide show
  1. package/dist/amplify.css +630 -0
  2. package/dist/amplify.css.map +1 -0
  3. package/dist/amplify.min.css +1 -0
  4. package/dist/amplify.min.css.map +1 -0
  5. package/dist/angular.css +49 -0
  6. package/dist/angular.css.map +1 -0
  7. package/dist/angular.min.css +1 -0
  8. package/dist/angular.min.css.map +1 -0
  9. package/dist/full-calendar.css +43 -0
  10. package/dist/full-calendar.css.map +1 -0
  11. package/dist/full-calendar.min.css +1 -0
  12. package/dist/full-calendar.min.css.map +1 -0
  13. package/dist/index.css +3515 -634
  14. package/dist/index.css.map +1 -1
  15. package/dist/index.min.css +1 -1
  16. package/dist/index.min.css.map +1 -1
  17. package/dist/noscript.css +5 -0
  18. package/dist/noscript.css.map +1 -0
  19. package/dist/noscript.min.css +1 -0
  20. package/dist/noscript.min.css.map +1 -0
  21. package/dist/recaptcha.css +5 -0
  22. package/dist/recaptcha.css.map +1 -0
  23. package/dist/recaptcha.min.css +1 -0
  24. package/dist/recaptcha.min.css.map +1 -0
  25. package/dist/swiper.css +35 -0
  26. package/dist/swiper.css.map +1 -0
  27. package/dist/swiper.min.css +1 -0
  28. package/dist/swiper.min.css.map +1 -0
  29. package/package.json +6 -3
  30. package/src/components/form/edit-info.scss +27 -0
  31. package/src/components/form/index.scss +1 -0
  32. package/src/components/form/input/array.scss +24 -0
  33. package/src/components/form/input/checkbox.scss +0 -0
  34. package/src/components/form/input/dropdown.scss +20 -0
  35. package/src/components/form/input/global.scss +18 -0
  36. package/src/components/form/input/index.scss +8 -0
  37. package/src/components/form/input/input.scss +13 -0
  38. package/src/components/form/input/label.scss +31 -0
  39. package/src/components/form/input/select.scss +15 -0
  40. package/src/components/form/input/textarea.scss +10 -0
  41. package/src/components/form/input/toggle.scss +62 -2
  42. package/src/components/index.scss +1 -0
  43. package/src/components/partial/background.scss +43 -0
  44. package/src/components/partial/chat.scss +130 -0
  45. package/src/components/partial/footer.scss +169 -0
  46. package/src/components/partial/header.scss +484 -0
  47. package/src/components/partial/index.scss +4 -0
  48. package/src/components/section/flex.scss +64 -0
  49. package/src/components/section/full.scss +40 -0
  50. package/src/components/section/grid.scss +130 -2
  51. package/src/components/section/index.scss +3 -0
  52. package/src/components/section/landing.scss +52 -0
  53. package/src/components/ui/button.scss +7 -11
  54. package/src/components/ui/icon.scss +73 -0
  55. package/src/components/ui/index.scss +4 -1
  56. package/src/components/ui/link.scss +33 -0
  57. package/src/components/ui/list.scss +32 -0
  58. package/src/components/ui/media/embed.scss +9 -0
  59. package/src/components/ui/media/global.scss +13 -0
  60. package/src/components/ui/{image.scss → media/image.scss} +2 -2
  61. package/src/components/ui/media/index.scss +3 -0
  62. package/src/components/widget/index.scss +2 -0
  63. package/src/components/widget/{_panel.scss → panel.scss} +16 -16
  64. package/src/components/widget/{_table.scss → table.scss} +5 -7
  65. package/src/global/animations.scss +214 -0
  66. package/src/global/global.scss +75 -0
  67. package/src/global/index.scss +7 -1
  68. package/src/global/mask.scss +11 -1
  69. package/src/global/shadow.scss +20 -0
  70. package/src/global/structure.scss +101 -0
  71. package/src/global/text.scss +93 -0
  72. package/src/global/texture.scss +154 -0
  73. package/src/global/themes.scss +26 -0
  74. package/src/modules/amplify.scss +44 -0
  75. package/src/modules/angular.scss +67 -0
  76. package/src/modules/full-calendar.scss +60 -0
  77. package/src/modules/noscript.scss +12 -0
  78. package/src/modules/recaptcha.scss +15 -0
  79. package/src/modules/swiper.scss +59 -0
  80. package/src/themes/colors.scss +19 -1
  81. package/src/themes/index.scss +0 -1
  82. package/src/themes/structure.scss +1 -2
  83. package/src/util/break.scss +6 -6
  84. package/src/util/text.scss +1 -0
  85. package/src/components/widget/_tooltip.scss +0 -106
  86. package/src/global/size.scss +0 -15
  87. package/src/themes/fonts.scss +0 -18
package/dist/index.css CHANGED
@@ -1,4 +1,83 @@
1
1
  @charset "UTF-8";
2
+ .mint-edit-info:not(.mint-editing) input, .mint-edit-info:not(.mint-editing) textarea {
3
+ background: transparent;
4
+ border: none;
5
+ color: var(--mint-fg);
6
+ resize: none;
7
+ }
8
+ .mint-edit-info .mint-btns {
9
+ display: flex;
10
+ align-items: center;
11
+ justify-content: flex-end;
12
+ gap: 0.5rem;
13
+ }
14
+
15
+ .mint-array-item {
16
+ display: flex;
17
+ align-items: center;
18
+ justify-content: flex-end;
19
+ gap: 0.5rem;
20
+ }
21
+ .mint-array-item :first-child {
22
+ flex-grow: 1;
23
+ }
24
+ .mint-array-item :last-child {
25
+ flex-shrink: 0;
26
+ }
27
+
28
+ .mint-dropdown {
29
+ display: flex;
30
+ align-items: center;
31
+ flex-wrap: wrap;
32
+ }
33
+ @media (min-width: 480px) {
34
+ .mint-dropdown {
35
+ gap: 1rem;
36
+ }
37
+ }
38
+
39
+ input,
40
+ select,
41
+ textarea {
42
+ width: 100%;
43
+ padding: 0.5rem;
44
+ border: 2px solid var(--mint-c-bw-8);
45
+ border-radius: var(--mint-br);
46
+ }
47
+
48
+ input[type=file], input::file-selector-button {
49
+ cursor: pointer;
50
+ }
51
+
52
+ .mint-label {
53
+ display: flex;
54
+ flex-direction: column;
55
+ gap: 0.5rem;
56
+ }
57
+ .mint-label span {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 0.5rem;
61
+ }
62
+ .mint-label .mint-error {
63
+ line-height: 0;
64
+ filter: opacity(0);
65
+ transition: filter 0.3s;
66
+ }
67
+ .mint-label .mint-error.mint-show {
68
+ filter: opacity(1);
69
+ }
70
+
71
+ @media (min-width: 480px) {
72
+ select {
73
+ width: auto;
74
+ }
75
+ }
76
+
77
+ textarea {
78
+ resize: vertical;
79
+ }
80
+
2
81
  :root {
3
82
  --mint-check-s: 1;
4
83
  --mint-check-p: 0.25rem;
@@ -6,8 +85,28 @@
6
85
  --mint-check-bw: 0.125rem;
7
86
  --mint-check-fs: 0.5rem;
8
87
  --mint-check-br: var(--mint-br);
88
+ --mint-check-bc: var(--mint-c-brand-2);
89
+ --mint-check-bg: var(--mint-c-brand-5);
9
90
  }
10
91
 
92
+ .mint-toggle {
93
+ display: flex;
94
+ align-items: center;
95
+ gap: 1rem;
96
+ width: fit-content;
97
+ cursor: pointer;
98
+ }
99
+ .mint-toggle div {
100
+ display: flex;
101
+ flex-direction: column;
102
+ align-items: center;
103
+ gap: 0.5rem;
104
+ }
105
+ @media (min-width: 480px) {
106
+ .mint-toggle div {
107
+ flex-direction: row;
108
+ }
109
+ }
11
110
  .mint-toggle.mint-1 {
12
111
  --mint-check-s: 1;
13
112
  }
@@ -40,845 +139,3618 @@
40
139
  }
41
140
 
42
141
  .mint-check {
142
+ position: relative;
143
+ display: inline-block;
144
+ flex-shrink: 0;
43
145
  height: calc((var(--mint-check-h) + var(--mint-check-bw) * 2) * var(--mint-check-s));
44
146
  width: calc((var(--mint-check-h) - var(--mint-check-p) + var(--mint-check-bw)) * var(--mint-check-s) * 2);
45
- border: calc(var(--mint-check-bw) * var(--mint-check-s)) solid var(--mint-brand-2);
147
+ border: calc(var(--mint-check-bw) * var(--mint-check-s)) solid var(--mint-check-bc);
46
148
  border-radius: calc(var(--mint-check-br) * var(--mint-check-s));
149
+ background-color: var(--mint-check-bg);
150
+ cursor: pointer;
151
+ }
152
+ .mint-check [type=checkbox] {
153
+ display: none;
47
154
  }
48
155
  .mint-check [type=checkbox]:checked + span {
49
156
  left: calc(100% - (var(--mint-check-h) - var(--mint-check-p)) * var(--mint-check-s));
157
+ background-color: var(--mint-check-bc);
158
+ filter: grayscale(0);
159
+ }
160
+ .mint-check [type=checkbox]:checked + span i {
161
+ opacity: 0;
162
+ }
163
+ .mint-check [type=checkbox]:checked + span i:first-child {
164
+ opacity: 1;
50
165
  }
51
166
  .mint-check [type=checkbox] + span {
167
+ position: relative;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ position: absolute;
52
172
  top: calc(var(--mint-check-p) * var(--mint-check-s));
53
173
  left: calc(var(--mint-check-p) * var(--mint-check-s));
54
174
  transform: translateX(0);
55
175
  width: calc((var(--mint-check-h) - var(--mint-check-p) * 2) * var(--mint-check-s));
56
176
  height: calc((var(--mint-check-h) - var(--mint-check-p) * 2) * var(--mint-check-s));
57
177
  border-radius: calc(var(--mint-check-br) * var(--mint-check-s));
178
+ filter: grayscale(1);
179
+ transition: filter 300ms, background-color 300ms, left 300ms;
58
180
  }
59
181
  .mint-check [type=checkbox] + span i {
182
+ position: absolute;
183
+ top: 50%;
184
+ left: 50%;
185
+ transform: translate(-50%, -50%);
186
+ color: var(--mint-back);
60
187
  font-size: calc(var(--mint-check-fs) * var(--mint-check-s));
188
+ transition: opacity delay(default);
61
189
  }
62
-
63
- :root {
64
- --mint-grid-gap: var(--mint-gap);
65
- --mint-grid-fit-w: var(--mint-xs);
190
+ .mint-check [type=checkbox] + span i:first-child {
191
+ opacity: 0;
66
192
  }
67
193
 
68
- .mint-grid-fit {
69
- display: grid;
70
- grid-template-columns: repeat(minmax(min(var(--mint-grid-fit-w), 100%), 1fr));
71
- gap: var(--mint-grid-gap);
194
+ :root {
195
+ --mint-bg-blur: 10vw;
196
+ --mint-bg-blur-active: 0.15vw;
72
197
  }
73
198
 
74
- :root {
75
- --mint-btn-pv: calc(var(--mint-gap) * 2);
76
- --mint-btn-ph: calc(var(--mint-gap) * 4);
77
- --mint-btn-br: var(--mint-br);
78
- --mint-btn-bw: var(--mint-bw);
79
- --mint-btn-bc: var(--mint-brand-4);
80
- --mint-btn-fg: var(--mint-c-fg);
81
- --mint-btn-fg-hover: var(--mint-back);
82
- --mint-btn-fg-alt: var(--mint-btn-bc);
83
- --mint-btn-fg-alt-hover: var(--mint-btn-fg-hover);
84
- --mint-btn-bg: var(--mint-brand-2);
85
- --mint-btn-bg-hover: var(--mint-btn-bc);
86
- --mint-btn-bg-alt: var(--mint-clear);
87
- --mint-btn-bg-alt-hover: var(--mint-accent-2);
88
- --mint-pill-pv: 0;
89
- --mint-pill-ph: calc(var(--mint-gap) * 3);
90
- --mint-pill-br: var(--mint-br);
199
+ .mint-bg {
200
+ display: block;
201
+ opacity: 0;
202
+ height: 0;
203
+ width: 0;
204
+ z-index: -1;
205
+ transform: none !important;
91
206
  }
92
207
 
93
- .mint-theme-dark {
94
- --mint-btn-bg: var(--mint-brand-5);
95
- --mint-btn-bc: var(--mint-brand-2);
208
+ .mint-background {
209
+ position: fixed;
210
+ left: 0;
211
+ top: 0;
212
+ width: 100vw;
213
+ height: 100vh;
214
+ object-fit: cover;
215
+ background-size: cover;
216
+ background-position: center;
217
+ background-repeat: no-repeat;
218
+ z-index: 0;
219
+ filter: opacity(0) blur(var(--mint-bg-blur));
220
+ transition: filter 1000ms ease-out;
221
+ }
222
+ .mint-background.active {
223
+ filter: opacity(1) blur(var(--mint-bg-blur-active));
96
224
  }
97
225
 
98
- button,
99
- a[routerLink] {
100
- cursor: pointer;
226
+ :root {
227
+ --mint-chat-user: var(--mint-c-bg-1);
228
+ --mint-chat-bot: var(--mint-c-brand-1);
101
229
  }
102
230
 
103
- a,
104
- button,
105
- .mint-btn,
106
- .mint-select,
107
- .mint-btn-icon,
108
- .mint-pill {
109
- font-size: inherit;
231
+ .mint-chatbot {
232
+ display: flex;
233
+ flex-direction: column;
234
+ flex-grow: 1;
235
+ justify-content: flex-end;
236
+ position: relative;
237
+ gap: 1rem;
238
+ min-height: calc(100vh - var(--mint-header-h));
239
+ min-height: calc(100dvh - var(--mint-header-h));
110
240
  }
111
- a[disabled],
112
- button[disabled],
113
- .mint-btn[disabled],
114
- [disabled].mint-select,
115
- .mint-btn-icon[disabled],
116
- .mint-pill[disabled] {
117
- filter: grayscale(1) brightness(0.75) !important;
118
- pointer-events: none !important;
241
+ @media (min-width: 480px) {
242
+ .mint-chatbot {
243
+ min-height: unset;
244
+ }
119
245
  }
120
- a[disabled].mint-fall-in:not(.mint-show),
121
- button[disabled].mint-fall-in:not(.mint-show),
122
- .mint-btn[disabled].mint-fall-in:not(.mint-show),
123
- [disabled].mint-fall-in.mint-select:not(.mint-show),
124
- .mint-btn-icon[disabled].mint-fall-in:not(.mint-show),
125
- .mint-pill[disabled].mint-fall-in:not(.mint-show) {
126
- filter: grayscale(1) brightness(0.75) opacity(0%) !important;
246
+ .mint-chatbot .mint-output {
247
+ display: flex;
248
+ position: absolute;
249
+ top: 0;
250
+ left: 0;
251
+ width: 100%;
252
+ height: calc(100% - 75px);
253
+ overflow-y: auto;
127
254
  }
128
- a i:first-child,
129
- button i:first-child,
130
- .mint-btn i:first-child,
131
- .mint-select i:first-child,
132
- .mint-btn-icon i:first-child,
133
- .mint-pill i:first-child {
134
- margin-right: 0.5em;
255
+ .mint-chatbot .mint-chat {
256
+ display: flex;
257
+ flex-direction: column;
258
+ gap: 0;
259
+ width: 100%;
260
+ min-height: 100%;
261
+ padding: 1rem;
262
+ font-size: 1.125rem;
263
+ overflow-x: hidden;
135
264
  }
136
- a i:last-child,
137
- button i:last-child,
138
- .mint-btn i:last-child,
139
- .mint-select i:last-child,
140
- .mint-btn-icon i:last-child,
141
- .mint-pill i:last-child {
142
- margin-left: 0.5em;
265
+ .mint-chatbot .mint-chat::before {
266
+ content: "";
267
+ flex-grow: 1;
143
268
  }
144
- a i:only-child,
145
- button i:only-child,
146
- .mint-btn i:only-child,
147
- .mint-select i:only-child,
148
- .mint-btn-icon i:only-child,
149
- .mint-pill i:only-child {
269
+ .mint-chatbot .mint-chat p {
270
+ align-self: flex-start;
150
271
  margin: 0;
272
+ color: #000;
273
+ }
274
+ @media (min-width: 480px) {
275
+ .mint-chatbot .mint-chat p {
276
+ max-width: 75%;
277
+ }
278
+ }
279
+ .mint-chatbot .mint-chat p:nth-child(even) {
280
+ align-self: flex-end;
281
+ }
282
+ .mint-chatbot .mint-chat p:nth-child(even) span {
283
+ background-color: var(--mint-chat-bot);
284
+ }
285
+ .mint-chatbot .mint-chat p:nth-child(even) span::before {
286
+ left: unset;
287
+ right: 0;
288
+ transform: translate(-5%, 90%) skew(50deg, 10deg);
289
+ border-color: var(--mint-chat-bot) transparent transparent transparent;
290
+ }
291
+ .mint-chatbot .mint-chat p span {
292
+ display: block;
293
+ position: relative;
294
+ padding: 1rem;
295
+ margin-bottom: 2rem;
296
+ background-color: var(--mint-chat-user);
297
+ border-radius: 0.5rem;
298
+ }
299
+ .mint-chatbot .mint-chat p span::before {
300
+ content: "";
301
+ position: absolute;
302
+ bottom: 0;
303
+ left: 0;
304
+ transform: translate(5%, 90%) skew(-50deg, 10deg);
305
+ width: 0;
306
+ height: 0;
307
+ border: 0.5rem solid;
308
+ border-color: var(--mint-chat-user) transparent transparent transparent;
309
+ }
310
+ .mint-chatbot .mint-input {
311
+ position: relative;
312
+ width: 100%;
313
+ max-width: 550px;
314
+ margin: 0 auto;
315
+ }
316
+ .mint-chatbot .mint-input input {
317
+ font-size: 1.25rem;
318
+ padding-right: 47px;
319
+ }
320
+ .mint-chatbot .mint-input button {
321
+ position: absolute;
322
+ top: 0;
323
+ right: 0;
324
+ height: 100%;
325
+ padding: 0 1rem;
326
+ border-top-right-radius: 1rem;
327
+ border-bottom-right-radius: 1rem;
328
+ border: none;
329
+ transition: all 0.3s ease-in-out;
330
+ }
331
+ .mint-chatbot .mint-input button:hover .mint-chatbot .mint-input button:focus-visible {
332
+ background: var(--mint-c-fg) !important;
333
+ color: var(--mint-c-bg);
151
334
  }
152
335
 
153
- .mint-btn, .mint-select,
154
- .mint-pill,
155
- .mint-btn-group,
156
- .mint-btn-icon {
157
- flex-shrink: 0;
336
+ :root {
337
+ --mint-footer-bg: var(--mint-c-bg);
338
+ --mint-footer-heel-bg: var(--mint-c-brand-6);
339
+ --mint-footer-heel-fg: var(--mint-c-fg);
340
+ --mint-footer-shadow-c: var(--mint-shadow-c);
341
+ --mint-footer-shadow-s: var(--mint-shadow-s);
158
342
  }
159
343
 
160
- .mint-btn, .mint-select,
161
- .mint-btn-group {
162
- border-radius: var(--mint-btn-br);
344
+ .mint-theme-dark {
345
+ --mint-footer-heel-bg: var(--mint-c-brand-4);
163
346
  }
164
347
 
165
- .mint-btn, .mint-select,
166
- .mint-pill,
167
- .mint-btn-icon {
168
- width: fit-content;
348
+ .mint-footer {
349
+ display: flex;
350
+ flex-direction: column;
169
351
  max-width: 100%;
170
- text-decoration: none;
171
- text-overflow: ellipsis;
172
- white-space: nowrap;
352
+ background: var(--mint-footer-bg);
353
+ box-shadow: var(--mint-footer-shadow-s) var(--mint-footer-shadow-c);
354
+ transition: transform ms(300);
355
+ z-index: 999;
173
356
  overflow: hidden;
174
- user-select: none;
175
- transition-property: color, background-color, border-color;
176
- transition-duration: ms(300);
177
357
  }
178
-
179
- .mint-btn, .mint-select,
180
- .mint-pill,
181
- .mint-btn-group {
182
- display: inline-block;
183
- color: var(--mint-btn-fg);
184
- background: var(--mint-btn-bg);
185
- border: var(--mint-btn-bw) solid var(--mint-btn-bc);
186
- text-align: center;
358
+ .mint-footer.mint-hide {
359
+ display: flex;
360
+ transform: translateY(100%);
361
+ transition: transform ms(0);
187
362
  }
188
- @media (min-width: 30rem) {
189
- .mint-btn, .mint-select,
190
- .mint-pill,
191
- .mint-btn-group {
192
- width: fit-content;
193
- }
363
+ .mint-footer * {
364
+ max-width: 100%;
194
365
  }
195
- .mint-btn:hover, .mint-select:hover, .mint-pill:hover, .mint-btn-group:hover .mint-btn:focus-visible, .mint-btn-group:hover .mint-select:focus-visible, .mint-pill:focus-visible, .mint-btn-group:focus-visible .mint-btn:active, .mint-btn-group:focus-visible .mint-select:active, .mint-pill:active, .mint-btn-group:active .mint-btn.mint-active, .mint-btn-group:active .mint-active.mint-select, .mint-pill.mint-active, .mint-btn-group.mint-active {
196
- color: var(--mint-btn-fg-hover);
197
- background: var(--mint-btn-bg-hover);
366
+ .mint-footer p {
367
+ margin: 0;
198
368
  }
199
- .mint-btn:hover i, .mint-select:hover i, .mint-pill:hover i, .mint-btn-group:hover .mint-btn:focus-visible i, .mint-btn-group:hover .mint-select:focus-visible i, .mint-pill:focus-visible i, .mint-btn-group:focus-visible .mint-btn:active i, .mint-btn-group:focus-visible .mint-select:active i, .mint-pill:active i, .mint-btn-group:active .mint-btn.mint-active i, .mint-btn-group:active .mint-active.mint-select i, .mint-pill.mint-active i, .mint-btn-group.mint-active i {
200
- color: inherit !important;
369
+ .mint-footer-content {
370
+ display: flex;
371
+ flex-direction: column;
372
+ flex-wrap: wrap;
373
+ align-items: center;
374
+ justify-content: space-between;
375
+ gap: 0.5rem;
201
376
  }
202
-
203
- .mint-btn.mint-reverse, .mint-reverse.mint-select,
204
- .mint-pill.mint-reverse,
205
- .mint-btn-group.mint-reverse {
206
- color: var(--mint-btn-fg-hover);
207
- background: var(--mint-btn-bg-hover);
377
+ @media (min-width: 768px) {
378
+ .mint-footer-content {
379
+ flex-direction: row;
380
+ align-items: flex-start;
381
+ }
208
382
  }
209
- .mint-btn.mint-reverse:hover, .mint-reverse.mint-select:hover, .mint-pill.mint-reverse:hover, .mint-btn-group.mint-reverse:hover .mint-btn.mint-reverse:focus-visible, .mint-btn-group.mint-reverse:hover .mint-reverse.mint-select:focus-visible, .mint-pill.mint-reverse:focus-visible, .mint-btn-group.mint-reverse:focus-visible .mint-btn.mint-reverse:active, .mint-btn-group.mint-reverse:focus-visible .mint-reverse.mint-select:active, .mint-pill.mint-reverse:active, .mint-btn-group.mint-reverse:active .mint-btn.mint-reverse.mint-active, .mint-btn-group.mint-reverse:active .mint-reverse.mint-active.mint-select, .mint-pill.mint-reverse.mint-active, .mint-btn-group.mint-reverse.mint-active {
210
- color: var(--mint-btn-fg);
211
- background: var(--mint-btn-bg);
383
+ .mint-footer-content > p {
384
+ margin: 0 auto;
385
+ text-align: center;
386
+ align-self: center;
212
387
  }
213
-
214
- .mint-btn.mint-alt, .mint-alt.mint-select,
215
- .mint-pill.mint-alt,
216
- .mint-btn-group.mint-alt {
217
- color: var(--mint-btn-fg-alt);
218
- background: var(--mint-btn-bg-alt);
219
- }
220
- .mint-btn.mint-alt:hover, .mint-alt.mint-select:hover, .mint-pill.mint-alt:hover, .mint-btn-group.mint-alt:hover .mint-btn.mint-alt:focus-visible, .mint-btn-group.mint-alt:hover .mint-alt.mint-select:focus-visible, .mint-pill.mint-alt:focus-visible, .mint-btn-group.mint-alt:focus-visible .mint-btn.mint-alt:active, .mint-btn-group.mint-alt:focus-visible .mint-alt.mint-select:active, .mint-pill.mint-alt:active, .mint-btn-group.mint-alt:active .mint-btn.mint-alt.mint-active, .mint-btn-group.mint-alt:active .mint-alt.mint-active.mint-select, .mint-pill.mint-alt.mint-active, .mint-btn-group.mint-alt.mint-active {
221
- color: var(--mint-btn-fg-alt-hover);
222
- background: var(--mint-btn-bg-alt-hover);
223
- border-color: var(--mint-btn-bg-alt-hover);
388
+ .mint-footer-content > p a {
389
+ display: block;
224
390
  }
225
-
226
- .mint-btn.mint-alt.mint-reverse, .mint-alt.mint-reverse.mint-select,
227
- .mint-pill.mint-alt.mint-reverse,
228
- .mint-btn-group.mint-alt.mint-reverse {
229
- color: var(--mint-btn-fg-alt-hover);
230
- background: var(--mint-btn-bg-alt-hover);
231
- border-color: var(--mint-btn-bg-alt-hover);
391
+ .mint-footer-content [label=Footer] {
392
+ width: 100%;
393
+ margin: auto;
232
394
  }
233
- .mint-btn.mint-alt.mint-reverse:hover, .mint-alt.mint-reverse.mint-select:hover, .mint-pill.mint-alt.mint-reverse:hover, .mint-btn-group.mint-alt.mint-reverse:hover .mint-btn.mint-alt.mint-reverse:focus-visible, .mint-btn-group.mint-alt.mint-reverse:hover .mint-alt.mint-reverse.mint-select:focus-visible, .mint-pill.mint-alt.mint-reverse:focus-visible, .mint-btn-group.mint-alt.mint-reverse:focus-visible .mint-btn.mint-alt.mint-reverse:active, .mint-btn-group.mint-alt.mint-reverse:focus-visible .mint-alt.mint-reverse.mint-select:active, .mint-pill.mint-alt.mint-reverse:active, .mint-btn-group.mint-alt.mint-reverse:active .mint-btn.mint-alt.mint-reverse.mint-active, .mint-btn-group.mint-alt.mint-reverse:active .mint-alt.mint-reverse.mint-active.mint-select, .mint-pill.mint-alt.mint-reverse.mint-active, .mint-btn-group.mint-alt.mint-reverse.mint-active {
234
- color: var(--mint-btn-bc);
235
- background: var(--mint-btn-bg-alt);
236
- border-color: var(--mint-btn-bg-alt);
395
+ @media (min-width: 768px) {
396
+ .mint-footer-content [label=Footer] {
397
+ width: auto;
398
+ }
237
399
  }
238
-
239
- .mint-btn a, .mint-select a,
240
- .mint-pill a,
241
- .mint-btn-group a {
242
- color: inherit;
400
+ .mint-footer-content [label=Footer] > ul {
401
+ flex-direction: column;
402
+ flex-wrap: wrap;
403
+ justify-content: space-around;
404
+ text-align: center;
243
405
  }
244
- .mint-btn a:hover, .mint-select a:hover,
245
- .mint-pill a:hover,
246
- .mint-btn-group a:hover {
247
- color: inherit;
406
+ @media (min-width: 480px) {
407
+ .mint-footer-content [label=Footer] > ul {
408
+ flex-direction: row;
409
+ }
248
410
  }
249
- .mint-btn a i, .mint-select a i,
250
- .mint-pill a i,
251
- .mint-btn-group a i {
252
- display: none;
411
+ .mint-footer-content [label=Footer] > ul > ul li:last-child .mint-pill {
412
+ margin-bottom: 0;
253
413
  }
254
-
255
- .mint-btn, .mint-select {
256
- padding: var(--mint-btn-pv) var(--mint-btn-ph);
257
- cursor: pointer;
414
+ .mint-footer-content [label=Footer] .mint-pill {
415
+ margin-bottom: 0.5rem;
258
416
  }
259
- .mint-btn-icon {
260
- display: block;
417
+ .mint-footer-heel {
418
+ display: flex;
419
+ flex-direction: column;
420
+ align-items: center;
421
+ justify-content: space-between;
422
+ gap: 0.5rem;
423
+ padding: 0.4rem 1rem;
424
+ color: var(--mint-footer-heel-fg);
425
+ background: var(--mint-footer-heel-bg);
261
426
  text-align: center;
262
- background: none;
263
- border: none;
264
427
  }
265
- .mint-btn-icon:hover .mint-btn-icon:focus-visible .mint-btn-icon:active .mint-btn-icon.mint-active i {
266
- color: var(--mint-btn-bg-alt-hover);
428
+ @media (min-width: 768px) {
429
+ .mint-footer-heel {
430
+ flex-direction: row;
431
+ }
267
432
  }
268
-
269
- @media (min-width: 30rem) {
270
- .mint-btn-icon {
271
- display: inline-block;
433
+ .mint-footer-heel > * {
434
+ width: 100%;
435
+ }
436
+ @media (min-width: 768px) {
437
+ .mint-footer-heel p {
438
+ text-align: left;
272
439
  }
273
440
  }
274
- .mint-btn-icon.mint-lg i {
275
- font-size: 4rem;
441
+ .mint-footer-social {
442
+ display: flex;
443
+ align-items: center;
444
+ justify-content: center;
445
+ flex-wrap: wrap;
276
446
  }
277
- .mint-btn-icon i {
278
- display: inline-flex;
447
+ .mint-footer-message {
448
+ display: flex;
279
449
  align-items: center;
280
- margin: 0 !important;
281
- color: var(--mint-btn-bc);
282
- font-size: 1.5rem;
450
+ justify-content: center;
451
+ flex-wrap: wrap;
283
452
  }
284
- .mint-btn-icon i::before {
285
- transition: color ms(300);
286
- padding: 2px;
453
+ @media (min-width: 480px) {
454
+ .mint-footer-message {
455
+ flex-wrap: nowrap;
456
+ }
287
457
  }
288
- .mint-btn-group {
289
- display: flex;
290
- width: fit-content;
291
- max-width: 100%;
292
- margin: auto;
293
- padding: 0;
294
- overflow: visible;
295
- transition: all ms(300);
458
+ @media (min-width: 768px) {
459
+ .mint-footer-message {
460
+ justify-content: flex-end;
461
+ }
296
462
  }
297
- .mint-btn-group > *:first-child, .mint-btn-group > *:first-child button {
298
- padding: var(--mint-btn-pv) 0 var(--mint-btn-pv) var(--mint-btn-ph);
299
- border-top-left-radius: var(--mint-btn-br);
300
- border-bottom-left-radius: var(--mint-btn-br);
463
+ .mint-footer-message > .mint-pill {
464
+ margin: 0 0.25rem;
301
465
  }
302
- .mint-btn-group > *:last-child, .mint-btn-group > *:last-child button {
303
- padding: var(--mint-btn-pv) var(--mint-btn-ph) var(--mint-btn-pv) 0;
304
- border-top-right-radius: var(--mint-btn-br);
305
- border-bottom-right-radius: var(--mint-btn-br);
466
+ .mint-footer-message > * {
467
+ margin: 0 0.5rem;
306
468
  }
307
- .mint-btn-group button {
308
- width: 100%;
309
- border: none;
310
- color: inherit;
311
- background: transparent;
469
+ .mint-footer-message > *:first-child {
470
+ margin-left: 0;
312
471
  }
313
- .mint-btn-group button:hover .mint-btn-group button:focus-visible .mint-btn-group button:active .mint-btn-group button.mint-active {
314
- background: var(--mint-brand-5);
472
+ .mint-footer-message > *:last-child {
473
+ margin-right: 0;
315
474
  }
316
475
 
317
- .mint-btn-submit.mint-success[disabled] {
318
- filter: none !important;
476
+ :root {
477
+ --mint-header-h: 4rem;
478
+ --mint-header-bg: var(--mint-c-brand-2);
479
+ --mint-header-fg: var(--mint-c-fg);
480
+ --mint-header-link-br: var(--mint-br);
481
+ --mint-header-link-fg: var(--mint-c-fg);
482
+ --mint-header-link-fg-hover: var(--mint-c-bg);
483
+ --mint-header-link-bg-hover: var(--mint-c-shadow-5);
484
+ --mint-menu-bar-h: 0.4rem;
485
+ --mint-menu-bar-w: calc(var(--mint-menu-bar-h) * 8);
486
+ --mint-menu-btn-br: br;
487
+ --mint-menu-btn-p: calc(var(--mint-menu-bar-h) * 1.5);
488
+ --mint-menu-btn-fg: c-fg;
489
+ --mint-menu-btn-fg-hover: header-link-fg-hover;
490
+ --mint-menu-btn-bg: c-shadow-6;
491
+ --mint-menu-btn-bg-hover: header-link-bg-hover;
492
+ --mint-menu-btn-shadow-c: c-shadow-c;
493
+ --mint-menu-btn-shadow-s: c-shadow-s;
319
494
  }
320
495
 
321
- .mint-pill {
322
- padding: var(--mint-pill-pv) var(--mint-pill-ph);
323
- border-radius: var(--mint-pill-br);
324
- line-height: 2;
496
+ .mint-theme-dark {
497
+ --mint-header-bg: var(--mint-c-brand-4);
498
+ --mint-header-link-bg-hover: var(--mint-c-glow-5);
325
499
  }
326
500
 
327
- a.mint-pill, button.mint-pill {
328
- min-width: 5rem;
501
+ body.mint-fixed #mint-header {
502
+ position: fixed;
503
+ top: 0;
504
+ left: 0;
329
505
  }
330
506
 
331
- p .mint-pill, p .mint-btn, p .mint-select {
332
- line-height: 1.5rem;
333
- vertical-align: middle;
507
+ #mint-header {
508
+ position: relative;
509
+ width: 100%;
510
+ color: var(--mint-header-fg);
511
+ background-color: var(--mint-header-bg);
512
+ z-index: 1000;
513
+ height: var(--mint-header-h);
334
514
  }
335
-
336
- .mint-buttons {
515
+ @media (min-width: 768px) {
516
+ #mint-header.mint-expand .mint-buttons {
517
+ width: auto;
518
+ }
519
+ #mint-header.mint-expand .mint-buttons [aria-controls=mint-wrapper] {
520
+ display: none;
521
+ }
522
+ #mint-header.mint-expand #mint-wrapper {
523
+ position: static;
524
+ display: flex !important;
525
+ height: 100%;
526
+ max-width: unset !important;
527
+ padding: 0;
528
+ z-index: 0;
529
+ }
530
+ #mint-header.mint-expand #mint-wrapper, #mint-header.mint-expand #mint-wrapper nav {
531
+ height: var(--mint-header-h);
532
+ background: var(--mint-glow-0) !important;
533
+ overflow: visible;
534
+ }
535
+ #mint-header.mint-expand #mint-wrapper nav {
536
+ border: none;
537
+ }
538
+ #mint-header.mint-expand #mint-wrapper nav::before {
539
+ display: none;
540
+ }
541
+ #mint-header.mint-expand #mint-wrapper nav > ul {
542
+ flex-direction: row !important;
543
+ justify-content: flex-end;
544
+ flex-wrap: nowrap;
545
+ overflow: visible;
546
+ }
547
+ #mint-header.mint-expand #mint-wrapper nav > ul > li {
548
+ position: relative;
549
+ display: flex;
550
+ width: 100%;
551
+ max-width: 200px;
552
+ text-align: center;
553
+ }
554
+ #mint-header.mint-expand #mint-wrapper nav > ul > li button,
555
+ #mint-header.mint-expand #mint-wrapper nav > ul > li ul {
556
+ width: 100%;
557
+ max-width: 200px;
558
+ }
559
+ #mint-header.mint-expand #mint-wrapper nav > ul > li button {
560
+ font-size: 1.5rem;
561
+ padding-right: 2rem;
562
+ }
563
+ #mint-header.mint-expand #mint-wrapper nav > ul > li button::after {
564
+ content: "\f054";
565
+ font-family: "Font Awesome 6 Pro";
566
+ font-weight: 900;
567
+ font-size: 1rem;
568
+ position: absolute;
569
+ top: 50%;
570
+ transform: translateY(-50%);
571
+ margin-left: 1rem;
572
+ transition: transform ms(300);
573
+ }
574
+ #mint-header.mint-expand #mint-wrapper nav > ul > li button:hover #mint-header.mint-expand #mint-wrapper nav > ul > li button:focus-visible #mint-header.mint-expand #mint-wrapper nav > ul > li button[aria-expanded=true]::after {
575
+ transform: translateY(-50%) rotate(90deg);
576
+ }
577
+ #mint-header.mint-expand #mint-wrapper nav > ul > li ul {
578
+ position: absolute;
579
+ top: 100%;
580
+ left: 50%;
581
+ transform: translateX(-50%);
582
+ background-color: var(--mint-header-bg);
583
+ }
584
+ #mint-header.mint-expand #mint-wrapper a {
585
+ font-size: 1.25rem;
586
+ }
587
+ #mint-header.mint-expand #mint-wrapper a, #mint-header.mint-expand #mint-wrapper button {
588
+ margin: 0.25rem 0;
589
+ }
590
+ }
591
+ @media (max-width: 767px) {
592
+ #mint-header.mint-spread #mint-wrapper [aria-controls] {
593
+ display: none;
594
+ }
595
+ #mint-header.mint-spread #mint-wrapper [aria-controls] + ul {
596
+ display: flex !important;
597
+ height: auto !important;
598
+ margin-bottom: 3rem;
599
+ }
600
+ #mint-header.mint-spread #mint-wrapper [aria-controls] + ul > li:first-child {
601
+ font-size: 1.5em;
602
+ }
603
+ }
604
+ #mint-header.mint-spread:not(.mint-expand) #mint-wrapper [aria-controls] {
605
+ display: none;
606
+ }
607
+ #mint-header.mint-spread:not(.mint-expand) #mint-wrapper [aria-controls] + ul {
608
+ display: flex !important;
609
+ height: auto !important;
610
+ margin-bottom: 3rem;
611
+ overflow: visible;
612
+ }
613
+ #mint-header.mint-spread:not(.mint-expand) #mint-wrapper [aria-controls] + ul > li:first-child {
614
+ font-size: 1.5em;
615
+ }
616
+ #mint-header .mint-tray #mint-wrapper a, #mint-header .mint-tray #mint-wrapper button {
617
+ padding: 0.75rem;
618
+ margin: 0.25rem 0;
619
+ line-height: 1;
620
+ font-size: 2em;
621
+ width: 100%;
622
+ }
623
+ #mint-header .mint-tray #mint-wrapper button {
624
+ font-size: 3em;
625
+ }
626
+ #mint-header .mint-tray #mint-wrapper nav > ul {
627
+ flex-direction: column;
628
+ flex-wrap: nowrap;
629
+ justify-content: flex-start;
630
+ }
631
+ #mint-header .mint-tray #mint-wrapper nav li {
632
+ width: 100%;
633
+ }
634
+ #mint-header:not(.mint-border)::before {
635
+ content: "";
636
+ position: absolute;
637
+ top: 0;
638
+ left: 0;
639
+ width: 100%;
640
+ background: var(--mint-header-bg);
641
+ }
642
+ #mint-header::before {
643
+ height: var(--mint-header-h);
644
+ z-index: -1;
645
+ }
646
+ #mint-header #mint-navbar {
647
+ display: flex;
648
+ align-items: center;
649
+ justify-content: flex-end;
650
+ height: 100%;
651
+ }
652
+ #mint-header #mint-navbar > :not(.mint-buttons) a {
653
+ color: var(--mint-header-link-fg);
654
+ text-decoration: none;
655
+ }
656
+ #mint-header .mint-logo {
337
657
  display: flex;
338
658
  align-items: center;
339
- justify-content: center;
340
- flex-wrap: wrap;
341
659
  gap: 1rem;
342
- overflow: hidden;
660
+ width: auto;
661
+ height: var(--mint-header-h);
662
+ padding: 0.25rem;
663
+ text-decoration: none;
664
+ white-space: nowrap;
343
665
  }
344
- @media (min-width: 30rem) {
345
- .mint-buttons {
346
- justify-content: flex-start;
666
+ #mint-header .mint-logo span {
667
+ display: none;
668
+ margin: 0;
669
+ }
670
+ @media (min-width: 480px) {
671
+ #mint-header .mint-logo span {
672
+ display: inline;
347
673
  }
348
674
  }
349
- .mint-buttons > * {
350
- width: 100%;
675
+ #mint-header .mint-logo img {
676
+ width: auto;
677
+ height: 100%;
351
678
  }
352
- .mint-buttons > * .mint-btn, .mint-buttons > * .mint-select, .mint-buttons > * .mint-pill {
679
+ #mint-header [aria-controls=mint-wrapper] {
680
+ display: inline-block;
681
+ position: relative;
682
+ padding: var(--mint-menu-btn-p);
683
+ width: calc(var(--mint-menu-bar-w) + var(--mint-menu-btn-p) * 2);
684
+ height: calc(var(--mint-menu-btn-h) + var(--mint-menu-btn-p) * 2);
685
+ border-radius: var(--mint-menu-btn-br);
686
+ background: var(--mint-menu-btn-bg);
687
+ box-shadow: var(--mint-menu-btn-shadow-s) var(--mint-menu-btn-shadow-c);
688
+ z-index: 1000;
689
+ }
690
+ #mint-header [aria-controls=mint-wrapper]:hover {
691
+ background: var(--mint-menu-btn-bg-hover);
692
+ }
693
+ #mint-header [aria-controls=mint-wrapper]:hover .mint-menu-icon, #mint-header [aria-controls=mint-wrapper]:hover .mint-menu-icon::before, #mint-header [aria-controls=mint-wrapper]:hover .mint-menu-icon::after {
694
+ background-color: var(--mint-menu-btn-fg-hover);
695
+ }
696
+
697
+ #mint-header [aria-controls=mint-wrapper] .mint-menu-icon {
698
+ top: 50%;
699
+ left: 50%;
700
+ transform: translate(-50%, -50%);
701
+ }
702
+ #mint-header [aria-controls=mint-wrapper] .mint-menu-icon, #mint-header [aria-controls=mint-wrapper] .mint-menu-icon::before, #mint-header [aria-controls=mint-wrapper] .mint-menu-icon::after {
703
+ content: "";
353
704
  display: block;
705
+ position: absolute;
706
+ left: 50%;
707
+ height: var(--mint-menu-bar-h);
708
+ width: var(--mint-menu-bar-w);
709
+ background-color: var(--mint-menu-bar-fg);
710
+ transition: ms(300);
354
711
  }
355
- @media (min-width: 30rem) {
356
- .mint-buttons > * {
357
- width: auto;
712
+ #mint-header [aria-controls=mint-wrapper] .mint-menu-icon::before {
713
+ transform: translate(-50%, -200%);
714
+ }
715
+ #mint-header [aria-controls=mint-wrapper] .mint-menu-icon::after {
716
+ transform: translate(-50%, 200%);
717
+ }
718
+ #mint-header [aria-controls=mint-wrapper][aria-expanded=true] .mint-menu-icon {
719
+ background: transparent;
720
+ }
721
+ #mint-header [aria-controls=mint-wrapper][aria-expanded=true] .mint-menu-icon::before {
722
+ transform: translate(-50%, 0) rotate(45deg);
723
+ }
724
+ #mint-header [aria-controls=mint-wrapper][aria-expanded=true] .mint-menu-icon::after {
725
+ transform: translate(-50%, 0) rotate(-45deg);
726
+ }
727
+ #mint-header #mint-wrapper nav {
728
+ flex-grow: 1;
729
+ height: auto;
730
+ overflow: visible;
731
+ background: var(--mint-bg);
732
+ }
733
+ @media (min-width: 1440px) {
734
+ #mint-header #mint-wrapper nav {
735
+ display: flex;
736
+ align-items: center;
737
+ justify-content: center;
358
738
  }
359
739
  }
360
- .mint-buttons .mint-buttons .mint-pill {
361
- width: 100%;
740
+ #mint-header #mint-wrapper nav > :last-child {
741
+ margin-bottom: 0;
362
742
  }
363
-
364
- @media (min-width: 30rem) {
365
- .mint-grid.mint-3 .mint-buttons > *,
366
- .mint-grid.mint-4 .mint-buttons > * {
743
+ #mint-header #mint-wrapper nav > ul {
744
+ display: flex;
745
+ flex-direction: column;
746
+ height: 100%;
747
+ overflow: visible;
748
+ }
749
+ @media (min-width: 1024px) {
750
+ #mint-header #mint-wrapper nav > ul {
751
+ display: flex;
752
+ flex-direction: row;
753
+ flex-wrap: wrap;
754
+ align-items: center;
755
+ justify-content: space-evenly;
367
756
  width: 100%;
368
- margin: 0.5rem 0;
369
757
  }
370
758
  }
371
-
372
- :root {
373
- --mint-img-shadow-c: var(--mint-shadow-c);
374
- --mint-img-shadow-s: var(--mint-shadow-s);
759
+ #mint-header #mint-wrapper a {
760
+ display: flex;
375
761
  }
376
-
377
- .mint-image.mint-error::after {
378
- content: "❌ Image failed to load. This is a placeholder.";
379
- position: absolute;
380
- bottom: 0;
381
- left: 0;
762
+ #mint-header #mint-wrapper button {
763
+ border: none;
764
+ }
765
+ #mint-header #mint-wrapper a,
766
+ #mint-header #mint-wrapper button {
767
+ align-items: center;
768
+ justify-content: center;
382
769
  width: 100%;
383
- padding: 0 var(--mint-img-shadow-s) var(--mint-img-shadow-s) var(--mint-img-shadow-s);
384
- background: var(--mint-img-shadow-c);
385
- box-shadow: 0 0 var(--mint-img-shadow-s) var(--mint-img-shadow-s) var(--mint-img-shadow-c);
770
+ padding: 0.5rem;
771
+ margin: 0.5rem 0;
772
+ border-radius: var(--mint-header-link-br);
773
+ font-family: var(--mint-font-text), var(--mint-font-backups) !important;
774
+ font-size: 3em;
386
775
  text-align: center;
776
+ color: var(--mint-header-link-fg);
777
+ background: var(--mint-glow-0);
778
+ transition-property: color, background;
779
+ transition-duration: ms(300);
387
780
  }
388
- .mint-image img {
389
- display: block;
781
+ @media (min-width: 480px) {
782
+ #mint-header #mint-wrapper a,
783
+ #mint-header #mint-wrapper button {
784
+ padding: 1rem 1.5rem;
785
+ }
786
+ #mint-header #mint-wrapper a i,
787
+ #mint-header #mint-wrapper button i {
788
+ font-size: 0.5em;
789
+ }
790
+ }
791
+ #mint-header #mint-wrapper a:hover, #mint-header #mint-wrapper button:hover #mint-header #mint-wrapper a:focus-visible, #mint-header #mint-wrapper button:focus-visible {
792
+ background-color: var(--mint-header-link-bg-hover);
793
+ color: var(--mint-header-link-fg-hover);
390
794
  }
391
795
 
392
- .mint-banner {
796
+ #mint-header #mint-wrapper a.mint-active, #mint-header #mint-wrapper button.mint-active {
797
+ text-decoration: underline;
798
+ }
799
+
800
+ #mint-header #mint-wrapper ul {
801
+ list-style: none;
802
+ margin-top: 0;
803
+ margin-bottom: 1rem;
804
+ padding-left: 0;
805
+ }
806
+ #mint-header #mint-wrapper ul li:last-child {
807
+ margin-bottom: 0;
808
+ }
809
+ #mint-header #mint-wrapper ul li:last-child ul {
810
+ margin-bottom: 0 !important;
811
+ }
812
+ #mint-header .mint-buttons {
813
+ flex-wrap: nowrap;
814
+ flex-shrink: 0;
815
+ justify-content: flex-end;
816
+ margin-left: auto;
817
+ overflow: visible;
818
+ }
819
+ #mint-header .mint-dropdown {
820
+ background: var(--mint-header-bg);
821
+ }
822
+ #mint-header .mint-dropdown button {
823
+ display: flex;
824
+ align-items: center;
825
+ justify-content: center;
826
+ min-width: var(--mint-header-h);
827
+ height: var(--mint-header-h);
828
+ padding: calc(var(--mint-header-h) / 2);
829
+ }
830
+ #mint-header .mint-dropdown li {
831
+ padding: calc(var(--mint-header-h) / 2);
832
+ line-height: 1;
833
+ cursor: pointer;
834
+ }
835
+ #mint-header [aria-controls]:not([aria-controls=mint-wrapper]) + ul {
836
+ display: flex;
837
+ flex-direction: column;
838
+ height: 0;
839
+ overflow: hidden;
840
+ transition: height ms(300), margin ms(300);
841
+ }
842
+ #mint-header [aria-controls]:not([aria-controls=mint-wrapper])[aria-expanded]:not([aria-expanded=true]) + ul {
843
+ margin: 0;
844
+ }
845
+
846
+ :root {
847
+ --mint-flex-gap: calc(var(--mint-gap) * 2);
848
+ }
849
+
850
+ .mint-flex {
851
+ display: flex;
852
+ flex-direction: row;
853
+ align-items: center;
854
+ justify-content: flex-start;
855
+ gap: var(--mint-flex-gap);
856
+ }
857
+ .mint-flex.mint-row-reverse {
858
+ flex-direction: row-reverse;
859
+ }
860
+ .mint-flex.mint-column {
861
+ flex-direction: column;
862
+ }
863
+ .mint-flex.mint-column-reverse {
864
+ flex-direction: column-reverse;
865
+ }
866
+ .mint-flex.mint-wrap {
867
+ flex-wrap: wrap;
868
+ }
869
+ .mint-flex.mint-wrap-reverse {
870
+ flex-wrap: wrap-reverse;
871
+ }
872
+ .mint-flex.mint-center {
873
+ justify-content: center;
874
+ }
875
+ .mint-flex.mint-end {
876
+ justify-content: flex-end;
877
+ }
878
+ .mint-flex.mint-between {
879
+ justify-content: space-between;
880
+ }
881
+ .mint-flex.mint-around {
882
+ justify-content: space-around;
883
+ }
884
+ .mint-flex.mint-evenly {
885
+ justify-content: space-evenly;
886
+ }
887
+ .mint-flex.mint-align-start {
888
+ align-items: flex-start;
889
+ }
890
+ .mint-flex.mint-align-end {
891
+ align-items: flex-end;
892
+ }
893
+
894
+ .mint-section-full {
895
+ display: flex;
896
+ flex-direction: column;
897
+ align-items: flex-end;
898
+ justify-content: center;
899
+ flex-direction: row;
900
+ gap: 2rem;
393
901
  position: relative;
902
+ top: var(--mint-p-exit);
903
+ left: var(--mint-p-exit);
904
+ width: var(--mint-p-exit-w);
905
+ min-height: calc(100vh - var(--mint-header-h) + 10rem);
906
+ padding: var(--mint-p-clamp);
907
+ }
908
+ .mint-section-full iframe, .mint-section-full video, .mint-section-full .mint-image, .mint-section-full .mint-embed {
909
+ position: absolute;
910
+ top: 0;
911
+ padding: 0;
394
912
  width: 100%;
913
+ height: calc(100vh - var(--mint-header-h));
914
+ border: none;
915
+ object-fit: cover;
916
+ pointer-events: none;
917
+ }
918
+ .mint-section-full .mint-image img {
919
+ width: 100%;
920
+ height: 100%;
921
+ object-fit: cover;
395
922
  }
396
923
 
397
924
  :root {
398
- --mint-tooltip-fg: var(--mint-c-fg);
399
- --mint-tooltip-bg: var(--mint-c-bg);
400
- --mint-tooltip-r: var(--mint-br);
401
- --mint-tooltip-shadow-c: var(--mint-shadow-c);
402
- --mint-tooltip-shadow-s: var(--mint-shadow-s);
403
- --mint-tooltip-p: 0.5rem 1rem;
404
- --mint-tooltip-dist: 0.5rem;
405
- --mint-tooltip-max-w: 90vw;
406
- --mint-tooltip-line-h: 1.5;
407
- --mint-tooltip-font-s: 1rem;
408
- --mint-tooltip-arrow-s: 0.5rem;
925
+ --mint-grid-gap: calc(var(--mint-gap) * 2);
926
+ --mint-grid-fit-w: var(--mint-xs);
927
+ }
928
+
929
+ .mint-grid {
930
+ display: grid;
931
+ grid-template-columns: 1fr;
932
+ gap: var(--mint-grid-gap);
933
+ width: 100%;
934
+ margin-top: var(--mint-grid-gap);
935
+ margin-bottom: var(--mint-grid-gap);
936
+ }
937
+ .mint-grid.mint-1 > * {
938
+ grid-column: span 1 !important;
939
+ }
940
+ @media (min-width: 768px) {
941
+ .mint-grid.mint-2 {
942
+ grid-template-columns: repeat(12, 1fr);
943
+ }
944
+ .mint-grid.mint-2 > * {
945
+ grid-column: span 6;
946
+ }
947
+ .mint-grid.mint-2 > :last-child:nth-child(odd) {
948
+ grid-column: span 12;
949
+ width: 50%;
950
+ margin-left: auto;
951
+ margin-right: auto;
952
+ }
953
+ }
954
+ @media (min-width: 768px) {
955
+ .mint-grid.mint-3 {
956
+ grid-template-columns: repeat(12, 1fr);
957
+ }
958
+ .mint-grid.mint-3 > * {
959
+ grid-column: span 6;
960
+ }
961
+ .mint-grid.mint-3 > :last-child:nth-child(odd) {
962
+ grid-column: span 12;
963
+ width: 50%;
964
+ margin-left: auto;
965
+ margin-right: auto;
966
+ }
967
+ }
968
+ @media (min-width: 1200px) {
969
+ .mint-grid.mint-3 {
970
+ grid-template-columns: repeat(12, 1fr);
971
+ }
972
+ .mint-grid.mint-3 > * {
973
+ grid-column: span 4;
974
+ }
975
+ .mint-grid.mint-3 > :last-child:nth-child(odd) {
976
+ grid-column: span 4;
977
+ width: 100%;
978
+ }
979
+ .mint-grid.mint-3 > :last-child:nth-child(3n+1) {
980
+ grid-column: 4/span 6;
981
+ }
982
+ .mint-grid.mint-3 > :last-child:nth-child(3n+2) {
983
+ grid-column: 7/span 6;
984
+ }
985
+ .mint-grid.mint-3 > :nth-last-child(2):nth-child(3n+1) {
986
+ grid-column: 1/span 6;
987
+ }
988
+ }
989
+ @media (min-width: 768px) {
990
+ .mint-grid.mint-4 {
991
+ grid-template-columns: repeat(12, 1fr);
992
+ }
993
+ .mint-grid.mint-4 > * {
994
+ grid-column: span 6;
995
+ }
996
+ .mint-grid.mint-4 > :last-child:nth-child(odd) {
997
+ grid-column: span 12;
998
+ width: 50%;
999
+ margin-left: auto;
1000
+ margin-right: auto;
1001
+ }
1002
+ }
1003
+ @media (min-width: 1200px) {
1004
+ .mint-grid.mint-4 {
1005
+ grid-template-columns: repeat(12, 1fr);
1006
+ }
1007
+ .mint-grid.mint-4 > * {
1008
+ grid-column: span 4;
1009
+ }
1010
+ .mint-grid.mint-4 > :last-child:nth-child(odd) {
1011
+ grid-column: span 4;
1012
+ width: 100%;
1013
+ }
1014
+ .mint-grid.mint-4 > :last-child:nth-child(3n+1) {
1015
+ grid-column: 4/span 6;
1016
+ }
1017
+ .mint-grid.mint-4 > :last-child:nth-child(3n+2) {
1018
+ grid-column: 7/span 6;
1019
+ }
1020
+ .mint-grid.mint-4 > :nth-last-child(2):nth-child(3n+1) {
1021
+ grid-column: 1/span 6;
1022
+ }
1023
+ }
1024
+ @media (min-width: 1440px) {
1025
+ .mint-grid.mint-4 {
1026
+ grid-template-columns: repeat(12, 1fr);
1027
+ }
1028
+ .mint-grid.mint-4 > * {
1029
+ grid-column: span 3;
1030
+ }
1031
+ .mint-grid.mint-4 > :last-child:nth-child(odd), .mint-grid.mint-4 > :last-child:nth-child(3n+1), .mint-grid.mint-4 > :last-child:nth-child(3n+2), .mint-grid.mint-4 > :nth-last-child(2):nth-child(3n+1) {
1032
+ grid-column: span 3;
1033
+ width: 100%;
1034
+ }
1035
+ .mint-grid.mint-4 > :last-child:nth-child(4n+1) {
1036
+ grid-column: 4/span 6;
1037
+ }
1038
+ .mint-grid.mint-4 > :last-child:nth-child(4n+2) {
1039
+ grid-column: 7/span 6;
1040
+ }
1041
+ .mint-grid.mint-4 > :nth-last-child(2):nth-child(4n+1) {
1042
+ grid-column: 1/span 6;
1043
+ }
1044
+ .mint-grid.mint-4 > :last-child:nth-child(4n+3) {
1045
+ grid-column: 9/span 4;
1046
+ }
1047
+ .mint-grid.mint-4 > :nth-last-child(2):nth-child(4n+2) {
1048
+ grid-column: 5/span 4;
1049
+ }
1050
+ .mint-grid.mint-4 > :nth-last-child(3):nth-child(4n+1) {
1051
+ grid-column: 1/span 4;
1052
+ }
1053
+ }
1054
+ .mint-grid .mint-portrait, .mint-grid > :has(.mint-portrait) {
1055
+ grid-row: span 2;
1056
+ }
1057
+ @media (min-width: 768px) {
1058
+ .mint-grid .mint-landscape, .mint-grid > :has(.mint-landscape) {
1059
+ grid-column: span 12;
1060
+ }
1061
+ }
1062
+ .mint-grid-fit {
1063
+ display: grid;
1064
+ grid-template-columns: repeat(minmax(min(var(--mint-grid-fit-w), 100%), 1fr));
1065
+ gap: var(--mint-grid-gap);
1066
+ }
1067
+
1068
+ :root .mint-landing.swiper {
1069
+ max-width: 100vw;
1070
+ }
1071
+ :root .mint-landing.swiper .swiper-slide {
1072
+ padding: 0;
1073
+ }
1074
+
1075
+ .mint-landing {
1076
+ top: var(--mint-p-exit);
1077
+ left: var(--mint-p-exit);
1078
+ width: var(--mint-p-exit-w);
1079
+ }
1080
+ .mint-landing .mint-border, .mint-landing .mint-frame {
1081
+ border: none;
1082
+ padding: 0;
1083
+ }
1084
+ .mint-landing .mint-section-full {
1085
+ align-items: center;
1086
+ top: 0;
1087
+ left: 0;
1088
+ width: 100%;
1089
+ margin: 0;
1090
+ min-height: calc(100vh - var(--mint-header-h));
1091
+ padding: var(--mint-p-clamp);
1092
+ }
1093
+ .mint-landing .mint-section-full iframe, .mint-landing .mint-section-full video {
1094
+ position: absolute;
1095
+ }
1096
+ @media (min-width: 1200px) {
1097
+ .mint-landing .mint-section-full iframe + * .mint-grid, .mint-landing .mint-section-full video + * .mint-grid {
1098
+ margin-bottom: 0;
1099
+ }
1100
+ }
1101
+
1102
+ :root {
1103
+ --mint-btn-pv: calc(var(--mint-gap) * 2);
1104
+ --mint-btn-ph: calc(var(--mint-gap) * 4);
1105
+ --mint-btn-br: var(--mint-br);
1106
+ --mint-btn-bw: var(--mint-bw);
1107
+ --mint-btn-bc: var(--mint-c-brand-4);
1108
+ --mint-btn-fg: var(--mint-c-fg);
1109
+ --mint-btn-fg-hover: var(--mint-c-bg);
1110
+ --mint-btn-fg-alt: var(--mint-btn-bc);
1111
+ --mint-btn-fg-alt-hover: var(--mint-btn-fg-hover);
1112
+ --mint-btn-bg: var(--mint-c-brand-2);
1113
+ --mint-btn-bg-hover: var(--mint-btn-bc);
1114
+ --mint-btn-bg-alt: var(--mint-c-glow-0);
1115
+ --mint-btn-bg-alt-hover: var(--mint-c-accent-2);
1116
+ --mint-pill-pv: 0;
1117
+ --mint-pill-ph: calc(var(--mint-gap) * 3);
1118
+ --mint-pill-br: var(--mint-br);
1119
+ }
1120
+
1121
+ .mint-theme-dark {
1122
+ --mint-btn-bg: var(--mint-c-brand-5);
1123
+ --mint-btn-bc: var(--mint-c-brand-2);
1124
+ }
1125
+
1126
+ button,
1127
+ a[routerLink] {
1128
+ cursor: pointer;
1129
+ }
1130
+
1131
+ a,
1132
+ button,
1133
+ .mint-btn,
1134
+ .mint-select,
1135
+ .mint-btn-icon,
1136
+ .mint-pill {
1137
+ font-size: inherit;
1138
+ }
1139
+ a[disabled],
1140
+ button[disabled],
1141
+ .mint-btn[disabled],
1142
+ [disabled].mint-select,
1143
+ .mint-btn-icon[disabled],
1144
+ .mint-pill[disabled] {
1145
+ filter: grayscale(1) brightness(0.75) !important;
1146
+ pointer-events: none !important;
1147
+ }
1148
+ a[disabled].mint-fall-in:not(.mint-show),
1149
+ button[disabled].mint-fall-in:not(.mint-show),
1150
+ .mint-btn[disabled].mint-fall-in:not(.mint-show),
1151
+ [disabled].mint-fall-in.mint-select:not(.mint-show),
1152
+ .mint-btn-icon[disabled].mint-fall-in:not(.mint-show),
1153
+ .mint-pill[disabled].mint-fall-in:not(.mint-show) {
1154
+ filter: grayscale(1) brightness(0.75) opacity(0%) !important;
1155
+ }
1156
+ a i:first-child,
1157
+ button i:first-child,
1158
+ .mint-btn i:first-child,
1159
+ .mint-select i:first-child,
1160
+ .mint-btn-icon i:first-child,
1161
+ .mint-pill i:first-child {
1162
+ margin-right: 0.5em;
1163
+ }
1164
+ a i:last-child,
1165
+ button i:last-child,
1166
+ .mint-btn i:last-child,
1167
+ .mint-select i:last-child,
1168
+ .mint-btn-icon i:last-child,
1169
+ .mint-pill i:last-child {
1170
+ margin-left: 0.5em;
1171
+ }
1172
+ a i:only-child,
1173
+ button i:only-child,
1174
+ .mint-btn i:only-child,
1175
+ .mint-select i:only-child,
1176
+ .mint-btn-icon i:only-child,
1177
+ .mint-pill i:only-child {
1178
+ margin: 0;
1179
+ }
1180
+
1181
+ .mint-btn, .mint-select,
1182
+ .mint-pill,
1183
+ .mint-btn-group,
1184
+ .mint-btn-icon {
1185
+ flex-shrink: 0;
1186
+ }
1187
+
1188
+ .mint-btn, .mint-select,
1189
+ .mint-btn-group {
1190
+ border-radius: var(--mint-btn-br);
1191
+ }
1192
+
1193
+ .mint-btn, .mint-select,
1194
+ .mint-pill,
1195
+ .mint-btn-icon {
1196
+ width: fit-content;
1197
+ max-width: 100%;
1198
+ text-decoration: none;
1199
+ text-overflow: ellipsis;
1200
+ white-space: nowrap;
1201
+ overflow: hidden;
1202
+ user-select: none;
1203
+ transition-property: color, background-color, border-color;
1204
+ transition-duration: ms(300);
1205
+ }
1206
+
1207
+ .mint-btn, .mint-select,
1208
+ .mint-pill,
1209
+ .mint-btn-group {
1210
+ display: inline-block;
1211
+ color: var(--mint-btn-fg);
1212
+ background: var(--mint-btn-bg);
1213
+ border: var(--mint-btn-bw) solid var(--mint-btn-bc);
1214
+ text-align: center;
1215
+ }
1216
+ @media (min-width: 480px) {
1217
+ .mint-btn, .mint-select,
1218
+ .mint-pill,
1219
+ .mint-btn-group {
1220
+ width: fit-content;
1221
+ }
1222
+ }
1223
+ .mint-btn:hover, .mint-select:hover, .mint-pill:hover, .mint-btn-group:hover .mint-btn:focus-visible, .mint-btn-group:hover .mint-select:focus-visible, .mint-pill:focus-visible, .mint-btn-group:focus-visible .mint-btn:active, .mint-btn-group:focus-visible .mint-select:active, .mint-pill:active, .mint-btn-group:active .mint-btn.mint-active, .mint-btn-group:active .mint-active.mint-select, .mint-pill.mint-active, .mint-btn-group.mint-active {
1224
+ color: var(--mint-btn-fg-hover);
1225
+ background: var(--mint-btn-bg-hover);
1226
+ }
1227
+ .mint-btn:hover i, .mint-select:hover i, .mint-pill:hover i, .mint-btn-group:hover .mint-btn:focus-visible i, .mint-btn-group:hover .mint-select:focus-visible i, .mint-pill:focus-visible i, .mint-btn-group:focus-visible .mint-btn:active i, .mint-btn-group:focus-visible .mint-select:active i, .mint-pill:active i, .mint-btn-group:active .mint-btn.mint-active i, .mint-btn-group:active .mint-active.mint-select i, .mint-pill.mint-active i, .mint-btn-group.mint-active i {
1228
+ color: inherit !important;
1229
+ }
1230
+
1231
+ .mint-btn.mint-reverse, .mint-reverse.mint-select,
1232
+ .mint-pill.mint-reverse,
1233
+ .mint-btn-group.mint-reverse {
1234
+ color: var(--mint-btn-fg-hover);
1235
+ background: var(--mint-btn-bg-hover);
1236
+ }
1237
+ .mint-btn.mint-reverse:hover, .mint-reverse.mint-select:hover, .mint-pill.mint-reverse:hover, .mint-btn-group.mint-reverse:hover .mint-btn.mint-reverse:focus-visible, .mint-btn-group.mint-reverse:hover .mint-reverse.mint-select:focus-visible, .mint-pill.mint-reverse:focus-visible, .mint-btn-group.mint-reverse:focus-visible .mint-btn.mint-reverse:active, .mint-btn-group.mint-reverse:focus-visible .mint-reverse.mint-select:active, .mint-pill.mint-reverse:active, .mint-btn-group.mint-reverse:active .mint-btn.mint-reverse.mint-active, .mint-btn-group.mint-reverse:active .mint-reverse.mint-active.mint-select, .mint-pill.mint-reverse.mint-active, .mint-btn-group.mint-reverse.mint-active {
1238
+ color: var(--mint-btn-fg);
1239
+ background: var(--mint-btn-bg);
1240
+ }
1241
+
1242
+ .mint-btn.mint-alt, .mint-alt.mint-select,
1243
+ .mint-pill.mint-alt,
1244
+ .mint-btn-group.mint-alt {
1245
+ color: var(--mint-btn-fg-alt);
1246
+ background: var(--mint-btn-bg-alt);
1247
+ }
1248
+ .mint-btn.mint-alt:hover, .mint-alt.mint-select:hover, .mint-pill.mint-alt:hover, .mint-btn-group.mint-alt:hover .mint-btn.mint-alt:focus-visible, .mint-btn-group.mint-alt:hover .mint-alt.mint-select:focus-visible, .mint-pill.mint-alt:focus-visible, .mint-btn-group.mint-alt:focus-visible .mint-btn.mint-alt:active, .mint-btn-group.mint-alt:focus-visible .mint-alt.mint-select:active, .mint-pill.mint-alt:active, .mint-btn-group.mint-alt:active .mint-btn.mint-alt.mint-active, .mint-btn-group.mint-alt:active .mint-alt.mint-active.mint-select, .mint-pill.mint-alt.mint-active, .mint-btn-group.mint-alt.mint-active {
1249
+ color: var(--mint-btn-fg-alt-hover);
1250
+ background: var(--mint-btn-bg-alt-hover);
1251
+ border-color: var(--mint-btn-bg-alt-hover);
1252
+ }
1253
+
1254
+ .mint-btn.mint-alt.mint-reverse, .mint-alt.mint-reverse.mint-select,
1255
+ .mint-pill.mint-alt.mint-reverse,
1256
+ .mint-btn-group.mint-alt.mint-reverse {
1257
+ color: var(--mint-btn-fg-alt-hover);
1258
+ background: var(--mint-btn-bg-alt-hover);
1259
+ border-color: var(--mint-btn-bg-alt-hover);
1260
+ }
1261
+ .mint-btn.mint-alt.mint-reverse:hover, .mint-alt.mint-reverse.mint-select:hover, .mint-pill.mint-alt.mint-reverse:hover, .mint-btn-group.mint-alt.mint-reverse:hover .mint-btn.mint-alt.mint-reverse:focus-visible, .mint-btn-group.mint-alt.mint-reverse:hover .mint-alt.mint-reverse.mint-select:focus-visible, .mint-pill.mint-alt.mint-reverse:focus-visible, .mint-btn-group.mint-alt.mint-reverse:focus-visible .mint-btn.mint-alt.mint-reverse:active, .mint-btn-group.mint-alt.mint-reverse:focus-visible .mint-alt.mint-reverse.mint-select:active, .mint-pill.mint-alt.mint-reverse:active, .mint-btn-group.mint-alt.mint-reverse:active .mint-btn.mint-alt.mint-reverse.mint-active, .mint-btn-group.mint-alt.mint-reverse:active .mint-alt.mint-reverse.mint-active.mint-select, .mint-pill.mint-alt.mint-reverse.mint-active, .mint-btn-group.mint-alt.mint-reverse.mint-active {
1262
+ color: var(--mint-btn-bc);
1263
+ background: var(--mint-btn-bg-alt);
1264
+ border-color: var(--mint-btn-bg-alt);
1265
+ }
1266
+
1267
+ .mint-btn a, .mint-select a,
1268
+ .mint-pill a,
1269
+ .mint-btn-group a {
1270
+ color: inherit;
1271
+ }
1272
+ .mint-btn a:hover, .mint-select a:hover,
1273
+ .mint-pill a:hover,
1274
+ .mint-btn-group a:hover {
1275
+ color: inherit;
1276
+ }
1277
+ .mint-btn a i, .mint-select a i,
1278
+ .mint-pill a i,
1279
+ .mint-btn-group a i {
1280
+ display: none;
1281
+ }
1282
+
1283
+ .mint-btn, .mint-select {
1284
+ padding: var(--mint-btn-pv) var(--mint-btn-ph);
1285
+ cursor: pointer;
1286
+ }
1287
+ .mint-btn-icon {
1288
+ display: block;
1289
+ text-align: center;
1290
+ background: none;
1291
+ border: none;
1292
+ }
1293
+ .mint-btn-icon:hover .mint-btn-icon:focus-visible .mint-btn-icon:active .mint-btn-icon.mint-active i {
1294
+ color: var(--mint-btn-bg-alt-hover);
1295
+ }
1296
+
1297
+ @media (min-width: 480px) {
1298
+ .mint-btn-icon {
1299
+ display: inline-block;
1300
+ }
1301
+ }
1302
+ .mint-btn-icon.mint-lg i {
1303
+ font-size: 4rem;
1304
+ }
1305
+ .mint-btn-icon i {
1306
+ display: inline-flex;
1307
+ align-items: center;
1308
+ margin: 0 !important;
1309
+ color: var(--mint-btn-bc);
1310
+ font-size: 1.5rem;
1311
+ }
1312
+ .mint-btn-icon i::before {
1313
+ transition: color ms(300);
1314
+ padding: 2px;
1315
+ }
1316
+ .mint-btn-group {
1317
+ display: flex;
1318
+ width: fit-content;
1319
+ max-width: 100%;
1320
+ margin: auto;
1321
+ padding: 0;
1322
+ overflow: visible;
1323
+ transition: all ms(300);
1324
+ }
1325
+ .mint-btn-group > *:first-child, .mint-btn-group > *:first-child button {
1326
+ padding: var(--mint-btn-pv) 0 var(--mint-btn-pv) var(--mint-btn-ph);
1327
+ border-top-left-radius: var(--mint-btn-br);
1328
+ border-bottom-left-radius: var(--mint-btn-br);
1329
+ }
1330
+ .mint-btn-group > *:last-child, .mint-btn-group > *:last-child button {
1331
+ padding: var(--mint-btn-pv) var(--mint-btn-ph) var(--mint-btn-pv) 0;
1332
+ border-top-right-radius: var(--mint-btn-br);
1333
+ border-bottom-right-radius: var(--mint-btn-br);
1334
+ }
1335
+ .mint-btn-group button {
1336
+ width: 100%;
1337
+ border: none;
1338
+ color: inherit;
1339
+ background: transparent;
1340
+ }
1341
+ .mint-btn-submit.mint-success[disabled] {
1342
+ filter: none !important;
1343
+ }
1344
+
1345
+ .mint-pill {
1346
+ padding: var(--mint-pill-pv) var(--mint-pill-ph);
1347
+ border-radius: var(--mint-pill-br);
1348
+ line-height: 2;
1349
+ }
1350
+
1351
+ a.mint-pill, button.mint-pill {
1352
+ min-width: 5rem;
1353
+ }
1354
+
1355
+ p .mint-pill, p .mint-btn, p .mint-select {
1356
+ line-height: 1.5rem;
1357
+ vertical-align: middle;
1358
+ }
1359
+
1360
+ .mint-buttons {
1361
+ display: flex;
1362
+ align-items: center;
1363
+ justify-content: center;
1364
+ flex-wrap: wrap;
1365
+ gap: 1rem;
1366
+ overflow: hidden;
1367
+ }
1368
+ @media (min-width: 480px) {
1369
+ .mint-buttons {
1370
+ justify-content: flex-start;
1371
+ }
1372
+ }
1373
+ .mint-buttons > * {
1374
+ width: 100%;
1375
+ }
1376
+ .mint-buttons > * .mint-btn, .mint-buttons > * .mint-select, .mint-buttons > * .mint-pill {
1377
+ display: block;
1378
+ }
1379
+ @media (min-width: 480px) {
1380
+ .mint-buttons > * {
1381
+ width: auto;
1382
+ }
1383
+ }
1384
+ .mint-buttons .mint-buttons .mint-pill {
1385
+ width: 100%;
1386
+ }
1387
+
1388
+ @media (min-width: 480px) {
1389
+ .mint-grid.mint-3 .mint-buttons > *,
1390
+ .mint-grid.mint-4 .mint-buttons > * {
1391
+ width: 100%;
1392
+ margin: 0.5rem 0;
1393
+ }
1394
+ }
1395
+
1396
+ i.fa-envelope {
1397
+ transform: translateY(5%);
1398
+ }
1399
+
1400
+ a {
1401
+ color: var(--mint-link-c);
1402
+ transition-duration: time(default);
1403
+ transition-property: color, background-color;
1404
+ }
1405
+ a:hover a:focus-visible a:active a.mint-active {
1406
+ color: var(--mint-link-c-hover);
1407
+ }
1408
+ a:hover a:focus-visible a:active a.mint-active .fa-facebook,
1409
+ a:hover a:focus-visible a:active a.mint-active .fa-square-facebook {
1410
+ color: var(--mint-c-facebook);
1411
+ }
1412
+ a:hover a:focus-visible a:active a.mint-active .fa-instagram {
1413
+ color: var(--mint-c-instagram);
1414
+ }
1415
+ a:hover a:focus-visible a:active a.mint-active .fa-twitter {
1416
+ color: var(--mint-c-twitter);
1417
+ }
1418
+ a:hover a:focus-visible a:active a.mint-active .fa-youtube {
1419
+ color: var(--mint-c-youtube);
1420
+ }
1421
+ a:hover a:focus-visible a:active a.mint-active .fa-spotify {
1422
+ color: var(--mint-c-spotify);
1423
+ }
1424
+ a:hover a:focus-visible a:active a.mint-active .fa-apple {
1425
+ color: var(--mint-c-apple-music);
1426
+ }
1427
+ a:hover a:focus-visible a:active a.mint-active .fa-soundcloud {
1428
+ color: var(--mint-c-soundcloud);
1429
+ }
1430
+ a:hover a:focus-visible a:active a.mint-active .fa-bandcamp {
1431
+ color: var(--mint-c-bandcamp);
1432
+ }
1433
+ a:hover a:focus-visible a:active a.mint-active .fa-github {
1434
+ color: var(--mint-c-bw-0);
1435
+ }
1436
+ a:hover a:focus-visible a:active a.mint-active .fa-bitcoin {
1437
+ color: var(--mint-c-btc);
1438
+ }
1439
+ a:hover a:focus-visible a:active a.mint-active .fa-ethereum {
1440
+ color: var(--mint-c-eth);
1441
+ }
1442
+ a:hover a:focus-visible a:active a.mint-active .fa-vimeo {
1443
+ color: var(--mint-c-venmo);
1444
+ }
1445
+
1446
+ :root {
1447
+ --mint-link-c: c-brand-4;
1448
+ --mint-link-c-hover: c-accent-2;
1449
+ }
1450
+
1451
+ a {
1452
+ color: var(--mint-link-c);
1453
+ transition-duration: ms(300);
1454
+ transition-property: color, background-color;
1455
+ }
1456
+ a:hover a:focus-visible a:active a.mint-active {
1457
+ color: var(--mint-link-c-hover);
1458
+ }
1459
+
1460
+ @media (min-width: 480px) {
1461
+ a[href^="mailto:"], a[href^="tel:"], a[href^="sms:"] {
1462
+ white-space: nowrap;
1463
+ }
1464
+ }
1465
+
1466
+ nav a {
1467
+ display: block;
1468
+ text-decoration: none;
1469
+ }
1470
+ nav ul {
1471
+ display: flex;
1472
+ margin: 0;
1473
+ padding: 0;
1474
+ list-style: none;
1475
+ }
1476
+ nav ul > li > ul {
1477
+ flex-direction: column;
1478
+ }
1479
+
1480
+ .mint-list {
1481
+ list-style: none;
1482
+ margin: 0;
1483
+ padding: 0;
1484
+ }
1485
+
1486
+ iframe {
1487
+ border: none;
1488
+ }
1489
+
1490
+ img, video {
1491
+ width: 100%;
1492
+ height: auto;
1493
+ }
1494
+
1495
+ :root {
1496
+ --mint-img-shadow-c: var(--mint-shadow-c);
1497
+ --mint-img-shadow-s: var(--mint-shadow-s);
1498
+ }
1499
+
1500
+ .mint-image.mint-error::after {
1501
+ content: "❌ Image failed to load. This is a placeholder.";
1502
+ position: absolute;
1503
+ bottom: 0;
1504
+ left: 0;
1505
+ width: 100%;
1506
+ padding: 0 var(--mint-img-shadow-s) var(--mint-img-shadow-s) var(--mint-img-shadow-s);
1507
+ background: var(--mint-img-shadow-c);
1508
+ box-shadow: 0 0 var(--mint-img-shadow-s) var(--mint-img-shadow-s) var(--mint-img-shadow-c);
1509
+ text-align: center;
1510
+ }
1511
+ .mint-image img {
1512
+ display: block;
1513
+ }
1514
+
1515
+ .mint-banner {
1516
+ position: relative;
1517
+ width: 100%;
1518
+ }
1519
+
1520
+ :root {
1521
+ --mint-tooltip-fg: var(--mint-c-fg);
1522
+ --mint-tooltip-bg: var(--mint-c-bg);
1523
+ --mint-tooltip-r: var(--mint-br);
1524
+ --mint-tooltip-shadow-c: var(--mint-shadow-c);
1525
+ --mint-tooltip-shadow-s: var(--mint-shadow-s);
1526
+ --mint-tooltip-p: 0.5rem 1rem;
1527
+ --mint-tooltip-dist: 0.5rem;
1528
+ --mint-tooltip-max-w: 90vw;
1529
+ --mint-tooltip-line-h: 1.5;
1530
+ --mint-tooltip-font-s: 1rem;
1531
+ --mint-tooltip-arrow-s: 0.5rem;
1532
+ }
1533
+
1534
+ .mint-tooltip {
1535
+ position: absolute;
1536
+ max-width: var(--mint-tooltip-max-w);
1537
+ border-radius: var(--mint-tooltip-r);
1538
+ padding: var(--mint-tooltip-p);
1539
+ opacity: 0;
1540
+ color: var(--mint-tooltip-fg);
1541
+ background: var(--mint-tooltip-bg);
1542
+ box-shadow: var(--mint-tooltip-shadow-c) var(--mint-tooltip-shadow-s);
1543
+ font-size: var(--mint-tooltip-font-s);
1544
+ line-height: var(--mint-tooltip-line-h);
1545
+ transition: opacity 0.3s;
1546
+ user-select: none;
1547
+ pointer-events: none;
1548
+ white-space: nowrap;
1549
+ }
1550
+ .mint-tooltip.mint-top::after, .mint-tooltip.mint-bottom::after {
1551
+ border-left: solid var(--mint-tooltip-arrow-s) transparent;
1552
+ border-right: solid var(--mint-tooltip-arrow-s) transparent;
1553
+ }
1554
+ .mint-tooltip.mint-left::after, .mint-tooltip.mint-right::after {
1555
+ border-top: solid var(--mint-tooltip-arrow-s) transparent;
1556
+ border-bottom: solid var(--mint-tooltip-arrow-s) transparent;
1557
+ }
1558
+ .mint-tooltip.mint-top {
1559
+ bottom: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
1560
+ left: 50%;
1561
+ transform: translateX(-50%);
1562
+ }
1563
+ .mint-tooltip.mint-top::after {
1564
+ bottom: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
1565
+ left: 50%;
1566
+ transform: translateX(-50%);
1567
+ border-top: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
1568
+ }
1569
+ .mint-tooltip.mint-left {
1570
+ right: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
1571
+ top: 50%;
1572
+ transform: translateY(-50%);
1573
+ }
1574
+ .mint-tooltip.mint-left::after {
1575
+ right: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
1576
+ top: 50%;
1577
+ transform: translateY(-50%);
1578
+ border-left: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
1579
+ }
1580
+ .mint-tooltip.mint-bottom {
1581
+ top: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
1582
+ left: 50%;
1583
+ transform: translateX(-50%);
1584
+ }
1585
+ .mint-tooltip.mint-bottom::after {
1586
+ top: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
1587
+ left: 50%;
1588
+ transform: translateX(-50%);
1589
+ border-bottom: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
1590
+ }
1591
+ .mint-tooltip.mint-right {
1592
+ left: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
1593
+ top: 50%;
1594
+ transform: translateY(-50%);
1595
+ }
1596
+ .mint-tooltip.mint-right::after {
1597
+ left: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
1598
+ top: 50%;
1599
+ transform: translateY(-50%);
1600
+ border-right: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
1601
+ }
1602
+ .mint-tooltip::after {
1603
+ content: "";
1604
+ position: absolute;
1605
+ width: 0;
1606
+ height: 0;
1607
+ }
1608
+ .mint-tooltipped {
1609
+ display: inline-flex;
1610
+ position: relative;
1611
+ width: fit-content;
1612
+ }
1613
+ .mint-tooltipped:hover .mint-tooltip {
1614
+ opacity: 1;
1615
+ }
1616
+
1617
+ .mint-accordion .mint-item {
1618
+ cursor: pointer;
1619
+ }
1620
+ .mint-accordion .mint-item .mint-wrapper {
1621
+ transition: height 0.3s ease;
1622
+ overflow: hidden;
1623
+ }
1624
+
1625
+ :root {
1626
+ --mint-card-p: calc(var(--mint-gap) * 8);
1627
+ --mint-card-logo-s: 4rem;
1628
+ --mint-card-r: var(--mint-br);
1629
+ --mint-card-shadow-s: var(--mint-shadow-s);
1630
+ --mint-card-shadow-c: var(--mint-shadow-c);
1631
+ --mint-card-bg: var(--mint-c-bg-3);
1632
+ }
1633
+
1634
+ .mint-theme-dark {
1635
+ --mint-card-bg: var(--mint-c-bg-5);
1636
+ }
1637
+
1638
+ .mint-card {
1639
+ display: flex;
1640
+ flex-direction: column;
1641
+ position: relative;
1642
+ height: 100%;
1643
+ max-width: 100%;
1644
+ margin: 0;
1645
+ border-radius: var(--mint-card-r);
1646
+ box-shadow: var(--mint-card-shadow-s) var(--mint-card-shadow-c);
1647
+ }
1648
+ @media (min-width: 768px) {
1649
+ .mint-card {
1650
+ flex-direction: row;
1651
+ }
1652
+ .mint-card.mint-reverse {
1653
+ flex-direction: row-reverse;
1654
+ }
1655
+ }
1656
+ .mint-card:has(.mint-carousel) {
1657
+ box-shadow: none;
1658
+ }
1659
+ .mint-card:has(.mint-carousel) .mint-content {
1660
+ box-shadow: var(--mint-card-shadow-s) var(--mint-card-shadow-c);
1661
+ }
1662
+ .mint-card.mint-center .mint-title {
1663
+ justify-content: center;
1664
+ text-align: center;
1665
+ }
1666
+ .mint-card.mint-center .mint-title > div {
1667
+ width: auto;
1668
+ }
1669
+ .mint-card.mint-center .mint-content > * {
1670
+ text-align: center;
1671
+ }
1672
+ .mint-card.mint-center .mint-buttons {
1673
+ justify-content: center;
1674
+ }
1675
+ .mint-card.mint-center-title .mint-title {
1676
+ justify-content: center;
1677
+ text-align: center;
1678
+ }
1679
+ .mint-card.mint-center-title .mint-title > div {
1680
+ width: auto;
1681
+ }
1682
+ .mint-card.mint-center-content .mint-content > * {
1683
+ text-align: center;
1684
+ }
1685
+ .mint-card.mint-center-btns .mint-buttons {
1686
+ justify-content: center;
1687
+ }
1688
+ .mint-card.mint-stagger {
1689
+ position: relative;
1690
+ width: 100%;
1691
+ }
1692
+ @media (min-width: 768px) {
1693
+ .mint-card.mint-stagger {
1694
+ flex-direction: row;
1695
+ border-radius: 0;
1696
+ box-shadow: none;
1697
+ overflow: visible;
1698
+ }
1699
+ .mint-card.mint-stagger > .mint-image {
1700
+ width: calc(50% + var(--mint-card-p));
1701
+ height: fit-content;
1702
+ margin-right: calc(var(--mint-card-p) * -2);
1703
+ border-radius: var(--mint-card-r);
1704
+ }
1705
+ .mint-card.mint-stagger > .mint-image img {
1706
+ height: 100%;
1707
+ object-fit: cover;
1708
+ }
1709
+ .mint-card.mint-stagger > .mint-content {
1710
+ height: fit-content;
1711
+ width: calc(50% + var(--mint-card-p));
1712
+ margin-top: calc(2 * var(--mint-card-p));
1713
+ border-radius: var(--mint-card-r);
1714
+ box-shadow: var(--mint-card-shadow-s) var(--mint-card-shadow-c);
1715
+ }
1716
+ }
1717
+ @media (min-width: 768px) {
1718
+ .mint-card.mint-stagger.mint-reverse {
1719
+ flex-direction: row-reverse;
1720
+ }
1721
+ .mint-card.mint-stagger.mint-reverse > .mint-image {
1722
+ margin-right: 0;
1723
+ margin-left: calc(var(--mint-card-p) * -2);
1724
+ }
1725
+ }
1726
+ .mint-card > .mint-image {
1727
+ overflow: hidden;
1728
+ }
1729
+ @media (min-width: 768px) {
1730
+ .mint-card > .mint-image {
1731
+ width: 50%;
1732
+ }
1733
+ }
1734
+ .mint-card > .mint-image:only-child {
1735
+ width: 100%;
1736
+ }
1737
+ @media (min-width: 768px) {
1738
+ .mint-card > .mint-image + .mint-content {
1739
+ width: 50%;
1740
+ }
1741
+ }
1742
+ .mint-card .mint-content {
1743
+ display: flex;
1744
+ flex-direction: column;
1745
+ gap: calc(var(--mint-gap) * 2);
1746
+ position: relative;
1747
+ padding: var(--mint-card-p);
1748
+ background: var(--mint-card-bg);
1749
+ width: 100%;
1750
+ overflow: hidden;
1751
+ }
1752
+ .mint-card .mint-content > * {
1753
+ margin-top: 0;
1754
+ margin-bottom: 0;
1755
+ }
1756
+ .mint-card .mint-title {
1757
+ display: flex;
1758
+ flex-direction: column;
1759
+ align-items: center;
1760
+ height: fit-content;
1761
+ gap: var(--mint-card-p);
1762
+ text-align: center;
1763
+ width: 100%;
1764
+ }
1765
+ @media (min-width: 480px) {
1766
+ .mint-card .mint-title {
1767
+ flex-direction: row;
1768
+ text-align: left;
1769
+ }
1770
+ }
1771
+ .mint-card .mint-title:only-child {
1772
+ height: 100%;
1773
+ }
1774
+ .mint-card .mint-title > .mint-image {
1775
+ width: 100%;
1776
+ height: 100%;
1777
+ max-width: var(--mint-card-logo-s);
1778
+ max-height: var(--mint-card-logo-s);
1779
+ }
1780
+ .mint-card .mint-title > .mint-image.mint-large {
1781
+ max-width: calc(2 * var(--mint-card-logo-s));
1782
+ max-height: calc(2 * var(--mint-card-logo-s));
1783
+ }
1784
+ .mint-card .mint-title > .mint-image img {
1785
+ display: block;
1786
+ width: 100%;
1787
+ height: 100%;
1788
+ object-fit: contain;
1789
+ }
1790
+ .mint-card .mint-title i {
1791
+ display: flex;
1792
+ align-items: center;
1793
+ justify-content: center;
1794
+ min-width: var(--mint-card-logo-s);
1795
+ max-width: var(--mint-card-logo-s);
1796
+ margin: 0;
1797
+ font-size: calc(var(--mint-card-logo-s) - 1rem);
1798
+ }
1799
+ .mint-card .mint-title > div {
1800
+ width: 100%;
1801
+ }
1802
+ .mint-card .mint-title > div > * {
1803
+ margin: 0;
1804
+ }
1805
+ .mint-card .mint-date {
1806
+ text-align: center;
1807
+ }
1808
+ @media (min-width: 480px) {
1809
+ .mint-card .mint-date {
1810
+ text-align: left;
1811
+ }
1812
+ }
1813
+ .mint-card-grid {
1814
+ position: relative;
1815
+ background: var(--mint-card-bg);
1816
+ }
1817
+ .mint-card-grid:has(.mint-image) .mint-content {
1818
+ margin-top: 25%;
1819
+ padding-top: 25%;
1820
+ background: none;
1821
+ border: none;
1822
+ }
1823
+ .mint-card-grid:has(.mint-image) .mint-content::before {
1824
+ opacity: 0;
1825
+ }
1826
+ .mint-card-grid:has(.mint-image) .mint-content::after {
1827
+ content: "";
1828
+ position: absolute;
1829
+ top: 0;
1830
+ left: 0;
1831
+ width: 100%;
1832
+ height: 100%;
1833
+ opacity: 0.75;
1834
+ mask-image: none;
1835
+ background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.7) 66%, var(--mint-shadow-0));
1836
+ transition: opacity ms(300) ease-in-out;
1837
+ z-index: -1;
1838
+ }
1839
+ .mint-card-grid:hover .mint-content::after {
1840
+ opacity: 1;
1841
+ }
1842
+
1843
+ .mint-card-grid .mint-image {
1844
+ position: absolute;
1845
+ top: 0;
1846
+ left: 0;
1847
+ width: 100%;
1848
+ height: 100%;
1849
+ }
1850
+ .mint-card-grid .mint-image img {
1851
+ height: 100%;
1852
+ object-fit: contain;
1853
+ object-position: top;
1854
+ }
1855
+ .mint-card-grid .mint-content {
1856
+ justify-content: flex-end;
1857
+ background: var(--mint-shadow-0);
1858
+ }
1859
+ .mint-card-grid .mint-content .mint-buttons {
1860
+ margin-top: 0 !important;
1861
+ }
1862
+ .mint-card-actions .mint-content {
1863
+ flex-direction: row;
1864
+ justify-content: space-between;
1865
+ }
1866
+
1867
+ .mint-grid.mint-3 .mint-card,
1868
+ .mint-grid.mint-4 .mint-card {
1869
+ flex-direction: column !important;
1870
+ }
1871
+ .mint-grid.mint-3 .mint-card > .mint-image,
1872
+ .mint-grid.mint-4 .mint-card > .mint-image {
1873
+ overflow: hidden;
1874
+ }
1875
+ @media (min-width: 768px) {
1876
+ .mint-grid.mint-3 .mint-card > .mint-image,
1877
+ .mint-grid.mint-4 .mint-card > .mint-image {
1878
+ width: 100%;
1879
+ }
1880
+ }
1881
+ @media (min-width: 768px) {
1882
+ .mint-grid.mint-3 .mint-card > .mint-image + .mint-content,
1883
+ .mint-grid.mint-4 .mint-card > .mint-image + .mint-content {
1884
+ width: 100%;
1885
+ }
1886
+ }
1887
+ .mint-grid.mint-3 .mint-card .mint-content,
1888
+ .mint-grid.mint-4 .mint-card .mint-content {
1889
+ flex-grow: 1;
1890
+ }
1891
+ @media (min-width: 480px) {
1892
+ .mint-grid.mint-3 .mint-card .mint-title,
1893
+ .mint-grid.mint-4 .mint-card .mint-title {
1894
+ flex-direction: column;
1895
+ }
1896
+ }
1897
+ .mint-grid.mint-3 .mint-card .mint-buttons,
1898
+ .mint-grid.mint-4 .mint-card .mint-buttons {
1899
+ margin-top: auto;
1900
+ }
1901
+ .mint-grid.mint-3 .mint-card .mint-buttons .mint-btn,
1902
+ .mint-grid.mint-4 .mint-card .mint-buttons .mint-btn {
1903
+ width: 100%;
1904
+ }
1905
+
1906
+ :root {
1907
+ --mint-modal-w: var(--mint-sm);
1908
+ }
1909
+
1910
+ .mint-modal {
1911
+ position: fixed;
1912
+ top: 50%;
1913
+ left: 50%;
1914
+ transform: translate(-50%, -50%);
1915
+ width: 100%;
1916
+ max-width: var(--mint-modal-w);
1917
+ height: auto;
1918
+ max-height: calc(100% - var(--mint-p-clamp) * 4);
1919
+ z-index: 99999999;
1920
+ opacity: 0;
1921
+ pointer-events: none;
1922
+ user-select: none;
1923
+ transition: opacity 0.3s ease-in-out;
1924
+ }
1925
+ .mint-modal.mint-open {
1926
+ opacity: 1;
1927
+ pointer-events: auto;
1928
+ user-select: text;
1929
+ }
1930
+ .mint-modal.mint-open + .mint-modal-bg {
1931
+ pointer-events: auto;
1932
+ user-select: text;
1933
+ background-color: rgba(0, 0, 0, 0.4);
1934
+ backdrop-filter: blur(3rem);
1935
+ }
1936
+ .mint-modal .mint-content {
1937
+ overflow: auto;
1938
+ }
1939
+ .mint-modal-bg {
1940
+ position: fixed;
1941
+ top: 0;
1942
+ left: 0;
1943
+ width: 100%;
1944
+ height: 100%;
1945
+ background-color: rgba(0, 0, 0, 0);
1946
+ backdrop-filter: blur(0rem);
1947
+ z-index: 99999998;
1948
+ pointer-events: none;
1949
+ user-select: none;
1950
+ transition-duration: 0.3s;
1951
+ transition-property: background-color, backdrop-filter;
1952
+ transition-timing-function: ease-in-out;
1953
+ }
1954
+
1955
+ .mint-panel.mint-right .mint-panel-wrap {
1956
+ top: var(--mint-header-h);
1957
+ right: -100%;
1958
+ left: unset;
1959
+ }
1960
+ .mint-panel.mint-right .mint-panel-wrap.mint-open {
1961
+ right: 0;
1962
+ }
1963
+ .mint-panel.mint-bottom .mint-panel-wrap {
1964
+ top: unset;
1965
+ bottom: -100%;
1966
+ }
1967
+ .mint-panel.mint-bottom .mint-panel-wrap.mint-open {
1968
+ top: unset;
1969
+ bottom: 0;
1970
+ }
1971
+ .mint-panel.mint-left .mint-panel-wrap {
1972
+ top: var(--mint-header-h);
1973
+ left: -100%;
1974
+ }
1975
+ .mint-panel.mint-left .mint-panel-wrap.mint-open {
1976
+ left: 0;
1977
+ }
1978
+ .mint-panel.mint-tray .mint-panel-wrap {
1979
+ gap: 1rem;
1980
+ }
1981
+ @media (min-width: 768px) {
1982
+ .mint-panel.mint-tray .mint-panel-wrap {
1983
+ max-width: 480px;
1984
+ }
1985
+ }
1986
+ .mint-panel .mint-panel-wrap {
1987
+ display: flex;
1988
+ flex-direction: column;
1989
+ position: fixed;
1990
+ top: -100%;
1991
+ left: 0;
1992
+ width: 100%;
1993
+ height: calc(100vh - var(--mint-header-h));
1994
+ height: calc(100dvh - var(--mint-header-h));
1995
+ z-index: -2;
1996
+ background: var(--mint-header-bg);
1997
+ transition-duration: time(default);
1998
+ transition-property: top, right, bottom, left;
1999
+ overflow: auto;
2000
+ }
2001
+ .mint-panel .mint-panel-wrap.mint-open {
2002
+ top: var(--mint-header-h);
2003
+ }
2004
+ .mint-panel .mint-panel-wrap nav {
2005
+ flex-grow: 1;
2006
+ height: auto;
2007
+ overflow: visible;
2008
+ background: var(--mint-bg);
2009
+ }
2010
+ @media (min-width: 1440px) {
2011
+ .mint-panel .mint-panel-wrap nav {
2012
+ display: flex;
2013
+ align-items: center;
2014
+ justify-content: center;
2015
+ }
2016
+ }
2017
+ .mint-panel .mint-panel-wrap nav > :last-child {
2018
+ margin-bottom: 0;
2019
+ }
2020
+ .mint-panel .mint-title {
2021
+ display: flex;
2022
+ align-items: flex-start;
2023
+ justify-content: space-between;
2024
+ }
2025
+ .mint-panel .mint-title > * {
2026
+ margin: 0;
2027
+ }
2028
+
2029
+ .mint-table-wrap {
2030
+ max-height: 50vh;
2031
+ overflow-y: auto;
2032
+ }
2033
+ .mint-table thead {
2034
+ background: var(--mint-bg);
2035
+ }
2036
+ .mint-table .mint-actions {
2037
+ display: flex;
2038
+ align-items: center;
2039
+ justify-content: flex-end;
2040
+ gap: 1rem;
2041
+ }
2042
+
2043
+ @keyframes mint-spin {
2044
+ 0% {
2045
+ transform: rotate(0deg);
2046
+ }
2047
+ 100% {
2048
+ transform: rotate(360deg);
2049
+ }
2050
+ }
2051
+ @keyframes mint-spin-centered {
2052
+ 0% {
2053
+ transform: rotate(0deg) translate(-50%, -50%);
2054
+ }
2055
+ 100% {
2056
+ transform: rotate(360deg) translate(-50%, -50%);
2057
+ }
2058
+ }
2059
+ @keyframes mint-pulse {
2060
+ 0% {
2061
+ opacity: 0;
2062
+ }
2063
+ 75% {
2064
+ opacity: 0.75;
2065
+ }
2066
+ 100% {
2067
+ opacity: 0;
2068
+ }
2069
+ }
2070
+ @keyframes mint-stretch-in {
2071
+ 0% {
2072
+ transform: scale(1);
2073
+ }
2074
+ 50% {
2075
+ transform: scale(1.25);
2076
+ }
2077
+ 70% {
2078
+ transform: scale(1.15);
2079
+ }
2080
+ 100% {
2081
+ transform: scale(1.2);
2082
+ }
2083
+ }
2084
+ @keyframes mint-stretch-out {
2085
+ 0% {
2086
+ transform: scale(1.2);
2087
+ }
2088
+ 25% {
2089
+ transform: scale(0.9);
2090
+ }
2091
+ 50% {
2092
+ transform: scale(1.05);
2093
+ }
2094
+ 100% {
2095
+ transform: scale(1);
2096
+ }
2097
+ }
2098
+ @keyframes mint-stretch-tilt-in {
2099
+ 0% {
2100
+ transform: scale(0.5);
2101
+ rotate: -15deg;
2102
+ }
2103
+ 90% {
2104
+ transform: scale(1.25);
2105
+ rotate: 5deg;
2106
+ }
2107
+ 100% {
2108
+ transform: scale(1);
2109
+ rotate: 0deg;
2110
+ }
2111
+ }
2112
+ .mint-fall-in {
2113
+ filter: opacity(0%);
2114
+ transform: translateY(-100px);
2115
+ transition: all ms(500) ease-out, box-shadow ms(500) ms(400) ease-out !important;
2116
+ pointer-events: none;
2117
+ z-index: -1;
2118
+ }
2119
+ .mint-fall-in.mint-show:not(.mint-loading) {
2120
+ filter: opacity(100%);
2121
+ transform: translateY(0%);
2122
+ pointer-events: auto;
2123
+ z-index: 1;
2124
+ }
2125
+ .mint-fall-in:not(.mint-show), .mint-fall-in.mint-loading {
2126
+ box-shadow: 0 0 0 0 transparent !important;
2127
+ }
2128
+ .mint-fall-in.mint-fast {
2129
+ transition: all ms(100), box-shadow ms(100) ms(100) !important;
2130
+ }
2131
+
2132
+ .mint-shine {
2133
+ position: relative;
2134
+ overflow: hidden;
2135
+ }
2136
+ .mint-shine:hover .mint-shine:focus-visible .mint-shine:active .mint-shine.mint-active::after {
2137
+ transition-duration: ms(300);
2138
+ transform: translate(100%, -100%);
2139
+ }
2140
+
2141
+ .mint-shine::after {
2142
+ content: "";
2143
+ position: absolute;
2144
+ top: 0;
2145
+ left: 0;
2146
+ width: 100%;
2147
+ height: 100%;
2148
+ transform: translate(-100%, 100%);
2149
+ background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
2150
+ transition: transform ms(200) ease-out;
2151
+ }
2152
+
2153
+ .mint-spin {
2154
+ animation: mint-spin 1s linear infinite;
2155
+ }
2156
+ .mint-spin-1 {
2157
+ animation-duration: 1s;
2158
+ }
2159
+ .mint-spin-2 {
2160
+ animation-duration: 2s;
2161
+ }
2162
+ .mint-spin-3 {
2163
+ animation-duration: 3s;
2164
+ }
2165
+ .mint-spin-4 {
2166
+ animation-duration: 4s;
2167
+ }
2168
+ .mint-spin-5 {
2169
+ animation-duration: 5s;
2170
+ }
2171
+ .mint-spin-hover:hover .mint-spin-hover:focus-visible {
2172
+ animation: mint-spin 1s ease-in-out forwards;
2173
+ }
2174
+
2175
+ .mint-spin-hover-icon:hover .mint-spin-hover-icon:focus-visible i {
2176
+ animation: mint-spin 1s ease-in-out forwards;
2177
+ }
2178
+
2179
+ .mint-pulse-out {
2180
+ animation: mint-pulse 0.75s ease-in-out forwards;
2181
+ }
2182
+
2183
+ .mint-stretch {
2184
+ animation: mint-stretch-out 0.5s ease forwards;
2185
+ }
2186
+ .mint-stretch:hover .mint-stretch:focus-visible {
2187
+ animation: mint-stretch-in 0.75s ease forwards;
2188
+ }
2189
+
2190
+ .mint-stretch-img img {
2191
+ animation: mint-stretch-out 0.5s ease forwards;
2192
+ }
2193
+ .mint-stretch-img:hover .mint-stretch-img:focus-visible img {
2194
+ animation: mint-stretch-in 0.75s ease forwards;
2195
+ }
2196
+
2197
+ .mint-stretch-icon i {
2198
+ animation: mint-stretch-out 0.5s ease forwards;
2199
+ }
2200
+ .mint-stretch-icon:hover .mint-stretch-icon:focus-visible i {
2201
+ animation: mint-stretch-in 0.75s ease forwards;
2202
+ }
2203
+
2204
+ .mint-stretch-in {
2205
+ animation: mint-stretch-out 0.5s ease forwards;
2206
+ }
2207
+ .mint-stretch-tilt-in {
2208
+ animation: mint-stretch-tilt-in 0.75s ease-in-out forwards;
2209
+ }
2210
+
2211
+ :root {
2212
+ --mint-aspect-w: 16;
2213
+ --mint-aspect-h: 9;
2214
+ }
2215
+
2216
+ .mint-aspect {
2217
+ position: relative;
2218
+ height: 0;
2219
+ padding-top: calc(var(--mint-aspect-h) / var(--mint-aspect-w) * 100%);
2220
+ overflow: hidden;
2221
+ }
2222
+ .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
2223
+ padding-top: 152px;
2224
+ }
2225
+ @media (min-width: 480px) {
2226
+ .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
2227
+ padding-top: 125%;
2228
+ }
2229
+ }
2230
+ @media (min-width: 768px) {
2231
+ .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
2232
+ padding-top: 75%;
2233
+ }
2234
+ }
2235
+ @media (min-width: 1024px) {
2236
+ .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
2237
+ padding-top: 56.25%;
2238
+ }
2239
+ }
2240
+ .mint-aspect.mint-spotify-podcast {
2241
+ padding-top: 352px;
2242
+ }
2243
+ .mint-aspect > :first-child {
2244
+ position: absolute;
2245
+ top: 50%;
2246
+ left: 50%;
2247
+ transform: translate(-50%, -50%);
2248
+ width: 100%;
2249
+ height: 100%;
2250
+ }
2251
+
2252
+ :root {
2253
+ --mint-root-bg-s: cover;
2254
+ --mint-root-bg-img: none;
2255
+ --mint-root-bg-pos: center;
2256
+ --mint-root-bg-filter: none;
2257
+ }
2258
+
2259
+ *, *::before, *::after {
2260
+ box-sizing: border-box;
2261
+ }
2262
+
2263
+ html {
2264
+ overflow-x: hidden;
2265
+ }
2266
+
2267
+ html,
2268
+ body {
2269
+ min-height: 100vh;
2270
+ margin: 0;
2271
+ padding: 0;
2272
+ scroll-behavior: smooth;
2273
+ }
2274
+
2275
+ body {
2276
+ color: var(--mint-c-fg);
2277
+ background-color: var(--mint-c-bg);
2278
+ }
2279
+ body.mint-fixed main {
2280
+ min-height: 100vh;
2281
+ min-height: 100dvh;
2282
+ padding-top: var(--mint-header-h);
2283
+ }
2284
+
2285
+ main {
2286
+ display: flex;
2287
+ flex-direction: column;
2288
+ position: relative;
2289
+ width: 100%;
2290
+ min-height: calc(100vh - var(--mint-header-h));
2291
+ min-height: calc(100dvh - var(--mint-header-h));
2292
+ padding-left: var(--mint-pad-clamp);
2293
+ padding-right: var(--mint-pad-clamp);
2294
+ overflow: hidden;
2295
+ z-index: 999;
2296
+ }
2297
+ main::before {
2298
+ content: "";
2299
+ position: absolute;
2300
+ top: 0;
2301
+ left: 0;
2302
+ width: 100%;
2303
+ height: 100%;
2304
+ background-image: var(--mint-root-bg-img);
2305
+ background-size: var(--mint-root-bg-s);
2306
+ background-position: var(--mint-root-bg-pos);
2307
+ filter: var(--mint-root-bg-filter);
2308
+ z-index: -1;
2309
+ }
2310
+
2311
+ .mint-sr-only {
2312
+ position: absolute !important;
2313
+ width: 1px !important;
2314
+ height: 1px !important;
2315
+ padding: 0 !important;
2316
+ margin: -1px !important;
2317
+ overflow: hidden !important;
2318
+ clip: rect(0, 0, 0, 0) !important;
2319
+ border: 0 !important;
2320
+ }
2321
+
2322
+ .mint-circle {
2323
+ border-radius: 50%;
2324
+ overflow: hidden;
2325
+ }
2326
+
2327
+ .mint-glow {
2328
+ box-shadow: 0 0 2rem -0.5rem var(--mint-glow-2);
2329
+ }
2330
+
2331
+ .mint-shadow {
2332
+ box-shadow: 0 0 2rem -0.5rem var(--mint-shadow-2);
2333
+ }
2334
+
2335
+ .mint-no-glow {
2336
+ box-shadow: none !important;
2337
+ }
2338
+
2339
+ .mint-p-auto {
2340
+ padding-left: auto;
2341
+ padding-right: auto;
2342
+ }
2343
+ .mint-p-auto-v {
2344
+ padding: 1rem auto;
2345
+ }
2346
+ .mint-p-auto-v0 {
2347
+ padding: 0rem auto;
2348
+ }
2349
+ .mint-p-auto-v1 {
2350
+ padding: 1rem auto;
2351
+ }
2352
+ .mint-p-auto-v2 {
2353
+ padding: 2rem auto;
2354
+ }
2355
+ .mint-p-auto-v3 {
2356
+ padding: 3rem auto;
2357
+ }
2358
+ .mint-p-auto-v4 {
2359
+ padding: 4rem auto;
2360
+ }
2361
+ .mint-p-auto-v5 {
2362
+ padding: 5rem auto;
2363
+ }
2364
+ .mint-p-auto-v6 {
2365
+ padding: 6rem auto;
2366
+ }
2367
+ .mint-p-auto-t {
2368
+ padding-top: 1rem;
2369
+ padding-left: auto;
2370
+ padding-right: auto;
2371
+ }
2372
+ .mint-p-auto-t0 {
2373
+ padding-top: 0rem;
2374
+ padding-left: auto;
2375
+ padding-right: auto;
2376
+ }
2377
+ .mint-p-auto-t1 {
2378
+ padding-top: 1rem;
2379
+ padding-left: auto;
2380
+ padding-right: auto;
2381
+ }
2382
+ .mint-p-auto-t2 {
2383
+ padding-top: 2rem;
2384
+ padding-left: auto;
2385
+ padding-right: auto;
2386
+ }
2387
+ .mint-p-auto-t3 {
2388
+ padding-top: 3rem;
2389
+ padding-left: auto;
2390
+ padding-right: auto;
2391
+ }
2392
+ .mint-p-auto-t4 {
2393
+ padding-top: 4rem;
2394
+ padding-left: auto;
2395
+ padding-right: auto;
2396
+ }
2397
+ .mint-p-auto-t5 {
2398
+ padding-top: 5rem;
2399
+ padding-left: auto;
2400
+ padding-right: auto;
2401
+ }
2402
+ .mint-p-auto-t6 {
2403
+ padding-top: 6rem;
2404
+ padding-left: auto;
2405
+ padding-right: auto;
2406
+ }
2407
+ .mint-p-auto-b {
2408
+ padding-bottom: 1rem;
2409
+ padding-left: auto;
2410
+ padding-right: auto;
2411
+ }
2412
+ .mint-p-auto-b0 {
2413
+ padding-bottom: 0rem;
2414
+ padding-left: auto;
2415
+ padding-right: auto;
2416
+ }
2417
+ .mint-p-auto-b1 {
2418
+ padding-bottom: 1rem;
2419
+ padding-left: auto;
2420
+ padding-right: auto;
2421
+ }
2422
+ .mint-p-auto-b2 {
2423
+ padding-bottom: 2rem;
2424
+ padding-left: auto;
2425
+ padding-right: auto;
2426
+ }
2427
+ .mint-p-auto-b3 {
2428
+ padding-bottom: 3rem;
2429
+ padding-left: auto;
2430
+ padding-right: auto;
2431
+ }
2432
+ .mint-p-auto-b4 {
2433
+ padding-bottom: 4rem;
2434
+ padding-left: auto;
2435
+ padding-right: auto;
2436
+ }
2437
+ .mint-p-auto-b5 {
2438
+ padding-bottom: 5rem;
2439
+ padding-left: auto;
2440
+ padding-right: auto;
2441
+ }
2442
+ .mint-p-auto-b6 {
2443
+ padding-bottom: 6rem;
2444
+ padding-left: auto;
2445
+ padding-right: auto;
2446
+ }
2447
+ .mint-p-v {
2448
+ padding-top: 1rem;
2449
+ padding-bottom: 1rem;
2450
+ }
2451
+ .mint-p-v0 {
2452
+ padding-top: 0rem;
2453
+ padding-bottom: 0rem;
2454
+ }
2455
+ .mint-p-v1 {
2456
+ padding-top: 1rem;
2457
+ padding-bottom: 1rem;
2458
+ }
2459
+ .mint-p-v2 {
2460
+ padding-top: 2rem;
2461
+ padding-bottom: 2rem;
2462
+ }
2463
+ .mint-p-v3 {
2464
+ padding-top: 3rem;
2465
+ padding-bottom: 3rem;
2466
+ }
2467
+ .mint-p-v4 {
2468
+ padding-top: 4rem;
2469
+ padding-bottom: 4rem;
2470
+ }
2471
+ .mint-p-v5 {
2472
+ padding-top: 5rem;
2473
+ padding-bottom: 5rem;
2474
+ }
2475
+ .mint-p-v6 {
2476
+ padding-top: 6rem;
2477
+ padding-bottom: 6rem;
2478
+ }
2479
+ .mint-p-t {
2480
+ padding-top: 1rem;
2481
+ }
2482
+ .mint-p-t0 {
2483
+ padding-top: 0rem;
2484
+ }
2485
+ .mint-p-t1 {
2486
+ padding-top: 1rem;
2487
+ }
2488
+ .mint-p-t2 {
2489
+ padding-top: 2rem;
2490
+ }
2491
+ .mint-p-t3 {
2492
+ padding-top: 3rem;
2493
+ }
2494
+ .mint-p-t4 {
2495
+ padding-top: 4rem;
2496
+ }
2497
+ .mint-p-t5 {
2498
+ padding-top: 5rem;
2499
+ }
2500
+ .mint-p-t6 {
2501
+ padding-top: 6rem;
2502
+ }
2503
+ .mint-p-t50 {
2504
+ padding-top: 50vh;
2505
+ }
2506
+ .mint-p-b {
2507
+ padding-bottom: 1rem;
2508
+ }
2509
+ .mint-p-b0 {
2510
+ padding-bottom: 0rem;
2511
+ }
2512
+ .mint-p-b1 {
2513
+ padding-bottom: 1rem;
2514
+ }
2515
+ .mint-p-b2 {
2516
+ padding-bottom: 2rem;
2517
+ }
2518
+ .mint-p-b3 {
2519
+ padding-bottom: 3rem;
2520
+ }
2521
+ .mint-p-b4 {
2522
+ padding-bottom: 4rem;
2523
+ }
2524
+ .mint-p-b5 {
2525
+ padding-bottom: 5rem;
2526
+ }
2527
+ .mint-p-b6 {
2528
+ padding-bottom: 6rem;
2529
+ }
2530
+ .mint-p-h {
2531
+ padding-left: 1rem;
2532
+ padding-right: 1rem;
2533
+ }
2534
+ .mint-p-h0 {
2535
+ padding-left: 0rem;
2536
+ padding-right: 0rem;
2537
+ }
2538
+ .mint-p-h1 {
2539
+ padding-left: 1rem;
2540
+ padding-right: 1rem;
2541
+ }
2542
+ .mint-p-h2 {
2543
+ padding-left: 2rem;
2544
+ padding-right: 2rem;
2545
+ }
2546
+ .mint-p-h3 {
2547
+ padding-left: 3rem;
2548
+ padding-right: 3rem;
2549
+ }
2550
+ .mint-p-h4 {
2551
+ padding-left: 4rem;
2552
+ padding-right: 4rem;
2553
+ }
2554
+ .mint-p-h5 {
2555
+ padding-left: 5rem;
2556
+ padding-right: 5rem;
2557
+ }
2558
+ .mint-p-h6 {
2559
+ padding-left: 6rem;
2560
+ padding-right: 6rem;
2561
+ }
2562
+ .mint-p-l {
2563
+ padding-left: 1rem;
2564
+ }
2565
+ .mint-p-l0 {
2566
+ padding-left: 0rem;
2567
+ }
2568
+ .mint-p-l1 {
2569
+ padding-left: 1rem;
2570
+ }
2571
+ .mint-p-l2 {
2572
+ padding-left: 2rem;
2573
+ }
2574
+ .mint-p-l3 {
2575
+ padding-left: 3rem;
2576
+ }
2577
+ .mint-p-l4 {
2578
+ padding-left: 4rem;
2579
+ }
2580
+ .mint-p-l5 {
2581
+ padding-left: 5rem;
2582
+ }
2583
+ .mint-p-l6 {
2584
+ padding-left: 6rem;
2585
+ }
2586
+ .mint-p-r {
2587
+ padding-right: 1rem;
2588
+ }
2589
+ .mint-p-r0 {
2590
+ padding-right: 0rem;
2591
+ }
2592
+ .mint-p-r1 {
2593
+ padding-right: 1rem;
2594
+ }
2595
+ .mint-p-r2 {
2596
+ padding-right: 2rem;
2597
+ }
2598
+ .mint-p-r3 {
2599
+ padding-right: 3rem;
2600
+ }
2601
+ .mint-p-r4 {
2602
+ padding-right: 4rem;
2603
+ }
2604
+ .mint-p-r5 {
2605
+ padding-right: 5rem;
2606
+ }
2607
+ .mint-p-r6 {
2608
+ padding-right: 6rem;
2609
+ }
2610
+ .mint-p {
2611
+ padding: 0.5rem;
2612
+ }
2613
+ .mint-p-xs {
2614
+ padding: 0;
2615
+ }
2616
+ @media (min-width: 480px) {
2617
+ .mint-p-xs {
2618
+ padding: 0.5rem;
2619
+ }
2620
+ }
2621
+ .mint-p-to-xs {
2622
+ padding: 0.5rem;
2623
+ }
2624
+ @media (min-width: 480px) {
2625
+ .mint-p-to-xs {
2626
+ padding: 0;
2627
+ }
2628
+ }
2629
+ .mint-p-sm {
2630
+ padding: 0;
2631
+ }
2632
+ @media (min-width: 768px) {
2633
+ .mint-p-sm {
2634
+ padding: 0.5rem;
2635
+ }
2636
+ }
2637
+ .mint-p-to-sm {
2638
+ padding: 0.5rem;
2639
+ }
2640
+ @media (min-width: 768px) {
2641
+ .mint-p-to-sm {
2642
+ padding: 0;
2643
+ }
2644
+ }
2645
+ .mint-p-md {
2646
+ padding: 0;
2647
+ }
2648
+ @media (min-width: 1024px) {
2649
+ .mint-p-md {
2650
+ padding: 0.5rem;
2651
+ }
2652
+ }
2653
+ .mint-p-to-md {
2654
+ padding: 0.5rem;
2655
+ }
2656
+ @media (min-width: 1024px) {
2657
+ .mint-p-to-md {
2658
+ padding: 0;
2659
+ }
2660
+ }
2661
+ .mint-p-lg {
2662
+ padding: 0;
2663
+ }
2664
+ @media (min-width: 1200px) {
2665
+ .mint-p-lg {
2666
+ padding: 0.5rem;
2667
+ }
2668
+ }
2669
+ .mint-p-to-lg {
2670
+ padding: 0.5rem;
2671
+ }
2672
+ @media (min-width: 1200px) {
2673
+ .mint-p-to-lg {
2674
+ padding: 0;
2675
+ }
2676
+ }
2677
+ .mint-p-xl {
2678
+ padding: 0;
2679
+ }
2680
+ @media (min-width: 1440px) {
2681
+ .mint-p-xl {
2682
+ padding: 0.5rem;
2683
+ }
2684
+ }
2685
+ .mint-p-to-xl {
2686
+ padding: 0.5rem;
2687
+ }
2688
+ @media (min-width: 1440px) {
2689
+ .mint-p-to-xl {
2690
+ padding: 0;
2691
+ }
2692
+ }
2693
+ @media (min-width: 480px) {
2694
+ .mint-p {
2695
+ padding: 1rem;
2696
+ }
2697
+ .mint-p-xs {
2698
+ padding: 0;
2699
+ }
2700
+ }
2701
+ @media (min-width: 480px) and (min-width: 480px) {
2702
+ .mint-p-xs {
2703
+ padding: 1rem;
2704
+ }
2705
+ }
2706
+ @media (min-width: 480px) {
2707
+ .mint-p-to-xs {
2708
+ padding: 1rem;
2709
+ }
2710
+ }
2711
+ @media (min-width: 480px) and (min-width: 480px) {
2712
+ .mint-p-to-xs {
2713
+ padding: 0;
2714
+ }
2715
+ }
2716
+ @media (min-width: 480px) {
2717
+ .mint-p-sm {
2718
+ padding: 0;
2719
+ }
2720
+ }
2721
+ @media (min-width: 480px) and (min-width: 768px) {
2722
+ .mint-p-sm {
2723
+ padding: 1rem;
2724
+ }
2725
+ }
2726
+ @media (min-width: 480px) {
2727
+ .mint-p-to-sm {
2728
+ padding: 1rem;
2729
+ }
2730
+ }
2731
+ @media (min-width: 480px) and (min-width: 768px) {
2732
+ .mint-p-to-sm {
2733
+ padding: 0;
2734
+ }
2735
+ }
2736
+ @media (min-width: 480px) {
2737
+ .mint-p-md {
2738
+ padding: 0;
2739
+ }
2740
+ }
2741
+ @media (min-width: 480px) and (min-width: 1024px) {
2742
+ .mint-p-md {
2743
+ padding: 1rem;
2744
+ }
2745
+ }
2746
+ @media (min-width: 480px) {
2747
+ .mint-p-to-md {
2748
+ padding: 1rem;
2749
+ }
2750
+ }
2751
+ @media (min-width: 480px) and (min-width: 1024px) {
2752
+ .mint-p-to-md {
2753
+ padding: 0;
2754
+ }
2755
+ }
2756
+ @media (min-width: 480px) {
2757
+ .mint-p-lg {
2758
+ padding: 0;
2759
+ }
2760
+ }
2761
+ @media (min-width: 480px) and (min-width: 1200px) {
2762
+ .mint-p-lg {
2763
+ padding: 1rem;
2764
+ }
2765
+ }
2766
+ @media (min-width: 480px) {
2767
+ .mint-p-to-lg {
2768
+ padding: 1rem;
2769
+ }
2770
+ }
2771
+ @media (min-width: 480px) and (min-width: 1200px) {
2772
+ .mint-p-to-lg {
2773
+ padding: 0;
2774
+ }
2775
+ }
2776
+ @media (min-width: 480px) {
2777
+ .mint-p-xl {
2778
+ padding: 0;
2779
+ }
2780
+ }
2781
+ @media (min-width: 480px) and (min-width: 1440px) {
2782
+ .mint-p-xl {
2783
+ padding: 1rem;
2784
+ }
2785
+ }
2786
+ @media (min-width: 480px) {
2787
+ .mint-p-to-xl {
2788
+ padding: 1rem;
2789
+ }
2790
+ }
2791
+ @media (min-width: 480px) and (min-width: 1440px) {
2792
+ .mint-p-to-xl {
2793
+ padding: 0;
2794
+ }
2795
+ }
2796
+
2797
+ .mint-m-auto {
2798
+ margin-left: auto;
2799
+ margin-right: auto;
2800
+ }
2801
+ .mint-m-auto-v {
2802
+ margin: 1rem auto;
2803
+ }
2804
+ .mint-m-auto-v0 {
2805
+ margin: 0rem auto;
2806
+ }
2807
+ .mint-m-auto-v1 {
2808
+ margin: 1rem auto;
2809
+ }
2810
+ .mint-m-auto-v2 {
2811
+ margin: 2rem auto;
2812
+ }
2813
+ .mint-m-auto-v3 {
2814
+ margin: 3rem auto;
2815
+ }
2816
+ .mint-m-auto-v4 {
2817
+ margin: 4rem auto;
2818
+ }
2819
+ .mint-m-auto-v5 {
2820
+ margin: 5rem auto;
2821
+ }
2822
+ .mint-m-auto-v6 {
2823
+ margin: 6rem auto;
2824
+ }
2825
+ .mint-m-auto-t {
2826
+ margin-top: 1rem;
2827
+ margin-left: auto;
2828
+ margin-right: auto;
2829
+ }
2830
+ .mint-m-auto-t0 {
2831
+ margin-top: 0rem;
2832
+ margin-left: auto;
2833
+ margin-right: auto;
2834
+ }
2835
+ .mint-m-auto-t1 {
2836
+ margin-top: 1rem;
2837
+ margin-left: auto;
2838
+ margin-right: auto;
2839
+ }
2840
+ .mint-m-auto-t2 {
2841
+ margin-top: 2rem;
2842
+ margin-left: auto;
2843
+ margin-right: auto;
2844
+ }
2845
+ .mint-m-auto-t3 {
2846
+ margin-top: 3rem;
2847
+ margin-left: auto;
2848
+ margin-right: auto;
2849
+ }
2850
+ .mint-m-auto-t4 {
2851
+ margin-top: 4rem;
2852
+ margin-left: auto;
2853
+ margin-right: auto;
2854
+ }
2855
+ .mint-m-auto-t5 {
2856
+ margin-top: 5rem;
2857
+ margin-left: auto;
2858
+ margin-right: auto;
2859
+ }
2860
+ .mint-m-auto-t6 {
2861
+ margin-top: 6rem;
2862
+ margin-left: auto;
2863
+ margin-right: auto;
2864
+ }
2865
+ .mint-m-auto-b {
2866
+ margin-bottom: 1rem;
2867
+ margin-left: auto;
2868
+ margin-right: auto;
2869
+ }
2870
+ .mint-m-auto-b0 {
2871
+ margin-bottom: 0rem;
2872
+ margin-left: auto;
2873
+ margin-right: auto;
2874
+ }
2875
+ .mint-m-auto-b1 {
2876
+ margin-bottom: 1rem;
2877
+ margin-left: auto;
2878
+ margin-right: auto;
2879
+ }
2880
+ .mint-m-auto-b2 {
2881
+ margin-bottom: 2rem;
2882
+ margin-left: auto;
2883
+ margin-right: auto;
2884
+ }
2885
+ .mint-m-auto-b3 {
2886
+ margin-bottom: 3rem;
2887
+ margin-left: auto;
2888
+ margin-right: auto;
2889
+ }
2890
+ .mint-m-auto-b4 {
2891
+ margin-bottom: 4rem;
2892
+ margin-left: auto;
2893
+ margin-right: auto;
2894
+ }
2895
+ .mint-m-auto-b5 {
2896
+ margin-bottom: 5rem;
2897
+ margin-left: auto;
2898
+ margin-right: auto;
2899
+ }
2900
+ .mint-m-auto-b6 {
2901
+ margin-bottom: 6rem;
2902
+ margin-left: auto;
2903
+ margin-right: auto;
2904
+ }
2905
+ .mint-m-v {
2906
+ margin-top: 1rem;
2907
+ margin-bottom: 1rem;
2908
+ }
2909
+ .mint-m-v0 {
2910
+ margin-top: 0rem;
2911
+ margin-bottom: 0rem;
2912
+ }
2913
+ .mint-m-v1 {
2914
+ margin-top: 1rem;
2915
+ margin-bottom: 1rem;
2916
+ }
2917
+ .mint-m-v2 {
2918
+ margin-top: 2rem;
2919
+ margin-bottom: 2rem;
2920
+ }
2921
+ .mint-m-v3 {
2922
+ margin-top: 3rem;
2923
+ margin-bottom: 3rem;
2924
+ }
2925
+ .mint-m-v4 {
2926
+ margin-top: 4rem;
2927
+ margin-bottom: 4rem;
2928
+ }
2929
+ .mint-m-v5 {
2930
+ margin-top: 5rem;
2931
+ margin-bottom: 5rem;
2932
+ }
2933
+ .mint-m-v6 {
2934
+ margin-top: 6rem;
2935
+ margin-bottom: 6rem;
2936
+ }
2937
+ .mint-m-t {
2938
+ margin-top: 1rem;
2939
+ }
2940
+ .mint-m-t0 {
2941
+ margin-top: 0rem;
2942
+ }
2943
+ .mint-m-t1 {
2944
+ margin-top: 1rem;
2945
+ }
2946
+ .mint-m-t2 {
2947
+ margin-top: 2rem;
2948
+ }
2949
+ .mint-m-t3 {
2950
+ margin-top: 3rem;
2951
+ }
2952
+ .mint-m-t4 {
2953
+ margin-top: 4rem;
2954
+ }
2955
+ .mint-m-t5 {
2956
+ margin-top: 5rem;
2957
+ }
2958
+ .mint-m-t6 {
2959
+ margin-top: 6rem;
2960
+ }
2961
+ .mint-m-t50 {
2962
+ margin-top: 50vh;
2963
+ }
2964
+ .mint-m-b {
2965
+ margin-bottom: 1rem;
2966
+ }
2967
+ .mint-m-b0 {
2968
+ margin-bottom: 0rem;
2969
+ }
2970
+ .mint-m-b1 {
2971
+ margin-bottom: 1rem;
2972
+ }
2973
+ .mint-m-b2 {
2974
+ margin-bottom: 2rem;
2975
+ }
2976
+ .mint-m-b3 {
2977
+ margin-bottom: 3rem;
2978
+ }
2979
+ .mint-m-b4 {
2980
+ margin-bottom: 4rem;
2981
+ }
2982
+ .mint-m-b5 {
2983
+ margin-bottom: 5rem;
2984
+ }
2985
+ .mint-m-b6 {
2986
+ margin-bottom: 6rem;
2987
+ }
2988
+ .mint-m-h {
2989
+ margin-left: 1rem;
2990
+ margin-right: 1rem;
2991
+ }
2992
+ .mint-m-h0 {
2993
+ margin-left: 0rem;
2994
+ margin-right: 0rem;
2995
+ }
2996
+ .mint-m-h1 {
2997
+ margin-left: 1rem;
2998
+ margin-right: 1rem;
2999
+ }
3000
+ .mint-m-h2 {
3001
+ margin-left: 2rem;
3002
+ margin-right: 2rem;
3003
+ }
3004
+ .mint-m-h3 {
3005
+ margin-left: 3rem;
3006
+ margin-right: 3rem;
3007
+ }
3008
+ .mint-m-h4 {
3009
+ margin-left: 4rem;
3010
+ margin-right: 4rem;
3011
+ }
3012
+ .mint-m-h5 {
3013
+ margin-left: 5rem;
3014
+ margin-right: 5rem;
3015
+ }
3016
+ .mint-m-h6 {
3017
+ margin-left: 6rem;
3018
+ margin-right: 6rem;
3019
+ }
3020
+ .mint-m-l {
3021
+ margin-left: 1rem;
3022
+ }
3023
+ .mint-m-l0 {
3024
+ margin-left: 0rem;
3025
+ }
3026
+ .mint-m-l1 {
3027
+ margin-left: 1rem;
3028
+ }
3029
+ .mint-m-l2 {
3030
+ margin-left: 2rem;
3031
+ }
3032
+ .mint-m-l3 {
3033
+ margin-left: 3rem;
3034
+ }
3035
+ .mint-m-l4 {
3036
+ margin-left: 4rem;
3037
+ }
3038
+ .mint-m-l5 {
3039
+ margin-left: 5rem;
3040
+ }
3041
+ .mint-m-l6 {
3042
+ margin-left: 6rem;
3043
+ }
3044
+ .mint-m-r {
3045
+ margin-right: 1rem;
3046
+ }
3047
+ .mint-m-r0 {
3048
+ margin-right: 0rem;
3049
+ }
3050
+ .mint-m-r1 {
3051
+ margin-right: 1rem;
3052
+ }
3053
+ .mint-m-r2 {
3054
+ margin-right: 2rem;
3055
+ }
3056
+ .mint-m-r3 {
3057
+ margin-right: 3rem;
3058
+ }
3059
+ .mint-m-r4 {
3060
+ margin-right: 4rem;
3061
+ }
3062
+ .mint-m-r5 {
3063
+ margin-right: 5rem;
3064
+ }
3065
+ .mint-m-r6 {
3066
+ margin-right: 6rem;
3067
+ }
3068
+ .mint-m {
3069
+ margin: 0.5rem;
3070
+ }
3071
+ .mint-m-xs {
3072
+ margin: 0;
3073
+ }
3074
+ @media (min-width: 480px) {
3075
+ .mint-m-xs {
3076
+ margin: 0.5rem;
3077
+ }
3078
+ }
3079
+ .mint-m-to-xs {
3080
+ margin: 0.5rem;
3081
+ }
3082
+ @media (min-width: 480px) {
3083
+ .mint-m-to-xs {
3084
+ margin: 0;
3085
+ }
3086
+ }
3087
+ .mint-m-sm {
3088
+ margin: 0;
3089
+ }
3090
+ @media (min-width: 768px) {
3091
+ .mint-m-sm {
3092
+ margin: 0.5rem;
3093
+ }
3094
+ }
3095
+ .mint-m-to-sm {
3096
+ margin: 0.5rem;
3097
+ }
3098
+ @media (min-width: 768px) {
3099
+ .mint-m-to-sm {
3100
+ margin: 0;
3101
+ }
3102
+ }
3103
+ .mint-m-md {
3104
+ margin: 0;
3105
+ }
3106
+ @media (min-width: 1024px) {
3107
+ .mint-m-md {
3108
+ margin: 0.5rem;
3109
+ }
3110
+ }
3111
+ .mint-m-to-md {
3112
+ margin: 0.5rem;
3113
+ }
3114
+ @media (min-width: 1024px) {
3115
+ .mint-m-to-md {
3116
+ margin: 0;
3117
+ }
409
3118
  }
410
-
411
- .mint-tooltip {
412
- position: absolute;
413
- max-width: var(--mint-tooltip-max-w);
414
- border-radius: var(--mint-tooltip-r);
415
- padding: var(--mint-tooltip-p);
416
- opacity: 0;
417
- color: var(--mint-tooltip-fg);
418
- background: var(--mint-tooltip-bg);
419
- box-shadow: var(--mint-tooltip-shadow-c) var(--mint-tooltip-shadow-s);
420
- font-size: var(--mint-tooltip-font-s);
421
- line-height: var(--mint-tooltip-line-h);
422
- transition: opacity 0.3s;
423
- user-select: none;
424
- pointer-events: none;
425
- white-space: nowrap;
3119
+ .mint-m-lg {
3120
+ margin: 0;
426
3121
  }
427
- .mint-tooltip.mint-top::after, .mint-tooltip.mint-bottom::after {
428
- border-left: solid var(--mint-tooltip-arrow-s) transparent;
429
- border-right: solid var(--mint-tooltip-arrow-s) transparent;
3122
+ @media (min-width: 1200px) {
3123
+ .mint-m-lg {
3124
+ margin: 0.5rem;
3125
+ }
430
3126
  }
431
- .mint-tooltip.mint-left::after, .mint-tooltip.mint-right::after {
432
- border-top: solid var(--mint-tooltip-arrow-s) transparent;
433
- border-bottom: solid var(--mint-tooltip-arrow-s) transparent;
3127
+ .mint-m-to-lg {
3128
+ margin: 0.5rem;
434
3129
  }
435
- .mint-tooltip.mint-top {
436
- bottom: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
437
- left: 50%;
438
- transform: translateX(-50%);
3130
+ @media (min-width: 1200px) {
3131
+ .mint-m-to-lg {
3132
+ margin: 0;
3133
+ }
439
3134
  }
440
- .mint-tooltip.mint-top::after {
441
- bottom: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
442
- left: 50%;
443
- transform: translateX(-50%);
444
- border-top: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
3135
+ .mint-m-xl {
3136
+ margin: 0;
445
3137
  }
446
- .mint-tooltip.mint-left {
447
- right: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
448
- top: 50%;
449
- transform: translateY(-50%);
3138
+ @media (min-width: 1440px) {
3139
+ .mint-m-xl {
3140
+ margin: 0.5rem;
3141
+ }
450
3142
  }
451
- .mint-tooltip.mint-left::after {
452
- right: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
453
- top: 50%;
454
- transform: translateY(-50%);
455
- border-left: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
3143
+ .mint-m-to-xl {
3144
+ margin: 0.5rem;
456
3145
  }
457
- .mint-tooltip.mint-bottom {
458
- top: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
459
- left: 50%;
460
- transform: translateX(-50%);
3146
+ @media (min-width: 1440px) {
3147
+ .mint-m-to-xl {
3148
+ margin: 0;
3149
+ }
461
3150
  }
462
- .mint-tooltip.mint-bottom::after {
463
- top: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
464
- left: 50%;
465
- transform: translateX(-50%);
466
- border-bottom: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
3151
+ @media (min-width: 480px) {
3152
+ .mint-m {
3153
+ margin: 1rem;
3154
+ }
3155
+ .mint-m-xs {
3156
+ margin: 0;
3157
+ }
467
3158
  }
468
- .mint-tooltip.mint-right {
469
- left: calc(100% + var(--mint-tooltip-arrow-s) + var(--mint-tooltip-dist));
470
- top: 50%;
471
- transform: translateY(-50%);
3159
+ @media (min-width: 480px) and (min-width: 480px) {
3160
+ .mint-m-xs {
3161
+ margin: 1rem;
3162
+ }
472
3163
  }
473
- .mint-tooltip.mint-right::after {
474
- left: calc(-1 * var(--mint-tooltip-arrow-s) + 1px);
475
- top: 50%;
476
- transform: translateY(-50%);
477
- border-right: solid var(--mint-tooltip-arrow-s) var(--mint-tooltip-bg);
3164
+ @media (min-width: 480px) {
3165
+ .mint-m-to-xs {
3166
+ margin: 1rem;
3167
+ }
478
3168
  }
479
- .mint-tooltip::after {
480
- content: "";
481
- position: absolute;
482
- width: 0;
483
- height: 0;
3169
+ @media (min-width: 480px) and (min-width: 480px) {
3170
+ .mint-m-to-xs {
3171
+ margin: 0;
3172
+ }
484
3173
  }
485
- .mint-tooltipped {
486
- display: inline-flex;
487
- position: relative;
488
- width: fit-content;
3174
+ @media (min-width: 480px) {
3175
+ .mint-m-sm {
3176
+ margin: 0;
3177
+ }
489
3178
  }
490
- .mint-tooltipped:hover .mint-tooltip {
491
- opacity: 1;
3179
+ @media (min-width: 480px) and (min-width: 768px) {
3180
+ .mint-m-sm {
3181
+ margin: 1rem;
3182
+ }
492
3183
  }
493
-
494
- .mint-accordion .mint-item {
495
- cursor: pointer;
3184
+ @media (min-width: 480px) {
3185
+ .mint-m-to-sm {
3186
+ margin: 1rem;
3187
+ }
496
3188
  }
497
- .mint-accordion .mint-item .mint-wrapper {
498
- transition: height 0.3s ease;
499
- overflow: hidden;
3189
+ @media (min-width: 480px) and (min-width: 768px) {
3190
+ .mint-m-to-sm {
3191
+ margin: 0;
3192
+ }
500
3193
  }
501
-
502
- :root {
503
- --mint-card-p: calc(var(--mint-gap) * 8);
504
- --mint-card-logo-s: 4rem;
505
- --mint-card-r: var(--mint-br);
506
- --mint-card-shadow-s: var(--mint-shadow-s);
507
- --mint-card-shadow-c: var(--mint-shadow-c);
508
- --mint-card-bg: var(--mint-c-bg-3);
3194
+ @media (min-width: 480px) {
3195
+ .mint-m-md {
3196
+ margin: 0;
3197
+ }
509
3198
  }
510
-
511
- .mint-theme-dark {
512
- --mint-card-bg: var(--mint-c-bg-5);
3199
+ @media (min-width: 480px) and (min-width: 1024px) {
3200
+ .mint-m-md {
3201
+ margin: 1rem;
3202
+ }
513
3203
  }
514
-
515
- .mint-card {
516
- display: flex;
517
- flex-direction: column;
518
- position: relative;
519
- height: 100%;
520
- max-width: 100%;
521
- margin: 0;
522
- border-radius: var(--mint-card-r);
523
- box-shadow: var(--mint-card-shadow-s) var(--mint-card-shadow-c);
3204
+ @media (min-width: 480px) {
3205
+ .mint-m-to-md {
3206
+ margin: 1rem;
3207
+ }
524
3208
  }
525
- @media (min-width: 48rem) {
526
- .mint-card {
527
- flex-direction: row;
3209
+ @media (min-width: 480px) and (min-width: 1024px) {
3210
+ .mint-m-to-md {
3211
+ margin: 0;
528
3212
  }
529
- .mint-card.mint-reverse {
530
- flex-direction: row-reverse;
3213
+ }
3214
+ @media (min-width: 480px) {
3215
+ .mint-m-lg {
3216
+ margin: 0;
531
3217
  }
532
3218
  }
533
- .mint-card:has(.mint-carousel) {
534
- box-shadow: none;
3219
+ @media (min-width: 480px) and (min-width: 1200px) {
3220
+ .mint-m-lg {
3221
+ margin: 1rem;
3222
+ }
535
3223
  }
536
- .mint-card:has(.mint-carousel) .mint-content {
537
- box-shadow: var(--mint-card-shadow-s) var(--mint-card-shadow-c);
3224
+ @media (min-width: 480px) {
3225
+ .mint-m-to-lg {
3226
+ margin: 1rem;
3227
+ }
538
3228
  }
539
- .mint-card.mint-center .mint-title {
540
- justify-content: center;
541
- text-align: center;
3229
+ @media (min-width: 480px) and (min-width: 1200px) {
3230
+ .mint-m-to-lg {
3231
+ margin: 0;
3232
+ }
542
3233
  }
543
- .mint-card.mint-center .mint-title > div {
544
- width: auto;
3234
+ @media (min-width: 480px) {
3235
+ .mint-m-xl {
3236
+ margin: 0;
3237
+ }
545
3238
  }
546
- .mint-card.mint-center .mint-content > * {
547
- text-align: center;
3239
+ @media (min-width: 480px) and (min-width: 1440px) {
3240
+ .mint-m-xl {
3241
+ margin: 1rem;
3242
+ }
548
3243
  }
549
- .mint-card.mint-center .mint-buttons {
550
- justify-content: center;
3244
+ @media (min-width: 480px) {
3245
+ .mint-m-to-xl {
3246
+ margin: 1rem;
3247
+ }
551
3248
  }
552
- .mint-card.mint-center-title .mint-title {
553
- justify-content: center;
554
- text-align: center;
3249
+ @media (min-width: 480px) and (min-width: 1440px) {
3250
+ .mint-m-to-xl {
3251
+ margin: 0;
3252
+ }
555
3253
  }
556
- .mint-card.mint-center-title .mint-title > div {
557
- width: auto;
3254
+
3255
+ .mint-hide {
3256
+ display: initial;
558
3257
  }
559
- .mint-card.mint-center-content .mint-content > * {
560
- text-align: center;
3258
+ .mint-hide-xs {
3259
+ display: none;
561
3260
  }
562
- .mint-card.mint-center-btns .mint-buttons {
563
- justify-content: center;
3261
+ @media (min-width: 480px) {
3262
+ .mint-hide-xs {
3263
+ display: initial;
3264
+ }
564
3265
  }
565
- .mint-card.mint-stagger {
566
- position: relative;
567
- width: 100%;
3266
+ .mint-hide-to-xs {
3267
+ display: initial;
568
3268
  }
569
- @media (min-width: 48rem) {
570
- .mint-card.mint-stagger {
571
- flex-direction: row;
572
- border-radius: 0;
573
- box-shadow: none;
574
- overflow: visible;
3269
+ @media (min-width: 480px) {
3270
+ .mint-hide-to-xs {
3271
+ display: none;
575
3272
  }
576
- .mint-card.mint-stagger > .mint-image {
577
- width: calc(50% + var(--mint-card-p));
578
- height: fit-content;
579
- margin-right: calc(var(--mint-card-p) * -2);
580
- border-radius: var(--mint-card-r);
3273
+ }
3274
+ .mint-hide-sm {
3275
+ display: none;
3276
+ }
3277
+ @media (min-width: 768px) {
3278
+ .mint-hide-sm {
3279
+ display: initial;
581
3280
  }
582
- .mint-card.mint-stagger > .mint-image img {
583
- height: 100%;
584
- object-fit: cover;
3281
+ }
3282
+ .mint-hide-to-sm {
3283
+ display: initial;
3284
+ }
3285
+ @media (min-width: 768px) {
3286
+ .mint-hide-to-sm {
3287
+ display: none;
585
3288
  }
586
- .mint-card.mint-stagger > .mint-content {
587
- height: fit-content;
588
- width: calc(50% + var(--mint-card-p));
589
- margin-top: calc(2 * var(--mint-card-p));
590
- border-radius: var(--mint-card-r);
591
- box-shadow: var(--mint-card-shadow-s) var(--mint-card-shadow-c);
3289
+ }
3290
+ .mint-hide-md {
3291
+ display: none;
3292
+ }
3293
+ @media (min-width: 1024px) {
3294
+ .mint-hide-md {
3295
+ display: initial;
592
3296
  }
593
3297
  }
594
- @media (min-width: 48rem) {
595
- .mint-card.mint-stagger.mint-reverse {
596
- flex-direction: row-reverse;
3298
+ .mint-hide-to-md {
3299
+ display: initial;
3300
+ }
3301
+ @media (min-width: 1024px) {
3302
+ .mint-hide-to-md {
3303
+ display: none;
597
3304
  }
598
- .mint-card.mint-stagger.mint-reverse > .mint-image {
599
- margin-right: 0;
600
- margin-left: calc(var(--mint-card-p) * -2);
3305
+ }
3306
+ .mint-hide-lg {
3307
+ display: none;
3308
+ }
3309
+ @media (min-width: 1200px) {
3310
+ .mint-hide-lg {
3311
+ display: initial;
601
3312
  }
602
3313
  }
603
- .mint-card > .mint-image {
604
- overflow: hidden;
3314
+ .mint-hide-to-lg {
3315
+ display: initial;
605
3316
  }
606
- @media (min-width: 48rem) {
607
- .mint-card > .mint-image {
608
- width: 50%;
3317
+ @media (min-width: 1200px) {
3318
+ .mint-hide-to-lg {
3319
+ display: none;
609
3320
  }
610
3321
  }
611
- .mint-card > .mint-image:only-child {
612
- width: 100%;
3322
+ .mint-hide-xl {
3323
+ display: none;
613
3324
  }
614
- @media (min-width: 48rem) {
615
- .mint-card > .mint-image + .mint-content {
616
- width: 50%;
3325
+ @media (min-width: 1440px) {
3326
+ .mint-hide-xl {
3327
+ display: initial;
617
3328
  }
618
3329
  }
619
- .mint-card .mint-content {
620
- display: flex;
621
- flex-direction: column;
622
- gap: calc(var(--mint-gap) * 2);
623
- position: relative;
624
- padding: var(--mint-card-p);
625
- background: var(--mint-card-bg);
3330
+ .mint-hide-to-xl {
3331
+ display: initial;
3332
+ }
3333
+ @media (min-width: 1440px) {
3334
+ .mint-hide-to-xl {
3335
+ display: none;
3336
+ }
3337
+ }
3338
+
3339
+ .mint-max-xs {
626
3340
  width: 100%;
627
- overflow: hidden;
3341
+ max-width: 480px;
628
3342
  }
629
- .mint-card .mint-content > * {
630
- margin-top: 0;
631
- margin-bottom: 0;
3343
+ .mint-max-xs:not(.mint-left) {
3344
+ margin-left: auto;
632
3345
  }
633
- .mint-card .mint-title {
634
- display: flex;
635
- flex-direction: column;
3346
+ .mint-max-xs:not(.mint-right) {
3347
+ margin-right: auto;
3348
+ }
3349
+ .mint-max-sm {
3350
+ width: 100%;
3351
+ max-width: 768px;
3352
+ }
3353
+ .mint-max-sm:not(.mint-left) {
3354
+ margin-left: auto;
3355
+ }
3356
+ .mint-max-sm:not(.mint-right) {
3357
+ margin-right: auto;
3358
+ }
3359
+ .mint-max-md {
3360
+ width: 100%;
3361
+ max-width: 1024px;
3362
+ }
3363
+ .mint-max-md:not(.mint-left) {
3364
+ margin-left: auto;
3365
+ }
3366
+ .mint-max-md:not(.mint-right) {
3367
+ margin-right: auto;
3368
+ }
3369
+ .mint-max-lg {
3370
+ width: 100%;
3371
+ max-width: 1200px;
3372
+ }
3373
+ .mint-max-lg:not(.mint-left) {
3374
+ margin-left: auto;
3375
+ }
3376
+ .mint-max-lg:not(.mint-right) {
3377
+ margin-right: auto;
3378
+ }
3379
+ .mint-max-xl {
3380
+ width: 100%;
3381
+ max-width: 1440px;
3382
+ }
3383
+ .mint-max-xl:not(.mint-left) {
3384
+ margin-left: auto;
3385
+ }
3386
+ .mint-max-xl:not(.mint-right) {
3387
+ margin-right: auto;
3388
+ }
3389
+
3390
+ .mint-half-w {
3391
+ width: 50%;
3392
+ margin-left: auto;
3393
+ margin-right: auto;
3394
+ }
3395
+
3396
+ .mint-center {
3397
+ align-items: center;
3398
+ justify-content: center;
3399
+ text-align: center;
3400
+ }
3401
+ .mint-center-down, .mint-center-down * {
636
3402
  align-items: center;
637
- height: fit-content;
638
- gap: var(--mint-card-p);
3403
+ justify-content: center;
639
3404
  text-align: center;
640
- width: 100%;
641
3405
  }
642
- @media (min-width: 30rem) {
643
- .mint-card .mint-title {
644
- flex-direction: row;
645
- text-align: left;
646
- }
3406
+
3407
+ .mint-fit {
3408
+ width: fit-content;
3409
+ height: fit-content;
647
3410
  }
648
- .mint-card .mint-title:only-child {
649
- height: 100%;
3411
+ .mint-fit:not(.mint-left) {
3412
+ margin-left: auto;
650
3413
  }
651
- .mint-card .mint-title > .mint-image {
652
- width: 100%;
653
- height: 100%;
654
- max-width: var(--mint-card-logo-s);
655
- max-height: var(--mint-card-logo-s);
3414
+ .mint-fit:not(.mint-right) {
3415
+ margin-right: auto;
656
3416
  }
657
- .mint-card .mint-title > .mint-image.mint-large {
658
- max-width: calc(2 * var(--mint-card-logo-s));
659
- max-height: calc(2 * var(--mint-card-logo-s));
3417
+
3418
+ .mint-left {
3419
+ float: left;
660
3420
  }
661
- .mint-card .mint-title > .mint-image img {
662
- display: block;
663
- width: 100%;
664
- height: 100%;
665
- object-fit: contain;
3421
+
3422
+ .mint-right {
3423
+ float: right;
666
3424
  }
667
- .mint-card .mint-title i {
3425
+
3426
+ .mint-full-page {
668
3427
  display: flex;
3428
+ flex-direction: column;
669
3429
  align-items: center;
670
3430
  justify-content: center;
671
- min-width: var(--mint-card-logo-s);
672
- max-width: var(--mint-card-logo-s);
673
- margin: 0;
674
- font-size: calc(var(--mint-card-logo-s) - 1rem);
3431
+ min-height: calc(100vh - var(--mint-header-h));
3432
+ min-height: calc(100dvh - var(--mint-header-h));
675
3433
  }
676
- .mint-card .mint-title > div {
677
- width: 100%;
3434
+
3435
+ :root {
3436
+ --mint-font-text: sans-serif;
3437
+ --mint-font-title: serif;
3438
+ --mint-font-backups: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
3439
+ --mint-font-title-backups: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
3440
+ --mint-font-h: 1.25;
3441
+ --mint-font-min-h1: 15vw;
3442
+ --mint-font-min-h2: 12vw;
3443
+ --mint-font-min-h3: 10vw;
3444
+ --mint-font-min-h4: 8vw;
3445
+ --mint-font-min-h5: 7vw;
3446
+ --mint-font-min-h6: 6vw;
3447
+ --mint-font-min-p: 1rem;
3448
+ --mint-font-mobile-h1: 2.5rem;
3449
+ --mint-font-mobile-h2: 2rem;
3450
+ --mint-font-mobile-h3: 1.75rem;
3451
+ --mint-font-mobile-h4: 1.5rem;
3452
+ --mint-font-mobile-h5: 1.25rem;
3453
+ --mint-font-mobile-h6: 1.125rem;
3454
+ --mint-font-mobile-p: 1rem;
3455
+ --mint-font-desktop-h1: 3rem;
3456
+ --mint-font-desktop-h2: 2.5rem;
3457
+ --mint-font-desktop-h3: 2rem;
3458
+ --mint-font-desktop-h4: 1.75rem;
3459
+ --mint-font-desktop-h5: 1.5rem;
3460
+ --mint-font-desktop-h6: 1.25rem;
3461
+ --mint-font-desktop-p: 1.125rem;
678
3462
  }
679
- .mint-card .mint-title > div > * {
680
- margin: 0;
3463
+
3464
+ html, body {
3465
+ font-family: var(--mint-font-text), var(--mint-font-backups);
3466
+ font-size: min(var(--mint-font-min-p), var(--mint-font-mobile-p));
681
3467
  }
682
- .mint-card .mint-date {
683
- text-align: center;
3468
+ @media (min-width: 480px) {
3469
+ html, body {
3470
+ font-size: var(--mint-font-mobile-p);
3471
+ }
684
3472
  }
685
- @media (min-width: 30rem) {
686
- .mint-card .mint-date {
687
- text-align: left;
3473
+ @media (min-width: 1024px) {
3474
+ html, body {
3475
+ font-size: var(--mint-font-desktop-p);
688
3476
  }
689
3477
  }
690
- .mint-card-grid {
691
- position: relative;
692
- background: var(--mint-card-bg);
3478
+
3479
+ p {
3480
+ line-height: var(--mint-font-h);
693
3481
  }
694
- .mint-card-grid:has(.mint-image) .mint-content {
695
- margin-top: 25%;
696
- padding-top: 25%;
697
- background: none;
698
- border: none;
3482
+
3483
+ h1,
3484
+ .mint-h1 {
3485
+ font-family: var(--mint-font-title), var(--mint-font-title-backups);
3486
+ line-height: 1;
699
3487
  }
700
- .mint-card-grid:has(.mint-image) .mint-content::before {
701
- opacity: 0;
3488
+ h1:first-child,
3489
+ .mint-h1:first-child {
3490
+ margin-top: 0;
702
3491
  }
703
- .mint-card-grid:has(.mint-image) .mint-content::after {
704
- content: "";
705
- position: absolute;
706
- top: 0;
707
- left: 0;
708
- width: 100%;
709
- height: 100%;
710
- opacity: 0.75;
711
- mask-image: none;
712
- background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.7) 66%, var(--mint-shadow-0));
713
- transition: opacity ms(300) ease-in-out;
714
- z-index: -1;
3492
+ h1:last-child,
3493
+ .mint-h1:last-child {
3494
+ margin-bottom: 0;
715
3495
  }
716
- .mint-card-grid:hover .mint-content::after {
717
- opacity: 1;
3496
+
3497
+ h2,
3498
+ .mint-h2 {
3499
+ font-family: var(--mint-font-title), var(--mint-font-title-backups);
3500
+ line-height: 1;
3501
+ }
3502
+ h2:first-child,
3503
+ .mint-h2:first-child {
3504
+ margin-top: 0;
3505
+ }
3506
+ h2:last-child,
3507
+ .mint-h2:last-child {
3508
+ margin-bottom: 0;
718
3509
  }
719
3510
 
720
- .mint-card-grid .mint-image {
721
- position: absolute;
722
- top: 0;
723
- left: 0;
724
- width: 100%;
725
- height: 100%;
3511
+ h3,
3512
+ .mint-h3 {
3513
+ font-family: var(--mint-font-title), var(--mint-font-title-backups);
3514
+ line-height: 1;
726
3515
  }
727
- .mint-card-grid .mint-image img {
728
- height: 100%;
729
- object-fit: contain;
730
- object-position: top;
3516
+ h3:first-child,
3517
+ .mint-h3:first-child {
3518
+ margin-top: 0;
731
3519
  }
732
- .mint-card-grid .mint-content {
733
- justify-content: flex-end;
734
- background: var(--mint-shadow-0);
3520
+ h3:last-child,
3521
+ .mint-h3:last-child {
3522
+ margin-bottom: 0;
735
3523
  }
736
- .mint-card-grid .mint-content .mint-buttons {
737
- margin-top: 0 !important;
3524
+
3525
+ h4,
3526
+ .mint-h4 {
3527
+ font-family: var(--mint-font-title), var(--mint-font-title-backups);
3528
+ line-height: 1;
738
3529
  }
739
- .mint-card-actions .mint-content {
740
- flex-direction: row;
741
- justify-content: space-between;
3530
+ h4:first-child,
3531
+ .mint-h4:first-child {
3532
+ margin-top: 0;
3533
+ }
3534
+ h4:last-child,
3535
+ .mint-h4:last-child {
3536
+ margin-bottom: 0;
742
3537
  }
743
3538
 
744
- .mint-grid.mint-3 .mint-card,
745
- .mint-grid.mint-4 .mint-card {
746
- flex-direction: column !important;
3539
+ h5,
3540
+ .mint-h5 {
3541
+ font-family: var(--mint-font-title), var(--mint-font-title-backups);
3542
+ line-height: 1;
747
3543
  }
748
- .mint-grid.mint-3 .mint-card > .mint-image,
749
- .mint-grid.mint-4 .mint-card > .mint-image {
750
- overflow: hidden;
3544
+ h5:first-child,
3545
+ .mint-h5:first-child {
3546
+ margin-top: 0;
751
3547
  }
752
- @media (min-width: 48rem) {
753
- .mint-grid.mint-3 .mint-card > .mint-image,
754
- .mint-grid.mint-4 .mint-card > .mint-image {
755
- width: 100%;
3548
+ h5:last-child,
3549
+ .mint-h5:last-child {
3550
+ margin-bottom: 0;
3551
+ }
3552
+
3553
+ h6,
3554
+ .mint-h6 {
3555
+ font-family: var(--mint-font-title), var(--mint-font-title-backups);
3556
+ line-height: 1;
3557
+ }
3558
+ h6:first-child,
3559
+ .mint-h6:first-child {
3560
+ margin-top: 0;
3561
+ }
3562
+ h6:last-child,
3563
+ .mint-h6:last-child {
3564
+ margin-bottom: 0;
3565
+ }
3566
+
3567
+ h1, .mint-h1 {
3568
+ margin: 1rem 0;
3569
+ font-size: min(var(--mint-font-min-h1), var(--mint-font-mobile-h1));
3570
+ }
3571
+ @media (min-width: 480px) {
3572
+ h1, .mint-h1 {
3573
+ font-size: var(--mint-font-mobile-h1);
756
3574
  }
757
3575
  }
758
- @media (min-width: 48rem) {
759
- .mint-grid.mint-3 .mint-card > .mint-image + .mint-content,
760
- .mint-grid.mint-4 .mint-card > .mint-image + .mint-content {
761
- width: 100%;
3576
+ @media (min-width: 1024px) {
3577
+ h1, .mint-h1 {
3578
+ font-size: var(--mint-font-desktop-h1);
762
3579
  }
763
3580
  }
764
- .mint-grid.mint-3 .mint-card .mint-content,
765
- .mint-grid.mint-4 .mint-card .mint-content {
766
- flex-grow: 1;
3581
+
3582
+ h2, .mint-h2 {
3583
+ margin: 1rem 0;
3584
+ font-size: min(var(--mint-font-min-h2), var(--mint-font-mobile-h2));
767
3585
  }
768
- @media (min-width: 30rem) {
769
- .mint-grid.mint-3 .mint-card .mint-title,
770
- .mint-grid.mint-4 .mint-card .mint-title {
771
- flex-direction: column;
3586
+ @media (min-width: 480px) {
3587
+ h2, .mint-h2 {
3588
+ font-size: var(--mint-font-mobile-h2);
772
3589
  }
773
3590
  }
774
- .mint-grid.mint-3 .mint-card .mint-buttons,
775
- .mint-grid.mint-4 .mint-card .mint-buttons {
776
- margin-top: auto;
777
- }
778
- .mint-grid.mint-3 .mint-card .mint-buttons .mint-btn,
779
- .mint-grid.mint-4 .mint-card .mint-buttons .mint-btn {
780
- width: 100%;
3591
+ @media (min-width: 1024px) {
3592
+ h2, .mint-h2 {
3593
+ font-size: var(--mint-font-desktop-h2);
3594
+ }
781
3595
  }
782
3596
 
783
- :root {
784
- --mint-modal-w: var(--mint-sm);
3597
+ h3, .mint-h3 {
3598
+ margin: 1rem 0;
3599
+ font-size: min(var(--mint-font-min-h3), var(--mint-font-mobile-h3));
785
3600
  }
786
-
787
- .mint-modal {
788
- position: fixed;
789
- top: 50%;
790
- left: 50%;
791
- transform: translate(-50%, -50%);
792
- width: 100%;
793
- max-width: var(--mint-modal-w);
794
- height: auto;
795
- max-height: calc(100% - var(--mint-p-clamp) * 4);
796
- z-index: 99999999;
797
- opacity: 0;
798
- pointer-events: none;
799
- user-select: none;
800
- transition: opacity 0.3s ease-in-out;
3601
+ @media (min-width: 480px) {
3602
+ h3, .mint-h3 {
3603
+ font-size: var(--mint-font-mobile-h3);
3604
+ }
801
3605
  }
802
- .mint-modal.mint-open {
803
- opacity: 1;
804
- pointer-events: auto;
805
- user-select: text;
3606
+ @media (min-width: 1024px) {
3607
+ h3, .mint-h3 {
3608
+ font-size: var(--mint-font-desktop-h3);
3609
+ }
806
3610
  }
807
- .mint-modal.mint-open + .mint-modal-bg {
808
- pointer-events: auto;
809
- user-select: text;
810
- background-color: rgba(0, 0, 0, 0.4);
811
- backdrop-filter: blur(3rem);
3611
+
3612
+ h4, .mint-h4 {
3613
+ margin: 1rem 0;
3614
+ font-size: min(var(--mint-font-min-h4), var(--mint-font-mobile-h4));
812
3615
  }
813
- .mint-modal .mint-content {
814
- overflow: auto;
3616
+ @media (min-width: 480px) {
3617
+ h4, .mint-h4 {
3618
+ font-size: var(--mint-font-mobile-h4);
3619
+ }
815
3620
  }
816
- .mint-modal-bg {
817
- position: fixed;
818
- top: 0;
819
- left: 0;
820
- width: 100%;
821
- height: 100%;
822
- background-color: rgba(0, 0, 0, 0);
823
- backdrop-filter: blur(0rem);
824
- z-index: 99999998;
825
- pointer-events: none;
826
- user-select: none;
827
- transition-duration: 0.3s;
828
- transition-property: background-color, backdrop-filter;
829
- transition-timing-function: ease-in-out;
3621
+ @media (min-width: 1024px) {
3622
+ h4, .mint-h4 {
3623
+ font-size: var(--mint-font-desktop-h4);
3624
+ }
830
3625
  }
831
3626
 
832
- :root {
833
- --mint-aspect-w: 16;
834
- --mint-aspect-h: 9;
3627
+ h5, .mint-h5 {
3628
+ margin: 1rem 0;
3629
+ font-size: min(var(--mint-font-min-h5), var(--mint-font-mobile-h5));
3630
+ }
3631
+ @media (min-width: 480px) {
3632
+ h5, .mint-h5 {
3633
+ font-size: var(--mint-font-mobile-h5);
3634
+ }
3635
+ }
3636
+ @media (min-width: 1024px) {
3637
+ h5, .mint-h5 {
3638
+ font-size: var(--mint-font-desktop-h5);
3639
+ }
835
3640
  }
836
3641
 
837
- .mint-aspect {
838
- position: relative;
839
- height: 0;
840
- padding-top: calc(var(--mint-aspect-h) / var(--mint-aspect-w) * 100%);
841
- overflow: hidden;
3642
+ h6, .mint-h6 {
3643
+ margin: 1rem 0;
3644
+ font-size: min(var(--mint-font-min-h6), var(--mint-font-mobile-h6));
842
3645
  }
843
- .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
844
- padding-top: 152px;
3646
+ @media (min-width: 480px) {
3647
+ h6, .mint-h6 {
3648
+ font-size: var(--mint-font-mobile-h6);
3649
+ }
845
3650
  }
846
- @media (min-width: 30rem) {
847
- .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
848
- padding-top: 125%;
3651
+ @media (min-width: 1024px) {
3652
+ h6, .mint-h6 {
3653
+ font-size: var(--mint-font-desktop-h6);
849
3654
  }
850
3655
  }
851
- @media (min-width: 48rem) {
852
- .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
853
- padding-top: 75%;
3656
+
3657
+ p, .mint-p {
3658
+ margin: 1rem 0;
3659
+ font-size: min(var(--mint-font-min-p), var(--mint-font-mobile-p));
3660
+ }
3661
+ @media (min-width: 480px) {
3662
+ p, .mint-p {
3663
+ font-size: var(--mint-font-mobile-p);
854
3664
  }
855
3665
  }
856
- @media (min-width: 64rem) {
857
- .mint-aspect.mint-spotify, .mint-aspect.mint-spotify-playlist {
858
- padding-top: 56.25%;
3666
+ @media (min-width: 1024px) {
3667
+ p, .mint-p {
3668
+ font-size: var(--mint-font-desktop-p);
859
3669
  }
860
3670
  }
861
- .mint-aspect.mint-spotify-podcast {
862
- padding-top: 352px;
3671
+
3672
+ .mint-upper {
3673
+ text-transform: uppercase;
863
3674
  }
864
- .mint-aspect > :first-child {
3675
+
3676
+ .mint-disclaim {
3677
+ font-size: 0.875em;
3678
+ }
3679
+ @media (max-width: 479px) {
3680
+ .mint-disclaim {
3681
+ text-align: center;
3682
+ }
3683
+ }
3684
+
3685
+ :root {
3686
+ --mint-texture-bg: ;
3687
+ --mint-texture-bg-s: cover;
3688
+ --mint-texture-bg-pos: top;
3689
+ --mint-texture-blend: normal;
3690
+ --mint-texture-filter: none;
3691
+ --mint-texture-opacity: 1;
3692
+ --mint-texture-alt-bg-s: cover;
3693
+ --mint-texture-alt-bg-pos: center;
3694
+ --mint-texture-alt-blend: normal;
3695
+ --mint-texture-alt-mask: none;
3696
+ --mint-texture-alt-opacity: 1;
3697
+ --mint-texture-p: 1rem;
3698
+ --mint-texture-bw: 1.25rem;
3699
+ --mint-texture-bc: ;
3700
+ --mint-texture-bi: ;
3701
+ --mint-texture-bis: 42 42;
3702
+ --mint-texture-bir: round;
3703
+ --mint-texture-bst: solid;
3704
+ }
3705
+
3706
+ .mint-frame {
3707
+ height: fit-content;
3708
+ background-color: var(--mint-card-bg);
3709
+ }
3710
+
3711
+ .mint-card-grid .mint-image {
865
3712
  position: absolute;
866
- top: 50%;
867
- left: 50%;
868
- transform: translate(-50%, -50%);
869
- width: 100%;
870
- height: 100%;
871
3713
  }
872
3714
 
873
- .mint-circle {
874
- border-radius: 50%;
875
- overflow: hidden;
3715
+ .mint-overlay .mint-border::before, .mint-overlay .mint-frame::before, .mint-overlay .mint-card .mint-content::before, .mint-card .mint-overlay .mint-content::before, .mint-overlay .mint-card-grid .mint-image::before, .mint-card-grid .mint-overlay .mint-image::before, .mint-overlay .mint-texture::before {
3716
+ z-index: 100;
876
3717
  }
877
3718
 
878
- .mint-half-w {
879
- width: 50%;
880
- margin-left: auto;
881
- margin-right: auto;
3719
+ .mint-theme-success {
3720
+ background-color: var(--mint-c-success-2);
3721
+ border-color: var(--mint-c-success-4);
3722
+ }
3723
+
3724
+ .mint-theme-danger {
3725
+ background-color: var(--mint-c-danger-2);
3726
+ border-color: var(--mint-c-danger-4);
3727
+ }
3728
+
3729
+ .mint-theme-warning {
3730
+ background-color: var(--mint-c-warning-2);
3731
+ border-color: var(--mint-c-warning-4);
3732
+ }
3733
+
3734
+ .mint-theme-info {
3735
+ background-color: var(--mint-c-info-2);
3736
+ border-color: var(--mint-c-info-4);
3737
+ }
3738
+
3739
+ .mint-theme-dark .mint-theme-success {
3740
+ background-color: var(--mint-c-success-7);
3741
+ border-color: var(--mint-c-success-5);
3742
+ }
3743
+ .mint-theme-dark .mint-theme-danger {
3744
+ background-color: var(--mint-c-danger-7);
3745
+ border-color: var(--mint-c-danger-5);
3746
+ }
3747
+ .mint-theme-dark .mint-theme-warning {
3748
+ background-color: var(--mint-c-warning-7);
3749
+ border-color: var(--mint-c-warning-5);
3750
+ }
3751
+ .mint-theme-dark .mint-theme-info {
3752
+ background-color: var(--mint-c-info-7);
3753
+ border-color: var(--mint-c-info-5);
882
3754
  }
883
3755
 
884
3756
  :root {
@@ -972,22 +3844,32 @@ p .mint-pill, p .mint-btn, p .mint-select {
972
3844
  --mint-c-info-7: hsl(201, 50%, 70%);
973
3845
  --mint-c-info-8: hsl(201, 50%, 80%);
974
3846
  --mint-c-info-9: hsl(201, 50%, 90%);
3847
+ --mint-c-amazon: #F90;
3848
+ --mint-c-apple-music: #fc3c44;
3849
+ --mint-c-apple: #DDD;
3850
+ --mint-c-bandcamp: #629aa9;
3851
+ --mint-c-btc: #FF9900;
3852
+ --mint-c-eth: #3C3C3D;
3853
+ --mint-c-facebook: #3b5998;
3854
+ --mint-c-google-play: #f55a34;
3855
+ --mint-c-instagram: #8a3ab9;
3856
+ --mint-c-soundcloud: #f26f23;
3857
+ --mint-c-spotify: #84bd00;
3858
+ --mint-c-twitter: #1da1f2;
3859
+ --mint-c-venmo: #008CFF;
3860
+ --mint-c-youtube: #F00;
975
3861
  }
976
3862
 
977
3863
  :root {
978
3864
  --mint-c-fg: var(--mint-c-bw-8);
979
3865
  --mint-c-bg: var(--mint-c-bw-1);
3866
+ --mint-shadow-c: var(--mint-c-shadow-2);
980
3867
  }
981
3868
 
982
3869
  .mint-theme-dark {
983
3870
  --mint-c-fg: var(--mint-c-bw-1);
984
3871
  --mint-c-bg: var(--mint-c-bw-8);
985
- }
986
-
987
- :root {
988
- --mint-c-font-text: sans-serif;
989
- --mint-c-font-title: serif;
990
- --mint-c-font-h: 1.25;
3872
+ --mint-shadow-c: var(--mint-c-glow-2);
991
3873
  }
992
3874
 
993
3875
  :root {
@@ -999,14 +3881,13 @@ p .mint-pill, p .mint-btn, p .mint-select {
999
3881
  --mint-p-val: 1vw;
1000
3882
  --mint-p-clamp: clamp(var(--mint-p-min), var(--mint-p-val), var(--mint-p-max));
1001
3883
  --mint-p-exit: clamp(var(--mint-p-min) * -1, var(--mint-p-val) * -1, var(--mint-p-max) * -1);
1002
- --mint-p-exit-width: clamp(100% + var(--mint-p-min) * 2, 100% + var(--mint-p-val) * 2, 100% + var(--mint-p-max) * 2);
1003
- --mint-shadow-c: var(--mint-glow-2);
3884
+ --mint-p-exit-w: clamp(100% + var(--mint-p-min) * 2, 100% + var(--mint-p-val) * 2, 100% + var(--mint-p-max) * 2);
1004
3885
  --mint-shadow-s: 0 0 2rem -0.5rem;
1005
- --mint-xs: 30px;
1006
- --mint-sm: 48px;
1007
- --mint-md: 64px;
1008
- --mint-lg: 75px;
1009
- --mint-xl: 90px;
3886
+ --mint-xs: 480px;
3887
+ --mint-sm: 768px;
3888
+ --mint-md: 1024px;
3889
+ --mint-lg: 1200px;
3890
+ --mint-xl: 1440px;
1010
3891
  }
1011
3892
 
1012
3893
  /*# sourceMappingURL=index.css.map */