aimodelshare 0.3.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. aimodelshare/README.md +26 -0
  2. aimodelshare/__init__.py +100 -0
  3. aimodelshare/aimsonnx.py +2381 -0
  4. aimodelshare/api.py +836 -0
  5. aimodelshare/auth.py +163 -0
  6. aimodelshare/aws.py +511 -0
  7. aimodelshare/aws_client.py +173 -0
  8. aimodelshare/base_image.py +154 -0
  9. aimodelshare/bucketpolicy.py +106 -0
  10. aimodelshare/color_mappings/color_mapping_keras.csv +121 -0
  11. aimodelshare/color_mappings/color_mapping_pytorch.csv +117 -0
  12. aimodelshare/containerisation.py +244 -0
  13. aimodelshare/containerization.py +712 -0
  14. aimodelshare/containerization_templates/Dockerfile.txt +8 -0
  15. aimodelshare/containerization_templates/Dockerfile_PySpark.txt +23 -0
  16. aimodelshare/containerization_templates/buildspec.txt +14 -0
  17. aimodelshare/containerization_templates/lambda_function.txt +40 -0
  18. aimodelshare/custom_approach/__init__.py +1 -0
  19. aimodelshare/custom_approach/lambda_function.py +17 -0
  20. aimodelshare/custom_eval_metrics.py +103 -0
  21. aimodelshare/data_sharing/__init__.py +0 -0
  22. aimodelshare/data_sharing/data_sharing_templates/Dockerfile.txt +3 -0
  23. aimodelshare/data_sharing/data_sharing_templates/__init__.py +1 -0
  24. aimodelshare/data_sharing/data_sharing_templates/buildspec.txt +15 -0
  25. aimodelshare/data_sharing/data_sharing_templates/codebuild_policies.txt +129 -0
  26. aimodelshare/data_sharing/data_sharing_templates/codebuild_trust_relationship.txt +12 -0
  27. aimodelshare/data_sharing/download_data.py +620 -0
  28. aimodelshare/data_sharing/share_data.py +373 -0
  29. aimodelshare/data_sharing/utils.py +8 -0
  30. aimodelshare/deploy_custom_lambda.py +246 -0
  31. aimodelshare/documentation/Makefile +20 -0
  32. aimodelshare/documentation/karma_sphinx_theme/__init__.py +28 -0
  33. aimodelshare/documentation/karma_sphinx_theme/_version.py +2 -0
  34. aimodelshare/documentation/karma_sphinx_theme/breadcrumbs.html +70 -0
  35. aimodelshare/documentation/karma_sphinx_theme/layout.html +172 -0
  36. aimodelshare/documentation/karma_sphinx_theme/search.html +50 -0
  37. aimodelshare/documentation/karma_sphinx_theme/searchbox.html +14 -0
  38. aimodelshare/documentation/karma_sphinx_theme/static/css/custom.css +2 -0
  39. aimodelshare/documentation/karma_sphinx_theme/static/css/custom.css.map +1 -0
  40. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.css +2751 -0
  41. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.css.map +1 -0
  42. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.min.css +2 -0
  43. aimodelshare/documentation/karma_sphinx_theme/static/css/theme.min.css.map +1 -0
  44. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.eot +0 -0
  45. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.svg +32 -0
  46. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.ttf +0 -0
  47. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.woff +0 -0
  48. aimodelshare/documentation/karma_sphinx_theme/static/font/fontello.woff2 +0 -0
  49. aimodelshare/documentation/karma_sphinx_theme/static/js/theme.js +68 -0
  50. aimodelshare/documentation/karma_sphinx_theme/theme.conf +9 -0
  51. aimodelshare/documentation/make.bat +35 -0
  52. aimodelshare/documentation/requirements.txt +2 -0
  53. aimodelshare/documentation/source/about.rst +18 -0
  54. aimodelshare/documentation/source/advanced_features.rst +137 -0
  55. aimodelshare/documentation/source/competition.rst +218 -0
  56. aimodelshare/documentation/source/conf.py +58 -0
  57. aimodelshare/documentation/source/create_credentials.rst +86 -0
  58. aimodelshare/documentation/source/example_notebooks.rst +132 -0
  59. aimodelshare/documentation/source/functions.rst +151 -0
  60. aimodelshare/documentation/source/gettingstarted.rst +390 -0
  61. aimodelshare/documentation/source/images/creds1.png +0 -0
  62. aimodelshare/documentation/source/images/creds2.png +0 -0
  63. aimodelshare/documentation/source/images/creds3.png +0 -0
  64. aimodelshare/documentation/source/images/creds4.png +0 -0
  65. aimodelshare/documentation/source/images/creds5.png +0 -0
  66. aimodelshare/documentation/source/images/creds_file_example.png +0 -0
  67. aimodelshare/documentation/source/images/predict_tab.png +0 -0
  68. aimodelshare/documentation/source/index.rst +110 -0
  69. aimodelshare/documentation/source/modelplayground.rst +132 -0
  70. aimodelshare/exceptions.py +11 -0
  71. aimodelshare/generatemodelapi.py +1270 -0
  72. aimodelshare/iam/codebuild_policy.txt +129 -0
  73. aimodelshare/iam/codebuild_trust_relationship.txt +12 -0
  74. aimodelshare/iam/lambda_policy.txt +15 -0
  75. aimodelshare/iam/lambda_trust_relationship.txt +12 -0
  76. aimodelshare/json_templates/__init__.py +1 -0
  77. aimodelshare/json_templates/api_json.txt +155 -0
  78. aimodelshare/json_templates/auth/policy.txt +1 -0
  79. aimodelshare/json_templates/auth/role.txt +1 -0
  80. aimodelshare/json_templates/eval/policy.txt +1 -0
  81. aimodelshare/json_templates/eval/role.txt +1 -0
  82. aimodelshare/json_templates/function/policy.txt +1 -0
  83. aimodelshare/json_templates/function/role.txt +1 -0
  84. aimodelshare/json_templates/integration_response.txt +5 -0
  85. aimodelshare/json_templates/lambda_policy_1.txt +15 -0
  86. aimodelshare/json_templates/lambda_policy_2.txt +8 -0
  87. aimodelshare/json_templates/lambda_role_1.txt +12 -0
  88. aimodelshare/json_templates/lambda_role_2.txt +16 -0
  89. aimodelshare/leaderboard.py +174 -0
  90. aimodelshare/main/1.txt +132 -0
  91. aimodelshare/main/1B.txt +112 -0
  92. aimodelshare/main/2.txt +153 -0
  93. aimodelshare/main/3.txt +134 -0
  94. aimodelshare/main/4.txt +128 -0
  95. aimodelshare/main/5.txt +109 -0
  96. aimodelshare/main/6.txt +105 -0
  97. aimodelshare/main/7.txt +144 -0
  98. aimodelshare/main/8.txt +142 -0
  99. aimodelshare/main/__init__.py +1 -0
  100. aimodelshare/main/authorization.txt +275 -0
  101. aimodelshare/main/eval_classification.txt +79 -0
  102. aimodelshare/main/eval_lambda.txt +1709 -0
  103. aimodelshare/main/eval_regression.txt +80 -0
  104. aimodelshare/main/lambda_function.txt +8 -0
  105. aimodelshare/main/nst.txt +149 -0
  106. aimodelshare/model.py +1543 -0
  107. aimodelshare/modeluser.py +215 -0
  108. aimodelshare/moral_compass/README.md +408 -0
  109. aimodelshare/moral_compass/__init__.py +65 -0
  110. aimodelshare/moral_compass/_version.py +3 -0
  111. aimodelshare/moral_compass/api_client.py +601 -0
  112. aimodelshare/moral_compass/apps/__init__.py +69 -0
  113. aimodelshare/moral_compass/apps/ai_consequences.py +540 -0
  114. aimodelshare/moral_compass/apps/bias_detective.py +714 -0
  115. aimodelshare/moral_compass/apps/ethical_revelation.py +898 -0
  116. aimodelshare/moral_compass/apps/fairness_fixer.py +889 -0
  117. aimodelshare/moral_compass/apps/judge.py +888 -0
  118. aimodelshare/moral_compass/apps/justice_equity_upgrade.py +853 -0
  119. aimodelshare/moral_compass/apps/mc_integration_helpers.py +820 -0
  120. aimodelshare/moral_compass/apps/model_building_game.py +1104 -0
  121. aimodelshare/moral_compass/apps/model_building_game_beginner.py +687 -0
  122. aimodelshare/moral_compass/apps/moral_compass_challenge.py +858 -0
  123. aimodelshare/moral_compass/apps/session_auth.py +254 -0
  124. aimodelshare/moral_compass/apps/shared_activity_styles.css +349 -0
  125. aimodelshare/moral_compass/apps/tutorial.py +481 -0
  126. aimodelshare/moral_compass/apps/what_is_ai.py +853 -0
  127. aimodelshare/moral_compass/challenge.py +365 -0
  128. aimodelshare/moral_compass/config.py +187 -0
  129. aimodelshare/placeholders/model.onnx +0 -0
  130. aimodelshare/placeholders/preprocessor.zip +0 -0
  131. aimodelshare/playground.py +1968 -0
  132. aimodelshare/postprocessormodules.py +157 -0
  133. aimodelshare/preprocessormodules.py +373 -0
  134. aimodelshare/pyspark/1.txt +195 -0
  135. aimodelshare/pyspark/1B.txt +181 -0
  136. aimodelshare/pyspark/2.txt +220 -0
  137. aimodelshare/pyspark/3.txt +204 -0
  138. aimodelshare/pyspark/4.txt +187 -0
  139. aimodelshare/pyspark/5.txt +178 -0
  140. aimodelshare/pyspark/6.txt +174 -0
  141. aimodelshare/pyspark/7.txt +211 -0
  142. aimodelshare/pyspark/8.txt +206 -0
  143. aimodelshare/pyspark/__init__.py +1 -0
  144. aimodelshare/pyspark/authorization.txt +258 -0
  145. aimodelshare/pyspark/eval_classification.txt +79 -0
  146. aimodelshare/pyspark/eval_lambda.txt +1441 -0
  147. aimodelshare/pyspark/eval_regression.txt +80 -0
  148. aimodelshare/pyspark/lambda_function.txt +8 -0
  149. aimodelshare/pyspark/nst.txt +213 -0
  150. aimodelshare/python/my_preprocessor.py +58 -0
  151. aimodelshare/readme.md +26 -0
  152. aimodelshare/reproducibility.py +181 -0
  153. aimodelshare/sam/Dockerfile.txt +8 -0
  154. aimodelshare/sam/Dockerfile_PySpark.txt +24 -0
  155. aimodelshare/sam/__init__.py +1 -0
  156. aimodelshare/sam/buildspec.txt +11 -0
  157. aimodelshare/sam/codebuild_policies.txt +129 -0
  158. aimodelshare/sam/codebuild_trust_relationship.txt +12 -0
  159. aimodelshare/sam/codepipeline_policies.txt +173 -0
  160. aimodelshare/sam/codepipeline_trust_relationship.txt +12 -0
  161. aimodelshare/sam/spark-class.txt +2 -0
  162. aimodelshare/sam/template.txt +54 -0
  163. aimodelshare/tools.py +103 -0
  164. aimodelshare/utils/__init__.py +78 -0
  165. aimodelshare/utils/optional_deps.py +38 -0
  166. aimodelshare/utils.py +57 -0
  167. aimodelshare-0.3.7.dist-info/METADATA +298 -0
  168. aimodelshare-0.3.7.dist-info/RECORD +171 -0
  169. aimodelshare-0.3.7.dist-info/WHEEL +5 -0
  170. aimodelshare-0.3.7.dist-info/licenses/LICENSE +5 -0
  171. aimodelshare-0.3.7.dist-info/top_level.txt +1 -0
