Spaces:
Running
Running
BloodyInside
commited on
Commit
•
780bc15
1
Parent(s):
d5132cb
yes
Browse files- .gitattributes +5 -0
- Dockerfile +2 -2
- core/__pycache__/settings.cpython-312.pyc +0 -0
- frontend/.gitignore +1 -0
- frontend/dist/+not-found.html +0 -464
- frontend/dist/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js +0 -0
- frontend/dist/_sitemap.html +0 -464
- frontend/dist/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf +0 -0
- frontend/dist/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf +0 -0
- frontend/dist/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf +0 -0
- frontend/dist/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf +0 -0
- frontend/dist/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf +0 -0
- frontend/dist/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf +0 -0
- frontend/dist/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf +0 -0
- frontend/dist/assets/assets/gif/cat-loading.9a7056f9df8f93e8dbf2c2f65e0b792a.gif +0 -0
- frontend/dist/explore.html +0 -464
- frontend/dist/explore/components/widgets.html +0 -464
- frontend/dist/explore/module/content.html +0 -464
- frontend/dist/explore/stylesheet/show_list_styles.html +0 -464
- frontend/dist/favicon.ico +0 -0
- frontend/dist/index.html +0 -464
- frontend/dist/read/[source]/[comic_id].html +0 -464
- frontend/dist/read/components/chapter_image.html +0 -464
- frontend/dist/read/components/disqus.html +0 -464
- frontend/dist/read/components/menu/components/menu_button.html +0 -464
- frontend/dist/read/components/menu/menu.html +0 -464
- frontend/dist/read/components/menu/stylesheet/styles.html +0 -464
- frontend/dist/read/modules/get_chapter.html +0 -464
- frontend/dist/read/stylesheet/style.html +0 -464
- frontend/dist/view/[source]/[comic_id].html +0 -464
- frontend/dist/view/componenets/chapter.html +0 -464
- frontend/dist/view/componenets/widgets.html +0 -464
- frontend/dist/view/modules/content.html +0 -464
- frontend/dist/view/modules/socket.html +0 -464
- frontend/dist/view/stylesheet/show_styles.html +0 -464
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.ttf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.ttc filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.ico filter=lfs diff=lfs merge=lfs -text
|
Dockerfile
CHANGED
@@ -69,8 +69,8 @@ WORKDIR /code
|
|
69 |
|
70 |
RUN cat /etc/profile.d/secrets.sh
|
71 |
|
72 |
-
RUN . /etc/profile.d/secrets.sh && \
|
73 |
-
|
74 |
python manage.py migrate --database=default && \
|
75 |
python manage.py migrate --database=cache && \
|
76 |
python manage.py migrate --database=DB1 && \
|
|
|
69 |
|
70 |
RUN cat /etc/profile.d/secrets.sh
|
71 |
|
72 |
+
RUN bash -c '. /etc/profile.d/secrets.sh && \
|
73 |
+
python manage.py makemigrations && \
|
74 |
python manage.py migrate --database=default && \
|
75 |
python manage.py migrate --database=cache && \
|
76 |
python manage.py migrate --database=DB1 && \
|
core/__pycache__/settings.cpython-312.pyc
CHANGED
Binary files a/core/__pycache__/settings.cpython-312.pyc and b/core/__pycache__/settings.cpython-312.pyc differ
|
|
frontend/.gitignore
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
node_modules/
|
2 |
.expo/
|
|
|
3 |
npm-debug.*
|
4 |
*.jks
|
5 |
*.p8
|
|
|
1 |
node_modules/
|
2 |
.expo/
|
3 |
+
dist/
|
4 |
npm-debug.*
|
5 |
*.jks
|
6 |
*.p8
|
frontend/dist/+not-found.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js
DELETED
The diff for this file is too large to render.
See raw diff
|
|
frontend/dist/_sitemap.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf
DELETED
Binary file (168 kB)
|
|
frontend/dist/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf
DELETED
Binary file (167 kB)
|
|
frontend/dist/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf
DELETED
Binary file (167 kB)
|
|
frontend/dist/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf
DELETED
Binary file (169 kB)
|
|
frontend/dist/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf
DELETED
Binary file (168 kB)
|
|
frontend/dist/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf
DELETED
Binary file (168 kB)
|
|
frontend/dist/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf
DELETED
Binary file (93.3 kB)
|
|
frontend/dist/assets/assets/gif/cat-loading.9a7056f9df8f93e8dbf2c2f65e0b792a.gif
DELETED
Binary file (370 kB)
|
|
frontend/dist/explore.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/explore/components/widgets.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/explore/module/content.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/explore/stylesheet/show_list_styles.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/favicon.ico
DELETED
Binary file (14.5 kB)
|
|
frontend/dist/index.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/[source]/[comic_id].html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/components/chapter_image.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/components/disqus.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/components/menu/components/menu_button.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/components/menu/menu.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/components/menu/stylesheet/styles.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/modules/get_chapter.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/read/stylesheet/style.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/view/[source]/[comic_id].html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/view/componenets/chapter.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/view/componenets/widgets.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/view/modules/content.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/view/modules/socket.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/dist/view/stylesheet/show_styles.html
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
<!DOCTYPE html><html lang="en"><head><title data-rh="true"></title><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><style id="expo-reset">#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}</style><style>
|
2 |
-
body {
|
3 |
-
background-color: #fff;
|
4 |
-
}
|
5 |
-
@media (prefers-color-scheme: dark) {
|
6 |
-
body {
|
7 |
-
background-color: #000;
|
8 |
-
}
|
9 |
-
}</style><style id="react-native-stylesheet">[stylesheet-group="0"]{}
|
10 |
-
body{margin:0;}
|
11 |
-
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
|
12 |
-
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
13 |
-
input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}
|
14 |
-
[stylesheet-group="1"]{}
|
15 |
-
.css-11aywtz{-moz-appearance:textfield;-webkit-appearance:none;background-color:rgba(0,0,0,0.00);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;border:0 solid black;box-sizing:border-box;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0px;padding:0px;resize:none;}
|
16 |
-
.css-146c3p1{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:rgba(0,0,0,1.00);display:inline;font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;list-style:none;margin:0px;padding:0px;position:relative;text-align:start;text-decoration:none;white-space:pre-wrap;word-wrap:break-word;}
|
17 |
-
.css-175oi2r{align-items:stretch;background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;display:flex;flex-basis:auto;flex-direction:column;flex-shrink:0;list-style:none;margin:0px;min-height:0px;min-width:0px;padding:0px;position:relative;text-decoration:none;z-index:0;}
|
18 |
-
.css-1jxf684{background-color:rgba(0,0,0,0.00);border:0 solid black;box-sizing:border-box;color:inherit;display:inline;font:inherit;list-style:none;margin:0px;padding:0px;position:relative;text-align:inherit;text-decoration:none;white-space:inherit;word-wrap:break-word;}
|
19 |
-
.css-9pa8cd{bottom:0px;height:100%;left:0px;opacity:0;position:absolute;right:0px;top:0px;width:100%;z-index:-1;}
|
20 |
-
[stylesheet-group="2"]{}
|
21 |
-
.r-11mg6pl{border-bottom-color:rgba(255,255,255,1.00);border-left-color:rgba(255,255,255,1.00);border-right-color:rgba(255,255,255,1.00);border-top-color:rgba(255,255,255,1.00);}
|
22 |
-
.r-11u4nky{border-bottom-color:rgba(221,221,221,1.00);border-left-color:rgba(221,221,221,1.00);border-right-color:rgba(221,221,221,1.00);border-top-color:rgba(221,221,221,1.00);}
|
23 |
-
.r-11wnrd2{flex:0.5;}
|
24 |
-
.r-13awgt0{flex:1;}
|
25 |
-
.r-17gur6a{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}
|
26 |
-
.r-18l2oqg{margin:7px;}
|
27 |
-
.r-1awa8pu{border-bottom-color:rgba(101,119,134,1.00);border-left-color:rgba(101,119,134,1.00);border-right-color:rgba(101,119,134,1.00);border-top-color:rgba(101,119,134,1.00);}
|
28 |
-
.r-1bq2mok{margin:3px;}
|
29 |
-
.r-1d4xg89{border-bottom-color:rgba(170,184,194,1.00);border-left-color:rgba(170,184,194,1.00);border-right-color:rgba(170,184,194,1.00);border-top-color:rgba(170,184,194,1.00);}
|
30 |
-
.r-1d9yedq{flex:0;}
|
31 |
-
.r-1dedoh8{border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:9px;}
|
32 |
-
.r-1f0042m{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;}
|
33 |
-
.r-1fdo3w0{margin:16px;}
|
34 |
-
.r-1j16mh1{border-bottom-left-radius:100%;border-bottom-right-radius:100%;border-top-left-radius:100%;border-top-right-radius:100%;}
|
35 |
-
.r-1jkafct{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px;}
|
36 |
-
.r-1jyn79y{border-bottom-color:rgba(0,150,136,1.00);border-left-color:rgba(0,150,136,1.00);border-right-color:rgba(0,150,136,1.00);border-top-color:rgba(0,150,136,1.00);}
|
37 |
-
.r-1llaxt6{border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;border-top-right-radius:30px;}
|
38 |
-
.r-1lz4bg0{border-bottom-color:rgba(238,238,238,1.00);border-left-color:rgba(238,238,238,1.00);border-right-color:rgba(238,238,238,1.00);border-top-color:rgba(238,238,238,1.00);}
|
39 |
-
.r-1mbl9jf{border-bottom-width:0.5px;border-left-width:0.5px;border-right-width:0.5px;border-top-width:0.5px;}
|
40 |
-
.r-1pcd2l5{padding:20px;}
|
41 |
-
.r-1phboty{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;}
|
42 |
-
.r-1rvyss1{border-bottom-color:rgba(255,255,255,0.20);border-left-color:rgba(255,255,255,0.20);border-right-color:rgba(255,255,255,0.20);border-top-color:rgba(255,255,255,0.20);}
|
43 |
-
.r-1sp51qo{padding:10px;}
|
44 |
-
.r-1udh08x{overflow-x:hidden;overflow-y:hidden;}
|
45 |
-
.r-1xfd6ze{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;}
|
46 |
-
.r-1ylenci{border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;}
|
47 |
-
.r-34efmp{border-bottom-color:rgba(128,128,128,1.00);border-left-color:rgba(128,128,128,1.00);border-right-color:rgba(128,128,128,1.00);border-top-color:rgba(128,128,128,1.00);}
|
48 |
-
.r-4a18lf{border-bottom-color:rgba(255,0,0,1.00);border-left-color:rgba(255,0,0,1.00);border-right-color:rgba(255,0,0,1.00);border-top-color:rgba(255,0,0,1.00);}
|
49 |
-
.r-5scogr{margin:6px;}
|
50 |
-
.r-60ke3l{border-bottom-color:rgba(0,128,0,1.00);border-left-color:rgba(0,128,0,1.00);border-right-color:rgba(0,128,0,1.00);border-top-color:rgba(0,128,0,1.00);}
|
51 |
-
.r-6koalj{display:flex;}
|
52 |
-
.r-9x6qib{border-bottom-color:rgba(204,214,221,1.00);border-left-color:rgba(204,214,221,1.00);border-right-color:rgba(204,214,221,1.00);border-top-color:rgba(204,214,221,1.00);}
|
53 |
-
.r-a1yn9n{border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:28px;border-top-right-radius:28px;}
|
54 |
-
.r-aci1zz{border-bottom-color:rgba(237,237,237,1.00);border-left-color:rgba(237,237,237,1.00);border-right-color:rgba(237,237,237,1.00);border-top-color:rgba(237,237,237,1.00);}
|
55 |
-
.r-bztko3{overflow-x:visible;overflow-y:visible;}
|
56 |
-
.r-cdmcib{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
|
57 |
-
.r-crgep1{margin:0px;}
|
58 |
-
.r-d045u9{border-bottom-width:2px;border-left-width:2px;border-right-width:2px;border-top-width:2px;}
|
59 |
-
.r-d23pfw{padding:24px;}
|
60 |
-
.r-dta0w2{flex:2;}
|
61 |
-
.r-edyy15{padding:8px;}
|
62 |
-
.r-fx7oqy{border-bottom-color:rgba(0,0,255,1.00);border-left-color:rgba(0,0,255,1.00);border-right-color:rgba(0,0,255,1.00);border-top-color:rgba(0,0,255,1.00);}
|
63 |
-
.r-jgcjvd{margin:10px;}
|
64 |
-
.r-kdyh1x{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}
|
65 |
-
.r-krxsd3{display:-webkit-box;}
|
66 |
-
.r-lgvlli{flex:3;}
|
67 |
-
.r-n370w6{margin:5px;}
|
68 |
-
.r-nsbfu8{padding:16px;}
|
69 |
-
.r-qgi43r{padding:17px;}
|
70 |
-
.r-qpntkw{padding:6px;}
|
71 |
-
.r-rs99b7{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:1px;}
|
72 |
-
.r-t60dpp{padding:0px;}
|
73 |
-
.r-wh77r2{border-bottom-color:rgba(227,227,227,1.00);border-left-color:rgba(227,227,227,1.00);border-right-color:rgba(227,227,227,1.00);border-top-color:rgba(227,227,227,1.00);}
|
74 |
-
.r-xoduu5{display:inline-flex;}
|
75 |
-
.r-xyw6el{padding:12px;}
|
76 |
-
.r-y47klf{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-top-right-radius:20px;}
|
77 |
-
.r-ywje51{margin:auto;}
|
78 |
-
.r-z2wwpe{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;}
|
79 |
-
[stylesheet-group="2.1"]{}
|
80 |
-
.r-11f147o{padding-bottom:8px;padding-top:8px;}
|
81 |
-
.r-11gswi8{padding-left:3px;padding-right:3px;}
|
82 |
-
.r-11o76bp{padding-bottom:1px;padding-top:1px;}
|
83 |
-
.r-14mg64r{margin-left:24px;margin-right:24px;}
|
84 |
-
.r-15a3drq{margin-bottom:9px;margin-top:9px;}
|
85 |
-
.r-17q4wm6{margin-left:5px;margin-right:5px;}
|
86 |
-
.r-184id4b{margin-bottom:12px;margin-top:12px;}
|
87 |
-
.r-18c5d7m{padding-left:6px;padding-right:6px;}
|
88 |
-
.r-1d7mnkm{padding-bottom:15px;padding-top:15px;}
|
89 |
-
.r-1e084wi{padding-left:0px;padding-right:0px;}
|
90 |
-
.r-1j93nrh{margin-left:0px;margin-right:0px;}
|
91 |
-
.r-1kti4dy{padding-left:25px;padding-right:25px;}
|
92 |
-
.r-1mkv55d{padding-bottom:0px;padding-top:0px;}
|
93 |
-
.r-1mmae3n{padding-bottom:12px;padding-top:12px;}
|
94 |
-
.r-1ntr0p{padding-left:5px;padding-right:5px;}
|
95 |
-
.r-1ubuhtd{padding-left:10px;padding-right:10px;}
|
96 |
-
.r-1xpp3t0{margin-left:16px;margin-right:16px;}
|
97 |
-
.r-1xuzw63{margin-bottom:2px;margin-top:2px;}
|
98 |
-
.r-1y6u10y{margin-bottom:20px;margin-top:20px;}
|
99 |
-
.r-3o4zer{padding-left:12px;padding-right:12px;}
|
100 |
-
.r-3pj75a{padding-left:16px;padding-right:16px;}
|
101 |
-
.r-5o2xco{margin-bottom:5px;margin-top:5px;}
|
102 |
-
.r-8dgmk1{margin-left:8px;margin-right:8px;}
|
103 |
-
.r-bplmwz{margin-bottom:10px;margin-top:10px;}
|
104 |
-
.r-bx70bn{margin-bottom:8px;margin-top:8px;}
|
105 |
-
.r-cxgwc0{padding-left:24px;padding-right:24px;}
|
106 |
-
.r-ddtstp{margin-bottom:0px;margin-top:0px;}
|
107 |
-
.r-is05cd{padding-left:8px;padding-right:8px;}
|
108 |
-
.r-jdiy1a{margin-left:11px;margin-right:11px;}
|
109 |
-
.r-jusfrs{margin-left:12px;margin-right:12px;}
|
110 |
-
.r-l00any{margin-bottom:4px;margin-top:4px;}
|
111 |
-
.r-lcslpx{margin-left:10px;margin-right:10px;}
|
112 |
-
.r-n5f61p{margin-bottom:3px;margin-top:3px;}
|
113 |
-
.r-n7gxbd{padding-left:4px;padding-right:4px;}
|
114 |
-
.r-vuvdlw{padding-bottom:6px;padding-top:6px;}
|
115 |
-
.r-ws14{margin-bottom:6px;margin-top:6px;}
|
116 |
-
[stylesheet-group="2.2"]{}
|
117 |
-
.r-10s2tm5{left:0%;}
|
118 |
-
.r-16o8guy{right:100%;}
|
119 |
-
.r-dqe1q{right:0%;}
|
120 |
-
.r-rci37q{left:100%;}
|
121 |
-
[stylesheet-group="3"]{}
|
122 |
-
.r-102gzdx{height:52px;}
|
123 |
-
.r-105ug2t{pointer-events:auto!important;}
|
124 |
-
.r-109y4c4{height:1px;}
|
125 |
-
.r-10g5efv{width:4px;}
|
126 |
-
.r-10ptun7{height:16px;}
|
127 |
-
.r-10v3vxq{transform:scaleX(-1);}
|
128 |
-
.r-10x49cs{font-size:10px;}
|
129 |
-
.r-10xqauy{padding-top:env(safe-area-inset-top);}
|
130 |
-
.r-114ovsg{border-right-color:rgba(0,0,0,0.00);}
|
131 |
-
.r-11j9u27{visibility:hidden;}
|
132 |
-
.r-11mpjr4{background-color:rgba(223,223,223,1.00);}
|
133 |
-
.r-11udlyb{background-color:rgba(0,150,136,1.00);}
|
134 |
-
.r-11wrixw{margin-left:0px;}
|
135 |
-
.r-11yh6sk{overflow-x:hidden;}
|
136 |
-
.r-12vffkv>*{pointer-events:auto;}
|
137 |
-
.r-12vffkv{pointer-events:none!important;}
|
138 |
-
.r-135wba7{line-height:24px;}
|
139 |
-
.r-136ojw6{z-index:2;}
|
140 |
-
.r-13aq9py{animation-name:r-1iq689l;}
|
141 |
-
.r-13l2t4g{border-right-width:1px;}
|
142 |
-
.r-13qz1uu{width:100%;}
|
143 |
-
.r-13s97kd{box-shadow:1px 1px 2px rgba(0,0,0,0.50);}
|
144 |
-
.r-13tjlyg{transition-duration:0.1s;}
|
145 |
-
.r-1472mwg{height:24px;}
|
146 |
-
.r-14eup4l{top:3px;}
|
147 |
-
.r-14lw9ot{background-color:rgba(255,255,255,1.00);}
|
148 |
-
.r-14sbq61{background-color:rgba(33,150,243,1.00);}
|
149 |
-
.r-150rngu{-webkit-overflow-scrolling:touch;}
|
150 |
-
.r-1542mo4{background-color:rgba(0,128,0,1.00);}
|
151 |
-
.r-156q2ks{margin-top:10px;}
|
152 |
-
.r-15d164r{margin-bottom:10px;}
|
153 |
-
.r-15zivkp{margin-bottom:4px;}
|
154 |
-
.r-1677hl4{top:6px;}
|
155 |
-
.r-16eto9q{width:12px;}
|
156 |
-
.r-16l9doz{height:auto;}
|
157 |
-
.r-16y2uox{flex-grow:1;}
|
158 |
-
.r-173mn98{align-self:flex-end;}
|
159 |
-
.r-173mzie{transform:scaleY(-1);}
|
160 |
-
.r-175b1km{color:rgba(52,73,94,1.00);}
|
161 |
-
.r-1777fci{justify-content:center;}
|
162 |
-
.r-17bb2tj{animation-duration:0.75s;}
|
163 |
-
.r-17grq5a{margin-right:-8px;}
|
164 |
-
.r-17j37da{min-height:35px;}
|
165 |
-
.r-17leim2{background-repeat:repeat;}
|
166 |
-
.r-17rnw9f{line-height:30px;}
|
167 |
-
.r-17s6mgv{justify-content:flex-end;}
|
168 |
-
.r-184en5c{z-index:1;}
|
169 |
-
.r-18phcnl{direction:ltr;}
|
170 |
-
.r-18tzken{width:56px;}
|
171 |
-
.r-18u1ve8{color:rgba(255,255,255,0.40);}
|
172 |
-
.r-18u37iz{flex-direction:row;}
|
173 |
-
.r-18yzcnr{height:22px;}
|
174 |
-
.r-193tdxn{box-shadow:0px 0px 6px rgba(0,0,0,0.10);}
|
175 |
-
.r-19h5ruw{margin-top:15px;}
|
176 |
-
.r-19qrga8{margin-top:3px;}
|
177 |
-
.r-19u6a5r{margin-left:12px;}
|
178 |
-
.r-19urhcx{padding-top:13px;}
|
179 |
-
.r-19wmn03{width:20px;}
|
180 |
-
.r-19z077z{touch-action:none;}
|
181 |
-
.r-1a2p6p6{-webkit-text-decoration-style:solid;text-decoration-style:solid;}
|
182 |
-
.r-1abnn5w{animation-play-state:paused;}
|
183 |
-
.r-1acpoxo{width:36px;}
|
184 |
-
.r-1aiqnjv{font-family:monospace,monospace;}
|
185 |
-
.r-1aockid{width:40px;}
|
186 |
-
.r-1awozwy{align-items:center;}
|
187 |
-
.r-1ay1djp{animation-duration:1s;}
|
188 |
-
.r-1az3528{color:rgba(151,151,151,1.00);}
|
189 |
-
.r-1b43r93{font-size:14px;}
|
190 |
-
.r-1b7u577{margin-right:12px;}
|
191 |
-
.r-1c5akun{font-size:22.5px;}
|
192 |
-
.r-1c6unfx{forced-color-adjust:none;}
|
193 |
-
.r-1d2f490{left:0px;}
|
194 |
-
.r-1d5kdc7{flex-direction:column-reverse;}
|
195 |
-
.r-1ddef8g{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
|
196 |
-
.r-1dernwh{height:70%;}
|
197 |
-
.r-1dnsj32{color:rgba(128,128,128,1.00);}
|
198 |
-
.r-1dxsmud{border-left-width:8px;}
|
199 |
-
.r-1eh4ljs{margin-right:72px;}
|
200 |
-
.r-1ei5mc7{cursor:inherit;}
|
201 |
-
.r-1enofrn{font-size:12px;}
|
202 |
-
.r-1euagl{border-bottom-color:rgba(50,50,50,1.00);}
|
203 |
-
.r-1euycsn{flex-direction:row-reverse;}
|
204 |
-
.r-1ewcgjf{box-shadow:0px 1px 3px rgba(0,0,0,0.5);}
|
205 |
-
.r-1f6r7vd{margin-left:5px;}
|
206 |
-
.r-1ff274t{text-align:right;}
|
207 |
-
.r-1ffj0ar{background-color:rgba(0,0,0,0.40);}
|
208 |
-
.r-1g40b8q{z-index:3;}
|
209 |
-
.r-1g80hic{opacity:0.8;}
|
210 |
-
.r-1h0z5md{justify-content:flex-start;}
|
211 |
-
.r-1h2t8mc{width:0px;}
|
212 |
-
.r-1h8ys4a{padding-top:4px;}
|
213 |
-
.r-1habvwh{align-items:flex-start;}
|
214 |
-
.r-1hvjb8t{padding-right:4px;}
|
215 |
-
.r-1i10wst{font-size:18px;}
|
216 |
-
.r-1i6wzkk{-moz-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;}
|
217 |
-
.r-1ielgck{animation-duration:300ms;}
|
218 |
-
.r-1ifrmw8{margin-right:3px;}
|
219 |
-
.r-1ifxtd0{margin-bottom:16px;}
|
220 |
-
.r-1iln25a{word-wrap:normal;}
|
221 |
-
.r-1inkyih{font-size:17px;}
|
222 |
-
.r-1inuy60{padding-bottom:5px;}
|
223 |
-
.r-1iusvr4{flex-basis:0px;}
|
224 |
-
.r-1janqcz{width:16px;}
|
225 |
-
.r-1jkjb{margin-left:8px;}
|
226 |
-
.r-1joea0r{margin-left:20px;}
|
227 |
-
.r-1jwmk5j{background-color:rgba(170,170,170,1.00);}
|
228 |
-
.r-1k25im9{height:26px;}
|
229 |
-
.r-1kb76zh{margin-right:8px;}
|
230 |
-
.r-1kfrs79{font-weight:600;}
|
231 |
-
.r-1kihuf0{align-self:center;}
|
232 |
-
.r-1kz6sp{width:52px;}
|
233 |
-
.r-1ldzwu0{animation-timing-function:linear;}
|
234 |
-
.r-1loqt21{cursor:pointer;}
|
235 |
-
.r-1m4lfy{border-bottom-color:rgba(0,0,0,0.12);}
|
236 |
-
.r-1mdbw0j{padding-bottom:0px;}
|
237 |
-
.r-1mlwlqe{flex-basis:auto;}
|
238 |
-
.r-1mnahxq{margin-top:0px;}
|
239 |
-
.r-1mrlafo{background-position:0;}
|
240 |
-
.r-1muvv40{animation-iteration-count:infinite;}
|
241 |
-
.r-1mwlp6a{height:56px;}
|
242 |
-
.r-1n0xq6e{margin-left:10px;}
|
243 |
-
.r-1niwhzg{background-color:rgba(0,0,0,0.00);}
|
244 |
-
.r-1nkf79l{margin-left:-16px;}
|
245 |
-
.r-1nlw0im{bottom:8px;}
|
246 |
-
.r-1ny4l3l{outline-style:none;}
|
247 |
-
.r-1ocf4r9{scroll-snap-type:y mandatory;}
|
248 |
-
.r-1oszu61{align-items:stretch;}
|
249 |
-
.r-1otgn73{touch-action:manipulation;}
|
250 |
-
.r-1ow6zhx{margin-left:16px;}
|
251 |
-
.r-1ozfoo7{margin-left:15px;}
|
252 |
-
.r-1p0dtai{bottom:0px;}
|
253 |
-
.r-1pcdyqj{margin-right:6px;}
|
254 |
-
.r-1pi2tsx{height:100%;}
|
255 |
-
.r-1pm8pkb{font-family:Courier;}
|
256 |
-
.r-1pz39u2{align-self:stretch;}
|
257 |
-
.r-1q8sk3r{min-width:64px;}
|
258 |
-
.r-1qd0xha{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
|
259 |
-
.r-1qulhi1{animation-name:r-1pzkwqh;}
|
260 |
-
.r-1qxgc49{padding-top:15px;}
|
261 |
-
.r-1qzcwkv{color:rgba(0,0,0,0.54);}
|
262 |
-
.r-1r74h94{left:8px;}
|
263 |
-
.r-1r8g8re{height:36px;}
|
264 |
-
.r-1ra0lkn{font-size:30px;}
|
265 |
-
.r-1rngwi6{margin-left:6px;}
|
266 |
-
.r-1rnoaur{overflow-y:auto;}
|
267 |
-
.r-1rsjblm{include-font-padding:false;}
|
268 |
-
.r-1sg8ghl{z-index:1000;}
|
269 |
-
.r-1sxrcry{background-size:auto;}
|
270 |
-
.r-1t68eob{left:10px;}
|
271 |
-
.r-1uavh4e{background-color:rgba(250,250,250,1.00);}
|
272 |
-
.r-1udbk01{text-overflow:ellipsis;}
|
273 |
-
.r-1ui5ee8{font-size:32px;}
|
274 |
-
.r-1uwte3a{padding-bottom:40px;}
|
275 |
-
.r-1uxf3jb{min-width:25px;}
|
276 |
-
.r-1uypc71{animation-timing-function:ease-in;}
|
277 |
-
.r-1v78gzs{color:rgba(10,126,164,1.00);}
|
278 |
-
.r-1ve781c{top:7px;}
|
279 |
-
.r-1vr29t4{font-weight:800;}
|
280 |
-
.r-1w2pmg{height:0px;}
|
281 |
-
.r-1w6e6rj{flex-wrap:wrap;}
|
282 |
-
.r-1wbh5a2{flex-shrink:1;}
|
283 |
-
.r-1wgdxbd{transform:rotateZ(270deg);}
|
284 |
-
.r-1wrzk55{margin-left:-14.5px;}
|
285 |
-
.r-1wtj0ep{justify-content:space-between;}
|
286 |
-
.r-1wyyakw{z-index:-1;}
|
287 |
-
.r-1x0boco{background-color:rgba(189,189,189,1.00);}
|
288 |
-
.r-1xcajam{position:fixed;}
|
289 |
-
.r-1xi2sqm{width:340px;}
|
290 |
-
.r-1xnzce8{-moz-user-select:text;-webkit-user-select:text;user-select:text;}
|
291 |
-
.r-1xzupcd{width:13px;}
|
292 |
-
.r-1y2mz0z{background-color:rgba(209,213,216,1.00);}
|
293 |
-
.r-1yef0xd{animation-name:r-11cv4x;}
|
294 |
-
.r-1ygmrgt{padding-top:24px;}
|
295 |
-
.r-1yt7n81{padding-left:15px;}
|
296 |
-
.r-2eo2mk{margin-right:-4px;}
|
297 |
-
.r-2eszeu::-webkit-scrollbar{display:none}
|
298 |
-
.r-2eszeu{scrollbar-width:none;}
|
299 |
-
.r-2yi16{min-height:36px;}
|
300 |
-
.r-30o5oe{-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;}
|
301 |
-
.r-356f0p{letter-spacing:0.35px;}
|
302 |
-
.r-37tt59{line-height:32px;}
|
303 |
-
.r-3da1kt{height:8px;}
|
304 |
-
.r-3i2nvb{font-size:36px;}
|
305 |
-
.r-3pxcvb{border-bottom-color:rgba(255,255,255,1.00);}
|
306 |
-
.r-3s2u2q{white-space:nowrap;}
|
307 |
-
.r-417010{z-index:0;}
|
308 |
-
.r-4gszlv{background-size:cover;}
|
309 |
-
.r-4majqt{color:rgba(52,73,90,1.00);}
|
310 |
-
.r-4v7adb{height:5px;}
|
311 |
-
.r-4x0g5h{padding-top:22px;}
|
312 |
-
.r-51vpuj{box-shadow:0px 1px 1.41px rgba(0,0,0,0.20);}
|
313 |
-
.r-5kkj8d{border-top-width:1px;}
|
314 |
-
.r-5oul0u{margin-bottom:8px;}
|
315 |
-
.r-5t7p9m{padding-top:14px;}
|
316 |
-
.r-60vfwk{min-width:1px;}
|
317 |
-
.r-61z16t{margin-right:0px;}
|
318 |
-
.r-633pao{pointer-events:none!important;}
|
319 |
-
.r-6dt33c{opacity:1;}
|
320 |
-
.r-6gpygo{margin-bottom:12px;}
|
321 |
-
.r-6taxm2:-ms-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
322 |
-
.r-6taxm2::-moz-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
323 |
-
.r-6taxm2::-webkit-input-placeholder{color:var(--placeholderTextColor);opacity:1;}
|
324 |
-
.r-6taxm2::placeholder{color:var(--placeholderTextColor);opacity:1;}
|
325 |
-
.r-6uxfom{margin-left:24px;}
|
326 |
-
.r-76blku{height:21px;}
|
327 |
-
.r-7cikom{font-size:inherit;}
|
328 |
-
.r-7q8q6z{cursor:default;}
|
329 |
-
.r-7r4507{height:150px;}
|
330 |
-
.r-855088{border-left-color:rgba(0,0,0,0.00);}
|
331 |
-
.r-88pszg{margin-right:16px;}
|
332 |
-
.r-8akbws{-webkit-box-orient:vertical;}
|
333 |
-
.r-97e31f{padding-bottom:env(safe-area-inset-bottom);}
|
334 |
-
.r-9aemit{padding-right:0px;}
|
335 |
-
.r-9jpwak{min-width:auto;}
|
336 |
-
.r-a023e6{font-size:15px;}
|
337 |
-
.r-adyw6z{font-size:20px;}
|
338 |
-
.r-agouwx{transform:translateZ(0);}
|
339 |
-
.r-ah5dr5>*{pointer-events:none;}
|
340 |
-
.r-ah5dr5{pointer-events:auto!important;}
|
341 |
-
.r-al30tu{color:rgba(0,122,255,1.00);}
|
342 |
-
.r-b2dl2{padding-left:25px;}
|
343 |
-
.r-b88u0q{font-weight:700;}
|
344 |
-
.r-bi4vy9{transform:translateY(100%);}
|
345 |
-
.r-bnwqim{position:relative;}
|
346 |
-
.r-buy8e9{overflow-y:hidden;}
|
347 |
-
.r-bv2aro{padding-left:env(safe-area-inset-left);}
|
348 |
-
.r-bxiggj{width:58px;}
|
349 |
-
.r-byidg7{border-right-width:8px;}
|
350 |
-
.r-c68hjy{color:rgba(161,161,161,1.00);}
|
351 |
-
.r-cfp7ip{width:60px;}
|
352 |
-
.r-cnkkqs{margin-left:-4px;}
|
353 |
-
.r-cpa5s6{scroll-snap-align:start;}
|
354 |
-
.r-cqee49{color:rgba(0,0,0,1.00);}
|
355 |
-
.r-ctqt5z{-moz-transition:150ms background-color;-webkit-transition:150ms background-color;transition:150ms background-color;}
|
356 |
-
.r-d0pm55{margin-bottom:5px;}
|
357 |
-
.r-dkge59{background-color:rgba(170,184,194,1.00);}
|
358 |
-
.r-dnmrzs{max-width:100%;}
|
359 |
-
.r-e5vda3{border-left-color:rgba(216,216,216,1.00);}
|
360 |
-
.r-eafdt9{transition-duration:0.15s;}
|
361 |
-
.r-ebwn4k{animation-name:r-q67da2;}
|
362 |
-
.r-ehq7j7{background-size:contain;}
|
363 |
-
.r-epq5cr{height:2px;}
|
364 |
-
.r-eqz5dr{flex-direction:column;}
|
365 |
-
.r-eu3ka{height:40px;}
|
366 |
-
.r-fdjqy7{text-align:left;}
|
367 |
-
.r-fpub7{color:rgba(0,0,0,0.00);}
|
368 |
-
.r-g3mlsw{animation-name:r-t2lo5v;}
|
369 |
-
.r-ghxds0{transform:translateY(0%);}
|
370 |
-
.r-gtdqiz{position:-webkit-sticky;position:sticky;}
|
371 |
-
.r-h2mvr{min-width:8px;}
|
372 |
-
.r-h3s6tt{height:48px;}
|
373 |
-
.r-h5917h{margin-right:-35px;}
|
374 |
-
.r-h6irds{box-shadow:1px 1px 1px rgba(0,0,0,0.40);}
|
375 |
-
.r-hdaws3{height:4px;}
|
376 |
-
.r-howw7u{color:rgba(255,0,0,1.00);}
|
377 |
-
.r-htfu76{margin-left:-8px;}
|
378 |
-
.r-hxflta{padding-right:env(safe-area-inset-right);}
|
379 |
-
.r-i03k3n{padding-bottom:14px;}
|
380 |
-
.r-icoktb{opacity:0.5;}
|
381 |
-
.r-ig955{padding-bottom:13px;}
|
382 |
-
.r-iphfwy{padding-bottom:4px;}
|
383 |
-
.r-ipm5af{top:0px;}
|
384 |
-
.r-jjeupf{border-left-width:5px;}
|
385 |
-
.r-jwli3a{color:rgba(255,255,255,1.00);}
|
386 |
-
.r-k200y{align-self:flex-start;}
|
387 |
-
.r-kemksi{background-color:rgba(0,0,0,1.00);}
|
388 |
-
.r-kpm84b{border-right-color:rgba(0,0,0,0.12);}
|
389 |
-
.r-ku1wi2{margin-bottom:15px;}
|
390 |
-
.r-kzbkwu{padding-bottom:12px;}
|
391 |
-
.r-l4djrs{left:3px;}
|
392 |
-
.r-l4nmg1{padding-bottom:2px;}
|
393 |
-
.r-lltvgl{overflow-x:auto;}
|
394 |
-
.r-lmwb3e{color:rgba(205,205,205,1.00);}
|
395 |
-
.r-lrsllp{width:24px;}
|
396 |
-
.r-lrvibr{-moz-user-select:none;-webkit-user-select:none;user-select:none;}
|
397 |
-
.r-majxgm{font-weight:500;}
|
398 |
-
.r-mbgqwd{margin-right:24px;}
|
399 |
-
.r-mfh4gg{scroll-snap-type:x mandatory;}
|
400 |
-
.r-mhe3cw{z-index:10;}
|
401 |
-
.r-mzjzbw{padding-right:25px;}
|
402 |
-
.r-n6v787{font-size:13px;}
|
403 |
-
.r-ndvcnb{border-bottom-width:0px;}
|
404 |
-
.r-nvplwv{animation-timing-function:ease-out;}
|
405 |
-
.r-nygpdh{transform:scaleX(1);}
|
406 |
-
.r-obd0qt{align-items:flex-end;}
|
407 |
-
.r-orgf3d{opacity:0;}
|
408 |
-
.r-ot2a9r{margin-bottom:0.5px;}
|
409 |
-
.r-phv2ka{box-shadow:0px 1px 4px rgba(0,0,0,0.30);}
|
410 |
-
.r-q4m81j{text-align:center;}
|
411 |
-
.r-qfi6ny{top:30000px;}
|
412 |
-
.r-qklmqi{border-bottom-width:1px;}
|
413 |
-
.r-ql1uoy{margin-left:72px;}
|
414 |
-
.r-qzm50q{opacity:0.32;}
|
415 |
-
.r-rs94m5{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");}
|
416 |
-
.r-ry3cjt{padding-right:15px;}
|
417 |
-
.r-s9w7lv{box-shadow:0px 6px 8px rgba(0,0,0,0.60);}
|
418 |
-
.r-sfbmgh{z-index:9999;}
|
419 |
-
.r-sg165l{padding-top:45px;}
|
420 |
-
.r-tmtnm0{height:45px;}
|
421 |
-
.r-tskmnb{padding-top:8px;}
|
422 |
-
.r-tsynxw{text-transform:uppercase;}
|
423 |
-
.r-u6sd8q{background-repeat:no-repeat;}
|
424 |
-
.r-u8s1d{position:absolute;}
|
425 |
-
.r-u92y06{background-color:rgba(255,165,0,1.00);}
|
426 |
-
.r-ubezar{font-size:16px;}
|
427 |
-
.r-ud0q2t{letter-spacing:1px;}
|
428 |
-
.r-uoibet{transform:rotate(180deg);}
|
429 |
-
.r-uvuy5l{height:60px;}
|
430 |
-
.r-van48c{caret-color:transparent;}
|
431 |
-
.r-vvn4in{background-position:center;}
|
432 |
-
.r-vw2c0b{font-weight:bold;}
|
433 |
-
.r-wfqgy4{transition-duration:100ms;}
|
434 |
-
.r-wk8lta{padding-top:0px;}
|
435 |
-
.r-x3cy2q{background-size:100% 100%;}
|
436 |
-
.r-xaq1zp{width:75%;}
|
437 |
-
.r-xd6kpl{padding-bottom:8px;}
|
438 |
-
.r-xx3c9p{animation-name:r-imtty0;}
|
439 |
-
.r-xzortm{margin-right:-16px;}
|
440 |
-
.r-yho8tw{border-bottom-width:15px;}
|
441 |
-
.r-z80fyv{height:20px;}
|
442 |
-
.r-zchlnj{right:0px;}
|
443 |
-
.r-zl2h9q{margin-bottom:2px;}
|
444 |
-
.r-zso239{margin-right:10px;}
|
445 |
-
.r-ztyd71{background-color:rgba(0,0,0,0.20);}
|
446 |
-
@-webkit-keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
447 |
-
@-webkit-keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
448 |
-
@-webkit-keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
449 |
-
@-webkit-keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
450 |
-
@-webkit-keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
451 |
-
@-webkit-keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}
|
452 |
-
@keyframes r-11cv4x{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
453 |
-
@keyframes r-1iq689l{0%{transform:translateY(0%);}100%{transform:translateY(100%);}}
|
454 |
-
@keyframes r-1pzkwqh{0%{transform:translateY(100%);}100%{transform:translateY(0%);}}
|
455 |
-
@keyframes r-imtty0{0%{opacity:0;}100%{opacity:1;}}
|
456 |
-
@keyframes r-q67da2{0%{transform:translateX(-100%);}100%{transform:translateX(400%);}}
|
457 |
-
@keyframes r-t2lo5v{0%{opacity:1;}100%{opacity:0;}}</style><style id="expo-generated-fonts" type="text/css">@font-face{font-family:SpaceMono;src:url(/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127);font-display:auto}
|
458 |
-
@font-face{font-family:roboto-black;src:url(/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc);font-display:auto}
|
459 |
-
@font-face{font-family:roboto-bold;src:url(/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9);font-display:auto}
|
460 |
-
@font-face{font-family:roboto-light;src:url(/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e);font-display:auto}
|
461 |
-
@font-face{font-family:roboto-medium;src:url(/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab);font-display:auto}
|
462 |
-
@font-face{font-family:roboto-regular;src:url(/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d);font-display:auto}
|
463 |
-
@font-face{font-family:roboto-thin;src:url(/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833);font-display:auto}</style><link rel="preload" href="/assets/assets/fonts/SpaceMono-Regular.49a79d66bdea2debf1832bf4d7aca127.ttf?platform=web&hash=49a79d66bdea2debf1832bf4d7aca127" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Black.53ab4bb513d53af898e25637a2750ffc.ttf?platform=web&hash=53ab4bb513d53af898e25637a2750ffc" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Bold.2e9b3d16308e1642bf8549d58c60f5c9.ttf?platform=web&hash=2e9b3d16308e1642bf8549d58c60f5c9" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Light.5b55e48d4daee5634648dd487340e37e.ttf?platform=web&hash=5b55e48d4daee5634648dd487340e37e" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Medium.6679d67d72e0e7b34f407bac6df715ab.ttf?platform=web&hash=6679d67d72e0e7b34f407bac6df715ab" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Regular.327362a7c8d487ad3f7970cc8e2aba8d.ttf?platform=web&hash=327362a7c8d487ad3f7970cc8e2aba8d" as="font" crossorigin="" /><link rel="preload" href="/assets/assets/fonts/Roboto-Thin.8e1900eabb62e4e502ee3de329e0b833.ttf?platform=web&hash=8e1900eabb62e4e502ee3de329e0b833" as="font" crossorigin="" /><link rel="shortcut icon" href="/favicon.ico" /></head><body><div id="root"><div class="css-175oi2r r-13awgt0"><!--$--><!--/$--></div></div><script src="/_expo/static/js/web/entry-c0e8ae6ad804f43d96c79cae5a4e6365.js" defer></script>
|
464 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|