timvir 0.2.38 → 0.2.42
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/CHANGELOG.md +29 -0
- package/blocks/Arbitrary/Arbitrary.d.ts +1 -1
- package/blocks/Arbitrary/index.js +232 -78
- package/blocks/Arbitrary/samples/basic.d.ts +1 -1
- package/blocks/Arbitrary/styles.css +166 -6
- package/blocks/Code/Code.d.ts +0 -6
- package/blocks/Code/docs/index.mdx +0 -11
- package/blocks/Code/index.js +213 -112
- package/blocks/Code/samples/basic.d.ts +1 -1
- package/blocks/Code/samples/toggle.d.ts +1 -2
- package/blocks/Code/styles.css +100 -15
- package/blocks/ColorBar/docs/index.mdx +8 -2
- package/blocks/ColorBar/index.js +223 -68
- package/blocks/ColorBar/samples/basic.d.ts +1 -2
- package/blocks/ColorBar/styles.css +103 -4
- package/blocks/ColorBook/docs/index.mdx +1 -1
- package/blocks/ColorBook/index.js +222 -60
- package/blocks/ColorBook/samples/basic.d.ts +1 -2
- package/blocks/ColorBook/styles.css +166 -6
- package/blocks/Cover/index.js +177 -48
- package/blocks/Cover/samples/basic.d.ts +1 -2
- package/blocks/Cover/styles.css +18 -0
- package/blocks/Exhibit/index.js +205 -50
- package/blocks/Exhibit/samples/basic.d.ts +1 -2
- package/blocks/Exhibit/samples/bleed.d.ts +1 -1
- package/blocks/Exhibit/samples/usage.d.ts +1 -2
- package/blocks/Exhibit/styles.css +66 -3
- package/blocks/Font/index.js +239 -98
- package/blocks/Font/samples/basic.d.ts +1 -1
- package/blocks/Font/samples/timvir/body1.d.ts +1 -1
- package/blocks/Font/samples/timvir/caption.d.ts +1 -1
- package/blocks/Font/samples/timvir/h1.d.ts +1 -1
- package/blocks/Font/samples/timvir/h2.d.ts +1 -1
- package/blocks/Font/samples/timvir/h3.d.ts +1 -1
- package/blocks/Font/samples/timvir/h4.d.ts +1 -1
- package/blocks/Font/styles.css +82 -8
- package/blocks/Grid/docs/index.mdx +4 -4
- package/blocks/Grid/index.js +181 -36
- package/blocks/Grid/samples/basic.d.ts +1 -2
- package/blocks/Grid/styles.css +20 -1
- package/blocks/Icon/docs/index.mdx +13 -13
- package/blocks/Icon/index.js +93 -100
- package/blocks/Icon/internal/Canvas.d.ts +1 -1
- package/blocks/Icon/samples/basic.d.ts +1 -2
- package/blocks/Icon/styles.css +117 -5
- package/blocks/Icon/types.d.ts +3 -2
- package/blocks/Message/docs/index.mdx +5 -8
- package/blocks/Message/index.js +238 -55
- package/blocks/Message/samples/basic.d.ts +1 -1
- package/blocks/Message/styles.css +94 -6
- package/blocks/Swatch/docs/index.mdx +16 -16
- package/blocks/Swatch/index.js +199 -45
- package/blocks/Swatch/samples/basic.d.ts +1 -2
- package/blocks/Swatch/styles.css +82 -4
- package/blocks/Viewport/index.js +360 -237
- package/blocks/Viewport/internal/Caption.d.ts +1 -1
- package/blocks/Viewport/internal/Handle.d.ts +1 -1
- package/blocks/Viewport/internal/Ruler.d.ts +1 -2
- package/blocks/Viewport/samples/basic.d.ts +1 -2
- package/blocks/Viewport/styles.css +259 -14
- package/blocks/WebLink/index.js +217 -62
- package/blocks/WebLink/samples/basic.d.ts +1 -1
- package/blocks/WebLink/styles.css +170 -8
- package/blocks/styles.css +1460 -97
- package/builtins/components.d.ts +2 -2
- package/builtins/index.js +306 -239
- package/builtins/styles.css +267 -14
- package/context/index.d.ts +6 -1
- package/core/components/Commands/Commands.d.ts +2 -0
- package/core/components/Commands/internal/Action.d.ts +1 -1
- package/core/components/Commands/internal/Dialog.d.ts +1 -2
- package/core/components/Commands/internal/index.d.ts +0 -1
- package/core/components/Footer/samples/basic.d.ts +1 -1
- package/core/components/NavigationFooter/NavigationFooter.d.ts +4 -2
- package/core/components/NavigationFooter/samples/basic.d.ts +1 -1
- package/core/components/Page/Page.d.ts +12 -3
- package/core/components/Page/docs/index.mdx +44 -11
- package/core/components/Page/internal/Section.d.ts +1 -2
- package/core/components/Page/internal/Sidebar.d.ts +1 -1
- package/core/components/Page/internal/SidebarItem.d.ts +1 -2
- package/core/components/Page/internal/index.d.ts +0 -1
- package/core/components/Page/samples/basic.d.ts +1 -2
- package/core/components/Page/samples/layout.d.ts +1 -2
- package/core/index.d.ts +191 -2
- package/core/index.js +674 -449
- package/core/layout.d.ts +40 -0
- package/core/styles.css +857 -88
- package/core/theme/detector.js +1 -1
- package/global.css +79 -0
- package/internal/cx.d.ts +1 -0
- package/knip.config.d.ts +5 -0
- package/package.json +1 -2
- package/search/Search/samples/basic.d.ts +1 -2
- package/search/index.js +2 -208
- package/styles.css +2670 -222
- package/blocks/Code/theme.d.ts +0 -2
- package/bus/styles.css +0 -1
- package/context/styles.css +0 -1
- package/core/theme/index.d.ts +0 -1
- package/hooks/styles.css +0 -1
- package/search/Search/internal/Dialog.d.ts +0 -20
- package/search/Search/internal/index.d.ts +0 -1
- package/search/SearchBoxInput/SearchBoxInput.d.ts +0 -11
- package/search/SearchBoxInput/docs/api.mdx +0 -76
- package/search/SearchBoxInput/docs/index.mdx +0 -6
- package/search/SearchBoxInput/index.d.ts +0 -1
- package/search/SearchBoxInput/samples/basic.d.ts +0 -2
- package/search/SearchBoxListItem/SearchBoxListItem.d.ts +0 -13
- package/search/SearchBoxListItem/docs/api.mdx +0 -76
- package/search/SearchBoxListItem/docs/index.mdx +0 -30
- package/search/SearchBoxListItem/index.d.ts +0 -1
- package/search/SearchBoxListItem/samples/basic.d.ts +0 -2
- package/search/styles.css +0 -16
package/styles.css
CHANGED
|
@@ -1,224 +1,2672 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
scroll-padding-top: 20px;
|
|
4
|
+
}
|
|
1
5
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
--timvir-page-margin
|
|
8
|
-
) 1fr [re];grid-template-columns:[le] 1fr var(--timvir-page-margin) [lex] minmax(0, 12rem) [lc] 48rem [rc] minmax(0, 12rem) [rex] var(
|
|
9
|
-
--timvir-page-margin
|
|
10
|
-
) 1fr [re];}}.g1et32pl>*:not(.nc2e9vn){grid-column:lc/rc;min-width:0;}.g1et32pl>*{margin:0 0 2rem;}.g1et32pl>p+ul{margin-top:-1.25rem;}
|
|
11
|
-
.en6sn9p{grid-column:lex/rex;}
|
|
12
|
-
.f3c539b{grid-column:le/re;}
|
|
13
|
-
|
|
14
|
-
.rwhrdvg{padding:50px 0 30px;display:-ms-grid;display:grid;gap:50px;border-top:1px solid var(--timvir-border-color);}
|
|
15
|
-
.l1u1x7q7{display:-ms-grid;display:grid;-ms-grid-columns:repeat(auto-fill, minmax(234px, 1fr));grid-template-columns:repeat(auto-fill, minmax(234px, 1fr));-ms-grid-gap:32px;grid-gap:32px;}
|
|
16
|
-
.l1x5jo3a{font-weight:600;margin-bottom:12px;}
|
|
17
|
-
.l29wcr8{display:block;color:inherit;-webkit-text-decoration:none;text-decoration:none;}.l29wcr8:hover{color:var(--c-p-4);}
|
|
18
|
-
.m1ojti9g{color:var(--timvir-secondary-text-color);}.m1ojti9g a{color:inherit;-webkit-text-decoration:none;text-decoration:none;background-image:linear-gradient(transparent, transparent 5px, #383838 5px, #383838);-webkit-background-position:bottom;background-position:bottom;-webkit-background-size:100% 6px;background-size:100% 6px;background-repeat:repeat-x;}.m1ojti9g a:hover{background-image:linear-gradient(transparent, transparent 3px, #2bbc8a 3px, #2bbc8a);}
|
|
19
|
-
|
|
20
|
-
.t1amubg3{font-family:system-ui,sans-serif;font-feature-settings:"liga","kern";text-rendering:optimizelegibility;font-size:0.9375rem;line-height:1.7333;background-color:var(--timvir-background-color);color:var(--timvir-text-color);--c-p-0:#f0fcf6;--c-p-1:#d1f6e4;--c-p-2:#a0dbc1;--c-p-3:#61c19f;--c-p-4:#38a585;--c-p-5:#1b896b;}:root {box-sizing:border-box;scroll-snap-padding-top:20px;scroll-padding-top:20px;}* ,*:before ,*:after {box-sizing:inherit;}:root {--timvir-background-color:#ffffff;--timvir-text-color:#000000c9;--timvir-secondary-text-color:#00000066;--timvir-secondary-background-color:#f9f8f9;--timvir-border-color:#e9e8ea;--timvir-sidebar-highlight-color:rgb(237, 237, 237);--timvir-accent-color:#38a585;}:root[data-timvir-theme="dark"] {--timvir-background-color:#1f2023;--timvir-text-color:rgba(255 255 255 / 0.86);--timvir-secondary-text-color:rgba(255 255 255 / 0.56);--timvir-secondary-background-color:#161618;--timvir-border-color:#27292f;--timvir-sidebar-highlight-color:rgb(41, 43, 47);--timvir-accent-color:#38a585;}
|
|
21
|
-
|
|
22
|
-
.ru1mblv{background-color:transparent;color:rgb(214, 214, 214);white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color 0.1s;transition:color 0.1s;height:46px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:initial;-ms-flex-negative:initial;flex-shrink:initial;-webkit-flex-basis:initial;-ms-flex-preferred-size:initial;flex-basis:initial;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-inline:14px;border-left:none;cursor:default;}.ru1mblv:hover{background-color:rgb(55, 55, 60);}
|
|
23
|
-
.i1wyx06o{margin-right:12px;width:16px;}.i1wyx06o>svg{display:block;width:16px;height:16px;}
|
|
24
|
-
.legxg01{font-size:0.8125rem;color:rgb(247, 248, 248);}
|
|
25
|
-
|
|
26
|
-
.r1fo6voy{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;will-change:transform;transform-origin:center center;background:linear-gradient(136.61deg, rgb(39, 40, 43) 13.72%, rgb(45, 46, 49) 74.3%);border-radius:8px;box-shadow:rgb(0 0 0 / 50%) 0px 16px 70px;max-width:640px;color:rgb(214, 214, 214);overflow:hidden;-webkit-transition:opacity 0.2s,-webkit-transform 0.2s;transition:opacity 0.2s,transform 0.2s;}
|
|
27
|
-
.c185xiij{margin:16px 16px 0px;height:25px;line-height:25px;padding:0px 8px;font-size:0.8em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;color:rgb(138, 143, 152);background:rgb(49, 50, 54);border-radius:4px;max-width:calc(100vw - 60px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
|
|
28
|
-
.p1ky3ya3{border-bottom:1px solid rgb(49, 50, 54);display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:62px;}.p1ky3ya3>input{padding:20px;grid-area:1/1/auto/auto;margin:0px;border:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;font-size:inherit;height:62px;background:transparent;color:rgb(214, 214, 214);caret-color:rgb(110, 94, 210);outline:none;width:100%;}
|
|
29
|
-
.snq1o7g{background:rgba(247, 247, 248, 0.03);height:24px;padding-inline:14px;font-size:0.75rem;color:rgb(129, 128, 142);}
|
|
30
|
-
.cchvluj{height:300px;overflow:auto;}
|
|
31
|
-
|
|
32
|
-
.rfei6z8{position:fixed;inset:0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:900;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:13vh 16px 16px;font-family:system-ui,sans-serif;font-feature-settings:"liga","kern";text-rendering:optimizelegibility;font-size:16px;line-height:1.725;}
|
|
33
|
-
|
|
34
|
-
.de625n1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:1rem;font-size:0.875rem;line-height:1.5;}@media (min-width: 48rem){.de625n1{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}
|
|
35
|
-
.l19gj27w{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:4px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:left;border-radius:8px;border:1px solid var(--timvir-border-color);padding:16px;color:inherit;-webkit-text-decoration:none;text-decoration:none;min-width:0;}.l19gj27w:hover{background-color:var(--timvir-secondary-background-color);}
|
|
36
|
-
.l15ohs1l{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:right;border-radius:8px;border:1px solid var(--timvir-border-color);padding:16px;color:inherit;-webkit-text-decoration:none;text-decoration:none;min-width:0;}.l15ohs1l:hover{background-color:var(--timvir-secondary-background-color);}
|
|
37
|
-
.dczrd9z{font-weight:500;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
|
|
38
|
-
.difnzb8{color:var(--timvir-secondary-text-color);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-inline:-0.2em;}.difnzb8 svg{height:1.2em;width:1.2em;}
|
|
39
|
-
.rymvrdu{padding:50px 0 80px;display:-ms-grid;display:grid;-ms-grid-auto-rows:min-content;grid-auto-rows:min-content;-ms-grid-columns:[le] var(--timvir-page-margin) [lex lc] 1fr [rc rex] var(--timvir-page-margin) [re];grid-template-columns:[le] var(--timvir-page-margin) [lex lc] 1fr [rc rex] var(--timvir-page-margin) [re];}@media (min-width: 48rem){.rymvrdu{-ms-grid-columns:[le] var(--timvir-page-margin) [lex] 1fr [lc] minmax(0, 48rem) [rc] 1fr [rex] var(--timvir-page-margin) [re];grid-template-columns:[le] var(--timvir-page-margin) [lex] 1fr [lc] minmax(0, 48rem) [rc] 1fr [rex] var(--timvir-page-margin) [re];}}@media (min-width: 72rem){.rymvrdu{-ms-grid-columns:[le] 1fr var(--timvir-page-margin) [lex] minmax(0, 12rem) [lc] 48rem [rc] minmax(0, 12rem) [rex] var(
|
|
40
|
-
--timvir-page-margin
|
|
41
|
-
) 1fr [re];grid-template-columns:[le] 1fr var(--timvir-page-margin) [lex] minmax(0, 12rem) [lc] 48rem [rc] minmax(0, 12rem) [rex] var(
|
|
42
|
-
--timvir-page-margin
|
|
43
|
-
) 1fr [re];}}.rymvrdu>*{grid-column:lc/rc;}
|
|
44
|
-
|
|
45
|
-
.r28qe6v{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1px 0;font-size:0.9375rem;line-height:2.2;}@media (min-width: 48rem){.r28qe6v{font-size:0.8125rem;}}@media (any-pointer: coarse){.r28qe6v>a{min-height:44px;}}.r28qe6v>a{min-width:0;-webkit-transition:background 0.16s;transition:background 0.16s;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--timvir-text-color);font-weight:500;background:none;-webkit-text-decoration:none;text-decoration:none;width:100%;padding:0 8px;opacity:0.7;}.r28qe6v:hover a{background-color:var(--timvir-sidebar-highlight-color);opacity:1;}.r28qe6v[data-active="true"] a{background-color:var(--timvir-sidebar-highlight-color);opacity:1;}
|
|
46
|
-
.i1ia823q{display:block;width:1.3em;height:1.3em;margin-right:8px;min-width:1.3em;}
|
|
47
|
-
.l13ixk6c{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:auto;}
|
|
48
|
-
.i7wcd3g{margin-left:4px;-webkit-transition:-webkit-transform 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:transform 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);transform-origin:center center;width:1rem;height:1rem;-webkit-flex:0 0 1rem;-ms-flex:0 0 1rem;flex:0 0 1rem;}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.h17eoe18{padding:0 var(--timvir-page-margin);height:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width: 48rem){.h17eoe18{padding-top:24px;display:block;height:auto;}}
|
|
53
|
-
.d1mgn6rc{font-size:0.875rem;line-height:1.3125;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:16px;}
|
|
54
|
-
.d7bx8iu{font-weight:590;}
|
|
55
|
-
.d119ou0k{background-color:var(--timvir-border-color);width:1px;height:1.25rem;}
|
|
56
|
-
.d1f74255{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all 0.16s;transition:all 0.16s;margin-top:16px;display:none;}@media (min-width: 48rem){.d1f74255{display:block;}}
|
|
57
|
-
.l5l3c45{border-bottom:1px solid var(--timvir-border-color);padding:0 var(--timvir-page-margin);height:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}@media (min-width: 48rem){.l5l3c45{display:none;}}
|
|
58
|
-
.c15ju3pv{display:block;width:1.3em;height:1.3em;margin-right:8px;min-width:1.3em;}
|
|
59
|
-
.s2bwnbz{margin-left:auto;}
|
|
60
|
-
.iu06l76{display:none;}
|
|
61
|
-
.s56darb{overflow-y:scroll;position:fixed;top:0px;width:100%;}
|
|
62
|
-
.rwbgl5x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width: 48rem){.rwbgl5x{height:100%;}}
|
|
63
|
-
.c15aig6x{display:none;background-color:var(--timvir-background-color);}#menu:checked~.c15aig6x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:6rem;left:0;right:0;bottom:0;}@media (min-width: 48rem){.c15aig6x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;position:static;overflow:hidden;}}
|
|
64
|
-
.svou0q5{padding:24px 0;overflow-y:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overscroll-behavior:auto;scroll-snap-padding-block:24px;scroll-padding-block:24px;-webkit-mask-image:linear-gradient(
|
|
65
|
-
to bottom,
|
|
66
|
-
transparent 0%,
|
|
67
|
-
rgba(0, 0, 0, 0.2) 12px,
|
|
68
|
-
#000 24px,
|
|
69
|
-
#000 calc(100% - 24px),
|
|
70
|
-
rgba(0, 0, 0, 0.2) calc(100% - 12px),
|
|
71
|
-
transparent 100%
|
|
72
|
-
);mask-image:linear-gradient(
|
|
73
|
-
to bottom,
|
|
74
|
-
transparent 0%,
|
|
75
|
-
rgba(0, 0, 0, 0.2) 12px,
|
|
76
|
-
#000 24px,
|
|
77
|
-
#000 calc(100% - 24px),
|
|
78
|
-
rgba(0, 0, 0, 0.2) calc(100% - 12px),
|
|
79
|
-
transparent 100%
|
|
80
|
-
);}
|
|
81
|
-
.n1ibjf0n{padding-inline:calc(var(--timvir-page-margin) - 8px);}@media (min-width: 48rem){.n1ibjf0n{padding-inline:var(--timvir-page-margin);}}
|
|
82
|
-
.da95449{font-family:system-ui;}
|
|
83
|
-
.d1au8wkb{color:var(--timvir-text-color);font-size:0.8125rem;line-height:2.2;font-weight:400;cursor:pointer;min-height:36px;border-radius:8px;padding:0 12px;border:1px solid var(--timvir-border-color);background:var(--timvir-secondary-background-color);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.d1au8wkb:hover{background:var(--timvir-sidebar-highlight-color);}.d1au8wkb>svg{display:block;margin-right:8px;width:0.75rem;height:0.75rem;}
|
|
84
|
-
|
|
85
|
-
.rfhjyp1{min-height:100vh;--timvir-page-margin:16px;display:-ms-grid;display:grid;grid-template-areas:"navigation" "content";}@media (min-width: 48rem){.rfhjyp1{--timvir-page-margin:24px;grid-template-areas:"navigation content";-ms-grid-columns:[l] 300px [m] 1fr [r];grid-template-columns:[l] 300px [m] 1fr [r];}}
|
|
86
|
-
.s1pp8z35{grid-area:navigation;z-index:80;background-color:var(--timvir-background-color);position:-webkit-sticky;position:sticky;top:0;}@media (min-width: 48rem){.s1pp8z35{position:fixed;top:0;bottom:0;left:0;width:300px;border-right:1px solid var(--timvir-border-color);}}
|
|
87
|
-
.dxk1fgw{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-area:content;}
|
|
88
|
-
.d2srpki{margin-top:auto;}
|
|
89
|
-
.d1hkiw6l{margin-top:auto;padding-top:80px;}
|
|
90
|
-
|
|
91
|
-
.a1yepc47{color:inherit;-webkit-text-decoration:none;text-decoration:none;}.a1yepc47:hover svg{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;visibility:visible;--visibility-delay:0s;}
|
|
92
|
-
.calmbc7{display:inline-block;margin-left:6px;color:var(--timvir-secondary-text-color);height:0.9rem;width:0.9rem;vertical-align:middle;-webkit-transition:opacity 0.2s,-webkit-transform 0.2s,visibility 0s var(--visibility-delay, 0.2s);transition:opacity 0.2s,transform 0.2s,visibility 0s var(--visibility-delay, 0.2s);opacity:0;visibility:hidden;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
|
|
93
|
-
.hryzf2k{margin-top:3rem;margin-bottom:1rem;font-size:2rem;line-height:1.125;font-weight:590;text-indent:-0.05em;}
|
|
94
|
-
.h1r910l8{position:relative;margin:2.5rem 0 1rem;font-size:1.5rem;line-height:1.1666;font-weight:590;}
|
|
95
|
-
.hmqldzl{position:relative;margin:1rem 0 1rem;font-size:1.0625rem;line-height:1.4705882353;font-weight:590;}
|
|
96
|
-
.hpw7qeo{position:relative;margin:1rem 0 1rem;font-size:0.9375rem;line-height:1.4375;font-weight:590;}
|
|
97
|
-
.b1gfctk0{margin-left:0;font-size:1.1rem;}.b1gfctk0>*:first-child{margin-top:0;}.b1gfctk0>*:last-child{margin-bottom:0;}
|
|
98
|
-
.h1kfhyug{display:block;border:none;height:1px;width:100%;background:currentColor;opacity:0.25;}
|
|
99
|
-
.t11kzh9g{border-spacing:0;border-collapse:collapse;width:100%;overflow:auto;}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
.t1ichb2u{background-color:#fff;border-top:1px solid var(--c-p-2);}.t1ichb2u:nth-child(2n){background-color:var(--c-p-0);}
|
|
103
|
-
.tynrygb{text-align:var(--tynrygb-0);padding:6px 13px;border:1px solid var(--c-p-2);}
|
|
104
|
-
.ta24p8f{text-align:var(--ta24p8f-0);padding:6px 13px;border:1px solid var(--c-p-2);}
|
|
105
|
-
.ctk2u2p{border-radius:5px;padding:4px 6px 3px;font-size:0.8em;background:var(--timvir-secondary-background-color);border:1px solid var(--timvir-border-color);}
|
|
106
|
-
.az92cdb{color:currentColor;-webkit-text-decoration:none;text-decoration:none;background-image:linear-gradient(transparent, transparent 5px, #383838 5px, #383838);-webkit-background-position:bottom;background-position:bottom;-webkit-background-size:100% 6px;background-size:100% 6px;background-repeat:repeat-x;}.az92cdb:hover{background-image:linear-gradient(transparent, transparent 3px, #2bbc8a 3px, #2bbc8a);}.az92cdb:hover var(--az92cdb-0){box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.5),inset 0 1px 4px rgba(16, 22, 26, 0.2);}.az92cdb:active var(--az92cdb-0){box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.7),inset 0 1px 4px rgba(16, 22, 26, 0.4);background:var(--c-p-2);}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
.r1ev38xg{margin:1em 0;}
|
|
112
|
-
.c8hz158{display:-ms-grid;display:grid;-ms-grid-gap:8px;grid-gap:8px;-ms-grid-columns:1fr 100px;grid-template-columns:1fr 100px;margin-bottom:8px;}
|
|
113
|
-
.t1663phv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 0 10px;min-height:36px;position:relative;background:var(--timvir-secondary-background-color);}.t1663phv::after{display:block;position:absolute;content:"";inset:0;pointer-events:none;border:1px solid var(--timvir-border-color);border-radius:2px;}.t1663phv:hover::after{border-color:var(--timvir-text-color);}.t1663phv:focus-within::after{border-color:var(--timvir-text-color);}
|
|
114
|
-
.s1k50njo{display:inline-block;color:var(--timvir-secondary-text-color);margin-right:6px;}
|
|
115
|
-
.i1dajnne{border:none;outline:none;font:inherit;background:transparent;-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:0;width:100%;color:inherit;}
|
|
116
|
-
.b128wsn{border:none;outline:none;min-height:36px;border:1px solid var(--timvir-border-color);border-radius:2px;background:var(--timvir-secondary-background-color);color:var(--timvir-text-color);font:inherit;}.b128wsn:hover{border-color:var(--timvir-text-color);background:var(--timvir-sidebar-highlight-color);}.b128wsn:active{border-color:var(--timvir-text-color);background:var(--timvir-sidebar-highlight-color);}
|
|
117
|
-
|
|
118
|
-
.tac6gx6{color:#393a34;background-color:#f6f8fa;}.tac6gx6 :is(.comment, .prolog, .doctype, .cdata){color:#999988;font-style:italic;}.tac6gx6 :is(.namespace){opacity:0.7;}.tac6gx6 :is(.string, .attr-value){color:#e3116c;}.tac6gx6 :is(.punctuation, .operator){color:#6cb6ff;}.tac6gx6 :is(.function, .delete, .tag){color:#d73a49;}.tac6gx6 :is(.tag, .selector, .keyword){color:#00009f;}.tac6gx6 :is(.function-variable){color:#6f42c1;}.tac6gx6 :is(.atrule, .keyword, .attr-name, .selector){color:#00a4db;}.tac6gx6 :is(.entity, .url, .symbol, .number, .boolean, .variable, .constant, .property, .regex, .inserted){color:#36acaa;}:root[data-timvir-theme="dark"] {color:#adbac7;background-color:#2d333b;}:root[data-timvir-theme="dark"] {color:#999988;font-style:italic;}:root[data-timvir-theme="dark"] {opacity:0.7;}:root[data-timvir-theme="dark"] {color:#96d0ff;}:root[data-timvir-theme="dark"] {color:#6cb6ff;}:root[data-timvir-theme="dark"] {color:#d73a49;}:root[data-timvir-theme="dark"] {color:#8ddb8c;}:root[data-timvir-theme="dark"] {color:#6f42c1;}:root[data-timvir-theme="dark"] {color:#f47067;}:root[data-timvir-theme="dark"] {color:#dcbdfb;}
|
|
119
|
-
|
|
120
|
-
.d1513p2s{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;}
|
|
121
|
-
.b157mkz{--size:48px;z-index:1;position:absolute;top:0;right:0;overflow:hidden;width:var(--size);height:var(--size);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;outline:none;border:none;padding:6px;background:transparent;-webkit-transition:all 0.2s;transition:all 0.2s;cursor:pointer;pointer-events:none;opacity:0;}.b157mkz:hover{color:white;}.b157mkz:hover svg:first-child{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}.b157mkz:active svg:first-child{-webkit-transform:translate(2px, -2px);-moz-transform:translate(2px, -2px);-ms-transform:translate(2px, -2px);transform:translate(2px, -2px);}
|
|
122
|
-
.b10oxtfo{pointer-events:all;opacity:1;}
|
|
123
|
-
.s1hdfi6o{position:absolute;z-index:-1;top:0;right:0;-webkit-transition:all 0.2s;transition:all 0.2s;-webkit-transform:translate(48px, -48px);-moz-transform:translate(48px, -48px);-ms-transform:translate(48px, -48px);transform:translate(48px, -48px);}.s1hdfi6o path{fill:var(--c-p-4);}
|
|
124
|
-
.d17pltln{padding:16px 24px 16px 0;}
|
|
125
|
-
|
|
126
|
-
:root[data-timvir-theme="dark"] ,:root[data-timvir-theme="dark"] {color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important;}
|
|
127
|
-
.cs7tint{overflow-x:auto;contain:content;font-size:0.8em;border-radius:5px;--timvir-b-Code-bleed:calc(var(--timvir-margin, 0px) * 0.6666);--timvir-b-Code-inlinePadding:max(var(--timvir-b-Code-bleed), 8px);padding:0;margin:0 calc(-1 * var(--timvir-b-Code-bleed));border:1px solid var(--timvir-border-color);}.cs7tint pre{margin:0;padding:16px 0;background-color:var(--timvir-secondary-background-color)!important;}.cs7tint pre code{display:block;}.cs7tint pre code .line{display:inline-block;position:relative;width:100%;}.cs7tint pre .line{padding-inline:var(--timvir-b-Code-inlinePadding);}
|
|
128
|
-
.fjvaz2s{display:-ms-grid;display:grid;border-radius:0;box-shadow:none;margin-inline:0;-ms-grid-auto-rows:min-content;grid-auto-rows:min-content;-ms-grid-columns:[le] 0 [lc] 1fr [rc] 0 [re];grid-template-columns:[le] 0 [lc] 1fr [rc] 0 [re];-ms-grid-column-gap:16px;grid-column-gap:16px;}.fjvaz2s:hover{box-shadow:none;}@media (min-width: 60rem){.fjvaz2s{-ms-grid-columns:[le] 1fr [lc] minmax(0, 48rem) [rc] 1fr [re];grid-template-columns:[le] 1fr [lc] minmax(0, 48rem) [rc] 1fr [re];-ms-grid-column-gap:24px;grid-column-gap:24px;}}.fjvaz2s>*{grid-column:lc/re;}
|
|
129
|
-
.lchll0h{padding-inline:var(--timvir-b-Code-inlinePadding);}
|
|
130
|
-
.h1xcko1i{background-color:#ffe10044;}:root[data-timvir-theme="dark"] {background-color:rgba(174, 124, 20, 0.15);}
|
|
131
|
-
.ll2b9hx{display:inline-block;width:var(--timvir-b-Code-bleed);color:var(--timvir-secondary-text-color);text-align:right;padding-inline:4px;}
|
|
132
|
-
.c5vr6r2{font-size:0.8125rem;line-height:1.1875;color:var(--timvir-secondary-text-color);margin-top:0.3em;}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
.r1f19pie{position:relative;}
|
|
136
|
-
.b15hqsfj{display:-ms-grid;display:grid;-ms-grid-auto-flow:row;grid-auto-flow:row;-ms-grid-columns:repeat(auto-fit, minmax(0, 1fr));grid-template-columns:repeat(auto-fit, minmax(0, 1fr));-webkit-transition:all 0.16s;transition:all 0.16s;}.b15hqsfj::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:2;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15);content:"";pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all 0.16s;transition:all 0.16s;}.b15hqsfj:hover::before{opacity:0;}
|
|
137
|
-
.v1uw85xw{height:40px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-ms-grid;display:grid;place-items:stretch;}.v1uw85xw>div{-webkit-transition:all 0.16s;transition:all 0.16s;cursor:pointer;}.v1uw85xw:first-child>div{border-radius:2px 0 0 2px;}.v1uw85xw:last-child>div{border-radius:0 2px 2px 0;}.v1uw85xw:hover{z-index:3;}.v1uw85xw:hover>div{border-radius:2px;margin:-3px 1px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);}
|
|
138
|
-
.o1823law{position:absolute;top:50%;right:0px;left:0px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;opacity:0;z-index:4;-webkit-transition:opacity 0.16s;transition:opacity 0.16s;}.s4sqb81 .o1823law{pointer-events:all;opacity:1;}
|
|
139
|
-
|
|
140
|
-
.rmv2wrl{display:-ms-grid;display:grid;-ms-grid-gap:16px;grid-gap:16px;-ms-grid-auto-columns:1fr;grid-auto-columns:1fr;-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:100%;}
|
|
141
|
-
.d1l94wnr{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.d1l94wnr:first-child{border-radius:3px 3px 0 0;}.d1l94wnr:last-child{border-radius:0 0 3px 3px;}
|
|
142
|
-
.d1uopbb{text-align:center;font-size:0.75rem;color:var(--timvir-secondary-text-color);margin-top:0.8em;line-height:1;}
|
|
143
|
-
.d1vwzhoa{color:var(--timvir-text-color);}
|
|
144
|
-
.c1xqhu04{position:relative;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:200px;}.c1xqhu04::before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:4px;box-shadow:0 0 0 0 rgba(19, 124, 189, 0);content:"";-webkit-transition:all 0.16s cubic-bezier(0.4, 1, 0.75, 0.9);transition:all 0.16s cubic-bezier(0.4, 1, 0.75, 0.9);}.c1xqhu04:hover::before{box-shadow:0 0 0 2px #00000040;opacity:1;}
|
|
145
|
-
.a1y0tcvx:hover::before,.a1y0tcvx::before{box-shadow:0 0 0 2px var(--c-p-5);opacity:1;}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
.r1nql2f9{--timvir-b-Exhibit-bleed:calc(var(--timvir-margin, 0px) * 0.6666);--timvir-b-Exhibit-borderColor:var(--timvir-border-color);--timvir-b-Exhibit-background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAHElEQVR4AWP4/u07Mvr75y8yGlBpND6a6oGUBgAxMSSkDKa/pQAAAABJRU5ErkJggg==);}:root[data-timvir-theme="dark"] {--timvir-b-Exhibit-background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==);}
|
|
149
|
-
.c4ji594{display:flow-root;background:var(--timvir-b-Exhibit-background);margin:0 calc(-1 * var(--timvir-b-Exhibit-bleed));padding:var(--timvir-b-Exhibit-bleed);border-radius:5px;}
|
|
150
|
-
.cf43jjx{font-size:0.8125rem;line-height:1.1875;color:var(--timvir-secondary-text-color);margin-top:0.3em;}
|
|
151
|
-
|
|
152
|
-
.mby32tn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:0.9rem;font-weight:bold;-webkit-transition:all 0.2s;transition:all 0.2s;}
|
|
153
|
-
.fc7ivp5{margin:0 auto 0 0;}
|
|
154
|
-
.de58upx{cursor:pointer;}.de58upx:hover{color:var(--c-p-4);opacity:1;}.de58upx>svg{position:relative;top:2px;}
|
|
155
|
-
.d10949ho{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
|
|
156
|
-
.d1o2du3z{overflow:hidden;-webkit-transition:height 0.2s,opacity 0.2s 0.1s;transition:height 0.2s,opacity 0.2s 0.1s;}
|
|
157
|
-
.d1o9zhgl{padding:0 0 16px;}
|
|
158
|
-
.ddlplux{overflow:hidden;-webkit-transition:height 0.2s,opacity 0.2s 0.1s;transition:height 0.2s,opacity 0.2s 0.1s;}
|
|
159
|
-
.dw285p4{outline:none;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:pre-wrap;overflow-wrap:break-word;}
|
|
160
|
-
|
|
161
|
-
.r1c1ozpm{display:-ms-grid;display:grid;-ms-grid-columns:repeat(auto-fit, minmax(220px, 1fr));grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:var(--timvir-page-margin, 24px);--timvir-margin:calc(var(--timvir-page-margin, 24px) * 0.5);}
|
|
162
|
-
|
|
163
|
-
.b1a0xzv7{background:white;place-self:stretch;border-radius:2px;-webkit-transition:all 0.2s;transition:all 0.2s;box-shadow:0 0 0 0 rgba(0, 0, 0, 0.1);}
|
|
164
|
-
.g10obtzp{opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s;pointer-events:none;}
|
|
165
|
-
.r1bcczis{display:-ms-grid;display:grid;place-items:center;cursor:pointer;}.r1bcczis>*{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;}.r1bcczis:hover .b1a0xzv7{box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);}.r1bcczis:active .b1a0xzv7{margin:1px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 1px 1px rgba(16, 22, 26, 0.2);}.r1bcczis:hover .g10obtzp{opacity:1;}
|
|
166
|
-
|
|
167
|
-
.n1xsexuc{margin-top:6px;white-space:nowrap;font-size:0.75rem;opacity:0;-webkit-transition:all 0.16s;transition:all 0.16s;z-index:-1;color:var(--timvir-secondary-text-color);text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;left:50%;bottom:-20px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
|
|
168
|
-
.r1k0w618{position:relative;z-index:1;}.r1k0w618 svg{display:block;}.r1k0w618:hover .n1xsexuc{opacity:1;bottom:-26px;color:var(--timvir-text-color);}.r1k0w618:active .n1xsexuc{bottom:-24px;}
|
|
169
|
-
|
|
170
|
-
.r1ssql2z{position:relative;background:var(--c-p-0);color:black;border-radius:3px;padding:16px 24px 16px 24px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;font-size:0.875rem;line-height:1.5;}
|
|
171
|
-
.dhvu07f>*:first-child{margin-top:0;}.dhvu07f>*:last-child{margin-bottom:0;}.dhvu07f>h3:before{display:none;}
|
|
172
|
-
.i1dz18jz{position:relative;top:3px;margin:-2px 12px 0 -4px;}.i1dz18jz>svg{display:block;}
|
|
173
|
-
.i41wipx{background:#f0f2fc;color:black;}.i41wipx .i1dz18jz{color:#2a47d5;}
|
|
174
|
-
.wi7iy6{background:#fcf9f0;color:black;}.wi7iy6 .i1dz18jz{color:#a68521;}
|
|
175
|
-
.a1d5oxsn{background:#fcf0f0;color:black;}.a1d5oxsn .i1dz18jz{color:#da4444;}
|
|
176
|
-
|
|
177
|
-
.r19bcggb{position:relative;}.r19bcggb>div{border-radius:2px;}.r19bcggb:hover>div{top:-4px;right:-4px;bottom:-4px;left:-4px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);padding:0px 16px;z-index:2;}.r19bcggb:active>div{top:-2px;right:-2px;bottom:-2px;left:-2px;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 1px 1px rgba(16, 22, 26, 0.2);padding:0px 14px;z-index:2;}
|
|
178
|
-
.dhgsgky{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:all 0.16s;transition:all 0.16s;padding:0px 12px;cursor:pointer;}
|
|
179
|
-
.dobecwk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;}
|
|
180
|
-
.dho7t08{padding-top:6px;opacity:0.5;font-size:0.8em;line-height:1;}
|
|
181
|
-
|
|
182
|
-
.fgdj0yb{font-size:0.8125rem;line-height:1.1875;color:var(--timvir-secondary-text-color);white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
|
183
|
-
.d1rc4zjh{cursor:pointer;}.d1rc4zjh:hover{color:var(--c-p-4);opacity:1;}.d1rc4zjh>svg{display:block;}
|
|
184
|
-
.d1enfo6{overflow:hidden;-webkit-transition:height 0.2s,opacity 0.2s 0.1s;transition:height 0.2s,opacity 0.2s 0.1s;}
|
|
185
|
-
.d1watfn6{margin-top:12px;}
|
|
186
|
-
|
|
187
|
-
.d1mmz2b6{-ms-grid-row:1;-ms-grid-row-span:3;grid-row:1/span 3;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;opacity:0.5;color:var(--timvir-text-color);border-radius:2px;-webkit-transition:all 0.2s cubic-bezier(0.4, 1, 0.75, 0.9);transition:all 0.2s cubic-bezier(0.4, 1, 0.75, 0.9);}.d1mmz2b6:hover{opacity:1;box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1),0 2px 4px rgba(16, 22, 26, 0.2),0 8px 24px rgba(16, 22, 26, 0.2);}.d1mmz2b6:active{box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1),0 0 0 rgba(16, 22, 26, 0),0 1px 1px rgba(16, 22, 26, 0.2);}
|
|
188
|
-
|
|
189
|
-
.ssl4j8q{width:100%;display:block;height:16px;margin:8px 0;}
|
|
190
|
-
|
|
191
|
-
.r1ouu0bc{contain:layout;margin-bottom:0;}
|
|
192
|
-
.d1uj09ka{position:relative;}
|
|
193
|
-
.d2uawyc{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-variant-numeric:tabular-nums;}
|
|
194
|
-
.d8ms9m9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
|
|
195
|
-
.d17q9rbm{border-radius:3px;display:-ms-grid;display:grid;-ms-grid-columns:56px auto 56px;grid-template-columns:56px auto 56px;-ms-grid-rows:0 auto 0;grid-template-rows:0 auto 0;-ms-grid-column-gap:8px;grid-column-gap:8px;}
|
|
196
|
-
.daubpa6{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/span 1;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/span 1;position:relative;-webkit-flex:1;-ms-flex:1;flex:1;height:100px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=);-webkit-transition:height 0.16s;transition:height 0.16s;overflow:hidden;}
|
|
197
|
-
.d1d22s19{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:shimmer-d1d22s19;animation-name:shimmer-d1d22s19;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-background-size:150vw 100px;background-size:150vw 100px;background-image:linear-gradient(to right, #fafafa 0%, #f4f4f4 25%, #fafafa 40%);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);border-radius:1px;}@-webkit-keyframes shimmer-d1d22s19{0%{-webkit-background-position:-60vw 0;background-position:-60vw 0;}40%{-webkit-background-position:85vw 0;background-position:85vw 0;}100%{-webkit-background-position:85vw 0;background-position:85vw 0;}}@keyframes shimmer-d1d22s19{0%{-webkit-background-position:-60vw 0;background-position:-60vw 0;}40%{-webkit-background-position:85vw 0;background-position:85vw 0;}100%{-webkit-background-position:85vw 0;background-position:85vw 0;}}
|
|
198
|
-
.i11uos8q{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}
|
|
199
|
-
|
|
200
|
-
.r1szx90n{-webkit-transition:all 0.16s;transition:all 0.16s;box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;}.r1szx90n:hover{background:rgba(55, 53, 47, 0.08);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 2px 4px rgba(16, 22, 26, 0.1),0 8px 24px rgba(16, 22, 26, 0.2);}.r1szx90n:active{background:rgba(55, 53, 47, 0.08);box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2),0 1px 1px rgba(16, 22, 26, 0.2);}:root[data-timvir-theme="dark"] {box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);}:root[data-timvir-theme="dark"] {background:rgba(255, 255, 255, 0.08);}:root[data-timvir-theme="dark"] {background:rgba(255, 255, 255, 0.08);}
|
|
201
|
-
.tywhumj{-webkit-flex:4 1 180px;-ms-flex:4 1 180px;flex:4 1 180px;padding:12px 14px 14px;min-width:0;}
|
|
202
|
-
.t1sni99u{color:var(--timvir-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:24px;margin-bottom:6px;}
|
|
203
|
-
.d7eo497{font-size:0.75rem;line-height:1.1rem;color:var(--timvir-secondary-text-color);height:2.2rem;overflow:hidden;}
|
|
204
|
-
.u1rlrpoc{margin-top:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0.75rem;line-height:1rem;color:var(--timvir-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
|
|
205
|
-
.f1cqi3na{width:1rem;height:1rem;min-width:1rem;margin-right:6px;}
|
|
206
|
-
.igksd61{-webkit-flex:1 1 180px;-ms-flex:1 1 180px;flex:1 1 180px;position:relative;min-width:180px;}
|
|
207
|
-
.i1gibb8w{display:block;object-fit:cover;border-radius:0 3px 3px 0;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px;}
|
|
208
|
-
|
|
209
|
-
.r710k81{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;padding:0px 16px;width:100%;background:transparent;font-size:18px;line-height:inherit;height:52px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;z-index:1;box-shadow:rgba(55, 53, 47, 0.09) 0px 1px 0px;}:root[data-timvir-theme="dark"] {box-shadow:rgba(255, 255, 255, 0.09) 0px 1px 0px;}
|
|
210
|
-
.s1sjvm51{width:18px;height:18px;display:block;fill:var(--timvir-secondary-text-color);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-right:10px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;}
|
|
211
|
-
.i1f3edco{font-family:inherit;font-size:inherit;line-height:inherit;border:none;background:none;width:100%;display:block;resize:none;padding:0px;min-width:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--timvir-text-color);}.i1f3edco:focus{outline:0;}
|
|
212
|
-
|
|
213
|
-
.c8yc6y{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px 0;font-size:14px;color:var(--timvir-text-color);cursor:pointer;box-shadow:rgba(55, 53, 47, 0.09) 0px 1px 0px;-webkit-text-decoration:none;text-decoration:none;}.c8yc6y:hover{background:rgba(0, 0, 0, 0.05);}:root[data-timvir-theme="dark"] {box-shadow:rgba(255, 255, 255, 0.09) 0px 1px 0px;}:root[data-timvir-theme="dark"] {background:rgba(255, 255, 255, 0.05);}
|
|
214
|
-
.dqzmx2q{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-left:14px;width:18px;height:24px;}
|
|
215
|
-
.dp5wq1v{margin-left:14px;}
|
|
216
|
-
.du5k8uq{font-size:12px;color:var(--timvir-secondary-text-color);}
|
|
217
|
-
|
|
218
|
-
.r5ea8qd{position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:999;pointer-events:none;overflow:hidden;font-family:system-ui,sans-serif;font-feature-settings:"liga","kern";text-rendering:optimizelegibility;font-size:14px;line-height:1.725;color:var(--timvir-text-color);}
|
|
219
|
-
.dp0smwa{pointer-events:auto;position:relative;z-index:0;}
|
|
220
|
-
.d1a28btb{width:100vw;height:100vh;position:fixed;top:0px;left:0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;pointer-events:auto;}
|
|
221
|
-
.d1c5pom9{position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:rgba(15, 15, 15, 0.6);}
|
|
222
|
-
.djje8s3{position:relative;z-index:1;box-shadow:rgba(15, 15, 15, 0.05) 0px 0px 0px 1px,rgba(15, 15, 15, 0.1) 0px 5px 10px,rgba(15, 15, 15, 0.2) 0px 15px 40px;border-radius:3px;background:white;top:90px;overflow:hidden;width:75%;max-width:600px;min-height:50px;max-height:80vh;}:root[data-timvir-theme="dark"] {background:black;}
|
|
223
|
-
.m1mgb53c{width:100%;height:100%;overflow:hidden auto;}
|
|
6
|
+
*,
|
|
7
|
+
*:before,
|
|
8
|
+
*:after {
|
|
9
|
+
box-sizing: inherit;
|
|
10
|
+
}
|
|
224
11
|
|
|
12
|
+
:root {
|
|
13
|
+
--timvir-background-color: #ffffff;
|
|
14
|
+
--timvir-text-color: #000000c9;
|
|
15
|
+
--timvir-secondary-text-color: #00000066;
|
|
16
|
+
--timvir-secondary-background-color: #f9f8f9;
|
|
17
|
+
|
|
18
|
+
--timvir-border-color: #e9e8ea;
|
|
19
|
+
|
|
20
|
+
--timvir-sidebar-highlight-color: rgb(237, 237, 237);
|
|
21
|
+
|
|
22
|
+
--timvir-accent-color: #38a585;
|
|
23
|
+
|
|
24
|
+
--timvir-background-pattern: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAHElEQVR4AWP4/u07Mvr75y8yGlBpND6a6oGUBgAxMSSkDKa/pQAAAABJRU5ErkJggg==);
|
|
25
|
+
--timvir-highlight-background-color: #ffe10044;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:root[data-timvir-theme="dark"] {
|
|
29
|
+
--timvir-background-color: #1f2023;
|
|
30
|
+
--timvir-text-color: rgba(255 255 255 / 0.86);
|
|
31
|
+
--timvir-secondary-text-color: rgba(255 255 255 / 0.56);
|
|
32
|
+
--timvir-secondary-background-color: #161618;
|
|
33
|
+
|
|
34
|
+
--timvir-border-color: #27292f;
|
|
35
|
+
|
|
36
|
+
--timvir-sidebar-highlight-color: rgb(41, 43, 47);
|
|
37
|
+
|
|
38
|
+
--timvir-accent-color: #38a585;
|
|
39
|
+
|
|
40
|
+
--timvir-background-pattern: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==);
|
|
41
|
+
--timvir-highlight-background-color: rgba(174, 124, 20, 0.15);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
* Temporary kludge to enable light/dark support in Code blocks. To be
|
|
46
|
+
* removed once theming is implemented properly.
|
|
47
|
+
*/
|
|
48
|
+
.timvir-b-Code .shiki span {
|
|
49
|
+
color: var(--timvir-b-Code-shiki-light);
|
|
50
|
+
font-style: var(--timvir-b-Code-shiki-light-font-style);
|
|
51
|
+
font-weight: var(--timvir-b-Code-shiki-light-font-weight);
|
|
52
|
+
text-decoration: var(--timvir-b-Code-shiki-light-text-decoration);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
:root[data-timvir-theme="dark"] .timvir-b-Code .shiki span {
|
|
56
|
+
color: var(--timvir-b-Code-shiki-dark);
|
|
57
|
+
font-style: var(--timvir-b-Code-shiki-dark-font-style);
|
|
58
|
+
font-weight: var(--timvir-b-Code-shiki-dark-font-weight);
|
|
59
|
+
text-decoration: var(--timvir-b-Code-shiki-dark-text-decoration);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
body {
|
|
63
|
+
font-family: system-ui, sans-serif;
|
|
64
|
+
font-feature-settings: "liga", "kern";
|
|
65
|
+
text-rendering: optimizelegibility;
|
|
66
|
+
|
|
67
|
+
font-size: 0.9375rem;
|
|
68
|
+
line-height: 1.7333;
|
|
69
|
+
|
|
70
|
+
background-color: var(--timvir-background-color);
|
|
71
|
+
color: var(--timvir-text-color);
|
|
72
|
+
|
|
73
|
+
--c-p-0: #f0fcf6;
|
|
74
|
+
--c-p-1: #d1f6e4;
|
|
75
|
+
--c-p-2: #a0dbc1;
|
|
76
|
+
--c-p-3: #61c19f;
|
|
77
|
+
--c-p-4: #38a585;
|
|
78
|
+
--c-p-5: #1b896b;
|
|
79
|
+
}
|
|
80
|
+
@layer priority1 {
|
|
81
|
+
.timvir-s-1f9b50e {
|
|
82
|
+
--timvir-margin: var(--timvir-page-margin);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.timvir-s-1hz7z82 {
|
|
86
|
+
--timvir-page-margin: 16px;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@media (width >= 48rem) {
|
|
90
|
+
.timvir-s-1i3za4p.timvir-s-1i3za4p {
|
|
91
|
+
--timvir-page-margin: 24px;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
@layer priority2 {
|
|
97
|
+
.timvir-s-1heo4i2 {
|
|
98
|
+
grid-area: 1 / 1;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.timvir-s-1fdo2jl {
|
|
102
|
+
grid-area: content;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.timvir-s-1nkj2r4 {
|
|
106
|
+
grid-area: navigation;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.timvir-s-10a8y8t {
|
|
110
|
+
inset: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.timvir-s-1t4wa6b {
|
|
114
|
+
margin: 0 0 2rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.timvir-s-1ghz6dp {
|
|
118
|
+
margin: 0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.timvir-s-13g9wyj {
|
|
122
|
+
margin: 16px 16px 0;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.timvir-s-3my8ay {
|
|
126
|
+
margin: 1px 0;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.timvir-s-84vhe8 {
|
|
130
|
+
padding: 0 12px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.timvir-s-1xq1gxn {
|
|
134
|
+
padding: 0 8px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.timvir-s-7uxsod {
|
|
138
|
+
padding: 0 var(--timvir-page-margin);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.timvir-s-1tv4xqk {
|
|
142
|
+
padding: 13vh 16px 16px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.timvir-s-1tamke2 {
|
|
146
|
+
padding: 16px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.timvir-s-1qhigcl {
|
|
150
|
+
padding: 20px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.timvir-s-1bd1j73 {
|
|
154
|
+
padding: 24px 0;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.timvir-s-v0thzw {
|
|
158
|
+
padding: 50px 0 30px;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.timvir-s-1dvi5bl {
|
|
162
|
+
padding: 50px 0 80px;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
@layer priority3 {
|
|
167
|
+
html:not([dir="rtl"]) .timvir-s-1j43nte, html[dir="rtl"] .timvir-s-1j43nte {
|
|
168
|
+
background-position: bottom;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.timvir-s-1wvxhgs {
|
|
172
|
+
border-bottom: 1px solid #313236;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.timvir-s-1qg66n7 {
|
|
176
|
+
border-bottom: 1px solid var(--timvir-border-color);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.timvir-s-j7gikm {
|
|
180
|
+
border-color: var(--timvir-border-color);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.timvir-s-cym7qx {
|
|
184
|
+
border-left: none;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.timvir-s-12oqio5 {
|
|
188
|
+
border-radius: 4px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.timvir-s-ur7f20 {
|
|
192
|
+
border-radius: 8px;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.timvir-s-1y0btm7 {
|
|
196
|
+
border-style: solid;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.timvir-s-qr9vqb {
|
|
200
|
+
border-top: 1px solid var(--timvir-border-color);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.timvir-s-c342km {
|
|
204
|
+
border-width: 0;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.timvir-s-mkeg23 {
|
|
208
|
+
border-width: 1px;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.timvir-s-1nslcl8 {
|
|
212
|
+
flex: 0 0 1rem;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.timvir-s-ou54vl {
|
|
216
|
+
gap: 16px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.timvir-s-8fetqu {
|
|
220
|
+
gap: 1rem;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.timvir-s-1rzw5jd {
|
|
224
|
+
gap: 32px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.timvir-s-1jnr06f {
|
|
228
|
+
gap: 4px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.timvir-s-kcw01v {
|
|
232
|
+
gap: 50px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.timvir-s-htle6 {
|
|
236
|
+
grid-column: lc / rc;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.timvir-s-1ywaqmw {
|
|
240
|
+
grid-column: le / re;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.timvir-s-bldiei {
|
|
244
|
+
grid-column: lex / rex;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.timvir-s-c0s83b {
|
|
248
|
+
grid-template-areas: "navigation"
|
|
249
|
+
"content";
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.timvir-s-e25avd {
|
|
253
|
+
margin-inline: -.2em;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.timvir-s-1a2a7pz {
|
|
257
|
+
outline: none;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.timvir-s-ysyzu8 {
|
|
261
|
+
overflow: auto;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.timvir-s-b3r6kr {
|
|
265
|
+
overflow: hidden;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.timvir-s-xqldzo {
|
|
269
|
+
overscroll-behavior: auto;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.timvir-s-qin4a2 {
|
|
273
|
+
padding-inline: 14px;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.timvir-s-158hnoc {
|
|
277
|
+
padding-inline: calc(var(--timvir-page-margin) - 8px);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.timvir-s-rz96y6 {
|
|
281
|
+
scroll-padding-block: 24px;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.timvir-s-1hl2dhg {
|
|
285
|
+
text-decoration: none;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.timvir-s-zhuw26 {
|
|
289
|
+
transition: all .16s;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.timvir-s-pau0pd {
|
|
293
|
+
transition: background .16s;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.timvir-s-17zmd2n {
|
|
297
|
+
transition: color .1s;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.timvir-s-hkombj {
|
|
301
|
+
transition: opacity .2s, transform .2s;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.timvir-s-y77lq4 {
|
|
305
|
+
transition: transform .12s cubic-bezier(.455, .03, .515, .955);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
@media (width >= 48rem) {
|
|
309
|
+
.timvir-s-3f8au3.timvir-s-3f8au3 {
|
|
310
|
+
border-right: 1px solid var(--timvir-border-color);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.timvir-s-oxwh6b.timvir-s-oxwh6b {
|
|
314
|
+
grid-template-areas: "navigation content";
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.timvir-s-1ccyb2m.timvir-s-1ccyb2m {
|
|
318
|
+
overflow: hidden;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.timvir-s-1ator1a.timvir-s-1ator1a {
|
|
322
|
+
padding-inline: var(--timvir-page-margin);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
@layer priority4 {
|
|
328
|
+
.timvir-s-6s0dn4 {
|
|
329
|
+
align-items: center;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.timvir-s-uk3077 {
|
|
333
|
+
align-items: flex-end;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.timvir-s-1cy8zhl {
|
|
337
|
+
align-items: flex-start;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.timvir-s-qcrz7y {
|
|
341
|
+
align-self: flex-start;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.timvir-s-jyslct {
|
|
345
|
+
appearance: none;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.timvir-s-1k74hu9 {
|
|
349
|
+
background-color: none;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.timvir-s-1c4omy1 {
|
|
353
|
+
background-color: #27282b;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.timvir-s-1ivwqqu {
|
|
357
|
+
background-color: #313236;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.timvir-s-1yy59j4 {
|
|
361
|
+
background-color: #f7f7f808;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.timvir-s-jbqb8w {
|
|
365
|
+
background-color: #0000;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.timvir-s-1b7vwdu {
|
|
369
|
+
background-color: var(--timvir-background-color);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.timvir-s-uqj7gu {
|
|
373
|
+
background-color: var(--timvir-border-color);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.timvir-s-1d0dlzq {
|
|
377
|
+
background-color: var(--timvir-secondary-background-color);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.timvir-s-6r7942 {
|
|
381
|
+
background-color: var(--timvir-sidebar-highlight-color);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.timvir-s-1dlxito {
|
|
385
|
+
background-image: linear-gradient(#0000, #0000 5px, #383838 5px, #383838);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.timvir-s-1w3jsh0 {
|
|
389
|
+
background-repeat: repeat-x;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.timvir-s-odwsf6 {
|
|
393
|
+
background-size: 100% 6px;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.timvir-s-1j6rtzm {
|
|
397
|
+
box-shadow: 0 4px 12px #0003;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.timvir-s-1tyz1jm {
|
|
401
|
+
caret-color: #6e5ed2;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.timvir-s-1heor9g {
|
|
405
|
+
color: inherit;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.timvir-s-1flf930 {
|
|
409
|
+
color: #81808e;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.timvir-s-1bzjle {
|
|
413
|
+
color: #8a8f98;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.timvir-s-vc674v {
|
|
417
|
+
color: #d6d6d6;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.timvir-s-d85mq3 {
|
|
421
|
+
color: #f7f8f8;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.timvir-s-vgvpxu {
|
|
425
|
+
color: var(--timvir-secondary-text-color);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.timvir-s-1cdhzux {
|
|
429
|
+
color: var(--timvir-text-color);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.timvir-s-t0e3qv {
|
|
433
|
+
cursor: default;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.timvir-s-1ypdohk {
|
|
437
|
+
cursor: pointer;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.timvir-s-1lliihq {
|
|
441
|
+
display: block;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.timvir-s-78zum5 {
|
|
445
|
+
display: flex;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.timvir-s-rvj5dj {
|
|
449
|
+
display: grid;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.timvir-s-1s85apg {
|
|
453
|
+
display: none;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.timvir-s-dl72j9 {
|
|
457
|
+
flex-basis: auto;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.timvir-s-3ieub6 {
|
|
461
|
+
flex-direction: column-reverse;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.timvir-s-dt5ytf {
|
|
465
|
+
flex-direction: column;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.timvir-s-1q0g3np {
|
|
469
|
+
flex-direction: row;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.timvir-s-1iyjqo2 {
|
|
473
|
+
flex-grow: 1;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.timvir-s-2lah0s {
|
|
477
|
+
flex-shrink: 0;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.timvir-s-s83m0k {
|
|
481
|
+
flex-shrink: 1;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.timvir-s-1p7i66b {
|
|
485
|
+
font-family: system-ui, sans-serif;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.timvir-s-gcpwm9 {
|
|
489
|
+
font-family: system-ui;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.timvir-s-dvd4st {
|
|
493
|
+
font-feature-settings: "liga", "kern";
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.timvir-s-boafo0 {
|
|
497
|
+
font-size: .75rem;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.timvir-s-1dcheo9 {
|
|
501
|
+
font-size: .8125rem;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.timvir-s-kpwil5 {
|
|
505
|
+
font-size: .875rem;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.timvir-s-sfzzmd {
|
|
509
|
+
font-size: .8em;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.timvir-s-6u19be {
|
|
513
|
+
font-size: .9375rem;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.timvir-s-1j61zf2 {
|
|
517
|
+
font-size: 16px;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.timvir-s-1qlqyl8 {
|
|
521
|
+
font-size: inherit;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.timvir-s-o1l8bm {
|
|
525
|
+
font-weight: 400;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.timvir-s-k50ysn {
|
|
529
|
+
font-weight: 500;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.timvir-s-kjxd12 {
|
|
533
|
+
font-weight: 590;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.timvir-s-1s688f {
|
|
537
|
+
font-weight: 600;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.timvir-s-3xbxsf {
|
|
541
|
+
grid-auto-rows: min-content;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.timvir-s-12c0rpe {
|
|
545
|
+
grid-template-columns: [le] var(--timvir-page-margin) [lex lc] 1fr[rc rex] var(--timvir-page-margin) [re];
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.timvir-s-1y6fwsi {
|
|
549
|
+
grid-template-columns: 1fr;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.timvir-s-k629hk {
|
|
553
|
+
grid-template-columns: repeat(auto-fill, minmax(234px, 1fr));
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.timvir-s-l56j7k {
|
|
557
|
+
justify-content: center;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.timvir-s-13a6bvl {
|
|
561
|
+
justify-content: flex-end;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.timvir-s-1nhvcw1 {
|
|
565
|
+
justify-content: flex-start;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.timvir-s-1xet1wb {
|
|
569
|
+
line-height: 1.3125;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.timvir-s-1evy7pa {
|
|
573
|
+
line-height: 1.5;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.timvir-s-1wqqpke {
|
|
577
|
+
line-height: 1.725;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.timvir-s-1ylh3l6 {
|
|
581
|
+
line-height: 2.2;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.timvir-s-101yacv {
|
|
585
|
+
line-height: 25px;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.timvir-s-1ijhxuk {
|
|
589
|
+
-webkit-mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
590
|
+
mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.timvir-s-1ks1olk {
|
|
594
|
+
opacity: .7;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.timvir-s-1hc1fzr {
|
|
598
|
+
opacity: 1;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.timvir-s-ixxii4 {
|
|
602
|
+
position: fixed;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.timvir-s-1n2onr6 {
|
|
606
|
+
position: relative;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.timvir-s-7wzq59 {
|
|
610
|
+
position: sticky;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.timvir-s-dpxx8g {
|
|
614
|
+
text-align: left;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.timvir-s-1hr2gdg {
|
|
618
|
+
text-align: right;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.timvir-s-lyipyv {
|
|
622
|
+
text-overflow: ellipsis;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.timvir-s-1746jcd {
|
|
626
|
+
text-rendering: optimizelegibility;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.timvir-s-1jpgh95 {
|
|
630
|
+
transform-origin: center;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.timvir-s-uxw1ft {
|
|
634
|
+
white-space: nowrap;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.timvir-s-1so62im {
|
|
638
|
+
will-change: transform;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.timvir-s-13faqbe {
|
|
642
|
+
word-break: break-word;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.timvir-s-13tdkmf {
|
|
646
|
+
z-index: 80;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.timvir-s-oz0ns6 {
|
|
650
|
+
z-index: 900;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.timvir-s-1d6mti2:hover {
|
|
654
|
+
background-color: #37373c;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.timvir-s-1gtqa1q:hover {
|
|
658
|
+
background-color: var(--timvir-secondary-background-color);
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.timvir-s-1dc5b4e:hover {
|
|
662
|
+
background-color: var(--timvir-sidebar-highlight-color);
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.timvir-s-g7t5vw:hover {
|
|
666
|
+
background-image: linear-gradient(#0000, #0000 3px, #2bbc8a 3px, #2bbc8a);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.timvir-s-gmrl4:hover {
|
|
670
|
+
color: var(--c-p-4);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.timvir-s-1o7uuvo:hover {
|
|
674
|
+
opacity: 1;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
@media (width >= 48rem) {
|
|
678
|
+
.timvir-s-1m2nq6k.timvir-s-1m2nq6k {
|
|
679
|
+
display: block;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.timvir-s-1j2yrl1.timvir-s-1j2yrl1 {
|
|
683
|
+
display: flex;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.timvir-s-1yn2rt8.timvir-s-1yn2rt8 {
|
|
687
|
+
display: none;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.timvir-s-1azbkut.timvir-s-1azbkut {
|
|
691
|
+
flex-direction: column;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.timvir-s-1k046mz.timvir-s-1k046mz {
|
|
695
|
+
flex-direction: row;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.timvir-s-asi8qw.timvir-s-asi8qw {
|
|
699
|
+
font-size: .8125rem;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.timvir-s-1w3eerp.timvir-s-1w3eerp {
|
|
703
|
+
grid-template-columns: [l] 300px[m] 1fr[r];
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
@media (width >= 72rem) {
|
|
708
|
+
.timvir-s-1mxrek7.timvir-s-1mxrek7 {
|
|
709
|
+
grid-template-columns: [le] 1fr var(--timvir-page-margin) [lex] minmax(0, 12rem) [lc] 48rem[rc] minmax(0, 12rem) [rex] var(--timvir-page-margin) 1fr[re];
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
@media (width >= 48rem) {
|
|
714
|
+
.timvir-s-9q0i6z.timvir-s-9q0i6z {
|
|
715
|
+
grid-template-columns: [le] var(--timvir-page-margin) [lex] 1fr[lc] minmax(0, 48rem) [rc] 1fr[rex] var(--timvir-page-margin) [re];
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.timvir-s-1b3g1kt.timvir-s-1b3g1kt {
|
|
719
|
+
position: fixed;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.timvir-s-etmjmr.timvir-s-etmjmr {
|
|
723
|
+
position: static;
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
@layer priority5 {
|
|
729
|
+
.timvir-s-1ey2m1c {
|
|
730
|
+
bottom: 0;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.timvir-s-vle69y {
|
|
734
|
+
height: .75rem;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.timvir-s-mll18r {
|
|
738
|
+
height: 1.25rem;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.timvir-s-1q3kd3q {
|
|
742
|
+
height: 1.2em;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.timvir-s-pz6ql4 {
|
|
746
|
+
height: 1.3em;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.timvir-s-lup9mm {
|
|
750
|
+
height: 16px;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.timvir-s-1l36t39 {
|
|
754
|
+
height: 1rem;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.timvir-s-xk0z11 {
|
|
758
|
+
height: 24px;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.timvir-s-lrawln {
|
|
762
|
+
height: 25px;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.timvir-s-1vd4hg5 {
|
|
766
|
+
height: 300px;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.timvir-s-1pizb70 {
|
|
770
|
+
height: 3rem;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.timvir-s-wvwv9b {
|
|
774
|
+
height: 46px;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.timvir-s-1x0gksc {
|
|
778
|
+
height: 62px;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.timvir-s-u96u03 {
|
|
782
|
+
left: 0;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.timvir-s-od5an3 {
|
|
786
|
+
margin-bottom: 12px;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.timvir-s-1iog12x {
|
|
790
|
+
margin-left: 4px;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.timvir-s-8x9d4c {
|
|
794
|
+
margin-left: auto;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.timvir-s-1wsuqlk {
|
|
798
|
+
margin-right: 12px;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.timvir-s-1db2dqx {
|
|
802
|
+
margin-right: 8px;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.timvir-s-ack27t {
|
|
806
|
+
margin-right: auto;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.timvir-s-w7yly9 {
|
|
810
|
+
margin-top: 16px;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.timvir-s-r1yuqi {
|
|
814
|
+
margin-top: auto;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.timvir-s-193iq5w {
|
|
818
|
+
max-width: 100%;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.timvir-s-11gisft {
|
|
822
|
+
max-width: 640px;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.timvir-s-d0payo {
|
|
826
|
+
max-width: calc(100vw - 60px);
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.timvir-s-g6iff7 {
|
|
830
|
+
min-height: 100vh;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.timvir-s-u0aao5 {
|
|
834
|
+
min-height: 36px;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.timvir-s-euugli {
|
|
838
|
+
min-width: 0;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.timvir-s-15dgqpb {
|
|
842
|
+
min-width: 1.3em;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.timvir-s-13qp9f6 {
|
|
846
|
+
min-width: min-content;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.timvir-s-1odjw0f {
|
|
850
|
+
overflow-y: auto;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.timvir-s-1rife3k {
|
|
854
|
+
overflow-y: scroll;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.timvir-s-11408do {
|
|
858
|
+
padding-top: 80px;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.timvir-s-3m8u43 {
|
|
862
|
+
right: 0;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.timvir-s-13vifvy {
|
|
866
|
+
top: 0;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.timvir-s-is09m7 {
|
|
870
|
+
top: 6rem;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.timvir-s-1jw3ynk {
|
|
874
|
+
width: .75rem;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.timvir-s-1n3ixbd {
|
|
878
|
+
width: 1.2em;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.timvir-s-1fr90bg {
|
|
882
|
+
width: 1.3em;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.timvir-s-h8yej3 {
|
|
886
|
+
width: 100%;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.timvir-s-1kky2od {
|
|
890
|
+
width: 16px;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.timvir-s-1i1rx1s {
|
|
894
|
+
width: 1px;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.timvir-s-cdlrvm {
|
|
898
|
+
width: 1rem;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
@media (width >= 48rem) {
|
|
902
|
+
.timvir-s-bvzrs5.timvir-s-bvzrs5 {
|
|
903
|
+
bottom: 0;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.timvir-s-1fsrbvp.timvir-s-1fsrbvp {
|
|
907
|
+
height: 100%;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
.timvir-s-1vptubt.timvir-s-1vptubt {
|
|
911
|
+
height: auto;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.timvir-s-1i1dbpq.timvir-s-1i1dbpq {
|
|
915
|
+
left: 0;
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
@media (any-pointer: coarse) {
|
|
920
|
+
.timvir-s-8kob5h.timvir-s-8kob5h {
|
|
921
|
+
min-height: 44px;
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
@media (width >= 48rem) {
|
|
926
|
+
.timvir-s-1d813ht.timvir-s-1d813ht {
|
|
927
|
+
padding-top: 24px;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.timvir-s-1uk07ai.timvir-s-1uk07ai {
|
|
931
|
+
top: 0;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.timvir-s-zfhgub.timvir-s-zfhgub {
|
|
935
|
+
width: 300px;
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
@layer priority1 {
|
|
940
|
+
.timvir-s-1v02d47:hover {
|
|
941
|
+
--code-box-shadow: inset 0 0 0 1px #10161a80, inset 0 1px 4px #10161a33;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.timvir-s-bok0fy:hover {
|
|
945
|
+
--link-icon-opacity: 1;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.timvir-s-158d8ml:hover {
|
|
949
|
+
--link-icon-transform: none;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.timvir-s-1xi2g7t:hover {
|
|
953
|
+
--link-icon-visibility-delay: 0s;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.timvir-s-1rb6emv:hover {
|
|
957
|
+
--link-icon-visibility: visible;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.timvir-s-1bezv82:active {
|
|
961
|
+
--code-background: var(--c-p-2);
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.timvir-s-15m0p1m:active {
|
|
965
|
+
--code-box-shadow: inset 0 0 0 1px #10161ab3, inset 0 1px 4px #10161a66;
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
@layer priority2 {
|
|
970
|
+
.timvir-s-2ijy0e {
|
|
971
|
+
margin: 1rem 0;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.timvir-s-gv6dkq {
|
|
975
|
+
margin: 2.5rem 0 1rem;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.timvir-s-1jnxms5 {
|
|
979
|
+
padding: 4px 6px 3px;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.timvir-s-12ek6fo {
|
|
983
|
+
padding: 6px 13px;
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
@layer priority3 {
|
|
988
|
+
html:not([dir="rtl"]) .timvir-s-1j43nte, html[dir="rtl"] .timvir-s-1j43nte {
|
|
989
|
+
background-position: bottom;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.timvir-s-1kgrkcs {
|
|
993
|
+
border-color: var(--c-p-2);
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.timvir-s-j7gikm {
|
|
997
|
+
border-color: var(--timvir-border-color);
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.timvir-s-1sxf85j {
|
|
1001
|
+
border-radius: 5px;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.timvir-s-ng3xce {
|
|
1005
|
+
border-style: none;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.timvir-s-1y0btm7 {
|
|
1009
|
+
border-style: solid;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.timvir-s-mkeg23 {
|
|
1013
|
+
border-width: 1px;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.timvir-s-ysyzu8 {
|
|
1017
|
+
overflow: auto;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.timvir-s-1hl2dhg {
|
|
1021
|
+
text-decoration: none;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.timvir-s-2r93rw {
|
|
1025
|
+
transition: opacity.2s, transform.2s, visibility 0s var(--link-icon-visibility-delay, .2s);
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
@layer priority4 {
|
|
1030
|
+
.timvir-s-83z2og {
|
|
1031
|
+
background-color: #fff;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.timvir-s-twfq29 {
|
|
1035
|
+
background-color: currentColor;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.timvir-s-bspb1j {
|
|
1039
|
+
background-color: var(--code-background, var(--timvir-secondary-background-color));
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.timvir-s-1dlxito {
|
|
1043
|
+
background-image: linear-gradient(#0000, #0000 5px, #383838 5px, #383838);
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.timvir-s-1w3jsh0 {
|
|
1047
|
+
background-repeat: repeat-x;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.timvir-s-odwsf6 {
|
|
1051
|
+
background-size: 100% 6px;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.timvir-s-1mwwwfo {
|
|
1055
|
+
border-collapse: collapse;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.timvir-s-1gukg7c {
|
|
1059
|
+
border-spacing: 0;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.timvir-s-1vhptj2 {
|
|
1063
|
+
box-shadow: var(--code-box-shadow, none);
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.timvir-s-15rks2t {
|
|
1067
|
+
color: currentColor;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.timvir-s-1heor9g {
|
|
1071
|
+
color: inherit;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.timvir-s-vgvpxu {
|
|
1075
|
+
color: var(--timvir-secondary-text-color);
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.timvir-s-1lliihq {
|
|
1079
|
+
display: block;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.timvir-s-1rg5ohu {
|
|
1083
|
+
display: inline-block;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.timvir-s-sfzzmd {
|
|
1087
|
+
font-size: .8em;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.timvir-s-6u19be {
|
|
1091
|
+
font-size: .9375rem;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
.timvir-s-1lkfr7t {
|
|
1095
|
+
font-size: 1.0625rem;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.timvir-s-1hptrd9 {
|
|
1099
|
+
font-size: 1.1rem;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.timvir-s-ngnso2 {
|
|
1103
|
+
font-size: 1.5rem;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
.timvir-s-579bpy {
|
|
1107
|
+
font-size: 2rem;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.timvir-s-kjxd12 {
|
|
1111
|
+
font-weight: 590;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
.timvir-s-2sqz4w {
|
|
1115
|
+
line-height: 1.125;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
.timvir-s-1gst2wd {
|
|
1119
|
+
line-height: 1.1666;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.timvir-s-1k2ygyi {
|
|
1123
|
+
line-height: 1.4375;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
.timvir-s-1c40qdn {
|
|
1127
|
+
line-height: 1.4706;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
.timvir-s-vpkmg4 {
|
|
1131
|
+
opacity: .25;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.timvir-s-1i3gk9 {
|
|
1135
|
+
opacity: var(--link-icon-opacity, 0);
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.timvir-s-1n2onr6 {
|
|
1139
|
+
position: relative;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.timvir-s-zqbfd8 {
|
|
1143
|
+
text-indent: -.05em;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.timvir-s-6ah1hw {
|
|
1147
|
+
transform: var(--link-icon-transform, translatex(-50%));
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
.timvir-s-xymvpz {
|
|
1151
|
+
vertical-align: middle;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.timvir-s-o5ics5 {
|
|
1155
|
+
visibility: var(--link-icon-visibility, hidden);
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.timvir-s-7kswos:nth-child(2n) {
|
|
1159
|
+
background-color: var(--c-p-0);
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.timvir-s-g7t5vw:hover, .timvir-s-ene6ev:active {
|
|
1163
|
+
background-image: linear-gradient(#0000, #0000 3px, #2bbc8a 3px, #2bbc8a);
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
@layer priority5 {
|
|
1168
|
+
.timvir-s-1r4gg6b {
|
|
1169
|
+
border-top-color: var(--c-p-2);
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.timvir-s-13fuv20 {
|
|
1173
|
+
border-top-style: solid;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.timvir-s-178xt8z {
|
|
1177
|
+
border-top-width: 1px;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.timvir-s-1pazyae {
|
|
1181
|
+
height: .9rem;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.timvir-s-jm9jq1 {
|
|
1185
|
+
height: 1px;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.timvir-s-yi6m4r {
|
|
1189
|
+
margin-bottom: 1rem;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.timvir-s-j3b58b {
|
|
1193
|
+
margin-left: 0;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.timvir-s-16vho4v {
|
|
1197
|
+
margin-left: 6px;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.timvir-s-1hpjnmm {
|
|
1201
|
+
margin-top: 3rem;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
.timvir-s-1y6pbyt {
|
|
1205
|
+
width: .9rem;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.timvir-s-h8yej3 {
|
|
1209
|
+
width: 100%;
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
@layer priority1 {
|
|
1213
|
+
.timvir-s-ln7xf2 {
|
|
1214
|
+
font: inherit;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.timvir-s-9t3ola {
|
|
1218
|
+
margin: 1em 0;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
.timvir-s-qtkp2c {
|
|
1222
|
+
padding: 0 0 0 10px;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.timvir-s-1717udv {
|
|
1226
|
+
padding: 0;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
.timvir-s-1op5qub:after {
|
|
1230
|
+
inset: 0;
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
@layer priority2 {
|
|
1235
|
+
.timvir-s-j7gikm {
|
|
1236
|
+
border-color: var(--timvir-border-color);
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
.timvir-s-1cum3z5 {
|
|
1240
|
+
border-radius: 2px;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.timvir-s-1y0btm7 {
|
|
1244
|
+
border-style: solid;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.timvir-s-c342km {
|
|
1248
|
+
border-width: 0;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.timvir-s-mkeg23 {
|
|
1252
|
+
border-width: 1px;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.timvir-s-d3ue5d {
|
|
1256
|
+
grid-gap: 8px;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
.timvir-s-1a2a7pz {
|
|
1260
|
+
outline: none;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.timvir-s-lzy7x8:after {
|
|
1264
|
+
border-color: var(--timvir-border-color);
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.timvir-s-18wp92t:hover:after, .timvir-s-rlfy00:focus-within:after {
|
|
1268
|
+
border-color: var(--timvir-text-color);
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.timvir-s-1edtgf2:after {
|
|
1272
|
+
border-radius: 2px;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
.timvir-s-1dzvx6z:after {
|
|
1276
|
+
border-style: solid;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
.timvir-s-hlrplc:after {
|
|
1280
|
+
border-width: 1px;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.timvir-s-49kzi4:hover, .timvir-s-13m658e:active {
|
|
1284
|
+
border-color: var(--timvir-text-color);
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
@layer priority3 {
|
|
1289
|
+
.timvir-s-6s0dn4 {
|
|
1290
|
+
align-items: center;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.timvir-s-kh2ocl {
|
|
1294
|
+
align-self: stretch;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
.timvir-s-jbqb8w {
|
|
1298
|
+
background-color: #0000;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
.timvir-s-1d0dlzq {
|
|
1302
|
+
background-color: var(--timvir-secondary-background-color);
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
.timvir-s-1heor9g {
|
|
1306
|
+
color: inherit;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
.timvir-s-vgvpxu {
|
|
1310
|
+
color: var(--timvir-secondary-text-color);
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
.timvir-s-1cdhzux {
|
|
1314
|
+
color: var(--timvir-text-color);
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
.timvir-s-78zum5 {
|
|
1318
|
+
display: flex;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.timvir-s-rvj5dj {
|
|
1322
|
+
display: grid;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.timvir-s-1rg5ohu {
|
|
1326
|
+
display: inline-block;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
.timvir-s-9flyx0 {
|
|
1330
|
+
grid-template-columns: 1fr 100px;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
.timvir-s-1n2onr6 {
|
|
1334
|
+
position: relative;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
.timvir-s-1tcdsnd {
|
|
1338
|
+
word-break: initial;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
.timvir-s-5l10my:after {
|
|
1342
|
+
content: "";
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
.timvir-s-ieozyd:after {
|
|
1346
|
+
display: block;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
.timvir-s-1kx6eu5:after {
|
|
1350
|
+
pointer-events: none;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.timvir-s-1x824oc:after {
|
|
1354
|
+
position: absolute;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
.timvir-s-1dc5b4e:hover, .timvir-s-1bx2y69:active {
|
|
1358
|
+
background-color: var(--timvir-sidebar-highlight-color);
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
@layer priority4 {
|
|
1363
|
+
.timvir-s-1e56ztr {
|
|
1364
|
+
margin-bottom: 8px;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.timvir-s-15ku74s {
|
|
1368
|
+
margin-right: 6px;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.timvir-s-u0aao5 {
|
|
1372
|
+
min-height: 36px;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
.timvir-s-h8yej3 {
|
|
1376
|
+
width: 100%;
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
@layer priority1 {
|
|
1380
|
+
.timvir-s-15o1dgp {
|
|
1381
|
+
--timvir-b-Code-bleed: calc(var(--timvir-margin, 0) * .6666);
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.timvir-s-idmeni {
|
|
1385
|
+
--timvir-b-Code-inlinePadding: max(var(--timvir-b-Code-bleed), 8px);
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
@layer priority2 {
|
|
1390
|
+
.timvir-s-1etwjqo {
|
|
1391
|
+
margin: 0 calc(-1 * var(--timvir-b-Code-bleed));
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.timvir-s-1ghz6dp {
|
|
1395
|
+
margin: 0;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.timvir-s-1717udv {
|
|
1399
|
+
padding: 0;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.timvir-s-1g8o3q3 {
|
|
1403
|
+
padding: 16px 0;
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
@layer priority3 {
|
|
1408
|
+
.timvir-s-j7gikm {
|
|
1409
|
+
border-color: var(--timvir-border-color);
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.timvir-s-1sxf85j {
|
|
1413
|
+
border-radius: 5px;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.timvir-s-1y0btm7 {
|
|
1417
|
+
border-style: solid;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.timvir-s-mkeg23 {
|
|
1421
|
+
border-width: 1px;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.timvir-s-e193im {
|
|
1425
|
+
padding-inline: var(--timvir-b-Code-inlinePadding);
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
@layer priority4 {
|
|
1430
|
+
.timvir-s-15fpjw5 {
|
|
1431
|
+
background-color: var(--timvir-highlight-background-color);
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.timvir-s-1d0dlzq {
|
|
1435
|
+
background-color: var(--timvir-secondary-background-color);
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.timvir-s-vgvpxu {
|
|
1439
|
+
color: var(--timvir-secondary-text-color);
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.timvir-s-6wvzqs {
|
|
1443
|
+
contain: content;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.timvir-s-1lliihq {
|
|
1447
|
+
display: block;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.timvir-s-1rg5ohu {
|
|
1451
|
+
display: inline-block;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.timvir-s-1dcheo9 {
|
|
1455
|
+
font-size: .8125rem;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.timvir-s-sfzzmd {
|
|
1459
|
+
font-size: .8em;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.timvir-s-jkpybl {
|
|
1463
|
+
line-height: 1.1875;
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
@layer priority5 {
|
|
1468
|
+
.timvir-s-lwy1ot {
|
|
1469
|
+
margin-top: .3em;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.timvir-s-w2csxc {
|
|
1473
|
+
overflow-x: auto;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.timvir-s-h8yej3 {
|
|
1477
|
+
width: 100%;
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
@layer priority1 {
|
|
1481
|
+
.timvir-s-btcsfn {
|
|
1482
|
+
--timvir-b-ColorBar-value-borderRadiusDefault: 0 2px 2px 0;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.timvir-s-16gz6n8 {
|
|
1486
|
+
--timvir-b-ColorBar-value-borderRadiusDefault: 2px 0 0 2px;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
.timvir-s-15311qs {
|
|
1490
|
+
--timvir-b-ColorBar-value-margin: 0;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
.timvir-s-inzabm:hover {
|
|
1494
|
+
--timvir-b-ColorBar-value-borderRadius: 2px;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
.timvir-s-1bxid8z:hover {
|
|
1498
|
+
--timvir-b-ColorBar-value-margin: -3px 1px;
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
@layer priority2 {
|
|
1503
|
+
.timvir-s-1ehn4u0 {
|
|
1504
|
+
margin: var(--timvir-b-ColorBar-value-margin);
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
@layer priority3 {
|
|
1509
|
+
.timvir-s-nfsnhl {
|
|
1510
|
+
border-radius: var(--timvir-b-ColorBar-value-borderRadius, var(--timvir-b-ColorBar-value-borderRadiusDefault));
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.timvir-s-13b6k1y {
|
|
1514
|
+
place-items: stretch stretch;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.timvir-s-zhuw26 {
|
|
1518
|
+
transition: all .16s;
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
@layer priority4 {
|
|
1523
|
+
.timvir-s-1ypdohk {
|
|
1524
|
+
cursor: pointer;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
.timvir-s-rvj5dj {
|
|
1528
|
+
display: grid;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
.timvir-s-1iyjqo2 {
|
|
1532
|
+
flex-grow: 1;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
.timvir-s-1sdr0u7 {
|
|
1536
|
+
grid-auto-flow: row;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
.timvir-s-dz4c1r {
|
|
1540
|
+
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.timvir-s-10l6tqk {
|
|
1544
|
+
position: absolute;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
.timvir-s-1n2onr6 {
|
|
1548
|
+
position: relative;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
.timvir-s-1cb1t30 {
|
|
1552
|
+
transform: translateY(-50%);
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
.timvir-s-zkaem6 {
|
|
1556
|
+
z-index: 3;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
.timvir-s-oegz02 {
|
|
1560
|
+
z-index: 4;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
.timvir-s-32zglm:hover {
|
|
1564
|
+
box-shadow: inset 0 0 0 1px #10161a33, 0 2px 4px #10161a1a, 0 8px 24px #10161a33;
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
@layer priority5 {
|
|
1569
|
+
.timvir-s-1vqgdyp {
|
|
1570
|
+
height: 40px;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
.timvir-s-u96u03 {
|
|
1574
|
+
left: 0;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
.timvir-s-3m8u43 {
|
|
1578
|
+
right: 0;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.timvir-s-wa60dl {
|
|
1582
|
+
top: 50%;
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
@layer priority1 {
|
|
1586
|
+
.timvir-s-1p3d3bo {
|
|
1587
|
+
grid-gap: 16px;
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
@layer priority2 {
|
|
1592
|
+
.timvir-s-7a106z {
|
|
1593
|
+
align-items: start;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
.timvir-s-vgvpxu {
|
|
1597
|
+
color: var(--timvir-secondary-text-color);
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.timvir-s-1cdhzux {
|
|
1601
|
+
color: var(--timvir-text-color);
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.timvir-s-1ypdohk {
|
|
1605
|
+
cursor: pointer;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.timvir-s-78zum5 {
|
|
1609
|
+
display: flex;
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
.timvir-s-rvj5dj {
|
|
1613
|
+
display: grid;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.timvir-s-dt5ytf {
|
|
1617
|
+
flex-direction: column;
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
.timvir-s-1iyjqo2 {
|
|
1621
|
+
flex-grow: 1;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.timvir-s-boafo0 {
|
|
1625
|
+
font-size: .75rem;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.timvir-s-u6a5m6 {
|
|
1629
|
+
grid-auto-columns: 1fr;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.timvir-s-o5v014 {
|
|
1633
|
+
line-height: 1;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.timvir-s-1n2onr6 {
|
|
1637
|
+
position: relative;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
.timvir-s-2b8uid {
|
|
1641
|
+
text-align: center;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.timvir-s-115iamj:hover:before {
|
|
1645
|
+
box-shadow: 0 0 0 2px #00000040;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.timvir-s-ach7vw:hover:before {
|
|
1649
|
+
box-shadow: 0 0 0 2px var(--c-p-5);
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
.timvir-s-s2hnm7:hover:before {
|
|
1653
|
+
opacity: 1;
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
@layer priority3 {
|
|
1658
|
+
.timvir-s-frllxf {
|
|
1659
|
+
border-bottom-left-radius: 0;
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
.timvir-s-1v8xtx2 {
|
|
1663
|
+
border-bottom-left-radius: 3px;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.timvir-s-jppbhk {
|
|
1667
|
+
border-bottom-right-radius: 0;
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
.timvir-s-uvn51i {
|
|
1671
|
+
border-bottom-right-radius: 3px;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
.timvir-s-1ia1hqs {
|
|
1675
|
+
border-top-left-radius: 0;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
.timvir-s-1nrfd8m {
|
|
1679
|
+
border-top-left-radius: 3px;
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
.timvir-s-1a2w583 {
|
|
1683
|
+
border-top-right-radius: 0;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
.timvir-s-16gx4na {
|
|
1687
|
+
border-top-right-radius: 3px;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.timvir-s-1m3v4wt {
|
|
1691
|
+
height: 200px;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
.timvir-s-1nmq0fv {
|
|
1695
|
+
margin-top: .8em;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.timvir-s-h8yej3 {
|
|
1699
|
+
width: 100%;
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
@layer priority4 {
|
|
1704
|
+
.timvir-s-b52w3a:before {
|
|
1705
|
+
border-radius: 4px;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.timvir-s-k53niv:before {
|
|
1709
|
+
transition: all .16s cubic-bezier(.4, 1, .75, .9);
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
@layer priority5 {
|
|
1714
|
+
.timvir-s-ktd1bz:before {
|
|
1715
|
+
box-shadow: 0 0 #137cbd00;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.timvir-s-su9jc6:before {
|
|
1719
|
+
box-shadow: 0 0 0 2px var(--c-p-5);
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.timvir-s-1cpjm7i:before {
|
|
1723
|
+
content: "";
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
.timvir-s-fbg1o9:before {
|
|
1727
|
+
opacity: 1;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.timvir-s-1hmns74:before {
|
|
1731
|
+
position: absolute;
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
@layer priority6 {
|
|
1736
|
+
.timvir-s-e80sof:before {
|
|
1737
|
+
bottom: -2px;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
.timvir-s-abwq6t:before {
|
|
1741
|
+
left: -2px;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.timvir-s-1ydowbf:before {
|
|
1745
|
+
right: -2px;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.timvir-s-51xajf:before {
|
|
1749
|
+
top: -2px;
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
@layer priority1 {
|
|
1753
|
+
.timvir-s-1lliihq {
|
|
1754
|
+
display: block;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.timvir-s-l1xv1r {
|
|
1758
|
+
object-fit: cover;
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
@layer priority2 {
|
|
1763
|
+
.timvir-s-5i6pxz {
|
|
1764
|
+
height: 35vh;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
.timvir-s-193iq5w {
|
|
1768
|
+
max-width: 100%;
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
@layer priority1 {
|
|
1772
|
+
.timvir-s-1717udv {
|
|
1773
|
+
padding: 0;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
.timvir-s-1htuw1x {
|
|
1777
|
+
padding: var(--timvir-b-Exhibit-bleed);
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
@layer priority2 {
|
|
1782
|
+
.timvir-s-1tffoc1 {
|
|
1783
|
+
border-color: var(--timvir-b-Exhibit-borderColor);
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.timvir-s-1sxf85j {
|
|
1787
|
+
border-radius: 5px;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
.timvir-s-ng3xce {
|
|
1791
|
+
border-style: none;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.timvir-s-1y0btm7 {
|
|
1795
|
+
border-style: solid;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.timvir-s-mkeg23 {
|
|
1799
|
+
border-width: 1px;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
.timvir-s-rxpjvj {
|
|
1803
|
+
margin-inline: 0;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
.timvir-s-zqqpyx {
|
|
1807
|
+
margin-inline: calc(-1 * var(--timvir-b-Exhibit-bleed));
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
@layer priority3 {
|
|
1812
|
+
.timvir-s-7zdco {
|
|
1813
|
+
background-image: var(--timvir-b-Exhibit-background);
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.timvir-s-vgvpxu {
|
|
1817
|
+
color: var(--timvir-secondary-text-color);
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.timvir-s-ufnvkl {
|
|
1821
|
+
display: flow-root;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.timvir-s-1dcheo9 {
|
|
1825
|
+
font-size: .8125rem;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.timvir-s-jkpybl {
|
|
1829
|
+
line-height: 1.1875;
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
@layer priority4 {
|
|
1834
|
+
.timvir-s-lwy1ot {
|
|
1835
|
+
margin-top: .3em;
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
@layer priority1 {
|
|
1839
|
+
.timvir-s-a519c1 {
|
|
1840
|
+
margin: 0 auto 0 0;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.timvir-s-1k5rvim {
|
|
1844
|
+
padding: 0 0 16px;
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
@layer priority2 {
|
|
1849
|
+
.timvir-s-1a2a7pz {
|
|
1850
|
+
outline: none;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.timvir-s-b3r6kr {
|
|
1854
|
+
overflow: hidden;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.timvir-s-1bsk9n {
|
|
1858
|
+
transition: all .2s;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
.timvir-s-104cjix {
|
|
1862
|
+
transition: height .2s, opacity .2s .1s;
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
@layer priority3 {
|
|
1867
|
+
.timvir-s-1pha0wt {
|
|
1868
|
+
align-items: baseline;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.timvir-s-1ypdohk {
|
|
1872
|
+
cursor: pointer;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.timvir-s-78zum5 {
|
|
1876
|
+
display: flex;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.timvir-s-dt5ytf {
|
|
1880
|
+
flex-direction: column;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.timvir-s-1nrrp6k {
|
|
1884
|
+
font-size: .9rem;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.timvir-s-117nqv4 {
|
|
1888
|
+
font-weight: bold;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.timvir-s-1mzt3pk {
|
|
1892
|
+
overflow-wrap: break-word;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
.timvir-s-1n2onr6 {
|
|
1896
|
+
position: relative;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
.timvir-s-1hx0egp {
|
|
1900
|
+
user-select: text;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
.timvir-s-126k92a {
|
|
1904
|
+
white-space: pre-wrap;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
.timvir-s-gmrl4:hover {
|
|
1908
|
+
color: var(--c-p-4);
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
.timvir-s-1o7uuvo:hover {
|
|
1912
|
+
opacity: 1;
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
@layer priority4 {
|
|
1917
|
+
.timvir-s-s7f9wi {
|
|
1918
|
+
top: 2px;
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
@layer priority1 {
|
|
1922
|
+
.timvir-s-1cca2ej {
|
|
1923
|
+
--timvir-margin: calc(var(--timvir-page-margin, 24px) * .5);
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
@layer priority2 {
|
|
1928
|
+
.timvir-s-fww3rt {
|
|
1929
|
+
gap: var(--timvir-page-margin, 24px);
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
@layer priority3 {
|
|
1934
|
+
.timvir-s-rvj5dj {
|
|
1935
|
+
display: grid;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
.timvir-s-1ayh3g3 {
|
|
1939
|
+
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
@layer priority1 {
|
|
1943
|
+
.timvir-s-dtfvks {
|
|
1944
|
+
--timvir-b-Icon-hover: 0;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
.timvir-s-d2wi23:hover {
|
|
1948
|
+
--timvir-b-Icon-hover: 1;
|
|
1949
|
+
}
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
@layer priority2 {
|
|
1953
|
+
.timvir-s-1cum3z5 {
|
|
1954
|
+
border-radius: 2px;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
.timvir-s-gkxs2y {
|
|
1958
|
+
grid-column: 1;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
.timvir-s-1ms6mhf {
|
|
1962
|
+
grid-row: 1;
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
.timvir-s-1ku5rj1 {
|
|
1966
|
+
place-items: center;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
.timvir-s-1lhehjl {
|
|
1970
|
+
place-self: stretch stretch;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
.timvir-s-zhuw26 {
|
|
1974
|
+
transition: all .16s;
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
@layer priority3 {
|
|
1979
|
+
.timvir-s-12peec7 {
|
|
1980
|
+
background-color: #fff;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.timvir-s-1ww5jgt {
|
|
1984
|
+
box-shadow: 0 0 #0000001a;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.timvir-s-1cdhzux {
|
|
1988
|
+
color: var(--timvir-text-color);
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.timvir-s-1ypdohk {
|
|
1992
|
+
cursor: pointer;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.timvir-s-1lliihq {
|
|
1996
|
+
display: block;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.timvir-s-rvj5dj {
|
|
2000
|
+
display: grid;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.timvir-s-boafo0 {
|
|
2004
|
+
font-size: .75rem;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.timvir-s-1j5ulbg {
|
|
2008
|
+
opacity: var(--timvir-b-Icon-hover);
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.timvir-s-47corl {
|
|
2012
|
+
pointer-events: none;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.timvir-s-10l6tqk {
|
|
2016
|
+
position: absolute;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.timvir-s-1n2onr6 {
|
|
2020
|
+
position: relative;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.timvir-s-2b8uid {
|
|
2024
|
+
text-align: center;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.timvir-s-1nc5ocm {
|
|
2028
|
+
transform: translate(-50%);
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.timvir-s-87ps6o {
|
|
2032
|
+
user-select: none;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.timvir-s-uxw1ft {
|
|
2036
|
+
white-space: nowrap;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.timvir-s-8knxv4 {
|
|
2040
|
+
z-index: -1;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.timvir-s-1vjfegm {
|
|
2044
|
+
z-index: 1;
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
@layer priority4 {
|
|
2049
|
+
.timvir-s-1kuhel0 {
|
|
2050
|
+
bottom: -20px;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
.timvir-s-1nrll8i {
|
|
2054
|
+
left: 50%;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
.timvir-s-dj266r {
|
|
2058
|
+
margin-top: 0;
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
@layer priority1 {
|
|
2062
|
+
.timvir-s-jvto2c {
|
|
2063
|
+
margin: -2px 12px 0 -4px;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.timvir-s-qb5aye {
|
|
2067
|
+
padding: 16px 24px;
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
@layer priority2 {
|
|
2072
|
+
.timvir-s-18zih8k {
|
|
2073
|
+
border-radius: 3px;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.timvir-s-3psx0u {
|
|
2077
|
+
flex: none;
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
@layer priority3 {
|
|
2082
|
+
.timvir-s-1cy8zhl {
|
|
2083
|
+
align-items: flex-start;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
.timvir-s-1a1mm2c {
|
|
2087
|
+
background-color: #f0f2fc;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
.timvir-s-18vcsbs {
|
|
2091
|
+
background-color: #fcf0f0;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
.timvir-s-1nd4xj2 {
|
|
2095
|
+
background-color: #fcf9f0;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
.timvir-s-m75j3u {
|
|
2099
|
+
background-color: var(--c-p-0);
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
.timvir-s-1w911z {
|
|
2103
|
+
box-shadow: inset 0 0 0 1px #10161a33;
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
.timvir-s-1h1xus1 {
|
|
2107
|
+
color: #2a47d5;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
.timvir-s-4u77bm {
|
|
2111
|
+
color: #a68521;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
.timvir-s-1mz1spe {
|
|
2115
|
+
color: #da4444;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
.timvir-s-1mqxbix {
|
|
2119
|
+
color: #000;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
.timvir-s-1lliihq {
|
|
2123
|
+
display: block;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
.timvir-s-78zum5 {
|
|
2127
|
+
display: flex;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
.timvir-s-kpwil5 {
|
|
2131
|
+
font-size: .875rem;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
.timvir-s-1evy7pa {
|
|
2135
|
+
line-height: 1.5;
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
.timvir-s-1n2onr6 {
|
|
2139
|
+
position: relative;
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
@layer priority4 {
|
|
2144
|
+
.timvir-s-ozkzq6 {
|
|
2145
|
+
height: 1.5em;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
.timvir-s-xk6nc9 {
|
|
2149
|
+
top: 3px;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.timvir-s-dpf0h8 {
|
|
2153
|
+
width: 1.5em;
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
@layer priority1 {
|
|
2157
|
+
.timvir-s-84vhe8 {
|
|
2158
|
+
padding: 0 12px;
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
@layer priority2 {
|
|
2163
|
+
.timvir-s-1cum3z5 {
|
|
2164
|
+
border-radius: 2px;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
.timvir-s-zhuw26 {
|
|
2168
|
+
transition: all .16s;
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
@layer priority3 {
|
|
2173
|
+
.timvir-s-6s0dn4 {
|
|
2174
|
+
align-items: center;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
.timvir-s-1ypdohk {
|
|
2178
|
+
cursor: pointer;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
.timvir-s-78zum5 {
|
|
2182
|
+
display: flex;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
.timvir-s-dt5ytf {
|
|
2186
|
+
flex-direction: column;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
.timvir-s-sfzzmd {
|
|
2190
|
+
font-size: .8em;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
.timvir-s-l56j7k {
|
|
2194
|
+
justify-content: center;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
.timvir-s-1qughib {
|
|
2198
|
+
justify-content: space-between;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.timvir-s-o5v014 {
|
|
2202
|
+
line-height: 1;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
.timvir-s-byyjgo {
|
|
2206
|
+
opacity: .5;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
.timvir-s-10l6tqk {
|
|
2210
|
+
position: absolute;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
.timvir-s-1n2onr6 {
|
|
2214
|
+
position: relative;
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
@layer priority4 {
|
|
2219
|
+
.timvir-s-1ey2m1c {
|
|
2220
|
+
bottom: 0;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
.timvir-s-u96u03 {
|
|
2224
|
+
left: 0;
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
.timvir-s-1yrsyyn {
|
|
2228
|
+
padding-top: 6px;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
.timvir-s-3m8u43 {
|
|
2232
|
+
right: 0;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
.timvir-s-13vifvy {
|
|
2236
|
+
top: 0;
|
|
2237
|
+
}
|
|
2238
|
+
}
|
|
2239
|
+
@layer priority1;
|
|
2240
|
+
|
|
2241
|
+
@layer priority2 {
|
|
2242
|
+
.timvir-s-14kudrl {
|
|
2243
|
+
margin: 8px 0;
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
@layer priority3 {
|
|
2248
|
+
.timvir-s-1nj7uno {
|
|
2249
|
+
border-radius: 1px;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.timvir-s-1cum3z5 {
|
|
2253
|
+
border-radius: 2px;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.timvir-s-18zih8k {
|
|
2257
|
+
border-radius: 3px;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
.timvir-s-98rzlu {
|
|
2261
|
+
flex: 1;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
.timvir-s-wonfvy {
|
|
2265
|
+
grid-column: 2 / span 1;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
.timvir-s-diuk5s {
|
|
2269
|
+
grid-row: 1 / span 3;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
.timvir-s-w75i6v {
|
|
2273
|
+
grid-row: 2 / span 1;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
.timvir-s-b3r6kr {
|
|
2277
|
+
overflow: hidden;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.timvir-s-blhjk6 {
|
|
2281
|
+
transition: all .2s cubic-bezier(.4, 1, .75, .9);
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
.timvir-s-10r4kp7 {
|
|
2285
|
+
transition: height .16s;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
.timvir-s-104cjix {
|
|
2289
|
+
transition: height .2s, opacity .2s .1s;
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
.timvir-s-1pl5831 {
|
|
2293
|
+
transition: opacity .2s;
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
@layer priority4 {
|
|
2298
|
+
.timvir-s-6s0dn4 {
|
|
2299
|
+
align-items: center;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
.timvir-s-1qjc9v5 {
|
|
2303
|
+
align-items: stretch;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
.timvir-s-1c74tu6 {
|
|
2307
|
+
animation-duration: 2s;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
.timvir-s-10e4vud {
|
|
2311
|
+
animation-fill-mode: forwards;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.timvir-s-a4qsjk {
|
|
2315
|
+
animation-iteration-count: infinite;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.timvir-s-1bx2yh {
|
|
2319
|
+
animation-name: timvir-s-iar28k-B;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.timvir-s-1esw782 {
|
|
2323
|
+
animation-timing-function: linear;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
.timvir-s-9ncquh {
|
|
2327
|
+
background-image: linear-gradient(to right, #fafafa 0%, #f4f4f4 25%, #fafafa 40%);
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
.timvir-s-1h3vnj2 {
|
|
2331
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
.timvir-s-dftl3q {
|
|
2335
|
+
background-size: 150vw 100px;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
.timvir-s-1w911z {
|
|
2339
|
+
box-shadow: inset 0 0 0 1px #10161a33;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
.timvir-s-vgvpxu {
|
|
2343
|
+
color: var(--timvir-secondary-text-color);
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
.timvir-s-1cdhzux {
|
|
2347
|
+
color: var(--timvir-text-color);
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
.timvir-s-1vjgj0v {
|
|
2351
|
+
contain: layout;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.timvir-s-1ypdohk {
|
|
2355
|
+
cursor: pointer;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
.timvir-s-1lliihq {
|
|
2359
|
+
display: block;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.timvir-s-78zum5 {
|
|
2363
|
+
display: flex;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.timvir-s-rvj5dj {
|
|
2367
|
+
display: grid;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
.timvir-s-1dcheo9 {
|
|
2371
|
+
font-size: .8125rem;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
.timvir-s-ss6m8b {
|
|
2375
|
+
font-variant-numeric: tabular-nums;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
.timvir-s-jv0b96 {
|
|
2379
|
+
grid-column-gap: 8px;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
.timvir-s-7tmw4v {
|
|
2383
|
+
grid-template-columns: 56px auto 56px;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.timvir-s-yy29n5 {
|
|
2387
|
+
grid-template-rows: 0 auto 0;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.timvir-s-l56j7k {
|
|
2391
|
+
justify-content: center;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.timvir-s-1qughib {
|
|
2395
|
+
justify-content: space-between;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.timvir-s-jkpybl {
|
|
2399
|
+
line-height: 1.1875;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.timvir-s-byyjgo {
|
|
2403
|
+
opacity: .5;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.timvir-s-g01cxk {
|
|
2407
|
+
opacity: 0;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
.timvir-s-10l6tqk {
|
|
2411
|
+
position: absolute;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
.timvir-s-1n2onr6 {
|
|
2415
|
+
position: relative;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
.timvir-s-11lhmoz {
|
|
2419
|
+
transform: translate(-50%, -50%);
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
.timvir-s-uxw1ft {
|
|
2423
|
+
white-space: nowrap;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
.timvir-s-10xrfx7:hover {
|
|
2427
|
+
box-shadow: 0 0 0 1px #10161a1a, 0 2px 4px #10161a33, 0 8px 24px #10161a33;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.timvir-s-gmrl4:hover {
|
|
2431
|
+
color: var(--c-p-4);
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
.timvir-s-1o7uuvo:hover {
|
|
2435
|
+
opacity: 1;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
.timvir-s-1kpm4h4:active {
|
|
2439
|
+
box-shadow: 0 0 0 1px #10161a1a, 0 0 #10161a00, 0 1px 1px #10161a33;
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
@layer priority5 {
|
|
2444
|
+
.timvir-s-qtp20y {
|
|
2445
|
+
height: 0;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.timvir-s-5yr21d {
|
|
2449
|
+
height: 100%;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.timvir-s-pyat2d {
|
|
2453
|
+
height: 100px;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
.timvir-s-lup9mm {
|
|
2457
|
+
height: 16px;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
.timvir-s-u96u03 {
|
|
2461
|
+
left: 0;
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.timvir-s-1nrll8i {
|
|
2465
|
+
left: 50%;
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
.timvir-s-at24cr {
|
|
2469
|
+
margin-bottom: 0;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
.timvir-s-14vqqas {
|
|
2473
|
+
margin-top: 12px;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
.timvir-s-13vifvy {
|
|
2477
|
+
top: 0;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
.timvir-s-wa60dl {
|
|
2481
|
+
top: 50%;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
.timvir-s-h8yej3 {
|
|
2485
|
+
width: 100%;
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
@keyframes timvir-s-iar28k-B {
|
|
2490
|
+
0% {
|
|
2491
|
+
background-position: -60vw 0;
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
40% {
|
|
2495
|
+
background-position: 85vw 0;
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
100% {
|
|
2499
|
+
background-position: 85vw 0;
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2502
|
+
@layer priority1 {
|
|
2503
|
+
.timvir-s-hkrif2 {
|
|
2504
|
+
padding: 12px 14px 14px;
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
@layer priority2 {
|
|
2509
|
+
.timvir-s-j7gikm {
|
|
2510
|
+
border-color: var(--timvir-border-color);
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
.timvir-s-1p4ba9y {
|
|
2514
|
+
border-radius: 0 2px 2px 0;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
.timvir-s-18zih8k {
|
|
2518
|
+
border-radius: 3px;
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
.timvir-s-1y0btm7 {
|
|
2522
|
+
border-style: solid;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
.timvir-s-mkeg23 {
|
|
2526
|
+
border-width: 1px;
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
.timvir-s-15lv9n0 {
|
|
2530
|
+
flex: 180px;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
.timvir-s-1fvrxw4 {
|
|
2534
|
+
flex: 4 180px;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
.timvir-s-b3r6kr {
|
|
2538
|
+
overflow: hidden;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
.timvir-s-1hl2dhg {
|
|
2542
|
+
text-decoration: none;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
.timvir-s-zhuw26 {
|
|
2546
|
+
transition: all .16s;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
.timvir-s-49kzi4:hover, .timvir-s-13m658e:active {
|
|
2550
|
+
border-color: var(--timvir-text-color);
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
@layer priority3 {
|
|
2555
|
+
.timvir-s-1d0dlzq {
|
|
2556
|
+
background-color: var(--timvir-secondary-background-color);
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
.timvir-s-vgvpxu {
|
|
2560
|
+
color: var(--timvir-secondary-text-color);
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
.timvir-s-1cdhzux {
|
|
2564
|
+
color: var(--timvir-text-color);
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
.timvir-s-1ypdohk {
|
|
2568
|
+
cursor: pointer;
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
.timvir-s-1lliihq {
|
|
2572
|
+
display: block;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
.timvir-s-78zum5 {
|
|
2576
|
+
display: flex;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
.timvir-s-boafo0 {
|
|
2580
|
+
font-size: .75rem;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
.timvir-s-1vbrtjm {
|
|
2584
|
+
line-height: 1.1rem;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.timvir-s-l2ypbo {
|
|
2588
|
+
line-height: 1rem;
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
.timvir-s-l1xv1r {
|
|
2592
|
+
object-fit: cover;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
.timvir-s-10l6tqk {
|
|
2596
|
+
position: absolute;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.timvir-s-1n2onr6 {
|
|
2600
|
+
position: relative;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
.timvir-s-lyipyv {
|
|
2604
|
+
text-overflow: ellipsis;
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
.timvir-s-uxw1ft {
|
|
2608
|
+
white-space: nowrap;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
.timvir-s-1dc5b4e:hover, .timvir-s-1bx2y69:active {
|
|
2612
|
+
background-color: var(--timvir-sidebar-highlight-color);
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
@layer priority4 {
|
|
2617
|
+
.timvir-s-5yr21d {
|
|
2618
|
+
height: 100%;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
.timvir-s-1l36t39 {
|
|
2622
|
+
height: 1rem;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
.timvir-s-1ehw58o {
|
|
2626
|
+
height: 2.2rem;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
.timvir-s-u96u03 {
|
|
2630
|
+
left: 0;
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
.timvir-s-zueoph {
|
|
2634
|
+
margin-bottom: 6px;
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
.timvir-s-15ku74s {
|
|
2638
|
+
margin-right: 6px;
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
.timvir-s-14vqqas {
|
|
2642
|
+
margin-top: 12px;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
.timvir-s-jwf9q1 {
|
|
2646
|
+
min-height: 24px;
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
.timvir-s-euugli {
|
|
2650
|
+
min-width: 0;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.timvir-s-fb3i0g {
|
|
2654
|
+
min-width: 180px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
.timvir-s-gomdpo {
|
|
2658
|
+
min-width: 1rem;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2661
|
+
.timvir-s-13vifvy {
|
|
2662
|
+
top: 0;
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
.timvir-s-h8yej3 {
|
|
2666
|
+
width: 100%;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
.timvir-s-cdlrvm {
|
|
2670
|
+
width: 1rem;
|
|
2671
|
+
}
|
|
2672
|
+
}
|