@@ -0,0 +1,2751 @@
1
+ @charset "UTF-8";
2
+ @import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700|Lato:300,400,400i,700,900");
3
+ /*! Karma-CSS v1.9.5 MIT License | http://karmacss.com | https://github.com/accentdesign/karma-css */
4
+ .container{
5
+ padding-right:15px;
6
+ padding-left:15px;
7
+ margin-right:auto;
8
+ margin-left:auto;
9
+ }
10
+
11
+ @media (min-width: 576px){
12
+ .container{
13
+ width:540px;
14
+ max-width:100%;
15
+ }
16
+ }
17
+
18
+ @media (min-width: 768px){
19
+ .container{
20
+ width:720px;
21
+ max-width:100%;
22
+ }
23
+ }
24
+
25
+ @media (min-width: 992px){
26
+ .container{
27
+ width:960px;
28
+ max-width:100%;
29
+ }
30
+ }
31
+
32
+ @media (min-width: 1200px){
33
+ .container{
34
+ width:1140px;
35
+ max-width:100%;
36
+ }
37
+ }
38
+
39
+ .container-fluid{
40
+ width:100%;
41
+ padding-right:15px;
42
+ padding-left:15px;
43
+ margin-right:auto;
44
+ margin-left:auto;
45
+ }
46
+
47
+ .row{
48
+ display:-ms-flexbox;
49
+ display:flex;
50
+ -ms-flex-wrap:wrap;
51
+ flex-wrap:wrap;
52
+ margin-right:-15px;
53
+ margin-left:-15px;
54
+ }
55
+
56
+ .no-gutters{
57
+ margin-right:0;
58
+ margin-left:0;
59
+ }
60
+
61
+ .no-gutters > .col,
62
+ .no-gutters > [class*="col-"]{
63
+ padding-right:0;
64
+ padding-left:0;
65
+ }
66
+
67
+ .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
68
+ .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
69
+ .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
70
+ .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
71
+ .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
72
+ .col-xl-auto{
73
+ width:100%;
74
+ min-height:1px;
75
+ padding-right:15px;
76
+ padding-left:15px;
77
+ }
78
+
79
+ .col{
80
+ -ms-flex-preferred-size:0;
81
+ flex-basis:0;
82
+ -ms-flex-positive:1;
83
+ flex-grow:1;
84
+ max-width:100%;
85
+ }
86
+
87
+ .col-auto{
88
+ -ms-flex:0 0 auto;
89
+ flex:0 0 auto;
90
+ width:auto;
91
+ max-width:none;
92
+ }
93
+
94
+ .col-1{
95
+ -ms-flex:0 0 8.333333%;
96
+ flex:0 0 8.333333%;
97
+ max-width:8.333333%;
98
+ }
99
+
100
+ .col-2{
101
+ -ms-flex:0 0 16.666667%;
102
+ flex:0 0 16.666667%;
103
+ max-width:16.666667%;
104
+ }
105
+
106
+ .col-3{
107
+ -ms-flex:0 0 25%;
108
+ flex:0 0 25%;
109
+ max-width:25%;
110
+ }
111
+
112
+ .col-4{
113
+ -ms-flex:0 0 33.333333%;
114
+ flex:0 0 33.333333%;
115
+ max-width:33.333333%;
116
+ }
117
+
118
+ .col-5{
119
+ -ms-flex:0 0 41.666667%;
120
+ flex:0 0 41.666667%;
121
+ max-width:41.666667%;
122
+ }
123
+
124
+ .col-6{
125
+ -ms-flex:0 0 50%;
126
+ flex:0 0 50%;
127
+ max-width:50%;
128
+ }
129
+
130
+ .col-7{
131
+ -ms-flex:0 0 58.333333%;
132
+ flex:0 0 58.333333%;
133
+ max-width:58.333333%;
134
+ }
135
+
136
+ .col-8{
137
+ -ms-flex:0 0 66.666667%;
138
+ flex:0 0 66.666667%;
139
+ max-width:66.666667%;
140
+ }
141
+
142
+ .col-9{
143
+ -ms-flex:0 0 75%;
144
+ flex:0 0 75%;
145
+ max-width:75%;
146
+ }
147
+
148
+ .col-10{
149
+ -ms-flex:0 0 83.333333%;
150
+ flex:0 0 83.333333%;
151
+ max-width:83.333333%;
152
+ }
153
+
154
+ .col-11{
155
+ -ms-flex:0 0 91.666667%;
156
+ flex:0 0 91.666667%;
157
+ max-width:91.666667%;
158
+ }
159
+
160
+ .col-12{
161
+ -ms-flex:0 0 100%;
162
+ flex:0 0 100%;
163
+ max-width:100%;
164
+ }
165
+
166
+ .order-1{
167
+ -ms-flex-order:1;
168
+ order:1;
169
+ }
170
+
171
+ .order-2{
172
+ -ms-flex-order:2;
173
+ order:2;
174
+ }
175
+
176
+ .order-3{
177
+ -ms-flex-order:3;
178
+ order:3;
179
+ }
180
+
181
+ .order-4{
182
+ -ms-flex-order:4;
183
+ order:4;
184
+ }
185
+
186
+ .order-5{
187
+ -ms-flex-order:5;
188
+ order:5;
189
+ }
190
+
191
+ .order-6{
192
+ -ms-flex-order:6;
193
+ order:6;
194
+ }
195
+
196
+ .order-7{
197
+ -ms-flex-order:7;
198
+ order:7;
199
+ }
200
+
201
+ .order-8{
202
+ -ms-flex-order:8;
203
+ order:8;
204
+ }
205
+
206
+ .order-9{
207
+ -ms-flex-order:9;
208
+ order:9;
209
+ }
210
+
211
+ .order-10{
212
+ -ms-flex-order:10;
213
+ order:10;
214
+ }
215
+
216
+ .order-11{
217
+ -ms-flex-order:11;
218
+ order:11;
219
+ }
220
+
221
+ .order-12{
222
+ -ms-flex-order:12;
223
+ order:12;
224
+ }
225
+
226
+ .offset-1{
227
+ margin-left:8.333333%;
228
+ }
229
+
230
+ .offset-2{
231
+ margin-left:16.666667%;
232
+ }
233
+
234
+ .offset-3{
235
+ margin-left:25%;
236
+ }
237
+
238
+ .offset-4{
239
+ margin-left:33.333333%;
240
+ }
241
+
242
+ .offset-5{
243
+ margin-left:41.666667%;
244
+ }
245
+
246
+ .offset-6{
247
+ margin-left:50%;
248
+ }
249
+
250
+ .offset-7{
251
+ margin-left:58.333333%;
252
+ }
253
+
254
+ .offset-8{
255
+ margin-left:66.666667%;
256
+ }
257
+
258
+ .offset-9{
259
+ margin-left:75%;
260
+ }
261
+
262
+ .offset-10{
263
+ margin-left:83.333333%;
264
+ }
265
+
266
+ .offset-11{
267
+ margin-left:91.666667%;
268
+ }
269
+
270
+ @media (min-width: 576px){
271
+ .col-sm{
272
+ -ms-flex-preferred-size:0;
273
+ flex-basis:0;
274
+ -ms-flex-positive:1;
275
+ flex-grow:1;
276
+ max-width:100%;
277
+ }
278
+ .col-sm-auto{
279
+ -ms-flex:0 0 auto;
280
+ flex:0 0 auto;
281
+ width:auto;
282
+ max-width:none;
283
+ }
284
+ .col-sm-1{
285
+ -ms-flex:0 0 8.333333%;
286
+ flex:0 0 8.333333%;
287
+ max-width:8.333333%;
288
+ }
289
+ .col-sm-2{
290
+ -ms-flex:0 0 16.666667%;
291
+ flex:0 0 16.666667%;
292
+ max-width:16.666667%;
293
+ }
294
+ .col-sm-3{
295
+ -ms-flex:0 0 25%;
296
+ flex:0 0 25%;
297
+ max-width:25%;
298
+ }
299
+ .col-sm-4{
300
+ -ms-flex:0 0 33.333333%;
301
+ flex:0 0 33.333333%;
302
+ max-width:33.333333%;
303
+ }
304
+ .col-sm-5{
305
+ -ms-flex:0 0 41.666667%;
306
+ flex:0 0 41.666667%;
307
+ max-width:41.666667%;
308
+ }
309
+ .col-sm-6{
310
+ -ms-flex:0 0 50%;
311
+ flex:0 0 50%;
312
+ max-width:50%;
313
+ }
314
+ .col-sm-7{
315
+ -ms-flex:0 0 58.333333%;
316
+ flex:0 0 58.333333%;
317
+ max-width:58.333333%;
318
+ }
319
+ .col-sm-8{
320
+ -ms-flex:0 0 66.666667%;
321
+ flex:0 0 66.666667%;
322
+ max-width:66.666667%;
323
+ }
324
+ .col-sm-9{
325
+ -ms-flex:0 0 75%;
326
+ flex:0 0 75%;
327
+ max-width:75%;
328
+ }
329
+ .col-sm-10{
330
+ -ms-flex:0 0 83.333333%;
331
+ flex:0 0 83.333333%;
332
+ max-width:83.333333%;
333
+ }
334
+ .col-sm-11{
335
+ -ms-flex:0 0 91.666667%;
336
+ flex:0 0 91.666667%;
337
+ max-width:91.666667%;
338
+ }
339
+ .col-sm-12{
340
+ -ms-flex:0 0 100%;
341
+ flex:0 0 100%;
342
+ max-width:100%;
343
+ }
344
+ .order-sm-1{
345
+ -ms-flex-order:1;
346
+ order:1;
347
+ }
348
+ .order-sm-2{
349
+ -ms-flex-order:2;
350
+ order:2;
351
+ }
352
+ .order-sm-3{
353
+ -ms-flex-order:3;
354
+ order:3;
355
+ }
356
+ .order-sm-4{
357
+ -ms-flex-order:4;
358
+ order:4;
359
+ }
360
+ .order-sm-5{
361
+ -ms-flex-order:5;
362
+ order:5;
363
+ }
364
+ .order-sm-6{
365
+ -ms-flex-order:6;
366
+ order:6;
367
+ }
368
+ .order-sm-7{
369
+ -ms-flex-order:7;
370
+ order:7;
371
+ }
372
+ .order-sm-8{
373
+ -ms-flex-order:8;
374
+ order:8;
375
+ }
376
+ .order-sm-9{
377
+ -ms-flex-order:9;
378
+ order:9;
379
+ }
380
+ .order-sm-10{
381
+ -ms-flex-order:10;
382
+ order:10;
383
+ }
384
+ .order-sm-11{
385
+ -ms-flex-order:11;
386
+ order:11;
387
+ }
388
+ .order-sm-12{
389
+ -ms-flex-order:12;
390
+ order:12;
391
+ }
392
+ .offset-sm-1{
393
+ margin-left:8.333333%;
394
+ }
395
+ .offset-sm-2{
396
+ margin-left:16.666667%;
397
+ }
398
+ .offset-sm-3{
399
+ margin-left:25%;
400
+ }
401
+ .offset-sm-4{
402
+ margin-left:33.333333%;
403
+ }
404
+ .offset-sm-5{
405
+ margin-left:41.666667%;
406
+ }
407
+ .offset-sm-6{
408
+ margin-left:50%;
409
+ }
410
+ .offset-sm-7{
411
+ margin-left:58.333333%;
412
+ }
413
+ .offset-sm-8{
414
+ margin-left:66.666667%;
415
+ }
416
+ .offset-sm-9{
417
+ margin-left:75%;
418
+ }
419
+ .offset-sm-10{
420
+ margin-left:83.333333%;
421
+ }
422
+ .offset-sm-11{
423
+ margin-left:91.666667%;
424
+ }
425
+ }
426
+
427
+ @media (min-width: 768px){
428
+ .col-md{
429
+ -ms-flex-preferred-size:0;
430
+ flex-basis:0;
431
+ -ms-flex-positive:1;
432
+ flex-grow:1;
433
+ max-width:100%;
434
+ }
435
+ .col-md-auto{
436
+ -ms-flex:0 0 auto;
437
+ flex:0 0 auto;
438
+ width:auto;
439
+ max-width:none;
440
+ }
441
+ .col-md-1{
442
+ -ms-flex:0 0 8.333333%;
443
+ flex:0 0 8.333333%;
444
+ max-width:8.333333%;
445
+ }
446
+ .col-md-2{
447
+ -ms-flex:0 0 16.666667%;
448
+ flex:0 0 16.666667%;
449
+ max-width:16.666667%;
450
+ }
451
+ .col-md-3{
452
+ -ms-flex:0 0 25%;
453
+ flex:0 0 25%;
454
+ max-width:25%;
455
+ }
456
+ .col-md-4{
457
+ -ms-flex:0 0 33.333333%;
458
+ flex:0 0 33.333333%;
459
+ max-width:33.333333%;
460
+ }
461
+ .col-md-5{
462
+ -ms-flex:0 0 41.666667%;
463
+ flex:0 0 41.666667%;
464
+ max-width:41.666667%;
465
+ }
466
+ .col-md-6{
467
+ -ms-flex:0 0 50%;
468
+ flex:0 0 50%;
469
+ max-width:50%;
470
+ }
471
+ .col-md-7{
472
+ -ms-flex:0 0 58.333333%;
473
+ flex:0 0 58.333333%;
474
+ max-width:58.333333%;
475
+ }
476
+ .col-md-8{
477
+ -ms-flex:0 0 66.666667%;
478
+ flex:0 0 66.666667%;
479
+ max-width:66.666667%;
480
+ }
481
+ .col-md-9{
482
+ -ms-flex:0 0 75%;
483
+ flex:0 0 75%;
484
+ max-width:75%;
485
+ }
486
+ .col-md-10{
487
+ -ms-flex:0 0 83.333333%;
488
+ flex:0 0 83.333333%;
489
+ max-width:83.333333%;
490
+ }
491
+ .col-md-11{
492
+ -ms-flex:0 0 91.666667%;
493
+ flex:0 0 91.666667%;
494
+ max-width:91.666667%;
495
+ }
496
+ .col-md-12{
497
+ -ms-flex:0 0 100%;
498
+ flex:0 0 100%;
499
+ max-width:100%;
500
+ }
501
+ .order-md-1{
502
+ -ms-flex-order:1;
503
+ order:1;
504
+ }
505
+ .order-md-2{
506
+ -ms-flex-order:2;
507
+ order:2;
508
+ }
509
+ .order-md-3{
510
+ -ms-flex-order:3;
511
+ order:3;
512
+ }
513
+ .order-md-4{
514
+ -ms-flex-order:4;
515
+ order:4;
516
+ }
517
+ .order-md-5{
518
+ -ms-flex-order:5;
519
+ order:5;
520
+ }
521
+ .order-md-6{
522
+ -ms-flex-order:6;
523
+ order:6;
524
+ }
525
+ .order-md-7{
526
+ -ms-flex-order:7;
527
+ order:7;
528
+ }
529
+ .order-md-8{
530
+ -ms-flex-order:8;
531
+ order:8;
532
+ }
533
+ .order-md-9{
534
+ -ms-flex-order:9;
535
+ order:9;
536
+ }
537
+ .order-md-10{
538
+ -ms-flex-order:10;
539
+ order:10;
540
+ }
541
+ .order-md-11{
542
+ -ms-flex-order:11;
543
+ order:11;
544
+ }
545
+ .order-md-12{
546
+ -ms-flex-order:12;
547
+ order:12;
548
+ }
549
+ .offset-md-1{
550
+ margin-left:8.333333%;
551
+ }
552
+ .offset-md-2{
553
+ margin-left:16.666667%;
554
+ }
555
+ .offset-md-3{
556
+ margin-left:25%;
557
+ }
558
+ .offset-md-4{
559
+ margin-left:33.333333%;
560
+ }
561
+ .offset-md-5{
562
+ margin-left:41.666667%;
563
+ }
564
+ .offset-md-6{
565
+ margin-left:50%;
566
+ }
567
+ .offset-md-7{
568
+ margin-left:58.333333%;
569
+ }
570
+ .offset-md-8{
571
+ margin-left:66.666667%;
572
+ }
573
+ .offset-md-9{
574
+ margin-left:75%;
575
+ }
576
+ .offset-md-10{
577
+ margin-left:83.333333%;
578
+ }
579
+ .offset-md-11{
580
+ margin-left:91.666667%;
581
+ }
582
+ }
583
+
584
+ @media (min-width: 992px){
585
+ .col-lg{
586
+ -ms-flex-preferred-size:0;
587
+ flex-basis:0;
588
+ -ms-flex-positive:1;
589
+ flex-grow:1;
590
+ max-width:100%;
591
+ }
592
+ .col-lg-auto{
593
+ -ms-flex:0 0 auto;
594
+ flex:0 0 auto;
595
+ width:auto;
596
+ max-width:none;
597
+ }
598
+ .col-lg-1{
599
+ -ms-flex:0 0 8.333333%;
600
+ flex:0 0 8.333333%;
601
+ max-width:8.333333%;
602
+ }
603
+ .col-lg-2{
604
+ -ms-flex:0 0 16.666667%;
605
+ flex:0 0 16.666667%;
606
+ max-width:16.666667%;
607
+ }
608
+ .col-lg-3{
609
+ -ms-flex:0 0 25%;
610
+ flex:0 0 25%;
611
+ max-width:25%;
612
+ }
613
+ .col-lg-4{
614
+ -ms-flex:0 0 33.333333%;
615
+ flex:0 0 33.333333%;
616
+ max-width:33.333333%;
617
+ }
618
+ .col-lg-5{
619
+ -ms-flex:0 0 41.666667%;
620
+ flex:0 0 41.666667%;
621
+ max-width:41.666667%;
622
+ }
623
+ .col-lg-6{
624
+ -ms-flex:0 0 50%;
625
+ flex:0 0 50%;
626
+ max-width:50%;
627
+ }
628
+ .col-lg-7{
629
+ -ms-flex:0 0 58.333333%;
630
+ flex:0 0 58.333333%;
631
+ max-width:58.333333%;
632
+ }
633
+ .col-lg-8{
634
+ -ms-flex:0 0 66.666667%;
635
+ flex:0 0 66.666667%;
636
+ max-width:66.666667%;
637
+ }
638
+ .col-lg-9{
639
+ -ms-flex:0 0 75%;
640
+ flex:0 0 75%;
641
+ max-width:75%;
642
+ }
643
+ .col-lg-10{
644
+ -ms-flex:0 0 83.333333%;
645
+ flex:0 0 83.333333%;
646
+ max-width:83.333333%;
647
+ }
648
+ .col-lg-11{
649
+ -ms-flex:0 0 91.666667%;
650
+ flex:0 0 91.666667%;
651
+ max-width:91.666667%;
652
+ }
653
+ .col-lg-12{
654
+ -ms-flex:0 0 100%;
655
+ flex:0 0 100%;
656
+ max-width:100%;
657
+ }
658
+ .order-lg-1{
659
+ -ms-flex-order:1;
660
+ order:1;
661
+ }
662
+ .order-lg-2{
663
+ -ms-flex-order:2;
664
+ order:2;
665
+ }
666
+ .order-lg-3{
667
+ -ms-flex-order:3;
668
+ order:3;
669
+ }
670
+ .order-lg-4{
671
+ -ms-flex-order:4;
672
+ order:4;
673
+ }
674
+ .order-lg-5{
675
+ -ms-flex-order:5;
676
+ order:5;
677
+ }
678
+ .order-lg-6{
679
+ -ms-flex-order:6;
680
+ order:6;
681
+ }
682
+ .order-lg-7{
683
+ -ms-flex-order:7;
684
+ order:7;
685
+ }
686
+ .order-lg-8{
687
+ -ms-flex-order:8;
688
+ order:8;
689
+ }
690
+ .order-lg-9{
691
+ -ms-flex-order:9;
692
+ order:9;
693
+ }
694
+ .order-lg-10{
695
+ -ms-flex-order:10;
696
+ order:10;
697
+ }
698
+ .order-lg-11{
699
+ -ms-flex-order:11;
700
+ order:11;
701
+ }
702
+ .order-lg-12{
703
+ -ms-flex-order:12;
704
+ order:12;
705
+ }
706
+ .offset-lg-1{
707
+ margin-left:8.333333%;
708
+ }
709
+ .offset-lg-2{
710
+ margin-left:16.666667%;
711
+ }
712
+ .offset-lg-3{
713
+ margin-left:25%;
714
+ }
715
+ .offset-lg-4{
716
+ margin-left:33.333333%;
717
+ }
718
+ .offset-lg-5{
719
+ margin-left:41.666667%;
720
+ }
721
+ .offset-lg-6{
722
+ margin-left:50%;
723
+ }
724
+ .offset-lg-7{
725
+ margin-left:58.333333%;
726
+ }
727
+ .offset-lg-8{
728
+ margin-left:66.666667%;
729
+ }
730
+ .offset-lg-9{
731
+ margin-left:75%;
732
+ }
733
+ .offset-lg-10{
734
+ margin-left:83.333333%;
735
+ }
736
+ .offset-lg-11{
737
+ margin-left:91.666667%;
738
+ }
739
+ }
740
+
741
+ @media (min-width: 1200px){
742
+ .col-xl{
743
+ -ms-flex-preferred-size:0;
744
+ flex-basis:0;
745
+ -ms-flex-positive:1;
746
+ flex-grow:1;
747
+ max-width:100%;
748
+ }
749
+ .col-xl-auto{
750
+ -ms-flex:0 0 auto;
751
+ flex:0 0 auto;
752
+ width:auto;
753
+ max-width:none;
754
+ }
755
+ .col-xl-1{
756
+ -ms-flex:0 0 8.333333%;
757
+ flex:0 0 8.333333%;
758
+ max-width:8.333333%;
759
+ }
760
+ .col-xl-2{
761
+ -ms-flex:0 0 16.666667%;
762
+ flex:0 0 16.666667%;
763
+ max-width:16.666667%;
764
+ }
765
+ .col-xl-3{
766
+ -ms-flex:0 0 25%;
767
+ flex:0 0 25%;
768
+ max-width:25%;
769
+ }
770
+ .col-xl-4{
771
+ -ms-flex:0 0 33.333333%;
772
+ flex:0 0 33.333333%;
773
+ max-width:33.333333%;
774
+ }
775
+ .col-xl-5{
776
+ -ms-flex:0 0 41.666667%;
777
+ flex:0 0 41.666667%;
778
+ max-width:41.666667%;
779
+ }
780
+ .col-xl-6{
781
+ -ms-flex:0 0 50%;
782
+ flex:0 0 50%;
783
+ max-width:50%;
784
+ }
785
+ .col-xl-7{
786
+ -ms-flex:0 0 58.333333%;
787
+ flex:0 0 58.333333%;
788
+ max-width:58.333333%;
789
+ }
790
+ .col-xl-8{
791
+ -ms-flex:0 0 66.666667%;
792
+ flex:0 0 66.666667%;
793
+ max-width:66.666667%;
794
+ }
795
+ .col-xl-9{
796
+ -ms-flex:0 0 75%;
797
+ flex:0 0 75%;
798
+ max-width:75%;
799
+ }
800
+ .col-xl-10{
801
+ -ms-flex:0 0 83.333333%;
802
+ flex:0 0 83.333333%;
803
+ max-width:83.333333%;
804
+ }
805
+ .col-xl-11{
806
+ -ms-flex:0 0 91.666667%;
807
+ flex:0 0 91.666667%;
808
+ max-width:91.666667%;
809
+ }
810
+ .col-xl-12{
811
+ -ms-flex:0 0 100%;
812
+ flex:0 0 100%;
813
+ max-width:100%;
814
+ }
815
+ .order-xl-1{
816
+ -ms-flex-order:1;
817
+ order:1;
818
+ }
819
+ .order-xl-2{
820
+ -ms-flex-order:2;
821
+ order:2;
822
+ }
823
+ .order-xl-3{
824
+ -ms-flex-order:3;
825
+ order:3;
826
+ }
827
+ .order-xl-4{
828
+ -ms-flex-order:4;
829
+ order:4;
830
+ }
831
+ .order-xl-5{
832
+ -ms-flex-order:5;
833
+ order:5;
834
+ }
835
+ .order-xl-6{
836
+ -ms-flex-order:6;
837
+ order:6;
838
+ }
839
+ .order-xl-7{
840
+ -ms-flex-order:7;
841
+ order:7;
842
+ }
843
+ .order-xl-8{
844
+ -ms-flex-order:8;
845
+ order:8;
846
+ }
847
+ .order-xl-9{
848
+ -ms-flex-order:9;
849
+ order:9;
850
+ }
851
+ .order-xl-10{
852
+ -ms-flex-order:10;
853
+ order:10;
854
+ }
855
+ .order-xl-11{
856
+ -ms-flex-order:11;
857
+ order:11;
858
+ }
859
+ .order-xl-12{
860
+ -ms-flex-order:12;
861
+ order:12;
862
+ }
863
+ .offset-xl-1{
864
+ margin-left:8.333333%;
865
+ }
866
+ .offset-xl-2{
867
+ margin-left:16.666667%;
868
+ }
869
+ .offset-xl-3{
870
+ margin-left:25%;
871
+ }
872
+ .offset-xl-4{
873
+ margin-left:33.333333%;
874
+ }
875
+ .offset-xl-5{
876
+ margin-left:41.666667%;
877
+ }
878
+ .offset-xl-6{
879
+ margin-left:50%;
880
+ }
881
+ .offset-xl-7{
882
+ margin-left:58.333333%;
883
+ }
884
+ .offset-xl-8{
885
+ margin-left:66.666667%;
886
+ }
887
+ .offset-xl-9{
888
+ margin-left:75%;
889
+ }
890
+ .offset-xl-10{
891
+ margin-left:83.333333%;
892
+ }
893
+ .offset-xl-11{
894
+ margin-left:91.666667%;
895
+ }
896
+ }
897
+
898
+ *{
899
+ box-sizing:border-box;
900
+ padding:0;
901
+ margin:0;
902
+ }
903
+
904
+ *::before, *::after{
905
+ box-sizing:border-box;
906
+ }
907
+
908
+ html{
909
+ font-size:62.5%;
910
+ line-height:1.6;
911
+ }
912
+
913
+ body{
914
+ font-family:"Lato", sans-serif;
915
+ font-size:16px;
916
+ font-weight:400;
917
+ color:#5f5f5f;
918
+ background:#fafbfc;
919
+ }
920
+
921
+ main{
922
+ display:block;
923
+ }
924
+
925
+ a{
926
+ color:#33c3f0;
927
+ text-decoration:none;
928
+ background-color:transparent;
929
+ transition:color linear 250ms;
930
+ }
931
+
932
+ a:hover{
933
+ color:#10aee0;
934
+ text-decoration:none;
935
+ }
936
+
937
+ button,
938
+ [type="button"],
939
+ [type="reset"],
940
+ [type="submit"]{
941
+ -webkit-appearance:button;
942
+ }
943
+
944
+ ::-moz-focus-inner{
945
+ padding:0;
946
+ border:0;
947
+ }
948
+
949
+ .button{
950
+ box-sizing:border-box;
951
+ display:inline-block;
952
+ padding:0.8rem 1rem;
953
+ overflow:visible;
954
+ font-family:inherit;
955
+ font-size:1.5rem;
956
+ font-weight:400;
957
+ line-height:1.5;
958
+ color:#5f5f5f;
959
+ text-align:center;
960
+ text-decoration:none;
961
+ white-space:nowrap;
962
+ cursor:pointer;
963
+ -webkit-user-select:none;
964
+ -moz-user-select:none;
965
+ -ms-user-select:none;
966
+ user-select:none;
967
+ background-color:white;
968
+ border:1px solid #e6e6e6;
969
+ border-radius:0.25rem;
970
+ transition:background-color linear 250ms, border-color linear 250ms;
971
+ }
972
+
973
+ .button:hover, .button:focus{
974
+ color:#5f5f5f;
975
+ background-color:#e6e6e6;
976
+ border-color:#cdcdcd;
977
+ outline:0;
978
+ }
979
+
980
+ .button.button-outline{
981
+ background-color:transparent;
982
+ transition:background-color linear 250ms, border-color linear 250ms, color linear 250ms;
983
+ }
984
+
985
+ .button.button-outline:hover, .button.button-outline:focus{
986
+ color:#464646;
987
+ background-color:transparent;
988
+ border-color:#cdcdcd;
989
+ outline:0;
990
+ }
991
+
992
+ .button.button-clear{
993
+ background-color:transparent;
994
+ border-color:transparent;
995
+ transition:background-color linear 250ms, border-color linear 250ms, color linear 250ms;
996
+ }
997
+
998
+ .button.button-clear:hover, .button.button-clear:focus{
999
+ color:#464646;
1000
+ background-color:transparent;
1001
+ border-color:transparent;
1002
+ outline:0;
1003
+ }
1004
+
1005
+ .button.button-primary{
1006
+ color:white;
1007
+ background-color:#33c3f0;
1008
+ border-color:#1bbcee;
1009
+ }
1010
+
1011
+ .button.button-primary:hover, .button.button-primary:focus{
1012
+ color:white;
1013
+ background-color:#10aee0;
1014
+ border-color:#0f9cc8;
1015
+ outline:0;
1016
+ }
1017
+
1018
+ .button.button-outline.button-primary{
1019
+ color:#33c3f0;
1020
+ background-color:transparent;
1021
+ border-color:#33c3f0;
1022
+ }
1023
+
1024
+ .button.button-outline.button-primary:hover, .button.button-outline.button-primary:focus{
1025
+ color:#10aee0;
1026
+ background-color:transparent;
1027
+ border-color:#10aee0;
1028
+ outline:0;
1029
+ }
1030
+
1031
+ .button.button-clear.button-primary{
1032
+ color:#33c3f0;
1033
+ background-color:transparent;
1034
+ border-color:transparent;
1035
+ }
1036
+
1037
+ .button.button-clear.button-primary:hover, .button.button-clear.button-primary:focus{
1038
+ color:#10aee0;
1039
+ background-color:transparent;
1040
+ border-color:transparent;
1041
+ outline:0;
1042
+ }
1043
+
1044
+ .button.button-secondary{
1045
+ color:#111111;
1046
+ background-color:#f0f0f0;
1047
+ border-color:#e3e3e3;
1048
+ }
1049
+
1050
+ .button.button-secondary:hover, .button.button-secondary:focus{
1051
+ color:#111111;
1052
+ background-color:#d7d7d7;
1053
+ border-color:#cacaca;
1054
+ outline:0;
1055
+ }
1056
+
1057
+ .button.button-outline.button-secondary{
1058
+ color:#f0f0f0;
1059
+ background-color:transparent;
1060
+ border-color:#f0f0f0;
1061
+ }
1062
+
1063
+ .button.button-outline.button-secondary:hover, .button.button-outline.button-secondary:focus{
1064
+ color:#d7d7d7;
1065
+ background-color:transparent;
1066
+ border-color:#d7d7d7;
1067
+ outline:0;
1068
+ }
1069
+
1070
+ .button.button-clear.button-secondary{
1071
+ color:#f0f0f0;
1072
+ background-color:transparent;
1073
+ border-color:transparent;
1074
+ }
1075
+
1076
+ .button.button-clear.button-secondary:hover, .button.button-clear.button-secondary:focus{
1077
+ color:#d7d7d7;
1078
+ background-color:transparent;
1079
+ border-color:transparent;
1080
+ outline:0;
1081
+ }
1082
+
1083
+ code,
1084
+ kbd,
1085
+ pre,
1086
+ samp{
1087
+ font-family:"Inconsolata", monospace;
1088
+ }
1089
+
1090
+ code{
1091
+ padding:0.2rem 0.5rem;
1092
+ font-size:100%;
1093
+ color:#5f5f5f;
1094
+ word-break:break-word;
1095
+ background:#e7eaeb;
1096
+ border:1px solid #e6e6e6;
1097
+ border-radius:0.25rem;
1098
+ }
1099
+
1100
+ pre{
1101
+ display:block;
1102
+ padding:2rem;
1103
+ margin-bottom:2.5rem;
1104
+ overflow-x:auto;
1105
+ font-size:90%;
1106
+ color:#5f5f5f;
1107
+ white-space:pre;
1108
+ background:#e7eaeb;
1109
+ border:1px solid #e6e6e6;
1110
+ border-radius:0.25rem;
1111
+ }
1112
+
1113
+ pre code{
1114
+ font-size:inherit;
1115
+ color:inherit;
1116
+ word-break:normal;
1117
+ }
1118
+
1119
+ *[disabled]{
1120
+ cursor:not-allowed;
1121
+ }
1122
+
1123
+ form{
1124
+ margin-bottom:2.5rem;
1125
+ }
1126
+
1127
+ input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="week"]{
1128
+ box-sizing:border-box;
1129
+ margin-bottom:1.5rem;
1130
+ font-family:inherit;
1131
+ line-height:1.5;
1132
+ color:#5f5f5f;
1133
+ background:white;
1134
+ border:1px solid #e6e6e6;
1135
+ border-radius:0.25rem;
1136
+ box-shadow:none;
1137
+ transition:background linear 250ms, border-color linear 250ms;
1138
+ padding:0.8rem 1rem;
1139
+ font-size:1.5rem;
1140
+ max-width:100%;
1141
+ -webkit-appearance:none;
1142
+ }
1143
+
1144
+ input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="week"]:focus{
1145
+ background:white;
1146
+ border-color:#33c3f0;
1147
+ outline:0;
1148
+ }
1149
+
1150
+ input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"]{
1151
+ -webkit-appearance:listbox;
1152
+ height:calc(3.85rem + 2px);
1153
+ }
1154
+
1155
+ input[type="checkbox"], input[type="radio"]{
1156
+ margin-right:1rem;
1157
+ }
1158
+
1159
+ ::-webkit-inner-spin-button,
1160
+ ::-webkit-outer-spin-button{
1161
+ height:auto;
1162
+ }
1163
+
1164
+ ::-webkit-datetime-edit-fields-wrapper{
1165
+ padding:0;
1166
+ margin:0;
1167
+ }
1168
+
1169
+ ::-webkit-input-placeholder{
1170
+ color:#b9b9b9;
1171
+ opacity:1;
1172
+ }
1173
+
1174
+ ::-moz-placeholder{
1175
+ color:#b9b9b9;
1176
+ opacity:1;
1177
+ }
1178
+
1179
+ :-ms-input-placeholder{
1180
+ color:#b9b9b9;
1181
+ opacity:1;
1182
+ }
1183
+
1184
+ ::-ms-input-placeholder{
1185
+ color:#b9b9b9;
1186
+ opacity:1;
1187
+ }
1188
+
1189
+ ::placeholder{
1190
+ color:#b9b9b9;
1191
+ opacity:1;
1192
+ }
1193
+
1194
+ textarea{
1195
+ box-sizing:border-box;
1196
+ margin-bottom:1.5rem;
1197
+ font-family:inherit;
1198
+ line-height:1.5;
1199
+ color:#5f5f5f;
1200
+ background:white;
1201
+ border:1px solid #e6e6e6;
1202
+ border-radius:0.25rem;
1203
+ box-shadow:none;
1204
+ transition:background linear 250ms, border-color linear 250ms;
1205
+ padding:0.8rem 1rem;
1206
+ font-size:1.5rem;
1207
+ max-width:100%;
1208
+ -webkit-appearance:none;
1209
+ overflow:auto;
1210
+ }
1211
+
1212
+ textarea:focus{
1213
+ background:white;
1214
+ border-color:#33c3f0;
1215
+ outline:0;
1216
+ }
1217
+
1218
+ select{
1219
+ box-sizing:border-box;
1220
+ margin-bottom:1.5rem;
1221
+ font-family:inherit;
1222
+ line-height:1.5;
1223
+ color:#5f5f5f;
1224
+ background:white;
1225
+ border:1px solid #e6e6e6;
1226
+ border-radius:0.25rem;
1227
+ box-shadow:none;
1228
+ transition:background linear 250ms, border-color linear 250ms;
1229
+ padding:0.8rem 1rem;
1230
+ font-size:1.5rem;
1231
+ max-width:100%;
1232
+ text-transform:none;
1233
+ }
1234
+
1235
+ select:focus{
1236
+ background:white;
1237
+ border-color:#33c3f0;
1238
+ outline:0;
1239
+ }
1240
+
1241
+ select:not([multiple]){
1242
+ height:calc(3.85rem + 2px);
1243
+ }
1244
+
1245
+ label{
1246
+ display:block;
1247
+ margin-bottom:.5rem;
1248
+ font-weight:600;
1249
+ }
1250
+
1251
+ legend{
1252
+ box-sizing:border-box;
1253
+ display:block;
1254
+ max-width:100%;
1255
+ margin-bottom:.5rem;
1256
+ font-weight:600;
1257
+ color:inherit;
1258
+ white-space:normal;
1259
+ }
1260
+
1261
+ fieldset{
1262
+ margin-bottom:1.5rem;
1263
+ border-width:0;
1264
+ }
1265
+
1266
+ hr{
1267
+ box-sizing:content-box;
1268
+ height:0;
1269
+ margin:1.5rem 0;
1270
+ overflow:visible;
1271
+ border:0;
1272
+ border-top:1px solid #e6e6e6;
1273
+ }
1274
+
1275
+ img{
1276
+ border-style:none;
1277
+ }
1278
+
1279
+ figcaption{
1280
+ display:block;
1281
+ }
1282
+
1283
+ figure{
1284
+ display:block;
1285
+ margin:0 0 2.5rem;
1286
+ }
1287
+
1288
+ ul{
1289
+ padding-left:2rem;
1290
+ margin-bottom:2.5rem;
1291
+ list-style:circle outside;
1292
+ }
1293
+
1294
+ ul ul,
1295
+ ul ol{
1296
+ margin:0;
1297
+ }
1298
+
1299
+ ol{
1300
+ padding-left:1.7rem;
1301
+ margin-bottom:2.5rem;
1302
+ list-style:decimal outside;
1303
+ }
1304
+
1305
+ ol ol,
1306
+ ol ul{
1307
+ margin:0;
1308
+ }
1309
+
1310
+ dl{
1311
+ margin-bottom:2.5rem;
1312
+ }
1313
+
1314
+ dl dt{
1315
+ margin:0 0 0 0;
1316
+ font-weight:600;
1317
+ }
1318
+
1319
+ dl dd{
1320
+ margin:0 0 2.5rem 2.5rem;
1321
+ }
1322
+
1323
+ table{
1324
+ width:100%;
1325
+ max-width:100%;
1326
+ margin-bottom:2.5rem;
1327
+ font-size:90%;
1328
+ border-spacing:0;
1329
+ border-collapse:collapse;
1330
+ background-color:transparent;
1331
+ }
1332
+
1333
+ caption{
1334
+ padding:0.85rem 0.85rem;
1335
+ }
1336
+
1337
+ th{
1338
+ padding:0.85rem 0.85rem;
1339
+ text-align:left;
1340
+ vertical-align:top;
1341
+ }
1342
+
1343
+ td{
1344
+ padding:0.85rem 0.85rem;
1345
+ text-align:left;
1346
+ vertical-align:top;
1347
+ border-top:1px solid #e6e6e6;
1348
+ }
1349
+
1350
+ .table-bordered, table.docutils:not(.footnote):not(.citation), table.docutils.field-list{
1351
+ border:solid 1px #e6e6e6;
1352
+ }
1353
+
1354
+ .table-headed th, table.docutils:not(.footnote):not(.citation) th, table.docutils.field-list th{
1355
+ background-color:#e7e9ec;
1356
+ }
1357
+
1358
+ .table-striped tbody tr:nth-child(odd), table.docutils:not(.footnote):not(.citation) tbody tr:nth-child(odd){
1359
+ background-color:#fafafa;
1360
+ }
1361
+
1362
+ .table-hover tbody tr:hover{
1363
+ background-color:whitesmoke;
1364
+ }
1365
+
1366
+ h1, #search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption,
1367
+ .h1, h2, .document > .section .toctree-wrapper .caption,
1368
+ .h2, h3, #search-results ul.search > li > a,
1369
+ .h3, h4,
1370
+ .h4, h5,
1371
+ .h5, h6,
1372
+ .h6{
1373
+ font-family:"Lato", sans-serif;
1374
+ color:#5f5f5f;
1375
+ }
1376
+
1377
+ h1 small, #search-results h2 small, #search-results .document > .section .toctree-wrapper .caption small, .document > .section .toctree-wrapper #search-results .caption small, .h1 small, h2 small, .document > .section .toctree-wrapper .caption small, .h2 small, h3 small, #search-results ul.search > li > a small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small{
1378
+ font-size:65%;
1379
+ line-height:1;
1380
+ }
1381
+
1382
+ h1, #search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption,
1383
+ .h1{
1384
+ margin:4rem 0 1.5rem;
1385
+ font-size:32px;
1386
+ font-weight:700;
1387
+ line-height:1.2;
1388
+ }
1389
+
1390
+ h2, .document > .section .toctree-wrapper .caption,
1391
+ .h2{
1392
+ margin:4rem 0 1.5rem;
1393
+ font-size:24px;
1394
+ font-weight:700;
1395
+ line-height:1.25;
1396
+ }
1397
+
1398
+ h3, #search-results ul.search > li > a,
1399
+ .h3{
1400
+ margin:4rem 0 1.5rem;
1401
+ font-size:20.8px;
1402
+ font-weight:700;
1403
+ line-height:1.3;
1404
+ }
1405
+
1406
+ h4,
1407
+ .h4{
1408
+ margin:4rem 0 1.5rem;
1409
+ font-size:17.6px;
1410
+ font-weight:700;
1411
+ line-height:1.35;
1412
+ }
1413
+
1414
+ h5,
1415
+ .h5{
1416
+ margin:4rem 0 1.5rem;
1417
+ font-size:16px;
1418
+ font-weight:700;
1419
+ line-height:1.5;
1420
+ }
1421
+
1422
+ h6,
1423
+ .h6{
1424
+ margin:4rem 0 1.5rem;
1425
+ font-size:14.4px;
1426
+ font-weight:700;
1427
+ line-height:1.6;
1428
+ }
1429
+
1430
+ abbr[title]{
1431
+ -webkit-text-decoration:underline dotted;
1432
+ text-decoration:underline dotted;
1433
+ }
1434
+
1435
+ p{
1436
+ margin-bottom:2.5rem;
1437
+ }
1438
+
1439
+ blockquote{
1440
+ padding:1rem 1.5rem;
1441
+ margin-bottom:2.5rem;
1442
+ border-left:3px solid #e6e6e6;
1443
+ }
1444
+
1445
+ b,
1446
+ strong{
1447
+ font-weight:700;
1448
+ }
1449
+
1450
+ small{
1451
+ font-size:80%;
1452
+ }
1453
+
1454
+ sub,
1455
+ sup{
1456
+ position:relative;
1457
+ font-size:75%;
1458
+ line-height:0;
1459
+ vertical-align:baseline;
1460
+ }
1461
+
1462
+ sub{
1463
+ bottom:-.25em;
1464
+ }
1465
+
1466
+ sup{
1467
+ top:-.5em;
1468
+ }
1469
+ .alert, .admonition{
1470
+ position:relative;
1471
+ padding:1.5rem 2rem;
1472
+ margin-bottom:2.5rem;
1473
+ border:1px solid #e6e6e6;
1474
+ border-radius:0.25rem;
1475
+ }
1476
+ .alert-green, .admonition.important, .admonition.hint, .admonition.tip{
1477
+ background:#bcf0c2;
1478
+ border:1px solid #a8ebaf;
1479
+ color:#5f5f5f;
1480
+ }
1481
+
1482
+ .alert-red, .admonition.danger, .admonition.error{
1483
+ background:#ffd2cf;
1484
+ border:1px solid #ffbab6;
1485
+ color:#5f5f5f;
1486
+ }
1487
+
1488
+ .alert-blue, .admonition.note{
1489
+ background:#ccf1ff;
1490
+ border:1px solid #b2e9ff;
1491
+ color:#5f5f5f;
1492
+ }
1493
+
1494
+ .alert-orange, .admonition.attention, .admonition.caution, .admonition.warning{
1495
+ background:#ffe5ce;
1496
+ border:1px solid #ffd7b4;
1497
+ color:#5f5f5f;
1498
+ }
1499
+
1500
+ .icon-input{
1501
+ max-width:100%;
1502
+ display:-ms-inline-flexbox;
1503
+ display:inline-flex;
1504
+ font-size:1.5rem;
1505
+ margin-bottom:1.5rem;
1506
+ position:relative;
1507
+ }
1508
+
1509
+ .icon-input input{
1510
+ -ms-flex:1 1 auto;
1511
+ flex:1 1 auto;
1512
+ font-size:1em;
1513
+ margin:0;
1514
+ padding-right:2.65em;
1515
+ }
1516
+
1517
+ .icon-input [class*="icon-"]{
1518
+ position:absolute;
1519
+ top:0;
1520
+ right:0;
1521
+ bottom:auto;
1522
+ left:auto;
1523
+ color:#b9b9b9;
1524
+ height:100%;
1525
+ font-size:1em;
1526
+ line-height:1;
1527
+ opacity:1;
1528
+ pointer-events:none;
1529
+ text-align:center;
1530
+ width:2.65em;
1531
+ }
1532
+
1533
+ .icon-input [class*="icon-"]:before{
1534
+ position:absolute;
1535
+ top:50%;
1536
+ right:auto;
1537
+ bottom:auto;
1538
+ left:0;
1539
+ margin:-.5em 0;
1540
+ text-align:center;
1541
+ width:100%;
1542
+ }
1543
+ @font-face{
1544
+ font-family:'fontello';
1545
+ src:url("../font/fontello.eot?44759829");
1546
+ src:url("../font/fontello.eot?44759829#iefix") format("embedded-opentype"), url("../font/fontello.woff2?44759829") format("woff2"), url("../font/fontello.woff?44759829") format("woff"), url("../font/fontello.ttf?44759829") format("truetype"), url("../font/fontello.svg?44759829#fontello") format("svg");
1547
+ font-weight:normal;
1548
+ font-style:normal;
1549
+ }
1550
+ [class^="icon-"]:before, [class*=" icon-"]:before{
1551
+ font-family:"fontello";
1552
+ font-style:normal;
1553
+ font-weight:normal;
1554
+ speak:none;
1555
+ display:inline-block;
1556
+ text-decoration:inherit;
1557
+ width:1em;
1558
+ margin-right:.2em;
1559
+ text-align:center;
1560
+ font-variant:normal;
1561
+ text-transform:none;
1562
+ line-height:1em;
1563
+ margin-left:.2em;
1564
+ -webkit-font-smoothing:antialiased;
1565
+ -moz-osx-font-smoothing:grayscale;
1566
+ }
1567
+
1568
+ .icon-search:before{
1569
+ content:'\e800';
1570
+ }
1571
+ .icon-edit:before{
1572
+ content:'\e801';
1573
+ }
1574
+ .icon-download:before{
1575
+ content:'\e802';
1576
+ }
1577
+ .icon-attention:before{
1578
+ content:'\e804';
1579
+ }
1580
+ .icon-info-circled:before{
1581
+ content:'\e805';
1582
+ }
1583
+ .icon-attention-circled:before{
1584
+ content:'\e810';
1585
+ }
1586
+ .icon-github-circled:before{
1587
+ content:'\f09b';
1588
+ }
1589
+ .icon-menu:before{
1590
+ content:'\f0c9';
1591
+ }
1592
+ .icon-lightbulb:before{
1593
+ content:'\f0eb';
1594
+ }
1595
+ .icon-bitbucket:before{
1596
+ content:'\f171';
1597
+ }
1598
+ .icon-gitlab:before{
1599
+ content:'\f296';
1600
+ }
1601
+ .admonition .admonition-title{
1602
+ font-weight:bold;
1603
+ margin-bottom:.5rem;
1604
+ }
1605
+
1606
+ .admonition .admonition-title:before{
1607
+ font-family:"fontello";
1608
+ padding-right:1rem;
1609
+ }
1610
+
1611
+ .admonition :last-child{
1612
+ margin-bottom:0;
1613
+ }
1614
+
1615
+ .admonition.attention .admonition-title:before, .admonition.caution .admonition-title:before, .admonition.warning .admonition-title:before{
1616
+ content:"\e804";
1617
+ }
1618
+
1619
+ .admonition.danger .admonition-title:before, .admonition.error .admonition-title:before{
1620
+ content:"\e810";
1621
+ }
1622
+
1623
+ .admonition.important .admonition-title:before{
1624
+ content:"\e810";
1625
+ }
1626
+
1627
+ .admonition.hint .admonition-title:before, .admonition.tip .admonition-title:before{
1628
+ content:"\f0eb";
1629
+ }
1630
+
1631
+ .admonition.note .admonition-title:before{
1632
+ content:"\e801";
1633
+ }
1634
+ .breadcrumbs-outer{
1635
+ background:#fafbfc;
1636
+ border:solid 1px #e6e6e6;
1637
+ }
1638
+
1639
+ .breadcrumbs{
1640
+ display:-ms-flexbox;
1641
+ display:flex;
1642
+ list-style:none;
1643
+ margin:0;
1644
+ padding:1rem 0;
1645
+ }
1646
+
1647
+ .breadcrumbs li + li:not(.breadcrumbs-aside):before{
1648
+ padding:0 1rem;
1649
+ content:"•";
1650
+ }
1651
+
1652
+ .breadcrumbs .breadcrumbs-aside{
1653
+ margin-left:auto;
1654
+ }
1655
+
1656
+ .breadcrumbs code{
1657
+ padding:0;
1658
+ border:none;
1659
+ background:none;
1660
+ font-family:"Lato", sans-serif;
1661
+ font-size:initial;
1662
+ }
1663
+
1664
+ .breadcrumbs code.literal{
1665
+ color:#5f5f5f;
1666
+ }
1667
+
1668
+ @media (max-width: 991px){
1669
+ ul.breadcrumbs .breadcrumbs-aside{
1670
+ display:none;
1671
+ }
1672
+ }
1673
+ .footer{
1674
+ color:rgba(0, 0, 0, 0.54);
1675
+ padding-top:4rem;
1676
+ padding-bottom:4rem;
1677
+ }
1678
+ header{
1679
+ background:#24292e;
1680
+ padding:2rem 0;
1681
+ }
1682
+
1683
+ header .container{
1684
+ display:-ms-flexbox;
1685
+ display:flex;
1686
+ -ms-flex-direction:row;
1687
+ flex-direction:row;
1688
+ -ms-flex-align:center;
1689
+ align-items:center;
1690
+ }
1691
+
1692
+ header .site-nav-toggle{
1693
+ color:#f5f6f7;
1694
+ font-size:3.5rem;
1695
+ margin-left:-1rem;
1696
+ padding:.5rem 1rem .5rem 0;
1697
+ cursor:pointer;
1698
+ }
1699
+
1700
+ header .site-title{
1701
+ color:white;
1702
+ font-size:2rem;
1703
+ font-weight:400;
1704
+ }
1705
+
1706
+ @media (max-width: 991px){
1707
+ header{
1708
+ position:fixed;
1709
+ top:0;
1710
+ right:auto;
1711
+ bottom:auto;
1712
+ left:auto;
1713
+ padding:0;
1714
+ -webkit-transform:translateY(0);
1715
+ transform:translateY(0);
1716
+ transition:-webkit-transform 250ms ease-in-out;
1717
+ transition:transform 250ms ease-in-out;
1718
+ transition:transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
1719
+ width:100%;
1720
+ z-index:101;
1721
+ }
1722
+ header.up{
1723
+ -webkit-transform:translateY(-100%);
1724
+ transform:translateY(-100%);
1725
+ }
1726
+ header .site-title{
1727
+ font-size:1.5rem;
1728
+ }
1729
+ }
1730
+ .main-outer{
1731
+ background:#f5f6f7;
1732
+ padding-top:3rem;
1733
+ padding-bottom:10rem;
1734
+ }
1735
+
1736
+ .document > .section > h1, #search-results .document > .section > h2, #search-results .document > .section .toctree-wrapper .document > .section > .caption, .document > .section .toctree-wrapper #search-results .document > .section > .caption{
1737
+ margin-top:0;
1738
+ margin-bottom:4rem;
1739
+ }
1740
+ .site-nav code.literal,
1741
+ .site-nav tt.literal{
1742
+ border:none;
1743
+ background:inherit;
1744
+ color:inherit;
1745
+ padding-left:0;
1746
+ padding-right:0;
1747
+ }
1748
+
1749
+ .site-nav-tree .caption{
1750
+ font-weight:bold;
1751
+ }
1752
+
1753
+ .site-nav-tree ul{
1754
+ list-style-type:none;
1755
+ padding-left:0;
1756
+ }
1757
+
1758
+ .site-nav-tree ul ul{
1759
+ margin-left:1.5rem;
1760
+ }
1761
+
1762
+ .site-nav-tree li{
1763
+ line-height:1.8;
1764
+ }
1765
+
1766
+ .site-nav-tree > ul > li:not(.current) > ul{
1767
+ display:none;
1768
+ }
1769
+
1770
+ .site-nav-tree a{
1771
+ color:rgba(0, 0, 0, 0.54);
1772
+ }
1773
+
1774
+ .site-nav-tree a.current, .site-nav-tree a:hover{
1775
+ color:rgba(0, 0, 0, 0.87);
1776
+ }
1777
+
1778
+ @media (max-width: 991px){
1779
+ body{
1780
+ padding-top:6.6rem;
1781
+ }
1782
+ .main-outer{
1783
+ position:relative;
1784
+ }
1785
+ .site-nav{
1786
+ position:fixed;
1787
+ top:0;
1788
+ right:0;
1789
+ bottom:0;
1790
+ left:0;
1791
+ background:#f5f6f7;
1792
+ height:100vh;
1793
+ overflow-y:scroll;
1794
+ padding-top:10rem;
1795
+ -webkit-transform:translateX(-100%);
1796
+ transform:translateX(-100%);
1797
+ transition:-webkit-transform 250ms linear;
1798
+ transition:transform 250ms linear;
1799
+ transition:transform 250ms linear, -webkit-transform 250ms linear;
1800
+ z-index:100;
1801
+ }
1802
+ body.nav-in{
1803
+ overflow:hidden;
1804
+ }
1805
+ body.nav-in .site-nav{
1806
+ -webkit-transform:translateX(0);
1807
+ transform:translateX(0);
1808
+ }
1809
+ body.nav-in .site-nav .icon-input{
1810
+ width:100%;
1811
+ }
1812
+ }
1813
+ .docutils.container{
1814
+ width:100%;
1815
+ margin:0;
1816
+ padding:0;
1817
+ }
1818
+ #search-results h2, #search-results .document > .section .toctree-wrapper .caption, .document > .section .toctree-wrapper #search-results .caption{
1819
+ margin-bottom:5rem;
1820
+ }
1821
+
1822
+ #search-results ul.search{
1823
+ list-style-type:none;
1824
+ margin-top:3rem;
1825
+ padding:0;
1826
+ }
1827
+
1828
+ #search-results ul.search > li:not(:last-child){
1829
+ padding-bottom:3rem;
1830
+ border-bottom:solid 1px #e6e6e6;
1831
+ margin-bottom:3rem;
1832
+ }
1833
+ .headerlink{
1834
+ visibility:hidden;
1835
+ padding-left:.5rem;
1836
+ opacity:.3;
1837
+ }
1838
+
1839
+ .headerlink:hover{
1840
+ opacity:.6;
1841
+ }
1842
+
1843
+ caption:hover > a.headerlink,
1844
+ .code-block-caption:hover > a.headerlink,
1845
+ dt:hover > a.headerlink,
1846
+ h1:hover > a.headerlink,
1847
+ #search-results h2:hover > a.headerlink,
1848
+ #search-results .document > .section .toctree-wrapper .caption:hover > a.headerlink,
1849
+ .document > .section .toctree-wrapper #search-results .caption:hover > a.headerlink,
1850
+ h2:hover > a.headerlink,
1851
+ .document > .section .toctree-wrapper .caption:hover > a.headerlink,
1852
+ h3:hover > a.headerlink,
1853
+ #search-results ul.search > li > a:hover > a.headerlink,
1854
+ h4:hover > a.headerlink,
1855
+ h5:hover > a.headerlink,
1856
+ h6:hover > a.headerlink,
1857
+ .caption:hover > a.headerlink,
1858
+ .caption-text:hover > a.headerlink{
1859
+ visibility:visible;
1860
+ }
1861
+
1862
+ .footnote-reference,
1863
+ .citation-reference{
1864
+ font-size:90%;
1865
+ position:relative;
1866
+ top:-.6rem;
1867
+ }
1868
+
1869
+ .rubric{
1870
+ margin-bottom:1.25rem;
1871
+ font-weight:bold;
1872
+ }
1873
+
1874
+ img{
1875
+ min-height:1px;
1876
+ max-width:100%;
1877
+ height:auto;
1878
+ }
1879
+
1880
+ .align-left{
1881
+ float:left;
1882
+ margin-right:2.5rem;
1883
+ margin-bottom:2.5rem;
1884
+ }
1885
+
1886
+ .align-center{
1887
+ margin:auto;
1888
+ display:block;
1889
+ }
1890
+
1891
+ .align-center.figure{
1892
+ text-align:center;
1893
+ }
1894
+
1895
+ .align-right{
1896
+ float:right;
1897
+ margin-left:2.5rem;
1898
+ margin-bottom:2.5rem;
1899
+ }
1900
+ .sidebar{
1901
+ border:1px solid #e6e6e6;
1902
+ margin:0 0 2.5rem 2.5rem;
1903
+ padding:2.5rem;
1904
+ background-color:#f0f0f0;
1905
+ width:40%;
1906
+ float:right;
1907
+ }
1908
+
1909
+ .sidebar-title{
1910
+ background:#f5f6f7;
1911
+ font-weight:bold;
1912
+ margin-top:-2.5rem;
1913
+ margin-right:-2.5rem;
1914
+ margin-bottom:2.5rem;
1915
+ margin-left:-2.5rem;
1916
+ padding:.5rem 1rem;
1917
+ }
1918
+ table.docutils.footnote{
1919
+ color:#aaaaaa;
1920
+ width:auto;
1921
+ }
1922
+
1923
+ table.docutils.footnote td{
1924
+ border:0;
1925
+ padding-left:0;
1926
+ padding-right:2rem;
1927
+ }
1928
+
1929
+ table.docutils.footnote td:not(.label){
1930
+ width:100%;
1931
+ }
1932
+
1933
+ table.docutils.footnote td em + p{
1934
+ display:inline-block;
1935
+ }
1936
+
1937
+ table.docutils.footnote td p.last{
1938
+ margin-bottom:0;
1939
+ }
1940
+ .figure p.caption{
1941
+ font-style:italic;
1942
+ }
1943
+ ol.arabic{
1944
+ list-style-type:decimal;
1945
+ }
1946
+
1947
+ ol.loweralpha{
1948
+ list-style-type:lower-alpha;
1949
+ }
1950
+
1951
+ ol.upperalpha{
1952
+ list-style-type:upper-alpha;
1953
+ }
1954
+
1955
+ ol.lowerroman{
1956
+ list-style-type:lower-roman;
1957
+ }
1958
+
1959
+ ol.upperroman{
1960
+ list-style-type:upper-roman;
1961
+ }
1962
+
1963
+ li p,
1964
+ dd p{
1965
+ margin-bottom:1.25rem;
1966
+ }
1967
+
1968
+ li p:last-child,
1969
+ dd p:last-child{
1970
+ margin-bottom:0;
1971
+ }
1972
+
1973
+ .line-block{
1974
+ margin-bottom:2.5rem;
1975
+ margin-left:2.5rem;
1976
+ }
1977
+
1978
+ .line-block .line-block{
1979
+ margin-bottom:0;
1980
+ margin-left:2rem;
1981
+ }
1982
+
1983
+ blockquote .attribution{
1984
+ margin-bottom:0;
1985
+ }
1986
+
1987
+ .guilabel{
1988
+ border:1px solid #33c3f0;
1989
+ background:#c2edfa;
1990
+ font-size:80%;
1991
+ font-weight:700;
1992
+ border-radius:0.25rem;
1993
+ padding:.15rem .5rem;
1994
+ margin:auto .2rem;
1995
+ }
1996
+ div[class^='highlight-']{
1997
+ background:#e7eaeb;
1998
+ margin-bottom:2.5rem;
1999
+ overflow-x:auto;
2000
+ }
2001
+
2002
+ div[class^='highlight-'] pre{
2003
+ margin-bottom:0;
2004
+ }
2005
+
2006
+ td.linenos pre{
2007
+ margin:0;
2008
+ border:0;
2009
+ border-radius:0;
2010
+ border-right:1px solid #e6e6e6;
2011
+ }
2012
+
2013
+ td.code{
2014
+ width:100%;
2015
+ }
2016
+
2017
+ td.code pre{
2018
+ margin:0;
2019
+ border:0;
2020
+ border-radius:0;
2021
+ }
2022
+
2023
+ table.highlighttable{
2024
+ font-size:100%;
2025
+ border:1px solid #e6e6e6;
2026
+ border-radius:0.25rem;
2027
+ margin-bottom:0;
2028
+ }
2029
+
2030
+ table.highlighttable td{
2031
+ padding:0;
2032
+ }
2033
+
2034
+ tt.literal,
2035
+ code.literal{
2036
+ background:white;
2037
+ color:#ff4136;
2038
+ font-size:90%;
2039
+ }
2040
+
2041
+ tt.xref,
2042
+ a tt,
2043
+ code.xref,
2044
+ a code{
2045
+ color:#111111;
2046
+ }
2047
+
2048
+ tt.download,
2049
+ code.download{
2050
+ background:inherit;
2051
+ padding:inherit;
2052
+ font-weight:normal;
2053
+ font-family:inherit;
2054
+ font-size:inherit;
2055
+ color:inherit;
2056
+ border:inherit;
2057
+ white-space:inherit;
2058
+ }
2059
+
2060
+ tt.download::before,
2061
+ code.download::before{
2062
+ font-family:fontello;
2063
+ content:"\e802";
2064
+ padding-right:.5rem;
2065
+ }
2066
+ dl:not(.docutils) dt{
2067
+ margin:.6rem 0;
2068
+ font-size:90%;
2069
+ line-height:normal;
2070
+ background:rgba(51, 195, 240, 0.1);
2071
+ color:rgba(51, 195, 240, 0.9);
2072
+ border-top:solid 3px #33c3f0;
2073
+ padding:.6rem;
2074
+ }
2075
+
2076
+ dl:not(.docutils) dl dt{
2077
+ border:none;
2078
+ border-left:solid 3px #e6e6e6;
2079
+ background:#f0f0f0;
2080
+ color:#5f5f5f;
2081
+ }
2082
+
2083
+ dl:not(.docutils) tt.descname,
2084
+ dl:not(.docutils) tt.descclassname,
2085
+ dl:not(.docutils) code.descname,
2086
+ dl:not(.docutils) code.descclassname{
2087
+ background-color:transparent;
2088
+ border:none;
2089
+ padding:0;
2090
+ font-size:100%;
2091
+ }
2092
+
2093
+ dl:not(.docutils) tt.descname,
2094
+ dl:not(.docutils) code.descname{
2095
+ font-weight:bold;
2096
+ }
2097
+
2098
+ dl:not(.docutils).data dt{
2099
+ display:inline-block;
2100
+ }
2101
+ .align-top{
2102
+ vertical-align:top;
2103
+ }
2104
+
2105
+ .align-bottom{
2106
+ vertical-align:bottom;
2107
+ }
2108
+
2109
+ .align-middle{
2110
+ vertical-align:middle;
2111
+ }
2112
+
2113
+ .align-baseline{
2114
+ vertical-align:baseline;
2115
+ }
2116
+
2117
+ .clearfix::after{
2118
+ display:block;
2119
+ clear:both;
2120
+ content:"";
2121
+ }
2122
+
2123
+ .b-white{
2124
+ background-color:white;
2125
+ }
2126
+
2127
+ .c-white{
2128
+ color:white;
2129
+ }
2130
+
2131
+ .b-black{
2132
+ background-color:#111111;
2133
+ }
2134
+
2135
+ .c-black{
2136
+ color:#111111;
2137
+ }
2138
+
2139
+ .b-primary{
2140
+ background-color:#33c3f0;
2141
+ }
2142
+
2143
+ .c-primary{
2144
+ color:#33c3f0;
2145
+ }
2146
+
2147
+ .b-secondary{
2148
+ background-color:#f0f0f0;
2149
+ }
2150
+
2151
+ .c-secondary{
2152
+ color:#f0f0f0;
2153
+ }
2154
+
2155
+ .b-aqua{
2156
+ background-color:#7fdbff;
2157
+ }
2158
+
2159
+ .c-aqua{
2160
+ color:#7fdbff;
2161
+ }
2162
+
2163
+ .b-blue{
2164
+ background-color:#0074d9;
2165
+ }
2166
+
2167
+ .c-blue{
2168
+ color:#0074d9;
2169
+ }
2170
+
2171
+ .b-navy{
2172
+ background-color:#001f3f;
2173
+ }
2174
+
2175
+ .c-navy{
2176
+ color:#001f3f;
2177
+ }
2178
+
2179
+ .b-teal{
2180
+ background-color:#39cccc;
2181
+ }
2182
+
2183
+ .c-teal{
2184
+ color:#39cccc;
2185
+ }
2186
+
2187
+ .b-green{
2188
+ background-color:#2ecc40;
2189
+ }
2190
+
2191
+ .c-green{
2192
+ color:#2ecc40;
2193
+ }
2194
+
2195
+ .b-olive{
2196
+ background-color:#3d9970;
2197
+ }
2198
+
2199
+ .c-olive{
2200
+ color:#3d9970;
2201
+ }
2202
+
2203
+ .b-lime{
2204
+ background-color:#01ff70;
2205
+ }
2206
+
2207
+ .c-lime{
2208
+ color:#01ff70;
2209
+ }
2210
+
2211
+ .b-yellow{
2212
+ background-color:#ffdc00;
2213
+ }
2214
+
2215
+ .c-yellow{
2216
+ color:#ffdc00;
2217
+ }
2218
+
2219
+ .b-orange{
2220
+ background-color:#ff851b;
2221
+ }
2222
+
2223
+ .c-orange{
2224
+ color:#ff851b;
2225
+ }
2226
+
2227
+ .b-red{
2228
+ background-color:#ff4136;
2229
+ }
2230
+
2231
+ .c-red{
2232
+ color:#ff4136;
2233
+ }
2234
+
2235
+ .b-fuchsia{
2236
+ background-color:#f012be;
2237
+ }
2238
+
2239
+ .c-fuchsia{
2240
+ color:#f012be;
2241
+ }
2242
+
2243
+ .b-purple{
2244
+ background-color:#b10dc9;
2245
+ }
2246
+
2247
+ .c-purple{
2248
+ color:#b10dc9;
2249
+ }
2250
+
2251
+ .b-maroon{
2252
+ background-color:#85144b;
2253
+ }
2254
+
2255
+ .c-maroon{
2256
+ color:#85144b;
2257
+ }
2258
+
2259
+ .b-silver{
2260
+ background-color:#dddddd;
2261
+ }
2262
+
2263
+ .c-silver{
2264
+ color:#dddddd;
2265
+ }
2266
+
2267
+ .b-gray{
2268
+ background-color:#aaaaaa;
2269
+ }
2270
+
2271
+ .c-gray{
2272
+ color:#aaaaaa;
2273
+ }
2274
+
2275
+ .b-facebook{
2276
+ background-color:#3b5999;
2277
+ }
2278
+
2279
+ .c-facebook{
2280
+ color:#3b5999;
2281
+ }
2282
+
2283
+ .b-twitter{
2284
+ background-color:#55acee;
2285
+ }
2286
+
2287
+ .c-twitter{
2288
+ color:#55acee;
2289
+ }
2290
+
2291
+ .b-linkedin{
2292
+ background-color:#0077b5;
2293
+ }
2294
+
2295
+ .c-linkedin{
2296
+ color:#0077b5;
2297
+ }
2298
+
2299
+ .b-googleplus{
2300
+ background-color:#dd4b39;
2301
+ }
2302
+
2303
+ .c-googleplus{
2304
+ color:#dd4b39;
2305
+ }
2306
+
2307
+ .b-instagram{
2308
+ background-color:#e4405f;
2309
+ }
2310
+
2311
+ .c-instagram{
2312
+ color:#e4405f;
2313
+ }
2314
+
2315
+ .b-pinterest{
2316
+ background-color:#bd081c;
2317
+ }
2318
+
2319
+ .c-pinterest{
2320
+ color:#bd081c;
2321
+ }
2322
+
2323
+ .b-cinder{
2324
+ background-color:#24292e;
2325
+ }
2326
+
2327
+ .c-cinder{
2328
+ color:#24292e;
2329
+ }
2330
+
2331
+ .b-whitesmoke{
2332
+ background-color:#f5f6f7;
2333
+ }
2334
+
2335
+ .c-whitesmoke{
2336
+ color:#f5f6f7;
2337
+ }
2338
+
2339
+ .b-solitude{
2340
+ background-color:#fafbfc;
2341
+ }
2342
+
2343
+ .c-solitude{
2344
+ color:#fafbfc;
2345
+ }
2346
+
2347
+ .disabled{
2348
+ cursor:not-allowed;
2349
+ }
2350
+
2351
+ .move{
2352
+ cursor:move;
2353
+ }
2354
+
2355
+ .pointer{
2356
+ cursor:pointer;
2357
+ }
2358
+
2359
+ .d-block{
2360
+ display:block;
2361
+ }
2362
+
2363
+ .d-hidden{
2364
+ display:none !important;
2365
+ }
2366
+
2367
+ .d-flex{
2368
+ display:-ms-flexbox;
2369
+ display:flex;
2370
+ }
2371
+
2372
+ .d-grid{
2373
+ display:grid;
2374
+ }
2375
+
2376
+ .d-inline{
2377
+ display:inline;
2378
+ }
2379
+
2380
+ .d-inline-block{
2381
+ display:inline-block;
2382
+ }
2383
+
2384
+ .d-inline-flex{
2385
+ display:-ms-inline-flexbox;
2386
+ display:inline-flex;
2387
+ }
2388
+
2389
+ .d-table{
2390
+ display:table;
2391
+ }
2392
+
2393
+ .d-table-cell{
2394
+ display:table-cell;
2395
+ }
2396
+
2397
+ .flex-row{
2398
+ -ms-flex-direction:row;
2399
+ flex-direction:row;
2400
+ }
2401
+
2402
+ .flex-column{
2403
+ -ms-flex-direction:column;
2404
+ flex-direction:column;
2405
+ }
2406
+
2407
+ .flex-row-reverse{
2408
+ -ms-flex-direction:row-reverse;
2409
+ flex-direction:row-reverse;
2410
+ }
2411
+
2412
+ .flex-column-reverse{
2413
+ -ms-flex-direction:column-reverse;
2414
+ flex-direction:column-reverse;
2415
+ }
2416
+
2417
+ .justify-content-start{
2418
+ -ms-flex-pack:start;
2419
+ justify-content:flex-start;
2420
+ }
2421
+
2422
+ .justify-content-end{
2423
+ -ms-flex-pack:end;
2424
+ justify-content:flex-end;
2425
+ }
2426
+
2427
+ .justify-content-center{
2428
+ -ms-flex-pack:center;
2429
+ justify-content:center;
2430
+ }
2431
+
2432
+ .justify-content-between{
2433
+ -ms-flex-pack:justify;
2434
+ justify-content:space-between;
2435
+ }
2436
+
2437
+ .justify-content-around{
2438
+ -ms-flex-pack:distribute;
2439
+ justify-content:space-around;
2440
+ }
2441
+
2442
+ .align-items-start{
2443
+ -ms-flex-align:start;
2444
+ align-items:flex-start;
2445
+ }
2446
+
2447
+ .align-items-end{
2448
+ -ms-flex-align:end;
2449
+ align-items:flex-end;
2450
+ }
2451
+
2452
+ .align-items-center{
2453
+ -ms-flex-align:center;
2454
+ align-items:center;
2455
+ }
2456
+
2457
+ .align-items-baseline{
2458
+ -ms-flex-align:baseline;
2459
+ align-items:baseline;
2460
+ }
2461
+
2462
+ .align-items-stretch{
2463
+ -ms-flex-align:stretch;
2464
+ align-items:stretch;
2465
+ }
2466
+
2467
+ .flex-nowrap{
2468
+ -ms-flex-wrap:nowrap;
2469
+ flex-wrap:nowrap;
2470
+ }
2471
+
2472
+ .flex-wrap{
2473
+ -ms-flex-wrap:wrap;
2474
+ flex-wrap:wrap;
2475
+ }
2476
+
2477
+ .flex-wrap-reverse{
2478
+ -ms-flex-wrap:wrap-reverse;
2479
+ flex-wrap:wrap-reverse;
2480
+ }
2481
+
2482
+ .align-self-start{
2483
+ -ms-flex-item-align:start;
2484
+ align-self:flex-start;
2485
+ }
2486
+
2487
+ .align-self-end{
2488
+ -ms-flex-item-align:end;
2489
+ align-self:flex-end;
2490
+ }
2491
+
2492
+ .align-self-center{
2493
+ -ms-flex-item-align:center;
2494
+ align-self:center;
2495
+ }
2496
+
2497
+ .align-self-baseline{
2498
+ -ms-flex-item-align:baseline;
2499
+ align-self:baseline;
2500
+ }
2501
+
2502
+ .align-self-stretch{
2503
+ -ms-flex-item-align:stretch;
2504
+ align-self:stretch;
2505
+ }
2506
+
2507
+ .pull-left{
2508
+ float:left !important;
2509
+ }
2510
+
2511
+ .pull-right{
2512
+ float:right !important;
2513
+ }
2514
+
2515
+ .img-fluid{
2516
+ display:block;
2517
+ width:100%;
2518
+ max-width:100%;
2519
+ height:auto;
2520
+ min-height:1px;
2521
+ }
2522
+
2523
+ .list-style-none{
2524
+ list-style:none !important;
2525
+ }
2526
+
2527
+ .list-style-reset{
2528
+ padding:0;
2529
+ margin:0;
2530
+ list-style:none !important;
2531
+ }
2532
+
2533
+ .scroll-x{
2534
+ overflow-x:auto;
2535
+ }
2536
+
2537
+ .noscroll{
2538
+ overflow:hidden;
2539
+ }
2540
+
2541
+ .fixed{
2542
+ position:fixed;
2543
+ }
2544
+
2545
+ .relative{
2546
+ position:relative;
2547
+ }
2548
+
2549
+ .absolute{
2550
+ position:absolute;
2551
+ }
2552
+
2553
+ @media print{
2554
+ .no-print,
2555
+ .no-print *{
2556
+ display:none !important;
2557
+ }
2558
+ }
2559
+
2560
+ .full-height{
2561
+ height:100%;
2562
+ }
2563
+
2564
+ .full-visual-height{
2565
+ height:100vh;
2566
+ }
2567
+
2568
+ .full-width{
2569
+ box-sizing:border-box;
2570
+ width:100%;
2571
+ }
2572
+
2573
+ .max-full-width{
2574
+ box-sizing:border-box;
2575
+ max-width:100%;
2576
+ }
2577
+
2578
+ .margin-zero{
2579
+ margin:0;
2580
+ }
2581
+
2582
+ .m-auto{
2583
+ margin:auto;
2584
+ }
2585
+
2586
+ .mt-auto{
2587
+ margin-top:auto;
2588
+ }
2589
+
2590
+ .mr-auto{
2591
+ margin-right:auto;
2592
+ }
2593
+
2594
+ .mb-auto{
2595
+ margin-bottom:auto;
2596
+ }
2597
+
2598
+ .ml-auto{
2599
+ margin-left:auto;
2600
+ }
2601
+
2602
+ .push-auto{
2603
+ margin-right:auto;
2604
+ margin-left:auto;
2605
+ }
2606
+
2607
+ .text-left{
2608
+ text-align:left;
2609
+ }
2610
+
2611
+ .text-right{
2612
+ text-align:right;
2613
+ }
2614
+
2615
+ .text-center{
2616
+ text-align:center;
2617
+ }
2618
+
2619
+ .text-just{
2620
+ text-align:justify;
2621
+ }
2622
+
2623
+ .strong{
2624
+ font-weight:700;
2625
+ }
2626
+
2627
+ .lead{
2628
+ font-weight:300;
2629
+ }
2630
+
2631
+ .muted{
2632
+ opacity:.7;
2633
+ }
2634
+
2635
+ .nowrap{
2636
+ white-space:nowrap;
2637
+ }
2638
+
2639
+ .small{
2640
+ font-size:80%;
2641
+ }
2642
+
2643
+ .uppercase{
2644
+ text-transform:uppercase;
2645
+ }
2646
+
2647
+ .text-shadow{
2648
+ text-shadow:0 2px 4px rgba(0, 0, 0, 0.5);
2649
+ }
2650
+
2651
+ .flip-x{
2652
+ -webkit-transform:scale(-1, 1);
2653
+ transform:scale(-1, 1);
2654
+ }
2655
+
2656
+ .flip-y{
2657
+ -webkit-transform:scale(1, -1);
2658
+ transform:scale(1, -1);
2659
+ }
2660
+
2661
+ .flip-both{
2662
+ -webkit-transform:scale(-1, -1);
2663
+ transform:scale(-1, -1);
2664
+ }
2665
+
2666
+ .hidden-xs-up{
2667
+ display:none !important;
2668
+ }
2669
+
2670
+ @media (max-width: 575px){
2671
+ .hidden-xs-down{
2672
+ display:none !important;
2673
+ }
2674
+ }
2675
+
2676
+ @media (min-width: null) and (max-width: 575px){
2677
+ .hidden-xs{
2678
+ display:none !important;
2679
+ }
2680
+ }
2681
+
2682
+ @media (min-width: 576px){
2683
+ .hidden-sm-up{
2684
+ display:none !important;
2685
+ }
2686
+ }
2687
+
2688
+ @media (max-width: 767px){
2689
+ .hidden-sm-down{
2690
+ display:none !important;
2691
+ }
2692
+ }
2693
+
2694
+ @media (min-width: 576px) and (max-width: 767px){
2695
+ .hidden-sm{
2696
+ display:none !important;
2697
+ }
2698
+ }
2699
+
2700
+ @media (min-width: 768px){
2701
+ .hidden-md-up{
2702
+ display:none !important;
2703
+ }
2704
+ }
2705
+
2706
+ @media (max-width: 991px){
2707
+ .hidden-md-down{
2708
+ display:none !important;
2709
+ }
2710
+ }
2711
+
2712
+ @media (min-width: 768px) and (max-width: 991px){
2713
+ .hidden-md{
2714
+ display:none !important;
2715
+ }
2716
+ }
2717
+
2718
+ @media (min-width: 992px){
2719
+ .hidden-lg-up{
2720
+ display:none !important;
2721
+ }
2722
+ }
2723
+
2724
+ @media (max-width: 1199px){
2725
+ .hidden-lg-down{
2726
+ display:none !important;
2727
+ }
2728
+ }
2729
+
2730
+ @media (min-width: 992px) and (max-width: 1199px){
2731
+ .hidden-lg{
2732
+ display:none !important;
2733
+ }
2734
+ }
2735
+
2736
+ @media (min-width: 1200px){
2737
+ .hidden-xl-up{
2738
+ display:none !important;
2739
+ }
2740
+ }
2741
+
2742
+ .hidden-xl-down{
2743
+ display:none !important;
2744
+ }
2745
+
2746
+ @media (min-width: 1200px) and (max-width: null){
2747
+ .hidden-xl{
2748
+ display:none !important;
2749
+ }
2750
+ }
2751
+ /*# sourceMappingURL=theme.css.map */