@gem-sdk/styles 2.0.0-dev.263 → 2.0.0-dev.324
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.
- package/dist/base.css +2 -5
- package/dist/base.min.css +1 -1
- package/dist/utility.css +366 -0
- package/dist/utility.min.css +1 -1
- package/package.json +1 -1
- package/src/css/all.css +6 -0
- package/src/css/builds/base.css +2 -6
- package/src/css/utilities/_border.css +5 -0
- package/src/properties.js +36 -0
- package/types/globals.d.ts +162 -0
- package/types/types.d.ts +6 -0
package/dist/base.css
CHANGED
|
@@ -222,7 +222,7 @@ p {
|
|
|
222
222
|
.gp-p-description-text h5,
|
|
223
223
|
.gp-p-description-text h6 {
|
|
224
224
|
margin: 0 0 1em 0;
|
|
225
|
-
line-height: 1.4;
|
|
225
|
+
line-height: 1.4 !important;
|
|
226
226
|
}
|
|
227
227
|
.gp-p-description-text h2 {
|
|
228
228
|
font-size: 1.5em;
|
|
@@ -361,7 +361,7 @@ p {
|
|
|
361
361
|
-webkit-transform: var(--transform);
|
|
362
362
|
transform: var(--transform);
|
|
363
363
|
}
|
|
364
|
-
[style*='--grchild:'] [data-component-label='Row'] {
|
|
364
|
+
[style*='--grchild:'] > [data-component-label='Row'] {
|
|
365
365
|
grid-row: var(--grchild);
|
|
366
366
|
}
|
|
367
367
|
[style*='--mbchild:'] [data-component-label='Row'] {
|
|
@@ -370,9 +370,6 @@ p {
|
|
|
370
370
|
[style*='--grchild:'] > :first-child {
|
|
371
371
|
grid-row: var(--grchild);
|
|
372
372
|
}
|
|
373
|
-
[style*='--mbchild:'] [data-component-label='Row'] {
|
|
374
|
-
margin-bottom: var(--mbchild);
|
|
375
|
-
}
|
|
376
373
|
@media (min-width: 1025px){
|
|
377
374
|
.rfm-marquee-container:hover div {
|
|
378
375
|
-webkit-animation-play-state: var(--pause-on-hover);
|
package/dist/base.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul,.gp-text-instant ol,.gp-text-instant ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul>li,.gp-text-instant ul>li{list-style:disc inside!important}.gp-text ol>li,.gp-text-instant ol>li{list-style:decimal inside!important}[display-init=hide]>div{display:inline!important;overflow:hidden!important;visibility:hidden!important}[display-init=hide]>div,[display-init=hide]>div *{max-height:0!important;max-width:0!important}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}[data-slot=children].product-feature-image{border:unset;border-radius:0;visibility:visible!important}[data-slot=children]:not(.product-feature-image):after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gp-instant-page [data-slot=children].product-feature-image{border:unset;visibility:visible!important}.gp-instant-page [data-slot=children].product-feature-image:after{border:unset;color:#aaa;visibility:visible}.gp-instant-page [data-slot=children].product-feature-image .drag-placeholder{height:100%}.gp-dialog{display:none}.gp-dialog[open]{display:block}.gp-dialog:modal{position:fixed}h1,h2,h3,h4,h5,h6{word-break:normal}p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.gp-p-description-text ol,.gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;font-size:2em;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6{display:block;font-weight:700}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6,.gp-p-description-text p{line-height:1.4;margin:0 0 1em}.gp-p-description-text h2{font-size:1.5em}.gp-p-description-text h3{font-size:1.17em}.gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gp-p-description-text h4{font-size:1em}.gp-p-description-text h5{font-size:.83em}.gp-p-description-text h6{font-size:.67em}.gp-p-description-text ul{list-style-type:disc}.gp-p-description-text ol{list-style-type:decimal}.gp-p-description-text ul li{display:list-item;list-style:disc none outside;text-align:-webkit-match-parent;word-break:break-word}.gp-p-description-text blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:40px;-webkit-margin-end:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:40px;margin-inline-start:40px}.gp-p-description-text table,.gp-p-description-text td,.gp-p-description-text th{border:1px dashed #ccc!important;padding:unset!important}.gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}.gp-p-description-text p:last-child{margin-bottom:0!important}.gp-tab-header-list::-webkit-scrollbar{display:none}.rfm-marquee-container{display:flex;flex-direction:row;max-width:unset!important;position:relative;-webkit-transform:var(--transform);transform:var(--transform);width:var(--width)}.rfm-overlay{height:100%;position:absolute;width:100%}.rfm-overlay:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rfm-overlay:before{left:0;top:0}.rfm-marquee{align-items:center;-webkit-animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);-webkit-animation-delay:var(--delay);animation-delay:var(--delay);-webkit-animation-direction:var(--direction);animation-direction:var(--direction);-webkit-animation-play-state:var(--play);animation-play-state:var(--play);display:flex;flex:0 0 auto;flex-direction:row;max-width:unset!important;min-width:var(--min-width);z-index:1}@-webkit-keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.rfm-initial-child-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;min-width:auto}.rfm-child{-webkit-transform:var(--transform);transform:var(--transform)}[style*="--grchild:"]
|
|
1
|
+
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul,.gp-text-instant ol,.gp-text-instant ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul>li,.gp-text-instant ul>li{list-style:disc inside!important}.gp-text ol>li,.gp-text-instant ol>li{list-style:decimal inside!important}[display-init=hide]>div{display:inline!important;overflow:hidden!important;visibility:hidden!important}[display-init=hide]>div,[display-init=hide]>div *{max-height:0!important;max-width:0!important}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}[data-slot=children].product-feature-image{border:unset;border-radius:0;visibility:visible!important}[data-slot=children]:not(.product-feature-image):after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gp-instant-page [data-slot=children].product-feature-image{border:unset;visibility:visible!important}.gp-instant-page [data-slot=children].product-feature-image:after{border:unset;color:#aaa;visibility:visible}.gp-instant-page [data-slot=children].product-feature-image .drag-placeholder{height:100%}.gp-dialog{display:none}.gp-dialog[open]{display:block}.gp-dialog:modal{position:fixed}h1,h2,h3,h4,h5,h6{word-break:normal}p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.gp-p-description-text ol,.gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;font-size:2em;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6{display:block;font-weight:700}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6,.gp-p-description-text p{line-height:1.4!important;margin:0 0 1em}.gp-p-description-text h2{font-size:1.5em}.gp-p-description-text h3{font-size:1.17em}.gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gp-p-description-text h4{font-size:1em}.gp-p-description-text h5{font-size:.83em}.gp-p-description-text h6{font-size:.67em}.gp-p-description-text ul{list-style-type:disc}.gp-p-description-text ol{list-style-type:decimal}.gp-p-description-text ul li{display:list-item;list-style:disc none outside;text-align:-webkit-match-parent;word-break:break-word}.gp-p-description-text blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:40px;-webkit-margin-end:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:40px;margin-inline-start:40px}.gp-p-description-text table,.gp-p-description-text td,.gp-p-description-text th{border:1px dashed #ccc!important;padding:unset!important}.gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}.gp-p-description-text p:last-child{margin-bottom:0!important}.gp-tab-header-list::-webkit-scrollbar{display:none}.rfm-marquee-container{display:flex;flex-direction:row;max-width:unset!important;position:relative;-webkit-transform:var(--transform);transform:var(--transform);width:var(--width)}.rfm-overlay{height:100%;position:absolute;width:100%}.rfm-overlay:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rfm-overlay:before{left:0;top:0}.rfm-marquee{align-items:center;-webkit-animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);-webkit-animation-delay:var(--delay);animation-delay:var(--delay);-webkit-animation-direction:var(--direction);animation-direction:var(--direction);-webkit-animation-play-state:var(--play);animation-play-state:var(--play);display:flex;flex:0 0 auto;flex-direction:row;max-width:unset!important;min-width:var(--min-width);z-index:1}@-webkit-keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.rfm-initial-child-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;min-width:auto}.rfm-child{-webkit-transform:var(--transform);transform:var(--transform)}[style*="--grchild:"]>[data-component-label=Row]{grid-row:var(--grchild)}[style*="--mbchild:"] [data-component-label=Row]{margin-bottom:var(--mbchild)}[style*="--grchild:"]>:first-child{grid-row:var(--grchild)}@media (min-width:1025px){.rfm-marquee-container:hover div{-webkit-animation-play-state:var(--pause-on-hover);animation-play-state:var(--pause-on-hover)}.rfm-marquee-container:active div{-webkit-animation-play-state:var(--pause-on-click);animation-play-state:var(--pause-on-click)}}
|
package/dist/utility.css
CHANGED
|
@@ -226,6 +226,63 @@
|
|
|
226
226
|
$(prop): var(--$(prefix)focus-$(var));
|
|
227
227
|
}
|
|
228
228
|
} */
|
|
229
|
+
[style*="--blw:"] {
|
|
230
|
+
border-left-width: var(--blw);
|
|
231
|
+
}
|
|
232
|
+
[style*="--hvr-blw:"]:hover {
|
|
233
|
+
border-left-width: var(--hvr-blw);
|
|
234
|
+
}
|
|
235
|
+
/* .group:hover {
|
|
236
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
237
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
238
|
+
}
|
|
239
|
+
} */
|
|
240
|
+
[style*="--focus-blw:"]:focus {
|
|
241
|
+
border-left-width: var(--focus-blw);
|
|
242
|
+
}
|
|
243
|
+
/* .group:focus {
|
|
244
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
245
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
246
|
+
}
|
|
247
|
+
} */
|
|
248
|
+
[style*="--brw:"] {
|
|
249
|
+
border-right-width: var(--brw);
|
|
250
|
+
}
|
|
251
|
+
[style*="--hvr-brw:"]:hover {
|
|
252
|
+
border-right-width: var(--hvr-brw);
|
|
253
|
+
}
|
|
254
|
+
/* .group:hover {
|
|
255
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
256
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
257
|
+
}
|
|
258
|
+
} */
|
|
259
|
+
[style*="--focus-brw:"]:focus {
|
|
260
|
+
border-right-width: var(--focus-brw);
|
|
261
|
+
}
|
|
262
|
+
/* .group:focus {
|
|
263
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
264
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
265
|
+
}
|
|
266
|
+
} */
|
|
267
|
+
[style*="--btw:"] {
|
|
268
|
+
border-top-width: var(--btw);
|
|
269
|
+
}
|
|
270
|
+
[style*="--hvr-btw:"]:hover {
|
|
271
|
+
border-top-width: var(--hvr-btw);
|
|
272
|
+
}
|
|
273
|
+
/* .group:hover {
|
|
274
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
275
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
276
|
+
}
|
|
277
|
+
} */
|
|
278
|
+
[style*="--focus-btw:"]:focus {
|
|
279
|
+
border-top-width: var(--focus-btw);
|
|
280
|
+
}
|
|
281
|
+
/* .group:focus {
|
|
282
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
283
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
284
|
+
}
|
|
285
|
+
} */
|
|
229
286
|
[style*="--bbc:"] {
|
|
230
287
|
border-bottom-color: var(--bbc);
|
|
231
288
|
}
|
|
@@ -245,6 +302,63 @@
|
|
|
245
302
|
$(prop): var(--$(prefix)focus-$(var));
|
|
246
303
|
}
|
|
247
304
|
} */
|
|
305
|
+
[style*="--btc:"] {
|
|
306
|
+
border-top-color: var(--btc);
|
|
307
|
+
}
|
|
308
|
+
[style*="--hvr-btc:"]:hover {
|
|
309
|
+
border-top-color: var(--hvr-btc);
|
|
310
|
+
}
|
|
311
|
+
/* .group:hover {
|
|
312
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
313
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
314
|
+
}
|
|
315
|
+
} */
|
|
316
|
+
[style*="--focus-btc:"]:focus {
|
|
317
|
+
border-top-color: var(--focus-btc);
|
|
318
|
+
}
|
|
319
|
+
/* .group:focus {
|
|
320
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
321
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
322
|
+
}
|
|
323
|
+
} */
|
|
324
|
+
[style*="--blc:"] {
|
|
325
|
+
border-left-color: var(--blc);
|
|
326
|
+
}
|
|
327
|
+
[style*="--hvr-blc:"]:hover {
|
|
328
|
+
border-left-color: var(--hvr-blc);
|
|
329
|
+
}
|
|
330
|
+
/* .group:hover {
|
|
331
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
332
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
333
|
+
}
|
|
334
|
+
} */
|
|
335
|
+
[style*="--focus-blc:"]:focus {
|
|
336
|
+
border-left-color: var(--focus-blc);
|
|
337
|
+
}
|
|
338
|
+
/* .group:focus {
|
|
339
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
340
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
341
|
+
}
|
|
342
|
+
} */
|
|
343
|
+
[style*="--brc:"] {
|
|
344
|
+
border-right-color: var(--brc);
|
|
345
|
+
}
|
|
346
|
+
[style*="--hvr-brc:"]:hover {
|
|
347
|
+
border-right-color: var(--hvr-brc);
|
|
348
|
+
}
|
|
349
|
+
/* .group:hover {
|
|
350
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
351
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
352
|
+
}
|
|
353
|
+
} */
|
|
354
|
+
[style*="--focus-brc:"]:focus {
|
|
355
|
+
border-right-color: var(--focus-brc);
|
|
356
|
+
}
|
|
357
|
+
/* .group:focus {
|
|
358
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
359
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
360
|
+
}
|
|
361
|
+
} */
|
|
248
362
|
[style*="--bc:"] {
|
|
249
363
|
border-color: var(--bc);
|
|
250
364
|
}
|
|
@@ -1777,6 +1891,69 @@
|
|
|
1777
1891
|
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1778
1892
|
}
|
|
1779
1893
|
} */
|
|
1894
|
+
[style*="--blw-tablet:"] {
|
|
1895
|
+
border-left-width: var(--blw-tablet);
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
[style*="--hvr-blw-tablet:"]:hover {
|
|
1899
|
+
border-left-width: var(--hvr-blw-tablet);
|
|
1900
|
+
}
|
|
1901
|
+
/* .group:hover {
|
|
1902
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
1903
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
1904
|
+
}
|
|
1905
|
+
} */
|
|
1906
|
+
|
|
1907
|
+
[style*="--focus-blw-tablet:"]:focus {
|
|
1908
|
+
border-left-width: var(--focus-blw-tablet);
|
|
1909
|
+
}
|
|
1910
|
+
/* .group:focus {
|
|
1911
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
1912
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1913
|
+
}
|
|
1914
|
+
} */
|
|
1915
|
+
[style*="--brw-tablet:"] {
|
|
1916
|
+
border-right-width: var(--brw-tablet);
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
[style*="--hvr-brw-tablet:"]:hover {
|
|
1920
|
+
border-right-width: var(--hvr-brw-tablet);
|
|
1921
|
+
}
|
|
1922
|
+
/* .group:hover {
|
|
1923
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
1924
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
1925
|
+
}
|
|
1926
|
+
} */
|
|
1927
|
+
|
|
1928
|
+
[style*="--focus-brw-tablet:"]:focus {
|
|
1929
|
+
border-right-width: var(--focus-brw-tablet);
|
|
1930
|
+
}
|
|
1931
|
+
/* .group:focus {
|
|
1932
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
1933
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1934
|
+
}
|
|
1935
|
+
} */
|
|
1936
|
+
[style*="--btw-tablet:"] {
|
|
1937
|
+
border-top-width: var(--btw-tablet);
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
[style*="--hvr-btw-tablet:"]:hover {
|
|
1941
|
+
border-top-width: var(--hvr-btw-tablet);
|
|
1942
|
+
}
|
|
1943
|
+
/* .group:hover {
|
|
1944
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
1945
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
1946
|
+
}
|
|
1947
|
+
} */
|
|
1948
|
+
|
|
1949
|
+
[style*="--focus-btw-tablet:"]:focus {
|
|
1950
|
+
border-top-width: var(--focus-btw-tablet);
|
|
1951
|
+
}
|
|
1952
|
+
/* .group:focus {
|
|
1953
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
1954
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1955
|
+
}
|
|
1956
|
+
} */
|
|
1780
1957
|
[style*="--bbc-tablet:"] {
|
|
1781
1958
|
border-bottom-color: var(--bbc-tablet);
|
|
1782
1959
|
}
|
|
@@ -1798,6 +1975,69 @@
|
|
|
1798
1975
|
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1799
1976
|
}
|
|
1800
1977
|
} */
|
|
1978
|
+
[style*="--btc-tablet:"] {
|
|
1979
|
+
border-top-color: var(--btc-tablet);
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
[style*="--hvr-btc-tablet:"]:hover {
|
|
1983
|
+
border-top-color: var(--hvr-btc-tablet);
|
|
1984
|
+
}
|
|
1985
|
+
/* .group:hover {
|
|
1986
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
1987
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
1988
|
+
}
|
|
1989
|
+
} */
|
|
1990
|
+
|
|
1991
|
+
[style*="--focus-btc-tablet:"]:focus {
|
|
1992
|
+
border-top-color: var(--focus-btc-tablet);
|
|
1993
|
+
}
|
|
1994
|
+
/* .group:focus {
|
|
1995
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
1996
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1997
|
+
}
|
|
1998
|
+
} */
|
|
1999
|
+
[style*="--blc-tablet:"] {
|
|
2000
|
+
border-left-color: var(--blc-tablet);
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
[style*="--hvr-blc-tablet:"]:hover {
|
|
2004
|
+
border-left-color: var(--hvr-blc-tablet);
|
|
2005
|
+
}
|
|
2006
|
+
/* .group:hover {
|
|
2007
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
2008
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
2009
|
+
}
|
|
2010
|
+
} */
|
|
2011
|
+
|
|
2012
|
+
[style*="--focus-blc-tablet:"]:focus {
|
|
2013
|
+
border-left-color: var(--focus-blc-tablet);
|
|
2014
|
+
}
|
|
2015
|
+
/* .group:focus {
|
|
2016
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
2017
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
2018
|
+
}
|
|
2019
|
+
} */
|
|
2020
|
+
[style*="--brc-tablet:"] {
|
|
2021
|
+
border-right-color: var(--brc-tablet);
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
[style*="--hvr-brc-tablet:"]:hover {
|
|
2025
|
+
border-right-color: var(--hvr-brc-tablet);
|
|
2026
|
+
}
|
|
2027
|
+
/* .group:hover {
|
|
2028
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
2029
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
2030
|
+
}
|
|
2031
|
+
} */
|
|
2032
|
+
|
|
2033
|
+
[style*="--focus-brc-tablet:"]:focus {
|
|
2034
|
+
border-right-color: var(--focus-brc-tablet);
|
|
2035
|
+
}
|
|
2036
|
+
/* .group:focus {
|
|
2037
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
2038
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
2039
|
+
}
|
|
2040
|
+
} */
|
|
1801
2041
|
[style*="--bc-tablet:"] {
|
|
1802
2042
|
border-color: var(--bc-tablet);
|
|
1803
2043
|
}
|
|
@@ -3432,6 +3672,69 @@
|
|
|
3432
3672
|
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3433
3673
|
}
|
|
3434
3674
|
} */
|
|
3675
|
+
[style*="--blw-mobile:"] {
|
|
3676
|
+
border-left-width: var(--blw-mobile);
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
[style*="--hvr-blw-mobile:"]:hover {
|
|
3680
|
+
border-left-width: var(--hvr-blw-mobile);
|
|
3681
|
+
}
|
|
3682
|
+
/* .group:hover {
|
|
3683
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3684
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3685
|
+
}
|
|
3686
|
+
} */
|
|
3687
|
+
|
|
3688
|
+
[style*="--focus-blw-mobile:"]:focus {
|
|
3689
|
+
border-left-width: var(--focus-blw-mobile);
|
|
3690
|
+
}
|
|
3691
|
+
/* .group:focus {
|
|
3692
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3693
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3694
|
+
}
|
|
3695
|
+
} */
|
|
3696
|
+
[style*="--brw-mobile:"] {
|
|
3697
|
+
border-right-width: var(--brw-mobile);
|
|
3698
|
+
}
|
|
3699
|
+
|
|
3700
|
+
[style*="--hvr-brw-mobile:"]:hover {
|
|
3701
|
+
border-right-width: var(--hvr-brw-mobile);
|
|
3702
|
+
}
|
|
3703
|
+
/* .group:hover {
|
|
3704
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3705
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3706
|
+
}
|
|
3707
|
+
} */
|
|
3708
|
+
|
|
3709
|
+
[style*="--focus-brw-mobile:"]:focus {
|
|
3710
|
+
border-right-width: var(--focus-brw-mobile);
|
|
3711
|
+
}
|
|
3712
|
+
/* .group:focus {
|
|
3713
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3714
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3715
|
+
}
|
|
3716
|
+
} */
|
|
3717
|
+
[style*="--btw-mobile:"] {
|
|
3718
|
+
border-top-width: var(--btw-mobile);
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
[style*="--hvr-btw-mobile:"]:hover {
|
|
3722
|
+
border-top-width: var(--hvr-btw-mobile);
|
|
3723
|
+
}
|
|
3724
|
+
/* .group:hover {
|
|
3725
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3726
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3727
|
+
}
|
|
3728
|
+
} */
|
|
3729
|
+
|
|
3730
|
+
[style*="--focus-btw-mobile:"]:focus {
|
|
3731
|
+
border-top-width: var(--focus-btw-mobile);
|
|
3732
|
+
}
|
|
3733
|
+
/* .group:focus {
|
|
3734
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3735
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3736
|
+
}
|
|
3737
|
+
} */
|
|
3435
3738
|
[style*="--bbc-mobile:"] {
|
|
3436
3739
|
border-bottom-color: var(--bbc-mobile);
|
|
3437
3740
|
}
|
|
@@ -3453,6 +3756,69 @@
|
|
|
3453
3756
|
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3454
3757
|
}
|
|
3455
3758
|
} */
|
|
3759
|
+
[style*="--btc-mobile:"] {
|
|
3760
|
+
border-top-color: var(--btc-mobile);
|
|
3761
|
+
}
|
|
3762
|
+
|
|
3763
|
+
[style*="--hvr-btc-mobile:"]:hover {
|
|
3764
|
+
border-top-color: var(--hvr-btc-mobile);
|
|
3765
|
+
}
|
|
3766
|
+
/* .group:hover {
|
|
3767
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3768
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3769
|
+
}
|
|
3770
|
+
} */
|
|
3771
|
+
|
|
3772
|
+
[style*="--focus-btc-mobile:"]:focus {
|
|
3773
|
+
border-top-color: var(--focus-btc-mobile);
|
|
3774
|
+
}
|
|
3775
|
+
/* .group:focus {
|
|
3776
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3777
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3778
|
+
}
|
|
3779
|
+
} */
|
|
3780
|
+
[style*="--blc-mobile:"] {
|
|
3781
|
+
border-left-color: var(--blc-mobile);
|
|
3782
|
+
}
|
|
3783
|
+
|
|
3784
|
+
[style*="--hvr-blc-mobile:"]:hover {
|
|
3785
|
+
border-left-color: var(--hvr-blc-mobile);
|
|
3786
|
+
}
|
|
3787
|
+
/* .group:hover {
|
|
3788
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3789
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3790
|
+
}
|
|
3791
|
+
} */
|
|
3792
|
+
|
|
3793
|
+
[style*="--focus-blc-mobile:"]:focus {
|
|
3794
|
+
border-left-color: var(--focus-blc-mobile);
|
|
3795
|
+
}
|
|
3796
|
+
/* .group:focus {
|
|
3797
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3798
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3799
|
+
}
|
|
3800
|
+
} */
|
|
3801
|
+
[style*="--brc-mobile:"] {
|
|
3802
|
+
border-right-color: var(--brc-mobile);
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
[style*="--hvr-brc-mobile:"]:hover {
|
|
3806
|
+
border-right-color: var(--hvr-brc-mobile);
|
|
3807
|
+
}
|
|
3808
|
+
/* .group:hover {
|
|
3809
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3810
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3811
|
+
}
|
|
3812
|
+
} */
|
|
3813
|
+
|
|
3814
|
+
[style*="--focus-brc-mobile:"]:focus {
|
|
3815
|
+
border-right-color: var(--focus-brc-mobile);
|
|
3816
|
+
}
|
|
3817
|
+
/* .group:focus {
|
|
3818
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3819
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3820
|
+
}
|
|
3821
|
+
} */
|
|
3456
3822
|
[style*="--bc-mobile:"] {
|
|
3457
3823
|
border-color: var(--bc-mobile);
|
|
3458
3824
|
}
|
package/dist/utility.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[style*="--ai:"]{align-items:var(--ai)}[style*="--hvr-ai:"]:hover{align-items:var(--hvr-ai)}[style*="--focus-ai:"]:focus{align-items:var(--focus-ai)}[style*="--aspect:"]{aspect-ratio:var(--aspect)}[style*="--hvr-aspect:"]:hover{aspect-ratio:var(--hvr-aspect)}[style*="--focus-aspect:"]:focus{aspect-ratio:var(--focus-aspect)}[style*="--bg:"]{background:var(--bg)}[style*="--hvr-bg:"]:hover{background:var(--hvr-bg)}[style*="--focus-bg:"]:focus{background:var(--focus-bg)}[style*="--bga:"]{background-attachment:var(--bga)}[style*="--hvr-bga:"]:hover{background-attachment:var(--hvr-bga)}[style*="--focus-bga:"]:focus{background-attachment:var(--focus-bga)}[style*="--bgc:"]{background-color:var(--bgc)}[style*="--hvr-bgc:"]:hover{background-color:var(--hvr-bgc)}[style*="--focus-bgc:"]:focus{background-color:var(--focus-bgc)}[style*="--bgi:"]{background-image:var(--bgi)}[style*="--hvr-bgi:"]:hover{background-image:var(--hvr-bgi)}[style*="--focus-bgi:"]:focus{background-image:var(--focus-bgi)}[style*="--bgp:"]{background-position:var(--bgp)}[style*="--hvr-bgp:"]:hover{background-position:var(--hvr-bgp)}[style*="--focus-bgp:"]:focus{background-position:var(--focus-bgp)}[style*="--bgr:"]{background-repeat:var(--bgr)}[style*="--hvr-bgr:"]:hover{background-repeat:var(--hvr-bgr)}[style*="--focus-bgr:"]:focus{background-repeat:var(--focus-bgr)}[style*="--bgs:"]{background-size:var(--bgs)}[style*="--hvr-bgs:"]:hover{background-size:var(--hvr-bgs)}[style*="--focus-bgs:"]:focus{background-size:var(--focus-bgs)}[style*="--b:"]{border:var(--b)}[style*="--hvr-b:"]:hover{border:var(--hvr-b)}[style*="--focus-b:"]:focus{border:var(--focus-b)}[style*="--bb:"]{border-bottom:var(--bb)}[style*="--hvr-bb:"]:hover{border-bottom:var(--hvr-bb)}[style*="--focus-bb:"]:focus{border-bottom:var(--focus-bb)}[style*="--bbw:"]{border-bottom-width:var(--bbw)}[style*="--hvr-bbw:"]:hover{border-bottom-width:var(--hvr-bbw)}[style*="--focus-bbw:"]:focus{border-bottom-width:var(--focus-bbw)}[style*="--bbc:"]{border-bottom-color:var(--bbc)}[style*="--hvr-bbc:"]:hover{border-bottom-color:var(--hvr-bbc)}[style*="--focus-bbc:"]:focus{border-bottom-color:var(--focus-bbc)}[style*="--bc:"]{border-color:var(--bc)}[style*="--hvr-bc:"]:hover{border-color:var(--hvr-bc)}[style*="--focus-bc:"]:focus{border-color:var(--focus-bc)}[style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}[style*="--hvr-bblr:"]:hover{border-bottom-left-radius:var(--hvr-bblr)}[style*="--focus-bblr:"]:focus{border-bottom-left-radius:var(--focus-bblr)}[style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}[style*="--hvr-bbrr:"]:hover{border-bottom-right-radius:var(--hvr-bbrr)}[style*="--focus-bbrr:"]:focus{border-bottom-right-radius:var(--focus-bbrr)}[style*="--bl:"]{border-left:var(--bl)}[style*="--hvr-bl:"]:hover{border-left:var(--hvr-bl)}[style*="--focus-bl:"]:focus{border-left:var(--focus-bl)}[style*="--radius:"]{border-radius:var(--radius)}[style*="--hvr-radius:"]:hover{border-radius:var(--hvr-radius)}[style*="--focus-radius:"]:focus{border-radius:var(--focus-radius)}[style*="--br:"]{border-right:var(--br)}[style*="--hvr-br:"]:hover{border-right:var(--hvr-br)}[style*="--focus-br:"]:focus{border-right:var(--focus-br)}[style*="--bs:"]{border-style:var(--bs)}[style*="--hvr-bs:"]:hover{border-style:var(--hvr-bs)}[style*="--focus-bs:"]:focus{border-style:var(--focus-bs)}[style*="--bt:"]{border-top:var(--bt)}[style*="--hvr-bt:"]:hover{border-top:var(--hvr-bt)}[style*="--focus-bt:"]:focus{border-top:var(--focus-bt)}[style*="--btlr:"]{border-top-left-radius:var(--btlr)}[style*="--hvr-btlr:"]:hover{border-top-left-radius:var(--hvr-btlr)}[style*="--focus-btlr:"]:focus{border-top-left-radius:var(--focus-btlr)}[style*="--btrr:"]{border-top-right-radius:var(--btrr)}[style*="--hvr-btrr:"]:hover{border-top-right-radius:var(--hvr-btrr)}[style*="--focus-btrr:"]:focus{border-top-right-radius:var(--focus-btrr)}[style*="--bw:"]{border-width:var(--bw)}[style*="--hvr-bw:"]:hover{border-width:var(--hvr-bw)}[style*="--focus-bw:"]:focus{border-width:var(--focus-bw)}[style*="--bottom:"]{bottom:var(--bottom)}[style*="--hvr-bottom:"]:hover{bottom:var(--hvr-bottom)}[style*="--focus-bottom:"]:focus{bottom:var(--focus-bottom)}[style*="--shadow:"]{box-shadow:var(--shadow)}[style*="--hvr-shadow:"]:hover{box-shadow:var(--hvr-shadow)}[style*="--focus-shadow:"]:focus{box-shadow:var(--focus-shadow)}[style*="--c:"]{color:var(--c)}[style*="--hvr-c:"]:hover{color:var(--hvr-c)}[style*="--focus-c:"]:focus{color:var(--focus-c)}[style*="--cg:"]{-webkit-column-gap:var(--cg);column-gap:var(--cg)}[style*="--hvr-cg:"]:hover{-webkit-column-gap:var(--hvr-cg);column-gap:var(--hvr-cg)}[style*="--focus-cg:"]:focus{-webkit-column-gap:var(--focus-cg);column-gap:var(--focus-cg)}[style*="--d:"]{display:var(--d)}[style*="--hvr-d:"]:hover{display:var(--hvr-d)}[style*="--focus-d:"]:focus{display:var(--focus-d)}[style*="--fd:"]{flex-direction:var(--fd)}[style*="--hvr-fd:"]:hover{flex-direction:var(--hvr-fd)}[style*="--focus-fd:"]:focus{flex-direction:var(--focus-fd)}[style*="--ff:"]{font-family:var(--ff)}[style*="--hvr-ff:"]:hover{font-family:var(--hvr-ff)}[style*="--focus-ff:"]:focus{font-family:var(--focus-ff)}[style*="--size:"]{font-size:var(--size)}[style*="--hvr-size:"]:hover{font-size:var(--hvr-size)}[style*="--focus-size:"]:focus{font-size:var(--focus-size)}[style*="--weight:"]{font-weight:var(--weight)}[style*="--hvr-weight:"]:hover{font-weight:var(--hvr-weight)}[style*="--focus-weight:"]:focus{font-weight:var(--focus-weight)}[style*="--fs:"]{font-style:var(--fs)}[style*="--hvr-fs:"]:hover{font-style:var(--hvr-fs)}[style*="--focus-fs:"]:focus{font-style:var(--focus-fs)}[style*="--gg:"]{grid-gap:var(--gg)}[style*="--hvr-gg:"]:hover{grid-gap:var(--hvr-gg)}[style*="--focus-gg:"]:focus{grid-gap:var(--focus-gg)}[style*="--gr:"]{grid-row:var(--gr)}[style*="--hvr-gr:"]:hover{grid-row:var(--hvr-gr)}[style*="--focus-gr:"]:focus{grid-row:var(--focus-gr)}[style*="--gtc:"]{grid-template-columns:var(--gtc)}[style*="--hvr-gtc:"]:hover{grid-template-columns:var(--hvr-gtc)}[style*="--focus-gtc:"]:focus{grid-template-columns:var(--focus-gtc)}[style*="--gtr:"]{grid-template-rows:var(--gtr)}[style*="--hvr-gtr:"]:hover{grid-template-rows:var(--hvr-gtr)}[style*="--focus-gtr:"]:focus{grid-template-rows:var(--focus-gtr)}[style*="--h:"]{height:var(--h)}[style*="--hvr-h:"]:hover{height:var(--hvr-h)}[style*="--focus-h:"]:focus{height:var(--focus-h)}[style*="--jc:"]{justify-content:var(--jc)}[style*="--hvr-jc:"]:hover{justify-content:var(--hvr-jc)}[style*="--focus-jc:"]:focus{justify-content:var(--focus-jc)}[style*="--left:"]{left:var(--left)}[style*="--hvr-left:"]:hover{left:var(--hvr-left)}[style*="--focus-left:"]:focus{left:var(--focus-left)}[style*="--ls:"]{letter-spacing:var(--ls)}[style*="--hvr-ls:"]:hover{letter-spacing:var(--hvr-ls)}[style*="--focus-ls:"]:focus{letter-spacing:var(--focus-ls)}[style*="--lh:"]{line-height:var(--lh)}[style*="--hvr-lh:"]:hover{line-height:var(--hvr-lh)}[style*="--focus-lh:"]:focus{line-height:var(--focus-lh)}[style*="--tdt:"]{text-decoration-thickness:var(--tdt)}[style*="--hvr-tdt:"]:hover{text-decoration-thickness:var(--hvr-tdt)}[style*="--focus-tdt:"]:focus{text-decoration-thickness:var(--focus-tdt)}[style*="--tdc:"]{text-decoration-color:var(--tdc)}[style*="--hvr-tdc:"]:hover{text-decoration-color:var(--hvr-tdc)}[style*="--focus-tdc:"]:focus{text-decoration-color:var(--focus-tdc)}[style*="--tdl:"]{text-decoration-line:var(--tdl)}[style*="--hvr-tdl:"]:hover{text-decoration-line:var(--hvr-tdl)}[style*="--focus-tdl:"]:focus{text-decoration-line:var(--focus-tdl)}[style*="--m:"]{margin:var(--m)}[style*="--hvr-m:"]:hover{margin:var(--hvr-m)}[style*="--focus-m:"]:focus{margin:var(--focus-m)}[style*="--mb:"]{margin-bottom:var(--mb)}[style*="--hvr-mb:"]:hover{margin-bottom:var(--hvr-mb)}[style*="--focus-mb:"]:focus{margin-bottom:var(--focus-mb)}[style*="--ml:"]{margin-left:var(--ml)}[style*="--hvr-ml:"]:hover{margin-left:var(--hvr-ml)}[style*="--focus-ml:"]:focus{margin-left:var(--focus-ml)}[style*="--mr:"]{margin-right:var(--mr)}[style*="--hvr-mr:"]:hover{margin-right:var(--hvr-mr)}[style*="--focus-mr:"]:focus{margin-right:var(--focus-mr)}[style*="--mt:"]{margin-top:var(--mt)}[style*="--hvr-mt:"]:hover{margin-top:var(--hvr-mt)}[style*="--focus-mt:"]:focus{margin-top:var(--focus-mt)}[style*="--maxh:"]{max-height:var(--maxh)}[style*="--hvr-maxh:"]:hover{max-height:var(--hvr-maxh)}[style*="--focus-maxh:"]:focus{max-height:var(--focus-maxh)}[style*="--maxw:"]{max-width:var(--maxw)}[style*="--hvr-maxw:"]:hover{max-width:var(--hvr-maxw)}[style*="--focus-maxw:"]:focus{max-width:var(--focus-maxw)}[style*="--minh:"]{min-height:var(--minh)}[style*="--hvr-minh:"]:hover{min-height:var(--hvr-minh)}[style*="--focus-minh:"]:focus{min-height:var(--focus-minh)}[style*="--minw:"]{min-width:var(--minw)}[style*="--hvr-minw:"]:hover{min-width:var(--hvr-minw)}[style*="--focus-minw:"]:focus{min-width:var(--focus-minw)}[style*="--objf:"]{object-fit:var(--objf)}[style*="--hvr-objf:"]:hover{object-fit:var(--hvr-objf)}[style*="--focus-objf:"]:focus{object-fit:var(--focus-objf)}[style*="--op:"]{opacity:var(--op)}[style*="--hvr-op:"]:hover{opacity:var(--hvr-op)}[style*="--focus-op:"]:focus{opacity:var(--focus-op)}[style*="--o:"]{order:var(--o)}[style*="--hvr-o:"]:hover{order:var(--hvr-o)}[style*="--focus-o:"]:focus{order:var(--focus-o)}[style*="--pc:"]{place-content:var(--pc)}[style*="--hvr-pc:"]:hover{place-content:var(--hvr-pc)}[style*="--focus-pc:"]:focus{place-content:var(--focus-pc)}[style*="--p:"]{padding:var(--p)}[style*="--hvr-p:"]:hover{padding:var(--hvr-p)}[style*="--focus-p:"]:focus{padding:var(--focus-p)}[style*="--pb:"]{padding-bottom:var(--pb)}[style*="--hvr-pb:"]:hover{padding-bottom:var(--hvr-pb)}[style*="--focus-pb:"]:focus{padding-bottom:var(--focus-pb)}[style*="--pl:"]{padding-left:var(--pl)}[style*="--hvr-pl:"]:hover{padding-left:var(--hvr-pl)}[style*="--focus-pl:"]:focus{padding-left:var(--focus-pl)}[style*="--pr:"]{padding-right:var(--pr)}[style*="--hvr-pr:"]:hover{padding-right:var(--hvr-pr)}[style*="--focus-pr:"]:focus{padding-right:var(--focus-pr)}[style*="--pt:"]{padding-top:var(--pt)}[style*="--hvr-pt:"]:hover{padding-top:var(--hvr-pt)}[style*="--focus-pt:"]:focus{padding-top:var(--focus-pt)}[style*="--pe:"]{pointer-events:var(--pe)}[style*="--hvr-pe:"]:hover{pointer-events:var(--hvr-pe)}[style*="--focus-pe:"]:focus{pointer-events:var(--focus-pe)}[style*="--pos:"]{position:var(--pos)}[style*="--hvr-pos:"]:hover{position:var(--hvr-pos)}[style*="--focus-pos:"]:focus{position:var(--focus-pos)}[style*="--right:"]{right:var(--right)}[style*="--hvr-right:"]:hover{right:var(--hvr-right)}[style*="--focus-right:"]:focus{right:var(--focus-right)}[style*="--rg:"]{row-gap:var(--rg)}[style*="--hvr-rg:"]:hover{row-gap:var(--hvr-rg)}[style*="--focus-rg:"]:focus{row-gap:var(--focus-rg)}[style*="--ta:"]{text-align:var(--ta)}[style*="--hvr-ta:"]:hover{text-align:var(--hvr-ta)}[style*="--focus-ta:"]:focus{text-align:var(--focus-ta)}[style*="--ts:"]{text-shadow:var(--ts)}[style*="--hvr-ts:"]:hover{text-shadow:var(--hvr-ts)}[style*="--focus-ts:"]:focus{text-shadow:var(--focus-ts)}[style*="--tt:"]{text-transform:var(--tt)}[style*="--hvr-tt:"]:hover{text-transform:var(--hvr-tt)}[style*="--focus-tt:"]:focus{text-transform:var(--focus-tt)}[style*="--top:"]{top:var(--top)}[style*="--hvr-top:"]:hover{top:var(--hvr-top)}[style*="--focus-top:"]:focus{top:var(--focus-top)}[style*="--t:"]{-webkit-transform:var(--t);transform:var(--t)}[style*="--hvr-t:"]:hover{-webkit-transform:var(--hvr-t);transform:var(--hvr-t)}[style*="--focus-t:"]:focus{-webkit-transform:var(--focus-t);transform:var(--focus-t)}[style*="--v:"]{visibility:var(--v)}[style*="--hvr-v:"]:hover{visibility:var(--hvr-v)}[style*="--focus-v:"]:focus{visibility:var(--focus-v)}[style*="--ws:"]{white-space:var(--ws)}[style*="--hvr-ws:"]:hover{white-space:var(--hvr-ws)}[style*="--focus-ws:"]:focus{white-space:var(--focus-ws)}[style*="--w:"]{width:var(--w)}[style*="--hvr-w:"]:hover{width:var(--hvr-w)}[style*="--focus-w:"]:focus{width:var(--focus-w)}[style*="--z:"]{z-index:var(--z)}[style*="--hvr-z:"]:hover{z-index:var(--hvr-z)}[style*="--focus-z:"]:focus{z-index:var(--focus-z)}[style*="--wm:"]{-webkit-writing-mode:var(--wm);writing-mode:var(--wm)}[style*="--hvr-wm:"]:hover{-webkit-writing-mode:var(--hvr-wm);writing-mode:var(--hvr-wm)}[style*="--focus-wm:"]:focus{-webkit-writing-mode:var(--focus-wm);writing-mode:var(--focus-wm)}[style*="--line-clamp:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp);display:-webkit-box;overflow:hidden}@media only screen and (max-width:1024px){[style*="--ai-tablet:"]{align-items:var(--ai-tablet)}[style*="--hvr-ai-tablet:"]:hover{align-items:var(--hvr-ai-tablet)}[style*="--focus-ai-tablet:"]:focus{align-items:var(--focus-ai-tablet)}[style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}[style*="--hvr-aspect-tablet:"]:hover{aspect-ratio:var(--hvr-aspect-tablet)}[style*="--focus-aspect-tablet:"]:focus{aspect-ratio:var(--focus-aspect-tablet)}[style*="--bg-tablet:"]{background:var(--bg-tablet)}[style*="--hvr-bg-tablet:"]:hover{background:var(--hvr-bg-tablet)}[style*="--focus-bg-tablet:"]:focus{background:var(--focus-bg-tablet)}[style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}[style*="--hvr-bga-tablet:"]:hover{background-attachment:var(--hvr-bga-tablet)}[style*="--focus-bga-tablet:"]:focus{background-attachment:var(--focus-bga-tablet)}[style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}[style*="--hvr-bgc-tablet:"]:hover{background-color:var(--hvr-bgc-tablet)}[style*="--focus-bgc-tablet:"]:focus{background-color:var(--focus-bgc-tablet)}[style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}[style*="--hvr-bgi-tablet:"]:hover{background-image:var(--hvr-bgi-tablet)}[style*="--focus-bgi-tablet:"]:focus{background-image:var(--focus-bgi-tablet)}[style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}[style*="--hvr-bgp-tablet:"]:hover{background-position:var(--hvr-bgp-tablet)}[style*="--focus-bgp-tablet:"]:focus{background-position:var(--focus-bgp-tablet)}[style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}[style*="--hvr-bgr-tablet:"]:hover{background-repeat:var(--hvr-bgr-tablet)}[style*="--focus-bgr-tablet:"]:focus{background-repeat:var(--focus-bgr-tablet)}[style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}[style*="--hvr-bgs-tablet:"]:hover{background-size:var(--hvr-bgs-tablet)}[style*="--focus-bgs-tablet:"]:focus{background-size:var(--focus-bgs-tablet)}[style*="--b-tablet:"]{border:var(--b-tablet)}[style*="--hvr-b-tablet:"]:hover{border:var(--hvr-b-tablet)}[style*="--focus-b-tablet:"]:focus{border:var(--focus-b-tablet)}[style*="--bb-tablet:"]{border-bottom:var(--bb-tablet)}[style*="--hvr-bb-tablet:"]:hover{border-bottom:var(--hvr-bb-tablet)}[style*="--focus-bb-tablet:"]:focus{border-bottom:var(--focus-bb-tablet)}[style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}[style*="--hvr-bbw-tablet:"]:hover{border-bottom-width:var(--hvr-bbw-tablet)}[style*="--focus-bbw-tablet:"]:focus{border-bottom-width:var(--focus-bbw-tablet)}[style*="--bbc-tablet:"]{border-bottom-color:var(--bbc-tablet)}[style*="--hvr-bbc-tablet:"]:hover{border-bottom-color:var(--hvr-bbc-tablet)}[style*="--focus-bbc-tablet:"]:focus{border-bottom-color:var(--focus-bbc-tablet)}[style*="--bc-tablet:"]{border-color:var(--bc-tablet)}[style*="--hvr-bc-tablet:"]:hover{border-color:var(--hvr-bc-tablet)}[style*="--focus-bc-tablet:"]:focus{border-color:var(--focus-bc-tablet)}[style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}[style*="--hvr-bblr-tablet:"]:hover{border-bottom-left-radius:var(--hvr-bblr-tablet)}[style*="--focus-bblr-tablet:"]:focus{border-bottom-left-radius:var(--focus-bblr-tablet)}[style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}[style*="--hvr-bbrr-tablet:"]:hover{border-bottom-right-radius:var(--hvr-bbrr-tablet)}[style*="--focus-bbrr-tablet:"]:focus{border-bottom-right-radius:var(--focus-bbrr-tablet)}[style*="--bl-tablet:"]{border-left:var(--bl-tablet)}[style*="--hvr-bl-tablet:"]:hover{border-left:var(--hvr-bl-tablet)}[style*="--focus-bl-tablet:"]:focus{border-left:var(--focus-bl-tablet)}[style*="--radius-tablet:"]{border-radius:var(--radius-tablet)}[style*="--hvr-radius-tablet:"]:hover{border-radius:var(--hvr-radius-tablet)}[style*="--focus-radius-tablet:"]:focus{border-radius:var(--focus-radius-tablet)}[style*="--br-tablet:"]{border-right:var(--br-tablet)}[style*="--hvr-br-tablet:"]:hover{border-right:var(--hvr-br-tablet)}[style*="--focus-br-tablet:"]:focus{border-right:var(--focus-br-tablet)}[style*="--bs-tablet:"]{border-style:var(--bs-tablet)}[style*="--hvr-bs-tablet:"]:hover{border-style:var(--hvr-bs-tablet)}[style*="--focus-bs-tablet:"]:focus{border-style:var(--focus-bs-tablet)}[style*="--bt-tablet:"]{border-top:var(--bt-tablet)}[style*="--hvr-bt-tablet:"]:hover{border-top:var(--hvr-bt-tablet)}[style*="--focus-bt-tablet:"]:focus{border-top:var(--focus-bt-tablet)}[style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}[style*="--hvr-btlr-tablet:"]:hover{border-top-left-radius:var(--hvr-btlr-tablet)}[style*="--focus-btlr-tablet:"]:focus{border-top-left-radius:var(--focus-btlr-tablet)}[style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}[style*="--hvr-btrr-tablet:"]:hover{border-top-right-radius:var(--hvr-btrr-tablet)}[style*="--focus-btrr-tablet:"]:focus{border-top-right-radius:var(--focus-btrr-tablet)}[style*="--bw-tablet:"]{border-width:var(--bw-tablet)}[style*="--hvr-bw-tablet:"]:hover{border-width:var(--hvr-bw-tablet)}[style*="--focus-bw-tablet:"]:focus{border-width:var(--focus-bw-tablet)}[style*="--bottom-tablet:"]{bottom:var(--bottom-tablet)}[style*="--hvr-bottom-tablet:"]:hover{bottom:var(--hvr-bottom-tablet)}[style*="--focus-bottom-tablet:"]:focus{bottom:var(--focus-bottom-tablet)}[style*="--shadow-tablet:"]{box-shadow:var(--shadow-tablet)}[style*="--hvr-shadow-tablet:"]:hover{box-shadow:var(--hvr-shadow-tablet)}[style*="--focus-shadow-tablet:"]:focus{box-shadow:var(--focus-shadow-tablet)}[style*="--c-tablet:"]{color:var(--c-tablet)}[style*="--hvr-c-tablet:"]:hover{color:var(--hvr-c-tablet)}[style*="--focus-c-tablet:"]:focus{color:var(--focus-c-tablet)}[style*="--cg-tablet:"]{-webkit-column-gap:var(--cg-tablet);column-gap:var(--cg-tablet)}[style*="--hvr-cg-tablet:"]:hover{-webkit-column-gap:var(--hvr-cg-tablet);column-gap:var(--hvr-cg-tablet)}[style*="--focus-cg-tablet:"]:focus{-webkit-column-gap:var(--focus-cg-tablet);column-gap:var(--focus-cg-tablet)}[style*="--d-tablet:"]{display:var(--d-tablet)}[style*="--hvr-d-tablet:"]:hover{display:var(--hvr-d-tablet)}[style*="--focus-d-tablet:"]:focus{display:var(--focus-d-tablet)}[style*="--fd-tablet:"]{flex-direction:var(--fd-tablet)}[style*="--hvr-fd-tablet:"]:hover{flex-direction:var(--hvr-fd-tablet)}[style*="--focus-fd-tablet:"]:focus{flex-direction:var(--focus-fd-tablet)}[style*="--ff-tablet:"]{font-family:var(--ff-tablet)}[style*="--hvr-ff-tablet:"]:hover{font-family:var(--hvr-ff-tablet)}[style*="--focus-ff-tablet:"]:focus{font-family:var(--focus-ff-tablet)}[style*="--size-tablet:"]{font-size:var(--size-tablet)}[style*="--hvr-size-tablet:"]:hover{font-size:var(--hvr-size-tablet)}[style*="--focus-size-tablet:"]:focus{font-size:var(--focus-size-tablet)}[style*="--weight-tablet:"]{font-weight:var(--weight-tablet)}[style*="--hvr-weight-tablet:"]:hover{font-weight:var(--hvr-weight-tablet)}[style*="--focus-weight-tablet:"]:focus{font-weight:var(--focus-weight-tablet)}[style*="--fs-tablet:"]{font-style:var(--fs-tablet)}[style*="--hvr-fs-tablet:"]:hover{font-style:var(--hvr-fs-tablet)}[style*="--focus-fs-tablet:"]:focus{font-style:var(--focus-fs-tablet)}[style*="--gg-tablet:"]{grid-gap:var(--gg-tablet)}[style*="--hvr-gg-tablet:"]:hover{grid-gap:var(--hvr-gg-tablet)}[style*="--focus-gg-tablet:"]:focus{grid-gap:var(--focus-gg-tablet)}[style*="--gr-tablet:"]{grid-row:var(--gr-tablet)}[style*="--hvr-gr-tablet:"]:hover{grid-row:var(--hvr-gr-tablet)}[style*="--focus-gr-tablet:"]:focus{grid-row:var(--focus-gr-tablet)}[style*="--gtc-tablet:"]{grid-template-columns:var(--gtc-tablet)}[style*="--hvr-gtc-tablet:"]:hover{grid-template-columns:var(--hvr-gtc-tablet)}[style*="--focus-gtc-tablet:"]:focus{grid-template-columns:var(--focus-gtc-tablet)}[style*="--gtr-tablet:"]{grid-template-rows:var(--gtr-tablet)}[style*="--hvr-gtr-tablet:"]:hover{grid-template-rows:var(--hvr-gtr-tablet)}[style*="--focus-gtr-tablet:"]:focus{grid-template-rows:var(--focus-gtr-tablet)}[style*="--h-tablet:"]{height:var(--h-tablet)}[style*="--hvr-h-tablet:"]:hover{height:var(--hvr-h-tablet)}[style*="--focus-h-tablet:"]:focus{height:var(--focus-h-tablet)}[style*="--jc-tablet:"]{justify-content:var(--jc-tablet)}[style*="--hvr-jc-tablet:"]:hover{justify-content:var(--hvr-jc-tablet)}[style*="--focus-jc-tablet:"]:focus{justify-content:var(--focus-jc-tablet)}[style*="--left-tablet:"]{left:var(--left-tablet)}[style*="--hvr-left-tablet:"]:hover{left:var(--hvr-left-tablet)}[style*="--focus-left-tablet:"]:focus{left:var(--focus-left-tablet)}[style*="--ls-tablet:"]{letter-spacing:var(--ls-tablet)}[style*="--hvr-ls-tablet:"]:hover{letter-spacing:var(--hvr-ls-tablet)}[style*="--focus-ls-tablet:"]:focus{letter-spacing:var(--focus-ls-tablet)}[style*="--lh-tablet:"]{line-height:var(--lh-tablet)}[style*="--hvr-lh-tablet:"]:hover{line-height:var(--hvr-lh-tablet)}[style*="--focus-lh-tablet:"]:focus{line-height:var(--focus-lh-tablet)}[style*="--tdt-tablet:"]{text-decoration-thickness:var(--tdt-tablet)}[style*="--hvr-tdt-tablet:"]:hover{text-decoration-thickness:var(--hvr-tdt-tablet)}[style*="--focus-tdt-tablet:"]:focus{text-decoration-thickness:var(--focus-tdt-tablet)}[style*="--tdc-tablet:"]{text-decoration-color:var(--tdc-tablet)}[style*="--hvr-tdc-tablet:"]:hover{text-decoration-color:var(--hvr-tdc-tablet)}[style*="--focus-tdc-tablet:"]:focus{text-decoration-color:var(--focus-tdc-tablet)}[style*="--tdl-tablet:"]{text-decoration-line:var(--tdl-tablet)}[style*="--hvr-tdl-tablet:"]:hover{text-decoration-line:var(--hvr-tdl-tablet)}[style*="--focus-tdl-tablet:"]:focus{text-decoration-line:var(--focus-tdl-tablet)}[style*="--m-tablet:"]{margin:var(--m-tablet)}[style*="--hvr-m-tablet:"]:hover{margin:var(--hvr-m-tablet)}[style*="--focus-m-tablet:"]:focus{margin:var(--focus-m-tablet)}[style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}[style*="--hvr-mb-tablet:"]:hover{margin-bottom:var(--hvr-mb-tablet)}[style*="--focus-mb-tablet:"]:focus{margin-bottom:var(--focus-mb-tablet)}[style*="--ml-tablet:"]{margin-left:var(--ml-tablet)}[style*="--hvr-ml-tablet:"]:hover{margin-left:var(--hvr-ml-tablet)}[style*="--focus-ml-tablet:"]:focus{margin-left:var(--focus-ml-tablet)}[style*="--mr-tablet:"]{margin-right:var(--mr-tablet)}[style*="--hvr-mr-tablet:"]:hover{margin-right:var(--hvr-mr-tablet)}[style*="--focus-mr-tablet:"]:focus{margin-right:var(--focus-mr-tablet)}[style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}[style*="--hvr-mt-tablet:"]:hover{margin-top:var(--hvr-mt-tablet)}[style*="--focus-mt-tablet:"]:focus{margin-top:var(--focus-mt-tablet)}[style*="--maxh-tablet:"]{max-height:var(--maxh-tablet)}[style*="--hvr-maxh-tablet:"]:hover{max-height:var(--hvr-maxh-tablet)}[style*="--focus-maxh-tablet:"]:focus{max-height:var(--focus-maxh-tablet)}[style*="--maxw-tablet:"]{max-width:var(--maxw-tablet)}[style*="--hvr-maxw-tablet:"]:hover{max-width:var(--hvr-maxw-tablet)}[style*="--focus-maxw-tablet:"]:focus{max-width:var(--focus-maxw-tablet)}[style*="--minh-tablet:"]{min-height:var(--minh-tablet)}[style*="--hvr-minh-tablet:"]:hover{min-height:var(--hvr-minh-tablet)}[style*="--focus-minh-tablet:"]:focus{min-height:var(--focus-minh-tablet)}[style*="--minw-tablet:"]{min-width:var(--minw-tablet)}[style*="--hvr-minw-tablet:"]:hover{min-width:var(--hvr-minw-tablet)}[style*="--focus-minw-tablet:"]:focus{min-width:var(--focus-minw-tablet)}[style*="--objf-tablet:"]{object-fit:var(--objf-tablet)}[style*="--hvr-objf-tablet:"]:hover{object-fit:var(--hvr-objf-tablet)}[style*="--focus-objf-tablet:"]:focus{object-fit:var(--focus-objf-tablet)}[style*="--op-tablet:"]{opacity:var(--op-tablet)}[style*="--hvr-op-tablet:"]:hover{opacity:var(--hvr-op-tablet)}[style*="--focus-op-tablet:"]:focus{opacity:var(--focus-op-tablet)}[style*="--o-tablet:"]{order:var(--o-tablet)}[style*="--hvr-o-tablet:"]:hover{order:var(--hvr-o-tablet)}[style*="--focus-o-tablet:"]:focus{order:var(--focus-o-tablet)}[style*="--pc-tablet:"]{place-content:var(--pc-tablet)}[style*="--hvr-pc-tablet:"]:hover{place-content:var(--hvr-pc-tablet)}[style*="--focus-pc-tablet:"]:focus{place-content:var(--focus-pc-tablet)}[style*="--p-tablet:"]{padding:var(--p-tablet)}[style*="--hvr-p-tablet:"]:hover{padding:var(--hvr-p-tablet)}[style*="--focus-p-tablet:"]:focus{padding:var(--focus-p-tablet)}[style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}[style*="--hvr-pb-tablet:"]:hover{padding-bottom:var(--hvr-pb-tablet)}[style*="--focus-pb-tablet:"]:focus{padding-bottom:var(--focus-pb-tablet)}[style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}[style*="--hvr-pl-tablet:"]:hover{padding-left:var(--hvr-pl-tablet)}[style*="--focus-pl-tablet:"]:focus{padding-left:var(--focus-pl-tablet)}[style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}[style*="--hvr-pr-tablet:"]:hover{padding-right:var(--hvr-pr-tablet)}[style*="--focus-pr-tablet:"]:focus{padding-right:var(--focus-pr-tablet)}[style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}[style*="--hvr-pt-tablet:"]:hover{padding-top:var(--hvr-pt-tablet)}[style*="--focus-pt-tablet:"]:focus{padding-top:var(--focus-pt-tablet)}[style*="--pe-tablet:"]{pointer-events:var(--pe-tablet)}[style*="--hvr-pe-tablet:"]:hover{pointer-events:var(--hvr-pe-tablet)}[style*="--focus-pe-tablet:"]:focus{pointer-events:var(--focus-pe-tablet)}[style*="--pos-tablet:"]{position:var(--pos-tablet)}[style*="--hvr-pos-tablet:"]:hover{position:var(--hvr-pos-tablet)}[style*="--focus-pos-tablet:"]:focus{position:var(--focus-pos-tablet)}[style*="--right-tablet:"]{right:var(--right-tablet)}[style*="--hvr-right-tablet:"]:hover{right:var(--hvr-right-tablet)}[style*="--focus-right-tablet:"]:focus{right:var(--focus-right-tablet)}[style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}[style*="--hvr-rg-tablet:"]:hover{row-gap:var(--hvr-rg-tablet)}[style*="--focus-rg-tablet:"]:focus{row-gap:var(--focus-rg-tablet)}[style*="--ta-tablet:"]{text-align:var(--ta-tablet)}[style*="--hvr-ta-tablet:"]:hover{text-align:var(--hvr-ta-tablet)}[style*="--focus-ta-tablet:"]:focus{text-align:var(--focus-ta-tablet)}[style*="--ts-tablet:"]{text-shadow:var(--ts-tablet)}[style*="--hvr-ts-tablet:"]:hover{text-shadow:var(--hvr-ts-tablet)}[style*="--focus-ts-tablet:"]:focus{text-shadow:var(--focus-ts-tablet)}[style*="--tt-tablet:"]{text-transform:var(--tt-tablet)}[style*="--hvr-tt-tablet:"]:hover{text-transform:var(--hvr-tt-tablet)}[style*="--focus-tt-tablet:"]:focus{text-transform:var(--focus-tt-tablet)}[style*="--top-tablet:"]{top:var(--top-tablet)}[style*="--hvr-top-tablet:"]:hover{top:var(--hvr-top-tablet)}[style*="--focus-top-tablet:"]:focus{top:var(--focus-top-tablet)}[style*="--t-tablet:"]{-webkit-transform:var(--t-tablet);transform:var(--t-tablet)}[style*="--hvr-t-tablet:"]:hover{-webkit-transform:var(--hvr-t-tablet);transform:var(--hvr-t-tablet)}[style*="--focus-t-tablet:"]:focus{-webkit-transform:var(--focus-t-tablet);transform:var(--focus-t-tablet)}[style*="--v-tablet:"]{visibility:var(--v-tablet)}[style*="--hvr-v-tablet:"]:hover{visibility:var(--hvr-v-tablet)}[style*="--focus-v-tablet:"]:focus{visibility:var(--focus-v-tablet)}[style*="--ws-tablet:"]{white-space:var(--ws-tablet)}[style*="--hvr-ws-tablet:"]:hover{white-space:var(--hvr-ws-tablet)}[style*="--focus-ws-tablet:"]:focus{white-space:var(--focus-ws-tablet)}[style*="--w-tablet:"]{width:var(--w-tablet)}[style*="--hvr-w-tablet:"]:hover{width:var(--hvr-w-tablet)}[style*="--focus-w-tablet:"]:focus{width:var(--focus-w-tablet)}[style*="--z-tablet:"]{z-index:var(--z-tablet)}[style*="--hvr-z-tablet:"]:hover{z-index:var(--hvr-z-tablet)}[style*="--focus-z-tablet:"]:focus{z-index:var(--focus-z-tablet)}[style*="--wm-tablet:"]{-webkit-writing-mode:var(--wm-tablet);writing-mode:var(--wm-tablet)}[style*="--hvr-wm-tablet:"]:hover{-webkit-writing-mode:var(--hvr-wm-tablet);writing-mode:var(--hvr-wm-tablet)}[style*="--focus-wm-tablet:"]:focus{-webkit-writing-mode:var(--focus-wm-tablet);writing-mode:var(--focus-wm-tablet)}[style*="--line-clamp-tablet:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet);display:-webkit-box;overflow:hidden}}@media only screen and (max-width:767px){[style*="--ai-mobile:"]{align-items:var(--ai-mobile)}[style*="--hvr-ai-mobile:"]:hover{align-items:var(--hvr-ai-mobile)}[style*="--focus-ai-mobile:"]:focus{align-items:var(--focus-ai-mobile)}[style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}[style*="--hvr-aspect-mobile:"]:hover{aspect-ratio:var(--hvr-aspect-mobile)}[style*="--focus-aspect-mobile:"]:focus{aspect-ratio:var(--focus-aspect-mobile)}[style*="--bg-mobile:"]{background:var(--bg-mobile)}[style*="--hvr-bg-mobile:"]:hover{background:var(--hvr-bg-mobile)}[style*="--focus-bg-mobile:"]:focus{background:var(--focus-bg-mobile)}[style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}[style*="--hvr-bga-mobile:"]:hover{background-attachment:var(--hvr-bga-mobile)}[style*="--focus-bga-mobile:"]:focus{background-attachment:var(--focus-bga-mobile)}[style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}[style*="--hvr-bgc-mobile:"]:hover{background-color:var(--hvr-bgc-mobile)}[style*="--focus-bgc-mobile:"]:focus{background-color:var(--focus-bgc-mobile)}[style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}[style*="--hvr-bgi-mobile:"]:hover{background-image:var(--hvr-bgi-mobile)}[style*="--focus-bgi-mobile:"]:focus{background-image:var(--focus-bgi-mobile)}[style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}[style*="--hvr-bgp-mobile:"]:hover{background-position:var(--hvr-bgp-mobile)}[style*="--focus-bgp-mobile:"]:focus{background-position:var(--focus-bgp-mobile)}[style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}[style*="--hvr-bgr-mobile:"]:hover{background-repeat:var(--hvr-bgr-mobile)}[style*="--focus-bgr-mobile:"]:focus{background-repeat:var(--focus-bgr-mobile)}[style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}[style*="--hvr-bgs-mobile:"]:hover{background-size:var(--hvr-bgs-mobile)}[style*="--focus-bgs-mobile:"]:focus{background-size:var(--focus-bgs-mobile)}[style*="--b-mobile:"]{border:var(--b-mobile)}[style*="--hvr-b-mobile:"]:hover{border:var(--hvr-b-mobile)}[style*="--focus-b-mobile:"]:focus{border:var(--focus-b-mobile)}[style*="--bb-mobile:"]{border-bottom:var(--bb-mobile)}[style*="--hvr-bb-mobile:"]:hover{border-bottom:var(--hvr-bb-mobile)}[style*="--focus-bb-mobile:"]:focus{border-bottom:var(--focus-bb-mobile)}[style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}[style*="--hvr-bbw-mobile:"]:hover{border-bottom-width:var(--hvr-bbw-mobile)}[style*="--focus-bbw-mobile:"]:focus{border-bottom-width:var(--focus-bbw-mobile)}[style*="--bbc-mobile:"]{border-bottom-color:var(--bbc-mobile)}[style*="--hvr-bbc-mobile:"]:hover{border-bottom-color:var(--hvr-bbc-mobile)}[style*="--focus-bbc-mobile:"]:focus{border-bottom-color:var(--focus-bbc-mobile)}[style*="--bc-mobile:"]{border-color:var(--bc-mobile)}[style*="--hvr-bc-mobile:"]:hover{border-color:var(--hvr-bc-mobile)}[style*="--focus-bc-mobile:"]:focus{border-color:var(--focus-bc-mobile)}[style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}[style*="--hvr-bblr-mobile:"]:hover{border-bottom-left-radius:var(--hvr-bblr-mobile)}[style*="--focus-bblr-mobile:"]:focus{border-bottom-left-radius:var(--focus-bblr-mobile)}[style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}[style*="--hvr-bbrr-mobile:"]:hover{border-bottom-right-radius:var(--hvr-bbrr-mobile)}[style*="--focus-bbrr-mobile:"]:focus{border-bottom-right-radius:var(--focus-bbrr-mobile)}[style*="--bl-mobile:"]{border-left:var(--bl-mobile)}[style*="--hvr-bl-mobile:"]:hover{border-left:var(--hvr-bl-mobile)}[style*="--focus-bl-mobile:"]:focus{border-left:var(--focus-bl-mobile)}[style*="--radius-mobile:"]{border-radius:var(--radius-mobile)}[style*="--hvr-radius-mobile:"]:hover{border-radius:var(--hvr-radius-mobile)}[style*="--focus-radius-mobile:"]:focus{border-radius:var(--focus-radius-mobile)}[style*="--br-mobile:"]{border-right:var(--br-mobile)}[style*="--hvr-br-mobile:"]:hover{border-right:var(--hvr-br-mobile)}[style*="--focus-br-mobile:"]:focus{border-right:var(--focus-br-mobile)}[style*="--bs-mobile:"]{border-style:var(--bs-mobile)}[style*="--hvr-bs-mobile:"]:hover{border-style:var(--hvr-bs-mobile)}[style*="--focus-bs-mobile:"]:focus{border-style:var(--focus-bs-mobile)}[style*="--bt-mobile:"]{border-top:var(--bt-mobile)}[style*="--hvr-bt-mobile:"]:hover{border-top:var(--hvr-bt-mobile)}[style*="--focus-bt-mobile:"]:focus{border-top:var(--focus-bt-mobile)}[style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}[style*="--hvr-btlr-mobile:"]:hover{border-top-left-radius:var(--hvr-btlr-mobile)}[style*="--focus-btlr-mobile:"]:focus{border-top-left-radius:var(--focus-btlr-mobile)}[style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}[style*="--hvr-btrr-mobile:"]:hover{border-top-right-radius:var(--hvr-btrr-mobile)}[style*="--focus-btrr-mobile:"]:focus{border-top-right-radius:var(--focus-btrr-mobile)}[style*="--bw-mobile:"]{border-width:var(--bw-mobile)}[style*="--hvr-bw-mobile:"]:hover{border-width:var(--hvr-bw-mobile)}[style*="--focus-bw-mobile:"]:focus{border-width:var(--focus-bw-mobile)}[style*="--bottom-mobile:"]{bottom:var(--bottom-mobile)}[style*="--hvr-bottom-mobile:"]:hover{bottom:var(--hvr-bottom-mobile)}[style*="--focus-bottom-mobile:"]:focus{bottom:var(--focus-bottom-mobile)}[style*="--shadow-mobile:"]{box-shadow:var(--shadow-mobile)}[style*="--hvr-shadow-mobile:"]:hover{box-shadow:var(--hvr-shadow-mobile)}[style*="--focus-shadow-mobile:"]:focus{box-shadow:var(--focus-shadow-mobile)}[style*="--c-mobile:"]{color:var(--c-mobile)}[style*="--hvr-c-mobile:"]:hover{color:var(--hvr-c-mobile)}[style*="--focus-c-mobile:"]:focus{color:var(--focus-c-mobile)}[style*="--cg-mobile:"]{-webkit-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}[style*="--hvr-cg-mobile:"]:hover{-webkit-column-gap:var(--hvr-cg-mobile);column-gap:var(--hvr-cg-mobile)}[style*="--focus-cg-mobile:"]:focus{-webkit-column-gap:var(--focus-cg-mobile);column-gap:var(--focus-cg-mobile)}[style*="--d-mobile:"]{display:var(--d-mobile)}[style*="--hvr-d-mobile:"]:hover{display:var(--hvr-d-mobile)}[style*="--focus-d-mobile:"]:focus{display:var(--focus-d-mobile)}[style*="--fd-mobile:"]{flex-direction:var(--fd-mobile)}[style*="--hvr-fd-mobile:"]:hover{flex-direction:var(--hvr-fd-mobile)}[style*="--focus-fd-mobile:"]:focus{flex-direction:var(--focus-fd-mobile)}[style*="--ff-mobile:"]{font-family:var(--ff-mobile)}[style*="--hvr-ff-mobile:"]:hover{font-family:var(--hvr-ff-mobile)}[style*="--focus-ff-mobile:"]:focus{font-family:var(--focus-ff-mobile)}[style*="--size-mobile:"]{font-size:var(--size-mobile)}[style*="--hvr-size-mobile:"]:hover{font-size:var(--hvr-size-mobile)}[style*="--focus-size-mobile:"]:focus{font-size:var(--focus-size-mobile)}[style*="--weight-mobile:"]{font-weight:var(--weight-mobile)}[style*="--hvr-weight-mobile:"]:hover{font-weight:var(--hvr-weight-mobile)}[style*="--focus-weight-mobile:"]:focus{font-weight:var(--focus-weight-mobile)}[style*="--fs-mobile:"]{font-style:var(--fs-mobile)}[style*="--hvr-fs-mobile:"]:hover{font-style:var(--hvr-fs-mobile)}[style*="--focus-fs-mobile:"]:focus{font-style:var(--focus-fs-mobile)}[style*="--gg-mobile:"]{grid-gap:var(--gg-mobile)}[style*="--hvr-gg-mobile:"]:hover{grid-gap:var(--hvr-gg-mobile)}[style*="--focus-gg-mobile:"]:focus{grid-gap:var(--focus-gg-mobile)}[style*="--gr-mobile:"]{grid-row:var(--gr-mobile)}[style*="--hvr-gr-mobile:"]:hover{grid-row:var(--hvr-gr-mobile)}[style*="--focus-gr-mobile:"]:focus{grid-row:var(--focus-gr-mobile)}[style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}[style*="--hvr-gtc-mobile:"]:hover{grid-template-columns:var(--hvr-gtc-mobile)}[style*="--focus-gtc-mobile:"]:focus{grid-template-columns:var(--focus-gtc-mobile)}[style*="--gtr-mobile:"]{grid-template-rows:var(--gtr-mobile)}[style*="--hvr-gtr-mobile:"]:hover{grid-template-rows:var(--hvr-gtr-mobile)}[style*="--focus-gtr-mobile:"]:focus{grid-template-rows:var(--focus-gtr-mobile)}[style*="--h-mobile:"]{height:var(--h-mobile)}[style*="--hvr-h-mobile:"]:hover{height:var(--hvr-h-mobile)}[style*="--focus-h-mobile:"]:focus{height:var(--focus-h-mobile)}[style*="--jc-mobile:"]{justify-content:var(--jc-mobile)}[style*="--hvr-jc-mobile:"]:hover{justify-content:var(--hvr-jc-mobile)}[style*="--focus-jc-mobile:"]:focus{justify-content:var(--focus-jc-mobile)}[style*="--left-mobile:"]{left:var(--left-mobile)}[style*="--hvr-left-mobile:"]:hover{left:var(--hvr-left-mobile)}[style*="--focus-left-mobile:"]:focus{left:var(--focus-left-mobile)}[style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}[style*="--hvr-ls-mobile:"]:hover{letter-spacing:var(--hvr-ls-mobile)}[style*="--focus-ls-mobile:"]:focus{letter-spacing:var(--focus-ls-mobile)}[style*="--lh-mobile:"]{line-height:var(--lh-mobile)}[style*="--hvr-lh-mobile:"]:hover{line-height:var(--hvr-lh-mobile)}[style*="--focus-lh-mobile:"]:focus{line-height:var(--focus-lh-mobile)}[style*="--tdt-mobile:"]{text-decoration-thickness:var(--tdt-mobile)}[style*="--hvr-tdt-mobile:"]:hover{text-decoration-thickness:var(--hvr-tdt-mobile)}[style*="--focus-tdt-mobile:"]:focus{text-decoration-thickness:var(--focus-tdt-mobile)}[style*="--tdc-mobile:"]{text-decoration-color:var(--tdc-mobile)}[style*="--hvr-tdc-mobile:"]:hover{text-decoration-color:var(--hvr-tdc-mobile)}[style*="--focus-tdc-mobile:"]:focus{text-decoration-color:var(--focus-tdc-mobile)}[style*="--tdl-mobile:"]{text-decoration-line:var(--tdl-mobile)}[style*="--hvr-tdl-mobile:"]:hover{text-decoration-line:var(--hvr-tdl-mobile)}[style*="--focus-tdl-mobile:"]:focus{text-decoration-line:var(--focus-tdl-mobile)}[style*="--m-mobile:"]{margin:var(--m-mobile)}[style*="--hvr-m-mobile:"]:hover{margin:var(--hvr-m-mobile)}[style*="--focus-m-mobile:"]:focus{margin:var(--focus-m-mobile)}[style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}[style*="--hvr-mb-mobile:"]:hover{margin-bottom:var(--hvr-mb-mobile)}[style*="--focus-mb-mobile:"]:focus{margin-bottom:var(--focus-mb-mobile)}[style*="--ml-mobile:"]{margin-left:var(--ml-mobile)}[style*="--hvr-ml-mobile:"]:hover{margin-left:var(--hvr-ml-mobile)}[style*="--focus-ml-mobile:"]:focus{margin-left:var(--focus-ml-mobile)}[style*="--mr-mobile:"]{margin-right:var(--mr-mobile)}[style*="--hvr-mr-mobile:"]:hover{margin-right:var(--hvr-mr-mobile)}[style*="--focus-mr-mobile:"]:focus{margin-right:var(--focus-mr-mobile)}[style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}[style*="--hvr-mt-mobile:"]:hover{margin-top:var(--hvr-mt-mobile)}[style*="--focus-mt-mobile:"]:focus{margin-top:var(--focus-mt-mobile)}[style*="--maxh-mobile:"]{max-height:var(--maxh-mobile)}[style*="--hvr-maxh-mobile:"]:hover{max-height:var(--hvr-maxh-mobile)}[style*="--focus-maxh-mobile:"]:focus{max-height:var(--focus-maxh-mobile)}[style*="--maxw-mobile:"]{max-width:var(--maxw-mobile)}[style*="--hvr-maxw-mobile:"]:hover{max-width:var(--hvr-maxw-mobile)}[style*="--focus-maxw-mobile:"]:focus{max-width:var(--focus-maxw-mobile)}[style*="--minh-mobile:"]{min-height:var(--minh-mobile)}[style*="--hvr-minh-mobile:"]:hover{min-height:var(--hvr-minh-mobile)}[style*="--focus-minh-mobile:"]:focus{min-height:var(--focus-minh-mobile)}[style*="--minw-mobile:"]{min-width:var(--minw-mobile)}[style*="--hvr-minw-mobile:"]:hover{min-width:var(--hvr-minw-mobile)}[style*="--focus-minw-mobile:"]:focus{min-width:var(--focus-minw-mobile)}[style*="--objf-mobile:"]{object-fit:var(--objf-mobile)}[style*="--hvr-objf-mobile:"]:hover{object-fit:var(--hvr-objf-mobile)}[style*="--focus-objf-mobile:"]:focus{object-fit:var(--focus-objf-mobile)}[style*="--op-mobile:"]{opacity:var(--op-mobile)}[style*="--hvr-op-mobile:"]:hover{opacity:var(--hvr-op-mobile)}[style*="--focus-op-mobile:"]:focus{opacity:var(--focus-op-mobile)}[style*="--o-mobile:"]{order:var(--o-mobile)}[style*="--hvr-o-mobile:"]:hover{order:var(--hvr-o-mobile)}[style*="--focus-o-mobile:"]:focus{order:var(--focus-o-mobile)}[style*="--pc-mobile:"]{place-content:var(--pc-mobile)}[style*="--hvr-pc-mobile:"]:hover{place-content:var(--hvr-pc-mobile)}[style*="--focus-pc-mobile:"]:focus{place-content:var(--focus-pc-mobile)}[style*="--p-mobile:"]{padding:var(--p-mobile)}[style*="--hvr-p-mobile:"]:hover{padding:var(--hvr-p-mobile)}[style*="--focus-p-mobile:"]:focus{padding:var(--focus-p-mobile)}[style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}[style*="--hvr-pb-mobile:"]:hover{padding-bottom:var(--hvr-pb-mobile)}[style*="--focus-pb-mobile:"]:focus{padding-bottom:var(--focus-pb-mobile)}[style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}[style*="--hvr-pl-mobile:"]:hover{padding-left:var(--hvr-pl-mobile)}[style*="--focus-pl-mobile:"]:focus{padding-left:var(--focus-pl-mobile)}[style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}[style*="--hvr-pr-mobile:"]:hover{padding-right:var(--hvr-pr-mobile)}[style*="--focus-pr-mobile:"]:focus{padding-right:var(--focus-pr-mobile)}[style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}[style*="--hvr-pt-mobile:"]:hover{padding-top:var(--hvr-pt-mobile)}[style*="--focus-pt-mobile:"]:focus{padding-top:var(--focus-pt-mobile)}[style*="--pe-mobile:"]{pointer-events:var(--pe-mobile)}[style*="--hvr-pe-mobile:"]:hover{pointer-events:var(--hvr-pe-mobile)}[style*="--focus-pe-mobile:"]:focus{pointer-events:var(--focus-pe-mobile)}[style*="--pos-mobile:"]{position:var(--pos-mobile)}[style*="--hvr-pos-mobile:"]:hover{position:var(--hvr-pos-mobile)}[style*="--focus-pos-mobile:"]:focus{position:var(--focus-pos-mobile)}[style*="--right-mobile:"]{right:var(--right-mobile)}[style*="--hvr-right-mobile:"]:hover{right:var(--hvr-right-mobile)}[style*="--focus-right-mobile:"]:focus{right:var(--focus-right-mobile)}[style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}[style*="--hvr-rg-mobile:"]:hover{row-gap:var(--hvr-rg-mobile)}[style*="--focus-rg-mobile:"]:focus{row-gap:var(--focus-rg-mobile)}[style*="--ta-mobile:"]{text-align:var(--ta-mobile)}[style*="--hvr-ta-mobile:"]:hover{text-align:var(--hvr-ta-mobile)}[style*="--focus-ta-mobile:"]:focus{text-align:var(--focus-ta-mobile)}[style*="--ts-mobile:"]{text-shadow:var(--ts-mobile)}[style*="--hvr-ts-mobile:"]:hover{text-shadow:var(--hvr-ts-mobile)}[style*="--focus-ts-mobile:"]:focus{text-shadow:var(--focus-ts-mobile)}[style*="--tt-mobile:"]{text-transform:var(--tt-mobile)}[style*="--hvr-tt-mobile:"]:hover{text-transform:var(--hvr-tt-mobile)}[style*="--focus-tt-mobile:"]:focus{text-transform:var(--focus-tt-mobile)}[style*="--top-mobile:"]{top:var(--top-mobile)}[style*="--hvr-top-mobile:"]:hover{top:var(--hvr-top-mobile)}[style*="--focus-top-mobile:"]:focus{top:var(--focus-top-mobile)}[style*="--t-mobile:"]{-webkit-transform:var(--t-mobile);transform:var(--t-mobile)}[style*="--hvr-t-mobile:"]:hover{-webkit-transform:var(--hvr-t-mobile);transform:var(--hvr-t-mobile)}[style*="--focus-t-mobile:"]:focus{-webkit-transform:var(--focus-t-mobile);transform:var(--focus-t-mobile)}[style*="--v-mobile:"]{visibility:var(--v-mobile)}[style*="--hvr-v-mobile:"]:hover{visibility:var(--hvr-v-mobile)}[style*="--focus-v-mobile:"]:focus{visibility:var(--focus-v-mobile)}[style*="--ws-mobile:"]{white-space:var(--ws-mobile)}[style*="--hvr-ws-mobile:"]:hover{white-space:var(--hvr-ws-mobile)}[style*="--focus-ws-mobile:"]:focus{white-space:var(--focus-ws-mobile)}[style*="--w-mobile:"]{width:var(--w-mobile)}[style*="--hvr-w-mobile:"]:hover{width:var(--hvr-w-mobile)}[style*="--focus-w-mobile:"]:focus{width:var(--focus-w-mobile)}[style*="--z-mobile:"]{z-index:var(--z-mobile)}[style*="--hvr-z-mobile:"]:hover{z-index:var(--hvr-z-mobile)}[style*="--focus-z-mobile:"]:focus{z-index:var(--focus-z-mobile)}[style*="--wm-mobile:"]{-webkit-writing-mode:var(--wm-mobile);writing-mode:var(--wm-mobile)}[style*="--hvr-wm-mobile:"]:hover{-webkit-writing-mode:var(--hvr-wm-mobile);writing-mode:var(--hvr-wm-mobile)}[style*="--focus-wm-mobile:"]:focus{-webkit-writing-mode:var(--focus-wm-mobile);writing-mode:var(--focus-wm-mobile)}[style*="--line-clamp-mobile:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile);display:-webkit-box;overflow:hidden}}
|
|
1
|
+
[style*="--ai:"]{align-items:var(--ai)}[style*="--hvr-ai:"]:hover{align-items:var(--hvr-ai)}[style*="--focus-ai:"]:focus{align-items:var(--focus-ai)}[style*="--aspect:"]{aspect-ratio:var(--aspect)}[style*="--hvr-aspect:"]:hover{aspect-ratio:var(--hvr-aspect)}[style*="--focus-aspect:"]:focus{aspect-ratio:var(--focus-aspect)}[style*="--bg:"]{background:var(--bg)}[style*="--hvr-bg:"]:hover{background:var(--hvr-bg)}[style*="--focus-bg:"]:focus{background:var(--focus-bg)}[style*="--bga:"]{background-attachment:var(--bga)}[style*="--hvr-bga:"]:hover{background-attachment:var(--hvr-bga)}[style*="--focus-bga:"]:focus{background-attachment:var(--focus-bga)}[style*="--bgc:"]{background-color:var(--bgc)}[style*="--hvr-bgc:"]:hover{background-color:var(--hvr-bgc)}[style*="--focus-bgc:"]:focus{background-color:var(--focus-bgc)}[style*="--bgi:"]{background-image:var(--bgi)}[style*="--hvr-bgi:"]:hover{background-image:var(--hvr-bgi)}[style*="--focus-bgi:"]:focus{background-image:var(--focus-bgi)}[style*="--bgp:"]{background-position:var(--bgp)}[style*="--hvr-bgp:"]:hover{background-position:var(--hvr-bgp)}[style*="--focus-bgp:"]:focus{background-position:var(--focus-bgp)}[style*="--bgr:"]{background-repeat:var(--bgr)}[style*="--hvr-bgr:"]:hover{background-repeat:var(--hvr-bgr)}[style*="--focus-bgr:"]:focus{background-repeat:var(--focus-bgr)}[style*="--bgs:"]{background-size:var(--bgs)}[style*="--hvr-bgs:"]:hover{background-size:var(--hvr-bgs)}[style*="--focus-bgs:"]:focus{background-size:var(--focus-bgs)}[style*="--b:"]{border:var(--b)}[style*="--hvr-b:"]:hover{border:var(--hvr-b)}[style*="--focus-b:"]:focus{border:var(--focus-b)}[style*="--bb:"]{border-bottom:var(--bb)}[style*="--hvr-bb:"]:hover{border-bottom:var(--hvr-bb)}[style*="--focus-bb:"]:focus{border-bottom:var(--focus-bb)}[style*="--bbw:"]{border-bottom-width:var(--bbw)}[style*="--hvr-bbw:"]:hover{border-bottom-width:var(--hvr-bbw)}[style*="--focus-bbw:"]:focus{border-bottom-width:var(--focus-bbw)}[style*="--blw:"]{border-left-width:var(--blw)}[style*="--hvr-blw:"]:hover{border-left-width:var(--hvr-blw)}[style*="--focus-blw:"]:focus{border-left-width:var(--focus-blw)}[style*="--brw:"]{border-right-width:var(--brw)}[style*="--hvr-brw:"]:hover{border-right-width:var(--hvr-brw)}[style*="--focus-brw:"]:focus{border-right-width:var(--focus-brw)}[style*="--btw:"]{border-top-width:var(--btw)}[style*="--hvr-btw:"]:hover{border-top-width:var(--hvr-btw)}[style*="--focus-btw:"]:focus{border-top-width:var(--focus-btw)}[style*="--bbc:"]{border-bottom-color:var(--bbc)}[style*="--hvr-bbc:"]:hover{border-bottom-color:var(--hvr-bbc)}[style*="--focus-bbc:"]:focus{border-bottom-color:var(--focus-bbc)}[style*="--btc:"]{border-top-color:var(--btc)}[style*="--hvr-btc:"]:hover{border-top-color:var(--hvr-btc)}[style*="--focus-btc:"]:focus{border-top-color:var(--focus-btc)}[style*="--blc:"]{border-left-color:var(--blc)}[style*="--hvr-blc:"]:hover{border-left-color:var(--hvr-blc)}[style*="--focus-blc:"]:focus{border-left-color:var(--focus-blc)}[style*="--brc:"]{border-right-color:var(--brc)}[style*="--hvr-brc:"]:hover{border-right-color:var(--hvr-brc)}[style*="--focus-brc:"]:focus{border-right-color:var(--focus-brc)}[style*="--bc:"]{border-color:var(--bc)}[style*="--hvr-bc:"]:hover{border-color:var(--hvr-bc)}[style*="--focus-bc:"]:focus{border-color:var(--focus-bc)}[style*="--bblr:"]{border-bottom-left-radius:var(--bblr)}[style*="--hvr-bblr:"]:hover{border-bottom-left-radius:var(--hvr-bblr)}[style*="--focus-bblr:"]:focus{border-bottom-left-radius:var(--focus-bblr)}[style*="--bbrr:"]{border-bottom-right-radius:var(--bbrr)}[style*="--hvr-bbrr:"]:hover{border-bottom-right-radius:var(--hvr-bbrr)}[style*="--focus-bbrr:"]:focus{border-bottom-right-radius:var(--focus-bbrr)}[style*="--bl:"]{border-left:var(--bl)}[style*="--hvr-bl:"]:hover{border-left:var(--hvr-bl)}[style*="--focus-bl:"]:focus{border-left:var(--focus-bl)}[style*="--radius:"]{border-radius:var(--radius)}[style*="--hvr-radius:"]:hover{border-radius:var(--hvr-radius)}[style*="--focus-radius:"]:focus{border-radius:var(--focus-radius)}[style*="--br:"]{border-right:var(--br)}[style*="--hvr-br:"]:hover{border-right:var(--hvr-br)}[style*="--focus-br:"]:focus{border-right:var(--focus-br)}[style*="--bs:"]{border-style:var(--bs)}[style*="--hvr-bs:"]:hover{border-style:var(--hvr-bs)}[style*="--focus-bs:"]:focus{border-style:var(--focus-bs)}[style*="--bt:"]{border-top:var(--bt)}[style*="--hvr-bt:"]:hover{border-top:var(--hvr-bt)}[style*="--focus-bt:"]:focus{border-top:var(--focus-bt)}[style*="--btlr:"]{border-top-left-radius:var(--btlr)}[style*="--hvr-btlr:"]:hover{border-top-left-radius:var(--hvr-btlr)}[style*="--focus-btlr:"]:focus{border-top-left-radius:var(--focus-btlr)}[style*="--btrr:"]{border-top-right-radius:var(--btrr)}[style*="--hvr-btrr:"]:hover{border-top-right-radius:var(--hvr-btrr)}[style*="--focus-btrr:"]:focus{border-top-right-radius:var(--focus-btrr)}[style*="--bw:"]{border-width:var(--bw)}[style*="--hvr-bw:"]:hover{border-width:var(--hvr-bw)}[style*="--focus-bw:"]:focus{border-width:var(--focus-bw)}[style*="--bottom:"]{bottom:var(--bottom)}[style*="--hvr-bottom:"]:hover{bottom:var(--hvr-bottom)}[style*="--focus-bottom:"]:focus{bottom:var(--focus-bottom)}[style*="--shadow:"]{box-shadow:var(--shadow)}[style*="--hvr-shadow:"]:hover{box-shadow:var(--hvr-shadow)}[style*="--focus-shadow:"]:focus{box-shadow:var(--focus-shadow)}[style*="--c:"]{color:var(--c)}[style*="--hvr-c:"]:hover{color:var(--hvr-c)}[style*="--focus-c:"]:focus{color:var(--focus-c)}[style*="--cg:"]{-webkit-column-gap:var(--cg);column-gap:var(--cg)}[style*="--hvr-cg:"]:hover{-webkit-column-gap:var(--hvr-cg);column-gap:var(--hvr-cg)}[style*="--focus-cg:"]:focus{-webkit-column-gap:var(--focus-cg);column-gap:var(--focus-cg)}[style*="--d:"]{display:var(--d)}[style*="--hvr-d:"]:hover{display:var(--hvr-d)}[style*="--focus-d:"]:focus{display:var(--focus-d)}[style*="--fd:"]{flex-direction:var(--fd)}[style*="--hvr-fd:"]:hover{flex-direction:var(--hvr-fd)}[style*="--focus-fd:"]:focus{flex-direction:var(--focus-fd)}[style*="--ff:"]{font-family:var(--ff)}[style*="--hvr-ff:"]:hover{font-family:var(--hvr-ff)}[style*="--focus-ff:"]:focus{font-family:var(--focus-ff)}[style*="--size:"]{font-size:var(--size)}[style*="--hvr-size:"]:hover{font-size:var(--hvr-size)}[style*="--focus-size:"]:focus{font-size:var(--focus-size)}[style*="--weight:"]{font-weight:var(--weight)}[style*="--hvr-weight:"]:hover{font-weight:var(--hvr-weight)}[style*="--focus-weight:"]:focus{font-weight:var(--focus-weight)}[style*="--fs:"]{font-style:var(--fs)}[style*="--hvr-fs:"]:hover{font-style:var(--hvr-fs)}[style*="--focus-fs:"]:focus{font-style:var(--focus-fs)}[style*="--gg:"]{grid-gap:var(--gg)}[style*="--hvr-gg:"]:hover{grid-gap:var(--hvr-gg)}[style*="--focus-gg:"]:focus{grid-gap:var(--focus-gg)}[style*="--gr:"]{grid-row:var(--gr)}[style*="--hvr-gr:"]:hover{grid-row:var(--hvr-gr)}[style*="--focus-gr:"]:focus{grid-row:var(--focus-gr)}[style*="--gtc:"]{grid-template-columns:var(--gtc)}[style*="--hvr-gtc:"]:hover{grid-template-columns:var(--hvr-gtc)}[style*="--focus-gtc:"]:focus{grid-template-columns:var(--focus-gtc)}[style*="--gtr:"]{grid-template-rows:var(--gtr)}[style*="--hvr-gtr:"]:hover{grid-template-rows:var(--hvr-gtr)}[style*="--focus-gtr:"]:focus{grid-template-rows:var(--focus-gtr)}[style*="--h:"]{height:var(--h)}[style*="--hvr-h:"]:hover{height:var(--hvr-h)}[style*="--focus-h:"]:focus{height:var(--focus-h)}[style*="--jc:"]{justify-content:var(--jc)}[style*="--hvr-jc:"]:hover{justify-content:var(--hvr-jc)}[style*="--focus-jc:"]:focus{justify-content:var(--focus-jc)}[style*="--left:"]{left:var(--left)}[style*="--hvr-left:"]:hover{left:var(--hvr-left)}[style*="--focus-left:"]:focus{left:var(--focus-left)}[style*="--ls:"]{letter-spacing:var(--ls)}[style*="--hvr-ls:"]:hover{letter-spacing:var(--hvr-ls)}[style*="--focus-ls:"]:focus{letter-spacing:var(--focus-ls)}[style*="--lh:"]{line-height:var(--lh)}[style*="--hvr-lh:"]:hover{line-height:var(--hvr-lh)}[style*="--focus-lh:"]:focus{line-height:var(--focus-lh)}[style*="--tdt:"]{text-decoration-thickness:var(--tdt)}[style*="--hvr-tdt:"]:hover{text-decoration-thickness:var(--hvr-tdt)}[style*="--focus-tdt:"]:focus{text-decoration-thickness:var(--focus-tdt)}[style*="--tdc:"]{text-decoration-color:var(--tdc)}[style*="--hvr-tdc:"]:hover{text-decoration-color:var(--hvr-tdc)}[style*="--focus-tdc:"]:focus{text-decoration-color:var(--focus-tdc)}[style*="--tdl:"]{text-decoration-line:var(--tdl)}[style*="--hvr-tdl:"]:hover{text-decoration-line:var(--hvr-tdl)}[style*="--focus-tdl:"]:focus{text-decoration-line:var(--focus-tdl)}[style*="--m:"]{margin:var(--m)}[style*="--hvr-m:"]:hover{margin:var(--hvr-m)}[style*="--focus-m:"]:focus{margin:var(--focus-m)}[style*="--mb:"]{margin-bottom:var(--mb)}[style*="--hvr-mb:"]:hover{margin-bottom:var(--hvr-mb)}[style*="--focus-mb:"]:focus{margin-bottom:var(--focus-mb)}[style*="--ml:"]{margin-left:var(--ml)}[style*="--hvr-ml:"]:hover{margin-left:var(--hvr-ml)}[style*="--focus-ml:"]:focus{margin-left:var(--focus-ml)}[style*="--mr:"]{margin-right:var(--mr)}[style*="--hvr-mr:"]:hover{margin-right:var(--hvr-mr)}[style*="--focus-mr:"]:focus{margin-right:var(--focus-mr)}[style*="--mt:"]{margin-top:var(--mt)}[style*="--hvr-mt:"]:hover{margin-top:var(--hvr-mt)}[style*="--focus-mt:"]:focus{margin-top:var(--focus-mt)}[style*="--maxh:"]{max-height:var(--maxh)}[style*="--hvr-maxh:"]:hover{max-height:var(--hvr-maxh)}[style*="--focus-maxh:"]:focus{max-height:var(--focus-maxh)}[style*="--maxw:"]{max-width:var(--maxw)}[style*="--hvr-maxw:"]:hover{max-width:var(--hvr-maxw)}[style*="--focus-maxw:"]:focus{max-width:var(--focus-maxw)}[style*="--minh:"]{min-height:var(--minh)}[style*="--hvr-minh:"]:hover{min-height:var(--hvr-minh)}[style*="--focus-minh:"]:focus{min-height:var(--focus-minh)}[style*="--minw:"]{min-width:var(--minw)}[style*="--hvr-minw:"]:hover{min-width:var(--hvr-minw)}[style*="--focus-minw:"]:focus{min-width:var(--focus-minw)}[style*="--objf:"]{object-fit:var(--objf)}[style*="--hvr-objf:"]:hover{object-fit:var(--hvr-objf)}[style*="--focus-objf:"]:focus{object-fit:var(--focus-objf)}[style*="--op:"]{opacity:var(--op)}[style*="--hvr-op:"]:hover{opacity:var(--hvr-op)}[style*="--focus-op:"]:focus{opacity:var(--focus-op)}[style*="--o:"]{order:var(--o)}[style*="--hvr-o:"]:hover{order:var(--hvr-o)}[style*="--focus-o:"]:focus{order:var(--focus-o)}[style*="--pc:"]{place-content:var(--pc)}[style*="--hvr-pc:"]:hover{place-content:var(--hvr-pc)}[style*="--focus-pc:"]:focus{place-content:var(--focus-pc)}[style*="--p:"]{padding:var(--p)}[style*="--hvr-p:"]:hover{padding:var(--hvr-p)}[style*="--focus-p:"]:focus{padding:var(--focus-p)}[style*="--pb:"]{padding-bottom:var(--pb)}[style*="--hvr-pb:"]:hover{padding-bottom:var(--hvr-pb)}[style*="--focus-pb:"]:focus{padding-bottom:var(--focus-pb)}[style*="--pl:"]{padding-left:var(--pl)}[style*="--hvr-pl:"]:hover{padding-left:var(--hvr-pl)}[style*="--focus-pl:"]:focus{padding-left:var(--focus-pl)}[style*="--pr:"]{padding-right:var(--pr)}[style*="--hvr-pr:"]:hover{padding-right:var(--hvr-pr)}[style*="--focus-pr:"]:focus{padding-right:var(--focus-pr)}[style*="--pt:"]{padding-top:var(--pt)}[style*="--hvr-pt:"]:hover{padding-top:var(--hvr-pt)}[style*="--focus-pt:"]:focus{padding-top:var(--focus-pt)}[style*="--pe:"]{pointer-events:var(--pe)}[style*="--hvr-pe:"]:hover{pointer-events:var(--hvr-pe)}[style*="--focus-pe:"]:focus{pointer-events:var(--focus-pe)}[style*="--pos:"]{position:var(--pos)}[style*="--hvr-pos:"]:hover{position:var(--hvr-pos)}[style*="--focus-pos:"]:focus{position:var(--focus-pos)}[style*="--right:"]{right:var(--right)}[style*="--hvr-right:"]:hover{right:var(--hvr-right)}[style*="--focus-right:"]:focus{right:var(--focus-right)}[style*="--rg:"]{row-gap:var(--rg)}[style*="--hvr-rg:"]:hover{row-gap:var(--hvr-rg)}[style*="--focus-rg:"]:focus{row-gap:var(--focus-rg)}[style*="--ta:"]{text-align:var(--ta)}[style*="--hvr-ta:"]:hover{text-align:var(--hvr-ta)}[style*="--focus-ta:"]:focus{text-align:var(--focus-ta)}[style*="--ts:"]{text-shadow:var(--ts)}[style*="--hvr-ts:"]:hover{text-shadow:var(--hvr-ts)}[style*="--focus-ts:"]:focus{text-shadow:var(--focus-ts)}[style*="--tt:"]{text-transform:var(--tt)}[style*="--hvr-tt:"]:hover{text-transform:var(--hvr-tt)}[style*="--focus-tt:"]:focus{text-transform:var(--focus-tt)}[style*="--top:"]{top:var(--top)}[style*="--hvr-top:"]:hover{top:var(--hvr-top)}[style*="--focus-top:"]:focus{top:var(--focus-top)}[style*="--t:"]{-webkit-transform:var(--t);transform:var(--t)}[style*="--hvr-t:"]:hover{-webkit-transform:var(--hvr-t);transform:var(--hvr-t)}[style*="--focus-t:"]:focus{-webkit-transform:var(--focus-t);transform:var(--focus-t)}[style*="--v:"]{visibility:var(--v)}[style*="--hvr-v:"]:hover{visibility:var(--hvr-v)}[style*="--focus-v:"]:focus{visibility:var(--focus-v)}[style*="--ws:"]{white-space:var(--ws)}[style*="--hvr-ws:"]:hover{white-space:var(--hvr-ws)}[style*="--focus-ws:"]:focus{white-space:var(--focus-ws)}[style*="--w:"]{width:var(--w)}[style*="--hvr-w:"]:hover{width:var(--hvr-w)}[style*="--focus-w:"]:focus{width:var(--focus-w)}[style*="--z:"]{z-index:var(--z)}[style*="--hvr-z:"]:hover{z-index:var(--hvr-z)}[style*="--focus-z:"]:focus{z-index:var(--focus-z)}[style*="--wm:"]{-webkit-writing-mode:var(--wm);writing-mode:var(--wm)}[style*="--hvr-wm:"]:hover{-webkit-writing-mode:var(--hvr-wm);writing-mode:var(--hvr-wm)}[style*="--focus-wm:"]:focus{-webkit-writing-mode:var(--focus-wm);writing-mode:var(--focus-wm)}[style*="--line-clamp:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp);display:-webkit-box;overflow:hidden}@media only screen and (max-width:1024px){[style*="--ai-tablet:"]{align-items:var(--ai-tablet)}[style*="--hvr-ai-tablet:"]:hover{align-items:var(--hvr-ai-tablet)}[style*="--focus-ai-tablet:"]:focus{align-items:var(--focus-ai-tablet)}[style*="--aspect-tablet:"]{aspect-ratio:var(--aspect-tablet)}[style*="--hvr-aspect-tablet:"]:hover{aspect-ratio:var(--hvr-aspect-tablet)}[style*="--focus-aspect-tablet:"]:focus{aspect-ratio:var(--focus-aspect-tablet)}[style*="--bg-tablet:"]{background:var(--bg-tablet)}[style*="--hvr-bg-tablet:"]:hover{background:var(--hvr-bg-tablet)}[style*="--focus-bg-tablet:"]:focus{background:var(--focus-bg-tablet)}[style*="--bga-tablet:"]{background-attachment:var(--bga-tablet)}[style*="--hvr-bga-tablet:"]:hover{background-attachment:var(--hvr-bga-tablet)}[style*="--focus-bga-tablet:"]:focus{background-attachment:var(--focus-bga-tablet)}[style*="--bgc-tablet:"]{background-color:var(--bgc-tablet)}[style*="--hvr-bgc-tablet:"]:hover{background-color:var(--hvr-bgc-tablet)}[style*="--focus-bgc-tablet:"]:focus{background-color:var(--focus-bgc-tablet)}[style*="--bgi-tablet:"]{background-image:var(--bgi-tablet)}[style*="--hvr-bgi-tablet:"]:hover{background-image:var(--hvr-bgi-tablet)}[style*="--focus-bgi-tablet:"]:focus{background-image:var(--focus-bgi-tablet)}[style*="--bgp-tablet:"]{background-position:var(--bgp-tablet)}[style*="--hvr-bgp-tablet:"]:hover{background-position:var(--hvr-bgp-tablet)}[style*="--focus-bgp-tablet:"]:focus{background-position:var(--focus-bgp-tablet)}[style*="--bgr-tablet:"]{background-repeat:var(--bgr-tablet)}[style*="--hvr-bgr-tablet:"]:hover{background-repeat:var(--hvr-bgr-tablet)}[style*="--focus-bgr-tablet:"]:focus{background-repeat:var(--focus-bgr-tablet)}[style*="--bgs-tablet:"]{background-size:var(--bgs-tablet)}[style*="--hvr-bgs-tablet:"]:hover{background-size:var(--hvr-bgs-tablet)}[style*="--focus-bgs-tablet:"]:focus{background-size:var(--focus-bgs-tablet)}[style*="--b-tablet:"]{border:var(--b-tablet)}[style*="--hvr-b-tablet:"]:hover{border:var(--hvr-b-tablet)}[style*="--focus-b-tablet:"]:focus{border:var(--focus-b-tablet)}[style*="--bb-tablet:"]{border-bottom:var(--bb-tablet)}[style*="--hvr-bb-tablet:"]:hover{border-bottom:var(--hvr-bb-tablet)}[style*="--focus-bb-tablet:"]:focus{border-bottom:var(--focus-bb-tablet)}[style*="--bbw-tablet:"]{border-bottom-width:var(--bbw-tablet)}[style*="--hvr-bbw-tablet:"]:hover{border-bottom-width:var(--hvr-bbw-tablet)}[style*="--focus-bbw-tablet:"]:focus{border-bottom-width:var(--focus-bbw-tablet)}[style*="--blw-tablet:"]{border-left-width:var(--blw-tablet)}[style*="--hvr-blw-tablet:"]:hover{border-left-width:var(--hvr-blw-tablet)}[style*="--focus-blw-tablet:"]:focus{border-left-width:var(--focus-blw-tablet)}[style*="--brw-tablet:"]{border-right-width:var(--brw-tablet)}[style*="--hvr-brw-tablet:"]:hover{border-right-width:var(--hvr-brw-tablet)}[style*="--focus-brw-tablet:"]:focus{border-right-width:var(--focus-brw-tablet)}[style*="--btw-tablet:"]{border-top-width:var(--btw-tablet)}[style*="--hvr-btw-tablet:"]:hover{border-top-width:var(--hvr-btw-tablet)}[style*="--focus-btw-tablet:"]:focus{border-top-width:var(--focus-btw-tablet)}[style*="--bbc-tablet:"]{border-bottom-color:var(--bbc-tablet)}[style*="--hvr-bbc-tablet:"]:hover{border-bottom-color:var(--hvr-bbc-tablet)}[style*="--focus-bbc-tablet:"]:focus{border-bottom-color:var(--focus-bbc-tablet)}[style*="--btc-tablet:"]{border-top-color:var(--btc-tablet)}[style*="--hvr-btc-tablet:"]:hover{border-top-color:var(--hvr-btc-tablet)}[style*="--focus-btc-tablet:"]:focus{border-top-color:var(--focus-btc-tablet)}[style*="--blc-tablet:"]{border-left-color:var(--blc-tablet)}[style*="--hvr-blc-tablet:"]:hover{border-left-color:var(--hvr-blc-tablet)}[style*="--focus-blc-tablet:"]:focus{border-left-color:var(--focus-blc-tablet)}[style*="--brc-tablet:"]{border-right-color:var(--brc-tablet)}[style*="--hvr-brc-tablet:"]:hover{border-right-color:var(--hvr-brc-tablet)}[style*="--focus-brc-tablet:"]:focus{border-right-color:var(--focus-brc-tablet)}[style*="--bc-tablet:"]{border-color:var(--bc-tablet)}[style*="--hvr-bc-tablet:"]:hover{border-color:var(--hvr-bc-tablet)}[style*="--focus-bc-tablet:"]:focus{border-color:var(--focus-bc-tablet)}[style*="--bblr-tablet:"]{border-bottom-left-radius:var(--bblr-tablet)}[style*="--hvr-bblr-tablet:"]:hover{border-bottom-left-radius:var(--hvr-bblr-tablet)}[style*="--focus-bblr-tablet:"]:focus{border-bottom-left-radius:var(--focus-bblr-tablet)}[style*="--bbrr-tablet:"]{border-bottom-right-radius:var(--bbrr-tablet)}[style*="--hvr-bbrr-tablet:"]:hover{border-bottom-right-radius:var(--hvr-bbrr-tablet)}[style*="--focus-bbrr-tablet:"]:focus{border-bottom-right-radius:var(--focus-bbrr-tablet)}[style*="--bl-tablet:"]{border-left:var(--bl-tablet)}[style*="--hvr-bl-tablet:"]:hover{border-left:var(--hvr-bl-tablet)}[style*="--focus-bl-tablet:"]:focus{border-left:var(--focus-bl-tablet)}[style*="--radius-tablet:"]{border-radius:var(--radius-tablet)}[style*="--hvr-radius-tablet:"]:hover{border-radius:var(--hvr-radius-tablet)}[style*="--focus-radius-tablet:"]:focus{border-radius:var(--focus-radius-tablet)}[style*="--br-tablet:"]{border-right:var(--br-tablet)}[style*="--hvr-br-tablet:"]:hover{border-right:var(--hvr-br-tablet)}[style*="--focus-br-tablet:"]:focus{border-right:var(--focus-br-tablet)}[style*="--bs-tablet:"]{border-style:var(--bs-tablet)}[style*="--hvr-bs-tablet:"]:hover{border-style:var(--hvr-bs-tablet)}[style*="--focus-bs-tablet:"]:focus{border-style:var(--focus-bs-tablet)}[style*="--bt-tablet:"]{border-top:var(--bt-tablet)}[style*="--hvr-bt-tablet:"]:hover{border-top:var(--hvr-bt-tablet)}[style*="--focus-bt-tablet:"]:focus{border-top:var(--focus-bt-tablet)}[style*="--btlr-tablet:"]{border-top-left-radius:var(--btlr-tablet)}[style*="--hvr-btlr-tablet:"]:hover{border-top-left-radius:var(--hvr-btlr-tablet)}[style*="--focus-btlr-tablet:"]:focus{border-top-left-radius:var(--focus-btlr-tablet)}[style*="--btrr-tablet:"]{border-top-right-radius:var(--btrr-tablet)}[style*="--hvr-btrr-tablet:"]:hover{border-top-right-radius:var(--hvr-btrr-tablet)}[style*="--focus-btrr-tablet:"]:focus{border-top-right-radius:var(--focus-btrr-tablet)}[style*="--bw-tablet:"]{border-width:var(--bw-tablet)}[style*="--hvr-bw-tablet:"]:hover{border-width:var(--hvr-bw-tablet)}[style*="--focus-bw-tablet:"]:focus{border-width:var(--focus-bw-tablet)}[style*="--bottom-tablet:"]{bottom:var(--bottom-tablet)}[style*="--hvr-bottom-tablet:"]:hover{bottom:var(--hvr-bottom-tablet)}[style*="--focus-bottom-tablet:"]:focus{bottom:var(--focus-bottom-tablet)}[style*="--shadow-tablet:"]{box-shadow:var(--shadow-tablet)}[style*="--hvr-shadow-tablet:"]:hover{box-shadow:var(--hvr-shadow-tablet)}[style*="--focus-shadow-tablet:"]:focus{box-shadow:var(--focus-shadow-tablet)}[style*="--c-tablet:"]{color:var(--c-tablet)}[style*="--hvr-c-tablet:"]:hover{color:var(--hvr-c-tablet)}[style*="--focus-c-tablet:"]:focus{color:var(--focus-c-tablet)}[style*="--cg-tablet:"]{-webkit-column-gap:var(--cg-tablet);column-gap:var(--cg-tablet)}[style*="--hvr-cg-tablet:"]:hover{-webkit-column-gap:var(--hvr-cg-tablet);column-gap:var(--hvr-cg-tablet)}[style*="--focus-cg-tablet:"]:focus{-webkit-column-gap:var(--focus-cg-tablet);column-gap:var(--focus-cg-tablet)}[style*="--d-tablet:"]{display:var(--d-tablet)}[style*="--hvr-d-tablet:"]:hover{display:var(--hvr-d-tablet)}[style*="--focus-d-tablet:"]:focus{display:var(--focus-d-tablet)}[style*="--fd-tablet:"]{flex-direction:var(--fd-tablet)}[style*="--hvr-fd-tablet:"]:hover{flex-direction:var(--hvr-fd-tablet)}[style*="--focus-fd-tablet:"]:focus{flex-direction:var(--focus-fd-tablet)}[style*="--ff-tablet:"]{font-family:var(--ff-tablet)}[style*="--hvr-ff-tablet:"]:hover{font-family:var(--hvr-ff-tablet)}[style*="--focus-ff-tablet:"]:focus{font-family:var(--focus-ff-tablet)}[style*="--size-tablet:"]{font-size:var(--size-tablet)}[style*="--hvr-size-tablet:"]:hover{font-size:var(--hvr-size-tablet)}[style*="--focus-size-tablet:"]:focus{font-size:var(--focus-size-tablet)}[style*="--weight-tablet:"]{font-weight:var(--weight-tablet)}[style*="--hvr-weight-tablet:"]:hover{font-weight:var(--hvr-weight-tablet)}[style*="--focus-weight-tablet:"]:focus{font-weight:var(--focus-weight-tablet)}[style*="--fs-tablet:"]{font-style:var(--fs-tablet)}[style*="--hvr-fs-tablet:"]:hover{font-style:var(--hvr-fs-tablet)}[style*="--focus-fs-tablet:"]:focus{font-style:var(--focus-fs-tablet)}[style*="--gg-tablet:"]{grid-gap:var(--gg-tablet)}[style*="--hvr-gg-tablet:"]:hover{grid-gap:var(--hvr-gg-tablet)}[style*="--focus-gg-tablet:"]:focus{grid-gap:var(--focus-gg-tablet)}[style*="--gr-tablet:"]{grid-row:var(--gr-tablet)}[style*="--hvr-gr-tablet:"]:hover{grid-row:var(--hvr-gr-tablet)}[style*="--focus-gr-tablet:"]:focus{grid-row:var(--focus-gr-tablet)}[style*="--gtc-tablet:"]{grid-template-columns:var(--gtc-tablet)}[style*="--hvr-gtc-tablet:"]:hover{grid-template-columns:var(--hvr-gtc-tablet)}[style*="--focus-gtc-tablet:"]:focus{grid-template-columns:var(--focus-gtc-tablet)}[style*="--gtr-tablet:"]{grid-template-rows:var(--gtr-tablet)}[style*="--hvr-gtr-tablet:"]:hover{grid-template-rows:var(--hvr-gtr-tablet)}[style*="--focus-gtr-tablet:"]:focus{grid-template-rows:var(--focus-gtr-tablet)}[style*="--h-tablet:"]{height:var(--h-tablet)}[style*="--hvr-h-tablet:"]:hover{height:var(--hvr-h-tablet)}[style*="--focus-h-tablet:"]:focus{height:var(--focus-h-tablet)}[style*="--jc-tablet:"]{justify-content:var(--jc-tablet)}[style*="--hvr-jc-tablet:"]:hover{justify-content:var(--hvr-jc-tablet)}[style*="--focus-jc-tablet:"]:focus{justify-content:var(--focus-jc-tablet)}[style*="--left-tablet:"]{left:var(--left-tablet)}[style*="--hvr-left-tablet:"]:hover{left:var(--hvr-left-tablet)}[style*="--focus-left-tablet:"]:focus{left:var(--focus-left-tablet)}[style*="--ls-tablet:"]{letter-spacing:var(--ls-tablet)}[style*="--hvr-ls-tablet:"]:hover{letter-spacing:var(--hvr-ls-tablet)}[style*="--focus-ls-tablet:"]:focus{letter-spacing:var(--focus-ls-tablet)}[style*="--lh-tablet:"]{line-height:var(--lh-tablet)}[style*="--hvr-lh-tablet:"]:hover{line-height:var(--hvr-lh-tablet)}[style*="--focus-lh-tablet:"]:focus{line-height:var(--focus-lh-tablet)}[style*="--tdt-tablet:"]{text-decoration-thickness:var(--tdt-tablet)}[style*="--hvr-tdt-tablet:"]:hover{text-decoration-thickness:var(--hvr-tdt-tablet)}[style*="--focus-tdt-tablet:"]:focus{text-decoration-thickness:var(--focus-tdt-tablet)}[style*="--tdc-tablet:"]{text-decoration-color:var(--tdc-tablet)}[style*="--hvr-tdc-tablet:"]:hover{text-decoration-color:var(--hvr-tdc-tablet)}[style*="--focus-tdc-tablet:"]:focus{text-decoration-color:var(--focus-tdc-tablet)}[style*="--tdl-tablet:"]{text-decoration-line:var(--tdl-tablet)}[style*="--hvr-tdl-tablet:"]:hover{text-decoration-line:var(--hvr-tdl-tablet)}[style*="--focus-tdl-tablet:"]:focus{text-decoration-line:var(--focus-tdl-tablet)}[style*="--m-tablet:"]{margin:var(--m-tablet)}[style*="--hvr-m-tablet:"]:hover{margin:var(--hvr-m-tablet)}[style*="--focus-m-tablet:"]:focus{margin:var(--focus-m-tablet)}[style*="--mb-tablet:"]{margin-bottom:var(--mb-tablet)}[style*="--hvr-mb-tablet:"]:hover{margin-bottom:var(--hvr-mb-tablet)}[style*="--focus-mb-tablet:"]:focus{margin-bottom:var(--focus-mb-tablet)}[style*="--ml-tablet:"]{margin-left:var(--ml-tablet)}[style*="--hvr-ml-tablet:"]:hover{margin-left:var(--hvr-ml-tablet)}[style*="--focus-ml-tablet:"]:focus{margin-left:var(--focus-ml-tablet)}[style*="--mr-tablet:"]{margin-right:var(--mr-tablet)}[style*="--hvr-mr-tablet:"]:hover{margin-right:var(--hvr-mr-tablet)}[style*="--focus-mr-tablet:"]:focus{margin-right:var(--focus-mr-tablet)}[style*="--mt-tablet:"]{margin-top:var(--mt-tablet)}[style*="--hvr-mt-tablet:"]:hover{margin-top:var(--hvr-mt-tablet)}[style*="--focus-mt-tablet:"]:focus{margin-top:var(--focus-mt-tablet)}[style*="--maxh-tablet:"]{max-height:var(--maxh-tablet)}[style*="--hvr-maxh-tablet:"]:hover{max-height:var(--hvr-maxh-tablet)}[style*="--focus-maxh-tablet:"]:focus{max-height:var(--focus-maxh-tablet)}[style*="--maxw-tablet:"]{max-width:var(--maxw-tablet)}[style*="--hvr-maxw-tablet:"]:hover{max-width:var(--hvr-maxw-tablet)}[style*="--focus-maxw-tablet:"]:focus{max-width:var(--focus-maxw-tablet)}[style*="--minh-tablet:"]{min-height:var(--minh-tablet)}[style*="--hvr-minh-tablet:"]:hover{min-height:var(--hvr-minh-tablet)}[style*="--focus-minh-tablet:"]:focus{min-height:var(--focus-minh-tablet)}[style*="--minw-tablet:"]{min-width:var(--minw-tablet)}[style*="--hvr-minw-tablet:"]:hover{min-width:var(--hvr-minw-tablet)}[style*="--focus-minw-tablet:"]:focus{min-width:var(--focus-minw-tablet)}[style*="--objf-tablet:"]{object-fit:var(--objf-tablet)}[style*="--hvr-objf-tablet:"]:hover{object-fit:var(--hvr-objf-tablet)}[style*="--focus-objf-tablet:"]:focus{object-fit:var(--focus-objf-tablet)}[style*="--op-tablet:"]{opacity:var(--op-tablet)}[style*="--hvr-op-tablet:"]:hover{opacity:var(--hvr-op-tablet)}[style*="--focus-op-tablet:"]:focus{opacity:var(--focus-op-tablet)}[style*="--o-tablet:"]{order:var(--o-tablet)}[style*="--hvr-o-tablet:"]:hover{order:var(--hvr-o-tablet)}[style*="--focus-o-tablet:"]:focus{order:var(--focus-o-tablet)}[style*="--pc-tablet:"]{place-content:var(--pc-tablet)}[style*="--hvr-pc-tablet:"]:hover{place-content:var(--hvr-pc-tablet)}[style*="--focus-pc-tablet:"]:focus{place-content:var(--focus-pc-tablet)}[style*="--p-tablet:"]{padding:var(--p-tablet)}[style*="--hvr-p-tablet:"]:hover{padding:var(--hvr-p-tablet)}[style*="--focus-p-tablet:"]:focus{padding:var(--focus-p-tablet)}[style*="--pb-tablet:"]{padding-bottom:var(--pb-tablet)}[style*="--hvr-pb-tablet:"]:hover{padding-bottom:var(--hvr-pb-tablet)}[style*="--focus-pb-tablet:"]:focus{padding-bottom:var(--focus-pb-tablet)}[style*="--pl-tablet:"]{padding-left:var(--pl-tablet)}[style*="--hvr-pl-tablet:"]:hover{padding-left:var(--hvr-pl-tablet)}[style*="--focus-pl-tablet:"]:focus{padding-left:var(--focus-pl-tablet)}[style*="--pr-tablet:"]{padding-right:var(--pr-tablet)}[style*="--hvr-pr-tablet:"]:hover{padding-right:var(--hvr-pr-tablet)}[style*="--focus-pr-tablet:"]:focus{padding-right:var(--focus-pr-tablet)}[style*="--pt-tablet:"]{padding-top:var(--pt-tablet)}[style*="--hvr-pt-tablet:"]:hover{padding-top:var(--hvr-pt-tablet)}[style*="--focus-pt-tablet:"]:focus{padding-top:var(--focus-pt-tablet)}[style*="--pe-tablet:"]{pointer-events:var(--pe-tablet)}[style*="--hvr-pe-tablet:"]:hover{pointer-events:var(--hvr-pe-tablet)}[style*="--focus-pe-tablet:"]:focus{pointer-events:var(--focus-pe-tablet)}[style*="--pos-tablet:"]{position:var(--pos-tablet)}[style*="--hvr-pos-tablet:"]:hover{position:var(--hvr-pos-tablet)}[style*="--focus-pos-tablet:"]:focus{position:var(--focus-pos-tablet)}[style*="--right-tablet:"]{right:var(--right-tablet)}[style*="--hvr-right-tablet:"]:hover{right:var(--hvr-right-tablet)}[style*="--focus-right-tablet:"]:focus{right:var(--focus-right-tablet)}[style*="--rg-tablet:"]{row-gap:var(--rg-tablet)}[style*="--hvr-rg-tablet:"]:hover{row-gap:var(--hvr-rg-tablet)}[style*="--focus-rg-tablet:"]:focus{row-gap:var(--focus-rg-tablet)}[style*="--ta-tablet:"]{text-align:var(--ta-tablet)}[style*="--hvr-ta-tablet:"]:hover{text-align:var(--hvr-ta-tablet)}[style*="--focus-ta-tablet:"]:focus{text-align:var(--focus-ta-tablet)}[style*="--ts-tablet:"]{text-shadow:var(--ts-tablet)}[style*="--hvr-ts-tablet:"]:hover{text-shadow:var(--hvr-ts-tablet)}[style*="--focus-ts-tablet:"]:focus{text-shadow:var(--focus-ts-tablet)}[style*="--tt-tablet:"]{text-transform:var(--tt-tablet)}[style*="--hvr-tt-tablet:"]:hover{text-transform:var(--hvr-tt-tablet)}[style*="--focus-tt-tablet:"]:focus{text-transform:var(--focus-tt-tablet)}[style*="--top-tablet:"]{top:var(--top-tablet)}[style*="--hvr-top-tablet:"]:hover{top:var(--hvr-top-tablet)}[style*="--focus-top-tablet:"]:focus{top:var(--focus-top-tablet)}[style*="--t-tablet:"]{-webkit-transform:var(--t-tablet);transform:var(--t-tablet)}[style*="--hvr-t-tablet:"]:hover{-webkit-transform:var(--hvr-t-tablet);transform:var(--hvr-t-tablet)}[style*="--focus-t-tablet:"]:focus{-webkit-transform:var(--focus-t-tablet);transform:var(--focus-t-tablet)}[style*="--v-tablet:"]{visibility:var(--v-tablet)}[style*="--hvr-v-tablet:"]:hover{visibility:var(--hvr-v-tablet)}[style*="--focus-v-tablet:"]:focus{visibility:var(--focus-v-tablet)}[style*="--ws-tablet:"]{white-space:var(--ws-tablet)}[style*="--hvr-ws-tablet:"]:hover{white-space:var(--hvr-ws-tablet)}[style*="--focus-ws-tablet:"]:focus{white-space:var(--focus-ws-tablet)}[style*="--w-tablet:"]{width:var(--w-tablet)}[style*="--hvr-w-tablet:"]:hover{width:var(--hvr-w-tablet)}[style*="--focus-w-tablet:"]:focus{width:var(--focus-w-tablet)}[style*="--z-tablet:"]{z-index:var(--z-tablet)}[style*="--hvr-z-tablet:"]:hover{z-index:var(--hvr-z-tablet)}[style*="--focus-z-tablet:"]:focus{z-index:var(--focus-z-tablet)}[style*="--wm-tablet:"]{-webkit-writing-mode:var(--wm-tablet);writing-mode:var(--wm-tablet)}[style*="--hvr-wm-tablet:"]:hover{-webkit-writing-mode:var(--hvr-wm-tablet);writing-mode:var(--hvr-wm-tablet)}[style*="--focus-wm-tablet:"]:focus{-webkit-writing-mode:var(--focus-wm-tablet);writing-mode:var(--focus-wm-tablet)}[style*="--line-clamp-tablet:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-tablet);display:-webkit-box;overflow:hidden}}@media only screen and (max-width:767px){[style*="--ai-mobile:"]{align-items:var(--ai-mobile)}[style*="--hvr-ai-mobile:"]:hover{align-items:var(--hvr-ai-mobile)}[style*="--focus-ai-mobile:"]:focus{align-items:var(--focus-ai-mobile)}[style*="--aspect-mobile:"]{aspect-ratio:var(--aspect-mobile)}[style*="--hvr-aspect-mobile:"]:hover{aspect-ratio:var(--hvr-aspect-mobile)}[style*="--focus-aspect-mobile:"]:focus{aspect-ratio:var(--focus-aspect-mobile)}[style*="--bg-mobile:"]{background:var(--bg-mobile)}[style*="--hvr-bg-mobile:"]:hover{background:var(--hvr-bg-mobile)}[style*="--focus-bg-mobile:"]:focus{background:var(--focus-bg-mobile)}[style*="--bga-mobile:"]{background-attachment:var(--bga-mobile)}[style*="--hvr-bga-mobile:"]:hover{background-attachment:var(--hvr-bga-mobile)}[style*="--focus-bga-mobile:"]:focus{background-attachment:var(--focus-bga-mobile)}[style*="--bgc-mobile:"]{background-color:var(--bgc-mobile)}[style*="--hvr-bgc-mobile:"]:hover{background-color:var(--hvr-bgc-mobile)}[style*="--focus-bgc-mobile:"]:focus{background-color:var(--focus-bgc-mobile)}[style*="--bgi-mobile:"]{background-image:var(--bgi-mobile)}[style*="--hvr-bgi-mobile:"]:hover{background-image:var(--hvr-bgi-mobile)}[style*="--focus-bgi-mobile:"]:focus{background-image:var(--focus-bgi-mobile)}[style*="--bgp-mobile:"]{background-position:var(--bgp-mobile)}[style*="--hvr-bgp-mobile:"]:hover{background-position:var(--hvr-bgp-mobile)}[style*="--focus-bgp-mobile:"]:focus{background-position:var(--focus-bgp-mobile)}[style*="--bgr-mobile:"]{background-repeat:var(--bgr-mobile)}[style*="--hvr-bgr-mobile:"]:hover{background-repeat:var(--hvr-bgr-mobile)}[style*="--focus-bgr-mobile:"]:focus{background-repeat:var(--focus-bgr-mobile)}[style*="--bgs-mobile:"]{background-size:var(--bgs-mobile)}[style*="--hvr-bgs-mobile:"]:hover{background-size:var(--hvr-bgs-mobile)}[style*="--focus-bgs-mobile:"]:focus{background-size:var(--focus-bgs-mobile)}[style*="--b-mobile:"]{border:var(--b-mobile)}[style*="--hvr-b-mobile:"]:hover{border:var(--hvr-b-mobile)}[style*="--focus-b-mobile:"]:focus{border:var(--focus-b-mobile)}[style*="--bb-mobile:"]{border-bottom:var(--bb-mobile)}[style*="--hvr-bb-mobile:"]:hover{border-bottom:var(--hvr-bb-mobile)}[style*="--focus-bb-mobile:"]:focus{border-bottom:var(--focus-bb-mobile)}[style*="--bbw-mobile:"]{border-bottom-width:var(--bbw-mobile)}[style*="--hvr-bbw-mobile:"]:hover{border-bottom-width:var(--hvr-bbw-mobile)}[style*="--focus-bbw-mobile:"]:focus{border-bottom-width:var(--focus-bbw-mobile)}[style*="--blw-mobile:"]{border-left-width:var(--blw-mobile)}[style*="--hvr-blw-mobile:"]:hover{border-left-width:var(--hvr-blw-mobile)}[style*="--focus-blw-mobile:"]:focus{border-left-width:var(--focus-blw-mobile)}[style*="--brw-mobile:"]{border-right-width:var(--brw-mobile)}[style*="--hvr-brw-mobile:"]:hover{border-right-width:var(--hvr-brw-mobile)}[style*="--focus-brw-mobile:"]:focus{border-right-width:var(--focus-brw-mobile)}[style*="--btw-mobile:"]{border-top-width:var(--btw-mobile)}[style*="--hvr-btw-mobile:"]:hover{border-top-width:var(--hvr-btw-mobile)}[style*="--focus-btw-mobile:"]:focus{border-top-width:var(--focus-btw-mobile)}[style*="--bbc-mobile:"]{border-bottom-color:var(--bbc-mobile)}[style*="--hvr-bbc-mobile:"]:hover{border-bottom-color:var(--hvr-bbc-mobile)}[style*="--focus-bbc-mobile:"]:focus{border-bottom-color:var(--focus-bbc-mobile)}[style*="--btc-mobile:"]{border-top-color:var(--btc-mobile)}[style*="--hvr-btc-mobile:"]:hover{border-top-color:var(--hvr-btc-mobile)}[style*="--focus-btc-mobile:"]:focus{border-top-color:var(--focus-btc-mobile)}[style*="--blc-mobile:"]{border-left-color:var(--blc-mobile)}[style*="--hvr-blc-mobile:"]:hover{border-left-color:var(--hvr-blc-mobile)}[style*="--focus-blc-mobile:"]:focus{border-left-color:var(--focus-blc-mobile)}[style*="--brc-mobile:"]{border-right-color:var(--brc-mobile)}[style*="--hvr-brc-mobile:"]:hover{border-right-color:var(--hvr-brc-mobile)}[style*="--focus-brc-mobile:"]:focus{border-right-color:var(--focus-brc-mobile)}[style*="--bc-mobile:"]{border-color:var(--bc-mobile)}[style*="--hvr-bc-mobile:"]:hover{border-color:var(--hvr-bc-mobile)}[style*="--focus-bc-mobile:"]:focus{border-color:var(--focus-bc-mobile)}[style*="--bblr-mobile:"]{border-bottom-left-radius:var(--bblr-mobile)}[style*="--hvr-bblr-mobile:"]:hover{border-bottom-left-radius:var(--hvr-bblr-mobile)}[style*="--focus-bblr-mobile:"]:focus{border-bottom-left-radius:var(--focus-bblr-mobile)}[style*="--bbrr-mobile:"]{border-bottom-right-radius:var(--bbrr-mobile)}[style*="--hvr-bbrr-mobile:"]:hover{border-bottom-right-radius:var(--hvr-bbrr-mobile)}[style*="--focus-bbrr-mobile:"]:focus{border-bottom-right-radius:var(--focus-bbrr-mobile)}[style*="--bl-mobile:"]{border-left:var(--bl-mobile)}[style*="--hvr-bl-mobile:"]:hover{border-left:var(--hvr-bl-mobile)}[style*="--focus-bl-mobile:"]:focus{border-left:var(--focus-bl-mobile)}[style*="--radius-mobile:"]{border-radius:var(--radius-mobile)}[style*="--hvr-radius-mobile:"]:hover{border-radius:var(--hvr-radius-mobile)}[style*="--focus-radius-mobile:"]:focus{border-radius:var(--focus-radius-mobile)}[style*="--br-mobile:"]{border-right:var(--br-mobile)}[style*="--hvr-br-mobile:"]:hover{border-right:var(--hvr-br-mobile)}[style*="--focus-br-mobile:"]:focus{border-right:var(--focus-br-mobile)}[style*="--bs-mobile:"]{border-style:var(--bs-mobile)}[style*="--hvr-bs-mobile:"]:hover{border-style:var(--hvr-bs-mobile)}[style*="--focus-bs-mobile:"]:focus{border-style:var(--focus-bs-mobile)}[style*="--bt-mobile:"]{border-top:var(--bt-mobile)}[style*="--hvr-bt-mobile:"]:hover{border-top:var(--hvr-bt-mobile)}[style*="--focus-bt-mobile:"]:focus{border-top:var(--focus-bt-mobile)}[style*="--btlr-mobile:"]{border-top-left-radius:var(--btlr-mobile)}[style*="--hvr-btlr-mobile:"]:hover{border-top-left-radius:var(--hvr-btlr-mobile)}[style*="--focus-btlr-mobile:"]:focus{border-top-left-radius:var(--focus-btlr-mobile)}[style*="--btrr-mobile:"]{border-top-right-radius:var(--btrr-mobile)}[style*="--hvr-btrr-mobile:"]:hover{border-top-right-radius:var(--hvr-btrr-mobile)}[style*="--focus-btrr-mobile:"]:focus{border-top-right-radius:var(--focus-btrr-mobile)}[style*="--bw-mobile:"]{border-width:var(--bw-mobile)}[style*="--hvr-bw-mobile:"]:hover{border-width:var(--hvr-bw-mobile)}[style*="--focus-bw-mobile:"]:focus{border-width:var(--focus-bw-mobile)}[style*="--bottom-mobile:"]{bottom:var(--bottom-mobile)}[style*="--hvr-bottom-mobile:"]:hover{bottom:var(--hvr-bottom-mobile)}[style*="--focus-bottom-mobile:"]:focus{bottom:var(--focus-bottom-mobile)}[style*="--shadow-mobile:"]{box-shadow:var(--shadow-mobile)}[style*="--hvr-shadow-mobile:"]:hover{box-shadow:var(--hvr-shadow-mobile)}[style*="--focus-shadow-mobile:"]:focus{box-shadow:var(--focus-shadow-mobile)}[style*="--c-mobile:"]{color:var(--c-mobile)}[style*="--hvr-c-mobile:"]:hover{color:var(--hvr-c-mobile)}[style*="--focus-c-mobile:"]:focus{color:var(--focus-c-mobile)}[style*="--cg-mobile:"]{-webkit-column-gap:var(--cg-mobile);column-gap:var(--cg-mobile)}[style*="--hvr-cg-mobile:"]:hover{-webkit-column-gap:var(--hvr-cg-mobile);column-gap:var(--hvr-cg-mobile)}[style*="--focus-cg-mobile:"]:focus{-webkit-column-gap:var(--focus-cg-mobile);column-gap:var(--focus-cg-mobile)}[style*="--d-mobile:"]{display:var(--d-mobile)}[style*="--hvr-d-mobile:"]:hover{display:var(--hvr-d-mobile)}[style*="--focus-d-mobile:"]:focus{display:var(--focus-d-mobile)}[style*="--fd-mobile:"]{flex-direction:var(--fd-mobile)}[style*="--hvr-fd-mobile:"]:hover{flex-direction:var(--hvr-fd-mobile)}[style*="--focus-fd-mobile:"]:focus{flex-direction:var(--focus-fd-mobile)}[style*="--ff-mobile:"]{font-family:var(--ff-mobile)}[style*="--hvr-ff-mobile:"]:hover{font-family:var(--hvr-ff-mobile)}[style*="--focus-ff-mobile:"]:focus{font-family:var(--focus-ff-mobile)}[style*="--size-mobile:"]{font-size:var(--size-mobile)}[style*="--hvr-size-mobile:"]:hover{font-size:var(--hvr-size-mobile)}[style*="--focus-size-mobile:"]:focus{font-size:var(--focus-size-mobile)}[style*="--weight-mobile:"]{font-weight:var(--weight-mobile)}[style*="--hvr-weight-mobile:"]:hover{font-weight:var(--hvr-weight-mobile)}[style*="--focus-weight-mobile:"]:focus{font-weight:var(--focus-weight-mobile)}[style*="--fs-mobile:"]{font-style:var(--fs-mobile)}[style*="--hvr-fs-mobile:"]:hover{font-style:var(--hvr-fs-mobile)}[style*="--focus-fs-mobile:"]:focus{font-style:var(--focus-fs-mobile)}[style*="--gg-mobile:"]{grid-gap:var(--gg-mobile)}[style*="--hvr-gg-mobile:"]:hover{grid-gap:var(--hvr-gg-mobile)}[style*="--focus-gg-mobile:"]:focus{grid-gap:var(--focus-gg-mobile)}[style*="--gr-mobile:"]{grid-row:var(--gr-mobile)}[style*="--hvr-gr-mobile:"]:hover{grid-row:var(--hvr-gr-mobile)}[style*="--focus-gr-mobile:"]:focus{grid-row:var(--focus-gr-mobile)}[style*="--gtc-mobile:"]{grid-template-columns:var(--gtc-mobile)}[style*="--hvr-gtc-mobile:"]:hover{grid-template-columns:var(--hvr-gtc-mobile)}[style*="--focus-gtc-mobile:"]:focus{grid-template-columns:var(--focus-gtc-mobile)}[style*="--gtr-mobile:"]{grid-template-rows:var(--gtr-mobile)}[style*="--hvr-gtr-mobile:"]:hover{grid-template-rows:var(--hvr-gtr-mobile)}[style*="--focus-gtr-mobile:"]:focus{grid-template-rows:var(--focus-gtr-mobile)}[style*="--h-mobile:"]{height:var(--h-mobile)}[style*="--hvr-h-mobile:"]:hover{height:var(--hvr-h-mobile)}[style*="--focus-h-mobile:"]:focus{height:var(--focus-h-mobile)}[style*="--jc-mobile:"]{justify-content:var(--jc-mobile)}[style*="--hvr-jc-mobile:"]:hover{justify-content:var(--hvr-jc-mobile)}[style*="--focus-jc-mobile:"]:focus{justify-content:var(--focus-jc-mobile)}[style*="--left-mobile:"]{left:var(--left-mobile)}[style*="--hvr-left-mobile:"]:hover{left:var(--hvr-left-mobile)}[style*="--focus-left-mobile:"]:focus{left:var(--focus-left-mobile)}[style*="--ls-mobile:"]{letter-spacing:var(--ls-mobile)}[style*="--hvr-ls-mobile:"]:hover{letter-spacing:var(--hvr-ls-mobile)}[style*="--focus-ls-mobile:"]:focus{letter-spacing:var(--focus-ls-mobile)}[style*="--lh-mobile:"]{line-height:var(--lh-mobile)}[style*="--hvr-lh-mobile:"]:hover{line-height:var(--hvr-lh-mobile)}[style*="--focus-lh-mobile:"]:focus{line-height:var(--focus-lh-mobile)}[style*="--tdt-mobile:"]{text-decoration-thickness:var(--tdt-mobile)}[style*="--hvr-tdt-mobile:"]:hover{text-decoration-thickness:var(--hvr-tdt-mobile)}[style*="--focus-tdt-mobile:"]:focus{text-decoration-thickness:var(--focus-tdt-mobile)}[style*="--tdc-mobile:"]{text-decoration-color:var(--tdc-mobile)}[style*="--hvr-tdc-mobile:"]:hover{text-decoration-color:var(--hvr-tdc-mobile)}[style*="--focus-tdc-mobile:"]:focus{text-decoration-color:var(--focus-tdc-mobile)}[style*="--tdl-mobile:"]{text-decoration-line:var(--tdl-mobile)}[style*="--hvr-tdl-mobile:"]:hover{text-decoration-line:var(--hvr-tdl-mobile)}[style*="--focus-tdl-mobile:"]:focus{text-decoration-line:var(--focus-tdl-mobile)}[style*="--m-mobile:"]{margin:var(--m-mobile)}[style*="--hvr-m-mobile:"]:hover{margin:var(--hvr-m-mobile)}[style*="--focus-m-mobile:"]:focus{margin:var(--focus-m-mobile)}[style*="--mb-mobile:"]{margin-bottom:var(--mb-mobile)}[style*="--hvr-mb-mobile:"]:hover{margin-bottom:var(--hvr-mb-mobile)}[style*="--focus-mb-mobile:"]:focus{margin-bottom:var(--focus-mb-mobile)}[style*="--ml-mobile:"]{margin-left:var(--ml-mobile)}[style*="--hvr-ml-mobile:"]:hover{margin-left:var(--hvr-ml-mobile)}[style*="--focus-ml-mobile:"]:focus{margin-left:var(--focus-ml-mobile)}[style*="--mr-mobile:"]{margin-right:var(--mr-mobile)}[style*="--hvr-mr-mobile:"]:hover{margin-right:var(--hvr-mr-mobile)}[style*="--focus-mr-mobile:"]:focus{margin-right:var(--focus-mr-mobile)}[style*="--mt-mobile:"]{margin-top:var(--mt-mobile)}[style*="--hvr-mt-mobile:"]:hover{margin-top:var(--hvr-mt-mobile)}[style*="--focus-mt-mobile:"]:focus{margin-top:var(--focus-mt-mobile)}[style*="--maxh-mobile:"]{max-height:var(--maxh-mobile)}[style*="--hvr-maxh-mobile:"]:hover{max-height:var(--hvr-maxh-mobile)}[style*="--focus-maxh-mobile:"]:focus{max-height:var(--focus-maxh-mobile)}[style*="--maxw-mobile:"]{max-width:var(--maxw-mobile)}[style*="--hvr-maxw-mobile:"]:hover{max-width:var(--hvr-maxw-mobile)}[style*="--focus-maxw-mobile:"]:focus{max-width:var(--focus-maxw-mobile)}[style*="--minh-mobile:"]{min-height:var(--minh-mobile)}[style*="--hvr-minh-mobile:"]:hover{min-height:var(--hvr-minh-mobile)}[style*="--focus-minh-mobile:"]:focus{min-height:var(--focus-minh-mobile)}[style*="--minw-mobile:"]{min-width:var(--minw-mobile)}[style*="--hvr-minw-mobile:"]:hover{min-width:var(--hvr-minw-mobile)}[style*="--focus-minw-mobile:"]:focus{min-width:var(--focus-minw-mobile)}[style*="--objf-mobile:"]{object-fit:var(--objf-mobile)}[style*="--hvr-objf-mobile:"]:hover{object-fit:var(--hvr-objf-mobile)}[style*="--focus-objf-mobile:"]:focus{object-fit:var(--focus-objf-mobile)}[style*="--op-mobile:"]{opacity:var(--op-mobile)}[style*="--hvr-op-mobile:"]:hover{opacity:var(--hvr-op-mobile)}[style*="--focus-op-mobile:"]:focus{opacity:var(--focus-op-mobile)}[style*="--o-mobile:"]{order:var(--o-mobile)}[style*="--hvr-o-mobile:"]:hover{order:var(--hvr-o-mobile)}[style*="--focus-o-mobile:"]:focus{order:var(--focus-o-mobile)}[style*="--pc-mobile:"]{place-content:var(--pc-mobile)}[style*="--hvr-pc-mobile:"]:hover{place-content:var(--hvr-pc-mobile)}[style*="--focus-pc-mobile:"]:focus{place-content:var(--focus-pc-mobile)}[style*="--p-mobile:"]{padding:var(--p-mobile)}[style*="--hvr-p-mobile:"]:hover{padding:var(--hvr-p-mobile)}[style*="--focus-p-mobile:"]:focus{padding:var(--focus-p-mobile)}[style*="--pb-mobile:"]{padding-bottom:var(--pb-mobile)}[style*="--hvr-pb-mobile:"]:hover{padding-bottom:var(--hvr-pb-mobile)}[style*="--focus-pb-mobile:"]:focus{padding-bottom:var(--focus-pb-mobile)}[style*="--pl-mobile:"]{padding-left:var(--pl-mobile)}[style*="--hvr-pl-mobile:"]:hover{padding-left:var(--hvr-pl-mobile)}[style*="--focus-pl-mobile:"]:focus{padding-left:var(--focus-pl-mobile)}[style*="--pr-mobile:"]{padding-right:var(--pr-mobile)}[style*="--hvr-pr-mobile:"]:hover{padding-right:var(--hvr-pr-mobile)}[style*="--focus-pr-mobile:"]:focus{padding-right:var(--focus-pr-mobile)}[style*="--pt-mobile:"]{padding-top:var(--pt-mobile)}[style*="--hvr-pt-mobile:"]:hover{padding-top:var(--hvr-pt-mobile)}[style*="--focus-pt-mobile:"]:focus{padding-top:var(--focus-pt-mobile)}[style*="--pe-mobile:"]{pointer-events:var(--pe-mobile)}[style*="--hvr-pe-mobile:"]:hover{pointer-events:var(--hvr-pe-mobile)}[style*="--focus-pe-mobile:"]:focus{pointer-events:var(--focus-pe-mobile)}[style*="--pos-mobile:"]{position:var(--pos-mobile)}[style*="--hvr-pos-mobile:"]:hover{position:var(--hvr-pos-mobile)}[style*="--focus-pos-mobile:"]:focus{position:var(--focus-pos-mobile)}[style*="--right-mobile:"]{right:var(--right-mobile)}[style*="--hvr-right-mobile:"]:hover{right:var(--hvr-right-mobile)}[style*="--focus-right-mobile:"]:focus{right:var(--focus-right-mobile)}[style*="--rg-mobile:"]{row-gap:var(--rg-mobile)}[style*="--hvr-rg-mobile:"]:hover{row-gap:var(--hvr-rg-mobile)}[style*="--focus-rg-mobile:"]:focus{row-gap:var(--focus-rg-mobile)}[style*="--ta-mobile:"]{text-align:var(--ta-mobile)}[style*="--hvr-ta-mobile:"]:hover{text-align:var(--hvr-ta-mobile)}[style*="--focus-ta-mobile:"]:focus{text-align:var(--focus-ta-mobile)}[style*="--ts-mobile:"]{text-shadow:var(--ts-mobile)}[style*="--hvr-ts-mobile:"]:hover{text-shadow:var(--hvr-ts-mobile)}[style*="--focus-ts-mobile:"]:focus{text-shadow:var(--focus-ts-mobile)}[style*="--tt-mobile:"]{text-transform:var(--tt-mobile)}[style*="--hvr-tt-mobile:"]:hover{text-transform:var(--hvr-tt-mobile)}[style*="--focus-tt-mobile:"]:focus{text-transform:var(--focus-tt-mobile)}[style*="--top-mobile:"]{top:var(--top-mobile)}[style*="--hvr-top-mobile:"]:hover{top:var(--hvr-top-mobile)}[style*="--focus-top-mobile:"]:focus{top:var(--focus-top-mobile)}[style*="--t-mobile:"]{-webkit-transform:var(--t-mobile);transform:var(--t-mobile)}[style*="--hvr-t-mobile:"]:hover{-webkit-transform:var(--hvr-t-mobile);transform:var(--hvr-t-mobile)}[style*="--focus-t-mobile:"]:focus{-webkit-transform:var(--focus-t-mobile);transform:var(--focus-t-mobile)}[style*="--v-mobile:"]{visibility:var(--v-mobile)}[style*="--hvr-v-mobile:"]:hover{visibility:var(--hvr-v-mobile)}[style*="--focus-v-mobile:"]:focus{visibility:var(--focus-v-mobile)}[style*="--ws-mobile:"]{white-space:var(--ws-mobile)}[style*="--hvr-ws-mobile:"]:hover{white-space:var(--hvr-ws-mobile)}[style*="--focus-ws-mobile:"]:focus{white-space:var(--focus-ws-mobile)}[style*="--w-mobile:"]{width:var(--w-mobile)}[style*="--hvr-w-mobile:"]:hover{width:var(--hvr-w-mobile)}[style*="--focus-w-mobile:"]:focus{width:var(--focus-w-mobile)}[style*="--z-mobile:"]{z-index:var(--z-mobile)}[style*="--hvr-z-mobile:"]:hover{z-index:var(--hvr-z-mobile)}[style*="--focus-z-mobile:"]:focus{z-index:var(--focus-z-mobile)}[style*="--wm-mobile:"]{-webkit-writing-mode:var(--wm-mobile);writing-mode:var(--wm-mobile)}[style*="--hvr-wm-mobile:"]:hover{-webkit-writing-mode:var(--hvr-wm-mobile);writing-mode:var(--hvr-wm-mobile)}[style*="--focus-wm-mobile:"]:focus{-webkit-writing-mode:var(--focus-wm-mobile);writing-mode:var(--focus-wm-mobile)}[style*="--line-clamp-mobile:"]{-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-mobile);display:-webkit-box;overflow:hidden}}
|
package/package.json
CHANGED
package/src/css/all.css
CHANGED
|
@@ -10,7 +10,13 @@
|
|
|
10
10
|
@mixin svar-mq border, b;
|
|
11
11
|
@mixin svar-mq border-bottom, bb;
|
|
12
12
|
@mixin svar-mq border-bottom-width, bbw;
|
|
13
|
+
@mixin svar-mq border-left-width, blw;
|
|
14
|
+
@mixin svar-mq border-right-width, brw;
|
|
15
|
+
@mixin svar-mq border-top-width, btw;
|
|
13
16
|
@mixin svar-mq border-bottom-color, bbc;
|
|
17
|
+
@mixin svar-mq border-top-color, btc;
|
|
18
|
+
@mixin svar-mq border-left-color, blc;
|
|
19
|
+
@mixin svar-mq border-right-color, brc;
|
|
14
20
|
@mixin svar-mq border-color, bc;
|
|
15
21
|
@mixin svar-mq border-bottom-left-radius, bblr;
|
|
16
22
|
@mixin svar-mq border-bottom-right-radius, bbrr;
|
package/src/css/builds/base.css
CHANGED
|
@@ -255,7 +255,7 @@ p {
|
|
|
255
255
|
.gp-p-description-text h5,
|
|
256
256
|
.gp-p-description-text h6 {
|
|
257
257
|
margin: 0 0 1em 0;
|
|
258
|
-
line-height: 1.4;
|
|
258
|
+
line-height: 1.4 !important;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
.gp-p-description-text h2 {
|
|
@@ -403,7 +403,7 @@ p {
|
|
|
403
403
|
transform: var(--transform);
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
[style*='--grchild:'] [data-component-label='Row'] {
|
|
406
|
+
[style*='--grchild:'] > [data-component-label='Row'] {
|
|
407
407
|
grid-row: var(--grchild);
|
|
408
408
|
}
|
|
409
409
|
[style*='--mbchild:'] [data-component-label='Row'] {
|
|
@@ -412,7 +412,3 @@ p {
|
|
|
412
412
|
[style*='--grchild:'] > :first-child {
|
|
413
413
|
grid-row: var(--grchild);
|
|
414
414
|
}
|
|
415
|
-
|
|
416
|
-
[style*='--mbchild:'] [data-component-label='Row'] {
|
|
417
|
-
margin-bottom: var(--mbchild);
|
|
418
|
-
}
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
@mixin svar-mq border-top-right-radius, btrr;
|
|
14
14
|
@mixin svar-mq border-bottom-left-radius, bblr;
|
|
15
15
|
@mixin svar-mq border-bottom-right-radius, bbrr;
|
|
16
|
+
@mixin svar-mq border-top-width, btw;
|
|
17
|
+
@mixin svar-mq border-left-width, blw;
|
|
18
|
+
@mixin svar-mq border-right-width, brw;
|
|
19
|
+
@mixin svar-mq border-bottom-width, bbw;
|
|
20
|
+
|
|
16
21
|
|
|
17
22
|
@mixin svar:hover border, b;
|
|
18
23
|
@mixin svar:hover border-color, bc;
|
package/src/properties.js
CHANGED
|
@@ -84,12 +84,48 @@ module.exports = [
|
|
|
84
84
|
mediaQuery: true,
|
|
85
85
|
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width',
|
|
86
86
|
},
|
|
87
|
+
{
|
|
88
|
+
property: 'border-left-width',
|
|
89
|
+
shortHand: 'blw',
|
|
90
|
+
mediaQuery: true,
|
|
91
|
+
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
property: 'border-right-width',
|
|
95
|
+
shortHand: 'brw',
|
|
96
|
+
mediaQuery: true,
|
|
97
|
+
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
property: 'border-top-width',
|
|
101
|
+
shortHand: 'btw',
|
|
102
|
+
mediaQuery: true,
|
|
103
|
+
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width',
|
|
104
|
+
},
|
|
87
105
|
{
|
|
88
106
|
property: 'border-bottom-color',
|
|
89
107
|
shortHand: 'bbc',
|
|
90
108
|
mediaQuery: true,
|
|
91
109
|
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color',
|
|
92
110
|
},
|
|
111
|
+
{
|
|
112
|
+
property: 'border-top-color',
|
|
113
|
+
shortHand: 'btc',
|
|
114
|
+
mediaQuery: true,
|
|
115
|
+
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
property: 'border-left-color',
|
|
119
|
+
shortHand: 'blc',
|
|
120
|
+
mediaQuery: true,
|
|
121
|
+
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
property: 'border-right-color',
|
|
125
|
+
shortHand: 'brc',
|
|
126
|
+
mediaQuery: true,
|
|
127
|
+
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color',
|
|
128
|
+
},
|
|
93
129
|
{
|
|
94
130
|
property: 'border-color',
|
|
95
131
|
shortHand: 'bc',
|
package/types/globals.d.ts
CHANGED
|
@@ -334,6 +334,87 @@ declare namespace React {
|
|
|
334
334
|
'--hvr-bbw-mobile'?: CSSProperties['borderBottomWidth'];
|
|
335
335
|
'--focus-bbw-mobile'?: CSSProperties['borderBottomWidth'];
|
|
336
336
|
|
|
337
|
+
/**
|
|
338
|
+
* **CSS Property**: `border-left-width`
|
|
339
|
+
*
|
|
340
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
|
|
341
|
+
*/
|
|
342
|
+
|
|
343
|
+
'--blw'?: CSSProperties['borderLeftWidth'];
|
|
344
|
+
'--hvr-blw'?: CSSProperties['borderLeftWidth'];
|
|
345
|
+
'--focus-blw'?: CSSProperties['borderLeftWidth'];
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* **CSS Property**: `border-left-width`
|
|
349
|
+
*
|
|
350
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
|
|
351
|
+
*/
|
|
352
|
+
'--blw-tablet'?: CSSProperties['borderLeftWidth'];
|
|
353
|
+
'--hvr-blw-tablet'?: CSSProperties['borderLeftWidth'];
|
|
354
|
+
'--focus-blw-tablet'?: CSSProperties['borderLeftWidth'];
|
|
355
|
+
/**
|
|
356
|
+
* **CSS Property**: `border-left-width`
|
|
357
|
+
*
|
|
358
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
|
|
359
|
+
*/
|
|
360
|
+
'--blw-mobile'?: CSSProperties['borderLeftWidth'];
|
|
361
|
+
'--hvr-blw-mobile'?: CSSProperties['borderLeftWidth'];
|
|
362
|
+
'--focus-blw-mobile'?: CSSProperties['borderLeftWidth'];
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* **CSS Property**: `border-right-width`
|
|
366
|
+
*
|
|
367
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
|
|
368
|
+
*/
|
|
369
|
+
|
|
370
|
+
'--brw'?: CSSProperties['borderRightWidth'];
|
|
371
|
+
'--hvr-brw'?: CSSProperties['borderRightWidth'];
|
|
372
|
+
'--focus-brw'?: CSSProperties['borderRightWidth'];
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* **CSS Property**: `border-right-width`
|
|
376
|
+
*
|
|
377
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
|
|
378
|
+
*/
|
|
379
|
+
'--brw-tablet'?: CSSProperties['borderRightWidth'];
|
|
380
|
+
'--hvr-brw-tablet'?: CSSProperties['borderRightWidth'];
|
|
381
|
+
'--focus-brw-tablet'?: CSSProperties['borderRightWidth'];
|
|
382
|
+
/**
|
|
383
|
+
* **CSS Property**: `border-right-width`
|
|
384
|
+
*
|
|
385
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
|
|
386
|
+
*/
|
|
387
|
+
'--brw-mobile'?: CSSProperties['borderRightWidth'];
|
|
388
|
+
'--hvr-brw-mobile'?: CSSProperties['borderRightWidth'];
|
|
389
|
+
'--focus-brw-mobile'?: CSSProperties['borderRightWidth'];
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* **CSS Property**: `border-top-width`
|
|
393
|
+
*
|
|
394
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
|
|
395
|
+
*/
|
|
396
|
+
|
|
397
|
+
'--btw'?: CSSProperties['borderTopWidth'];
|
|
398
|
+
'--hvr-btw'?: CSSProperties['borderTopWidth'];
|
|
399
|
+
'--focus-btw'?: CSSProperties['borderTopWidth'];
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* **CSS Property**: `border-top-width`
|
|
403
|
+
*
|
|
404
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
|
|
405
|
+
*/
|
|
406
|
+
'--btw-tablet'?: CSSProperties['borderTopWidth'];
|
|
407
|
+
'--hvr-btw-tablet'?: CSSProperties['borderTopWidth'];
|
|
408
|
+
'--focus-btw-tablet'?: CSSProperties['borderTopWidth'];
|
|
409
|
+
/**
|
|
410
|
+
* **CSS Property**: `border-top-width`
|
|
411
|
+
*
|
|
412
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
|
|
413
|
+
*/
|
|
414
|
+
'--btw-mobile'?: CSSProperties['borderTopWidth'];
|
|
415
|
+
'--hvr-btw-mobile'?: CSSProperties['borderTopWidth'];
|
|
416
|
+
'--focus-btw-mobile'?: CSSProperties['borderTopWidth'];
|
|
417
|
+
|
|
337
418
|
/**
|
|
338
419
|
* **CSS Property**: `border-bottom-color`
|
|
339
420
|
*
|
|
@@ -361,6 +442,87 @@ declare namespace React {
|
|
|
361
442
|
'--hvr-bbc-mobile'?: CSSProperties['borderBottomColor'];
|
|
362
443
|
'--focus-bbc-mobile'?: CSSProperties['borderBottomColor'];
|
|
363
444
|
|
|
445
|
+
/**
|
|
446
|
+
* **CSS Property**: `border-top-color`
|
|
447
|
+
*
|
|
448
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
|
|
449
|
+
*/
|
|
450
|
+
|
|
451
|
+
'--btc'?: CSSProperties['borderTopColor'];
|
|
452
|
+
'--hvr-btc'?: CSSProperties['borderTopColor'];
|
|
453
|
+
'--focus-btc'?: CSSProperties['borderTopColor'];
|
|
454
|
+
|
|
455
|
+
/**
|
|
456
|
+
* **CSS Property**: `border-top-color`
|
|
457
|
+
*
|
|
458
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
|
|
459
|
+
*/
|
|
460
|
+
'--btc-tablet'?: CSSProperties['borderTopColor'];
|
|
461
|
+
'--hvr-btc-tablet'?: CSSProperties['borderTopColor'];
|
|
462
|
+
'--focus-btc-tablet'?: CSSProperties['borderTopColor'];
|
|
463
|
+
/**
|
|
464
|
+
* **CSS Property**: `border-top-color`
|
|
465
|
+
*
|
|
466
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
|
|
467
|
+
*/
|
|
468
|
+
'--btc-mobile'?: CSSProperties['borderTopColor'];
|
|
469
|
+
'--hvr-btc-mobile'?: CSSProperties['borderTopColor'];
|
|
470
|
+
'--focus-btc-mobile'?: CSSProperties['borderTopColor'];
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* **CSS Property**: `border-left-color`
|
|
474
|
+
*
|
|
475
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
|
|
476
|
+
*/
|
|
477
|
+
|
|
478
|
+
'--blc'?: CSSProperties['borderLeftColor'];
|
|
479
|
+
'--hvr-blc'?: CSSProperties['borderLeftColor'];
|
|
480
|
+
'--focus-blc'?: CSSProperties['borderLeftColor'];
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* **CSS Property**: `border-left-color`
|
|
484
|
+
*
|
|
485
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
|
|
486
|
+
*/
|
|
487
|
+
'--blc-tablet'?: CSSProperties['borderLeftColor'];
|
|
488
|
+
'--hvr-blc-tablet'?: CSSProperties['borderLeftColor'];
|
|
489
|
+
'--focus-blc-tablet'?: CSSProperties['borderLeftColor'];
|
|
490
|
+
/**
|
|
491
|
+
* **CSS Property**: `border-left-color`
|
|
492
|
+
*
|
|
493
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
|
|
494
|
+
*/
|
|
495
|
+
'--blc-mobile'?: CSSProperties['borderLeftColor'];
|
|
496
|
+
'--hvr-blc-mobile'?: CSSProperties['borderLeftColor'];
|
|
497
|
+
'--focus-blc-mobile'?: CSSProperties['borderLeftColor'];
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* **CSS Property**: `border-right-color`
|
|
501
|
+
*
|
|
502
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
|
|
503
|
+
*/
|
|
504
|
+
|
|
505
|
+
'--brc'?: CSSProperties['borderRightColor'];
|
|
506
|
+
'--hvr-brc'?: CSSProperties['borderRightColor'];
|
|
507
|
+
'--focus-brc'?: CSSProperties['borderRightColor'];
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* **CSS Property**: `border-right-color`
|
|
511
|
+
*
|
|
512
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
|
|
513
|
+
*/
|
|
514
|
+
'--brc-tablet'?: CSSProperties['borderRightColor'];
|
|
515
|
+
'--hvr-brc-tablet'?: CSSProperties['borderRightColor'];
|
|
516
|
+
'--focus-brc-tablet'?: CSSProperties['borderRightColor'];
|
|
517
|
+
/**
|
|
518
|
+
* **CSS Property**: `border-right-color`
|
|
519
|
+
*
|
|
520
|
+
* **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
|
|
521
|
+
*/
|
|
522
|
+
'--brc-mobile'?: CSSProperties['borderRightColor'];
|
|
523
|
+
'--hvr-brc-mobile'?: CSSProperties['borderRightColor'];
|
|
524
|
+
'--focus-brc-mobile'?: CSSProperties['borderRightColor'];
|
|
525
|
+
|
|
364
526
|
/**
|
|
365
527
|
* **CSS Property**: `border-color`
|
|
366
528
|
*
|