@esfaenza/core 19.2.246 → 20.3.5

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 (114) hide show
  1. package/components/index.d.ts +660 -5
  2. package/directives/index.d.ts +80 -5
  3. package/domain/index.d.ts +304 -5
  4. package/fesm2022/esfaenza-core-components.mjs +101 -101
  5. package/fesm2022/esfaenza-core-components.mjs.map +1 -1
  6. package/fesm2022/esfaenza-core-directives.mjs +22 -22
  7. package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
  8. package/fesm2022/esfaenza-core-modules.mjs +12 -12
  9. package/fesm2022/esfaenza-core-pipes.mjs +19 -19
  10. package/fesm2022/esfaenza-core-services.mjs +45 -45
  11. package/fesm2022/esfaenza-core-services.mjs.map +1 -1
  12. package/fesm2022/esfaenza-core.mjs +13 -16
  13. package/fesm2022/esfaenza-core.mjs.map +1 -1
  14. package/helpers/index.d.ts +14 -5
  15. package/index.d.ts +103 -5
  16. package/modules/index.d.ts +57 -5
  17. package/package.json +105 -96
  18. package/pipes/index.d.ts +50 -5
  19. package/services/index.d.ts +254 -5
  20. package/components/back-top/back-top.component.d.ts +0 -12
  21. package/components/base/base.component.d.ts +0 -25
  22. package/components/base/embedding.component.d.ts +0 -18
  23. package/components/base/reactive.component.d.ts +0 -9
  24. package/components/breadcrumb/breadcrumb.component.d.ts +0 -26
  25. package/components/components.module.d.ts +0 -32
  26. package/components/entity-feeds-widget/entity-feeds-widget.component.d.ts +0 -65
  27. package/components/error/errorpage.component.d.ts +0 -37
  28. package/components/es-image-cropper/es-image-cropper.component.d.ts +0 -25
  29. package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +0 -12
  30. package/components/es-modal/es-modal.component.d.ts +0 -18
  31. package/components/external-page/external_pages.component.d.ts +0 -13
  32. package/components/jace-login/jace-login.component.d.ts +0 -8
  33. package/components/jace-resource/jace-resource.component.d.ts +0 -25
  34. package/components/labeled-span/labeled-span.component.d.ts +0 -11
  35. package/components/navbar/navbar.component.d.ts +0 -55
  36. package/components/navbar/navbar.component.loc.d.ts +0 -8
  37. package/components/page/pages.component.d.ts +0 -23
  38. package/components/public-api.d.ts +0 -25
  39. package/components/redirecter/redirecter.component.d.ts +0 -23
  40. package/components/search/base-search.d.ts +0 -38
  41. package/components/selector/base/base-selector.component.d.ts +0 -98
  42. package/components/selector/base/models/BaseSelectorInitialization.d.ts +0 -9
  43. package/components/selector/form-selector/form-selector.component.d.ts +0 -27
  44. package/components/selector/form-selector-dialog/form-selector-dialog.component.d.ts +0 -21
  45. package/components/sidebar/sidebar.component.d.ts +0 -64
  46. package/components/sidebar/sidebar.component.loc.d.ts +0 -8
  47. package/components/user_infos/user_infos.component.d.ts +0 -54
  48. package/components/user_infos/user_infos.component.loc.d.ts +0 -8
  49. package/directives/componentHost/componentHost.directive.d.ts +0 -12
  50. package/directives/directives.module.d.ts +0 -12
  51. package/directives/draggable/draggable.directive.d.ts +0 -13
  52. package/directives/es-modal/es-modal.directive.d.ts +0 -15
  53. package/directives/es-routerLink/es-routerLink.directive.d.ts +0 -14
  54. package/directives/public-api.d.ts +0 -7
  55. package/directives/slim-scroll/slim-scroll.directive.d.ts +0 -15
  56. package/directives/widget/widget.directive.d.ts +0 -9
  57. package/domain/models/core/ApplicationJob.d.ts +0 -12
  58. package/domain/models/core/ApplicationMenu.d.ts +0 -16
  59. package/domain/models/core/ApplicationRoutes.d.ts +0 -2
  60. package/domain/models/core/EnvOptions.d.ts +0 -15
  61. package/domain/models/core/GenericItem.d.ts +0 -10
  62. package/domain/models/core/KeyValue.d.ts +0 -5
  63. package/domain/models/feeds/CreateUpdateFeedDto.d.ts +0 -11
  64. package/domain/models/feeds/EntityFeedsWidgetConfiguration.d.ts +0 -14
  65. package/domain/models/feeds/Feed.d.ts +0 -24
  66. package/domain/models/global_search/SaerchResultContainer.d.ts +0 -5
  67. package/domain/models/global_search/SearchResult.d.ts +0 -10
  68. package/domain/models/jace/AccountScope.d.ts +0 -9
  69. package/domain/models/jace/ActiveModuleView.d.ts +0 -11
  70. package/domain/models/jace/CategoriesWithModules.d.ts +0 -6
  71. package/domain/models/jace/JaceAccount.d.ts +0 -17
  72. package/domain/models/jace/JaceIdentity.d.ts +0 -17
  73. package/domain/models/jace/JaceModule.d.ts +0 -8
  74. package/domain/models/jace/JacePermission.d.ts +0 -10
  75. package/domain/models/jace/JaceRole.d.ts +0 -13
  76. package/domain/models/jace/JaceUser.d.ts +0 -9
  77. package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +0 -5
  78. package/domain/models/user/UpdatePasswordDto.d.ts +0 -9
  79. package/domain/models/user/UpdateProfilePictureDto.d.ts +0 -4
  80. package/domain/models/user/UserAccount.d.ts +0 -23
  81. package/domain/public-api.d.ts +0 -25
  82. package/domain/tokens.d.ts +0 -22
  83. package/helpers/classes/ResizeListener.d.ts +0 -12
  84. package/helpers/public-api.d.ts +0 -1
  85. package/lib/app.component.d.ts +0 -12
  86. package/lib/core.module.d.ts +0 -94
  87. package/modules/classes/_base.module.d.ts +0 -4
  88. package/modules/classes/_embedding.module.d.ts +0 -11
  89. package/modules/classes/_shared.module.d.ts +0 -29
  90. package/modules/classes/t_c.module.d.ts +0 -13
  91. package/modules/public-api.d.ts +0 -4
  92. package/pipes/classes/included_in.pipe.d.ts +0 -7
  93. package/pipes/classes/safe_html.pipe.d.ts +0 -10
  94. package/pipes/classes/safe_script.pipe.d.ts +0 -10
  95. package/pipes/classes/safe_style.pipe.d.ts +0 -10
  96. package/pipes/classes/safe_url.pipe.d.ts +0 -10
  97. package/pipes/pipes.module.d.ts +0 -11
  98. package/pipes/public-api.d.ts +0 -6
  99. package/public-api.d.ts +0 -2
  100. package/services/classes/app.accesstoken.d.ts +0 -17
  101. package/services/classes/app.completedjobredirection.d.ts +0 -12
  102. package/services/classes/app.errorhandler.d.ts +0 -12
  103. package/services/classes/app.event.d.ts +0 -10
  104. package/services/classes/app.globalsearch.d.ts +0 -25
  105. package/services/classes/app.httpextensions.d.ts +0 -34
  106. package/services/classes/app.httpextensions.loc.d.ts +0 -8
  107. package/services/classes/app.menufilter.d.ts +0 -14
  108. package/services/classes/app.routeguard.d.ts +0 -10
  109. package/services/classes/app.session.d.ts +0 -14
  110. package/services/classes/app.state.d.ts +0 -62
  111. package/services/classes/preferences/app.cache.persistor.d.ts +0 -25
  112. package/services/classes/preferences/app.preference.persistor.d.ts +0 -25
  113. package/services/classes/preferences/user/app.userpreferences.base.d.ts +0 -25
  114. package/services/public-api.d.ts +0 -13
@@ -13,8 +13,6 @@ import { ServiceWorkerModule } from '@angular/service-worker';
13
13
  import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
14
14
  import '@angular/common/locales/global/it';
15
15
  import { CookieService } from 'ngx-cookie-service';
16
- import * as i17 from 'ngx-toastr';
17
- import { ToastrModule } from 'ngx-toastr';
18
16
  import 'widgster/widgster.js';
19
17
  import * as i11 from '@esfaenza/preferences';
20
18
  import { PreferencesModule, PREF_DEBUG_MODE, LocalStoragePreferencesPersistor, PreferencesPersistor, LocalStorageCachePersistor, CachePersistor } from '@esfaenza/preferences';
@@ -32,9 +30,9 @@ import * as i12 from '@esfaenza/es-charts';
32
30
  import { EsChartsModule, ESC_DEBUG_MODE, BaseAdapter } from '@esfaenza/es-charts';
33
31
  import * as i3 from '@esfaenza/extensions';
34
32
  import { ExtensionsModule, EXT_DEBUG_MODE } from '@esfaenza/extensions';
35
- import * as i19 from '@esfaenza/ngx-contextmenu';
33
+ import * as i18 from '@esfaenza/ngx-contextmenu';
36
34
  import { ContextMenuModule } from '@esfaenza/ngx-contextmenu';
37
- import * as i20 from '@esfaenza/ngx-dragula';
35
+ import * as i19 from '@esfaenza/ngx-dragula';
38
36
  import { DragulaModule } from '@esfaenza/ngx-dragula';
39
37
  import * as i6 from '@esfaenza/es-table';
40
38
  import { EsTableModule, EST_EXPORT_GLOBAL_ACL } from '@esfaenza/es-table';
@@ -45,7 +43,7 @@ import { take, catchError, tap, switchMap } from 'rxjs/operators';
45
43
  import { of, forkJoin } from 'rxjs';
46
44
  import * as i15 from 'ngx-bootstrap/progressbar';
47
45
  import { ProgressbarModule } from 'ngx-bootstrap/progressbar';
48
- import * as i18 from 'ngx-bootstrap/timepicker';
46
+ import * as i17 from 'ngx-bootstrap/timepicker';
49
47
  import { TimepickerModule } from 'ngx-bootstrap/timepicker';
50
48
  import * as i16 from 'ngx-bootstrap/dropdown';
51
49
  import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
@@ -53,7 +51,7 @@ import * as i13 from 'ngx-bootstrap/tooltip';
53
51
  import { TooltipModule as TooltipModule$1 } from 'ngx-bootstrap/tooltip';
54
52
  import * as i14 from 'ngx-bootstrap/modal';
55
53
  import { ModalModule } from 'ngx-bootstrap/modal';
56
- import * as i21 from 'ngx-markdown';
54
+ import * as i20 from 'ngx-markdown';
57
55
  import { MarkdownModule } from 'ngx-markdown';
58
56
  import { TooltipModule } from 'primeng/tooltip';
59
57
  import * as i2$1 from 'primeng/config';
@@ -100,12 +98,12 @@ class AppComponent {
100
98
  this.router.navigate(["login", { fromUrl: this.router.url }]);
101
99
  }
102
100
  }
103
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Component }); }
104
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: AppComponent, isStandalone: false, selector: "app-root", ngImport: i0, template: "@if(_state.christmasTime() && _state.graphicEffects()){\r\n @for(i of snows; track i){\r\n <div class=\"snow\"></div>\r\n }\r\n}\r\n\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{margin-top:20px;padding-left:0!important}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.8454;transform:translate(84.415vw,-10px) scale(.17);animation:fall-1 11s -28s linear infinite}@keyframes fall-1{32.82%{transform:translate(88.0647vw,32.82vh) scale(.17)}to{transform:translate(86.23985vw,99vh) scale(.17)}}.snow:nth-child(2){opacity:1.0014;transform:translate(15.0687vw,-10px) scale(.814);animation:fall-2 30s -16s linear infinite}@keyframes fall-2{56.102%{transform:translate(18.3099vw,56.102vh) scale(.814)}to{transform:translate(16.6893vw,99vh) scale(.814)}}.snow:nth-child(3){opacity:1.7284;transform:translate(71.3266vw,-10px) scale(.986);animation:fall-3 11s -12s linear infinite}@keyframes fall-3{50.603%{transform:translate(64.2148vw,50.603vh) scale(.986)}to{transform:translate(67.7707vw,99vh) scale(.986)}}.snow:nth-child(4){opacity:1.6402;transform:translate(58.3661vw,-10px) scale(.1253);animation:fall-4 27s -21s linear infinite}@keyframes fall-4{36.024%{transform:translate(55.1997vw,36.024vh) scale(.1253)}to{transform:translate(56.7829vw,99vh) scale(.1253)}}.snow:nth-child(5){opacity:.9462;transform:translate(43.2787vw,-10px) scale(.82);animation:fall-5 26s -6s linear infinite}@keyframes fall-5{59.325%{transform:translate(42.3352vw,59.325vh) scale(.82)}to{transform:translate(42.80695vw,99vh) scale(.82)}}.snow:nth-child(6){opacity:1.095;transform:translate(18.0381vw,-10px) scale(.2422);animation:fall-6 27s -4s linear infinite}@keyframes fall-6{50.536%{transform:translate(12.2945vw,50.536vh) scale(.2422)}to{transform:translate(15.1663vw,99vh) scale(.2422)}}.snow:nth-child(7){opacity:1.7096;transform:translate(96.6685vw,-10px) scale(.884);animation:fall-7 13s -18s linear infinite}@keyframes fall-7{33.13%{transform:translate(91.0296vw,33.13vh) scale(.884)}to{transform:translate(93.84905vw,99vh) scale(.884)}}.snow:nth-child(8){opacity:1.4106;transform:translate(74.063vw,-10px) scale(.5258);animation:fall-8 13s -20s linear infinite}@keyframes fall-8{44.199%{transform:translate(79.2113vw,44.199vh) scale(.5258)}to{transform:translate(76.63715vw,99vh) scale(.5258)}}.snow:nth-child(9){opacity:.7552;transform:translate(95.6765vw,-10px) scale(.68);animation:fall-9 13s -10s linear infinite}@keyframes fall-9{61.045%{transform:translate(91.6679vw,61.045vh) scale(.68)}to{transform:translate(93.6722vw,99vh) scale(.68)}}.snow:nth-child(10){opacity:.8182;transform:translate(23.5184vw,-10px) scale(.1535);animation:fall-10 25s -3s linear infinite}@keyframes fall-10{48.209%{transform:translate(32.2857vw,48.209vh) scale(.1535)}to{transform:translate(27.90205vw,99vh) scale(.1535)}}.snow:nth-child(11){opacity:.5986;transform:translate(36.7601vw,-10px) scale(.4319);animation:fall-11 14s -9s linear infinite}@keyframes fall-11{63.773%{transform:translate(30.0858vw,63.773vh) scale(.4319)}to{transform:translate(33.42295vw,99vh) scale(.4319)}}.snow:nth-child(12){opacity:1.069;transform:translate(66.9221vw,-10px) scale(.3416);animation:fall-12 25s -17s linear infinite}@keyframes fall-12{77.302%{transform:translate(58.7194vw,77.302vh) scale(.3416)}to{transform:translate(62.82075vw,99vh) scale(.3416)}}.snow:nth-child(13){opacity:1.6364;transform:translate(10.5347vw,-10px) scale(.6368);animation:fall-13 23s -4s linear infinite}@keyframes fall-13{46.669%{transform:translate(10.0897vw,46.669vh) scale(.6368)}to{transform:translate(10.3122vw,99vh) scale(.6368)}}.snow:nth-child(14){opacity:1.5518;transform:translate(24.737vw,-10px) scale(.5894);animation:fall-14 30s -29s linear infinite}@keyframes fall-14{47.435%{transform:translate(34.1995vw,47.435vh) scale(.5894)}to{transform:translate(29.46825vw,99vh) scale(.5894)}}.snow:nth-child(15){opacity:.1406;transform:translate(19.6535vw,-10px) scale(.0442);animation:fall-15 28s -21s linear infinite}@keyframes fall-15{74.244%{transform:translate(17.7481vw,74.244vh) scale(.0442)}to{transform:translate(18.7008vw,99vh) scale(.0442)}}.snow:nth-child(16){opacity:1.3192;transform:translate(15.8126vw,-10px) scale(.0999);animation:fall-16 15s -25s linear infinite}@keyframes fall-16{78.077%{transform:translate(23.3989vw,78.077vh) scale(.0999)}to{transform:translate(19.60575vw,99vh) scale(.0999)}}.snow:nth-child(17){opacity:.2286;transform:translate(.6227vw,-10px) scale(.7123);animation:fall-17 12s -30s linear infinite}@keyframes fall-17{71.419%{transform:translate(-8.6128vw,71.419vh) scale(.7123)}to{transform:translate(-3.99505vw,99vh) scale(.7123)}}.snow:nth-child(18){opacity:1.332;transform:translate(.2711vw,-10px) scale(.6801);animation:fall-18 10s -7s linear infinite}@keyframes fall-18{66.865%{transform:translate(7.8053vw,66.865vh) scale(.6801)}to{transform:translate(4.0382vw,99vh) scale(.6801)}}.snow:nth-child(19){opacity:1.1198;transform:translate(7.1278vw,-10px) scale(.1341);animation:fall-19 24s -29s linear infinite}@keyframes fall-19{38.038%{transform:translate(6.3779vw,38.038vh) scale(.1341)}to{transform:translate(6.75285vw,99vh) scale(.1341)}}.snow:nth-child(20){opacity:1.1316;transform:translate(92.2175vw,-10px) scale(.7776);animation:fall-20 21s -22s linear infinite}@keyframes fall-20{64.093%{transform:translate(98.3337vw,64.093vh) scale(.7776)}to{transform:translate(95.2756vw,99vh) scale(.7776)}}.snow:nth-child(21){opacity:1.2152;transform:translate(58.9817vw,-10px) scale(.0188);animation:fall-21 13s -30s linear infinite}@keyframes fall-21{69.78%{transform:translate(65.3902vw,69.78vh) scale(.0188)}to{transform:translate(62.18595vw,99vh) scale(.0188)}}.snow:nth-child(22){opacity:1.7192;transform:translate(29.6032vw,-10px) scale(.291);animation:fall-22 10s -17s linear infinite}@keyframes fall-22{44.04%{transform:translate(38.1215vw,44.04vh) scale(.291)}to{transform:translate(33.86235vw,99vh) scale(.291)}}.snow:nth-child(23){opacity:1.3936;transform:translate(83.8653vw,-10px) scale(.4442);animation:fall-23 10s -4s linear infinite}@keyframes fall-23{36.17%{transform:translate(93.3313vw,36.17vh) scale(.4442)}to{transform:translate(88.5983vw,99vh) scale(.4442)}}.snow:nth-child(24){opacity:1.8202;transform:translate(64.2759vw,-10px) scale(.438);animation:fall-24 29s -22s linear infinite}@keyframes fall-24{53.773%{transform:translate(66.7141vw,53.773vh) scale(.438)}to{transform:translate(65.495vw,99vh) scale(.438)}}.snow:nth-child(25){opacity:.1906;transform:translate(28.6111vw,-10px) scale(.9089);animation:fall-25 30s -10s linear infinite}@keyframes fall-25{46.031%{transform:translate(27.0852vw,46.031vh) scale(.9089)}to{transform:translate(27.84815vw,99vh) scale(.9089)}}.snow:nth-child(26){opacity:.1928;transform:translate(52.1981vw,-10px) scale(.6428);animation:fall-26 30s -16s linear infinite}@keyframes fall-26{71.245%{transform:translate(60.9833vw,71.245vh) scale(.6428)}to{transform:translate(56.5907vw,99vh) scale(.6428)}}.snow:nth-child(27){opacity:1.4778;transform:translate(2.175vw,-10px) scale(.1712);animation:fall-27 21s -27s linear infinite}@keyframes fall-27{63.975%{transform:translate(-.6586vw,63.975vh) scale(.1712)}to{transform:translate(.7582vw,99vh) scale(.1712)}}.snow:nth-child(28){opacity:1.706;transform:translate(81.7208vw,-10px) scale(.7789);animation:fall-28 25s -20s linear infinite}@keyframes fall-28{56.125%{transform:translate(82.6173vw,56.125vh) scale(.7789)}to{transform:translate(82.16905vw,99vh) scale(.7789)}}.snow:nth-child(29){opacity:1.506;transform:translate(27.6637vw,-10px) scale(.5844);animation:fall-29 14s -12s linear infinite}@keyframes fall-29{38.021%{transform:translate(32.3982vw,38.021vh) scale(.5844)}to{transform:translate(30.03095vw,99vh) scale(.5844)}}.snow:nth-child(30){opacity:1.1656;transform:translate(42.708vw,-10px) scale(.1057);animation:fall-30 13s -5s linear infinite}@keyframes fall-30{54.73%{transform:translate(49.2174vw,54.73vh) scale(.1057)}to{transform:translate(45.9627vw,99vh) scale(.1057)}}.snow:nth-child(31){opacity:1.2384;transform:translate(62.9501vw,-10px) scale(.7632);animation:fall-31 29s -30s linear infinite}@keyframes fall-31{61.191%{transform:translate(63.0216vw,61.191vh) scale(.7632)}to{transform:translate(62.98585vw,99vh) scale(.7632)}}.snow:nth-child(32){opacity:.0208;transform:translate(45.3219vw,-10px) scale(.4918);animation:fall-32 24s -11s linear infinite}@keyframes fall-32{50.337%{transform:translate(52.9037vw,50.337vh) scale(.4918)}to{transform:translate(49.1128vw,99vh) scale(.4918)}}.snow:nth-child(33){opacity:1.2568;transform:translate(32.2594vw,-10px) scale(.8159);animation:fall-33 28s -8s linear infinite}@keyframes fall-33{52.579%{transform:translate(39.3064vw,52.579vh) scale(.8159)}to{transform:translate(35.7829vw,99vh) scale(.8159)}}.snow:nth-child(34){opacity:.888;transform:translate(89.9191vw,-10px) scale(.1552);animation:fall-34 20s -3s linear infinite}@keyframes fall-34{74.874%{transform:translate(98.0943vw,74.874vh) scale(.1552)}to{transform:translate(94.0067vw,99vh) scale(.1552)}}.snow:nth-child(35){opacity:.9116;transform:translate(20.0285vw,-10px) scale(.3438);animation:fall-35 16s -17s linear infinite}@keyframes fall-35{43.003%{transform:translate(21.4563vw,43.003vh) scale(.3438)}to{transform:translate(20.7424vw,99vh) scale(.3438)}}.snow:nth-child(36){opacity:1.7604;transform:translate(97.7333vw,-10px) scale(.651);animation:fall-36 12s -5s linear infinite}@keyframes fall-36{41.044%{transform:translate(92.2545vw,41.044vh) scale(.651)}to{transform:translate(94.9939vw,99vh) scale(.651)}}.snow:nth-child(37){opacity:1.5344;transform:translate(34.1266vw,-10px) scale(.3108);animation:fall-37 28s -28s linear infinite}@keyframes fall-37{41.293%{transform:translate(33.4344vw,41.293vh) scale(.3108)}to{transform:translate(33.7805vw,99vh) scale(.3108)}}.snow:nth-child(38){opacity:1.956;transform:translate(71.2793vw,-10px) scale(.7818);animation:fall-38 27s -26s linear infinite}@keyframes fall-38{66.44%{transform:translate(74.5981vw,66.44vh) scale(.7818)}to{transform:translate(72.9387vw,99vh) scale(.7818)}}.snow:nth-child(39){opacity:.2036;transform:translate(38.6956vw,-10px) scale(.9174);animation:fall-39 24s -19s linear infinite}@keyframes fall-39{59.934%{transform:translate(44.2968vw,59.934vh) scale(.9174)}to{transform:translate(41.4962vw,99vh) scale(.9174)}}.snow:nth-child(40){opacity:.0062;transform:translate(75.1259vw,-10px) scale(.5418);animation:fall-40 17s -25s linear infinite}@keyframes fall-40{44.872%{transform:translate(72.1865vw,44.872vh) scale(.5418)}to{transform:translate(73.6562vw,99vh) scale(.5418)}}.snow:nth-child(41){opacity:1.9926;transform:translate(16.0339vw,-10px) scale(.8438);animation:fall-41 19s -29s linear infinite}@keyframes fall-41{60.827%{transform:translate(10.9714vw,60.827vh) scale(.8438)}to{transform:translate(13.50265vw,99vh) scale(.8438)}}.snow:nth-child(42){opacity:.7688;transform:translate(67.8751vw,-10px) scale(.7593);animation:fall-42 27s -15s linear infinite}@keyframes fall-42{76.957%{transform:translate(68.9002vw,76.957vh) scale(.7593)}to{transform:translate(68.38765vw,99vh) scale(.7593)}}.snow:nth-child(43){opacity:.8882;transform:translate(79.4621vw,-10px) scale(.0753);animation:fall-43 13s -12s linear infinite}@keyframes fall-43{57.49%{transform:translate(84.7232vw,57.49vh) scale(.0753)}to{transform:translate(82.09265vw,99vh) scale(.0753)}}.snow:nth-child(44){opacity:.1732;transform:translate(17.8338vw,-10px) scale(.3612);animation:fall-44 18s -11s linear infinite}@keyframes fall-44{66.843%{transform:translate(13.3987vw,66.843vh) scale(.3612)}to{transform:translate(15.61625vw,99vh) scale(.3612)}}.snow:nth-child(45){opacity:.2246;transform:translate(13.4884vw,-10px) scale(.3142);animation:fall-45 15s -6s linear infinite}@keyframes fall-45{37.56%{transform:translate(14.4113vw,37.56vh) scale(.3142)}to{transform:translate(13.94985vw,99vh) scale(.3142)}}.snow:nth-child(46){opacity:.9354;transform:translate(94.9514vw,-10px) scale(.5921);animation:fall-46 20s -2s linear infinite}@keyframes fall-46{54.153%{transform:translate(93.2322vw,54.153vh) scale(.5921)}to{transform:translate(94.0918vw,99vh) scale(.5921)}}.snow:nth-child(47){opacity:1.0338;transform:translate(36.8935vw,-10px) scale(.8918);animation:fall-47 11s -30s linear infinite}@keyframes fall-47{45.69%{transform:translate(44.1329vw,45.69vh) scale(.8918)}to{transform:translate(40.5132vw,99vh) scale(.8918)}}.snow:nth-child(48){opacity:1.7498;transform:translate(8.3994vw,-10px) scale(.2785);animation:fall-48 15s -21s linear infinite}@keyframes fall-48{58.548%{transform:translate(.4494vw,58.548vh) scale(.2785)}to{transform:translate(4.4244vw,99vh) scale(.2785)}}.snow:nth-child(49){opacity:1.932;transform:translate(66.9978vw,-10px) scale(.2193);animation:fall-49 17s -2s linear infinite}@keyframes fall-49{48.903%{transform:translate(65.4794vw,48.903vh) scale(.2193)}to{transform:translate(66.2386vw,99vh) scale(.2193)}}.snow:nth-child(50){opacity:1.7712;transform:translate(29.5344vw,-10px) scale(.961);animation:fall-50 10s -11s linear infinite}@keyframes fall-50{69.444%{transform:translate(30.6407vw,69.444vh) scale(.961)}to{transform:translate(30.08755vw,99vh) scale(.961)}}.snow:nth-child(51){opacity:.2328;transform:translate(23.7573vw,-10px) scale(.3229);animation:fall-51 25s -9s linear infinite}@keyframes fall-51{78.608%{transform:translate(21.4566vw,78.608vh) scale(.3229)}to{transform:translate(22.60695vw,99vh) scale(.3229)}}.snow:nth-child(52){opacity:1.7158;transform:translate(45.4252vw,-10px) scale(.4315);animation:fall-52 17s -3s linear infinite}@keyframes fall-52{72.997%{transform:translate(52.5602vw,72.997vh) scale(.4315)}to{transform:translate(48.9927vw,99vh) scale(.4315)}}.snow:nth-child(53){opacity:1.373;transform:translate(3.6033vw,-10px) scale(.6404);animation:fall-53 18s -25s linear infinite}@keyframes fall-53{65.632%{transform:translate(-5.0945vw,65.632vh) scale(.6404)}to{transform:translate(-.7456vw,99vh) scale(.6404)}}.snow:nth-child(54){opacity:.6956;transform:translate(42.1279vw,-10px) scale(.5415);animation:fall-54 11s -13s linear infinite}@keyframes fall-54{45.956%{transform:translate(49.5172vw,45.956vh) scale(.5415)}to{transform:translate(45.82255vw,99vh) scale(.5415)}}.snow:nth-child(55){opacity:1.0676;transform:translate(35.5935vw,-10px) scale(.9773);animation:fall-55 23s -11s linear infinite}@keyframes fall-55{54.253%{transform:translate(27.5395vw,54.253vh) scale(.9773)}to{transform:translate(31.5665vw,99vh) scale(.9773)}}.snow:nth-child(56){opacity:.047;transform:translate(40.5885vw,-10px) scale(.2544);animation:fall-56 21s -30s linear infinite}@keyframes fall-56{35.197%{transform:translate(36.0166vw,35.197vh) scale(.2544)}to{transform:translate(38.30255vw,99vh) scale(.2544)}}.snow:nth-child(57){opacity:1.792;transform:translate(46.5131vw,-10px) scale(.309);animation:fall-57 11s -24s linear infinite}@keyframes fall-57{50.499%{transform:translate(49.2073vw,50.499vh) scale(.309)}to{transform:translate(47.8602vw,99vh) scale(.309)}}.snow:nth-child(58){opacity:1.7252;transform:translate(57.3085vw,-10px) scale(.6038);animation:fall-58 15s -24s linear infinite}@keyframes fall-58{36.346%{transform:translate(49.6957vw,36.346vh) scale(.6038)}to{transform:translate(53.5021vw,99vh) scale(.6038)}}.snow:nth-child(59){opacity:1.8832;transform:translate(1.37vw,-10px) scale(.1611);animation:fall-59 20s -10s linear infinite}@keyframes fall-59{75.354%{transform:translate(-3.9073vw,75.354vh) scale(.1611)}to{transform:translate(-1.26865vw,99vh) scale(.1611)}}.snow:nth-child(60){opacity:.846;transform:translate(24.2526vw,-10px) scale(.8587);animation:fall-60 16s -27s linear infinite}@keyframes fall-60{47.128%{transform:translate(28.0307vw,47.128vh) scale(.8587)}to{transform:translate(26.14165vw,99vh) scale(.8587)}}.snow:nth-child(61){opacity:1.1404;transform:translate(63.6304vw,-10px) scale(.564);animation:fall-61 28s -12s linear infinite}@keyframes fall-61{71.27%{transform:translate(61.6922vw,71.27vh) scale(.564)}to{transform:translate(62.6613vw,99vh) scale(.564)}}.snow:nth-child(62){opacity:1.3714;transform:translate(56.5907vw,-10px) scale(.3594);animation:fall-62 16s -2s linear infinite}@keyframes fall-62{44.531%{transform:translate(50.6503vw,44.531vh) scale(.3594)}to{transform:translate(53.6205vw,99vh) scale(.3594)}}.snow:nth-child(63){opacity:.5024;transform:translate(21.044vw,-10px) scale(.4709);animation:fall-63 27s -1s linear infinite}@keyframes fall-63{79.584%{transform:translate(13.7557vw,79.584vh) scale(.4709)}to{transform:translate(17.39985vw,99vh) scale(.4709)}}.snow:nth-child(64){opacity:.8154;transform:translate(27.751vw,-10px) scale(.632);animation:fall-64 16s -28s linear infinite}@keyframes fall-64{31.555%{transform:translate(27.2124vw,31.555vh) scale(.632)}to{transform:translate(27.4817vw,99vh) scale(.632)}}.snow:nth-child(65){opacity:.3864;transform:translate(16.5301vw,-10px) scale(.8726);animation:fall-65 29s -22s linear infinite}@keyframes fall-65{47.498%{transform:translate(26.2634vw,47.498vh) scale(.8726)}to{transform:translate(21.39675vw,99vh) scale(.8726)}}.snow:nth-child(66){opacity:1.6072;transform:translate(10.1709vw,-10px) scale(.4514);animation:fall-66 24s -26s linear infinite}@keyframes fall-66{70.088%{transform:translate(10.0894vw,70.088vh) scale(.4514)}to{transform:translate(10.13015vw,99vh) scale(.4514)}}.snow:nth-child(67){opacity:1.712;transform:translate(14.5297vw,-10px) scale(.6358);animation:fall-67 28s -25s linear infinite}@keyframes fall-67{73.866%{transform:translate(6.9121vw,73.866vh) scale(.6358)}to{transform:translate(10.7209vw,99vh) scale(.6358)}}.snow:nth-child(68){opacity:1.0888;transform:translate(37.5605vw,-10px) scale(.0996);animation:fall-68 12s -20s linear infinite}@keyframes fall-68{41.688%{transform:translate(30.4773vw,41.688vh) scale(.0996)}to{transform:translate(34.0189vw,99vh) scale(.0996)}}.snow:nth-child(69){opacity:.038;transform:translate(78.9626vw,-10px) scale(.4667);animation:fall-69 26s -11s linear infinite}@keyframes fall-69{31.237%{transform:translate(76.8802vw,31.237vh) scale(.4667)}to{transform:translate(77.9214vw,99vh) scale(.4667)}}.snow:nth-child(70){opacity:1.809;transform:translate(60.4878vw,-10px) scale(.5842);animation:fall-70 15s -4s linear infinite}@keyframes fall-70{64.421%{transform:translate(54.9432vw,64.421vh) scale(.5842)}to{transform:translate(57.7155vw,99vh) scale(.5842)}}.snow:nth-child(71){opacity:.2046;transform:translate(76.2922vw,-10px) scale(.7338);animation:fall-71 29s -11s linear infinite}@keyframes fall-71{46.713%{transform:translate(71.7628vw,46.713vh) scale(.7338)}to{transform:translate(74.0275vw,99vh) scale(.7338)}}.snow:nth-child(72){opacity:1.664;transform:translate(23.9835vw,-10px) scale(.702);animation:fall-72 18s -28s linear infinite}@keyframes fall-72{55.747%{transform:translate(15.0181vw,55.747vh) scale(.702)}to{transform:translate(19.5008vw,99vh) scale(.702)}}.snow:nth-child(73){opacity:1.4924;transform:translate(17.176vw,-10px) scale(.1834);animation:fall-73 14s -23s linear infinite}@keyframes fall-73{61.344%{transform:translate(11.2332vw,61.344vh) scale(.1834)}to{transform:translate(14.2046vw,99vh) scale(.1834)}}.snow:nth-child(74){opacity:1.96;transform:translate(47.0694vw,-10px) scale(.5663);animation:fall-74 12s -3s linear infinite}@keyframes fall-74{30.441%{transform:translate(50.9264vw,30.441vh) scale(.5663)}to{transform:translate(48.9979vw,99vh) scale(.5663)}}.snow:nth-child(75){opacity:.8536;transform:translate(90.6788vw,-10px) scale(.1103);animation:fall-75 17s -11s linear infinite}@keyframes fall-75{63.661%{transform:translate(85.3091vw,63.661vh) scale(.1103)}to{transform:translate(87.99395vw,99vh) scale(.1103)}}.snow:nth-child(76){opacity:.3528;transform:translate(36.3052vw,-10px) scale(.6638);animation:fall-76 17s -14s linear infinite}@keyframes fall-76{59.802%{transform:translate(37.8008vw,59.802vh) scale(.6638)}to{transform:translate(37.053vw,99vh) scale(.6638)}}.snow:nth-child(77){opacity:1.2074;transform:translate(74.5945vw,-10px) scale(.0549);animation:fall-77 25s -5s linear infinite}@keyframes fall-77{54.641%{transform:translate(76.2884vw,54.641vh) scale(.0549)}to{transform:translate(75.44145vw,99vh) scale(.0549)}}.snow:nth-child(78){opacity:.2734;transform:translate(7.9702vw,-10px) scale(.0919);animation:fall-78 14s -4s linear infinite}@keyframes fall-78{65.53%{transform:translate(11.0086vw,65.53vh) scale(.0919)}to{transform:translate(9.4894vw,99vh) scale(.0919)}}.snow:nth-child(79){opacity:1.4614;transform:translate(73.4494vw,-10px) scale(.4595);animation:fall-79 16s -1s linear infinite}@keyframes fall-79{67.916%{transform:translate(66.4921vw,67.916vh) scale(.4595)}to{transform:translate(69.97075vw,99vh) scale(.4595)}}.snow:nth-child(80){opacity:.132;transform:translate(77.9139vw,-10px) scale(.5889);animation:fall-80 10s -20s linear infinite}@keyframes fall-80{32.27%{transform:translate(79.2866vw,32.27vh) scale(.5889)}to{transform:translate(78.60025vw,99vh) scale(.5889)}}.snow:nth-child(81){opacity:.967;transform:translate(47.111vw,-10px) scale(.1105);animation:fall-81 26s -6s linear infinite}@keyframes fall-81{79.239%{transform:translate(53.1329vw,79.239vh) scale(.1105)}to{transform:translate(50.12195vw,99vh) scale(.1105)}}.snow:nth-child(82){opacity:.4592;transform:translate(17.7106vw,-10px) scale(.8391);animation:fall-82 12s -18s linear infinite}@keyframes fall-82{48.234%{transform:translate(19.8137vw,48.234vh) scale(.8391)}to{transform:translate(18.76215vw,99vh) scale(.8391)}}.snow:nth-child(83){opacity:1.8668;transform:translate(6.2449vw,-10px) scale(.3704);animation:fall-83 13s -29s linear infinite}@keyframes fall-83{49.755%{transform:translate(-.0117vw,49.755vh) scale(.3704)}to{transform:translate(3.1166vw,99vh) scale(.3704)}}.snow:nth-child(84){opacity:.7622;transform:translate(3.7332vw,-10px) scale(.1719);animation:fall-84 21s -18s linear infinite}@keyframes fall-84{62.981%{transform:translate(-4.3238vw,62.981vh) scale(.1719)}to{transform:translate(-.2953vw,99vh) scale(.1719)}}.snow:nth-child(85){opacity:1.0982;transform:translate(20.6296vw,-10px) scale(.4467);animation:fall-85 12s -1s linear infinite}@keyframes fall-85{45.958%{transform:translate(22.2994vw,45.958vh) scale(.4467)}to{transform:translate(21.4645vw,99vh) scale(.4467)}}.snow:nth-child(86){opacity:.8436;transform:translate(78.9053vw,-10px) scale(.4213);animation:fall-86 13s -24s linear infinite}@keyframes fall-86{68.599%{transform:translate(71.2947vw,68.599vh) scale(.4213)}to{transform:translate(75.1vw,99vh) scale(.4213)}}.snow:nth-child(87){opacity:.0662;transform:translate(12.6415vw,-10px) scale(.1911);animation:fall-87 30s -4s linear infinite}@keyframes fall-87{42.502%{transform:translate(12.7094vw,42.502vh) scale(.1911)}to{transform:translate(12.67545vw,99vh) scale(.1911)}}.snow:nth-child(88){opacity:.5398;transform:translate(22.6297vw,-10px) scale(.0438);animation:fall-88 18s -29s linear infinite}@keyframes fall-88{37.264%{transform:translate(30.453vw,37.264vh) scale(.0438)}to{transform:translate(26.54135vw,99vh) scale(.0438)}}.snow:nth-child(89){opacity:.3776;transform:translate(66.4501vw,-10px) scale(.4829);animation:fall-89 20s -11s linear infinite}@keyframes fall-89{71.549%{transform:translate(74.1954vw,71.549vh) scale(.4829)}to{transform:translate(70.32275vw,99vh) scale(.4829)}}.snow:nth-child(90){opacity:1.4752;transform:translate(57.8445vw,-10px) scale(.2404);animation:fall-90 18s -23s linear infinite}@keyframes fall-90{51.545%{transform:translate(61.2312vw,51.545vh) scale(.2404)}to{transform:translate(59.53785vw,99vh) scale(.2404)}}.snow:nth-child(91){opacity:1.1854;transform:translate(85.7384vw,-10px) scale(.1421);animation:fall-91 25s -3s linear infinite}@keyframes fall-91{61.059%{transform:translate(86.3926vw,61.059vh) scale(.1421)}to{transform:translate(86.0655vw,99vh) scale(.1421)}}.snow:nth-child(92){opacity:.2538;transform:translate(50.9744vw,-10px) scale(.4973);animation:fall-92 19s -24s linear infinite}@keyframes fall-92{49.244%{transform:translate(60.454vw,49.244vh) scale(.4973)}to{transform:translate(55.7142vw,99vh) scale(.4973)}}.snow:nth-child(93){opacity:.8476;transform:translate(13.9674vw,-10px) scale(.7492);animation:fall-93 10s -7s linear infinite}@keyframes fall-93{30.546%{transform:translate(19.9985vw,30.546vh) scale(.7492)}to{transform:translate(16.98295vw,99vh) scale(.7492)}}.snow:nth-child(94){opacity:1.7032;transform:translate(75.7474vw,-10px) scale(.1133);animation:fall-94 23s -24s linear infinite}@keyframes fall-94{50.657%{transform:translate(84.1276vw,50.657vh) scale(.1133)}to{transform:translate(79.9375vw,99vh) scale(.1133)}}.snow:nth-child(95){opacity:.7804;transform:translate(88.9514vw,-10px) scale(.8635);animation:fall-95 25s -7s linear infinite}@keyframes fall-95{32.321%{transform:translate(80.1632vw,32.321vh) scale(.8635)}to{transform:translate(84.5573vw,99vh) scale(.8635)}}.snow:nth-child(96){opacity:.9522;transform:translate(55.794vw,-10px) scale(.9006);animation:fall-96 24s -16s linear infinite}@keyframes fall-96{33.32%{transform:translate(47.3223vw,33.32vh) scale(.9006)}to{transform:translate(51.55815vw,99vh) scale(.9006)}}.snow:nth-child(97){opacity:1.3232;transform:translate(81.194vw,-10px) scale(.0865);animation:fall-97 22s -20s linear infinite}@keyframes fall-97{36.491%{transform:translate(83.991vw,36.491vh) scale(.0865)}to{transform:translate(82.5925vw,99vh) scale(.0865)}}.snow:nth-child(98){opacity:.8592;transform:translate(75.2894vw,-10px) scale(.3756);animation:fall-98 14s -26s linear infinite}@keyframes fall-98{42.073%{transform:translate(82.6455vw,42.073vh) scale(.3756)}to{transform:translate(78.96745vw,99vh) scale(.3756)}}.snow:nth-child(99){opacity:1.713;transform:translate(22.7648vw,-10px) scale(.6288);animation:fall-99 24s -28s linear infinite}@keyframes fall-99{31.607%{transform:translate(16.7456vw,31.607vh) scale(.6288)}to{transform:translate(19.7552vw,99vh) scale(.6288)}}.snow:nth-child(100){opacity:.4212;transform:translate(12.1989vw,-10px) scale(.85);animation:fall-100 29s -23s linear infinite}@keyframes fall-100{47.798%{transform:translate(9.1744vw,47.798vh) scale(.85)}to{transform:translate(10.68665vw,99vh) scale(.85)}}.snow:nth-child(101){opacity:1.1576;transform:translate(99.7819vw,-10px) scale(.0009);animation:fall-101 12s -17s linear infinite}@keyframes fall-101{47.437%{transform:translate(91.493vw,47.437vh) scale(.0009)}to{transform:translate(95.63745vw,99vh) scale(.0009)}}.snow:nth-child(102){opacity:1.4288;transform:translate(91.4841vw,-10px) scale(.5218);animation:fall-102 10s -10s linear infinite}@keyframes fall-102{51.827%{transform:translate(82.7459vw,51.827vh) scale(.5218)}to{transform:translate(87.115vw,99vh) scale(.5218)}}.snow:nth-child(103){opacity:1.7002;transform:translate(79.5676vw,-10px) scale(.4085);animation:fall-103 19s -17s linear infinite}@keyframes fall-103{42.406%{transform:translate(74.061vw,42.406vh) scale(.4085)}to{transform:translate(76.8143vw,99vh) scale(.4085)}}.snow:nth-child(104){opacity:1.2178;transform:translate(68.1149vw,-10px) scale(.8911);animation:fall-104 22s -6s linear infinite}@keyframes fall-104{72.235%{transform:translate(76.7966vw,72.235vh) scale(.8911)}to{transform:translate(72.45575vw,99vh) scale(.8911)}}.snow:nth-child(105){opacity:.8086;transform:translate(36.2466vw,-10px) scale(.496);animation:fall-105 23s -19s linear infinite}@keyframes fall-105{43.355%{transform:translate(34.4288vw,43.355vh) scale(.496)}to{transform:translate(35.3377vw,99vh) scale(.496)}}.snow:nth-child(106){opacity:1.0354;transform:translate(46.0605vw,-10px) scale(.4301);animation:fall-106 20s -20s linear infinite}@keyframes fall-106{60.122%{transform:translate(55.1561vw,60.122vh) scale(.4301)}to{transform:translate(50.6083vw,99vh) scale(.4301)}}.snow:nth-child(107){opacity:1.473;transform:translate(10.3417vw,-10px) scale(.4411);animation:fall-107 15s -11s linear infinite}@keyframes fall-107{69.333%{transform:translate(4.7908vw,69.333vh) scale(.4411)}to{transform:translate(7.56625vw,99vh) scale(.4411)}}.snow:nth-child(108){opacity:.872;transform:translate(34.0815vw,-10px) scale(.0325);animation:fall-108 23s -26s linear infinite}@keyframes fall-108{38.132%{transform:translate(34.5041vw,38.132vh) scale(.0325)}to{transform:translate(34.2928vw,99vh) scale(.0325)}}.snow:nth-child(109){opacity:.5188;transform:translate(66.9119vw,-10px) scale(.5285);animation:fall-109 15s -28s linear infinite}@keyframes fall-109{51.571%{transform:translate(68.6715vw,51.571vh) scale(.5285)}to{transform:translate(67.7917vw,99vh) scale(.5285)}}.snow:nth-child(110){opacity:1.0744;transform:translate(86.7954vw,-10px) scale(.4572);animation:fall-110 23s -18s linear infinite}@keyframes fall-110{56.841%{transform:translate(84.7964vw,56.841vh) scale(.4572)}to{transform:translate(85.7959vw,99vh) scale(.4572)}}.snow:nth-child(111){opacity:.7044;transform:translate(1.3146vw,-10px) scale(.1215);animation:fall-111 22s -28s linear infinite}@keyframes fall-111{56.663%{transform:translate(-7.11vw,56.663vh) scale(.1215)}to{transform:translate(-2.8977vw,99vh) scale(.1215)}}.snow:nth-child(112){opacity:.4798;transform:translate(73.2157vw,-10px) scale(.9612);animation:fall-112 25s -4s linear infinite}@keyframes fall-112{46.688%{transform:translate(66.8191vw,46.688vh) scale(.9612)}to{transform:translate(70.0174vw,99vh) scale(.9612)}}.snow:nth-child(113){opacity:1.9322;transform:translate(35.6754vw,-10px) scale(.8473);animation:fall-113 13s -27s linear infinite}@keyframes fall-113{63.501%{transform:translate(41.727vw,63.501vh) scale(.8473)}to{transform:translate(38.7012vw,99vh) scale(.8473)}}.snow:nth-child(114){opacity:1.4122;transform:translate(33.8837vw,-10px) scale(.8413);animation:fall-114 22s -14s linear infinite}@keyframes fall-114{56.848%{transform:translate(35.4596vw,56.848vh) scale(.8413)}to{transform:translate(34.67165vw,99vh) scale(.8413)}}.snow:nth-child(115){opacity:1.4594;transform:translate(65.0647vw,-10px) scale(.4823);animation:fall-115 13s -13s linear infinite}@keyframes fall-115{63.788%{transform:translate(57.9613vw,63.788vh) scale(.4823)}to{transform:translate(61.513vw,99vh) scale(.4823)}}.snow:nth-child(116){opacity:.1596;transform:translate(47.8891vw,-10px) scale(.0377);animation:fall-116 14s -20s linear infinite}@keyframes fall-116{42.67%{transform:translate(51.6591vw,42.67vh) scale(.0377)}to{transform:translate(49.7741vw,99vh) scale(.0377)}}.snow:nth-child(117){opacity:1.9408;transform:translate(85.4205vw,-10px) scale(.5972);animation:fall-117 15s -23s linear infinite}@keyframes fall-117{55.513%{transform:translate(83.7696vw,55.513vh) scale(.5972)}to{transform:translate(84.59505vw,99vh) scale(.5972)}}.snow:nth-child(118){opacity:1.584;transform:translate(31.0667vw,-10px) scale(.4956);animation:fall-118 15s -15s linear infinite}@keyframes fall-118{72.678%{transform:translate(33.6266vw,72.678vh) scale(.4956)}to{transform:translate(32.34665vw,99vh) scale(.4956)}}.snow:nth-child(119){opacity:.5338;transform:translate(95.0878vw,-10px) scale(.7559);animation:fall-119 25s -7s linear infinite}@keyframes fall-119{35.283%{transform:translate(103.4312vw,35.283vh) scale(.7559)}to{transform:translate(99.2595vw,99vh) scale(.7559)}}.snow:nth-child(120){opacity:1.3516;transform:translate(23.4696vw,-10px) scale(.0982);animation:fall-120 17s -20s linear infinite}@keyframes fall-120{30.132%{transform:translate(32.5168vw,30.132vh) scale(.0982)}to{transform:translate(27.9932vw,99vh) scale(.0982)}}.snow:nth-child(121){opacity:1.686;transform:translate(14.0623vw,-10px) scale(.9748);animation:fall-121 26s -8s linear infinite}@keyframes fall-121{51.095%{transform:translate(5.5854vw,51.095vh) scale(.9748)}to{transform:translate(9.82385vw,99vh) scale(.9748)}}.snow:nth-child(122){opacity:1.2534;transform:translate(80.5094vw,-10px) scale(.462);animation:fall-122 28s -30s linear infinite}@keyframes fall-122{62.623%{transform:translate(71.5519vw,62.623vh) scale(.462)}to{transform:translate(76.03065vw,99vh) scale(.462)}}.snow:nth-child(123){opacity:1.7064;transform:translate(52.7703vw,-10px) scale(.0531);animation:fall-123 26s -19s linear infinite}@keyframes fall-123{74.903%{transform:translate(49.5415vw,74.903vh) scale(.0531)}to{transform:translate(51.1559vw,99vh) scale(.0531)}}.snow:nth-child(124){opacity:.6316;transform:translate(38.8957vw,-10px) scale(.3588);animation:fall-124 20s -9s linear infinite}@keyframes fall-124{64.731%{transform:translate(31.555vw,64.731vh) scale(.3588)}to{transform:translate(35.22535vw,99vh) scale(.3588)}}.snow:nth-child(125){opacity:1.4658;transform:translate(57.0323vw,-10px) scale(.4749);animation:fall-125 18s -18s linear infinite}@keyframes fall-125{46.735%{transform:translate(47.8084vw,46.735vh) scale(.4749)}to{transform:translate(52.42035vw,99vh) scale(.4749)}}.snow:nth-child(126){opacity:.6422;transform:translate(15.3963vw,-10px) scale(.1873);animation:fall-126 29s -8s linear infinite}@keyframes fall-126{78.119%{transform:translate(10.8057vw,78.119vh) scale(.1873)}to{transform:translate(13.101vw,99vh) scale(.1873)}}.snow:nth-child(127){opacity:.2246;transform:translate(61.1023vw,-10px) scale(.2311);animation:fall-127 15s -10s linear infinite}@keyframes fall-127{76.071%{transform:translate(65.1595vw,76.071vh) scale(.2311)}to{transform:translate(63.1309vw,99vh) scale(.2311)}}.snow:nth-child(128){opacity:1.759;transform:translate(80.5621vw,-10px) scale(.203);animation:fall-128 12s -12s linear infinite}@keyframes fall-128{77.533%{transform:translate(88.0579vw,77.533vh) scale(.203)}to{transform:translate(84.31vw,99vh) scale(.203)}}.snow:nth-child(129){opacity:1.9938;transform:translate(18.8968vw,-10px) scale(.6429);animation:fall-129 11s -17s linear infinite}@keyframes fall-129{66.965%{transform:translate(13.613vw,66.965vh) scale(.6429)}to{transform:translate(16.2549vw,99vh) scale(.6429)}}.snow:nth-child(130){opacity:1.704;transform:translate(10.9566vw,-10px) scale(.1618);animation:fall-130 10s -1s linear infinite}@keyframes fall-130{57.16%{transform:translate(10.4095vw,57.16vh) scale(.1618)}to{transform:translate(10.68305vw,99vh) scale(.1618)}}.snow:nth-child(131){opacity:1.0834;transform:translate(43.79vw,-10px) scale(.426);animation:fall-131 12s -19s linear infinite}@keyframes fall-131{44.799%{transform:translate(34.959vw,44.799vh) scale(.426)}to{transform:translate(39.3745vw,99vh) scale(.426)}}.snow:nth-child(132){opacity:.1528;transform:translate(46.211vw,-10px) scale(.3491);animation:fall-132 24s -8s linear infinite}@keyframes fall-132{71.456%{transform:translate(36.6793vw,71.456vh) scale(.3491)}to{transform:translate(41.44515vw,99vh) scale(.3491)}}.snow:nth-child(133){opacity:1.19;transform:translate(67.9909vw,-10px) scale(.6797);animation:fall-133 10s -4s linear infinite}@keyframes fall-133{32.397%{transform:translate(77.2924vw,32.397vh) scale(.6797)}to{transform:translate(72.64165vw,99vh) scale(.6797)}}.snow:nth-child(134){opacity:1.5812;transform:translate(74.9593vw,-10px) scale(.2699);animation:fall-134 30s -13s linear infinite}@keyframes fall-134{56.83%{transform:translate(81.3152vw,56.83vh) scale(.2699)}to{transform:translate(78.13725vw,99vh) scale(.2699)}}.snow:nth-child(135){opacity:.1236;transform:translate(13.4106vw,-10px) scale(.2061);animation:fall-135 14s -7s linear infinite}@keyframes fall-135{43.66%{transform:translate(20.8617vw,43.66vh) scale(.2061)}to{transform:translate(17.13615vw,99vh) scale(.2061)}}.snow:nth-child(136){opacity:.198;transform:translate(7.7427vw,-10px) scale(.8389);animation:fall-136 14s -16s linear infinite}@keyframes fall-136{73.358%{transform:translate(11.1842vw,73.358vh) scale(.8389)}to{transform:translate(9.46345vw,99vh) scale(.8389)}}.snow:nth-child(137){opacity:1.9986;transform:translate(.5549vw,-10px) scale(.7858);animation:fall-137 22s -16s linear infinite}@keyframes fall-137{68.294%{transform:translate(-6.5561vw,68.294vh) scale(.7858)}to{transform:translate(-3.0006vw,99vh) scale(.7858)}}.snow:nth-child(138){opacity:.6406;transform:translate(55.0887vw,-10px) scale(.0217);animation:fall-138 30s -27s linear infinite}@keyframes fall-138{66.015%{transform:translate(56.0162vw,66.015vh) scale(.0217)}to{transform:translate(55.55245vw,99vh) scale(.0217)}}.snow:nth-child(139){opacity:.4802;transform:translate(7.6286vw,-10px) scale(.4926);animation:fall-139 18s -8s linear infinite}@keyframes fall-139{44.212%{transform:translate(14.0265vw,44.212vh) scale(.4926)}to{transform:translate(10.82755vw,99vh) scale(.4926)}}.snow:nth-child(140){opacity:.8548;transform:translate(21.5578vw,-10px) scale(.4348);animation:fall-140 24s -19s linear infinite}@keyframes fall-140{54.934%{transform:translate(31.0203vw,54.934vh) scale(.4348)}to{transform:translate(26.28905vw,99vh) scale(.4348)}}.snow:nth-child(141){opacity:1.8612;transform:translate(19.9268vw,-10px) scale(.2946);animation:fall-141 25s -7s linear infinite}@keyframes fall-141{76.134%{transform:translate(11.1916vw,76.134vh) scale(.2946)}to{transform:translate(15.5592vw,99vh) scale(.2946)}}.snow:nth-child(142){opacity:.2362;transform:translate(89.0748vw,-10px) scale(.3261);animation:fall-142 21s -15s linear infinite}@keyframes fall-142{65.698%{transform:translate(79.1546vw,65.698vh) scale(.3261)}to{transform:translate(84.1147vw,99vh) scale(.3261)}}.snow:nth-child(143){opacity:.875;transform:translate(40.7581vw,-10px) scale(.7762);animation:fall-143 13s -3s linear infinite}@keyframes fall-143{57.37%{transform:translate(36.6269vw,57.37vh) scale(.7762)}to{transform:translate(38.6925vw,99vh) scale(.7762)}}.snow:nth-child(144){opacity:.905;transform:translate(99.6991vw,-10px) scale(.6515);animation:fall-144 25s -19s linear infinite}@keyframes fall-144{33.899%{transform:translate(90.7249vw,33.899vh) scale(.6515)}to{transform:translate(95.212vw,99vh) scale(.6515)}}.snow:nth-child(145){opacity:.5954;transform:translate(15.7083vw,-10px) scale(.9823);animation:fall-145 15s -13s linear infinite}@keyframes fall-145{50.323%{transform:translate(17.7227vw,50.323vh) scale(.9823)}to{transform:translate(16.7155vw,99vh) scale(.9823)}}.snow:nth-child(146){opacity:1.079;transform:translate(85.3562vw,-10px) scale(.1364);animation:fall-146 27s -25s linear infinite}@keyframes fall-146{68.189%{transform:translate(75.4416vw,68.189vh) scale(.1364)}to{transform:translate(80.3989vw,99vh) scale(.1364)}}.snow:nth-child(147){opacity:1.9696;transform:translate(33.2104vw,-10px) scale(.5457);animation:fall-147 23s -25s linear infinite}@keyframes fall-147{31.861%{transform:translate(36.0435vw,31.861vh) scale(.5457)}to{transform:translate(34.62695vw,99vh) scale(.5457)}}.snow:nth-child(148){opacity:1.3232;transform:translate(67.8689vw,-10px) scale(.4729);animation:fall-148 20s -19s linear infinite}@keyframes fall-148{44.846%{transform:translate(67.9617vw,44.846vh) scale(.4729)}to{transform:translate(67.9153vw,99vh) scale(.4729)}}.snow:nth-child(149){opacity:.3402;transform:translate(83.9959vw,-10px) scale(.6256);animation:fall-149 30s -10s linear infinite}@keyframes fall-149{63.602%{transform:translate(89.3426vw,63.602vh) scale(.6256)}to{transform:translate(86.66925vw,99vh) scale(.6256)}}.snow:nth-child(150){opacity:.4392;transform:translate(75.9625vw,-10px) scale(.6569);animation:fall-150 14s -10s linear infinite}@keyframes fall-150{52.255%{transform:translate(80.1442vw,52.255vh) scale(.6569)}to{transform:translate(78.05335vw,99vh) scale(.6569)}}.snow:nth-child(151){opacity:.9812;transform:translate(71.2564vw,-10px) scale(.4565);animation:fall-151 20s -11s linear infinite}@keyframes fall-151{68.274%{transform:translate(69.5977vw,68.274vh) scale(.4565)}to{transform:translate(70.42705vw,99vh) scale(.4565)}}.snow:nth-child(152){opacity:1.6408;transform:translate(81.2282vw,-10px) scale(.4161);animation:fall-152 29s -7s linear infinite}@keyframes fall-152{41.757%{transform:translate(72.5713vw,41.757vh) scale(.4161)}to{transform:translate(76.89975vw,99vh) scale(.4161)}}.snow:nth-child(153){opacity:1.1522;transform:translate(90.918vw,-10px) scale(.6614);animation:fall-153 12s -10s linear infinite}@keyframes fall-153{68.791%{transform:translate(87.2004vw,68.791vh) scale(.6614)}to{transform:translate(89.0592vw,99vh) scale(.6614)}}.snow:nth-child(154){opacity:.3114;transform:translate(58.0946vw,-10px) scale(.7674);animation:fall-154 14s -10s linear infinite}@keyframes fall-154{61.759%{transform:translate(62.735vw,61.759vh) scale(.7674)}to{transform:translate(60.4148vw,99vh) scale(.7674)}}.snow:nth-child(155){opacity:.0368;transform:translate(28.7386vw,-10px) scale(.3937);animation:fall-155 16s -18s linear infinite}@keyframes fall-155{59.561%{transform:translate(36.4724vw,59.561vh) scale(.3937)}to{transform:translate(32.6055vw,99vh) scale(.3937)}}.snow:nth-child(156){opacity:1.3184;transform:translate(40.2798vw,-10px) scale(.8329);animation:fall-156 15s -3s linear infinite}@keyframes fall-156{45.465%{transform:translate(42.0728vw,45.465vh) scale(.8329)}to{transform:translate(41.1763vw,99vh) scale(.8329)}}.snow:nth-child(157){opacity:1.1698;transform:translate(56.8421vw,-10px) scale(.3906);animation:fall-157 25s -20s linear infinite}@keyframes fall-157{46.959%{transform:translate(47.883vw,46.959vh) scale(.3906)}to{transform:translate(52.36255vw,99vh) scale(.3906)}}.snow:nth-child(158){opacity:.9832;transform:translate(12.2485vw,-10px) scale(.2479);animation:fall-158 17s -13s linear infinite}@keyframes fall-158{51.617%{transform:translate(19.2779vw,51.617vh) scale(.2479)}to{transform:translate(15.7632vw,99vh) scale(.2479)}}.snow:nth-child(159){opacity:1.5374;transform:translate(99.2956vw,-10px) scale(.2505);animation:fall-159 25s -3s linear infinite}@keyframes fall-159{68.491%{transform:translate(91.0427vw,68.491vh) scale(.2505)}to{transform:translate(95.16915vw,99vh) scale(.2505)}}.snow:nth-child(160){opacity:.2744;transform:translate(69.9303vw,-10px) scale(.691);animation:fall-160 22s -23s linear infinite}@keyframes fall-160{33.922%{transform:translate(74.3766vw,33.922vh) scale(.691)}to{transform:translate(72.15345vw,99vh) scale(.691)}}.snow:nth-child(161){opacity:.0992;transform:translate(55.3183vw,-10px) scale(.8231);animation:fall-161 20s -10s linear infinite}@keyframes fall-161{74.294%{transform:translate(58.3243vw,74.294vh) scale(.8231)}to{transform:translate(56.8213vw,99vh) scale(.8231)}}.snow:nth-child(162){opacity:1.8154;transform:translate(33.4225vw,-10px) scale(.6421);animation:fall-162 29s -15s linear infinite}@keyframes fall-162{41.176%{transform:translate(35.0919vw,41.176vh) scale(.6421)}to{transform:translate(34.2572vw,99vh) scale(.6421)}}.snow:nth-child(163){opacity:.683;transform:translate(77.735vw,-10px) scale(.0807);animation:fall-163 12s -30s linear infinite}@keyframes fall-163{49.738%{transform:translate(77.944vw,49.738vh) scale(.0807)}to{transform:translate(77.8395vw,99vh) scale(.0807)}}.snow:nth-child(164){opacity:1.2316;transform:translate(46.4274vw,-10px) scale(.43);animation:fall-164 30s -25s linear infinite}@keyframes fall-164{69.983%{transform:translate(51.4237vw,69.983vh) scale(.43)}to{transform:translate(48.92555vw,99vh) scale(.43)}}.snow:nth-child(165){opacity:.9012;transform:translate(4.1722vw,-10px) scale(.8076);animation:fall-165 13s -11s linear infinite}@keyframes fall-165{64.162%{transform:translate(11.2908vw,64.162vh) scale(.8076)}to{transform:translate(7.7315vw,99vh) scale(.8076)}}.snow:nth-child(166){opacity:1.1334;transform:translate(96.1452vw,-10px) scale(.7334);animation:fall-166 18s -18s linear infinite}@keyframes fall-166{49.884%{transform:translate(93.7639vw,49.884vh) scale(.7334)}to{transform:translate(94.95455vw,99vh) scale(.7334)}}.snow:nth-child(167){opacity:.3458;transform:translate(8.1307vw,-10px) scale(.7303);animation:fall-167 25s -18s linear infinite}@keyframes fall-167{34.563%{transform:translate(10.4209vw,34.563vh) scale(.7303)}to{transform:translate(9.2758vw,99vh) scale(.7303)}}.snow:nth-child(168){opacity:1.9706;transform:translate(15.2535vw,-10px) scale(.0033);animation:fall-168 22s -20s linear infinite}@keyframes fall-168{38.454%{transform:translate(8.5312vw,38.454vh) scale(.0033)}to{transform:translate(11.89235vw,99vh) scale(.0033)}}.snow:nth-child(169){opacity:1.6078;transform:translate(55.3546vw,-10px) scale(.6801);animation:fall-169 26s -29s linear infinite}@keyframes fall-169{78.62%{transform:translate(47.1539vw,78.62vh) scale(.6801)}to{transform:translate(51.25425vw,99vh) scale(.6801)}}.snow:nth-child(170){opacity:1.584;transform:translate(11.735vw,-10px) scale(.6268);animation:fall-170 25s -5s linear infinite}@keyframes fall-170{33.082%{transform:translate(6.7815vw,33.082vh) scale(.6268)}to{transform:translate(9.25825vw,99vh) scale(.6268)}}.snow:nth-child(171){opacity:.2108;transform:translate(14.1816vw,-10px) scale(.5336);animation:fall-171 29s -4s linear infinite}@keyframes fall-171{50.808%{transform:translate(19.731vw,50.808vh) scale(.5336)}to{transform:translate(16.9563vw,99vh) scale(.5336)}}.snow:nth-child(172){opacity:.1806;transform:translate(57.5012vw,-10px) scale(.3307);animation:fall-172 24s -13s linear infinite}@keyframes fall-172{45.251%{transform:translate(57.0507vw,45.251vh) scale(.3307)}to{transform:translate(57.27595vw,99vh) scale(.3307)}}.snow:nth-child(173){opacity:1.4906;transform:translate(45.4178vw,-10px) scale(.9925);animation:fall-173 18s -14s linear infinite}@keyframes fall-173{44.412%{transform:translate(41.8149vw,44.412vh) scale(.9925)}to{transform:translate(43.61635vw,99vh) scale(.9925)}}.snow:nth-child(174){opacity:1.159;transform:translate(26.3135vw,-10px) scale(.1921);animation:fall-174 19s -12s linear infinite}@keyframes fall-174{54.213%{transform:translate(27.7332vw,54.213vh) scale(.1921)}to{transform:translate(27.02335vw,99vh) scale(.1921)}}.snow:nth-child(175){opacity:1.6044;transform:translate(65.4616vw,-10px) scale(.2331);animation:fall-175 18s -3s linear infinite}@keyframes fall-175{47.138%{transform:translate(60.9116vw,47.138vh) scale(.2331)}to{transform:translate(63.1866vw,99vh) scale(.2331)}}.snow:nth-child(176){opacity:.611;transform:translate(84.5276vw,-10px) scale(.763);animation:fall-176 13s -29s linear infinite}@keyframes fall-176{40.752%{transform:translate(93.7573vw,40.752vh) scale(.763)}to{transform:translate(89.14245vw,99vh) scale(.763)}}.snow:nth-child(177){opacity:1.321;transform:translate(47.7386vw,-10px) scale(.299);animation:fall-177 16s -28s linear infinite}@keyframes fall-177{54.862%{transform:translate(53.9293vw,54.862vh) scale(.299)}to{transform:translate(50.83395vw,99vh) scale(.299)}}.snow:nth-child(178){opacity:.1548;transform:translate(45.6958vw,-10px) scale(.3695);animation:fall-178 17s -28s linear infinite}@keyframes fall-178{49.611%{transform:translate(46.6409vw,49.611vh) scale(.3695)}to{transform:translate(46.16835vw,99vh) scale(.3695)}}.snow:nth-child(179){opacity:1.8866;transform:translate(6.786vw,-10px) scale(.8234);animation:fall-179 23s -6s linear infinite}@keyframes fall-179{36.959%{transform:translate(9.2845vw,36.959vh) scale(.8234)}to{transform:translate(8.03525vw,99vh) scale(.8234)}}.snow:nth-child(180){opacity:1.5262;transform:translate(34.1915vw,-10px) scale(.4173);animation:fall-180 28s -16s linear infinite}@keyframes fall-180{74.59%{transform:translate(27.1288vw,74.59vh) scale(.4173)}to{transform:translate(30.66015vw,99vh) scale(.4173)}}.snow:nth-child(181){opacity:.5776;transform:translate(12.1926vw,-10px) scale(.0284);animation:fall-181 29s -28s linear infinite}@keyframes fall-181{48.503%{transform:translate(15.2739vw,48.503vh) scale(.0284)}to{transform:translate(13.73325vw,99vh) scale(.0284)}}.snow:nth-child(182){opacity:1.6896;transform:translate(38.446vw,-10px) scale(.6054);animation:fall-182 16s -9s linear infinite}@keyframes fall-182{39.014%{transform:translate(47.5504vw,39.014vh) scale(.6054)}to{transform:translate(42.9982vw,99vh) scale(.6054)}}.snow:nth-child(183){opacity:.3182;transform:translate(75.5111vw,-10px) scale(.2313);animation:fall-183 24s -18s linear infinite}@keyframes fall-183{78.166%{transform:translate(78.5131vw,78.166vh) scale(.2313)}to{transform:translate(77.0121vw,99vh) scale(.2313)}}.snow:nth-child(184){opacity:1.9088;transform:translate(83.3216vw,-10px) scale(.3081);animation:fall-184 11s -10s linear infinite}@keyframes fall-184{76.645%{transform:translate(73.3478vw,76.645vh) scale(.3081)}to{transform:translate(78.3347vw,99vh) scale(.3081)}}.snow:nth-child(185){opacity:.7894;transform:translate(32.1282vw,-10px) scale(.9019);animation:fall-185 23s -3s linear infinite}@keyframes fall-185{53.867%{transform:translate(40.0049vw,53.867vh) scale(.9019)}to{transform:translate(36.06655vw,99vh) scale(.9019)}}.snow:nth-child(186){opacity:.5652;transform:translate(56.6833vw,-10px) scale(.5404);animation:fall-186 30s -8s linear infinite}@keyframes fall-186{42.922%{transform:translate(50.485vw,42.922vh) scale(.5404)}to{transform:translate(53.58415vw,99vh) scale(.5404)}}.snow:nth-child(187){opacity:.6994;transform:translate(14.8448vw,-10px) scale(.7191);animation:fall-187 22s -27s linear infinite}@keyframes fall-187{76.028%{transform:translate(6.142vw,76.028vh) scale(.7191)}to{transform:translate(10.4934vw,99vh) scale(.7191)}}.snow:nth-child(188){opacity:.4864;transform:translate(63.6926vw,-10px) scale(.264);animation:fall-188 27s -30s linear infinite}@keyframes fall-188{35.661%{transform:translate(67.0348vw,35.661vh) scale(.264)}to{transform:translate(65.3637vw,99vh) scale(.264)}}.snow:nth-child(189){opacity:1.4962;transform:translate(25.9516vw,-10px) scale(.5536);animation:fall-189 10s -1s linear infinite}@keyframes fall-189{74.222%{transform:translate(31.6141vw,74.222vh) scale(.5536)}to{transform:translate(28.78285vw,99vh) scale(.5536)}}.snow:nth-child(190){opacity:1.9654;transform:translate(63.5825vw,-10px) scale(.9432);animation:fall-190 17s -30s linear infinite}@keyframes fall-190{67.329%{transform:translate(65.5354vw,67.329vh) scale(.9432)}to{transform:translate(64.55895vw,99vh) scale(.9432)}}.snow:nth-child(191){opacity:.876;transform:translate(96.3593vw,-10px) scale(.7668);animation:fall-191 21s -24s linear infinite}@keyframes fall-191{57.039%{transform:translate(91.4777vw,57.039vh) scale(.7668)}to{transform:translate(93.9185vw,99vh) scale(.7668)}}.snow:nth-child(192){opacity:1.041;transform:translate(38.9209vw,-10px) scale(.1955);animation:fall-192 24s -24s linear infinite}@keyframes fall-192{52.933%{transform:translate(46.6995vw,52.933vh) scale(.1955)}to{transform:translate(42.8102vw,99vh) scale(.1955)}}.snow:nth-child(193){opacity:1.6416;transform:translate(79.6716vw,-10px) scale(.0276);animation:fall-193 24s -15s linear infinite}@keyframes fall-193{51.676%{transform:translate(89.3104vw,51.676vh) scale(.0276)}to{transform:translate(84.491vw,99vh) scale(.0276)}}.snow:nth-child(194){opacity:.473;transform:translate(48.6152vw,-10px) scale(.8793);animation:fall-194 30s -25s linear infinite}@keyframes fall-194{77.354%{transform:translate(50.3559vw,77.354vh) scale(.8793)}to{transform:translate(49.48555vw,99vh) scale(.8793)}}.snow:nth-child(195){opacity:.2906;transform:translate(67.9854vw,-10px) scale(.7842);animation:fall-195 28s -1s linear infinite}@keyframes fall-195{69.477%{transform:translate(74.8856vw,69.477vh) scale(.7842)}to{transform:translate(71.4355vw,99vh) scale(.7842)}}.snow:nth-child(196){opacity:.6006;transform:translate(1.6651vw,-10px) scale(.2677);animation:fall-196 29s -30s linear infinite}@keyframes fall-196{57.159%{transform:translate(11.5716vw,57.159vh) scale(.2677)}to{transform:translate(6.61835vw,99vh) scale(.2677)}}.snow:nth-child(197){opacity:1.782;transform:translate(76.9711vw,-10px) scale(.046);animation:fall-197 20s -27s linear infinite}@keyframes fall-197{78.094%{transform:translate(79.5725vw,78.094vh) scale(.046)}to{transform:translate(78.2718vw,99vh) scale(.046)}}.snow:nth-child(198){opacity:.615;transform:translate(74.9775vw,-10px) scale(.2206);animation:fall-198 18s -4s linear infinite}@keyframes fall-198{71.025%{transform:translate(71.4655vw,71.025vh) scale(.2206)}to{transform:translate(73.2215vw,99vh) scale(.2206)}}.snow:nth-child(199){opacity:.3612;transform:translate(61.6703vw,-10px) scale(.2283);animation:fall-199 15s -10s linear infinite}@keyframes fall-199{67.216%{transform:translate(63.5328vw,67.216vh) scale(.2283)}to{transform:translate(62.60155vw,99vh) scale(.2283)}}.snow:nth-child(200){opacity:1.7974;transform:translate(18.0106vw,-10px) scale(.2154);animation:fall-200 15s -15s linear infinite}@keyframes fall-200{48.752%{transform:translate(21.6419vw,48.752vh) scale(.2154)}to{transform:translate(19.82625vw,99vh) scale(.2154)}}.snow:nth-child(201){opacity:1.8038;transform:translate(57.6097vw,-10px) scale(.9548);animation:fall-201 28s -21s linear infinite}@keyframes fall-201{48.332%{transform:translate(64.7064vw,48.332vh) scale(.9548)}to{transform:translate(61.15805vw,99vh) scale(.9548)}}.snow:nth-child(202){opacity:.284;transform:translate(1.2782vw,-10px) scale(.4503);animation:fall-202 11s -23s linear infinite}@keyframes fall-202{57.94%{transform:translate(7.7572vw,57.94vh) scale(.4503)}to{transform:translate(4.5177vw,99vh) scale(.4503)}}.snow:nth-child(203){opacity:.7102;transform:translate(94.3743vw,-10px) scale(.0195);animation:fall-203 11s -24s linear infinite}@keyframes fall-203{35.685%{transform:translate(99.8789vw,35.685vh) scale(.0195)}to{transform:translate(97.1266vw,99vh) scale(.0195)}}.snow:nth-child(204){opacity:1.2762;transform:translate(38.8478vw,-10px) scale(.1754);animation:fall-204 10s -19s linear infinite}@keyframes fall-204{58.954%{transform:translate(37.1265vw,58.954vh) scale(.1754)}to{transform:translate(37.98715vw,99vh) scale(.1754)}}.snow:nth-child(205){opacity:1.1334;transform:translate(94.5356vw,-10px) scale(.1463);animation:fall-205 22s -5s linear infinite}@keyframes fall-205{75.814%{transform:translate(103.4444vw,75.814vh) scale(.1463)}to{transform:translate(98.99vw,99vh) scale(.1463)}}.snow:nth-child(206){opacity:.7134;transform:translate(69.6236vw,-10px) scale(.5745);animation:fall-206 10s -7s linear infinite}@keyframes fall-206{56.875%{transform:translate(77.7577vw,56.875vh) scale(.5745)}to{transform:translate(73.69065vw,99vh) scale(.5745)}}.snow:nth-child(207){opacity:1.3592;transform:translate(94.125vw,-10px) scale(.9259);animation:fall-207 18s -17s linear infinite}@keyframes fall-207{49.53%{transform:translate(84.543vw,49.53vh) scale(.9259)}to{transform:translate(89.334vw,99vh) scale(.9259)}}.snow:nth-child(208){opacity:.4698;transform:translate(80.7031vw,-10px) scale(.8755);animation:fall-208 30s -22s linear infinite}@keyframes fall-208{70.757%{transform:translate(78.2785vw,70.757vh) scale(.8755)}to{transform:translate(79.4908vw,99vh) scale(.8755)}}.snow:nth-child(209){opacity:.509;transform:translate(62.5087vw,-10px) scale(.2462);animation:fall-209 23s -22s linear infinite}@keyframes fall-209{31.46%{transform:translate(55.2083vw,31.46vh) scale(.2462)}to{transform:translate(58.8585vw,99vh) scale(.2462)}}.snow:nth-child(210){opacity:1.0634;transform:translate(91.7904vw,-10px) scale(.8013);animation:fall-210 18s -15s linear infinite}@keyframes fall-210{38.402%{transform:translate(92.082vw,38.402vh) scale(.8013)}to{transform:translate(91.9362vw,99vh) scale(.8013)}}.snow:nth-child(211){opacity:.3276;transform:translate(21.3871vw,-10px) scale(.2423);animation:fall-211 28s -23s linear infinite}@keyframes fall-211{30.599%{transform:translate(24.0083vw,30.599vh) scale(.2423)}to{transform:translate(22.6977vw,99vh) scale(.2423)}}.snow:nth-child(212){opacity:1.4604;transform:translate(12.6053vw,-10px) scale(.9418);animation:fall-212 12s -19s linear infinite}@keyframes fall-212{52.12%{transform:translate(4.2062vw,52.12vh) scale(.9418)}to{transform:translate(8.40575vw,99vh) scale(.9418)}}.snow:nth-child(213){opacity:1.7524;transform:translate(18.573vw,-10px) scale(.4996);animation:fall-213 10s -23s linear infinite}@keyframes fall-213{63.732%{transform:translate(22.2159vw,63.732vh) scale(.4996)}to{transform:translate(20.39445vw,99vh) scale(.4996)}}.snow:nth-child(214){opacity:.1412;transform:translate(3.0403vw,-10px) scale(.3285);animation:fall-214 30s -4s linear infinite}@keyframes fall-214{31.72%{transform:translate(-.8018vw,31.72vh) scale(.3285)}to{transform:translate(1.11925vw,99vh) scale(.3285)}}.snow:nth-child(215){opacity:.8956;transform:translate(28.5754vw,-10px) scale(.258);animation:fall-215 11s -9s linear infinite}@keyframes fall-215{41.013%{transform:translate(31.6496vw,41.013vh) scale(.258)}to{transform:translate(30.1125vw,99vh) scale(.258)}}.snow:nth-child(216){opacity:1.666;transform:translate(53.7985vw,-10px) scale(.9445);animation:fall-216 20s -8s linear infinite}@keyframes fall-216{60.585%{transform:translate(54.5559vw,60.585vh) scale(.9445)}to{transform:translate(54.1772vw,99vh) scale(.9445)}}.snow:nth-child(217){opacity:.1372;transform:translate(80.1325vw,-10px) scale(.2804);animation:fall-217 19s -4s linear infinite}@keyframes fall-217{65.245%{transform:translate(75.0948vw,65.245vh) scale(.2804)}to{transform:translate(77.61365vw,99vh) scale(.2804)}}.snow:nth-child(218){opacity:1.1354;transform:translate(55.2799vw,-10px) scale(.2235);animation:fall-218 17s -8s linear infinite}@keyframes fall-218{54.433%{transform:translate(55.5271vw,54.433vh) scale(.2235)}to{transform:translate(55.4035vw,99vh) scale(.2235)}}.snow:nth-child(219){opacity:1.6756;transform:translate(17.8688vw,-10px) scale(.7559);animation:fall-219 17s -9s linear infinite}@keyframes fall-219{77.09%{transform:translate(18.8598vw,77.09vh) scale(.7559)}to{transform:translate(18.3643vw,99vh) scale(.7559)}}.snow:nth-child(220){opacity:.3806;transform:translate(87.6934vw,-10px) scale(.1537);animation:fall-220 28s -22s linear infinite}@keyframes fall-220{75.888%{transform:translate(90.9295vw,75.888vh) scale(.1537)}to{transform:translate(89.31145vw,99vh) scale(.1537)}}.snow:nth-child(221){opacity:.9848;transform:translate(7.9572vw,-10px) scale(.1548);animation:fall-221 15s -5s linear infinite}@keyframes fall-221{74.418%{transform:translate(9.1931vw,74.418vh) scale(.1548)}to{transform:translate(8.57515vw,99vh) scale(.1548)}}.snow:nth-child(222){opacity:.0218;transform:translate(81.5341vw,-10px) scale(.0775);animation:fall-222 14s -28s linear infinite}@keyframes fall-222{34.337%{transform:translate(81.7948vw,34.337vh) scale(.0775)}to{transform:translate(81.66445vw,99vh) scale(.0775)}}.snow:nth-child(223){opacity:1.4064;transform:translate(60.2693vw,-10px) scale(.8398);animation:fall-223 23s -9s linear infinite}@keyframes fall-223{61.177%{transform:translate(55.5171vw,61.177vh) scale(.8398)}to{transform:translate(57.8932vw,99vh) scale(.8398)}}.snow:nth-child(224){opacity:1.6726;transform:translate(83.2787vw,-10px) scale(.5687);animation:fall-224 21s -3s linear infinite}@keyframes fall-224{60.921%{transform:translate(86.7796vw,60.921vh) scale(.5687)}to{transform:translate(85.02915vw,99vh) scale(.5687)}}.snow:nth-child(225){opacity:1.4342;transform:translate(48.8582vw,-10px) scale(.0317);animation:fall-225 27s -14s linear infinite}@keyframes fall-225{43.522%{transform:translate(43.0297vw,43.522vh) scale(.0317)}to{transform:translate(45.94395vw,99vh) scale(.0317)}}.snow:nth-child(226){opacity:1.5246;transform:translate(6.9448vw,-10px) scale(.8366);animation:fall-226 25s -7s linear infinite}@keyframes fall-226{55.698%{transform:translate(12.8532vw,55.698vh) scale(.8366)}to{transform:translate(9.899vw,99vh) scale(.8366)}}.snow:nth-child(227){opacity:.4224;transform:translate(94.5067vw,-10px) scale(.8296);animation:fall-227 24s -23s linear infinite}@keyframes fall-227{78.328%{transform:translate(89.8847vw,78.328vh) scale(.8296)}to{transform:translate(92.1957vw,99vh) scale(.8296)}}.snow:nth-child(228){opacity:.4686;transform:translate(63.0269vw,-10px) scale(.9051);animation:fall-228 10s -25s linear infinite}@keyframes fall-228{32.953%{transform:translate(58.7189vw,32.953vh) scale(.9051)}to{transform:translate(60.8729vw,99vh) scale(.9051)}}.snow:nth-child(229){opacity:1.7702;transform:translate(91.7009vw,-10px) scale(.1014);animation:fall-229 16s -25s linear infinite}@keyframes fall-229{69.713%{transform:translate(86.961vw,69.713vh) scale(.1014)}to{transform:translate(89.33095vw,99vh) scale(.1014)}}.snow:nth-child(230){opacity:.229;transform:translate(74.9016vw,-10px) scale(.0898);animation:fall-230 29s -18s linear infinite}@keyframes fall-230{78.704%{transform:translate(73.586vw,78.704vh) scale(.0898)}to{transform:translate(74.2438vw,99vh) scale(.0898)}}.snow:nth-child(231){opacity:.3988;transform:translate(55.8626vw,-10px) scale(.7007);animation:fall-231 19s -11s linear infinite}@keyframes fall-231{66.801%{transform:translate(56.351vw,66.801vh) scale(.7007)}to{transform:translate(56.1068vw,99vh) scale(.7007)}}.snow:nth-child(232){opacity:.999;transform:translate(81.308vw,-10px) scale(.2416);animation:fall-232 27s -15s linear infinite}@keyframes fall-232{62.213%{transform:translate(76.7996vw,62.213vh) scale(.2416)}to{transform:translate(79.0538vw,99vh) scale(.2416)}}.snow:nth-child(233){opacity:.5862;transform:translate(28.291vw,-10px) scale(.0145);animation:fall-233 10s -28s linear infinite}@keyframes fall-233{65.06%{transform:translate(29.4851vw,65.06vh) scale(.0145)}to{transform:translate(28.88805vw,99vh) scale(.0145)}}.snow:nth-child(234){opacity:.6816;transform:translate(60.335vw,-10px) scale(.3106);animation:fall-234 26s -20s linear infinite}@keyframes fall-234{78.535%{transform:translate(64.762vw,78.535vh) scale(.3106)}to{transform:translate(62.5485vw,99vh) scale(.3106)}}.snow:nth-child(235){opacity:.1838;transform:translate(50.4706vw,-10px) scale(.3902);animation:fall-235 27s -27s linear infinite}@keyframes fall-235{69.234%{transform:translate(59.8347vw,69.234vh) scale(.3902)}to{transform:translate(55.15265vw,99vh) scale(.3902)}}.snow:nth-child(236){opacity:.887;transform:translate(88.9979vw,-10px) scale(.6608);animation:fall-236 23s -18s linear infinite}@keyframes fall-236{46.887%{transform:translate(93.8739vw,46.887vh) scale(.6608)}to{transform:translate(91.4359vw,99vh) scale(.6608)}}.snow:nth-child(237){opacity:.4394;transform:translate(27.9523vw,-10px) scale(.2774);animation:fall-237 21s -30s linear infinite}@keyframes fall-237{73.74%{transform:translate(29.8447vw,73.74vh) scale(.2774)}to{transform:translate(28.8985vw,99vh) scale(.2774)}}.snow:nth-child(238){opacity:1.5808;transform:translate(1.5433vw,-10px) scale(.1387);animation:fall-238 18s -28s linear infinite}@keyframes fall-238{62.75%{transform:translate(5.5452vw,62.75vh) scale(.1387)}to{transform:translate(3.54425vw,99vh) scale(.1387)}}.snow:nth-child(239){opacity:1.7274;transform:translate(30.8184vw,-10px) scale(.6387);animation:fall-239 26s -1s linear infinite}@keyframes fall-239{70.309%{transform:translate(30.4537vw,70.309vh) scale(.6387)}to{transform:translate(30.63605vw,99vh) scale(.6387)}}.snow:nth-child(240){opacity:1.889;transform:translate(41.8326vw,-10px) scale(.7315);animation:fall-240 16s -1s linear infinite}@keyframes fall-240{36.106%{transform:translate(48.3046vw,36.106vh) scale(.7315)}to{transform:translate(45.0686vw,99vh) scale(.7315)}}.snow:nth-child(241){opacity:1.7768;transform:translate(38.7746vw,-10px) scale(.8287);animation:fall-241 23s -12s linear infinite}@keyframes fall-241{38.407%{transform:translate(33.2932vw,38.407vh) scale(.8287)}to{transform:translate(36.0339vw,99vh) scale(.8287)}}.snow:nth-child(242){opacity:1.2518;transform:translate(34.3022vw,-10px) scale(.3283);animation:fall-242 24s -30s linear infinite}@keyframes fall-242{72.427%{transform:translate(35.8236vw,72.427vh) scale(.3283)}to{transform:translate(35.0629vw,99vh) scale(.3283)}}.snow:nth-child(243){opacity:.5364;transform:translate(57.8955vw,-10px) scale(.4301);animation:fall-243 20s -17s linear infinite}@keyframes fall-243{40.35%{transform:translate(62.9709vw,40.35vh) scale(.4301)}to{transform:translate(60.4332vw,99vh) scale(.4301)}}.snow:nth-child(244){opacity:.0708;transform:translate(25.5718vw,-10px) scale(.1432);animation:fall-244 14s -26s linear infinite}@keyframes fall-244{38.602%{transform:translate(24.7277vw,38.602vh) scale(.1432)}to{transform:translate(25.14975vw,99vh) scale(.1432)}}.snow:nth-child(245){opacity:1.1054;transform:translate(37.4782vw,-10px) scale(.1514);animation:fall-245 16s -7s linear infinite}@keyframes fall-245{66.487%{transform:translate(39.605vw,66.487vh) scale(.1514)}to{transform:translate(38.5416vw,99vh) scale(.1514)}}.snow:nth-child(246){opacity:.565;transform:translate(30.577vw,-10px) scale(.3124);animation:fall-246 13s -28s linear infinite}@keyframes fall-246{40.814%{transform:translate(23.2001vw,40.814vh) scale(.3124)}to{transform:translate(26.88855vw,99vh) scale(.3124)}}.snow:nth-child(247){opacity:.5328;transform:translate(22.0837vw,-10px) scale(.3574);animation:fall-247 14s -12s linear infinite}@keyframes fall-247{78.549%{transform:translate(14.0518vw,78.549vh) scale(.3574)}to{transform:translate(18.06775vw,99vh) scale(.3574)}}.snow:nth-child(248){opacity:1.9856;transform:translate(44.7507vw,-10px) scale(.8011);animation:fall-248 18s -5s linear infinite}@keyframes fall-248{54.622%{transform:translate(47.1349vw,54.622vh) scale(.8011)}to{transform:translate(45.9428vw,99vh) scale(.8011)}}.snow:nth-child(249){opacity:1.1148;transform:translate(53.8542vw,-10px) scale(.2868);animation:fall-249 26s -16s linear infinite}@keyframes fall-249{56.301%{transform:translate(56.211vw,56.301vh) scale(.2868)}to{transform:translate(55.0326vw,99vh) scale(.2868)}}.snow:nth-child(250){opacity:.6038;transform:translate(60.8235vw,-10px) scale(.1867);animation:fall-250 15s -16s linear infinite}@keyframes fall-250{67.733%{transform:translate(60.7342vw,67.733vh) scale(.1867)}to{transform:translate(60.77885vw,99vh) scale(.1867)}}.snow:nth-child(251){opacity:1.5814;transform:translate(84.2506vw,-10px) scale(.8019);animation:fall-251 19s -6s linear infinite}@keyframes fall-251{33.58%{transform:translate(93.1125vw,33.58vh) scale(.8019)}to{transform:translate(88.68155vw,99vh) scale(.8019)}}.snow:nth-child(252){opacity:.191;transform:translate(72.3126vw,-10px) scale(.503);animation:fall-252 11s -10s linear infinite}@keyframes fall-252{33.165%{transform:translate(65.9131vw,33.165vh) scale(.503)}to{transform:translate(69.11285vw,99vh) scale(.503)}}.snow:nth-child(253){opacity:.7486;transform:translate(63.8986vw,-10px) scale(.4346);animation:fall-253 14s -27s linear infinite}@keyframes fall-253{39.379%{transform:translate(72.3702vw,39.379vh) scale(.4346)}to{transform:translate(68.1344vw,99vh) scale(.4346)}}.snow:nth-child(254){opacity:.3538;transform:translate(26.1809vw,-10px) scale(.2506);animation:fall-254 18s -25s linear infinite}@keyframes fall-254{31.884%{transform:translate(27.4204vw,31.884vh) scale(.2506)}to{transform:translate(26.80065vw,99vh) scale(.2506)}}.snow:nth-child(255){opacity:.9726;transform:translate(67.3493vw,-10px) scale(.9109);animation:fall-255 23s -19s linear infinite}@keyframes fall-255{31.517%{transform:translate(62.7626vw,31.517vh) scale(.9109)}to{transform:translate(65.05595vw,99vh) scale(.9109)}}.snow:nth-child(256){opacity:.4616;transform:translate(87.176vw,-10px) scale(.6896);animation:fall-256 22s -10s linear infinite}@keyframes fall-256{71.251%{transform:translate(92.3929vw,71.251vh) scale(.6896)}to{transform:translate(89.78445vw,99vh) scale(.6896)}}.snow:nth-child(257){opacity:.6142;transform:translate(72.7175vw,-10px) scale(.3175);animation:fall-257 25s -20s linear infinite}@keyframes fall-257{69.687%{transform:translate(77.6vw,69.687vh) scale(.3175)}to{transform:translate(75.15875vw,99vh) scale(.3175)}}.snow:nth-child(258){opacity:.1098;transform:translate(45.8319vw,-10px) scale(.8188);animation:fall-258 11s -4s linear infinite}@keyframes fall-258{75.909%{transform:translate(47.1196vw,75.909vh) scale(.8188)}to{transform:translate(46.47575vw,99vh) scale(.8188)}}.snow:nth-child(259){opacity:1.176;transform:translate(79.1375vw,-10px) scale(.6235);animation:fall-259 18s -18s linear infinite}@keyframes fall-259{64.266%{transform:translate(88.5699vw,64.266vh) scale(.6235)}to{transform:translate(83.8537vw,99vh) scale(.6235)}}.snow:nth-child(260){opacity:.6044;transform:translate(63.2419vw,-10px) scale(.222);animation:fall-260 17s -18s linear infinite}@keyframes fall-260{75.597%{transform:translate(57.2779vw,75.597vh) scale(.222)}to{transform:translate(60.2599vw,99vh) scale(.222)}}.snow:nth-child(261){opacity:.0046;transform:translate(45.9872vw,-10px) scale(.4089);animation:fall-261 27s -18s linear infinite}@keyframes fall-261{68.013%{transform:translate(38.7141vw,68.013vh) scale(.4089)}to{transform:translate(42.35065vw,99vh) scale(.4089)}}.snow:nth-child(262){opacity:.6358;transform:translate(54.025vw,-10px) scale(.9283);animation:fall-262 10s -19s linear infinite}@keyframes fall-262{55.98%{transform:translate(47.5181vw,55.98vh) scale(.9283)}to{transform:translate(50.77155vw,99vh) scale(.9283)}}.snow:nth-child(263){opacity:.335;transform:translate(48.3841vw,-10px) scale(.7325);animation:fall-263 12s -28s linear infinite}@keyframes fall-263{31.644%{transform:translate(42.1137vw,31.644vh) scale(.7325)}to{transform:translate(45.2489vw,99vh) scale(.7325)}}.snow:nth-child(264){opacity:1.6698;transform:translate(19.7553vw,-10px) scale(.8682);animation:fall-264 19s -8s linear infinite}@keyframes fall-264{58.699%{transform:translate(18.5991vw,58.699vh) scale(.8682)}to{transform:translate(19.1772vw,99vh) scale(.8682)}}.snow:nth-child(265){opacity:1.3676;transform:translate(31.1942vw,-10px) scale(.5748);animation:fall-265 25s -6s linear infinite}@keyframes fall-265{68.167%{transform:translate(37.5497vw,68.167vh) scale(.5748)}to{transform:translate(34.37195vw,99vh) scale(.5748)}}.snow:nth-child(266){opacity:.2348;transform:translate(89.1032vw,-10px) scale(.4557);animation:fall-266 24s -23s linear infinite}@keyframes fall-266{50.732%{transform:translate(90.0317vw,50.732vh) scale(.4557)}to{transform:translate(89.56745vw,99vh) scale(.4557)}}.snow:nth-child(267){opacity:1.551;transform:translate(84.255vw,-10px) scale(.5128);animation:fall-267 21s -12s linear infinite}@keyframes fall-267{47.082%{transform:translate(89.6056vw,47.082vh) scale(.5128)}to{transform:translate(86.9303vw,99vh) scale(.5128)}}.snow:nth-child(268){opacity:.8332;transform:translate(24.6924vw,-10px) scale(.9435);animation:fall-268 15s -15s linear infinite}@keyframes fall-268{46.726%{transform:translate(17.5946vw,46.726vh) scale(.9435)}to{transform:translate(21.1435vw,99vh) scale(.9435)}}.snow:nth-child(269){opacity:1.9686;transform:translate(70.8501vw,-10px) scale(.7536);animation:fall-269 24s -20s linear infinite}@keyframes fall-269{61.086%{transform:translate(77.8229vw,61.086vh) scale(.7536)}to{transform:translate(74.3365vw,99vh) scale(.7536)}}.snow:nth-child(270){opacity:.9394;transform:translate(53.2184vw,-10px) scale(.8529);animation:fall-270 23s -30s linear infinite}@keyframes fall-270{55.575%{transform:translate(53.5163vw,55.575vh) scale(.8529)}to{transform:translate(53.36735vw,99vh) scale(.8529)}}.snow:nth-child(271){opacity:1.3802;transform:translate(83.0037vw,-10px) scale(.9644);animation:fall-271 20s -19s linear infinite}@keyframes fall-271{55.901%{transform:translate(73.1353vw,55.901vh) scale(.9644)}to{transform:translate(78.0695vw,99vh) scale(.9644)}}.snow:nth-child(272){opacity:1.0408;transform:translate(22.597vw,-10px) scale(.847);animation:fall-272 20s -8s linear infinite}@keyframes fall-272{32.481%{transform:translate(15.3122vw,32.481vh) scale(.847)}to{transform:translate(18.9546vw,99vh) scale(.847)}}.snow:nth-child(273){opacity:1.3006;transform:translate(27.8603vw,-10px) scale(.4955);animation:fall-273 27s -5s linear infinite}@keyframes fall-273{71.655%{transform:translate(34.8817vw,71.655vh) scale(.4955)}to{transform:translate(31.371vw,99vh) scale(.4955)}}.snow:nth-child(274){opacity:1.9762;transform:translate(85.0791vw,-10px) scale(.7468);animation:fall-274 15s -29s linear infinite}@keyframes fall-274{47.431%{transform:translate(79.3706vw,47.431vh) scale(.7468)}to{transform:translate(82.22485vw,99vh) scale(.7468)}}.snow:nth-child(275){opacity:1.6736;transform:translate(85.3131vw,-10px) scale(.1624);animation:fall-275 25s -27s linear infinite}@keyframes fall-275{43.692%{transform:translate(78.406vw,43.692vh) scale(.1624)}to{transform:translate(81.85955vw,99vh) scale(.1624)}}.snow:nth-child(276){opacity:1.319;transform:translate(92.2126vw,-10px) scale(.3244);animation:fall-276 15s -20s linear infinite}@keyframes fall-276{59.942%{transform:translate(98.9435vw,59.942vh) scale(.3244)}to{transform:translate(95.57805vw,99vh) scale(.3244)}}.snow:nth-child(277){opacity:.5878;transform:translate(5.8428vw,-10px) scale(.1389);animation:fall-277 19s -19s linear infinite}@keyframes fall-277{79.294%{transform:translate(8.522vw,79.294vh) scale(.1389)}to{transform:translate(7.1824vw,99vh) scale(.1389)}}.snow:nth-child(278){opacity:1.4764;transform:translate(64.2092vw,-10px) scale(.6533);animation:fall-278 14s -28s linear infinite}@keyframes fall-278{56.262%{transform:translate(72.1416vw,56.262vh) scale(.6533)}to{transform:translate(68.1754vw,99vh) scale(.6533)}}.snow:nth-child(279){opacity:.3312;transform:translate(61.3513vw,-10px) scale(.9687);animation:fall-279 25s -4s linear infinite}@keyframes fall-279{48.371%{transform:translate(57.885vw,48.371vh) scale(.9687)}to{transform:translate(59.61815vw,99vh) scale(.9687)}}.snow:nth-child(280){opacity:1.5368;transform:translate(93.8306vw,-10px) scale(.5418);animation:fall-280 29s -29s linear infinite}@keyframes fall-280{63.609%{transform:translate(103.1162vw,63.609vh) scale(.5418)}to{transform:translate(98.4734vw,99vh) scale(.5418)}}.snow:nth-child(281){opacity:1.2434;transform:translate(82.2289vw,-10px) scale(.2277);animation:fall-281 27s -29s linear infinite}@keyframes fall-281{56.705%{transform:translate(73.7964vw,56.705vh) scale(.2277)}to{transform:translate(78.01265vw,99vh) scale(.2277)}}.snow:nth-child(282){opacity:1.4562;transform:translate(52.8081vw,-10px) scale(.4756);animation:fall-282 20s -12s linear infinite}@keyframes fall-282{44.058%{transform:translate(58.2967vw,44.058vh) scale(.4756)}to{transform:translate(55.5524vw,99vh) scale(.4756)}}.snow:nth-child(283){opacity:1.8216;transform:translate(99.9448vw,-10px) scale(.9125);animation:fall-283 23s -18s linear infinite}@keyframes fall-283{78.34%{transform:translate(105.4792vw,78.34vh) scale(.9125)}to{transform:translate(102.712vw,99vh) scale(.9125)}}.snow:nth-child(284){opacity:1.8454;transform:translate(55.797vw,-10px) scale(.6523);animation:fall-284 16s -6s linear infinite}@keyframes fall-284{32.961%{transform:translate(55.1074vw,32.961vh) scale(.6523)}to{transform:translate(55.4522vw,99vh) scale(.6523)}}.snow:nth-child(285){opacity:1.8634;transform:translate(96.7771vw,-10px) scale(.8251);animation:fall-285 11s -30s linear infinite}@keyframes fall-285{39.013%{transform:translate(97.923vw,39.013vh) scale(.8251)}to{transform:translate(97.35005vw,99vh) scale(.8251)}}.snow:nth-child(286){opacity:1.3914;transform:translate(1.7593vw,-10px) scale(.0823);animation:fall-286 25s -1s linear infinite}@keyframes fall-286{77.021%{transform:translate(-5.0807vw,77.021vh) scale(.0823)}to{transform:translate(-1.6607vw,99vh) scale(.0823)}}.snow:nth-child(287){opacity:.556;transform:translate(21.4605vw,-10px) scale(.0035);animation:fall-287 25s -22s linear infinite}@keyframes fall-287{47.041%{transform:translate(26.1245vw,47.041vh) scale(.0035)}to{transform:translate(23.7925vw,99vh) scale(.0035)}}.snow:nth-child(288){opacity:.7696;transform:translate(78.0261vw,-10px) scale(.8265);animation:fall-288 18s -17s linear infinite}@keyframes fall-288{40.218%{transform:translate(81.3231vw,40.218vh) scale(.8265)}to{transform:translate(79.6746vw,99vh) scale(.8265)}}.snow:nth-child(289){opacity:1.1702;transform:translate(1.2435vw,-10px) scale(.7944);animation:fall-289 26s -29s linear infinite}@keyframes fall-289{57.406%{transform:translate(-1.8133vw,57.406vh) scale(.7944)}to{transform:translate(-.2849vw,99vh) scale(.7944)}}.snow:nth-child(290){opacity:1.5786;transform:translate(72.25vw,-10px) scale(.6206);animation:fall-290 19s -30s linear infinite}@keyframes fall-290{59.625%{transform:translate(70.078vw,59.625vh) scale(.6206)}to{transform:translate(71.164vw,99vh) scale(.6206)}}.snow:nth-child(291){opacity:.8656;transform:translate(92.2209vw,-10px) scale(.8793);animation:fall-291 27s -5s linear infinite}@keyframes fall-291{39.186%{transform:translate(96.9299vw,39.186vh) scale(.8793)}to{transform:translate(94.5754vw,99vh) scale(.8793)}}.snow:nth-child(292){opacity:1.253;transform:translate(96.6018vw,-10px) scale(.9752);animation:fall-292 10s -2s linear infinite}@keyframes fall-292{67.941%{transform:translate(100.3601vw,67.941vh) scale(.9752)}to{transform:translate(98.48095vw,99vh) scale(.9752)}}.snow:nth-child(293){opacity:1.5914;transform:translate(9.3947vw,-10px) scale(.8004);animation:fall-293 20s -7s linear infinite}@keyframes fall-293{32.545%{transform:translate(4.1623vw,32.545vh) scale(.8004)}to{transform:translate(6.7785vw,99vh) scale(.8004)}}.snow:nth-child(294){opacity:.4446;transform:translate(9.5878vw,-10px) scale(.8044);animation:fall-294 27s -4s linear infinite}@keyframes fall-294{57.278%{transform:translate(16.3895vw,57.278vh) scale(.8044)}to{transform:translate(12.98865vw,99vh) scale(.8044)}}.snow:nth-child(295){opacity:1.1358;transform:translate(14.17vw,-10px) scale(.8755);animation:fall-295 23s -28s linear infinite}@keyframes fall-295{35.168%{transform:translate(20.6971vw,35.168vh) scale(.8755)}to{transform:translate(17.43355vw,99vh) scale(.8755)}}.snow:nth-child(296){opacity:.4632;transform:translate(76.9771vw,-10px) scale(.2611);animation:fall-296 14s -1s linear infinite}@keyframes fall-296{53.453%{transform:translate(70.2704vw,53.453vh) scale(.2611)}to{transform:translate(73.62375vw,99vh) scale(.2611)}}.snow:nth-child(297){opacity:.3922;transform:translate(69.0042vw,-10px) scale(.257);animation:fall-297 21s -17s linear infinite}@keyframes fall-297{66.448%{transform:translate(73.2221vw,66.448vh) scale(.257)}to{transform:translate(71.11315vw,99vh) scale(.257)}}.snow:nth-child(298){opacity:.8878;transform:translate(82.388vw,-10px) scale(.7859);animation:fall-298 28s -1s linear infinite}@keyframes fall-298{63.018%{transform:translate(90.5304vw,63.018vh) scale(.7859)}to{transform:translate(86.4592vw,99vh) scale(.7859)}}.snow:nth-child(299){opacity:1.581;transform:translate(79.3951vw,-10px) scale(.1629);animation:fall-299 23s -22s linear infinite}@keyframes fall-299{65.374%{transform:translate(71.1949vw,65.374vh) scale(.1629)}to{transform:translate(75.295vw,99vh) scale(.1629)}}.snow:nth-child(300){opacity:1.4568;transform:translate(57.5816vw,-10px) scale(.6548);animation:fall-300 23s -23s linear infinite}@keyframes fall-300{43.071%{transform:translate(51.811vw,43.071vh) scale(.6548)}to{transform:translate(54.6963vw,99vh) scale(.6548)}}\n"], dependencies: [{ kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None }); }
101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.24", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Component }); }
102
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.24", type: AppComponent, isStandalone: false, selector: "app-root", ngImport: i0, template: "@if(_state.christmasTime() && _state.graphicEffects()){\r\n @for(i of snows; track i){\r\n <div class=\"snow\"></div>\r\n }\r\n}\r\n\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width:0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width:0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width:0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width:0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width:0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media(min-width:1400px){.d-xxl-block{display:block!important}}@media(min-width:576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media(min-width:1280px){.modal-xl{max-width:1024px}}@media(min-width:1600px){.modal-xxl{max-width:1280px}}@media(min-width:1800px){.modal-feminist{max-width:1366px}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{margin-top:20px;padding-left:0!important}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media(max-width:543px){.chart-outher{width:100%}}@media(min-width:544px)and (max-width:767px){.chart-outher{width:85%}}@media(min-width:992px)and (max-width:1199px){.chart-outher{width:65%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.77;transform:translate(88.765vw,-10px) scale(.5879);animation:fall-1 25s -29s linear infinite}@keyframes fall-1{50.041%{transform:translate(95.9237vw,50.041vh) scale(.5879)}to{transform:translate(92.34435vw,99vh) scale(.5879)}}.snow:nth-child(2){opacity:.88;transform:translate(62.7446vw,-10px) scale(.4739);animation:fall-2 12s -4s linear infinite}@keyframes fall-2{40.937%{transform:translate(57.1107vw,40.937vh) scale(.4739)}to{transform:translate(59.92765vw,99vh) scale(.4739)}}.snow:nth-child(3){opacity:.479;transform:translate(81.0205vw,-10px) scale(.7087);animation:fall-3 18s -13s linear infinite}@keyframes fall-3{58.818%{transform:translate(90.8891vw,58.818vh) scale(.7087)}to{transform:translate(85.9548vw,99vh) scale(.7087)}}.snow:nth-child(4){opacity:.547;transform:translate(83.7609vw,-10px) scale(.0132);animation:fall-4 26s -19s linear infinite}@keyframes fall-4{31.459%{transform:translate(86.6843vw,31.459vh) scale(.0132)}to{transform:translate(85.2226vw,99vh) scale(.0132)}}.snow:nth-child(5){opacity:1.1586;transform:translate(86.5204vw,-10px) scale(.4289);animation:fall-5 18s -18s linear infinite}@keyframes fall-5{59.434%{transform:translate(89.7847vw,59.434vh) scale(.4289)}to{transform:translate(88.15255vw,99vh) scale(.4289)}}.snow:nth-child(6){opacity:1.9498;transform:translate(39.21vw,-10px) scale(.5946);animation:fall-6 17s -25s linear infinite}@keyframes fall-6{40.658%{transform:translate(37.3255vw,40.658vh) scale(.5946)}to{transform:translate(38.26775vw,99vh) scale(.5946)}}.snow:nth-child(7){opacity:1.6846;transform:translate(3.7649vw,-10px) scale(.307);animation:fall-7 26s -8s linear infinite}@keyframes fall-7{70.617%{transform:translate(-.2226vw,70.617vh) scale(.307)}to{transform:translate(1.77115vw,99vh) scale(.307)}}.snow:nth-child(8){opacity:1.7466;transform:translate(80.9924vw,-10px) scale(.5441);animation:fall-8 30s -9s linear infinite}@keyframes fall-8{55.306%{transform:translate(89.9524vw,55.306vh) scale(.5441)}to{transform:translate(85.4724vw,99vh) scale(.5441)}}.snow:nth-child(9){opacity:.8858;transform:translate(53.9726vw,-10px) scale(.9442);animation:fall-9 11s -29s linear infinite}@keyframes fall-9{52.307%{transform:translate(58.9233vw,52.307vh) scale(.9442)}to{transform:translate(56.44795vw,99vh) scale(.9442)}}.snow:nth-child(10){opacity:.1822;transform:translate(67.6874vw,-10px) scale(.8199);animation:fall-10 29s -15s linear infinite}@keyframes fall-10{34.335%{transform:translate(72.9694vw,34.335vh) scale(.8199)}to{transform:translate(70.3284vw,99vh) scale(.8199)}}.snow:nth-child(11){opacity:.879;transform:translate(42.1309vw,-10px) scale(.7606);animation:fall-11 10s -11s linear infinite}@keyframes fall-11{65.471%{transform:translate(49.508vw,65.471vh) scale(.7606)}to{transform:translate(45.81945vw,99vh) scale(.7606)}}.snow:nth-child(12){opacity:1.1734;transform:translate(4.9918vw,-10px) scale(.8948);animation:fall-12 18s -28s linear infinite}@keyframes fall-12{46.051%{transform:translate(14.1253vw,46.051vh) scale(.8948)}to{transform:translate(9.55855vw,99vh) scale(.8948)}}.snow:nth-child(13){opacity:.8444;transform:translate(99.7692vw,-10px) scale(.3484);animation:fall-13 24s -12s linear infinite}@keyframes fall-13{40.285%{transform:translate(90.4561vw,40.285vh) scale(.3484)}to{transform:translate(95.11265vw,99vh) scale(.3484)}}.snow:nth-child(14){opacity:1.9152;transform:translate(56.5321vw,-10px) scale(.2208);animation:fall-14 18s -28s linear infinite}@keyframes fall-14{65.263%{transform:translate(53.2192vw,65.263vh) scale(.2208)}to{transform:translate(54.87565vw,99vh) scale(.2208)}}.snow:nth-child(15){opacity:.9456;transform:translate(46.2613vw,-10px) scale(.6492);animation:fall-15 16s -3s linear infinite}@keyframes fall-15{47.753%{transform:translate(55.9539vw,47.753vh) scale(.6492)}to{transform:translate(51.1076vw,99vh) scale(.6492)}}.snow:nth-child(16){opacity:.2618;transform:translate(22.4283vw,-10px) scale(.1039);animation:fall-16 11s -1s linear infinite}@keyframes fall-16{52.402%{transform:translate(17.1469vw,52.402vh) scale(.1039)}to{transform:translate(19.7876vw,99vh) scale(.1039)}}.snow:nth-child(17){opacity:1.1276;transform:translate(39.8458vw,-10px) scale(.9918);animation:fall-17 24s -18s linear infinite}@keyframes fall-17{71.827%{transform:translate(38.7755vw,71.827vh) scale(.9918)}to{transform:translate(39.31065vw,99vh) scale(.9918)}}.snow:nth-child(18){opacity:.566;transform:translate(14.7545vw,-10px) scale(.1332);animation:fall-18 18s -17s linear infinite}@keyframes fall-18{33.628%{transform:translate(24.0974vw,33.628vh) scale(.1332)}to{transform:translate(19.42595vw,99vh) scale(.1332)}}.snow:nth-child(19){opacity:.1906;transform:translate(6.0115vw,-10px) scale(.1183);animation:fall-19 13s -5s linear infinite}@keyframes fall-19{49.454%{transform:translate(13.7169vw,49.454vh) scale(.1183)}to{transform:translate(9.8642vw,99vh) scale(.1183)}}.snow:nth-child(20){opacity:.537;transform:translate(97.3771vw,-10px) scale(.9435);animation:fall-20 28s -26s linear infinite}@keyframes fall-20{36.714%{transform:translate(98.3086vw,36.714vh) scale(.9435)}to{transform:translate(97.84285vw,99vh) scale(.9435)}}.snow:nth-child(21){opacity:.6634;transform:translate(16.3628vw,-10px) scale(.7084);animation:fall-21 27s -17s linear infinite}@keyframes fall-21{74.222%{transform:translate(16.4788vw,74.222vh) scale(.7084)}to{transform:translate(16.4208vw,99vh) scale(.7084)}}.snow:nth-child(22){opacity:.5142;transform:translate(75.5148vw,-10px) scale(.7026);animation:fall-22 18s -8s linear infinite}@keyframes fall-22{51.187%{transform:translate(73.4902vw,51.187vh) scale(.7026)}to{transform:translate(74.5025vw,99vh) scale(.7026)}}.snow:nth-child(23){opacity:1.2062;transform:translate(40.802vw,-10px) scale(.8079);animation:fall-23 19s -15s linear infinite}@keyframes fall-23{45.464%{transform:translate(31.6516vw,45.464vh) scale(.8079)}to{transform:translate(36.2268vw,99vh) scale(.8079)}}.snow:nth-child(24){opacity:1.5314;transform:translate(32.5631vw,-10px) scale(.1219);animation:fall-24 10s -2s linear infinite}@keyframes fall-24{39.545%{transform:translate(35.1668vw,39.545vh) scale(.1219)}to{transform:translate(33.86495vw,99vh) scale(.1219)}}.snow:nth-child(25){opacity:.9762;transform:translate(29.0569vw,-10px) scale(.9313);animation:fall-25 23s -26s linear infinite}@keyframes fall-25{63.249%{transform:translate(24.8379vw,63.249vh) scale(.9313)}to{transform:translate(26.9474vw,99vh) scale(.9313)}}.snow:nth-child(26){opacity:1.3766;transform:translate(28.953vw,-10px) scale(.8161);animation:fall-26 30s -14s linear infinite}@keyframes fall-26{75.192%{transform:translate(24.8002vw,75.192vh) scale(.8161)}to{transform:translate(26.8766vw,99vh) scale(.8161)}}.snow:nth-child(27){opacity:1.2476;transform:translate(71.1615vw,-10px) scale(.6046);animation:fall-27 22s -10s linear infinite}@keyframes fall-27{48.608%{transform:translate(70.7257vw,48.608vh) scale(.6046)}to{transform:translate(70.9436vw,99vh) scale(.6046)}}.snow:nth-child(28){opacity:1.7824;transform:translate(90.7377vw,-10px) scale(.608);animation:fall-28 11s -29s linear infinite}@keyframes fall-28{43.997%{transform:translate(89.534vw,43.997vh) scale(.608)}to{transform:translate(90.13585vw,99vh) scale(.608)}}.snow:nth-child(29){opacity:.7246;transform:translate(66.8935vw,-10px) scale(.3315);animation:fall-29 17s -4s linear infinite}@keyframes fall-29{57.984%{transform:translate(73.4549vw,57.984vh) scale(.3315)}to{transform:translate(70.1742vw,99vh) scale(.3315)}}.snow:nth-child(30){opacity:.8866;transform:translate(82.488vw,-10px) scale(.44);animation:fall-30 30s -2s linear infinite}@keyframes fall-30{39.209%{transform:translate(72.7697vw,39.209vh) scale(.44)}to{transform:translate(77.62885vw,99vh) scale(.44)}}.snow:nth-child(31){opacity:.9908;transform:translate(89.3862vw,-10px) scale(.9599);animation:fall-31 23s -17s linear infinite}@keyframes fall-31{38.539%{transform:translate(89.9124vw,38.539vh) scale(.9599)}to{transform:translate(89.6493vw,99vh) scale(.9599)}}.snow:nth-child(32){opacity:.748;transform:translate(36.2367vw,-10px) scale(.616);animation:fall-32 28s -14s linear infinite}@keyframes fall-32{30.641%{transform:translate(30.0184vw,30.641vh) scale(.616)}to{transform:translate(33.12755vw,99vh) scale(.616)}}.snow:nth-child(33){opacity:1.8098;transform:translate(83.6265vw,-10px) scale(.0572);animation:fall-33 13s -28s linear infinite}@keyframes fall-33{50.355%{transform:translate(79.2523vw,50.355vh) scale(.0572)}to{transform:translate(81.4394vw,99vh) scale(.0572)}}.snow:nth-child(34){opacity:1.1086;transform:translate(99.3229vw,-10px) scale(.004);animation:fall-34 16s -26s linear infinite}@keyframes fall-34{33.465%{transform:translate(104.814vw,33.465vh) scale(.004)}to{transform:translate(102.06845vw,99vh) scale(.004)}}.snow:nth-child(35){opacity:.444;transform:translate(86.6734vw,-10px) scale(.5505);animation:fall-35 22s -5s linear infinite}@keyframes fall-35{58.812%{transform:translate(87.2427vw,58.812vh) scale(.5505)}to{transform:translate(86.95805vw,99vh) scale(.5505)}}.snow:nth-child(36){opacity:1.1146;transform:translate(60.3385vw,-10px) scale(.8593);animation:fall-36 15s -19s linear infinite}@keyframes fall-36{42.143%{transform:translate(65.2006vw,42.143vh) scale(.8593)}to{transform:translate(62.76955vw,99vh) scale(.8593)}}.snow:nth-child(37){opacity:1.3304;transform:translate(18.9431vw,-10px) scale(.8609);animation:fall-37 27s -5s linear infinite}@keyframes fall-37{67.813%{transform:translate(15.1186vw,67.813vh) scale(.8609)}to{transform:translate(17.03085vw,99vh) scale(.8609)}}.snow:nth-child(38){opacity:.8458;transform:translate(81.5542vw,-10px) scale(.2404);animation:fall-38 18s -7s linear infinite}@keyframes fall-38{39.666%{transform:translate(88.4471vw,39.666vh) scale(.2404)}to{transform:translate(85.00065vw,99vh) scale(.2404)}}.snow:nth-child(39){opacity:.9216;transform:translate(61.2235vw,-10px) scale(.5815);animation:fall-39 25s -4s linear infinite}@keyframes fall-39{52.678%{transform:translate(71.1823vw,52.678vh) scale(.5815)}to{transform:translate(66.2029vw,99vh) scale(.5815)}}.snow:nth-child(40){opacity:1.9164;transform:translate(39.7975vw,-10px) scale(.0646);animation:fall-40 14s -18s linear infinite}@keyframes fall-40{76.443%{transform:translate(30.3764vw,76.443vh) scale(.0646)}to{transform:translate(35.08695vw,99vh) scale(.0646)}}.snow:nth-child(41){opacity:.7552;transform:translate(49.3099vw,-10px) scale(.2387);animation:fall-41 20s -4s linear infinite}@keyframes fall-41{45.199%{transform:translate(49.8393vw,45.199vh) scale(.2387)}to{transform:translate(49.5746vw,99vh) scale(.2387)}}.snow:nth-child(42){opacity:.7536;transform:translate(8.1142vw,-10px) scale(.73);animation:fall-42 22s -20s linear infinite}@keyframes fall-42{63.433%{transform:translate(11.3581vw,63.433vh) scale(.73)}to{transform:translate(9.73615vw,99vh) scale(.73)}}.snow:nth-child(43){opacity:.8588;transform:translate(42.1419vw,-10px) scale(.8061);animation:fall-43 11s -4s linear infinite}@keyframes fall-43{49.472%{transform:translate(39.7331vw,49.472vh) scale(.8061)}to{transform:translate(40.9375vw,99vh) scale(.8061)}}.snow:nth-child(44){opacity:1.4136;transform:translate(90.542vw,-10px) scale(.884);animation:fall-44 21s -16s linear infinite}@keyframes fall-44{31.548%{transform:translate(88.4279vw,31.548vh) scale(.884)}to{transform:translate(89.48495vw,99vh) scale(.884)}}.snow:nth-child(45){opacity:1.124;transform:translate(93.6871vw,-10px) scale(.662);animation:fall-45 15s -7s linear infinite}@keyframes fall-45{78.048%{transform:translate(95.4223vw,78.048vh) scale(.662)}to{transform:translate(94.5547vw,99vh) scale(.662)}}.snow:nth-child(46){opacity:.0242;transform:translate(30.5354vw,-10px) scale(.1423);animation:fall-46 16s -21s linear infinite}@keyframes fall-46{44.68%{transform:translate(25.6166vw,44.68vh) scale(.1423)}to{transform:translate(28.076vw,99vh) scale(.1423)}}.snow:nth-child(47){opacity:1.3018;transform:translate(99.8302vw,-10px) scale(.9815);animation:fall-47 15s -4s linear infinite}@keyframes fall-47{58.418%{transform:translate(89.9149vw,58.418vh) scale(.9815)}to{transform:translate(94.87255vw,99vh) scale(.9815)}}.snow:nth-child(48){opacity:1.0344;transform:translate(95.5149vw,-10px) scale(.319);animation:fall-48 14s -21s linear infinite}@keyframes fall-48{73.008%{transform:translate(95.1005vw,73.008vh) scale(.319)}to{transform:translate(95.3077vw,99vh) scale(.319)}}.snow:nth-child(49){opacity:1.8258;transform:translate(99.1465vw,-10px) scale(.1442);animation:fall-49 11s -13s linear infinite}@keyframes fall-49{68.992%{transform:translate(93.4975vw,68.992vh) scale(.1442)}to{transform:translate(96.322vw,99vh) scale(.1442)}}.snow:nth-child(50){opacity:.3924;transform:translate(1.8604vw,-10px) scale(.727);animation:fall-50 15s -17s linear infinite}@keyframes fall-50{33.636%{transform:translate(-6.2731vw,33.636vh) scale(.727)}to{transform:translate(-2.20635vw,99vh) scale(.727)}}.snow:nth-child(51){opacity:1.6886;transform:translate(38.177vw,-10px) scale(.3153);animation:fall-51 10s -5s linear infinite}@keyframes fall-51{32.827%{transform:translate(32.9061vw,32.827vh) scale(.3153)}to{transform:translate(35.54155vw,99vh) scale(.3153)}}.snow:nth-child(52){opacity:1.7454;transform:translate(98.0979vw,-10px) scale(.9466);animation:fall-52 19s -26s linear infinite}@keyframes fall-52{54.459%{transform:translate(88.8837vw,54.459vh) scale(.9466)}to{transform:translate(93.4908vw,99vh) scale(.9466)}}.snow:nth-child(53){opacity:.5496;transform:translate(17.1476vw,-10px) scale(.8279);animation:fall-53 25s -21s linear infinite}@keyframes fall-53{50.652%{transform:translate(22.1073vw,50.652vh) scale(.8279)}to{transform:translate(19.62745vw,99vh) scale(.8279)}}.snow:nth-child(54){opacity:.793;transform:translate(61.9723vw,-10px) scale(.085);animation:fall-54 15s -17s linear infinite}@keyframes fall-54{42.976%{transform:translate(67.048vw,42.976vh) scale(.085)}to{transform:translate(64.51015vw,99vh) scale(.085)}}.snow:nth-child(55){opacity:1.6566;transform:translate(94.2761vw,-10px) scale(.1128);animation:fall-55 16s -22s linear infinite}@keyframes fall-55{44.022%{transform:translate(102.3694vw,44.022vh) scale(.1128)}to{transform:translate(98.32275vw,99vh) scale(.1128)}}.snow:nth-child(56){opacity:1.9316;transform:translate(93.8482vw,-10px) scale(.0387);animation:fall-56 17s -12s linear infinite}@keyframes fall-56{36.523%{transform:translate(94.4295vw,36.523vh) scale(.0387)}to{transform:translate(94.13885vw,99vh) scale(.0387)}}.snow:nth-child(57){opacity:1.766;transform:translate(79.4231vw,-10px) scale(.6986);animation:fall-57 18s -18s linear infinite}@keyframes fall-57{64.252%{transform:translate(70.7613vw,64.252vh) scale(.6986)}to{transform:translate(75.0922vw,99vh) scale(.6986)}}.snow:nth-child(58){opacity:.9344;transform:translate(49.3494vw,-10px) scale(.8814);animation:fall-58 19s -2s linear infinite}@keyframes fall-58{62.757%{transform:translate(44.1372vw,62.757vh) scale(.8814)}to{transform:translate(46.7433vw,99vh) scale(.8814)}}.snow:nth-child(59){opacity:1.8696;transform:translate(91.2974vw,-10px) scale(.297);animation:fall-59 27s -3s linear infinite}@keyframes fall-59{33.818%{transform:translate(95.4204vw,33.818vh) scale(.297)}to{transform:translate(93.3589vw,99vh) scale(.297)}}.snow:nth-child(60){opacity:1.1034;transform:translate(53.0306vw,-10px) scale(.9996);animation:fall-60 12s -20s linear infinite}@keyframes fall-60{44.224%{transform:translate(58.4838vw,44.224vh) scale(.9996)}to{transform:translate(55.7572vw,99vh) scale(.9996)}}.snow:nth-child(61){opacity:1.5382;transform:translate(46.0642vw,-10px) scale(.9425);animation:fall-61 16s -2s linear infinite}@keyframes fall-61{40.618%{transform:translate(55.5855vw,40.618vh) scale(.9425)}to{transform:translate(50.82485vw,99vh) scale(.9425)}}.snow:nth-child(62){opacity:1.197;transform:translate(86.0567vw,-10px) scale(.2533);animation:fall-62 23s -11s linear infinite}@keyframes fall-62{51.091%{transform:translate(93.7583vw,51.091vh) scale(.2533)}to{transform:translate(89.9075vw,99vh) scale(.2533)}}.snow:nth-child(63){opacity:.8336;transform:translate(50.5426vw,-10px) scale(.4226);animation:fall-63 11s -27s linear infinite}@keyframes fall-63{52.33%{transform:translate(51.8662vw,52.33vh) scale(.4226)}to{transform:translate(51.2044vw,99vh) scale(.4226)}}.snow:nth-child(64){opacity:.1698;transform:translate(38.0227vw,-10px) scale(.623);animation:fall-64 10s -8s linear infinite}@keyframes fall-64{73.94%{transform:translate(43.6773vw,73.94vh) scale(.623)}to{transform:translate(40.85vw,99vh) scale(.623)}}.snow:nth-child(65){opacity:1.2674;transform:translate(45.2285vw,-10px) scale(.6262);animation:fall-65 17s -7s linear infinite}@keyframes fall-65{36.213%{transform:translate(38.7152vw,36.213vh) scale(.6262)}to{transform:translate(41.97185vw,99vh) scale(.6262)}}.snow:nth-child(66){opacity:.0112;transform:translate(15.2766vw,-10px) scale(.1277);animation:fall-66 23s -20s linear infinite}@keyframes fall-66{75.872%{transform:translate(11.4635vw,75.872vh) scale(.1277)}to{transform:translate(13.37005vw,99vh) scale(.1277)}}.snow:nth-child(67){opacity:.0444;transform:translate(62.0772vw,-10px) scale(.9633);animation:fall-67 23s -5s linear infinite}@keyframes fall-67{66.654%{transform:translate(65.179vw,66.654vh) scale(.9633)}to{transform:translate(63.6281vw,99vh) scale(.9633)}}.snow:nth-child(68){opacity:.8156;transform:translate(92.813vw,-10px) scale(.7803);animation:fall-68 27s -5s linear infinite}@keyframes fall-68{66.925%{transform:translate(92.8011vw,66.925vh) scale(.7803)}to{transform:translate(92.80705vw,99vh) scale(.7803)}}.snow:nth-child(69){opacity:.9086;transform:translate(44.7544vw,-10px) scale(.0736);animation:fall-69 20s -10s linear infinite}@keyframes fall-69{40.637%{transform:translate(37.2836vw,40.637vh) scale(.0736)}to{transform:translate(41.019vw,99vh) scale(.0736)}}.snow:nth-child(70){opacity:1.6502;transform:translate(80.5614vw,-10px) scale(.4691);animation:fall-70 14s -26s linear infinite}@keyframes fall-70{32.863%{transform:translate(85.6622vw,32.863vh) scale(.4691)}to{transform:translate(83.1118vw,99vh) scale(.4691)}}.snow:nth-child(71){opacity:.308;transform:translate(90.2644vw,-10px) scale(.092);animation:fall-71 28s -27s linear infinite}@keyframes fall-71{60.626%{transform:translate(85.4458vw,60.626vh) scale(.092)}to{transform:translate(87.8551vw,99vh) scale(.092)}}.snow:nth-child(72){opacity:.2414;transform:translate(61.0233vw,-10px) scale(.4191);animation:fall-72 22s -22s linear infinite}@keyframes fall-72{34.435%{transform:translate(64.7479vw,34.435vh) scale(.4191)}to{transform:translate(62.8856vw,99vh) scale(.4191)}}.snow:nth-child(73){opacity:1.146;transform:translate(33.4826vw,-10px) scale(.0427);animation:fall-73 13s -2s linear infinite}@keyframes fall-73{45.658%{transform:translate(33.7374vw,45.658vh) scale(.0427)}to{transform:translate(33.61vw,99vh) scale(.0427)}}.snow:nth-child(74){opacity:1.3408;transform:translate(24.5158vw,-10px) scale(.1811);animation:fall-74 28s -2s linear infinite}@keyframes fall-74{62.54%{transform:translate(26.5856vw,62.54vh) scale(.1811)}to{transform:translate(25.5507vw,99vh) scale(.1811)}}.snow:nth-child(75){opacity:.6448;transform:translate(80.7234vw,-10px) scale(.324);animation:fall-75 17s -29s linear infinite}@keyframes fall-75{38.809%{transform:translate(75.7348vw,38.809vh) scale(.324)}to{transform:translate(78.2291vw,99vh) scale(.324)}}.snow:nth-child(76){opacity:.5338;transform:translate(61.6072vw,-10px) scale(.2553);animation:fall-76 20s -27s linear infinite}@keyframes fall-76{76.6%{transform:translate(52.1603vw,76.6vh) scale(.2553)}to{transform:translate(56.88375vw,99vh) scale(.2553)}}.snow:nth-child(77){opacity:1.9108;transform:translate(96.9395vw,-10px) scale(.2169);animation:fall-77 12s -29s linear infinite}@keyframes fall-77{51.65%{transform:translate(106.7714vw,51.65vh) scale(.2169)}to{transform:translate(101.85545vw,99vh) scale(.2169)}}.snow:nth-child(78){opacity:.4874;transform:translate(39.5191vw,-10px) scale(.7182);animation:fall-78 30s -7s linear infinite}@keyframes fall-78{32.297%{transform:translate(37.3004vw,32.297vh) scale(.7182)}to{transform:translate(38.40975vw,99vh) scale(.7182)}}.snow:nth-child(79){opacity:1.87;transform:translate(65.6588vw,-10px) scale(.3036);animation:fall-79 17s -20s linear infinite}@keyframes fall-79{30.541%{transform:translate(72.2392vw,30.541vh) scale(.3036)}to{transform:translate(68.949vw,99vh) scale(.3036)}}.snow:nth-child(80){opacity:1.67;transform:translate(77.1288vw,-10px) scale(.226);animation:fall-80 18s -7s linear infinite}@keyframes fall-80{66.858%{transform:translate(72.5386vw,66.858vh) scale(.226)}to{transform:translate(74.8337vw,99vh) scale(.226)}}.snow:nth-child(81){opacity:1.0564;transform:translate(63.5095vw,-10px) scale(.271);animation:fall-81 23s -12s linear infinite}@keyframes fall-81{36.764%{transform:translate(69.5653vw,36.764vh) scale(.271)}to{transform:translate(66.5374vw,99vh) scale(.271)}}.snow:nth-child(82){opacity:1.7816;transform:translate(20.6759vw,-10px) scale(.0499);animation:fall-82 18s -29s linear infinite}@keyframes fall-82{74.114%{transform:translate(16.9vw,74.114vh) scale(.0499)}to{transform:translate(18.78795vw,99vh) scale(.0499)}}.snow:nth-child(83){opacity:.7124;transform:translate(8.8126vw,-10px) scale(.3601);animation:fall-83 13s -7s linear infinite}@keyframes fall-83{70.088%{transform:translate(15.8535vw,70.088vh) scale(.3601)}to{transform:translate(12.33305vw,99vh) scale(.3601)}}.snow:nth-child(84){opacity:.8902;transform:translate(12.713vw,-10px) scale(.576);animation:fall-84 16s -30s linear infinite}@keyframes fall-84{69.367%{transform:translate(21.8053vw,69.367vh) scale(.576)}to{transform:translate(17.25915vw,99vh) scale(.576)}}.snow:nth-child(85){opacity:1.2038;transform:translate(70.6786vw,-10px) scale(.0568);animation:fall-85 25s -12s linear infinite}@keyframes fall-85{48.135%{transform:translate(62.3783vw,48.135vh) scale(.0568)}to{transform:translate(66.52845vw,99vh) scale(.0568)}}.snow:nth-child(86){opacity:.9888;transform:translate(30.9564vw,-10px) scale(.7691);animation:fall-86 27s -2s linear infinite}@keyframes fall-86{59.481%{transform:translate(22.901vw,59.481vh) scale(.7691)}to{transform:translate(26.9287vw,99vh) scale(.7691)}}.snow:nth-child(87){opacity:.9406;transform:translate(35.0358vw,-10px) scale(.2892);animation:fall-87 15s -21s linear infinite}@keyframes fall-87{69.949%{transform:translate(41.3345vw,69.949vh) scale(.2892)}to{transform:translate(38.18515vw,99vh) scale(.2892)}}.snow:nth-child(88){opacity:.8906;transform:translate(68.1962vw,-10px) scale(.5229);animation:fall-88 26s -26s linear infinite}@keyframes fall-88{37.729%{transform:translate(68.0932vw,37.729vh) scale(.5229)}to{transform:translate(68.1447vw,99vh) scale(.5229)}}.snow:nth-child(89){opacity:1.0158;transform:translate(72.7187vw,-10px) scale(.0655);animation:fall-89 14s -12s linear infinite}@keyframes fall-89{39.804%{transform:translate(74.0138vw,39.804vh) scale(.0655)}to{transform:translate(73.36625vw,99vh) scale(.0655)}}.snow:nth-child(90){opacity:1.0194;transform:translate(27.7933vw,-10px) scale(.1574);animation:fall-90 11s -6s linear infinite}@keyframes fall-90{50.864%{transform:translate(22.8133vw,50.864vh) scale(.1574)}to{transform:translate(25.3033vw,99vh) scale(.1574)}}.snow:nth-child(91){opacity:1.113;transform:translate(47.3712vw,-10px) scale(.6564);animation:fall-91 11s -28s linear infinite}@keyframes fall-91{65.721%{transform:translate(50.4713vw,65.721vh) scale(.6564)}to{transform:translate(48.92125vw,99vh) scale(.6564)}}.snow:nth-child(92){opacity:1.8944;transform:translate(7.4344vw,-10px) scale(.1753);animation:fall-92 24s -7s linear infinite}@keyframes fall-92{66.95%{transform:translate(15.5146vw,66.95vh) scale(.1753)}to{transform:translate(11.4745vw,99vh) scale(.1753)}}.snow:nth-child(93){opacity:.01;transform:translate(24.4581vw,-10px) scale(.3119);animation:fall-93 27s -6s linear infinite}@keyframes fall-93{75.823%{transform:translate(22.4813vw,75.823vh) scale(.3119)}to{transform:translate(23.4697vw,99vh) scale(.3119)}}.snow:nth-child(94){opacity:.1514;transform:translate(80.5622vw,-10px) scale(.6814);animation:fall-94 22s -9s linear infinite}@keyframes fall-94{39.23%{transform:translate(73.9091vw,39.23vh) scale(.6814)}to{transform:translate(77.23565vw,99vh) scale(.6814)}}.snow:nth-child(95){opacity:1.233;transform:translate(1.0312vw,-10px) scale(.7253);animation:fall-95 24s -20s linear infinite}@keyframes fall-95{69.777%{transform:translate(-1.8159vw,69.777vh) scale(.7253)}to{transform:translate(-.39235vw,99vh) scale(.7253)}}.snow:nth-child(96){opacity:.9782;transform:translate(49.2201vw,-10px) scale(.023);animation:fall-96 29s -11s linear infinite}@keyframes fall-96{41.915%{transform:translate(52.6528vw,41.915vh) scale(.023)}to{transform:translate(50.93645vw,99vh) scale(.023)}}.snow:nth-child(97){opacity:1.486;transform:translate(7.4045vw,-10px) scale(.2633);animation:fall-97 20s -6s linear infinite}@keyframes fall-97{38.926%{transform:translate(14.0637vw,38.926vh) scale(.2633)}to{transform:translate(10.7341vw,99vh) scale(.2633)}}.snow:nth-child(98){opacity:.0234;transform:translate(22.0087vw,-10px) scale(.8719);animation:fall-98 27s -24s linear infinite}@keyframes fall-98{39.491%{transform:translate(26.3864vw,39.491vh) scale(.8719)}to{transform:translate(24.19755vw,99vh) scale(.8719)}}.snow:nth-child(99){opacity:1.8828;transform:translate(10.3662vw,-10px) scale(.5434);animation:fall-99 29s -30s linear infinite}@keyframes fall-99{70.364%{transform:translate(19.5795vw,70.364vh) scale(.5434)}to{transform:translate(14.97285vw,99vh) scale(.5434)}}.snow:nth-child(100){opacity:.3012;transform:translate(54.528vw,-10px) scale(.995);animation:fall-100 12s -3s linear infinite}@keyframes fall-100{38.155%{transform:translate(56.9199vw,38.155vh) scale(.995)}to{transform:translate(55.72395vw,99vh) scale(.995)}}.snow:nth-child(101){opacity:1.1318;transform:translate(51.8836vw,-10px) scale(.5247);animation:fall-101 22s -30s linear infinite}@keyframes fall-101{76.928%{transform:translate(51.2034vw,76.928vh) scale(.5247)}to{transform:translate(51.5435vw,99vh) scale(.5247)}}.snow:nth-child(102){opacity:1.5914;transform:translate(36.9479vw,-10px) scale(.3026);animation:fall-102 10s -20s linear infinite}@keyframes fall-102{41.92%{transform:translate(31.2021vw,41.92vh) scale(.3026)}to{transform:translate(34.075vw,99vh) scale(.3026)}}.snow:nth-child(103){opacity:.377;transform:translate(15.2349vw,-10px) scale(.5152);animation:fall-103 21s -3s linear infinite}@keyframes fall-103{30.238%{transform:translate(15.3873vw,30.238vh) scale(.5152)}to{transform:translate(15.3111vw,99vh) scale(.5152)}}.snow:nth-child(104){opacity:1.8488;transform:translate(82.7111vw,-10px) scale(.3408);animation:fall-104 28s -13s linear infinite}@keyframes fall-104{48.078%{transform:translate(72.9804vw,48.078vh) scale(.3408)}to{transform:translate(77.84575vw,99vh) scale(.3408)}}.snow:nth-child(105){opacity:1.9802;transform:translate(27.8199vw,-10px) scale(.8371);animation:fall-105 11s -19s linear infinite}@keyframes fall-105{74.103%{transform:translate(20.5714vw,74.103vh) scale(.8371)}to{transform:translate(24.19565vw,99vh) scale(.8371)}}.snow:nth-child(106){opacity:.3752;transform:translate(1.6225vw,-10px) scale(.308);animation:fall-106 27s -17s linear infinite}@keyframes fall-106{67.343%{transform:translate(-6.4507vw,67.343vh) scale(.308)}to{transform:translate(-2.4141vw,99vh) scale(.308)}}.snow:nth-child(107){opacity:.3424;transform:translate(82.1291vw,-10px) scale(.2855);animation:fall-107 15s -6s linear infinite}@keyframes fall-107{70.01%{transform:translate(87.3154vw,70.01vh) scale(.2855)}to{transform:translate(84.72225vw,99vh) scale(.2855)}}.snow:nth-child(108){opacity:.1792;transform:translate(82.9923vw,-10px) scale(.1777);animation:fall-108 26s -1s linear infinite}@keyframes fall-108{40.815%{transform:translate(73.6655vw,40.815vh) scale(.1777)}to{transform:translate(78.3289vw,99vh) scale(.1777)}}.snow:nth-child(109){opacity:1.0384;transform:translate(55.0161vw,-10px) scale(.7946);animation:fall-109 23s -23s linear infinite}@keyframes fall-109{42.108%{transform:translate(61.4766vw,42.108vh) scale(.7946)}to{transform:translate(58.24635vw,99vh) scale(.7946)}}.snow:nth-child(110){opacity:.0398;transform:translate(66.0814vw,-10px) scale(.9392);animation:fall-110 25s -13s linear infinite}@keyframes fall-110{34.402%{transform:translate(60.1957vw,34.402vh) scale(.9392)}to{transform:translate(63.13855vw,99vh) scale(.9392)}}.snow:nth-child(111){opacity:1.5552;transform:translate(76.051vw,-10px) scale(.5283);animation:fall-111 21s -15s linear infinite}@keyframes fall-111{46.035%{transform:translate(70.6898vw,46.035vh) scale(.5283)}to{transform:translate(73.3704vw,99vh) scale(.5283)}}.snow:nth-child(112){opacity:1.821;transform:translate(31.787vw,-10px) scale(.2569);animation:fall-112 11s -11s linear infinite}@keyframes fall-112{73.085%{transform:translate(36.9489vw,73.085vh) scale(.2569)}to{transform:translate(34.36795vw,99vh) scale(.2569)}}.snow:nth-child(113){opacity:1.613;transform:translate(51.7403vw,-10px) scale(.7883);animation:fall-113 15s -15s linear infinite}@keyframes fall-113{75.996%{transform:translate(44.4029vw,75.996vh) scale(.7883)}to{transform:translate(48.0716vw,99vh) scale(.7883)}}.snow:nth-child(114){opacity:1.7832;transform:translate(56.9519vw,-10px) scale(.7171);animation:fall-114 24s -19s linear infinite}@keyframes fall-114{69.869%{transform:translate(53.2653vw,69.869vh) scale(.7171)}to{transform:translate(55.1086vw,99vh) scale(.7171)}}.snow:nth-child(115){opacity:1.8374;transform:translate(14.4652vw,-10px) scale(.557);animation:fall-115 19s -5s linear infinite}@keyframes fall-115{65.757%{transform:translate(19.8751vw,65.757vh) scale(.557)}to{transform:translate(17.17015vw,99vh) scale(.557)}}.snow:nth-child(116){opacity:.8336;transform:translate(20.8046vw,-10px) scale(.0806);animation:fall-116 19s -29s linear infinite}@keyframes fall-116{59.245%{transform:translate(14.1777vw,59.245vh) scale(.0806)}to{transform:translate(17.49115vw,99vh) scale(.0806)}}.snow:nth-child(117){opacity:1.3094;transform:translate(77.1936vw,-10px) scale(.9836);animation:fall-117 30s -17s linear infinite}@keyframes fall-117{57.74%{transform:translate(85.7618vw,57.74vh) scale(.9836)}to{transform:translate(81.4777vw,99vh) scale(.9836)}}.snow:nth-child(118){opacity:1.5254;transform:translate(38.3112vw,-10px) scale(.3153);animation:fall-118 30s -19s linear infinite}@keyframes fall-118{37.938%{transform:translate(47.9669vw,37.938vh) scale(.3153)}to{transform:translate(43.13905vw,99vh) scale(.3153)}}.snow:nth-child(119){opacity:.6594;transform:translate(20.5084vw,-10px) scale(.6366);animation:fall-119 13s -3s linear infinite}@keyframes fall-119{76.911%{transform:translate(24.0075vw,76.911vh) scale(.6366)}to{transform:translate(22.25795vw,99vh) scale(.6366)}}.snow:nth-child(120){opacity:.05;transform:translate(75.5268vw,-10px) scale(.1634);animation:fall-120 15s -30s linear infinite}@keyframes fall-120{75.644%{transform:translate(81.3524vw,75.644vh) scale(.1634)}to{transform:translate(78.4396vw,99vh) scale(.1634)}}.snow:nth-child(121){opacity:1.474;transform:translate(27.4655vw,-10px) scale(.8022);animation:fall-121 29s -13s linear infinite}@keyframes fall-121{55.821%{transform:translate(34.5497vw,55.821vh) scale(.8022)}to{transform:translate(31.0076vw,99vh) scale(.8022)}}.snow:nth-child(122){opacity:.699;transform:translate(54.8339vw,-10px) scale(.8394);animation:fall-122 26s -21s linear infinite}@keyframes fall-122{32.707%{transform:translate(59.9368vw,32.707vh) scale(.8394)}to{transform:translate(57.38535vw,99vh) scale(.8394)}}.snow:nth-child(123){opacity:1.5366;transform:translate(50.1145vw,-10px) scale(.4808);animation:fall-123 12s -27s linear infinite}@keyframes fall-123{47.521%{transform:translate(53.849vw,47.521vh) scale(.4808)}to{transform:translate(51.98175vw,99vh) scale(.4808)}}.snow:nth-child(124){opacity:1.1392;transform:translate(84.7213vw,-10px) scale(.9628);animation:fall-124 29s -13s linear infinite}@keyframes fall-124{37.705%{transform:translate(93.1884vw,37.705vh) scale(.9628)}to{transform:translate(88.95485vw,99vh) scale(.9628)}}.snow:nth-child(125){opacity:.3568;transform:translate(62.9262vw,-10px) scale(.2662);animation:fall-125 28s -16s linear infinite}@keyframes fall-125{34.203%{transform:translate(64.358vw,34.203vh) scale(.2662)}to{transform:translate(63.6421vw,99vh) scale(.2662)}}.snow:nth-child(126){opacity:1.2064;transform:translate(85.8883vw,-10px) scale(.1792);animation:fall-126 16s -28s linear infinite}@keyframes fall-126{63.576%{transform:translate(92.2076vw,63.576vh) scale(.1792)}to{transform:translate(89.04795vw,99vh) scale(.1792)}}.snow:nth-child(127){opacity:1.5382;transform:translate(34.0943vw,-10px) scale(.2162);animation:fall-127 14s -17s linear infinite}@keyframes fall-127{66.302%{transform:translate(30.1004vw,66.302vh) scale(.2162)}to{transform:translate(32.09735vw,99vh) scale(.2162)}}.snow:nth-child(128){opacity:1.2514;transform:translate(59.0948vw,-10px) scale(.6226);animation:fall-128 18s -10s linear infinite}@keyframes fall-128{46.695%{transform:translate(49.9803vw,46.695vh) scale(.6226)}to{transform:translate(54.53755vw,99vh) scale(.6226)}}.snow:nth-child(129){opacity:.2068;transform:translate(88.7699vw,-10px) scale(.4003);animation:fall-129 27s -28s linear infinite}@keyframes fall-129{43.075%{transform:translate(87.2486vw,43.075vh) scale(.4003)}to{transform:translate(88.00925vw,99vh) scale(.4003)}}.snow:nth-child(130){opacity:1.106;transform:translate(70.8314vw,-10px) scale(.5528);animation:fall-130 19s -27s linear infinite}@keyframes fall-130{66.261%{transform:translate(72.3964vw,66.261vh) scale(.5528)}to{transform:translate(71.6139vw,99vh) scale(.5528)}}.snow:nth-child(131){opacity:.3148;transform:translate(81.1469vw,-10px) scale(.2883);animation:fall-131 30s -8s linear infinite}@keyframes fall-131{39.723%{transform:translate(72.3676vw,39.723vh) scale(.2883)}to{transform:translate(76.75725vw,99vh) scale(.2883)}}.snow:nth-child(132){opacity:1.4272;transform:translate(51.3255vw,-10px) scale(.7185);animation:fall-132 30s -14s linear infinite}@keyframes fall-132{62.882%{transform:translate(53.4113vw,62.882vh) scale(.7185)}to{transform:translate(52.3684vw,99vh) scale(.7185)}}.snow:nth-child(133){opacity:.2354;transform:translate(56.2006vw,-10px) scale(.8873);animation:fall-133 11s -1s linear infinite}@keyframes fall-133{67.253%{transform:translate(49.2402vw,67.253vh) scale(.8873)}to{transform:translate(52.7204vw,99vh) scale(.8873)}}.snow:nth-child(134){opacity:1.4964;transform:translate(17.9208vw,-10px) scale(.7797);animation:fall-134 10s -23s linear infinite}@keyframes fall-134{31.848%{transform:translate(26.5225vw,31.848vh) scale(.7797)}to{transform:translate(22.22165vw,99vh) scale(.7797)}}.snow:nth-child(135){opacity:1.4092;transform:translate(10.606vw,-10px) scale(.6067);animation:fall-135 25s -19s linear infinite}@keyframes fall-135{37.224%{transform:translate(11.0254vw,37.224vh) scale(.6067)}to{transform:translate(10.8157vw,99vh) scale(.6067)}}.snow:nth-child(136){opacity:1.3128;transform:translate(18.9091vw,-10px) scale(.9238);animation:fall-136 11s -19s linear infinite}@keyframes fall-136{38.493%{transform:translate(10.8295vw,38.493vh) scale(.9238)}to{transform:translate(14.8693vw,99vh) scale(.9238)}}.snow:nth-child(137){opacity:1.1152;transform:translate(74.6025vw,-10px) scale(.1158);animation:fall-137 29s -1s linear infinite}@keyframes fall-137{66.466%{transform:translate(76.8188vw,66.466vh) scale(.1158)}to{transform:translate(75.71065vw,99vh) scale(.1158)}}.snow:nth-child(138){opacity:1.15;transform:translate(78.0426vw,-10px) scale(.4179);animation:fall-138 27s -6s linear infinite}@keyframes fall-138{57.505%{transform:translate(71.0065vw,57.505vh) scale(.4179)}to{transform:translate(74.52455vw,99vh) scale(.4179)}}.snow:nth-child(139){opacity:1.0644;transform:translate(75.0228vw,-10px) scale(.1862);animation:fall-139 23s -18s linear infinite}@keyframes fall-139{32.014%{transform:translate(82.7929vw,32.014vh) scale(.1862)}to{transform:translate(78.90785vw,99vh) scale(.1862)}}.snow:nth-child(140){opacity:1.8408;transform:translate(72.0819vw,-10px) scale(.6087);animation:fall-140 10s -4s linear infinite}@keyframes fall-140{60.613%{transform:translate(73.3617vw,60.613vh) scale(.6087)}to{transform:translate(72.7218vw,99vh) scale(.6087)}}.snow:nth-child(141){opacity:.2386;transform:translate(43.9468vw,-10px) scale(.1967);animation:fall-141 13s -10s linear infinite}@keyframes fall-141{65.221%{transform:translate(37.7496vw,65.221vh) scale(.1967)}to{transform:translate(40.8482vw,99vh) scale(.1967)}}.snow:nth-child(142){opacity:1.5518;transform:translate(90.1958vw,-10px) scale(.7661);animation:fall-142 18s -25s linear infinite}@keyframes fall-142{35.188%{transform:translate(95.8607vw,35.188vh) scale(.7661)}to{transform:translate(93.02825vw,99vh) scale(.7661)}}.snow:nth-child(143){opacity:.76;transform:translate(83.8731vw,-10px) scale(.9933);animation:fall-143 27s -9s linear infinite}@keyframes fall-143{77.432%{transform:translate(85.2975vw,77.432vh) scale(.9933)}to{transform:translate(84.5853vw,99vh) scale(.9933)}}.snow:nth-child(144){opacity:.5736;transform:translate(6.0789vw,-10px) scale(.5411);animation:fall-144 17s -25s linear infinite}@keyframes fall-144{35.542%{transform:translate(2.9784vw,35.542vh) scale(.5411)}to{transform:translate(4.52865vw,99vh) scale(.5411)}}.snow:nth-child(145){opacity:.629;transform:translate(71.2525vw,-10px) scale(.4745);animation:fall-145 24s -24s linear infinite}@keyframes fall-145{48.679%{transform:translate(62.5368vw,48.679vh) scale(.4745)}to{transform:translate(66.89465vw,99vh) scale(.4745)}}.snow:nth-child(146){opacity:.3738;transform:translate(52.8167vw,-10px) scale(.1572);animation:fall-146 14s -18s linear infinite}@keyframes fall-146{51.233%{transform:translate(43.5299vw,51.233vh) scale(.1572)}to{transform:translate(48.1733vw,99vh) scale(.1572)}}.snow:nth-child(147){opacity:.6902;transform:translate(48.1712vw,-10px) scale(.9574);animation:fall-147 20s -25s linear infinite}@keyframes fall-147{74.962%{transform:translate(56.4837vw,74.962vh) scale(.9574)}to{transform:translate(52.32745vw,99vh) scale(.9574)}}.snow:nth-child(148){opacity:1.5174;transform:translate(55.0507vw,-10px) scale(.5088);animation:fall-148 12s -24s linear infinite}@keyframes fall-148{58.062%{transform:translate(59.5038vw,58.062vh) scale(.5088)}to{transform:translate(57.27725vw,99vh) scale(.5088)}}.snow:nth-child(149){opacity:.3728;transform:translate(96.2582vw,-10px) scale(.5599);animation:fall-149 13s -24s linear infinite}@keyframes fall-149{58.293%{transform:translate(103.9763vw,58.293vh) scale(.5599)}to{transform:translate(100.11725vw,99vh) scale(.5599)}}.snow:nth-child(150){opacity:.747;transform:translate(31.5862vw,-10px) scale(.9439);animation:fall-150 11s -29s linear infinite}@keyframes fall-150{58.475%{transform:translate(24.2277vw,58.475vh) scale(.9439)}to{transform:translate(27.90695vw,99vh) scale(.9439)}}.snow:nth-child(151){opacity:.9384;transform:translate(14.558vw,-10px) scale(.5397);animation:fall-151 14s -9s linear infinite}@keyframes fall-151{68.215%{transform:translate(21.015vw,68.215vh) scale(.5397)}to{transform:translate(17.7865vw,99vh) scale(.5397)}}.snow:nth-child(152){opacity:.5402;transform:translate(65.8632vw,-10px) scale(.7305);animation:fall-152 14s -13s linear infinite}@keyframes fall-152{51.104%{transform:translate(60.1221vw,51.104vh) scale(.7305)}to{transform:translate(62.99265vw,99vh) scale(.7305)}}.snow:nth-child(153){opacity:.2156;transform:translate(23.8064vw,-10px) scale(.7493);animation:fall-153 14s -17s linear infinite}@keyframes fall-153{31.126%{transform:translate(32.7976vw,31.126vh) scale(.7493)}to{transform:translate(28.302vw,99vh) scale(.7493)}}.snow:nth-child(154){opacity:.0312;transform:translate(68.1413vw,-10px) scale(.3508);animation:fall-154 24s -21s linear infinite}@keyframes fall-154{55.38%{transform:translate(59.7932vw,55.38vh) scale(.3508)}to{transform:translate(63.96725vw,99vh) scale(.3508)}}.snow:nth-child(155){opacity:1.8282;transform:translate(92.458vw,-10px) scale(.14);animation:fall-155 23s -20s linear infinite}@keyframes fall-155{66.31%{transform:translate(98.7155vw,66.31vh) scale(.14)}to{transform:translate(95.58675vw,99vh) scale(.14)}}.snow:nth-child(156){opacity:1.586;transform:translate(8.5753vw,-10px) scale(.0389);animation:fall-156 13s -3s linear infinite}@keyframes fall-156{42.776%{transform:translate(-1.3523vw,42.776vh) scale(.0389)}to{transform:translate(3.6115vw,99vh) scale(.0389)}}.snow:nth-child(157){opacity:.7168;transform:translate(19.1723vw,-10px) scale(.3927);animation:fall-157 24s -2s linear infinite}@keyframes fall-157{48.249%{transform:translate(20.1833vw,48.249vh) scale(.3927)}to{transform:translate(19.6778vw,99vh) scale(.3927)}}.snow:nth-child(158){opacity:1.1744;transform:translate(11.992vw,-10px) scale(.0417);animation:fall-158 27s -9s linear infinite}@keyframes fall-158{52.683%{transform:translate(19.0325vw,52.683vh) scale(.0417)}to{transform:translate(15.51225vw,99vh) scale(.0417)}}.snow:nth-child(159){opacity:.7084;transform:translate(4.0175vw,-10px) scale(.5578);animation:fall-159 14s -2s linear infinite}@keyframes fall-159{51.664%{transform:translate(5.9849vw,51.664vh) scale(.5578)}to{transform:translate(5.0012vw,99vh) scale(.5578)}}.snow:nth-child(160){opacity:1.6788;transform:translate(87.1697vw,-10px) scale(.891);animation:fall-160 17s -26s linear infinite}@keyframes fall-160{36.825%{transform:translate(87.0364vw,36.825vh) scale(.891)}to{transform:translate(87.10305vw,99vh) scale(.891)}}.snow:nth-child(161){opacity:1.024;transform:translate(15.7397vw,-10px) scale(.8594);animation:fall-161 22s -2s linear infinite}@keyframes fall-161{58.878%{transform:translate(22.1999vw,58.878vh) scale(.8594)}to{transform:translate(18.9698vw,99vh) scale(.8594)}}.snow:nth-child(162){opacity:.6956;transform:translate(39.9502vw,-10px) scale(.1202);animation:fall-162 15s -24s linear infinite}@keyframes fall-162{59.575%{transform:translate(49.4339vw,59.575vh) scale(.1202)}to{transform:translate(44.69205vw,99vh) scale(.1202)}}.snow:nth-child(163){opacity:1.7424;transform:translate(17.7167vw,-10px) scale(.8512);animation:fall-163 13s -29s linear infinite}@keyframes fall-163{34.85%{transform:translate(26.9513vw,34.85vh) scale(.8512)}to{transform:translate(22.334vw,99vh) scale(.8512)}}.snow:nth-child(164){opacity:.9758;transform:translate(58.2418vw,-10px) scale(.842);animation:fall-164 23s -14s linear infinite}@keyframes fall-164{64.606%{transform:translate(61.1827vw,64.606vh) scale(.842)}to{transform:translate(59.71225vw,99vh) scale(.842)}}.snow:nth-child(165){opacity:1.7236;transform:translate(61.2876vw,-10px) scale(.2984);animation:fall-165 11s -17s linear infinite}@keyframes fall-165{39.352%{transform:translate(62.3945vw,39.352vh) scale(.2984)}to{transform:translate(61.84105vw,99vh) scale(.2984)}}.snow:nth-child(166){opacity:1.7894;transform:translate(71.4202vw,-10px) scale(.8056);animation:fall-166 19s -22s linear infinite}@keyframes fall-166{36.888%{transform:translate(69.3475vw,36.888vh) scale(.8056)}to{transform:translate(70.38385vw,99vh) scale(.8056)}}.snow:nth-child(167){opacity:1.853;transform:translate(62.5091vw,-10px) scale(.0109);animation:fall-167 21s -3s linear infinite}@keyframes fall-167{48.923%{transform:translate(64.3606vw,48.923vh) scale(.0109)}to{transform:translate(63.43485vw,99vh) scale(.0109)}}.snow:nth-child(168){opacity:1.2746;transform:translate(45.7346vw,-10px) scale(.4554);animation:fall-168 10s -15s linear infinite}@keyframes fall-168{66.125%{transform:translate(40.6308vw,66.125vh) scale(.4554)}to{transform:translate(43.1827vw,99vh) scale(.4554)}}.snow:nth-child(169){opacity:1.0308;transform:translate(89.3549vw,-10px) scale(.0431);animation:fall-169 10s -9s linear infinite}@keyframes fall-169{45.194%{transform:translate(91.2639vw,45.194vh) scale(.0431)}to{transform:translate(90.3094vw,99vh) scale(.0431)}}.snow:nth-child(170){opacity:.789;transform:translate(82.3197vw,-10px) scale(.1208);animation:fall-170 30s -24s linear infinite}@keyframes fall-170{42.76%{transform:translate(72.7066vw,42.76vh) scale(.1208)}to{transform:translate(77.51315vw,99vh) scale(.1208)}}.snow:nth-child(171){opacity:1.4576;transform:translate(96.9319vw,-10px) scale(.875);animation:fall-171 27s -22s linear infinite}@keyframes fall-171{34.595%{transform:translate(91.7081vw,34.595vh) scale(.875)}to{transform:translate(94.32vw,99vh) scale(.875)}}.snow:nth-child(172){opacity:1.807;transform:translate(34.2413vw,-10px) scale(.8071);animation:fall-172 25s -2s linear infinite}@keyframes fall-172{34.41%{transform:translate(29.7822vw,34.41vh) scale(.8071)}to{transform:translate(32.01175vw,99vh) scale(.8071)}}.snow:nth-child(173){opacity:.805;transform:translate(66.4213vw,-10px) scale(.9928);animation:fall-173 25s -4s linear infinite}@keyframes fall-173{62.137%{transform:translate(61.1035vw,62.137vh) scale(.9928)}to{transform:translate(63.7624vw,99vh) scale(.9928)}}.snow:nth-child(174){opacity:.1086;transform:translate(47.7755vw,-10px) scale(.5483);animation:fall-174 24s -6s linear infinite}@keyframes fall-174{67.948%{transform:translate(49.1657vw,67.948vh) scale(.5483)}to{transform:translate(48.4706vw,99vh) scale(.5483)}}.snow:nth-child(175){opacity:1.2326;transform:translate(81.2086vw,-10px) scale(.8923);animation:fall-175 30s -12s linear infinite}@keyframes fall-175{48.294%{transform:translate(71.7732vw,48.294vh) scale(.8923)}to{transform:translate(76.4909vw,99vh) scale(.8923)}}.snow:nth-child(176){opacity:.3088;transform:translate(76.6174vw,-10px) scale(.4389);animation:fall-176 28s -9s linear infinite}@keyframes fall-176{54.103%{transform:translate(82.3014vw,54.103vh) scale(.4389)}to{transform:translate(79.4594vw,99vh) scale(.4389)}}.snow:nth-child(177){opacity:1.2348;transform:translate(84.9333vw,-10px) scale(.325);animation:fall-177 12s -17s linear infinite}@keyframes fall-177{58.782%{transform:translate(85.8754vw,58.782vh) scale(.325)}to{transform:translate(85.40435vw,99vh) scale(.325)}}.snow:nth-child(178){opacity:1.0218;transform:translate(23.9504vw,-10px) scale(.8086);animation:fall-178 16s -1s linear infinite}@keyframes fall-178{57.34%{transform:translate(28.2296vw,57.34vh) scale(.8086)}to{transform:translate(26.09vw,99vh) scale(.8086)}}.snow:nth-child(179){opacity:1.1534;transform:translate(67.8682vw,-10px) scale(.3193);animation:fall-179 22s -5s linear infinite}@keyframes fall-179{48.003%{transform:translate(69.0067vw,48.003vh) scale(.3193)}to{transform:translate(68.43745vw,99vh) scale(.3193)}}.snow:nth-child(180){opacity:1.7928;transform:translate(61.502vw,-10px) scale(.1452);animation:fall-180 19s -11s linear infinite}@keyframes fall-180{38.136%{transform:translate(62.5809vw,38.136vh) scale(.1452)}to{transform:translate(62.04145vw,99vh) scale(.1452)}}.snow:nth-child(181){opacity:.754;transform:translate(47.3067vw,-10px) scale(.1285);animation:fall-181 23s -7s linear infinite}@keyframes fall-181{63.658%{transform:translate(53.4211vw,63.658vh) scale(.1285)}to{transform:translate(50.3639vw,99vh) scale(.1285)}}.snow:nth-child(182){opacity:.3006;transform:translate(8.3033vw,-10px) scale(.07);animation:fall-182 19s -4s linear infinite}@keyframes fall-182{72.818%{transform:translate(15.9877vw,72.818vh) scale(.07)}to{transform:translate(12.1455vw,99vh) scale(.07)}}.snow:nth-child(183){opacity:1.6648;transform:translate(52.8565vw,-10px) scale(.3131);animation:fall-183 19s -17s linear infinite}@keyframes fall-183{74.558%{transform:translate(53.5336vw,74.558vh) scale(.3131)}to{transform:translate(53.19505vw,99vh) scale(.3131)}}.snow:nth-child(184){opacity:.7566;transform:translate(77.0857vw,-10px) scale(.5468);animation:fall-184 25s -19s linear infinite}@keyframes fall-184{75.565%{transform:translate(80.6758vw,75.565vh) scale(.5468)}to{transform:translate(78.88075vw,99vh) scale(.5468)}}.snow:nth-child(185){opacity:1.2896;transform:translate(47.5323vw,-10px) scale(.89);animation:fall-185 22s -6s linear infinite}@keyframes fall-185{48.4%{transform:translate(50.712vw,48.4vh) scale(.89)}to{transform:translate(49.12215vw,99vh) scale(.89)}}.snow:nth-child(186){opacity:1.1694;transform:translate(6.8907vw,-10px) scale(.0018);animation:fall-186 27s -7s linear infinite}@keyframes fall-186{62.291%{transform:translate(9.3218vw,62.291vh) scale(.0018)}to{transform:translate(8.10625vw,99vh) scale(.0018)}}.snow:nth-child(187){opacity:1.1656;transform:translate(62.3967vw,-10px) scale(.9422);animation:fall-187 19s -9s linear infinite}@keyframes fall-187{75.475%{transform:translate(61.1697vw,75.475vh) scale(.9422)}to{transform:translate(61.7832vw,99vh) scale(.9422)}}.snow:nth-child(188){opacity:1.3622;transform:translate(83.6962vw,-10px) scale(.9238);animation:fall-188 20s -2s linear infinite}@keyframes fall-188{62.827%{transform:translate(78.9452vw,62.827vh) scale(.9238)}to{transform:translate(81.3207vw,99vh) scale(.9238)}}.snow:nth-child(189){opacity:.3132;transform:translate(30.9523vw,-10px) scale(.4888);animation:fall-189 21s -25s linear infinite}@keyframes fall-189{78.562%{transform:translate(39.2946vw,78.562vh) scale(.4888)}to{transform:translate(35.12345vw,99vh) scale(.4888)}}.snow:nth-child(190){opacity:.7844;transform:translate(60.4684vw,-10px) scale(.4911);animation:fall-190 14s -26s linear infinite}@keyframes fall-190{54.133%{transform:translate(53.2104vw,54.133vh) scale(.4911)}to{transform:translate(56.8394vw,99vh) scale(.4911)}}.snow:nth-child(191){opacity:.2408;transform:translate(7.1529vw,-10px) scale(.7764);animation:fall-191 18s -6s linear infinite}@keyframes fall-191{51.229%{transform:translate(-.2422vw,51.229vh) scale(.7764)}to{transform:translate(3.45535vw,99vh) scale(.7764)}}.snow:nth-child(192){opacity:.1648;transform:translate(15.4579vw,-10px) scale(.4417);animation:fall-192 15s -4s linear infinite}@keyframes fall-192{66.261%{transform:translate(6.6155vw,66.261vh) scale(.4417)}to{transform:translate(11.0367vw,99vh) scale(.4417)}}.snow:nth-child(193){opacity:1.9172;transform:translate(22.7524vw,-10px) scale(.7098);animation:fall-193 25s -30s linear infinite}@keyframes fall-193{47.679%{transform:translate(18.6198vw,47.679vh) scale(.7098)}to{transform:translate(20.6861vw,99vh) scale(.7098)}}.snow:nth-child(194){opacity:.1444;transform:translate(93.5217vw,-10px) scale(.1606);animation:fall-194 23s -4s linear infinite}@keyframes fall-194{42.896%{transform:translate(84.1182vw,42.896vh) scale(.1606)}to{transform:translate(88.81995vw,99vh) scale(.1606)}}.snow:nth-child(195){opacity:.511;transform:translate(57.685vw,-10px) scale(.1157);animation:fall-195 23s -5s linear infinite}@keyframes fall-195{35.546%{transform:translate(49.1116vw,35.546vh) scale(.1157)}to{transform:translate(53.3983vw,99vh) scale(.1157)}}.snow:nth-child(196){opacity:1.0206;transform:translate(20.2861vw,-10px) scale(.1962);animation:fall-196 10s -21s linear infinite}@keyframes fall-196{44.516%{transform:translate(19.6873vw,44.516vh) scale(.1962)}to{transform:translate(19.9867vw,99vh) scale(.1962)}}.snow:nth-child(197){opacity:.051;transform:translate(88.7614vw,-10px) scale(.4864);animation:fall-197 28s -3s linear infinite}@keyframes fall-197{37.087%{transform:translate(84.8064vw,37.087vh) scale(.4864)}to{transform:translate(86.7839vw,99vh) scale(.4864)}}.snow:nth-child(198){opacity:.1996;transform:translate(11.2387vw,-10px) scale(.0069);animation:fall-198 25s -9s linear infinite}@keyframes fall-198{32.048%{transform:translate(19.3393vw,32.048vh) scale(.0069)}to{transform:translate(15.289vw,99vh) scale(.0069)}}.snow:nth-child(199){opacity:1.7548;transform:translate(48.9534vw,-10px) scale(.2439);animation:fall-199 25s -26s linear infinite}@keyframes fall-199{62.842%{transform:translate(51.6155vw,62.842vh) scale(.2439)}to{transform:translate(50.28445vw,99vh) scale(.2439)}}.snow:nth-child(200){opacity:.0604;transform:translate(40.9635vw,-10px) scale(.1034);animation:fall-200 11s -2s linear infinite}@keyframes fall-200{33.554%{transform:translate(34.0818vw,33.554vh) scale(.1034)}to{transform:translate(37.52265vw,99vh) scale(.1034)}}.snow:nth-child(201){opacity:.7624;transform:translate(46.5585vw,-10px) scale(.1277);animation:fall-201 22s -7s linear infinite}@keyframes fall-201{37.897%{transform:translate(40.893vw,37.897vh) scale(.1277)}to{transform:translate(43.72575vw,99vh) scale(.1277)}}.snow:nth-child(202){opacity:1.4534;transform:translate(53.3343vw,-10px) scale(.346);animation:fall-202 16s -18s linear infinite}@keyframes fall-202{62.6%{transform:translate(58.9468vw,62.6vh) scale(.346)}to{transform:translate(56.14055vw,99vh) scale(.346)}}.snow:nth-child(203){opacity:.1132;transform:translate(64.9109vw,-10px) scale(.9038);animation:fall-203 27s -29s linear infinite}@keyframes fall-203{53.45%{transform:translate(55.8102vw,53.45vh) scale(.9038)}to{transform:translate(60.36055vw,99vh) scale(.9038)}}.snow:nth-child(204){opacity:.4068;transform:translate(60.4772vw,-10px) scale(.6348);animation:fall-204 29s -24s linear infinite}@keyframes fall-204{63.213%{transform:translate(55.8801vw,63.213vh) scale(.6348)}to{transform:translate(58.17865vw,99vh) scale(.6348)}}.snow:nth-child(205){opacity:.4454;transform:translate(23.8301vw,-10px) scale(.2314);animation:fall-205 21s -4s linear infinite}@keyframes fall-205{74.265%{transform:translate(20.0319vw,74.265vh) scale(.2314)}to{transform:translate(21.931vw,99vh) scale(.2314)}}.snow:nth-child(206){opacity:1.5302;transform:translate(4.0359vw,-10px) scale(.7294);animation:fall-206 23s -17s linear infinite}@keyframes fall-206{73.514%{transform:translate(-2.0307vw,73.514vh) scale(.7294)}to{transform:translate(1.0026vw,99vh) scale(.7294)}}.snow:nth-child(207){opacity:.8888;transform:translate(87.6962vw,-10px) scale(.0875);animation:fall-207 18s -20s linear infinite}@keyframes fall-207{43.747%{transform:translate(90.9112vw,43.747vh) scale(.0875)}to{transform:translate(89.3037vw,99vh) scale(.0875)}}.snow:nth-child(208){opacity:.8318;transform:translate(95.5781vw,-10px) scale(.4578);animation:fall-208 21s -18s linear infinite}@keyframes fall-208{70.324%{transform:translate(100.5093vw,70.324vh) scale(.4578)}to{transform:translate(98.0437vw,99vh) scale(.4578)}}.snow:nth-child(209){opacity:1.2124;transform:translate(10.3796vw,-10px) scale(.661);animation:fall-209 27s -22s linear infinite}@keyframes fall-209{45.236%{transform:translate(6.8558vw,45.236vh) scale(.661)}to{transform:translate(8.6177vw,99vh) scale(.661)}}.snow:nth-child(210){opacity:.0906;transform:translate(28.929vw,-10px) scale(.6013);animation:fall-210 29s -15s linear infinite}@keyframes fall-210{36.065%{transform:translate(33.9447vw,36.065vh) scale(.6013)}to{transform:translate(31.43685vw,99vh) scale(.6013)}}.snow:nth-child(211){opacity:.0874;transform:translate(81.905vw,-10px) scale(.2608);animation:fall-211 23s -9s linear infinite}@keyframes fall-211{62.19%{transform:translate(89.0583vw,62.19vh) scale(.2608)}to{transform:translate(85.48165vw,99vh) scale(.2608)}}.snow:nth-child(212){opacity:1.4374;transform:translate(80.0844vw,-10px) scale(.658);animation:fall-212 15s -29s linear infinite}@keyframes fall-212{37.616%{transform:translate(70.8858vw,37.616vh) scale(.658)}to{transform:translate(75.4851vw,99vh) scale(.658)}}.snow:nth-child(213){opacity:1.0054;transform:translate(97.0049vw,-10px) scale(.5257);animation:fall-213 16s -23s linear infinite}@keyframes fall-213{51.205%{transform:translate(97.007vw,51.205vh) scale(.5257)}to{transform:translate(97.00595vw,99vh) scale(.5257)}}.snow:nth-child(214){opacity:1.4114;transform:translate(4.4029vw,-10px) scale(.405);animation:fall-214 11s -28s linear infinite}@keyframes fall-214{52.973%{transform:translate(2.5464vw,52.973vh) scale(.405)}to{transform:translate(3.47465vw,99vh) scale(.405)}}.snow:nth-child(215){opacity:1.0266;transform:translate(21.4275vw,-10px) scale(.7552);animation:fall-215 17s -4s linear infinite}@keyframes fall-215{31.177%{transform:translate(16.0348vw,31.177vh) scale(.7552)}to{transform:translate(18.73115vw,99vh) scale(.7552)}}.snow:nth-child(216){opacity:1.3458;transform:translate(30.9403vw,-10px) scale(.536);animation:fall-216 21s -28s linear infinite}@keyframes fall-216{56.346%{transform:translate(39.0415vw,56.346vh) scale(.536)}to{transform:translate(34.9909vw,99vh) scale(.536)}}.snow:nth-child(217){opacity:.981;transform:translate(88.3188vw,-10px) scale(.6948);animation:fall-217 22s -27s linear infinite}@keyframes fall-217{43.038%{transform:translate(86.5216vw,43.038vh) scale(.6948)}to{transform:translate(87.4202vw,99vh) scale(.6948)}}.snow:nth-child(218){opacity:.8352;transform:translate(36.4127vw,-10px) scale(.6202);animation:fall-218 10s -19s linear infinite}@keyframes fall-218{64.84%{transform:translate(44.1181vw,64.84vh) scale(.6202)}to{transform:translate(40.2654vw,99vh) scale(.6202)}}.snow:nth-child(219){opacity:1.0562;transform:translate(65.4861vw,-10px) scale(.8698);animation:fall-219 26s -26s linear infinite}@keyframes fall-219{67.299%{transform:translate(58.2044vw,67.299vh) scale(.8698)}to{transform:translate(61.84525vw,99vh) scale(.8698)}}.snow:nth-child(220){opacity:.3744;transform:translate(31.8011vw,-10px) scale(.8529);animation:fall-220 13s -19s linear infinite}@keyframes fall-220{46%{transform:translate(23.8471vw,46vh) scale(.8529)}to{transform:translate(27.8241vw,99vh) scale(.8529)}}.snow:nth-child(221){opacity:.1362;transform:translate(40.3123vw,-10px) scale(.5643);animation:fall-221 19s -30s linear infinite}@keyframes fall-221{60.747%{transform:translate(44.6451vw,60.747vh) scale(.5643)}to{transform:translate(42.4787vw,99vh) scale(.5643)}}.snow:nth-child(222){opacity:.755;transform:translate(80.176vw,-10px) scale(.958);animation:fall-222 14s -4s linear infinite}@keyframes fall-222{51.3%{transform:translate(72.6778vw,51.3vh) scale(.958)}to{transform:translate(76.4269vw,99vh) scale(.958)}}.snow:nth-child(223){opacity:.3798;transform:translate(71.7818vw,-10px) scale(.6496);animation:fall-223 21s -17s linear infinite}@keyframes fall-223{61.557%{transform:translate(74.5258vw,61.557vh) scale(.6496)}to{transform:translate(73.1538vw,99vh) scale(.6496)}}.snow:nth-child(224){opacity:1.7448;transform:translate(4.8594vw,-10px) scale(.833);animation:fall-224 27s -27s linear infinite}@keyframes fall-224{71.367%{transform:translate(7.6181vw,71.367vh) scale(.833)}to{transform:translate(6.23875vw,99vh) scale(.833)}}.snow:nth-child(225){opacity:1.1428;transform:translate(78.542vw,-10px) scale(.9338);animation:fall-225 23s -20s linear infinite}@keyframes fall-225{56.693%{transform:translate(70.4833vw,56.693vh) scale(.9338)}to{transform:translate(74.51265vw,99vh) scale(.9338)}}.snow:nth-child(226){opacity:.6958;transform:translate(96.3257vw,-10px) scale(.6481);animation:fall-226 16s -22s linear infinite}@keyframes fall-226{70.242%{transform:translate(98.4829vw,70.242vh) scale(.6481)}to{transform:translate(97.4043vw,99vh) scale(.6481)}}.snow:nth-child(227){opacity:1.5354;transform:translate(7.748vw,-10px) scale(.7046);animation:fall-227 20s -24s linear infinite}@keyframes fall-227{79.715%{transform:translate(6.4741vw,79.715vh) scale(.7046)}to{transform:translate(7.11105vw,99vh) scale(.7046)}}.snow:nth-child(228){opacity:.0634;transform:translate(99.9293vw,-10px) scale(.2627);animation:fall-228 17s -27s linear infinite}@keyframes fall-228{55.644%{transform:translate(100.6664vw,55.644vh) scale(.2627)}to{transform:translate(100.29785vw,99vh) scale(.2627)}}.snow:nth-child(229){opacity:1.924;transform:translate(78.4884vw,-10px) scale(.8623);animation:fall-229 24s -28s linear infinite}@keyframes fall-229{79.508%{transform:translate(73.4617vw,79.508vh) scale(.8623)}to{transform:translate(75.97505vw,99vh) scale(.8623)}}.snow:nth-child(230){opacity:1.6134;transform:translate(22.385vw,-10px) scale(.1006);animation:fall-230 20s -18s linear infinite}@keyframes fall-230{79.996%{transform:translate(21.0317vw,79.996vh) scale(.1006)}to{transform:translate(21.70835vw,99vh) scale(.1006)}}.snow:nth-child(231){opacity:1.8288;transform:translate(1.2297vw,-10px) scale(.6804);animation:fall-231 14s -20s linear infinite}@keyframes fall-231{58.768%{transform:translate(8.3202vw,58.768vh) scale(.6804)}to{transform:translate(4.77495vw,99vh) scale(.6804)}}.snow:nth-child(232){opacity:1.7842;transform:translate(49.2582vw,-10px) scale(.6574);animation:fall-232 23s -24s linear infinite}@keyframes fall-232{75.219%{transform:translate(49.5628vw,75.219vh) scale(.6574)}to{transform:translate(49.4105vw,99vh) scale(.6574)}}.snow:nth-child(233){opacity:1.292;transform:translate(82.1883vw,-10px) scale(.7967);animation:fall-233 20s -22s linear infinite}@keyframes fall-233{73.317%{transform:translate(73.4245vw,73.317vh) scale(.7967)}to{transform:translate(77.8064vw,99vh) scale(.7967)}}.snow:nth-child(234){opacity:1.2622;transform:translate(33.2743vw,-10px) scale(.2256);animation:fall-234 22s -11s linear infinite}@keyframes fall-234{53.73%{transform:translate(42.5936vw,53.73vh) scale(.2256)}to{transform:translate(37.93395vw,99vh) scale(.2256)}}.snow:nth-child(235){opacity:.3216;transform:translate(65.2704vw,-10px) scale(.3262);animation:fall-235 11s -5s linear infinite}@keyframes fall-235{79.649%{transform:translate(60.1637vw,79.649vh) scale(.3262)}to{transform:translate(62.71705vw,99vh) scale(.3262)}}.snow:nth-child(236){opacity:1.815;transform:translate(17.2706vw,-10px) scale(.8749);animation:fall-236 24s -13s linear infinite}@keyframes fall-236{66.863%{transform:translate(24.7348vw,66.863vh) scale(.8749)}to{transform:translate(21.0027vw,99vh) scale(.8749)}}.snow:nth-child(237){opacity:1.4014;transform:translate(29.5011vw,-10px) scale(.7592);animation:fall-237 26s -3s linear infinite}@keyframes fall-237{65.178%{transform:translate(26.5573vw,65.178vh) scale(.7592)}to{transform:translate(28.0292vw,99vh) scale(.7592)}}.snow:nth-child(238){opacity:1.8966;transform:translate(88.9141vw,-10px) scale(.9728);animation:fall-238 10s -24s linear infinite}@keyframes fall-238{36.96%{transform:translate(79.9114vw,36.96vh) scale(.9728)}to{transform:translate(84.41275vw,99vh) scale(.9728)}}.snow:nth-child(239){opacity:1.314;transform:translate(62.683vw,-10px) scale(.3217);animation:fall-239 25s -17s linear infinite}@keyframes fall-239{49.674%{transform:translate(57.8018vw,49.674vh) scale(.3217)}to{transform:translate(60.2424vw,99vh) scale(.3217)}}.snow:nth-child(240){opacity:.1582;transform:translate(76.7085vw,-10px) scale(.7525);animation:fall-240 16s -23s linear infinite}@keyframes fall-240{50.899%{transform:translate(77.0358vw,50.899vh) scale(.7525)}to{transform:translate(76.87215vw,99vh) scale(.7525)}}.snow:nth-child(241){opacity:1.2238;transform:translate(38.1097vw,-10px) scale(.7475);animation:fall-241 14s -13s linear infinite}@keyframes fall-241{79.191%{transform:translate(41.0686vw,79.191vh) scale(.7475)}to{transform:translate(39.58915vw,99vh) scale(.7475)}}.snow:nth-child(242){opacity:.2202;transform:translate(77.2186vw,-10px) scale(.8064);animation:fall-242 26s -27s linear infinite}@keyframes fall-242{72.199%{transform:translate(78.326vw,72.199vh) scale(.8064)}to{transform:translate(77.7723vw,99vh) scale(.8064)}}.snow:nth-child(243){opacity:1.1086;transform:translate(13.4645vw,-10px) scale(.1794);animation:fall-243 10s -27s linear infinite}@keyframes fall-243{45.129%{transform:translate(16.838vw,45.129vh) scale(.1794)}to{transform:translate(15.15125vw,99vh) scale(.1794)}}.snow:nth-child(244){opacity:1.9114;transform:translate(7.1638vw,-10px) scale(.0373);animation:fall-244 30s -5s linear infinite}@keyframes fall-244{48.542%{transform:translate(16.4667vw,48.542vh) scale(.0373)}to{transform:translate(11.81525vw,99vh) scale(.0373)}}.snow:nth-child(245){opacity:.0418;transform:translate(45.6797vw,-10px) scale(.9114);animation:fall-245 24s -6s linear infinite}@keyframes fall-245{31.781%{transform:translate(43.4236vw,31.781vh) scale(.9114)}to{transform:translate(44.55165vw,99vh) scale(.9114)}}.snow:nth-child(246){opacity:1.2716;transform:translate(29.1236vw,-10px) scale(.4791);animation:fall-246 18s -16s linear infinite}@keyframes fall-246{70.927%{transform:translate(26.4862vw,70.927vh) scale(.4791)}to{transform:translate(27.8049vw,99vh) scale(.4791)}}.snow:nth-child(247){opacity:.5678;transform:translate(89.8915vw,-10px) scale(.6821);animation:fall-247 26s -8s linear infinite}@keyframes fall-247{75.837%{transform:translate(99.4251vw,75.837vh) scale(.6821)}to{transform:translate(94.6583vw,99vh) scale(.6821)}}.snow:nth-child(248){opacity:.1394;transform:translate(20.6611vw,-10px) scale(.6478);animation:fall-248 10s -3s linear infinite}@keyframes fall-248{56.814%{transform:translate(20.0208vw,56.814vh) scale(.6478)}to{transform:translate(20.34095vw,99vh) scale(.6478)}}.snow:nth-child(249){opacity:1.628;transform:translate(33.249vw,-10px) scale(.1374);animation:fall-249 12s -8s linear infinite}@keyframes fall-249{47.852%{transform:translate(23.8176vw,47.852vh) scale(.1374)}to{transform:translate(28.5333vw,99vh) scale(.1374)}}.snow:nth-child(250){opacity:.0536;transform:translate(20.3803vw,-10px) scale(.1851);animation:fall-250 10s -15s linear infinite}@keyframes fall-250{46.726%{transform:translate(11.539vw,46.726vh) scale(.1851)}to{transform:translate(15.95965vw,99vh) scale(.1851)}}.snow:nth-child(251){opacity:1.0588;transform:translate(59.4675vw,-10px) scale(.1245);animation:fall-251 16s -11s linear infinite}@keyframes fall-251{49.398%{transform:translate(49.9276vw,49.398vh) scale(.1245)}to{transform:translate(54.69755vw,99vh) scale(.1245)}}.snow:nth-child(252){opacity:.694;transform:translate(76.9874vw,-10px) scale(.7197);animation:fall-252 30s -21s linear infinite}@keyframes fall-252{69.292%{transform:translate(73.0793vw,69.292vh) scale(.7197)}to{transform:translate(75.03335vw,99vh) scale(.7197)}}.snow:nth-child(253){opacity:1.6552;transform:translate(34.1755vw,-10px) scale(.3204);animation:fall-253 29s -7s linear infinite}@keyframes fall-253{71.877%{transform:translate(32.85vw,71.877vh) scale(.3204)}to{transform:translate(33.51275vw,99vh) scale(.3204)}}.snow:nth-child(254){opacity:.5764;transform:translate(66.4708vw,-10px) scale(.3722);animation:fall-254 21s -16s linear infinite}@keyframes fall-254{45.6%{transform:translate(68.386vw,45.6vh) scale(.3722)}to{transform:translate(67.4284vw,99vh) scale(.3722)}}.snow:nth-child(255){opacity:.3644;transform:translate(23.0975vw,-10px) scale(.1078);animation:fall-255 25s -16s linear infinite}@keyframes fall-255{68.684%{transform:translate(15.448vw,68.684vh) scale(.1078)}to{transform:translate(19.27275vw,99vh) scale(.1078)}}.snow:nth-child(256){opacity:1.3432;transform:translate(33.4308vw,-10px) scale(.8064);animation:fall-256 27s -23s linear infinite}@keyframes fall-256{31.197%{transform:translate(27.0951vw,31.197vh) scale(.8064)}to{transform:translate(30.26295vw,99vh) scale(.8064)}}.snow:nth-child(257){opacity:1.4818;transform:translate(4.3636vw,-10px) scale(.3992);animation:fall-257 10s -4s linear infinite}@keyframes fall-257{79.603%{transform:translate(12.8301vw,79.603vh) scale(.3992)}to{transform:translate(8.59685vw,99vh) scale(.3992)}}.snow:nth-child(258){opacity:.4238;transform:translate(56.8426vw,-10px) scale(.0588);animation:fall-258 19s -3s linear infinite}@keyframes fall-258{75.65%{transform:translate(60.8624vw,75.65vh) scale(.0588)}to{transform:translate(58.8525vw,99vh) scale(.0588)}}.snow:nth-child(259){opacity:1.373;transform:translate(84.3393vw,-10px) scale(.2292);animation:fall-259 24s -20s linear infinite}@keyframes fall-259{57.369%{transform:translate(74.7248vw,57.369vh) scale(.2292)}to{transform:translate(79.53205vw,99vh) scale(.2292)}}.snow:nth-child(260){opacity:.184;transform:translate(32.9164vw,-10px) scale(.3126);animation:fall-260 23s -9s linear infinite}@keyframes fall-260{63.304%{transform:translate(35.8945vw,63.304vh) scale(.3126)}to{transform:translate(34.40545vw,99vh) scale(.3126)}}.snow:nth-child(261){opacity:.8764;transform:translate(59.9218vw,-10px) scale(.2895);animation:fall-261 29s -7s linear infinite}@keyframes fall-261{50.009%{transform:translate(61.737vw,50.009vh) scale(.2895)}to{transform:translate(60.8294vw,99vh) scale(.2895)}}.snow:nth-child(262){opacity:.8668;transform:translate(23.0383vw,-10px) scale(.8709);animation:fall-262 16s -30s linear infinite}@keyframes fall-262{58.91%{transform:translate(19.4886vw,58.91vh) scale(.8709)}to{transform:translate(21.26345vw,99vh) scale(.8709)}}.snow:nth-child(263){opacity:.7192;transform:translate(85.3147vw,-10px) scale(.274);animation:fall-263 27s -2s linear infinite}@keyframes fall-263{40.45%{transform:translate(82.8176vw,40.45vh) scale(.274)}to{transform:translate(84.06615vw,99vh) scale(.274)}}.snow:nth-child(264){opacity:.6476;transform:translate(4.3971vw,-10px) scale(.3302);animation:fall-264 20s -27s linear infinite}@keyframes fall-264{61.834%{transform:translate(6.4848vw,61.834vh) scale(.3302)}to{transform:translate(5.44095vw,99vh) scale(.3302)}}.snow:nth-child(265){opacity:.0498;transform:translate(48.6152vw,-10px) scale(.2728);animation:fall-265 10s -18s linear infinite}@keyframes fall-265{66.937%{transform:translate(41.6752vw,66.937vh) scale(.2728)}to{transform:translate(45.1452vw,99vh) scale(.2728)}}.snow:nth-child(266){opacity:1.0716;transform:translate(98.7626vw,-10px) scale(.6117);animation:fall-266 27s -19s linear infinite}@keyframes fall-266{59.217%{transform:translate(93.2098vw,59.217vh) scale(.6117)}to{transform:translate(95.9862vw,99vh) scale(.6117)}}.snow:nth-child(267){opacity:.6726;transform:translate(20.6021vw,-10px) scale(.8367);animation:fall-267 13s -14s linear infinite}@keyframes fall-267{45.677%{transform:translate(21.9341vw,45.677vh) scale(.8367)}to{transform:translate(21.2681vw,99vh) scale(.8367)}}.snow:nth-child(268){opacity:1.4088;transform:translate(50.1634vw,-10px) scale(.5943);animation:fall-268 15s -7s linear infinite}@keyframes fall-268{44.406%{transform:translate(47.3342vw,44.406vh) scale(.5943)}to{transform:translate(48.7488vw,99vh) scale(.5943)}}.snow:nth-child(269){opacity:1.961;transform:translate(22.8613vw,-10px) scale(.5817);animation:fall-269 19s -19s linear infinite}@keyframes fall-269{57.565%{transform:translate(16.5913vw,57.565vh) scale(.5817)}to{transform:translate(19.7263vw,99vh) scale(.5817)}}.snow:nth-child(270){opacity:1.0818;transform:translate(77.7433vw,-10px) scale(.9878);animation:fall-270 13s -16s linear infinite}@keyframes fall-270{52.467%{transform:translate(68.9388vw,52.467vh) scale(.9878)}to{transform:translate(73.34105vw,99vh) scale(.9878)}}.snow:nth-child(271){opacity:1.062;transform:translate(9.6878vw,-10px) scale(.5881);animation:fall-271 23s -29s linear infinite}@keyframes fall-271{72.819%{transform:translate(.6607vw,72.819vh) scale(.5881)}to{transform:translate(5.17425vw,99vh) scale(.5881)}}.snow:nth-child(272){opacity:1.1736;transform:translate(77.1905vw,-10px) scale(.2371);animation:fall-272 19s -14s linear infinite}@keyframes fall-272{66.747%{transform:translate(80.2478vw,66.747vh) scale(.2371)}to{transform:translate(78.71915vw,99vh) scale(.2371)}}.snow:nth-child(273){opacity:.0018;transform:translate(23.7504vw,-10px) scale(.7943);animation:fall-273 18s -14s linear infinite}@keyframes fall-273{32.413%{transform:translate(21.2177vw,32.413vh) scale(.7943)}to{transform:translate(22.48405vw,99vh) scale(.7943)}}.snow:nth-child(274){opacity:1.5714;transform:translate(30.4168vw,-10px) scale(.4644);animation:fall-274 26s -4s linear infinite}@keyframes fall-274{62.809%{transform:translate(39.8577vw,62.809vh) scale(.4644)}to{transform:translate(35.13725vw,99vh) scale(.4644)}}.snow:nth-child(275){opacity:.429;transform:translate(79.8694vw,-10px) scale(.4242);animation:fall-275 14s -9s linear infinite}@keyframes fall-275{50.596%{transform:translate(86.7697vw,50.596vh) scale(.4242)}to{transform:translate(83.31955vw,99vh) scale(.4242)}}.snow:nth-child(276){opacity:.2836;transform:translate(59.7131vw,-10px) scale(.4067);animation:fall-276 11s -21s linear infinite}@keyframes fall-276{44.146%{transform:translate(49.8818vw,44.146vh) scale(.4067)}to{transform:translate(54.79745vw,99vh) scale(.4067)}}.snow:nth-child(277){opacity:1.1704;transform:translate(20.8124vw,-10px) scale(.5275);animation:fall-277 30s -23s linear infinite}@keyframes fall-277{39.541%{transform:translate(28.0411vw,39.541vh) scale(.5275)}to{transform:translate(24.42675vw,99vh) scale(.5275)}}.snow:nth-child(278){opacity:.9698;transform:translate(89.6315vw,-10px) scale(.6469);animation:fall-278 25s -10s linear infinite}@keyframes fall-278{39.188%{transform:translate(88.2841vw,39.188vh) scale(.6469)}to{transform:translate(88.9578vw,99vh) scale(.6469)}}.snow:nth-child(279){opacity:.7812;transform:translate(82.3557vw,-10px) scale(.5631);animation:fall-279 26s -19s linear infinite}@keyframes fall-279{75.241%{transform:translate(78.1564vw,75.241vh) scale(.5631)}to{transform:translate(80.25605vw,99vh) scale(.5631)}}.snow:nth-child(280){opacity:1.4946;transform:translate(14.9284vw,-10px) scale(.0318);animation:fall-280 11s -4s linear infinite}@keyframes fall-280{39.475%{transform:translate(8.7855vw,39.475vh) scale(.0318)}to{transform:translate(11.85695vw,99vh) scale(.0318)}}.snow:nth-child(281){opacity:1.2198;transform:translate(89.3996vw,-10px) scale(.4374);animation:fall-281 11s -16s linear infinite}@keyframes fall-281{66.529%{transform:translate(87.7601vw,66.529vh) scale(.4374)}to{transform:translate(88.57985vw,99vh) scale(.4374)}}.snow:nth-child(282){opacity:1.0396;transform:translate(17.3038vw,-10px) scale(.8025);animation:fall-282 16s -8s linear infinite}@keyframes fall-282{49.9%{transform:translate(15.5863vw,49.9vh) scale(.8025)}to{transform:translate(16.44505vw,99vh) scale(.8025)}}.snow:nth-child(283){opacity:1.5258;transform:translate(32.7265vw,-10px) scale(.1562);animation:fall-283 12s -20s linear infinite}@keyframes fall-283{53.818%{transform:translate(41.8488vw,53.818vh) scale(.1562)}to{transform:translate(37.28765vw,99vh) scale(.1562)}}.snow:nth-child(284){opacity:.4852;transform:translate(99.9482vw,-10px) scale(.2231);animation:fall-284 20s -19s linear infinite}@keyframes fall-284{41.932%{transform:translate(100.4546vw,41.932vh) scale(.2231)}to{transform:translate(100.2014vw,99vh) scale(.2231)}}.snow:nth-child(285){opacity:.365;transform:translate(23.2286vw,-10px) scale(.8077);animation:fall-285 20s -29s linear infinite}@keyframes fall-285{64.656%{transform:translate(30.5138vw,64.656vh) scale(.8077)}to{transform:translate(26.8712vw,99vh) scale(.8077)}}.snow:nth-child(286){opacity:.326;transform:translate(67.8126vw,-10px) scale(.5029);animation:fall-286 16s -16s linear infinite}@keyframes fall-286{78.992%{transform:translate(68.6843vw,78.992vh) scale(.5029)}to{transform:translate(68.24845vw,99vh) scale(.5029)}}.snow:nth-child(287){opacity:1.9564;transform:translate(49.4451vw,-10px) scale(.2053);animation:fall-287 27s -20s linear infinite}@keyframes fall-287{47.713%{transform:translate(48.4587vw,47.713vh) scale(.2053)}to{transform:translate(48.9519vw,99vh) scale(.2053)}}.snow:nth-child(288){opacity:.6746;transform:translate(75.9784vw,-10px) scale(.2024);animation:fall-288 15s -13s linear infinite}@keyframes fall-288{57.258%{transform:translate(72.5184vw,57.258vh) scale(.2024)}to{transform:translate(74.2484vw,99vh) scale(.2024)}}.snow:nth-child(289){opacity:1.4526;transform:translate(8.8613vw,-10px) scale(.2725);animation:fall-289 22s -25s linear infinite}@keyframes fall-289{78.646%{transform:translate(10.4828vw,78.646vh) scale(.2725)}to{transform:translate(9.67205vw,99vh) scale(.2725)}}.snow:nth-child(290){opacity:.5728;transform:translate(10.5452vw,-10px) scale(.3096);animation:fall-290 10s -9s linear infinite}@keyframes fall-290{64.99%{transform:translate(19.2126vw,64.99vh) scale(.3096)}to{transform:translate(14.8789vw,99vh) scale(.3096)}}.snow:nth-child(291){opacity:1.2308;transform:translate(61.6427vw,-10px) scale(.6857);animation:fall-291 16s -6s linear infinite}@keyframes fall-291{70.545%{transform:translate(66.2891vw,70.545vh) scale(.6857)}to{transform:translate(63.9659vw,99vh) scale(.6857)}}.snow:nth-child(292){opacity:1.026;transform:translate(65.5247vw,-10px) scale(.5659);animation:fall-292 20s -27s linear infinite}@keyframes fall-292{65.037%{transform:translate(56.5392vw,65.037vh) scale(.5659)}to{transform:translate(61.03195vw,99vh) scale(.5659)}}.snow:nth-child(293){opacity:.9432;transform:translate(56.2012vw,-10px) scale(.5582);animation:fall-293 29s -17s linear infinite}@keyframes fall-293{33.288%{transform:translate(61.8326vw,33.288vh) scale(.5582)}to{transform:translate(59.0169vw,99vh) scale(.5582)}}.snow:nth-child(294){opacity:.8144;transform:translate(4.8046vw,-10px) scale(.1875);animation:fall-294 11s -19s linear infinite}@keyframes fall-294{35.37%{transform:translate(14.0449vw,35.37vh) scale(.1875)}to{transform:translate(9.42475vw,99vh) scale(.1875)}}.snow:nth-child(295){opacity:1.6602;transform:translate(40.4083vw,-10px) scale(.1776);animation:fall-295 15s -26s linear infinite}@keyframes fall-295{51.361%{transform:translate(30.9422vw,51.361vh) scale(.1776)}to{transform:translate(35.67525vw,99vh) scale(.1776)}}.snow:nth-child(296){opacity:.4582;transform:translate(5.3849vw,-10px) scale(.0976);animation:fall-296 19s -12s linear infinite}@keyframes fall-296{42.613%{transform:translate(14.2968vw,42.613vh) scale(.0976)}to{transform:translate(9.84085vw,99vh) scale(.0976)}}.snow:nth-child(297){opacity:1.9832;transform:translate(75.9994vw,-10px) scale(.8003);animation:fall-297 12s -26s linear infinite}@keyframes fall-297{65.638%{transform:translate(80.2126vw,65.638vh) scale(.8003)}to{transform:translate(78.106vw,99vh) scale(.8003)}}.snow:nth-child(298){opacity:.9494;transform:translate(25.8992vw,-10px) scale(.5022);animation:fall-298 10s -25s linear infinite}@keyframes fall-298{54.634%{transform:translate(19.2265vw,54.634vh) scale(.5022)}to{transform:translate(22.56285vw,99vh) scale(.5022)}}.snow:nth-child(299){opacity:.732;transform:translate(97.3542vw,-10px) scale(.1841);animation:fall-299 24s -14s linear infinite}@keyframes fall-299{47.061%{transform:translate(91.0141vw,47.061vh) scale(.1841)}to{transform:translate(94.18415vw,99vh) scale(.1841)}}.snow:nth-child(300){opacity:.8134;transform:translate(29.422vw,-10px) scale(.548);animation:fall-300 17s -16s linear infinite}@keyframes fall-300{43.034%{transform:translate(31.1794vw,43.034vh) scale(.548)}to{transform:translate(30.3007vw,99vh) scale(.548)}}\n"], dependencies: [{ kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None }); }
105
103
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: AppComponent, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.24", ngImport: i0, type: AppComponent, decorators: [{
107
105
  type: Component,
108
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, standalone: false, template: "@if(_state.christmasTime() && _state.graphicEffects()){\r\n @for(i of snows; track i){\r\n <div class=\"snow\"></div>\r\n }\r\n}\r\n\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{margin-top:20px;padding-left:0!important}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.8454;transform:translate(84.415vw,-10px) scale(.17);animation:fall-1 11s -28s linear infinite}@keyframes fall-1{32.82%{transform:translate(88.0647vw,32.82vh) scale(.17)}to{transform:translate(86.23985vw,99vh) scale(.17)}}.snow:nth-child(2){opacity:1.0014;transform:translate(15.0687vw,-10px) scale(.814);animation:fall-2 30s -16s linear infinite}@keyframes fall-2{56.102%{transform:translate(18.3099vw,56.102vh) scale(.814)}to{transform:translate(16.6893vw,99vh) scale(.814)}}.snow:nth-child(3){opacity:1.7284;transform:translate(71.3266vw,-10px) scale(.986);animation:fall-3 11s -12s linear infinite}@keyframes fall-3{50.603%{transform:translate(64.2148vw,50.603vh) scale(.986)}to{transform:translate(67.7707vw,99vh) scale(.986)}}.snow:nth-child(4){opacity:1.6402;transform:translate(58.3661vw,-10px) scale(.1253);animation:fall-4 27s -21s linear infinite}@keyframes fall-4{36.024%{transform:translate(55.1997vw,36.024vh) scale(.1253)}to{transform:translate(56.7829vw,99vh) scale(.1253)}}.snow:nth-child(5){opacity:.9462;transform:translate(43.2787vw,-10px) scale(.82);animation:fall-5 26s -6s linear infinite}@keyframes fall-5{59.325%{transform:translate(42.3352vw,59.325vh) scale(.82)}to{transform:translate(42.80695vw,99vh) scale(.82)}}.snow:nth-child(6){opacity:1.095;transform:translate(18.0381vw,-10px) scale(.2422);animation:fall-6 27s -4s linear infinite}@keyframes fall-6{50.536%{transform:translate(12.2945vw,50.536vh) scale(.2422)}to{transform:translate(15.1663vw,99vh) scale(.2422)}}.snow:nth-child(7){opacity:1.7096;transform:translate(96.6685vw,-10px) scale(.884);animation:fall-7 13s -18s linear infinite}@keyframes fall-7{33.13%{transform:translate(91.0296vw,33.13vh) scale(.884)}to{transform:translate(93.84905vw,99vh) scale(.884)}}.snow:nth-child(8){opacity:1.4106;transform:translate(74.063vw,-10px) scale(.5258);animation:fall-8 13s -20s linear infinite}@keyframes fall-8{44.199%{transform:translate(79.2113vw,44.199vh) scale(.5258)}to{transform:translate(76.63715vw,99vh) scale(.5258)}}.snow:nth-child(9){opacity:.7552;transform:translate(95.6765vw,-10px) scale(.68);animation:fall-9 13s -10s linear infinite}@keyframes fall-9{61.045%{transform:translate(91.6679vw,61.045vh) scale(.68)}to{transform:translate(93.6722vw,99vh) scale(.68)}}.snow:nth-child(10){opacity:.8182;transform:translate(23.5184vw,-10px) scale(.1535);animation:fall-10 25s -3s linear infinite}@keyframes fall-10{48.209%{transform:translate(32.2857vw,48.209vh) scale(.1535)}to{transform:translate(27.90205vw,99vh) scale(.1535)}}.snow:nth-child(11){opacity:.5986;transform:translate(36.7601vw,-10px) scale(.4319);animation:fall-11 14s -9s linear infinite}@keyframes fall-11{63.773%{transform:translate(30.0858vw,63.773vh) scale(.4319)}to{transform:translate(33.42295vw,99vh) scale(.4319)}}.snow:nth-child(12){opacity:1.069;transform:translate(66.9221vw,-10px) scale(.3416);animation:fall-12 25s -17s linear infinite}@keyframes fall-12{77.302%{transform:translate(58.7194vw,77.302vh) scale(.3416)}to{transform:translate(62.82075vw,99vh) scale(.3416)}}.snow:nth-child(13){opacity:1.6364;transform:translate(10.5347vw,-10px) scale(.6368);animation:fall-13 23s -4s linear infinite}@keyframes fall-13{46.669%{transform:translate(10.0897vw,46.669vh) scale(.6368)}to{transform:translate(10.3122vw,99vh) scale(.6368)}}.snow:nth-child(14){opacity:1.5518;transform:translate(24.737vw,-10px) scale(.5894);animation:fall-14 30s -29s linear infinite}@keyframes fall-14{47.435%{transform:translate(34.1995vw,47.435vh) scale(.5894)}to{transform:translate(29.46825vw,99vh) scale(.5894)}}.snow:nth-child(15){opacity:.1406;transform:translate(19.6535vw,-10px) scale(.0442);animation:fall-15 28s -21s linear infinite}@keyframes fall-15{74.244%{transform:translate(17.7481vw,74.244vh) scale(.0442)}to{transform:translate(18.7008vw,99vh) scale(.0442)}}.snow:nth-child(16){opacity:1.3192;transform:translate(15.8126vw,-10px) scale(.0999);animation:fall-16 15s -25s linear infinite}@keyframes fall-16{78.077%{transform:translate(23.3989vw,78.077vh) scale(.0999)}to{transform:translate(19.60575vw,99vh) scale(.0999)}}.snow:nth-child(17){opacity:.2286;transform:translate(.6227vw,-10px) scale(.7123);animation:fall-17 12s -30s linear infinite}@keyframes fall-17{71.419%{transform:translate(-8.6128vw,71.419vh) scale(.7123)}to{transform:translate(-3.99505vw,99vh) scale(.7123)}}.snow:nth-child(18){opacity:1.332;transform:translate(.2711vw,-10px) scale(.6801);animation:fall-18 10s -7s linear infinite}@keyframes fall-18{66.865%{transform:translate(7.8053vw,66.865vh) scale(.6801)}to{transform:translate(4.0382vw,99vh) scale(.6801)}}.snow:nth-child(19){opacity:1.1198;transform:translate(7.1278vw,-10px) scale(.1341);animation:fall-19 24s -29s linear infinite}@keyframes fall-19{38.038%{transform:translate(6.3779vw,38.038vh) scale(.1341)}to{transform:translate(6.75285vw,99vh) scale(.1341)}}.snow:nth-child(20){opacity:1.1316;transform:translate(92.2175vw,-10px) scale(.7776);animation:fall-20 21s -22s linear infinite}@keyframes fall-20{64.093%{transform:translate(98.3337vw,64.093vh) scale(.7776)}to{transform:translate(95.2756vw,99vh) scale(.7776)}}.snow:nth-child(21){opacity:1.2152;transform:translate(58.9817vw,-10px) scale(.0188);animation:fall-21 13s -30s linear infinite}@keyframes fall-21{69.78%{transform:translate(65.3902vw,69.78vh) scale(.0188)}to{transform:translate(62.18595vw,99vh) scale(.0188)}}.snow:nth-child(22){opacity:1.7192;transform:translate(29.6032vw,-10px) scale(.291);animation:fall-22 10s -17s linear infinite}@keyframes fall-22{44.04%{transform:translate(38.1215vw,44.04vh) scale(.291)}to{transform:translate(33.86235vw,99vh) scale(.291)}}.snow:nth-child(23){opacity:1.3936;transform:translate(83.8653vw,-10px) scale(.4442);animation:fall-23 10s -4s linear infinite}@keyframes fall-23{36.17%{transform:translate(93.3313vw,36.17vh) scale(.4442)}to{transform:translate(88.5983vw,99vh) scale(.4442)}}.snow:nth-child(24){opacity:1.8202;transform:translate(64.2759vw,-10px) scale(.438);animation:fall-24 29s -22s linear infinite}@keyframes fall-24{53.773%{transform:translate(66.7141vw,53.773vh) scale(.438)}to{transform:translate(65.495vw,99vh) scale(.438)}}.snow:nth-child(25){opacity:.1906;transform:translate(28.6111vw,-10px) scale(.9089);animation:fall-25 30s -10s linear infinite}@keyframes fall-25{46.031%{transform:translate(27.0852vw,46.031vh) scale(.9089)}to{transform:translate(27.84815vw,99vh) scale(.9089)}}.snow:nth-child(26){opacity:.1928;transform:translate(52.1981vw,-10px) scale(.6428);animation:fall-26 30s -16s linear infinite}@keyframes fall-26{71.245%{transform:translate(60.9833vw,71.245vh) scale(.6428)}to{transform:translate(56.5907vw,99vh) scale(.6428)}}.snow:nth-child(27){opacity:1.4778;transform:translate(2.175vw,-10px) scale(.1712);animation:fall-27 21s -27s linear infinite}@keyframes fall-27{63.975%{transform:translate(-.6586vw,63.975vh) scale(.1712)}to{transform:translate(.7582vw,99vh) scale(.1712)}}.snow:nth-child(28){opacity:1.706;transform:translate(81.7208vw,-10px) scale(.7789);animation:fall-28 25s -20s linear infinite}@keyframes fall-28{56.125%{transform:translate(82.6173vw,56.125vh) scale(.7789)}to{transform:translate(82.16905vw,99vh) scale(.7789)}}.snow:nth-child(29){opacity:1.506;transform:translate(27.6637vw,-10px) scale(.5844);animation:fall-29 14s -12s linear infinite}@keyframes fall-29{38.021%{transform:translate(32.3982vw,38.021vh) scale(.5844)}to{transform:translate(30.03095vw,99vh) scale(.5844)}}.snow:nth-child(30){opacity:1.1656;transform:translate(42.708vw,-10px) scale(.1057);animation:fall-30 13s -5s linear infinite}@keyframes fall-30{54.73%{transform:translate(49.2174vw,54.73vh) scale(.1057)}to{transform:translate(45.9627vw,99vh) scale(.1057)}}.snow:nth-child(31){opacity:1.2384;transform:translate(62.9501vw,-10px) scale(.7632);animation:fall-31 29s -30s linear infinite}@keyframes fall-31{61.191%{transform:translate(63.0216vw,61.191vh) scale(.7632)}to{transform:translate(62.98585vw,99vh) scale(.7632)}}.snow:nth-child(32){opacity:.0208;transform:translate(45.3219vw,-10px) scale(.4918);animation:fall-32 24s -11s linear infinite}@keyframes fall-32{50.337%{transform:translate(52.9037vw,50.337vh) scale(.4918)}to{transform:translate(49.1128vw,99vh) scale(.4918)}}.snow:nth-child(33){opacity:1.2568;transform:translate(32.2594vw,-10px) scale(.8159);animation:fall-33 28s -8s linear infinite}@keyframes fall-33{52.579%{transform:translate(39.3064vw,52.579vh) scale(.8159)}to{transform:translate(35.7829vw,99vh) scale(.8159)}}.snow:nth-child(34){opacity:.888;transform:translate(89.9191vw,-10px) scale(.1552);animation:fall-34 20s -3s linear infinite}@keyframes fall-34{74.874%{transform:translate(98.0943vw,74.874vh) scale(.1552)}to{transform:translate(94.0067vw,99vh) scale(.1552)}}.snow:nth-child(35){opacity:.9116;transform:translate(20.0285vw,-10px) scale(.3438);animation:fall-35 16s -17s linear infinite}@keyframes fall-35{43.003%{transform:translate(21.4563vw,43.003vh) scale(.3438)}to{transform:translate(20.7424vw,99vh) scale(.3438)}}.snow:nth-child(36){opacity:1.7604;transform:translate(97.7333vw,-10px) scale(.651);animation:fall-36 12s -5s linear infinite}@keyframes fall-36{41.044%{transform:translate(92.2545vw,41.044vh) scale(.651)}to{transform:translate(94.9939vw,99vh) scale(.651)}}.snow:nth-child(37){opacity:1.5344;transform:translate(34.1266vw,-10px) scale(.3108);animation:fall-37 28s -28s linear infinite}@keyframes fall-37{41.293%{transform:translate(33.4344vw,41.293vh) scale(.3108)}to{transform:translate(33.7805vw,99vh) scale(.3108)}}.snow:nth-child(38){opacity:1.956;transform:translate(71.2793vw,-10px) scale(.7818);animation:fall-38 27s -26s linear infinite}@keyframes fall-38{66.44%{transform:translate(74.5981vw,66.44vh) scale(.7818)}to{transform:translate(72.9387vw,99vh) scale(.7818)}}.snow:nth-child(39){opacity:.2036;transform:translate(38.6956vw,-10px) scale(.9174);animation:fall-39 24s -19s linear infinite}@keyframes fall-39{59.934%{transform:translate(44.2968vw,59.934vh) scale(.9174)}to{transform:translate(41.4962vw,99vh) scale(.9174)}}.snow:nth-child(40){opacity:.0062;transform:translate(75.1259vw,-10px) scale(.5418);animation:fall-40 17s -25s linear infinite}@keyframes fall-40{44.872%{transform:translate(72.1865vw,44.872vh) scale(.5418)}to{transform:translate(73.6562vw,99vh) scale(.5418)}}.snow:nth-child(41){opacity:1.9926;transform:translate(16.0339vw,-10px) scale(.8438);animation:fall-41 19s -29s linear infinite}@keyframes fall-41{60.827%{transform:translate(10.9714vw,60.827vh) scale(.8438)}to{transform:translate(13.50265vw,99vh) scale(.8438)}}.snow:nth-child(42){opacity:.7688;transform:translate(67.8751vw,-10px) scale(.7593);animation:fall-42 27s -15s linear infinite}@keyframes fall-42{76.957%{transform:translate(68.9002vw,76.957vh) scale(.7593)}to{transform:translate(68.38765vw,99vh) scale(.7593)}}.snow:nth-child(43){opacity:.8882;transform:translate(79.4621vw,-10px) scale(.0753);animation:fall-43 13s -12s linear infinite}@keyframes fall-43{57.49%{transform:translate(84.7232vw,57.49vh) scale(.0753)}to{transform:translate(82.09265vw,99vh) scale(.0753)}}.snow:nth-child(44){opacity:.1732;transform:translate(17.8338vw,-10px) scale(.3612);animation:fall-44 18s -11s linear infinite}@keyframes fall-44{66.843%{transform:translate(13.3987vw,66.843vh) scale(.3612)}to{transform:translate(15.61625vw,99vh) scale(.3612)}}.snow:nth-child(45){opacity:.2246;transform:translate(13.4884vw,-10px) scale(.3142);animation:fall-45 15s -6s linear infinite}@keyframes fall-45{37.56%{transform:translate(14.4113vw,37.56vh) scale(.3142)}to{transform:translate(13.94985vw,99vh) scale(.3142)}}.snow:nth-child(46){opacity:.9354;transform:translate(94.9514vw,-10px) scale(.5921);animation:fall-46 20s -2s linear infinite}@keyframes fall-46{54.153%{transform:translate(93.2322vw,54.153vh) scale(.5921)}to{transform:translate(94.0918vw,99vh) scale(.5921)}}.snow:nth-child(47){opacity:1.0338;transform:translate(36.8935vw,-10px) scale(.8918);animation:fall-47 11s -30s linear infinite}@keyframes fall-47{45.69%{transform:translate(44.1329vw,45.69vh) scale(.8918)}to{transform:translate(40.5132vw,99vh) scale(.8918)}}.snow:nth-child(48){opacity:1.7498;transform:translate(8.3994vw,-10px) scale(.2785);animation:fall-48 15s -21s linear infinite}@keyframes fall-48{58.548%{transform:translate(.4494vw,58.548vh) scale(.2785)}to{transform:translate(4.4244vw,99vh) scale(.2785)}}.snow:nth-child(49){opacity:1.932;transform:translate(66.9978vw,-10px) scale(.2193);animation:fall-49 17s -2s linear infinite}@keyframes fall-49{48.903%{transform:translate(65.4794vw,48.903vh) scale(.2193)}to{transform:translate(66.2386vw,99vh) scale(.2193)}}.snow:nth-child(50){opacity:1.7712;transform:translate(29.5344vw,-10px) scale(.961);animation:fall-50 10s -11s linear infinite}@keyframes fall-50{69.444%{transform:translate(30.6407vw,69.444vh) scale(.961)}to{transform:translate(30.08755vw,99vh) scale(.961)}}.snow:nth-child(51){opacity:.2328;transform:translate(23.7573vw,-10px) scale(.3229);animation:fall-51 25s -9s linear infinite}@keyframes fall-51{78.608%{transform:translate(21.4566vw,78.608vh) scale(.3229)}to{transform:translate(22.60695vw,99vh) scale(.3229)}}.snow:nth-child(52){opacity:1.7158;transform:translate(45.4252vw,-10px) scale(.4315);animation:fall-52 17s -3s linear infinite}@keyframes fall-52{72.997%{transform:translate(52.5602vw,72.997vh) scale(.4315)}to{transform:translate(48.9927vw,99vh) scale(.4315)}}.snow:nth-child(53){opacity:1.373;transform:translate(3.6033vw,-10px) scale(.6404);animation:fall-53 18s -25s linear infinite}@keyframes fall-53{65.632%{transform:translate(-5.0945vw,65.632vh) scale(.6404)}to{transform:translate(-.7456vw,99vh) scale(.6404)}}.snow:nth-child(54){opacity:.6956;transform:translate(42.1279vw,-10px) scale(.5415);animation:fall-54 11s -13s linear infinite}@keyframes fall-54{45.956%{transform:translate(49.5172vw,45.956vh) scale(.5415)}to{transform:translate(45.82255vw,99vh) scale(.5415)}}.snow:nth-child(55){opacity:1.0676;transform:translate(35.5935vw,-10px) scale(.9773);animation:fall-55 23s -11s linear infinite}@keyframes fall-55{54.253%{transform:translate(27.5395vw,54.253vh) scale(.9773)}to{transform:translate(31.5665vw,99vh) scale(.9773)}}.snow:nth-child(56){opacity:.047;transform:translate(40.5885vw,-10px) scale(.2544);animation:fall-56 21s -30s linear infinite}@keyframes fall-56{35.197%{transform:translate(36.0166vw,35.197vh) scale(.2544)}to{transform:translate(38.30255vw,99vh) scale(.2544)}}.snow:nth-child(57){opacity:1.792;transform:translate(46.5131vw,-10px) scale(.309);animation:fall-57 11s -24s linear infinite}@keyframes fall-57{50.499%{transform:translate(49.2073vw,50.499vh) scale(.309)}to{transform:translate(47.8602vw,99vh) scale(.309)}}.snow:nth-child(58){opacity:1.7252;transform:translate(57.3085vw,-10px) scale(.6038);animation:fall-58 15s -24s linear infinite}@keyframes fall-58{36.346%{transform:translate(49.6957vw,36.346vh) scale(.6038)}to{transform:translate(53.5021vw,99vh) scale(.6038)}}.snow:nth-child(59){opacity:1.8832;transform:translate(1.37vw,-10px) scale(.1611);animation:fall-59 20s -10s linear infinite}@keyframes fall-59{75.354%{transform:translate(-3.9073vw,75.354vh) scale(.1611)}to{transform:translate(-1.26865vw,99vh) scale(.1611)}}.snow:nth-child(60){opacity:.846;transform:translate(24.2526vw,-10px) scale(.8587);animation:fall-60 16s -27s linear infinite}@keyframes fall-60{47.128%{transform:translate(28.0307vw,47.128vh) scale(.8587)}to{transform:translate(26.14165vw,99vh) scale(.8587)}}.snow:nth-child(61){opacity:1.1404;transform:translate(63.6304vw,-10px) scale(.564);animation:fall-61 28s -12s linear infinite}@keyframes fall-61{71.27%{transform:translate(61.6922vw,71.27vh) scale(.564)}to{transform:translate(62.6613vw,99vh) scale(.564)}}.snow:nth-child(62){opacity:1.3714;transform:translate(56.5907vw,-10px) scale(.3594);animation:fall-62 16s -2s linear infinite}@keyframes fall-62{44.531%{transform:translate(50.6503vw,44.531vh) scale(.3594)}to{transform:translate(53.6205vw,99vh) scale(.3594)}}.snow:nth-child(63){opacity:.5024;transform:translate(21.044vw,-10px) scale(.4709);animation:fall-63 27s -1s linear infinite}@keyframes fall-63{79.584%{transform:translate(13.7557vw,79.584vh) scale(.4709)}to{transform:translate(17.39985vw,99vh) scale(.4709)}}.snow:nth-child(64){opacity:.8154;transform:translate(27.751vw,-10px) scale(.632);animation:fall-64 16s -28s linear infinite}@keyframes fall-64{31.555%{transform:translate(27.2124vw,31.555vh) scale(.632)}to{transform:translate(27.4817vw,99vh) scale(.632)}}.snow:nth-child(65){opacity:.3864;transform:translate(16.5301vw,-10px) scale(.8726);animation:fall-65 29s -22s linear infinite}@keyframes fall-65{47.498%{transform:translate(26.2634vw,47.498vh) scale(.8726)}to{transform:translate(21.39675vw,99vh) scale(.8726)}}.snow:nth-child(66){opacity:1.6072;transform:translate(10.1709vw,-10px) scale(.4514);animation:fall-66 24s -26s linear infinite}@keyframes fall-66{70.088%{transform:translate(10.0894vw,70.088vh) scale(.4514)}to{transform:translate(10.13015vw,99vh) scale(.4514)}}.snow:nth-child(67){opacity:1.712;transform:translate(14.5297vw,-10px) scale(.6358);animation:fall-67 28s -25s linear infinite}@keyframes fall-67{73.866%{transform:translate(6.9121vw,73.866vh) scale(.6358)}to{transform:translate(10.7209vw,99vh) scale(.6358)}}.snow:nth-child(68){opacity:1.0888;transform:translate(37.5605vw,-10px) scale(.0996);animation:fall-68 12s -20s linear infinite}@keyframes fall-68{41.688%{transform:translate(30.4773vw,41.688vh) scale(.0996)}to{transform:translate(34.0189vw,99vh) scale(.0996)}}.snow:nth-child(69){opacity:.038;transform:translate(78.9626vw,-10px) scale(.4667);animation:fall-69 26s -11s linear infinite}@keyframes fall-69{31.237%{transform:translate(76.8802vw,31.237vh) scale(.4667)}to{transform:translate(77.9214vw,99vh) scale(.4667)}}.snow:nth-child(70){opacity:1.809;transform:translate(60.4878vw,-10px) scale(.5842);animation:fall-70 15s -4s linear infinite}@keyframes fall-70{64.421%{transform:translate(54.9432vw,64.421vh) scale(.5842)}to{transform:translate(57.7155vw,99vh) scale(.5842)}}.snow:nth-child(71){opacity:.2046;transform:translate(76.2922vw,-10px) scale(.7338);animation:fall-71 29s -11s linear infinite}@keyframes fall-71{46.713%{transform:translate(71.7628vw,46.713vh) scale(.7338)}to{transform:translate(74.0275vw,99vh) scale(.7338)}}.snow:nth-child(72){opacity:1.664;transform:translate(23.9835vw,-10px) scale(.702);animation:fall-72 18s -28s linear infinite}@keyframes fall-72{55.747%{transform:translate(15.0181vw,55.747vh) scale(.702)}to{transform:translate(19.5008vw,99vh) scale(.702)}}.snow:nth-child(73){opacity:1.4924;transform:translate(17.176vw,-10px) scale(.1834);animation:fall-73 14s -23s linear infinite}@keyframes fall-73{61.344%{transform:translate(11.2332vw,61.344vh) scale(.1834)}to{transform:translate(14.2046vw,99vh) scale(.1834)}}.snow:nth-child(74){opacity:1.96;transform:translate(47.0694vw,-10px) scale(.5663);animation:fall-74 12s -3s linear infinite}@keyframes fall-74{30.441%{transform:translate(50.9264vw,30.441vh) scale(.5663)}to{transform:translate(48.9979vw,99vh) scale(.5663)}}.snow:nth-child(75){opacity:.8536;transform:translate(90.6788vw,-10px) scale(.1103);animation:fall-75 17s -11s linear infinite}@keyframes fall-75{63.661%{transform:translate(85.3091vw,63.661vh) scale(.1103)}to{transform:translate(87.99395vw,99vh) scale(.1103)}}.snow:nth-child(76){opacity:.3528;transform:translate(36.3052vw,-10px) scale(.6638);animation:fall-76 17s -14s linear infinite}@keyframes fall-76{59.802%{transform:translate(37.8008vw,59.802vh) scale(.6638)}to{transform:translate(37.053vw,99vh) scale(.6638)}}.snow:nth-child(77){opacity:1.2074;transform:translate(74.5945vw,-10px) scale(.0549);animation:fall-77 25s -5s linear infinite}@keyframes fall-77{54.641%{transform:translate(76.2884vw,54.641vh) scale(.0549)}to{transform:translate(75.44145vw,99vh) scale(.0549)}}.snow:nth-child(78){opacity:.2734;transform:translate(7.9702vw,-10px) scale(.0919);animation:fall-78 14s -4s linear infinite}@keyframes fall-78{65.53%{transform:translate(11.0086vw,65.53vh) scale(.0919)}to{transform:translate(9.4894vw,99vh) scale(.0919)}}.snow:nth-child(79){opacity:1.4614;transform:translate(73.4494vw,-10px) scale(.4595);animation:fall-79 16s -1s linear infinite}@keyframes fall-79{67.916%{transform:translate(66.4921vw,67.916vh) scale(.4595)}to{transform:translate(69.97075vw,99vh) scale(.4595)}}.snow:nth-child(80){opacity:.132;transform:translate(77.9139vw,-10px) scale(.5889);animation:fall-80 10s -20s linear infinite}@keyframes fall-80{32.27%{transform:translate(79.2866vw,32.27vh) scale(.5889)}to{transform:translate(78.60025vw,99vh) scale(.5889)}}.snow:nth-child(81){opacity:.967;transform:translate(47.111vw,-10px) scale(.1105);animation:fall-81 26s -6s linear infinite}@keyframes fall-81{79.239%{transform:translate(53.1329vw,79.239vh) scale(.1105)}to{transform:translate(50.12195vw,99vh) scale(.1105)}}.snow:nth-child(82){opacity:.4592;transform:translate(17.7106vw,-10px) scale(.8391);animation:fall-82 12s -18s linear infinite}@keyframes fall-82{48.234%{transform:translate(19.8137vw,48.234vh) scale(.8391)}to{transform:translate(18.76215vw,99vh) scale(.8391)}}.snow:nth-child(83){opacity:1.8668;transform:translate(6.2449vw,-10px) scale(.3704);animation:fall-83 13s -29s linear infinite}@keyframes fall-83{49.755%{transform:translate(-.0117vw,49.755vh) scale(.3704)}to{transform:translate(3.1166vw,99vh) scale(.3704)}}.snow:nth-child(84){opacity:.7622;transform:translate(3.7332vw,-10px) scale(.1719);animation:fall-84 21s -18s linear infinite}@keyframes fall-84{62.981%{transform:translate(-4.3238vw,62.981vh) scale(.1719)}to{transform:translate(-.2953vw,99vh) scale(.1719)}}.snow:nth-child(85){opacity:1.0982;transform:translate(20.6296vw,-10px) scale(.4467);animation:fall-85 12s -1s linear infinite}@keyframes fall-85{45.958%{transform:translate(22.2994vw,45.958vh) scale(.4467)}to{transform:translate(21.4645vw,99vh) scale(.4467)}}.snow:nth-child(86){opacity:.8436;transform:translate(78.9053vw,-10px) scale(.4213);animation:fall-86 13s -24s linear infinite}@keyframes fall-86{68.599%{transform:translate(71.2947vw,68.599vh) scale(.4213)}to{transform:translate(75.1vw,99vh) scale(.4213)}}.snow:nth-child(87){opacity:.0662;transform:translate(12.6415vw,-10px) scale(.1911);animation:fall-87 30s -4s linear infinite}@keyframes fall-87{42.502%{transform:translate(12.7094vw,42.502vh) scale(.1911)}to{transform:translate(12.67545vw,99vh) scale(.1911)}}.snow:nth-child(88){opacity:.5398;transform:translate(22.6297vw,-10px) scale(.0438);animation:fall-88 18s -29s linear infinite}@keyframes fall-88{37.264%{transform:translate(30.453vw,37.264vh) scale(.0438)}to{transform:translate(26.54135vw,99vh) scale(.0438)}}.snow:nth-child(89){opacity:.3776;transform:translate(66.4501vw,-10px) scale(.4829);animation:fall-89 20s -11s linear infinite}@keyframes fall-89{71.549%{transform:translate(74.1954vw,71.549vh) scale(.4829)}to{transform:translate(70.32275vw,99vh) scale(.4829)}}.snow:nth-child(90){opacity:1.4752;transform:translate(57.8445vw,-10px) scale(.2404);animation:fall-90 18s -23s linear infinite}@keyframes fall-90{51.545%{transform:translate(61.2312vw,51.545vh) scale(.2404)}to{transform:translate(59.53785vw,99vh) scale(.2404)}}.snow:nth-child(91){opacity:1.1854;transform:translate(85.7384vw,-10px) scale(.1421);animation:fall-91 25s -3s linear infinite}@keyframes fall-91{61.059%{transform:translate(86.3926vw,61.059vh) scale(.1421)}to{transform:translate(86.0655vw,99vh) scale(.1421)}}.snow:nth-child(92){opacity:.2538;transform:translate(50.9744vw,-10px) scale(.4973);animation:fall-92 19s -24s linear infinite}@keyframes fall-92{49.244%{transform:translate(60.454vw,49.244vh) scale(.4973)}to{transform:translate(55.7142vw,99vh) scale(.4973)}}.snow:nth-child(93){opacity:.8476;transform:translate(13.9674vw,-10px) scale(.7492);animation:fall-93 10s -7s linear infinite}@keyframes fall-93{30.546%{transform:translate(19.9985vw,30.546vh) scale(.7492)}to{transform:translate(16.98295vw,99vh) scale(.7492)}}.snow:nth-child(94){opacity:1.7032;transform:translate(75.7474vw,-10px) scale(.1133);animation:fall-94 23s -24s linear infinite}@keyframes fall-94{50.657%{transform:translate(84.1276vw,50.657vh) scale(.1133)}to{transform:translate(79.9375vw,99vh) scale(.1133)}}.snow:nth-child(95){opacity:.7804;transform:translate(88.9514vw,-10px) scale(.8635);animation:fall-95 25s -7s linear infinite}@keyframes fall-95{32.321%{transform:translate(80.1632vw,32.321vh) scale(.8635)}to{transform:translate(84.5573vw,99vh) scale(.8635)}}.snow:nth-child(96){opacity:.9522;transform:translate(55.794vw,-10px) scale(.9006);animation:fall-96 24s -16s linear infinite}@keyframes fall-96{33.32%{transform:translate(47.3223vw,33.32vh) scale(.9006)}to{transform:translate(51.55815vw,99vh) scale(.9006)}}.snow:nth-child(97){opacity:1.3232;transform:translate(81.194vw,-10px) scale(.0865);animation:fall-97 22s -20s linear infinite}@keyframes fall-97{36.491%{transform:translate(83.991vw,36.491vh) scale(.0865)}to{transform:translate(82.5925vw,99vh) scale(.0865)}}.snow:nth-child(98){opacity:.8592;transform:translate(75.2894vw,-10px) scale(.3756);animation:fall-98 14s -26s linear infinite}@keyframes fall-98{42.073%{transform:translate(82.6455vw,42.073vh) scale(.3756)}to{transform:translate(78.96745vw,99vh) scale(.3756)}}.snow:nth-child(99){opacity:1.713;transform:translate(22.7648vw,-10px) scale(.6288);animation:fall-99 24s -28s linear infinite}@keyframes fall-99{31.607%{transform:translate(16.7456vw,31.607vh) scale(.6288)}to{transform:translate(19.7552vw,99vh) scale(.6288)}}.snow:nth-child(100){opacity:.4212;transform:translate(12.1989vw,-10px) scale(.85);animation:fall-100 29s -23s linear infinite}@keyframes fall-100{47.798%{transform:translate(9.1744vw,47.798vh) scale(.85)}to{transform:translate(10.68665vw,99vh) scale(.85)}}.snow:nth-child(101){opacity:1.1576;transform:translate(99.7819vw,-10px) scale(.0009);animation:fall-101 12s -17s linear infinite}@keyframes fall-101{47.437%{transform:translate(91.493vw,47.437vh) scale(.0009)}to{transform:translate(95.63745vw,99vh) scale(.0009)}}.snow:nth-child(102){opacity:1.4288;transform:translate(91.4841vw,-10px) scale(.5218);animation:fall-102 10s -10s linear infinite}@keyframes fall-102{51.827%{transform:translate(82.7459vw,51.827vh) scale(.5218)}to{transform:translate(87.115vw,99vh) scale(.5218)}}.snow:nth-child(103){opacity:1.7002;transform:translate(79.5676vw,-10px) scale(.4085);animation:fall-103 19s -17s linear infinite}@keyframes fall-103{42.406%{transform:translate(74.061vw,42.406vh) scale(.4085)}to{transform:translate(76.8143vw,99vh) scale(.4085)}}.snow:nth-child(104){opacity:1.2178;transform:translate(68.1149vw,-10px) scale(.8911);animation:fall-104 22s -6s linear infinite}@keyframes fall-104{72.235%{transform:translate(76.7966vw,72.235vh) scale(.8911)}to{transform:translate(72.45575vw,99vh) scale(.8911)}}.snow:nth-child(105){opacity:.8086;transform:translate(36.2466vw,-10px) scale(.496);animation:fall-105 23s -19s linear infinite}@keyframes fall-105{43.355%{transform:translate(34.4288vw,43.355vh) scale(.496)}to{transform:translate(35.3377vw,99vh) scale(.496)}}.snow:nth-child(106){opacity:1.0354;transform:translate(46.0605vw,-10px) scale(.4301);animation:fall-106 20s -20s linear infinite}@keyframes fall-106{60.122%{transform:translate(55.1561vw,60.122vh) scale(.4301)}to{transform:translate(50.6083vw,99vh) scale(.4301)}}.snow:nth-child(107){opacity:1.473;transform:translate(10.3417vw,-10px) scale(.4411);animation:fall-107 15s -11s linear infinite}@keyframes fall-107{69.333%{transform:translate(4.7908vw,69.333vh) scale(.4411)}to{transform:translate(7.56625vw,99vh) scale(.4411)}}.snow:nth-child(108){opacity:.872;transform:translate(34.0815vw,-10px) scale(.0325);animation:fall-108 23s -26s linear infinite}@keyframes fall-108{38.132%{transform:translate(34.5041vw,38.132vh) scale(.0325)}to{transform:translate(34.2928vw,99vh) scale(.0325)}}.snow:nth-child(109){opacity:.5188;transform:translate(66.9119vw,-10px) scale(.5285);animation:fall-109 15s -28s linear infinite}@keyframes fall-109{51.571%{transform:translate(68.6715vw,51.571vh) scale(.5285)}to{transform:translate(67.7917vw,99vh) scale(.5285)}}.snow:nth-child(110){opacity:1.0744;transform:translate(86.7954vw,-10px) scale(.4572);animation:fall-110 23s -18s linear infinite}@keyframes fall-110{56.841%{transform:translate(84.7964vw,56.841vh) scale(.4572)}to{transform:translate(85.7959vw,99vh) scale(.4572)}}.snow:nth-child(111){opacity:.7044;transform:translate(1.3146vw,-10px) scale(.1215);animation:fall-111 22s -28s linear infinite}@keyframes fall-111{56.663%{transform:translate(-7.11vw,56.663vh) scale(.1215)}to{transform:translate(-2.8977vw,99vh) scale(.1215)}}.snow:nth-child(112){opacity:.4798;transform:translate(73.2157vw,-10px) scale(.9612);animation:fall-112 25s -4s linear infinite}@keyframes fall-112{46.688%{transform:translate(66.8191vw,46.688vh) scale(.9612)}to{transform:translate(70.0174vw,99vh) scale(.9612)}}.snow:nth-child(113){opacity:1.9322;transform:translate(35.6754vw,-10px) scale(.8473);animation:fall-113 13s -27s linear infinite}@keyframes fall-113{63.501%{transform:translate(41.727vw,63.501vh) scale(.8473)}to{transform:translate(38.7012vw,99vh) scale(.8473)}}.snow:nth-child(114){opacity:1.4122;transform:translate(33.8837vw,-10px) scale(.8413);animation:fall-114 22s -14s linear infinite}@keyframes fall-114{56.848%{transform:translate(35.4596vw,56.848vh) scale(.8413)}to{transform:translate(34.67165vw,99vh) scale(.8413)}}.snow:nth-child(115){opacity:1.4594;transform:translate(65.0647vw,-10px) scale(.4823);animation:fall-115 13s -13s linear infinite}@keyframes fall-115{63.788%{transform:translate(57.9613vw,63.788vh) scale(.4823)}to{transform:translate(61.513vw,99vh) scale(.4823)}}.snow:nth-child(116){opacity:.1596;transform:translate(47.8891vw,-10px) scale(.0377);animation:fall-116 14s -20s linear infinite}@keyframes fall-116{42.67%{transform:translate(51.6591vw,42.67vh) scale(.0377)}to{transform:translate(49.7741vw,99vh) scale(.0377)}}.snow:nth-child(117){opacity:1.9408;transform:translate(85.4205vw,-10px) scale(.5972);animation:fall-117 15s -23s linear infinite}@keyframes fall-117{55.513%{transform:translate(83.7696vw,55.513vh) scale(.5972)}to{transform:translate(84.59505vw,99vh) scale(.5972)}}.snow:nth-child(118){opacity:1.584;transform:translate(31.0667vw,-10px) scale(.4956);animation:fall-118 15s -15s linear infinite}@keyframes fall-118{72.678%{transform:translate(33.6266vw,72.678vh) scale(.4956)}to{transform:translate(32.34665vw,99vh) scale(.4956)}}.snow:nth-child(119){opacity:.5338;transform:translate(95.0878vw,-10px) scale(.7559);animation:fall-119 25s -7s linear infinite}@keyframes fall-119{35.283%{transform:translate(103.4312vw,35.283vh) scale(.7559)}to{transform:translate(99.2595vw,99vh) scale(.7559)}}.snow:nth-child(120){opacity:1.3516;transform:translate(23.4696vw,-10px) scale(.0982);animation:fall-120 17s -20s linear infinite}@keyframes fall-120{30.132%{transform:translate(32.5168vw,30.132vh) scale(.0982)}to{transform:translate(27.9932vw,99vh) scale(.0982)}}.snow:nth-child(121){opacity:1.686;transform:translate(14.0623vw,-10px) scale(.9748);animation:fall-121 26s -8s linear infinite}@keyframes fall-121{51.095%{transform:translate(5.5854vw,51.095vh) scale(.9748)}to{transform:translate(9.82385vw,99vh) scale(.9748)}}.snow:nth-child(122){opacity:1.2534;transform:translate(80.5094vw,-10px) scale(.462);animation:fall-122 28s -30s linear infinite}@keyframes fall-122{62.623%{transform:translate(71.5519vw,62.623vh) scale(.462)}to{transform:translate(76.03065vw,99vh) scale(.462)}}.snow:nth-child(123){opacity:1.7064;transform:translate(52.7703vw,-10px) scale(.0531);animation:fall-123 26s -19s linear infinite}@keyframes fall-123{74.903%{transform:translate(49.5415vw,74.903vh) scale(.0531)}to{transform:translate(51.1559vw,99vh) scale(.0531)}}.snow:nth-child(124){opacity:.6316;transform:translate(38.8957vw,-10px) scale(.3588);animation:fall-124 20s -9s linear infinite}@keyframes fall-124{64.731%{transform:translate(31.555vw,64.731vh) scale(.3588)}to{transform:translate(35.22535vw,99vh) scale(.3588)}}.snow:nth-child(125){opacity:1.4658;transform:translate(57.0323vw,-10px) scale(.4749);animation:fall-125 18s -18s linear infinite}@keyframes fall-125{46.735%{transform:translate(47.8084vw,46.735vh) scale(.4749)}to{transform:translate(52.42035vw,99vh) scale(.4749)}}.snow:nth-child(126){opacity:.6422;transform:translate(15.3963vw,-10px) scale(.1873);animation:fall-126 29s -8s linear infinite}@keyframes fall-126{78.119%{transform:translate(10.8057vw,78.119vh) scale(.1873)}to{transform:translate(13.101vw,99vh) scale(.1873)}}.snow:nth-child(127){opacity:.2246;transform:translate(61.1023vw,-10px) scale(.2311);animation:fall-127 15s -10s linear infinite}@keyframes fall-127{76.071%{transform:translate(65.1595vw,76.071vh) scale(.2311)}to{transform:translate(63.1309vw,99vh) scale(.2311)}}.snow:nth-child(128){opacity:1.759;transform:translate(80.5621vw,-10px) scale(.203);animation:fall-128 12s -12s linear infinite}@keyframes fall-128{77.533%{transform:translate(88.0579vw,77.533vh) scale(.203)}to{transform:translate(84.31vw,99vh) scale(.203)}}.snow:nth-child(129){opacity:1.9938;transform:translate(18.8968vw,-10px) scale(.6429);animation:fall-129 11s -17s linear infinite}@keyframes fall-129{66.965%{transform:translate(13.613vw,66.965vh) scale(.6429)}to{transform:translate(16.2549vw,99vh) scale(.6429)}}.snow:nth-child(130){opacity:1.704;transform:translate(10.9566vw,-10px) scale(.1618);animation:fall-130 10s -1s linear infinite}@keyframes fall-130{57.16%{transform:translate(10.4095vw,57.16vh) scale(.1618)}to{transform:translate(10.68305vw,99vh) scale(.1618)}}.snow:nth-child(131){opacity:1.0834;transform:translate(43.79vw,-10px) scale(.426);animation:fall-131 12s -19s linear infinite}@keyframes fall-131{44.799%{transform:translate(34.959vw,44.799vh) scale(.426)}to{transform:translate(39.3745vw,99vh) scale(.426)}}.snow:nth-child(132){opacity:.1528;transform:translate(46.211vw,-10px) scale(.3491);animation:fall-132 24s -8s linear infinite}@keyframes fall-132{71.456%{transform:translate(36.6793vw,71.456vh) scale(.3491)}to{transform:translate(41.44515vw,99vh) scale(.3491)}}.snow:nth-child(133){opacity:1.19;transform:translate(67.9909vw,-10px) scale(.6797);animation:fall-133 10s -4s linear infinite}@keyframes fall-133{32.397%{transform:translate(77.2924vw,32.397vh) scale(.6797)}to{transform:translate(72.64165vw,99vh) scale(.6797)}}.snow:nth-child(134){opacity:1.5812;transform:translate(74.9593vw,-10px) scale(.2699);animation:fall-134 30s -13s linear infinite}@keyframes fall-134{56.83%{transform:translate(81.3152vw,56.83vh) scale(.2699)}to{transform:translate(78.13725vw,99vh) scale(.2699)}}.snow:nth-child(135){opacity:.1236;transform:translate(13.4106vw,-10px) scale(.2061);animation:fall-135 14s -7s linear infinite}@keyframes fall-135{43.66%{transform:translate(20.8617vw,43.66vh) scale(.2061)}to{transform:translate(17.13615vw,99vh) scale(.2061)}}.snow:nth-child(136){opacity:.198;transform:translate(7.7427vw,-10px) scale(.8389);animation:fall-136 14s -16s linear infinite}@keyframes fall-136{73.358%{transform:translate(11.1842vw,73.358vh) scale(.8389)}to{transform:translate(9.46345vw,99vh) scale(.8389)}}.snow:nth-child(137){opacity:1.9986;transform:translate(.5549vw,-10px) scale(.7858);animation:fall-137 22s -16s linear infinite}@keyframes fall-137{68.294%{transform:translate(-6.5561vw,68.294vh) scale(.7858)}to{transform:translate(-3.0006vw,99vh) scale(.7858)}}.snow:nth-child(138){opacity:.6406;transform:translate(55.0887vw,-10px) scale(.0217);animation:fall-138 30s -27s linear infinite}@keyframes fall-138{66.015%{transform:translate(56.0162vw,66.015vh) scale(.0217)}to{transform:translate(55.55245vw,99vh) scale(.0217)}}.snow:nth-child(139){opacity:.4802;transform:translate(7.6286vw,-10px) scale(.4926);animation:fall-139 18s -8s linear infinite}@keyframes fall-139{44.212%{transform:translate(14.0265vw,44.212vh) scale(.4926)}to{transform:translate(10.82755vw,99vh) scale(.4926)}}.snow:nth-child(140){opacity:.8548;transform:translate(21.5578vw,-10px) scale(.4348);animation:fall-140 24s -19s linear infinite}@keyframes fall-140{54.934%{transform:translate(31.0203vw,54.934vh) scale(.4348)}to{transform:translate(26.28905vw,99vh) scale(.4348)}}.snow:nth-child(141){opacity:1.8612;transform:translate(19.9268vw,-10px) scale(.2946);animation:fall-141 25s -7s linear infinite}@keyframes fall-141{76.134%{transform:translate(11.1916vw,76.134vh) scale(.2946)}to{transform:translate(15.5592vw,99vh) scale(.2946)}}.snow:nth-child(142){opacity:.2362;transform:translate(89.0748vw,-10px) scale(.3261);animation:fall-142 21s -15s linear infinite}@keyframes fall-142{65.698%{transform:translate(79.1546vw,65.698vh) scale(.3261)}to{transform:translate(84.1147vw,99vh) scale(.3261)}}.snow:nth-child(143){opacity:.875;transform:translate(40.7581vw,-10px) scale(.7762);animation:fall-143 13s -3s linear infinite}@keyframes fall-143{57.37%{transform:translate(36.6269vw,57.37vh) scale(.7762)}to{transform:translate(38.6925vw,99vh) scale(.7762)}}.snow:nth-child(144){opacity:.905;transform:translate(99.6991vw,-10px) scale(.6515);animation:fall-144 25s -19s linear infinite}@keyframes fall-144{33.899%{transform:translate(90.7249vw,33.899vh) scale(.6515)}to{transform:translate(95.212vw,99vh) scale(.6515)}}.snow:nth-child(145){opacity:.5954;transform:translate(15.7083vw,-10px) scale(.9823);animation:fall-145 15s -13s linear infinite}@keyframes fall-145{50.323%{transform:translate(17.7227vw,50.323vh) scale(.9823)}to{transform:translate(16.7155vw,99vh) scale(.9823)}}.snow:nth-child(146){opacity:1.079;transform:translate(85.3562vw,-10px) scale(.1364);animation:fall-146 27s -25s linear infinite}@keyframes fall-146{68.189%{transform:translate(75.4416vw,68.189vh) scale(.1364)}to{transform:translate(80.3989vw,99vh) scale(.1364)}}.snow:nth-child(147){opacity:1.9696;transform:translate(33.2104vw,-10px) scale(.5457);animation:fall-147 23s -25s linear infinite}@keyframes fall-147{31.861%{transform:translate(36.0435vw,31.861vh) scale(.5457)}to{transform:translate(34.62695vw,99vh) scale(.5457)}}.snow:nth-child(148){opacity:1.3232;transform:translate(67.8689vw,-10px) scale(.4729);animation:fall-148 20s -19s linear infinite}@keyframes fall-148{44.846%{transform:translate(67.9617vw,44.846vh) scale(.4729)}to{transform:translate(67.9153vw,99vh) scale(.4729)}}.snow:nth-child(149){opacity:.3402;transform:translate(83.9959vw,-10px) scale(.6256);animation:fall-149 30s -10s linear infinite}@keyframes fall-149{63.602%{transform:translate(89.3426vw,63.602vh) scale(.6256)}to{transform:translate(86.66925vw,99vh) scale(.6256)}}.snow:nth-child(150){opacity:.4392;transform:translate(75.9625vw,-10px) scale(.6569);animation:fall-150 14s -10s linear infinite}@keyframes fall-150{52.255%{transform:translate(80.1442vw,52.255vh) scale(.6569)}to{transform:translate(78.05335vw,99vh) scale(.6569)}}.snow:nth-child(151){opacity:.9812;transform:translate(71.2564vw,-10px) scale(.4565);animation:fall-151 20s -11s linear infinite}@keyframes fall-151{68.274%{transform:translate(69.5977vw,68.274vh) scale(.4565)}to{transform:translate(70.42705vw,99vh) scale(.4565)}}.snow:nth-child(152){opacity:1.6408;transform:translate(81.2282vw,-10px) scale(.4161);animation:fall-152 29s -7s linear infinite}@keyframes fall-152{41.757%{transform:translate(72.5713vw,41.757vh) scale(.4161)}to{transform:translate(76.89975vw,99vh) scale(.4161)}}.snow:nth-child(153){opacity:1.1522;transform:translate(90.918vw,-10px) scale(.6614);animation:fall-153 12s -10s linear infinite}@keyframes fall-153{68.791%{transform:translate(87.2004vw,68.791vh) scale(.6614)}to{transform:translate(89.0592vw,99vh) scale(.6614)}}.snow:nth-child(154){opacity:.3114;transform:translate(58.0946vw,-10px) scale(.7674);animation:fall-154 14s -10s linear infinite}@keyframes fall-154{61.759%{transform:translate(62.735vw,61.759vh) scale(.7674)}to{transform:translate(60.4148vw,99vh) scale(.7674)}}.snow:nth-child(155){opacity:.0368;transform:translate(28.7386vw,-10px) scale(.3937);animation:fall-155 16s -18s linear infinite}@keyframes fall-155{59.561%{transform:translate(36.4724vw,59.561vh) scale(.3937)}to{transform:translate(32.6055vw,99vh) scale(.3937)}}.snow:nth-child(156){opacity:1.3184;transform:translate(40.2798vw,-10px) scale(.8329);animation:fall-156 15s -3s linear infinite}@keyframes fall-156{45.465%{transform:translate(42.0728vw,45.465vh) scale(.8329)}to{transform:translate(41.1763vw,99vh) scale(.8329)}}.snow:nth-child(157){opacity:1.1698;transform:translate(56.8421vw,-10px) scale(.3906);animation:fall-157 25s -20s linear infinite}@keyframes fall-157{46.959%{transform:translate(47.883vw,46.959vh) scale(.3906)}to{transform:translate(52.36255vw,99vh) scale(.3906)}}.snow:nth-child(158){opacity:.9832;transform:translate(12.2485vw,-10px) scale(.2479);animation:fall-158 17s -13s linear infinite}@keyframes fall-158{51.617%{transform:translate(19.2779vw,51.617vh) scale(.2479)}to{transform:translate(15.7632vw,99vh) scale(.2479)}}.snow:nth-child(159){opacity:1.5374;transform:translate(99.2956vw,-10px) scale(.2505);animation:fall-159 25s -3s linear infinite}@keyframes fall-159{68.491%{transform:translate(91.0427vw,68.491vh) scale(.2505)}to{transform:translate(95.16915vw,99vh) scale(.2505)}}.snow:nth-child(160){opacity:.2744;transform:translate(69.9303vw,-10px) scale(.691);animation:fall-160 22s -23s linear infinite}@keyframes fall-160{33.922%{transform:translate(74.3766vw,33.922vh) scale(.691)}to{transform:translate(72.15345vw,99vh) scale(.691)}}.snow:nth-child(161){opacity:.0992;transform:translate(55.3183vw,-10px) scale(.8231);animation:fall-161 20s -10s linear infinite}@keyframes fall-161{74.294%{transform:translate(58.3243vw,74.294vh) scale(.8231)}to{transform:translate(56.8213vw,99vh) scale(.8231)}}.snow:nth-child(162){opacity:1.8154;transform:translate(33.4225vw,-10px) scale(.6421);animation:fall-162 29s -15s linear infinite}@keyframes fall-162{41.176%{transform:translate(35.0919vw,41.176vh) scale(.6421)}to{transform:translate(34.2572vw,99vh) scale(.6421)}}.snow:nth-child(163){opacity:.683;transform:translate(77.735vw,-10px) scale(.0807);animation:fall-163 12s -30s linear infinite}@keyframes fall-163{49.738%{transform:translate(77.944vw,49.738vh) scale(.0807)}to{transform:translate(77.8395vw,99vh) scale(.0807)}}.snow:nth-child(164){opacity:1.2316;transform:translate(46.4274vw,-10px) scale(.43);animation:fall-164 30s -25s linear infinite}@keyframes fall-164{69.983%{transform:translate(51.4237vw,69.983vh) scale(.43)}to{transform:translate(48.92555vw,99vh) scale(.43)}}.snow:nth-child(165){opacity:.9012;transform:translate(4.1722vw,-10px) scale(.8076);animation:fall-165 13s -11s linear infinite}@keyframes fall-165{64.162%{transform:translate(11.2908vw,64.162vh) scale(.8076)}to{transform:translate(7.7315vw,99vh) scale(.8076)}}.snow:nth-child(166){opacity:1.1334;transform:translate(96.1452vw,-10px) scale(.7334);animation:fall-166 18s -18s linear infinite}@keyframes fall-166{49.884%{transform:translate(93.7639vw,49.884vh) scale(.7334)}to{transform:translate(94.95455vw,99vh) scale(.7334)}}.snow:nth-child(167){opacity:.3458;transform:translate(8.1307vw,-10px) scale(.7303);animation:fall-167 25s -18s linear infinite}@keyframes fall-167{34.563%{transform:translate(10.4209vw,34.563vh) scale(.7303)}to{transform:translate(9.2758vw,99vh) scale(.7303)}}.snow:nth-child(168){opacity:1.9706;transform:translate(15.2535vw,-10px) scale(.0033);animation:fall-168 22s -20s linear infinite}@keyframes fall-168{38.454%{transform:translate(8.5312vw,38.454vh) scale(.0033)}to{transform:translate(11.89235vw,99vh) scale(.0033)}}.snow:nth-child(169){opacity:1.6078;transform:translate(55.3546vw,-10px) scale(.6801);animation:fall-169 26s -29s linear infinite}@keyframes fall-169{78.62%{transform:translate(47.1539vw,78.62vh) scale(.6801)}to{transform:translate(51.25425vw,99vh) scale(.6801)}}.snow:nth-child(170){opacity:1.584;transform:translate(11.735vw,-10px) scale(.6268);animation:fall-170 25s -5s linear infinite}@keyframes fall-170{33.082%{transform:translate(6.7815vw,33.082vh) scale(.6268)}to{transform:translate(9.25825vw,99vh) scale(.6268)}}.snow:nth-child(171){opacity:.2108;transform:translate(14.1816vw,-10px) scale(.5336);animation:fall-171 29s -4s linear infinite}@keyframes fall-171{50.808%{transform:translate(19.731vw,50.808vh) scale(.5336)}to{transform:translate(16.9563vw,99vh) scale(.5336)}}.snow:nth-child(172){opacity:.1806;transform:translate(57.5012vw,-10px) scale(.3307);animation:fall-172 24s -13s linear infinite}@keyframes fall-172{45.251%{transform:translate(57.0507vw,45.251vh) scale(.3307)}to{transform:translate(57.27595vw,99vh) scale(.3307)}}.snow:nth-child(173){opacity:1.4906;transform:translate(45.4178vw,-10px) scale(.9925);animation:fall-173 18s -14s linear infinite}@keyframes fall-173{44.412%{transform:translate(41.8149vw,44.412vh) scale(.9925)}to{transform:translate(43.61635vw,99vh) scale(.9925)}}.snow:nth-child(174){opacity:1.159;transform:translate(26.3135vw,-10px) scale(.1921);animation:fall-174 19s -12s linear infinite}@keyframes fall-174{54.213%{transform:translate(27.7332vw,54.213vh) scale(.1921)}to{transform:translate(27.02335vw,99vh) scale(.1921)}}.snow:nth-child(175){opacity:1.6044;transform:translate(65.4616vw,-10px) scale(.2331);animation:fall-175 18s -3s linear infinite}@keyframes fall-175{47.138%{transform:translate(60.9116vw,47.138vh) scale(.2331)}to{transform:translate(63.1866vw,99vh) scale(.2331)}}.snow:nth-child(176){opacity:.611;transform:translate(84.5276vw,-10px) scale(.763);animation:fall-176 13s -29s linear infinite}@keyframes fall-176{40.752%{transform:translate(93.7573vw,40.752vh) scale(.763)}to{transform:translate(89.14245vw,99vh) scale(.763)}}.snow:nth-child(177){opacity:1.321;transform:translate(47.7386vw,-10px) scale(.299);animation:fall-177 16s -28s linear infinite}@keyframes fall-177{54.862%{transform:translate(53.9293vw,54.862vh) scale(.299)}to{transform:translate(50.83395vw,99vh) scale(.299)}}.snow:nth-child(178){opacity:.1548;transform:translate(45.6958vw,-10px) scale(.3695);animation:fall-178 17s -28s linear infinite}@keyframes fall-178{49.611%{transform:translate(46.6409vw,49.611vh) scale(.3695)}to{transform:translate(46.16835vw,99vh) scale(.3695)}}.snow:nth-child(179){opacity:1.8866;transform:translate(6.786vw,-10px) scale(.8234);animation:fall-179 23s -6s linear infinite}@keyframes fall-179{36.959%{transform:translate(9.2845vw,36.959vh) scale(.8234)}to{transform:translate(8.03525vw,99vh) scale(.8234)}}.snow:nth-child(180){opacity:1.5262;transform:translate(34.1915vw,-10px) scale(.4173);animation:fall-180 28s -16s linear infinite}@keyframes fall-180{74.59%{transform:translate(27.1288vw,74.59vh) scale(.4173)}to{transform:translate(30.66015vw,99vh) scale(.4173)}}.snow:nth-child(181){opacity:.5776;transform:translate(12.1926vw,-10px) scale(.0284);animation:fall-181 29s -28s linear infinite}@keyframes fall-181{48.503%{transform:translate(15.2739vw,48.503vh) scale(.0284)}to{transform:translate(13.73325vw,99vh) scale(.0284)}}.snow:nth-child(182){opacity:1.6896;transform:translate(38.446vw,-10px) scale(.6054);animation:fall-182 16s -9s linear infinite}@keyframes fall-182{39.014%{transform:translate(47.5504vw,39.014vh) scale(.6054)}to{transform:translate(42.9982vw,99vh) scale(.6054)}}.snow:nth-child(183){opacity:.3182;transform:translate(75.5111vw,-10px) scale(.2313);animation:fall-183 24s -18s linear infinite}@keyframes fall-183{78.166%{transform:translate(78.5131vw,78.166vh) scale(.2313)}to{transform:translate(77.0121vw,99vh) scale(.2313)}}.snow:nth-child(184){opacity:1.9088;transform:translate(83.3216vw,-10px) scale(.3081);animation:fall-184 11s -10s linear infinite}@keyframes fall-184{76.645%{transform:translate(73.3478vw,76.645vh) scale(.3081)}to{transform:translate(78.3347vw,99vh) scale(.3081)}}.snow:nth-child(185){opacity:.7894;transform:translate(32.1282vw,-10px) scale(.9019);animation:fall-185 23s -3s linear infinite}@keyframes fall-185{53.867%{transform:translate(40.0049vw,53.867vh) scale(.9019)}to{transform:translate(36.06655vw,99vh) scale(.9019)}}.snow:nth-child(186){opacity:.5652;transform:translate(56.6833vw,-10px) scale(.5404);animation:fall-186 30s -8s linear infinite}@keyframes fall-186{42.922%{transform:translate(50.485vw,42.922vh) scale(.5404)}to{transform:translate(53.58415vw,99vh) scale(.5404)}}.snow:nth-child(187){opacity:.6994;transform:translate(14.8448vw,-10px) scale(.7191);animation:fall-187 22s -27s linear infinite}@keyframes fall-187{76.028%{transform:translate(6.142vw,76.028vh) scale(.7191)}to{transform:translate(10.4934vw,99vh) scale(.7191)}}.snow:nth-child(188){opacity:.4864;transform:translate(63.6926vw,-10px) scale(.264);animation:fall-188 27s -30s linear infinite}@keyframes fall-188{35.661%{transform:translate(67.0348vw,35.661vh) scale(.264)}to{transform:translate(65.3637vw,99vh) scale(.264)}}.snow:nth-child(189){opacity:1.4962;transform:translate(25.9516vw,-10px) scale(.5536);animation:fall-189 10s -1s linear infinite}@keyframes fall-189{74.222%{transform:translate(31.6141vw,74.222vh) scale(.5536)}to{transform:translate(28.78285vw,99vh) scale(.5536)}}.snow:nth-child(190){opacity:1.9654;transform:translate(63.5825vw,-10px) scale(.9432);animation:fall-190 17s -30s linear infinite}@keyframes fall-190{67.329%{transform:translate(65.5354vw,67.329vh) scale(.9432)}to{transform:translate(64.55895vw,99vh) scale(.9432)}}.snow:nth-child(191){opacity:.876;transform:translate(96.3593vw,-10px) scale(.7668);animation:fall-191 21s -24s linear infinite}@keyframes fall-191{57.039%{transform:translate(91.4777vw,57.039vh) scale(.7668)}to{transform:translate(93.9185vw,99vh) scale(.7668)}}.snow:nth-child(192){opacity:1.041;transform:translate(38.9209vw,-10px) scale(.1955);animation:fall-192 24s -24s linear infinite}@keyframes fall-192{52.933%{transform:translate(46.6995vw,52.933vh) scale(.1955)}to{transform:translate(42.8102vw,99vh) scale(.1955)}}.snow:nth-child(193){opacity:1.6416;transform:translate(79.6716vw,-10px) scale(.0276);animation:fall-193 24s -15s linear infinite}@keyframes fall-193{51.676%{transform:translate(89.3104vw,51.676vh) scale(.0276)}to{transform:translate(84.491vw,99vh) scale(.0276)}}.snow:nth-child(194){opacity:.473;transform:translate(48.6152vw,-10px) scale(.8793);animation:fall-194 30s -25s linear infinite}@keyframes fall-194{77.354%{transform:translate(50.3559vw,77.354vh) scale(.8793)}to{transform:translate(49.48555vw,99vh) scale(.8793)}}.snow:nth-child(195){opacity:.2906;transform:translate(67.9854vw,-10px) scale(.7842);animation:fall-195 28s -1s linear infinite}@keyframes fall-195{69.477%{transform:translate(74.8856vw,69.477vh) scale(.7842)}to{transform:translate(71.4355vw,99vh) scale(.7842)}}.snow:nth-child(196){opacity:.6006;transform:translate(1.6651vw,-10px) scale(.2677);animation:fall-196 29s -30s linear infinite}@keyframes fall-196{57.159%{transform:translate(11.5716vw,57.159vh) scale(.2677)}to{transform:translate(6.61835vw,99vh) scale(.2677)}}.snow:nth-child(197){opacity:1.782;transform:translate(76.9711vw,-10px) scale(.046);animation:fall-197 20s -27s linear infinite}@keyframes fall-197{78.094%{transform:translate(79.5725vw,78.094vh) scale(.046)}to{transform:translate(78.2718vw,99vh) scale(.046)}}.snow:nth-child(198){opacity:.615;transform:translate(74.9775vw,-10px) scale(.2206);animation:fall-198 18s -4s linear infinite}@keyframes fall-198{71.025%{transform:translate(71.4655vw,71.025vh) scale(.2206)}to{transform:translate(73.2215vw,99vh) scale(.2206)}}.snow:nth-child(199){opacity:.3612;transform:translate(61.6703vw,-10px) scale(.2283);animation:fall-199 15s -10s linear infinite}@keyframes fall-199{67.216%{transform:translate(63.5328vw,67.216vh) scale(.2283)}to{transform:translate(62.60155vw,99vh) scale(.2283)}}.snow:nth-child(200){opacity:1.7974;transform:translate(18.0106vw,-10px) scale(.2154);animation:fall-200 15s -15s linear infinite}@keyframes fall-200{48.752%{transform:translate(21.6419vw,48.752vh) scale(.2154)}to{transform:translate(19.82625vw,99vh) scale(.2154)}}.snow:nth-child(201){opacity:1.8038;transform:translate(57.6097vw,-10px) scale(.9548);animation:fall-201 28s -21s linear infinite}@keyframes fall-201{48.332%{transform:translate(64.7064vw,48.332vh) scale(.9548)}to{transform:translate(61.15805vw,99vh) scale(.9548)}}.snow:nth-child(202){opacity:.284;transform:translate(1.2782vw,-10px) scale(.4503);animation:fall-202 11s -23s linear infinite}@keyframes fall-202{57.94%{transform:translate(7.7572vw,57.94vh) scale(.4503)}to{transform:translate(4.5177vw,99vh) scale(.4503)}}.snow:nth-child(203){opacity:.7102;transform:translate(94.3743vw,-10px) scale(.0195);animation:fall-203 11s -24s linear infinite}@keyframes fall-203{35.685%{transform:translate(99.8789vw,35.685vh) scale(.0195)}to{transform:translate(97.1266vw,99vh) scale(.0195)}}.snow:nth-child(204){opacity:1.2762;transform:translate(38.8478vw,-10px) scale(.1754);animation:fall-204 10s -19s linear infinite}@keyframes fall-204{58.954%{transform:translate(37.1265vw,58.954vh) scale(.1754)}to{transform:translate(37.98715vw,99vh) scale(.1754)}}.snow:nth-child(205){opacity:1.1334;transform:translate(94.5356vw,-10px) scale(.1463);animation:fall-205 22s -5s linear infinite}@keyframes fall-205{75.814%{transform:translate(103.4444vw,75.814vh) scale(.1463)}to{transform:translate(98.99vw,99vh) scale(.1463)}}.snow:nth-child(206){opacity:.7134;transform:translate(69.6236vw,-10px) scale(.5745);animation:fall-206 10s -7s linear infinite}@keyframes fall-206{56.875%{transform:translate(77.7577vw,56.875vh) scale(.5745)}to{transform:translate(73.69065vw,99vh) scale(.5745)}}.snow:nth-child(207){opacity:1.3592;transform:translate(94.125vw,-10px) scale(.9259);animation:fall-207 18s -17s linear infinite}@keyframes fall-207{49.53%{transform:translate(84.543vw,49.53vh) scale(.9259)}to{transform:translate(89.334vw,99vh) scale(.9259)}}.snow:nth-child(208){opacity:.4698;transform:translate(80.7031vw,-10px) scale(.8755);animation:fall-208 30s -22s linear infinite}@keyframes fall-208{70.757%{transform:translate(78.2785vw,70.757vh) scale(.8755)}to{transform:translate(79.4908vw,99vh) scale(.8755)}}.snow:nth-child(209){opacity:.509;transform:translate(62.5087vw,-10px) scale(.2462);animation:fall-209 23s -22s linear infinite}@keyframes fall-209{31.46%{transform:translate(55.2083vw,31.46vh) scale(.2462)}to{transform:translate(58.8585vw,99vh) scale(.2462)}}.snow:nth-child(210){opacity:1.0634;transform:translate(91.7904vw,-10px) scale(.8013);animation:fall-210 18s -15s linear infinite}@keyframes fall-210{38.402%{transform:translate(92.082vw,38.402vh) scale(.8013)}to{transform:translate(91.9362vw,99vh) scale(.8013)}}.snow:nth-child(211){opacity:.3276;transform:translate(21.3871vw,-10px) scale(.2423);animation:fall-211 28s -23s linear infinite}@keyframes fall-211{30.599%{transform:translate(24.0083vw,30.599vh) scale(.2423)}to{transform:translate(22.6977vw,99vh) scale(.2423)}}.snow:nth-child(212){opacity:1.4604;transform:translate(12.6053vw,-10px) scale(.9418);animation:fall-212 12s -19s linear infinite}@keyframes fall-212{52.12%{transform:translate(4.2062vw,52.12vh) scale(.9418)}to{transform:translate(8.40575vw,99vh) scale(.9418)}}.snow:nth-child(213){opacity:1.7524;transform:translate(18.573vw,-10px) scale(.4996);animation:fall-213 10s -23s linear infinite}@keyframes fall-213{63.732%{transform:translate(22.2159vw,63.732vh) scale(.4996)}to{transform:translate(20.39445vw,99vh) scale(.4996)}}.snow:nth-child(214){opacity:.1412;transform:translate(3.0403vw,-10px) scale(.3285);animation:fall-214 30s -4s linear infinite}@keyframes fall-214{31.72%{transform:translate(-.8018vw,31.72vh) scale(.3285)}to{transform:translate(1.11925vw,99vh) scale(.3285)}}.snow:nth-child(215){opacity:.8956;transform:translate(28.5754vw,-10px) scale(.258);animation:fall-215 11s -9s linear infinite}@keyframes fall-215{41.013%{transform:translate(31.6496vw,41.013vh) scale(.258)}to{transform:translate(30.1125vw,99vh) scale(.258)}}.snow:nth-child(216){opacity:1.666;transform:translate(53.7985vw,-10px) scale(.9445);animation:fall-216 20s -8s linear infinite}@keyframes fall-216{60.585%{transform:translate(54.5559vw,60.585vh) scale(.9445)}to{transform:translate(54.1772vw,99vh) scale(.9445)}}.snow:nth-child(217){opacity:.1372;transform:translate(80.1325vw,-10px) scale(.2804);animation:fall-217 19s -4s linear infinite}@keyframes fall-217{65.245%{transform:translate(75.0948vw,65.245vh) scale(.2804)}to{transform:translate(77.61365vw,99vh) scale(.2804)}}.snow:nth-child(218){opacity:1.1354;transform:translate(55.2799vw,-10px) scale(.2235);animation:fall-218 17s -8s linear infinite}@keyframes fall-218{54.433%{transform:translate(55.5271vw,54.433vh) scale(.2235)}to{transform:translate(55.4035vw,99vh) scale(.2235)}}.snow:nth-child(219){opacity:1.6756;transform:translate(17.8688vw,-10px) scale(.7559);animation:fall-219 17s -9s linear infinite}@keyframes fall-219{77.09%{transform:translate(18.8598vw,77.09vh) scale(.7559)}to{transform:translate(18.3643vw,99vh) scale(.7559)}}.snow:nth-child(220){opacity:.3806;transform:translate(87.6934vw,-10px) scale(.1537);animation:fall-220 28s -22s linear infinite}@keyframes fall-220{75.888%{transform:translate(90.9295vw,75.888vh) scale(.1537)}to{transform:translate(89.31145vw,99vh) scale(.1537)}}.snow:nth-child(221){opacity:.9848;transform:translate(7.9572vw,-10px) scale(.1548);animation:fall-221 15s -5s linear infinite}@keyframes fall-221{74.418%{transform:translate(9.1931vw,74.418vh) scale(.1548)}to{transform:translate(8.57515vw,99vh) scale(.1548)}}.snow:nth-child(222){opacity:.0218;transform:translate(81.5341vw,-10px) scale(.0775);animation:fall-222 14s -28s linear infinite}@keyframes fall-222{34.337%{transform:translate(81.7948vw,34.337vh) scale(.0775)}to{transform:translate(81.66445vw,99vh) scale(.0775)}}.snow:nth-child(223){opacity:1.4064;transform:translate(60.2693vw,-10px) scale(.8398);animation:fall-223 23s -9s linear infinite}@keyframes fall-223{61.177%{transform:translate(55.5171vw,61.177vh) scale(.8398)}to{transform:translate(57.8932vw,99vh) scale(.8398)}}.snow:nth-child(224){opacity:1.6726;transform:translate(83.2787vw,-10px) scale(.5687);animation:fall-224 21s -3s linear infinite}@keyframes fall-224{60.921%{transform:translate(86.7796vw,60.921vh) scale(.5687)}to{transform:translate(85.02915vw,99vh) scale(.5687)}}.snow:nth-child(225){opacity:1.4342;transform:translate(48.8582vw,-10px) scale(.0317);animation:fall-225 27s -14s linear infinite}@keyframes fall-225{43.522%{transform:translate(43.0297vw,43.522vh) scale(.0317)}to{transform:translate(45.94395vw,99vh) scale(.0317)}}.snow:nth-child(226){opacity:1.5246;transform:translate(6.9448vw,-10px) scale(.8366);animation:fall-226 25s -7s linear infinite}@keyframes fall-226{55.698%{transform:translate(12.8532vw,55.698vh) scale(.8366)}to{transform:translate(9.899vw,99vh) scale(.8366)}}.snow:nth-child(227){opacity:.4224;transform:translate(94.5067vw,-10px) scale(.8296);animation:fall-227 24s -23s linear infinite}@keyframes fall-227{78.328%{transform:translate(89.8847vw,78.328vh) scale(.8296)}to{transform:translate(92.1957vw,99vh) scale(.8296)}}.snow:nth-child(228){opacity:.4686;transform:translate(63.0269vw,-10px) scale(.9051);animation:fall-228 10s -25s linear infinite}@keyframes fall-228{32.953%{transform:translate(58.7189vw,32.953vh) scale(.9051)}to{transform:translate(60.8729vw,99vh) scale(.9051)}}.snow:nth-child(229){opacity:1.7702;transform:translate(91.7009vw,-10px) scale(.1014);animation:fall-229 16s -25s linear infinite}@keyframes fall-229{69.713%{transform:translate(86.961vw,69.713vh) scale(.1014)}to{transform:translate(89.33095vw,99vh) scale(.1014)}}.snow:nth-child(230){opacity:.229;transform:translate(74.9016vw,-10px) scale(.0898);animation:fall-230 29s -18s linear infinite}@keyframes fall-230{78.704%{transform:translate(73.586vw,78.704vh) scale(.0898)}to{transform:translate(74.2438vw,99vh) scale(.0898)}}.snow:nth-child(231){opacity:.3988;transform:translate(55.8626vw,-10px) scale(.7007);animation:fall-231 19s -11s linear infinite}@keyframes fall-231{66.801%{transform:translate(56.351vw,66.801vh) scale(.7007)}to{transform:translate(56.1068vw,99vh) scale(.7007)}}.snow:nth-child(232){opacity:.999;transform:translate(81.308vw,-10px) scale(.2416);animation:fall-232 27s -15s linear infinite}@keyframes fall-232{62.213%{transform:translate(76.7996vw,62.213vh) scale(.2416)}to{transform:translate(79.0538vw,99vh) scale(.2416)}}.snow:nth-child(233){opacity:.5862;transform:translate(28.291vw,-10px) scale(.0145);animation:fall-233 10s -28s linear infinite}@keyframes fall-233{65.06%{transform:translate(29.4851vw,65.06vh) scale(.0145)}to{transform:translate(28.88805vw,99vh) scale(.0145)}}.snow:nth-child(234){opacity:.6816;transform:translate(60.335vw,-10px) scale(.3106);animation:fall-234 26s -20s linear infinite}@keyframes fall-234{78.535%{transform:translate(64.762vw,78.535vh) scale(.3106)}to{transform:translate(62.5485vw,99vh) scale(.3106)}}.snow:nth-child(235){opacity:.1838;transform:translate(50.4706vw,-10px) scale(.3902);animation:fall-235 27s -27s linear infinite}@keyframes fall-235{69.234%{transform:translate(59.8347vw,69.234vh) scale(.3902)}to{transform:translate(55.15265vw,99vh) scale(.3902)}}.snow:nth-child(236){opacity:.887;transform:translate(88.9979vw,-10px) scale(.6608);animation:fall-236 23s -18s linear infinite}@keyframes fall-236{46.887%{transform:translate(93.8739vw,46.887vh) scale(.6608)}to{transform:translate(91.4359vw,99vh) scale(.6608)}}.snow:nth-child(237){opacity:.4394;transform:translate(27.9523vw,-10px) scale(.2774);animation:fall-237 21s -30s linear infinite}@keyframes fall-237{73.74%{transform:translate(29.8447vw,73.74vh) scale(.2774)}to{transform:translate(28.8985vw,99vh) scale(.2774)}}.snow:nth-child(238){opacity:1.5808;transform:translate(1.5433vw,-10px) scale(.1387);animation:fall-238 18s -28s linear infinite}@keyframes fall-238{62.75%{transform:translate(5.5452vw,62.75vh) scale(.1387)}to{transform:translate(3.54425vw,99vh) scale(.1387)}}.snow:nth-child(239){opacity:1.7274;transform:translate(30.8184vw,-10px) scale(.6387);animation:fall-239 26s -1s linear infinite}@keyframes fall-239{70.309%{transform:translate(30.4537vw,70.309vh) scale(.6387)}to{transform:translate(30.63605vw,99vh) scale(.6387)}}.snow:nth-child(240){opacity:1.889;transform:translate(41.8326vw,-10px) scale(.7315);animation:fall-240 16s -1s linear infinite}@keyframes fall-240{36.106%{transform:translate(48.3046vw,36.106vh) scale(.7315)}to{transform:translate(45.0686vw,99vh) scale(.7315)}}.snow:nth-child(241){opacity:1.7768;transform:translate(38.7746vw,-10px) scale(.8287);animation:fall-241 23s -12s linear infinite}@keyframes fall-241{38.407%{transform:translate(33.2932vw,38.407vh) scale(.8287)}to{transform:translate(36.0339vw,99vh) scale(.8287)}}.snow:nth-child(242){opacity:1.2518;transform:translate(34.3022vw,-10px) scale(.3283);animation:fall-242 24s -30s linear infinite}@keyframes fall-242{72.427%{transform:translate(35.8236vw,72.427vh) scale(.3283)}to{transform:translate(35.0629vw,99vh) scale(.3283)}}.snow:nth-child(243){opacity:.5364;transform:translate(57.8955vw,-10px) scale(.4301);animation:fall-243 20s -17s linear infinite}@keyframes fall-243{40.35%{transform:translate(62.9709vw,40.35vh) scale(.4301)}to{transform:translate(60.4332vw,99vh) scale(.4301)}}.snow:nth-child(244){opacity:.0708;transform:translate(25.5718vw,-10px) scale(.1432);animation:fall-244 14s -26s linear infinite}@keyframes fall-244{38.602%{transform:translate(24.7277vw,38.602vh) scale(.1432)}to{transform:translate(25.14975vw,99vh) scale(.1432)}}.snow:nth-child(245){opacity:1.1054;transform:translate(37.4782vw,-10px) scale(.1514);animation:fall-245 16s -7s linear infinite}@keyframes fall-245{66.487%{transform:translate(39.605vw,66.487vh) scale(.1514)}to{transform:translate(38.5416vw,99vh) scale(.1514)}}.snow:nth-child(246){opacity:.565;transform:translate(30.577vw,-10px) scale(.3124);animation:fall-246 13s -28s linear infinite}@keyframes fall-246{40.814%{transform:translate(23.2001vw,40.814vh) scale(.3124)}to{transform:translate(26.88855vw,99vh) scale(.3124)}}.snow:nth-child(247){opacity:.5328;transform:translate(22.0837vw,-10px) scale(.3574);animation:fall-247 14s -12s linear infinite}@keyframes fall-247{78.549%{transform:translate(14.0518vw,78.549vh) scale(.3574)}to{transform:translate(18.06775vw,99vh) scale(.3574)}}.snow:nth-child(248){opacity:1.9856;transform:translate(44.7507vw,-10px) scale(.8011);animation:fall-248 18s -5s linear infinite}@keyframes fall-248{54.622%{transform:translate(47.1349vw,54.622vh) scale(.8011)}to{transform:translate(45.9428vw,99vh) scale(.8011)}}.snow:nth-child(249){opacity:1.1148;transform:translate(53.8542vw,-10px) scale(.2868);animation:fall-249 26s -16s linear infinite}@keyframes fall-249{56.301%{transform:translate(56.211vw,56.301vh) scale(.2868)}to{transform:translate(55.0326vw,99vh) scale(.2868)}}.snow:nth-child(250){opacity:.6038;transform:translate(60.8235vw,-10px) scale(.1867);animation:fall-250 15s -16s linear infinite}@keyframes fall-250{67.733%{transform:translate(60.7342vw,67.733vh) scale(.1867)}to{transform:translate(60.77885vw,99vh) scale(.1867)}}.snow:nth-child(251){opacity:1.5814;transform:translate(84.2506vw,-10px) scale(.8019);animation:fall-251 19s -6s linear infinite}@keyframes fall-251{33.58%{transform:translate(93.1125vw,33.58vh) scale(.8019)}to{transform:translate(88.68155vw,99vh) scale(.8019)}}.snow:nth-child(252){opacity:.191;transform:translate(72.3126vw,-10px) scale(.503);animation:fall-252 11s -10s linear infinite}@keyframes fall-252{33.165%{transform:translate(65.9131vw,33.165vh) scale(.503)}to{transform:translate(69.11285vw,99vh) scale(.503)}}.snow:nth-child(253){opacity:.7486;transform:translate(63.8986vw,-10px) scale(.4346);animation:fall-253 14s -27s linear infinite}@keyframes fall-253{39.379%{transform:translate(72.3702vw,39.379vh) scale(.4346)}to{transform:translate(68.1344vw,99vh) scale(.4346)}}.snow:nth-child(254){opacity:.3538;transform:translate(26.1809vw,-10px) scale(.2506);animation:fall-254 18s -25s linear infinite}@keyframes fall-254{31.884%{transform:translate(27.4204vw,31.884vh) scale(.2506)}to{transform:translate(26.80065vw,99vh) scale(.2506)}}.snow:nth-child(255){opacity:.9726;transform:translate(67.3493vw,-10px) scale(.9109);animation:fall-255 23s -19s linear infinite}@keyframes fall-255{31.517%{transform:translate(62.7626vw,31.517vh) scale(.9109)}to{transform:translate(65.05595vw,99vh) scale(.9109)}}.snow:nth-child(256){opacity:.4616;transform:translate(87.176vw,-10px) scale(.6896);animation:fall-256 22s -10s linear infinite}@keyframes fall-256{71.251%{transform:translate(92.3929vw,71.251vh) scale(.6896)}to{transform:translate(89.78445vw,99vh) scale(.6896)}}.snow:nth-child(257){opacity:.6142;transform:translate(72.7175vw,-10px) scale(.3175);animation:fall-257 25s -20s linear infinite}@keyframes fall-257{69.687%{transform:translate(77.6vw,69.687vh) scale(.3175)}to{transform:translate(75.15875vw,99vh) scale(.3175)}}.snow:nth-child(258){opacity:.1098;transform:translate(45.8319vw,-10px) scale(.8188);animation:fall-258 11s -4s linear infinite}@keyframes fall-258{75.909%{transform:translate(47.1196vw,75.909vh) scale(.8188)}to{transform:translate(46.47575vw,99vh) scale(.8188)}}.snow:nth-child(259){opacity:1.176;transform:translate(79.1375vw,-10px) scale(.6235);animation:fall-259 18s -18s linear infinite}@keyframes fall-259{64.266%{transform:translate(88.5699vw,64.266vh) scale(.6235)}to{transform:translate(83.8537vw,99vh) scale(.6235)}}.snow:nth-child(260){opacity:.6044;transform:translate(63.2419vw,-10px) scale(.222);animation:fall-260 17s -18s linear infinite}@keyframes fall-260{75.597%{transform:translate(57.2779vw,75.597vh) scale(.222)}to{transform:translate(60.2599vw,99vh) scale(.222)}}.snow:nth-child(261){opacity:.0046;transform:translate(45.9872vw,-10px) scale(.4089);animation:fall-261 27s -18s linear infinite}@keyframes fall-261{68.013%{transform:translate(38.7141vw,68.013vh) scale(.4089)}to{transform:translate(42.35065vw,99vh) scale(.4089)}}.snow:nth-child(262){opacity:.6358;transform:translate(54.025vw,-10px) scale(.9283);animation:fall-262 10s -19s linear infinite}@keyframes fall-262{55.98%{transform:translate(47.5181vw,55.98vh) scale(.9283)}to{transform:translate(50.77155vw,99vh) scale(.9283)}}.snow:nth-child(263){opacity:.335;transform:translate(48.3841vw,-10px) scale(.7325);animation:fall-263 12s -28s linear infinite}@keyframes fall-263{31.644%{transform:translate(42.1137vw,31.644vh) scale(.7325)}to{transform:translate(45.2489vw,99vh) scale(.7325)}}.snow:nth-child(264){opacity:1.6698;transform:translate(19.7553vw,-10px) scale(.8682);animation:fall-264 19s -8s linear infinite}@keyframes fall-264{58.699%{transform:translate(18.5991vw,58.699vh) scale(.8682)}to{transform:translate(19.1772vw,99vh) scale(.8682)}}.snow:nth-child(265){opacity:1.3676;transform:translate(31.1942vw,-10px) scale(.5748);animation:fall-265 25s -6s linear infinite}@keyframes fall-265{68.167%{transform:translate(37.5497vw,68.167vh) scale(.5748)}to{transform:translate(34.37195vw,99vh) scale(.5748)}}.snow:nth-child(266){opacity:.2348;transform:translate(89.1032vw,-10px) scale(.4557);animation:fall-266 24s -23s linear infinite}@keyframes fall-266{50.732%{transform:translate(90.0317vw,50.732vh) scale(.4557)}to{transform:translate(89.56745vw,99vh) scale(.4557)}}.snow:nth-child(267){opacity:1.551;transform:translate(84.255vw,-10px) scale(.5128);animation:fall-267 21s -12s linear infinite}@keyframes fall-267{47.082%{transform:translate(89.6056vw,47.082vh) scale(.5128)}to{transform:translate(86.9303vw,99vh) scale(.5128)}}.snow:nth-child(268){opacity:.8332;transform:translate(24.6924vw,-10px) scale(.9435);animation:fall-268 15s -15s linear infinite}@keyframes fall-268{46.726%{transform:translate(17.5946vw,46.726vh) scale(.9435)}to{transform:translate(21.1435vw,99vh) scale(.9435)}}.snow:nth-child(269){opacity:1.9686;transform:translate(70.8501vw,-10px) scale(.7536);animation:fall-269 24s -20s linear infinite}@keyframes fall-269{61.086%{transform:translate(77.8229vw,61.086vh) scale(.7536)}to{transform:translate(74.3365vw,99vh) scale(.7536)}}.snow:nth-child(270){opacity:.9394;transform:translate(53.2184vw,-10px) scale(.8529);animation:fall-270 23s -30s linear infinite}@keyframes fall-270{55.575%{transform:translate(53.5163vw,55.575vh) scale(.8529)}to{transform:translate(53.36735vw,99vh) scale(.8529)}}.snow:nth-child(271){opacity:1.3802;transform:translate(83.0037vw,-10px) scale(.9644);animation:fall-271 20s -19s linear infinite}@keyframes fall-271{55.901%{transform:translate(73.1353vw,55.901vh) scale(.9644)}to{transform:translate(78.0695vw,99vh) scale(.9644)}}.snow:nth-child(272){opacity:1.0408;transform:translate(22.597vw,-10px) scale(.847);animation:fall-272 20s -8s linear infinite}@keyframes fall-272{32.481%{transform:translate(15.3122vw,32.481vh) scale(.847)}to{transform:translate(18.9546vw,99vh) scale(.847)}}.snow:nth-child(273){opacity:1.3006;transform:translate(27.8603vw,-10px) scale(.4955);animation:fall-273 27s -5s linear infinite}@keyframes fall-273{71.655%{transform:translate(34.8817vw,71.655vh) scale(.4955)}to{transform:translate(31.371vw,99vh) scale(.4955)}}.snow:nth-child(274){opacity:1.9762;transform:translate(85.0791vw,-10px) scale(.7468);animation:fall-274 15s -29s linear infinite}@keyframes fall-274{47.431%{transform:translate(79.3706vw,47.431vh) scale(.7468)}to{transform:translate(82.22485vw,99vh) scale(.7468)}}.snow:nth-child(275){opacity:1.6736;transform:translate(85.3131vw,-10px) scale(.1624);animation:fall-275 25s -27s linear infinite}@keyframes fall-275{43.692%{transform:translate(78.406vw,43.692vh) scale(.1624)}to{transform:translate(81.85955vw,99vh) scale(.1624)}}.snow:nth-child(276){opacity:1.319;transform:translate(92.2126vw,-10px) scale(.3244);animation:fall-276 15s -20s linear infinite}@keyframes fall-276{59.942%{transform:translate(98.9435vw,59.942vh) scale(.3244)}to{transform:translate(95.57805vw,99vh) scale(.3244)}}.snow:nth-child(277){opacity:.5878;transform:translate(5.8428vw,-10px) scale(.1389);animation:fall-277 19s -19s linear infinite}@keyframes fall-277{79.294%{transform:translate(8.522vw,79.294vh) scale(.1389)}to{transform:translate(7.1824vw,99vh) scale(.1389)}}.snow:nth-child(278){opacity:1.4764;transform:translate(64.2092vw,-10px) scale(.6533);animation:fall-278 14s -28s linear infinite}@keyframes fall-278{56.262%{transform:translate(72.1416vw,56.262vh) scale(.6533)}to{transform:translate(68.1754vw,99vh) scale(.6533)}}.snow:nth-child(279){opacity:.3312;transform:translate(61.3513vw,-10px) scale(.9687);animation:fall-279 25s -4s linear infinite}@keyframes fall-279{48.371%{transform:translate(57.885vw,48.371vh) scale(.9687)}to{transform:translate(59.61815vw,99vh) scale(.9687)}}.snow:nth-child(280){opacity:1.5368;transform:translate(93.8306vw,-10px) scale(.5418);animation:fall-280 29s -29s linear infinite}@keyframes fall-280{63.609%{transform:translate(103.1162vw,63.609vh) scale(.5418)}to{transform:translate(98.4734vw,99vh) scale(.5418)}}.snow:nth-child(281){opacity:1.2434;transform:translate(82.2289vw,-10px) scale(.2277);animation:fall-281 27s -29s linear infinite}@keyframes fall-281{56.705%{transform:translate(73.7964vw,56.705vh) scale(.2277)}to{transform:translate(78.01265vw,99vh) scale(.2277)}}.snow:nth-child(282){opacity:1.4562;transform:translate(52.8081vw,-10px) scale(.4756);animation:fall-282 20s -12s linear infinite}@keyframes fall-282{44.058%{transform:translate(58.2967vw,44.058vh) scale(.4756)}to{transform:translate(55.5524vw,99vh) scale(.4756)}}.snow:nth-child(283){opacity:1.8216;transform:translate(99.9448vw,-10px) scale(.9125);animation:fall-283 23s -18s linear infinite}@keyframes fall-283{78.34%{transform:translate(105.4792vw,78.34vh) scale(.9125)}to{transform:translate(102.712vw,99vh) scale(.9125)}}.snow:nth-child(284){opacity:1.8454;transform:translate(55.797vw,-10px) scale(.6523);animation:fall-284 16s -6s linear infinite}@keyframes fall-284{32.961%{transform:translate(55.1074vw,32.961vh) scale(.6523)}to{transform:translate(55.4522vw,99vh) scale(.6523)}}.snow:nth-child(285){opacity:1.8634;transform:translate(96.7771vw,-10px) scale(.8251);animation:fall-285 11s -30s linear infinite}@keyframes fall-285{39.013%{transform:translate(97.923vw,39.013vh) scale(.8251)}to{transform:translate(97.35005vw,99vh) scale(.8251)}}.snow:nth-child(286){opacity:1.3914;transform:translate(1.7593vw,-10px) scale(.0823);animation:fall-286 25s -1s linear infinite}@keyframes fall-286{77.021%{transform:translate(-5.0807vw,77.021vh) scale(.0823)}to{transform:translate(-1.6607vw,99vh) scale(.0823)}}.snow:nth-child(287){opacity:.556;transform:translate(21.4605vw,-10px) scale(.0035);animation:fall-287 25s -22s linear infinite}@keyframes fall-287{47.041%{transform:translate(26.1245vw,47.041vh) scale(.0035)}to{transform:translate(23.7925vw,99vh) scale(.0035)}}.snow:nth-child(288){opacity:.7696;transform:translate(78.0261vw,-10px) scale(.8265);animation:fall-288 18s -17s linear infinite}@keyframes fall-288{40.218%{transform:translate(81.3231vw,40.218vh) scale(.8265)}to{transform:translate(79.6746vw,99vh) scale(.8265)}}.snow:nth-child(289){opacity:1.1702;transform:translate(1.2435vw,-10px) scale(.7944);animation:fall-289 26s -29s linear infinite}@keyframes fall-289{57.406%{transform:translate(-1.8133vw,57.406vh) scale(.7944)}to{transform:translate(-.2849vw,99vh) scale(.7944)}}.snow:nth-child(290){opacity:1.5786;transform:translate(72.25vw,-10px) scale(.6206);animation:fall-290 19s -30s linear infinite}@keyframes fall-290{59.625%{transform:translate(70.078vw,59.625vh) scale(.6206)}to{transform:translate(71.164vw,99vh) scale(.6206)}}.snow:nth-child(291){opacity:.8656;transform:translate(92.2209vw,-10px) scale(.8793);animation:fall-291 27s -5s linear infinite}@keyframes fall-291{39.186%{transform:translate(96.9299vw,39.186vh) scale(.8793)}to{transform:translate(94.5754vw,99vh) scale(.8793)}}.snow:nth-child(292){opacity:1.253;transform:translate(96.6018vw,-10px) scale(.9752);animation:fall-292 10s -2s linear infinite}@keyframes fall-292{67.941%{transform:translate(100.3601vw,67.941vh) scale(.9752)}to{transform:translate(98.48095vw,99vh) scale(.9752)}}.snow:nth-child(293){opacity:1.5914;transform:translate(9.3947vw,-10px) scale(.8004);animation:fall-293 20s -7s linear infinite}@keyframes fall-293{32.545%{transform:translate(4.1623vw,32.545vh) scale(.8004)}to{transform:translate(6.7785vw,99vh) scale(.8004)}}.snow:nth-child(294){opacity:.4446;transform:translate(9.5878vw,-10px) scale(.8044);animation:fall-294 27s -4s linear infinite}@keyframes fall-294{57.278%{transform:translate(16.3895vw,57.278vh) scale(.8044)}to{transform:translate(12.98865vw,99vh) scale(.8044)}}.snow:nth-child(295){opacity:1.1358;transform:translate(14.17vw,-10px) scale(.8755);animation:fall-295 23s -28s linear infinite}@keyframes fall-295{35.168%{transform:translate(20.6971vw,35.168vh) scale(.8755)}to{transform:translate(17.43355vw,99vh) scale(.8755)}}.snow:nth-child(296){opacity:.4632;transform:translate(76.9771vw,-10px) scale(.2611);animation:fall-296 14s -1s linear infinite}@keyframes fall-296{53.453%{transform:translate(70.2704vw,53.453vh) scale(.2611)}to{transform:translate(73.62375vw,99vh) scale(.2611)}}.snow:nth-child(297){opacity:.3922;transform:translate(69.0042vw,-10px) scale(.257);animation:fall-297 21s -17s linear infinite}@keyframes fall-297{66.448%{transform:translate(73.2221vw,66.448vh) scale(.257)}to{transform:translate(71.11315vw,99vh) scale(.257)}}.snow:nth-child(298){opacity:.8878;transform:translate(82.388vw,-10px) scale(.7859);animation:fall-298 28s -1s linear infinite}@keyframes fall-298{63.018%{transform:translate(90.5304vw,63.018vh) scale(.7859)}to{transform:translate(86.4592vw,99vh) scale(.7859)}}.snow:nth-child(299){opacity:1.581;transform:translate(79.3951vw,-10px) scale(.1629);animation:fall-299 23s -22s linear infinite}@keyframes fall-299{65.374%{transform:translate(71.1949vw,65.374vh) scale(.1629)}to{transform:translate(75.295vw,99vh) scale(.1629)}}.snow:nth-child(300){opacity:1.4568;transform:translate(57.5816vw,-10px) scale(.6548);animation:fall-300 23s -23s linear infinite}@keyframes fall-300{43.071%{transform:translate(51.811vw,43.071vh) scale(.6548)}to{transform:translate(54.6963vw,99vh) scale(.6548)}}\n"] }]
106
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, standalone: false, template: "@if(_state.christmasTime() && _state.graphicEffects()){\r\n @for(i of snows; track i){\r\n <div class=\"snow\"></div>\r\n }\r\n}\r\n\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width:0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width:0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width:0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width:0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width:0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media(min-width:1400px){.d-xxl-block{display:block!important}}@media(min-width:576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media(min-width:1280px){.modal-xl{max-width:1024px}}@media(min-width:1600px){.modal-xxl{max-width:1280px}}@media(min-width:1800px){.modal-feminist{max-width:1366px}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{margin-top:20px;padding-left:0!important}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media(max-width:543px){.chart-outher{width:100%}}@media(min-width:544px)and (max-width:767px){.chart-outher{width:85%}}@media(min-width:992px)and (max-width:1199px){.chart-outher{width:65%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.77;transform:translate(88.765vw,-10px) scale(.5879);animation:fall-1 25s -29s linear infinite}@keyframes fall-1{50.041%{transform:translate(95.9237vw,50.041vh) scale(.5879)}to{transform:translate(92.34435vw,99vh) scale(.5879)}}.snow:nth-child(2){opacity:.88;transform:translate(62.7446vw,-10px) scale(.4739);animation:fall-2 12s -4s linear infinite}@keyframes fall-2{40.937%{transform:translate(57.1107vw,40.937vh) scale(.4739)}to{transform:translate(59.92765vw,99vh) scale(.4739)}}.snow:nth-child(3){opacity:.479;transform:translate(81.0205vw,-10px) scale(.7087);animation:fall-3 18s -13s linear infinite}@keyframes fall-3{58.818%{transform:translate(90.8891vw,58.818vh) scale(.7087)}to{transform:translate(85.9548vw,99vh) scale(.7087)}}.snow:nth-child(4){opacity:.547;transform:translate(83.7609vw,-10px) scale(.0132);animation:fall-4 26s -19s linear infinite}@keyframes fall-4{31.459%{transform:translate(86.6843vw,31.459vh) scale(.0132)}to{transform:translate(85.2226vw,99vh) scale(.0132)}}.snow:nth-child(5){opacity:1.1586;transform:translate(86.5204vw,-10px) scale(.4289);animation:fall-5 18s -18s linear infinite}@keyframes fall-5{59.434%{transform:translate(89.7847vw,59.434vh) scale(.4289)}to{transform:translate(88.15255vw,99vh) scale(.4289)}}.snow:nth-child(6){opacity:1.9498;transform:translate(39.21vw,-10px) scale(.5946);animation:fall-6 17s -25s linear infinite}@keyframes fall-6{40.658%{transform:translate(37.3255vw,40.658vh) scale(.5946)}to{transform:translate(38.26775vw,99vh) scale(.5946)}}.snow:nth-child(7){opacity:1.6846;transform:translate(3.7649vw,-10px) scale(.307);animation:fall-7 26s -8s linear infinite}@keyframes fall-7{70.617%{transform:translate(-.2226vw,70.617vh) scale(.307)}to{transform:translate(1.77115vw,99vh) scale(.307)}}.snow:nth-child(8){opacity:1.7466;transform:translate(80.9924vw,-10px) scale(.5441);animation:fall-8 30s -9s linear infinite}@keyframes fall-8{55.306%{transform:translate(89.9524vw,55.306vh) scale(.5441)}to{transform:translate(85.4724vw,99vh) scale(.5441)}}.snow:nth-child(9){opacity:.8858;transform:translate(53.9726vw,-10px) scale(.9442);animation:fall-9 11s -29s linear infinite}@keyframes fall-9{52.307%{transform:translate(58.9233vw,52.307vh) scale(.9442)}to{transform:translate(56.44795vw,99vh) scale(.9442)}}.snow:nth-child(10){opacity:.1822;transform:translate(67.6874vw,-10px) scale(.8199);animation:fall-10 29s -15s linear infinite}@keyframes fall-10{34.335%{transform:translate(72.9694vw,34.335vh) scale(.8199)}to{transform:translate(70.3284vw,99vh) scale(.8199)}}.snow:nth-child(11){opacity:.879;transform:translate(42.1309vw,-10px) scale(.7606);animation:fall-11 10s -11s linear infinite}@keyframes fall-11{65.471%{transform:translate(49.508vw,65.471vh) scale(.7606)}to{transform:translate(45.81945vw,99vh) scale(.7606)}}.snow:nth-child(12){opacity:1.1734;transform:translate(4.9918vw,-10px) scale(.8948);animation:fall-12 18s -28s linear infinite}@keyframes fall-12{46.051%{transform:translate(14.1253vw,46.051vh) scale(.8948)}to{transform:translate(9.55855vw,99vh) scale(.8948)}}.snow:nth-child(13){opacity:.8444;transform:translate(99.7692vw,-10px) scale(.3484);animation:fall-13 24s -12s linear infinite}@keyframes fall-13{40.285%{transform:translate(90.4561vw,40.285vh) scale(.3484)}to{transform:translate(95.11265vw,99vh) scale(.3484)}}.snow:nth-child(14){opacity:1.9152;transform:translate(56.5321vw,-10px) scale(.2208);animation:fall-14 18s -28s linear infinite}@keyframes fall-14{65.263%{transform:translate(53.2192vw,65.263vh) scale(.2208)}to{transform:translate(54.87565vw,99vh) scale(.2208)}}.snow:nth-child(15){opacity:.9456;transform:translate(46.2613vw,-10px) scale(.6492);animation:fall-15 16s -3s linear infinite}@keyframes fall-15{47.753%{transform:translate(55.9539vw,47.753vh) scale(.6492)}to{transform:translate(51.1076vw,99vh) scale(.6492)}}.snow:nth-child(16){opacity:.2618;transform:translate(22.4283vw,-10px) scale(.1039);animation:fall-16 11s -1s linear infinite}@keyframes fall-16{52.402%{transform:translate(17.1469vw,52.402vh) scale(.1039)}to{transform:translate(19.7876vw,99vh) scale(.1039)}}.snow:nth-child(17){opacity:1.1276;transform:translate(39.8458vw,-10px) scale(.9918);animation:fall-17 24s -18s linear infinite}@keyframes fall-17{71.827%{transform:translate(38.7755vw,71.827vh) scale(.9918)}to{transform:translate(39.31065vw,99vh) scale(.9918)}}.snow:nth-child(18){opacity:.566;transform:translate(14.7545vw,-10px) scale(.1332);animation:fall-18 18s -17s linear infinite}@keyframes fall-18{33.628%{transform:translate(24.0974vw,33.628vh) scale(.1332)}to{transform:translate(19.42595vw,99vh) scale(.1332)}}.snow:nth-child(19){opacity:.1906;transform:translate(6.0115vw,-10px) scale(.1183);animation:fall-19 13s -5s linear infinite}@keyframes fall-19{49.454%{transform:translate(13.7169vw,49.454vh) scale(.1183)}to{transform:translate(9.8642vw,99vh) scale(.1183)}}.snow:nth-child(20){opacity:.537;transform:translate(97.3771vw,-10px) scale(.9435);animation:fall-20 28s -26s linear infinite}@keyframes fall-20{36.714%{transform:translate(98.3086vw,36.714vh) scale(.9435)}to{transform:translate(97.84285vw,99vh) scale(.9435)}}.snow:nth-child(21){opacity:.6634;transform:translate(16.3628vw,-10px) scale(.7084);animation:fall-21 27s -17s linear infinite}@keyframes fall-21{74.222%{transform:translate(16.4788vw,74.222vh) scale(.7084)}to{transform:translate(16.4208vw,99vh) scale(.7084)}}.snow:nth-child(22){opacity:.5142;transform:translate(75.5148vw,-10px) scale(.7026);animation:fall-22 18s -8s linear infinite}@keyframes fall-22{51.187%{transform:translate(73.4902vw,51.187vh) scale(.7026)}to{transform:translate(74.5025vw,99vh) scale(.7026)}}.snow:nth-child(23){opacity:1.2062;transform:translate(40.802vw,-10px) scale(.8079);animation:fall-23 19s -15s linear infinite}@keyframes fall-23{45.464%{transform:translate(31.6516vw,45.464vh) scale(.8079)}to{transform:translate(36.2268vw,99vh) scale(.8079)}}.snow:nth-child(24){opacity:1.5314;transform:translate(32.5631vw,-10px) scale(.1219);animation:fall-24 10s -2s linear infinite}@keyframes fall-24{39.545%{transform:translate(35.1668vw,39.545vh) scale(.1219)}to{transform:translate(33.86495vw,99vh) scale(.1219)}}.snow:nth-child(25){opacity:.9762;transform:translate(29.0569vw,-10px) scale(.9313);animation:fall-25 23s -26s linear infinite}@keyframes fall-25{63.249%{transform:translate(24.8379vw,63.249vh) scale(.9313)}to{transform:translate(26.9474vw,99vh) scale(.9313)}}.snow:nth-child(26){opacity:1.3766;transform:translate(28.953vw,-10px) scale(.8161);animation:fall-26 30s -14s linear infinite}@keyframes fall-26{75.192%{transform:translate(24.8002vw,75.192vh) scale(.8161)}to{transform:translate(26.8766vw,99vh) scale(.8161)}}.snow:nth-child(27){opacity:1.2476;transform:translate(71.1615vw,-10px) scale(.6046);animation:fall-27 22s -10s linear infinite}@keyframes fall-27{48.608%{transform:translate(70.7257vw,48.608vh) scale(.6046)}to{transform:translate(70.9436vw,99vh) scale(.6046)}}.snow:nth-child(28){opacity:1.7824;transform:translate(90.7377vw,-10px) scale(.608);animation:fall-28 11s -29s linear infinite}@keyframes fall-28{43.997%{transform:translate(89.534vw,43.997vh) scale(.608)}to{transform:translate(90.13585vw,99vh) scale(.608)}}.snow:nth-child(29){opacity:.7246;transform:translate(66.8935vw,-10px) scale(.3315);animation:fall-29 17s -4s linear infinite}@keyframes fall-29{57.984%{transform:translate(73.4549vw,57.984vh) scale(.3315)}to{transform:translate(70.1742vw,99vh) scale(.3315)}}.snow:nth-child(30){opacity:.8866;transform:translate(82.488vw,-10px) scale(.44);animation:fall-30 30s -2s linear infinite}@keyframes fall-30{39.209%{transform:translate(72.7697vw,39.209vh) scale(.44)}to{transform:translate(77.62885vw,99vh) scale(.44)}}.snow:nth-child(31){opacity:.9908;transform:translate(89.3862vw,-10px) scale(.9599);animation:fall-31 23s -17s linear infinite}@keyframes fall-31{38.539%{transform:translate(89.9124vw,38.539vh) scale(.9599)}to{transform:translate(89.6493vw,99vh) scale(.9599)}}.snow:nth-child(32){opacity:.748;transform:translate(36.2367vw,-10px) scale(.616);animation:fall-32 28s -14s linear infinite}@keyframes fall-32{30.641%{transform:translate(30.0184vw,30.641vh) scale(.616)}to{transform:translate(33.12755vw,99vh) scale(.616)}}.snow:nth-child(33){opacity:1.8098;transform:translate(83.6265vw,-10px) scale(.0572);animation:fall-33 13s -28s linear infinite}@keyframes fall-33{50.355%{transform:translate(79.2523vw,50.355vh) scale(.0572)}to{transform:translate(81.4394vw,99vh) scale(.0572)}}.snow:nth-child(34){opacity:1.1086;transform:translate(99.3229vw,-10px) scale(.004);animation:fall-34 16s -26s linear infinite}@keyframes fall-34{33.465%{transform:translate(104.814vw,33.465vh) scale(.004)}to{transform:translate(102.06845vw,99vh) scale(.004)}}.snow:nth-child(35){opacity:.444;transform:translate(86.6734vw,-10px) scale(.5505);animation:fall-35 22s -5s linear infinite}@keyframes fall-35{58.812%{transform:translate(87.2427vw,58.812vh) scale(.5505)}to{transform:translate(86.95805vw,99vh) scale(.5505)}}.snow:nth-child(36){opacity:1.1146;transform:translate(60.3385vw,-10px) scale(.8593);animation:fall-36 15s -19s linear infinite}@keyframes fall-36{42.143%{transform:translate(65.2006vw,42.143vh) scale(.8593)}to{transform:translate(62.76955vw,99vh) scale(.8593)}}.snow:nth-child(37){opacity:1.3304;transform:translate(18.9431vw,-10px) scale(.8609);animation:fall-37 27s -5s linear infinite}@keyframes fall-37{67.813%{transform:translate(15.1186vw,67.813vh) scale(.8609)}to{transform:translate(17.03085vw,99vh) scale(.8609)}}.snow:nth-child(38){opacity:.8458;transform:translate(81.5542vw,-10px) scale(.2404);animation:fall-38 18s -7s linear infinite}@keyframes fall-38{39.666%{transform:translate(88.4471vw,39.666vh) scale(.2404)}to{transform:translate(85.00065vw,99vh) scale(.2404)}}.snow:nth-child(39){opacity:.9216;transform:translate(61.2235vw,-10px) scale(.5815);animation:fall-39 25s -4s linear infinite}@keyframes fall-39{52.678%{transform:translate(71.1823vw,52.678vh) scale(.5815)}to{transform:translate(66.2029vw,99vh) scale(.5815)}}.snow:nth-child(40){opacity:1.9164;transform:translate(39.7975vw,-10px) scale(.0646);animation:fall-40 14s -18s linear infinite}@keyframes fall-40{76.443%{transform:translate(30.3764vw,76.443vh) scale(.0646)}to{transform:translate(35.08695vw,99vh) scale(.0646)}}.snow:nth-child(41){opacity:.7552;transform:translate(49.3099vw,-10px) scale(.2387);animation:fall-41 20s -4s linear infinite}@keyframes fall-41{45.199%{transform:translate(49.8393vw,45.199vh) scale(.2387)}to{transform:translate(49.5746vw,99vh) scale(.2387)}}.snow:nth-child(42){opacity:.7536;transform:translate(8.1142vw,-10px) scale(.73);animation:fall-42 22s -20s linear infinite}@keyframes fall-42{63.433%{transform:translate(11.3581vw,63.433vh) scale(.73)}to{transform:translate(9.73615vw,99vh) scale(.73)}}.snow:nth-child(43){opacity:.8588;transform:translate(42.1419vw,-10px) scale(.8061);animation:fall-43 11s -4s linear infinite}@keyframes fall-43{49.472%{transform:translate(39.7331vw,49.472vh) scale(.8061)}to{transform:translate(40.9375vw,99vh) scale(.8061)}}.snow:nth-child(44){opacity:1.4136;transform:translate(90.542vw,-10px) scale(.884);animation:fall-44 21s -16s linear infinite}@keyframes fall-44{31.548%{transform:translate(88.4279vw,31.548vh) scale(.884)}to{transform:translate(89.48495vw,99vh) scale(.884)}}.snow:nth-child(45){opacity:1.124;transform:translate(93.6871vw,-10px) scale(.662);animation:fall-45 15s -7s linear infinite}@keyframes fall-45{78.048%{transform:translate(95.4223vw,78.048vh) scale(.662)}to{transform:translate(94.5547vw,99vh) scale(.662)}}.snow:nth-child(46){opacity:.0242;transform:translate(30.5354vw,-10px) scale(.1423);animation:fall-46 16s -21s linear infinite}@keyframes fall-46{44.68%{transform:translate(25.6166vw,44.68vh) scale(.1423)}to{transform:translate(28.076vw,99vh) scale(.1423)}}.snow:nth-child(47){opacity:1.3018;transform:translate(99.8302vw,-10px) scale(.9815);animation:fall-47 15s -4s linear infinite}@keyframes fall-47{58.418%{transform:translate(89.9149vw,58.418vh) scale(.9815)}to{transform:translate(94.87255vw,99vh) scale(.9815)}}.snow:nth-child(48){opacity:1.0344;transform:translate(95.5149vw,-10px) scale(.319);animation:fall-48 14s -21s linear infinite}@keyframes fall-48{73.008%{transform:translate(95.1005vw,73.008vh) scale(.319)}to{transform:translate(95.3077vw,99vh) scale(.319)}}.snow:nth-child(49){opacity:1.8258;transform:translate(99.1465vw,-10px) scale(.1442);animation:fall-49 11s -13s linear infinite}@keyframes fall-49{68.992%{transform:translate(93.4975vw,68.992vh) scale(.1442)}to{transform:translate(96.322vw,99vh) scale(.1442)}}.snow:nth-child(50){opacity:.3924;transform:translate(1.8604vw,-10px) scale(.727);animation:fall-50 15s -17s linear infinite}@keyframes fall-50{33.636%{transform:translate(-6.2731vw,33.636vh) scale(.727)}to{transform:translate(-2.20635vw,99vh) scale(.727)}}.snow:nth-child(51){opacity:1.6886;transform:translate(38.177vw,-10px) scale(.3153);animation:fall-51 10s -5s linear infinite}@keyframes fall-51{32.827%{transform:translate(32.9061vw,32.827vh) scale(.3153)}to{transform:translate(35.54155vw,99vh) scale(.3153)}}.snow:nth-child(52){opacity:1.7454;transform:translate(98.0979vw,-10px) scale(.9466);animation:fall-52 19s -26s linear infinite}@keyframes fall-52{54.459%{transform:translate(88.8837vw,54.459vh) scale(.9466)}to{transform:translate(93.4908vw,99vh) scale(.9466)}}.snow:nth-child(53){opacity:.5496;transform:translate(17.1476vw,-10px) scale(.8279);animation:fall-53 25s -21s linear infinite}@keyframes fall-53{50.652%{transform:translate(22.1073vw,50.652vh) scale(.8279)}to{transform:translate(19.62745vw,99vh) scale(.8279)}}.snow:nth-child(54){opacity:.793;transform:translate(61.9723vw,-10px) scale(.085);animation:fall-54 15s -17s linear infinite}@keyframes fall-54{42.976%{transform:translate(67.048vw,42.976vh) scale(.085)}to{transform:translate(64.51015vw,99vh) scale(.085)}}.snow:nth-child(55){opacity:1.6566;transform:translate(94.2761vw,-10px) scale(.1128);animation:fall-55 16s -22s linear infinite}@keyframes fall-55{44.022%{transform:translate(102.3694vw,44.022vh) scale(.1128)}to{transform:translate(98.32275vw,99vh) scale(.1128)}}.snow:nth-child(56){opacity:1.9316;transform:translate(93.8482vw,-10px) scale(.0387);animation:fall-56 17s -12s linear infinite}@keyframes fall-56{36.523%{transform:translate(94.4295vw,36.523vh) scale(.0387)}to{transform:translate(94.13885vw,99vh) scale(.0387)}}.snow:nth-child(57){opacity:1.766;transform:translate(79.4231vw,-10px) scale(.6986);animation:fall-57 18s -18s linear infinite}@keyframes fall-57{64.252%{transform:translate(70.7613vw,64.252vh) scale(.6986)}to{transform:translate(75.0922vw,99vh) scale(.6986)}}.snow:nth-child(58){opacity:.9344;transform:translate(49.3494vw,-10px) scale(.8814);animation:fall-58 19s -2s linear infinite}@keyframes fall-58{62.757%{transform:translate(44.1372vw,62.757vh) scale(.8814)}to{transform:translate(46.7433vw,99vh) scale(.8814)}}.snow:nth-child(59){opacity:1.8696;transform:translate(91.2974vw,-10px) scale(.297);animation:fall-59 27s -3s linear infinite}@keyframes fall-59{33.818%{transform:translate(95.4204vw,33.818vh) scale(.297)}to{transform:translate(93.3589vw,99vh) scale(.297)}}.snow:nth-child(60){opacity:1.1034;transform:translate(53.0306vw,-10px) scale(.9996);animation:fall-60 12s -20s linear infinite}@keyframes fall-60{44.224%{transform:translate(58.4838vw,44.224vh) scale(.9996)}to{transform:translate(55.7572vw,99vh) scale(.9996)}}.snow:nth-child(61){opacity:1.5382;transform:translate(46.0642vw,-10px) scale(.9425);animation:fall-61 16s -2s linear infinite}@keyframes fall-61{40.618%{transform:translate(55.5855vw,40.618vh) scale(.9425)}to{transform:translate(50.82485vw,99vh) scale(.9425)}}.snow:nth-child(62){opacity:1.197;transform:translate(86.0567vw,-10px) scale(.2533);animation:fall-62 23s -11s linear infinite}@keyframes fall-62{51.091%{transform:translate(93.7583vw,51.091vh) scale(.2533)}to{transform:translate(89.9075vw,99vh) scale(.2533)}}.snow:nth-child(63){opacity:.8336;transform:translate(50.5426vw,-10px) scale(.4226);animation:fall-63 11s -27s linear infinite}@keyframes fall-63{52.33%{transform:translate(51.8662vw,52.33vh) scale(.4226)}to{transform:translate(51.2044vw,99vh) scale(.4226)}}.snow:nth-child(64){opacity:.1698;transform:translate(38.0227vw,-10px) scale(.623);animation:fall-64 10s -8s linear infinite}@keyframes fall-64{73.94%{transform:translate(43.6773vw,73.94vh) scale(.623)}to{transform:translate(40.85vw,99vh) scale(.623)}}.snow:nth-child(65){opacity:1.2674;transform:translate(45.2285vw,-10px) scale(.6262);animation:fall-65 17s -7s linear infinite}@keyframes fall-65{36.213%{transform:translate(38.7152vw,36.213vh) scale(.6262)}to{transform:translate(41.97185vw,99vh) scale(.6262)}}.snow:nth-child(66){opacity:.0112;transform:translate(15.2766vw,-10px) scale(.1277);animation:fall-66 23s -20s linear infinite}@keyframes fall-66{75.872%{transform:translate(11.4635vw,75.872vh) scale(.1277)}to{transform:translate(13.37005vw,99vh) scale(.1277)}}.snow:nth-child(67){opacity:.0444;transform:translate(62.0772vw,-10px) scale(.9633);animation:fall-67 23s -5s linear infinite}@keyframes fall-67{66.654%{transform:translate(65.179vw,66.654vh) scale(.9633)}to{transform:translate(63.6281vw,99vh) scale(.9633)}}.snow:nth-child(68){opacity:.8156;transform:translate(92.813vw,-10px) scale(.7803);animation:fall-68 27s -5s linear infinite}@keyframes fall-68{66.925%{transform:translate(92.8011vw,66.925vh) scale(.7803)}to{transform:translate(92.80705vw,99vh) scale(.7803)}}.snow:nth-child(69){opacity:.9086;transform:translate(44.7544vw,-10px) scale(.0736);animation:fall-69 20s -10s linear infinite}@keyframes fall-69{40.637%{transform:translate(37.2836vw,40.637vh) scale(.0736)}to{transform:translate(41.019vw,99vh) scale(.0736)}}.snow:nth-child(70){opacity:1.6502;transform:translate(80.5614vw,-10px) scale(.4691);animation:fall-70 14s -26s linear infinite}@keyframes fall-70{32.863%{transform:translate(85.6622vw,32.863vh) scale(.4691)}to{transform:translate(83.1118vw,99vh) scale(.4691)}}.snow:nth-child(71){opacity:.308;transform:translate(90.2644vw,-10px) scale(.092);animation:fall-71 28s -27s linear infinite}@keyframes fall-71{60.626%{transform:translate(85.4458vw,60.626vh) scale(.092)}to{transform:translate(87.8551vw,99vh) scale(.092)}}.snow:nth-child(72){opacity:.2414;transform:translate(61.0233vw,-10px) scale(.4191);animation:fall-72 22s -22s linear infinite}@keyframes fall-72{34.435%{transform:translate(64.7479vw,34.435vh) scale(.4191)}to{transform:translate(62.8856vw,99vh) scale(.4191)}}.snow:nth-child(73){opacity:1.146;transform:translate(33.4826vw,-10px) scale(.0427);animation:fall-73 13s -2s linear infinite}@keyframes fall-73{45.658%{transform:translate(33.7374vw,45.658vh) scale(.0427)}to{transform:translate(33.61vw,99vh) scale(.0427)}}.snow:nth-child(74){opacity:1.3408;transform:translate(24.5158vw,-10px) scale(.1811);animation:fall-74 28s -2s linear infinite}@keyframes fall-74{62.54%{transform:translate(26.5856vw,62.54vh) scale(.1811)}to{transform:translate(25.5507vw,99vh) scale(.1811)}}.snow:nth-child(75){opacity:.6448;transform:translate(80.7234vw,-10px) scale(.324);animation:fall-75 17s -29s linear infinite}@keyframes fall-75{38.809%{transform:translate(75.7348vw,38.809vh) scale(.324)}to{transform:translate(78.2291vw,99vh) scale(.324)}}.snow:nth-child(76){opacity:.5338;transform:translate(61.6072vw,-10px) scale(.2553);animation:fall-76 20s -27s linear infinite}@keyframes fall-76{76.6%{transform:translate(52.1603vw,76.6vh) scale(.2553)}to{transform:translate(56.88375vw,99vh) scale(.2553)}}.snow:nth-child(77){opacity:1.9108;transform:translate(96.9395vw,-10px) scale(.2169);animation:fall-77 12s -29s linear infinite}@keyframes fall-77{51.65%{transform:translate(106.7714vw,51.65vh) scale(.2169)}to{transform:translate(101.85545vw,99vh) scale(.2169)}}.snow:nth-child(78){opacity:.4874;transform:translate(39.5191vw,-10px) scale(.7182);animation:fall-78 30s -7s linear infinite}@keyframes fall-78{32.297%{transform:translate(37.3004vw,32.297vh) scale(.7182)}to{transform:translate(38.40975vw,99vh) scale(.7182)}}.snow:nth-child(79){opacity:1.87;transform:translate(65.6588vw,-10px) scale(.3036);animation:fall-79 17s -20s linear infinite}@keyframes fall-79{30.541%{transform:translate(72.2392vw,30.541vh) scale(.3036)}to{transform:translate(68.949vw,99vh) scale(.3036)}}.snow:nth-child(80){opacity:1.67;transform:translate(77.1288vw,-10px) scale(.226);animation:fall-80 18s -7s linear infinite}@keyframes fall-80{66.858%{transform:translate(72.5386vw,66.858vh) scale(.226)}to{transform:translate(74.8337vw,99vh) scale(.226)}}.snow:nth-child(81){opacity:1.0564;transform:translate(63.5095vw,-10px) scale(.271);animation:fall-81 23s -12s linear infinite}@keyframes fall-81{36.764%{transform:translate(69.5653vw,36.764vh) scale(.271)}to{transform:translate(66.5374vw,99vh) scale(.271)}}.snow:nth-child(82){opacity:1.7816;transform:translate(20.6759vw,-10px) scale(.0499);animation:fall-82 18s -29s linear infinite}@keyframes fall-82{74.114%{transform:translate(16.9vw,74.114vh) scale(.0499)}to{transform:translate(18.78795vw,99vh) scale(.0499)}}.snow:nth-child(83){opacity:.7124;transform:translate(8.8126vw,-10px) scale(.3601);animation:fall-83 13s -7s linear infinite}@keyframes fall-83{70.088%{transform:translate(15.8535vw,70.088vh) scale(.3601)}to{transform:translate(12.33305vw,99vh) scale(.3601)}}.snow:nth-child(84){opacity:.8902;transform:translate(12.713vw,-10px) scale(.576);animation:fall-84 16s -30s linear infinite}@keyframes fall-84{69.367%{transform:translate(21.8053vw,69.367vh) scale(.576)}to{transform:translate(17.25915vw,99vh) scale(.576)}}.snow:nth-child(85){opacity:1.2038;transform:translate(70.6786vw,-10px) scale(.0568);animation:fall-85 25s -12s linear infinite}@keyframes fall-85{48.135%{transform:translate(62.3783vw,48.135vh) scale(.0568)}to{transform:translate(66.52845vw,99vh) scale(.0568)}}.snow:nth-child(86){opacity:.9888;transform:translate(30.9564vw,-10px) scale(.7691);animation:fall-86 27s -2s linear infinite}@keyframes fall-86{59.481%{transform:translate(22.901vw,59.481vh) scale(.7691)}to{transform:translate(26.9287vw,99vh) scale(.7691)}}.snow:nth-child(87){opacity:.9406;transform:translate(35.0358vw,-10px) scale(.2892);animation:fall-87 15s -21s linear infinite}@keyframes fall-87{69.949%{transform:translate(41.3345vw,69.949vh) scale(.2892)}to{transform:translate(38.18515vw,99vh) scale(.2892)}}.snow:nth-child(88){opacity:.8906;transform:translate(68.1962vw,-10px) scale(.5229);animation:fall-88 26s -26s linear infinite}@keyframes fall-88{37.729%{transform:translate(68.0932vw,37.729vh) scale(.5229)}to{transform:translate(68.1447vw,99vh) scale(.5229)}}.snow:nth-child(89){opacity:1.0158;transform:translate(72.7187vw,-10px) scale(.0655);animation:fall-89 14s -12s linear infinite}@keyframes fall-89{39.804%{transform:translate(74.0138vw,39.804vh) scale(.0655)}to{transform:translate(73.36625vw,99vh) scale(.0655)}}.snow:nth-child(90){opacity:1.0194;transform:translate(27.7933vw,-10px) scale(.1574);animation:fall-90 11s -6s linear infinite}@keyframes fall-90{50.864%{transform:translate(22.8133vw,50.864vh) scale(.1574)}to{transform:translate(25.3033vw,99vh) scale(.1574)}}.snow:nth-child(91){opacity:1.113;transform:translate(47.3712vw,-10px) scale(.6564);animation:fall-91 11s -28s linear infinite}@keyframes fall-91{65.721%{transform:translate(50.4713vw,65.721vh) scale(.6564)}to{transform:translate(48.92125vw,99vh) scale(.6564)}}.snow:nth-child(92){opacity:1.8944;transform:translate(7.4344vw,-10px) scale(.1753);animation:fall-92 24s -7s linear infinite}@keyframes fall-92{66.95%{transform:translate(15.5146vw,66.95vh) scale(.1753)}to{transform:translate(11.4745vw,99vh) scale(.1753)}}.snow:nth-child(93){opacity:.01;transform:translate(24.4581vw,-10px) scale(.3119);animation:fall-93 27s -6s linear infinite}@keyframes fall-93{75.823%{transform:translate(22.4813vw,75.823vh) scale(.3119)}to{transform:translate(23.4697vw,99vh) scale(.3119)}}.snow:nth-child(94){opacity:.1514;transform:translate(80.5622vw,-10px) scale(.6814);animation:fall-94 22s -9s linear infinite}@keyframes fall-94{39.23%{transform:translate(73.9091vw,39.23vh) scale(.6814)}to{transform:translate(77.23565vw,99vh) scale(.6814)}}.snow:nth-child(95){opacity:1.233;transform:translate(1.0312vw,-10px) scale(.7253);animation:fall-95 24s -20s linear infinite}@keyframes fall-95{69.777%{transform:translate(-1.8159vw,69.777vh) scale(.7253)}to{transform:translate(-.39235vw,99vh) scale(.7253)}}.snow:nth-child(96){opacity:.9782;transform:translate(49.2201vw,-10px) scale(.023);animation:fall-96 29s -11s linear infinite}@keyframes fall-96{41.915%{transform:translate(52.6528vw,41.915vh) scale(.023)}to{transform:translate(50.93645vw,99vh) scale(.023)}}.snow:nth-child(97){opacity:1.486;transform:translate(7.4045vw,-10px) scale(.2633);animation:fall-97 20s -6s linear infinite}@keyframes fall-97{38.926%{transform:translate(14.0637vw,38.926vh) scale(.2633)}to{transform:translate(10.7341vw,99vh) scale(.2633)}}.snow:nth-child(98){opacity:.0234;transform:translate(22.0087vw,-10px) scale(.8719);animation:fall-98 27s -24s linear infinite}@keyframes fall-98{39.491%{transform:translate(26.3864vw,39.491vh) scale(.8719)}to{transform:translate(24.19755vw,99vh) scale(.8719)}}.snow:nth-child(99){opacity:1.8828;transform:translate(10.3662vw,-10px) scale(.5434);animation:fall-99 29s -30s linear infinite}@keyframes fall-99{70.364%{transform:translate(19.5795vw,70.364vh) scale(.5434)}to{transform:translate(14.97285vw,99vh) scale(.5434)}}.snow:nth-child(100){opacity:.3012;transform:translate(54.528vw,-10px) scale(.995);animation:fall-100 12s -3s linear infinite}@keyframes fall-100{38.155%{transform:translate(56.9199vw,38.155vh) scale(.995)}to{transform:translate(55.72395vw,99vh) scale(.995)}}.snow:nth-child(101){opacity:1.1318;transform:translate(51.8836vw,-10px) scale(.5247);animation:fall-101 22s -30s linear infinite}@keyframes fall-101{76.928%{transform:translate(51.2034vw,76.928vh) scale(.5247)}to{transform:translate(51.5435vw,99vh) scale(.5247)}}.snow:nth-child(102){opacity:1.5914;transform:translate(36.9479vw,-10px) scale(.3026);animation:fall-102 10s -20s linear infinite}@keyframes fall-102{41.92%{transform:translate(31.2021vw,41.92vh) scale(.3026)}to{transform:translate(34.075vw,99vh) scale(.3026)}}.snow:nth-child(103){opacity:.377;transform:translate(15.2349vw,-10px) scale(.5152);animation:fall-103 21s -3s linear infinite}@keyframes fall-103{30.238%{transform:translate(15.3873vw,30.238vh) scale(.5152)}to{transform:translate(15.3111vw,99vh) scale(.5152)}}.snow:nth-child(104){opacity:1.8488;transform:translate(82.7111vw,-10px) scale(.3408);animation:fall-104 28s -13s linear infinite}@keyframes fall-104{48.078%{transform:translate(72.9804vw,48.078vh) scale(.3408)}to{transform:translate(77.84575vw,99vh) scale(.3408)}}.snow:nth-child(105){opacity:1.9802;transform:translate(27.8199vw,-10px) scale(.8371);animation:fall-105 11s -19s linear infinite}@keyframes fall-105{74.103%{transform:translate(20.5714vw,74.103vh) scale(.8371)}to{transform:translate(24.19565vw,99vh) scale(.8371)}}.snow:nth-child(106){opacity:.3752;transform:translate(1.6225vw,-10px) scale(.308);animation:fall-106 27s -17s linear infinite}@keyframes fall-106{67.343%{transform:translate(-6.4507vw,67.343vh) scale(.308)}to{transform:translate(-2.4141vw,99vh) scale(.308)}}.snow:nth-child(107){opacity:.3424;transform:translate(82.1291vw,-10px) scale(.2855);animation:fall-107 15s -6s linear infinite}@keyframes fall-107{70.01%{transform:translate(87.3154vw,70.01vh) scale(.2855)}to{transform:translate(84.72225vw,99vh) scale(.2855)}}.snow:nth-child(108){opacity:.1792;transform:translate(82.9923vw,-10px) scale(.1777);animation:fall-108 26s -1s linear infinite}@keyframes fall-108{40.815%{transform:translate(73.6655vw,40.815vh) scale(.1777)}to{transform:translate(78.3289vw,99vh) scale(.1777)}}.snow:nth-child(109){opacity:1.0384;transform:translate(55.0161vw,-10px) scale(.7946);animation:fall-109 23s -23s linear infinite}@keyframes fall-109{42.108%{transform:translate(61.4766vw,42.108vh) scale(.7946)}to{transform:translate(58.24635vw,99vh) scale(.7946)}}.snow:nth-child(110){opacity:.0398;transform:translate(66.0814vw,-10px) scale(.9392);animation:fall-110 25s -13s linear infinite}@keyframes fall-110{34.402%{transform:translate(60.1957vw,34.402vh) scale(.9392)}to{transform:translate(63.13855vw,99vh) scale(.9392)}}.snow:nth-child(111){opacity:1.5552;transform:translate(76.051vw,-10px) scale(.5283);animation:fall-111 21s -15s linear infinite}@keyframes fall-111{46.035%{transform:translate(70.6898vw,46.035vh) scale(.5283)}to{transform:translate(73.3704vw,99vh) scale(.5283)}}.snow:nth-child(112){opacity:1.821;transform:translate(31.787vw,-10px) scale(.2569);animation:fall-112 11s -11s linear infinite}@keyframes fall-112{73.085%{transform:translate(36.9489vw,73.085vh) scale(.2569)}to{transform:translate(34.36795vw,99vh) scale(.2569)}}.snow:nth-child(113){opacity:1.613;transform:translate(51.7403vw,-10px) scale(.7883);animation:fall-113 15s -15s linear infinite}@keyframes fall-113{75.996%{transform:translate(44.4029vw,75.996vh) scale(.7883)}to{transform:translate(48.0716vw,99vh) scale(.7883)}}.snow:nth-child(114){opacity:1.7832;transform:translate(56.9519vw,-10px) scale(.7171);animation:fall-114 24s -19s linear infinite}@keyframes fall-114{69.869%{transform:translate(53.2653vw,69.869vh) scale(.7171)}to{transform:translate(55.1086vw,99vh) scale(.7171)}}.snow:nth-child(115){opacity:1.8374;transform:translate(14.4652vw,-10px) scale(.557);animation:fall-115 19s -5s linear infinite}@keyframes fall-115{65.757%{transform:translate(19.8751vw,65.757vh) scale(.557)}to{transform:translate(17.17015vw,99vh) scale(.557)}}.snow:nth-child(116){opacity:.8336;transform:translate(20.8046vw,-10px) scale(.0806);animation:fall-116 19s -29s linear infinite}@keyframes fall-116{59.245%{transform:translate(14.1777vw,59.245vh) scale(.0806)}to{transform:translate(17.49115vw,99vh) scale(.0806)}}.snow:nth-child(117){opacity:1.3094;transform:translate(77.1936vw,-10px) scale(.9836);animation:fall-117 30s -17s linear infinite}@keyframes fall-117{57.74%{transform:translate(85.7618vw,57.74vh) scale(.9836)}to{transform:translate(81.4777vw,99vh) scale(.9836)}}.snow:nth-child(118){opacity:1.5254;transform:translate(38.3112vw,-10px) scale(.3153);animation:fall-118 30s -19s linear infinite}@keyframes fall-118{37.938%{transform:translate(47.9669vw,37.938vh) scale(.3153)}to{transform:translate(43.13905vw,99vh) scale(.3153)}}.snow:nth-child(119){opacity:.6594;transform:translate(20.5084vw,-10px) scale(.6366);animation:fall-119 13s -3s linear infinite}@keyframes fall-119{76.911%{transform:translate(24.0075vw,76.911vh) scale(.6366)}to{transform:translate(22.25795vw,99vh) scale(.6366)}}.snow:nth-child(120){opacity:.05;transform:translate(75.5268vw,-10px) scale(.1634);animation:fall-120 15s -30s linear infinite}@keyframes fall-120{75.644%{transform:translate(81.3524vw,75.644vh) scale(.1634)}to{transform:translate(78.4396vw,99vh) scale(.1634)}}.snow:nth-child(121){opacity:1.474;transform:translate(27.4655vw,-10px) scale(.8022);animation:fall-121 29s -13s linear infinite}@keyframes fall-121{55.821%{transform:translate(34.5497vw,55.821vh) scale(.8022)}to{transform:translate(31.0076vw,99vh) scale(.8022)}}.snow:nth-child(122){opacity:.699;transform:translate(54.8339vw,-10px) scale(.8394);animation:fall-122 26s -21s linear infinite}@keyframes fall-122{32.707%{transform:translate(59.9368vw,32.707vh) scale(.8394)}to{transform:translate(57.38535vw,99vh) scale(.8394)}}.snow:nth-child(123){opacity:1.5366;transform:translate(50.1145vw,-10px) scale(.4808);animation:fall-123 12s -27s linear infinite}@keyframes fall-123{47.521%{transform:translate(53.849vw,47.521vh) scale(.4808)}to{transform:translate(51.98175vw,99vh) scale(.4808)}}.snow:nth-child(124){opacity:1.1392;transform:translate(84.7213vw,-10px) scale(.9628);animation:fall-124 29s -13s linear infinite}@keyframes fall-124{37.705%{transform:translate(93.1884vw,37.705vh) scale(.9628)}to{transform:translate(88.95485vw,99vh) scale(.9628)}}.snow:nth-child(125){opacity:.3568;transform:translate(62.9262vw,-10px) scale(.2662);animation:fall-125 28s -16s linear infinite}@keyframes fall-125{34.203%{transform:translate(64.358vw,34.203vh) scale(.2662)}to{transform:translate(63.6421vw,99vh) scale(.2662)}}.snow:nth-child(126){opacity:1.2064;transform:translate(85.8883vw,-10px) scale(.1792);animation:fall-126 16s -28s linear infinite}@keyframes fall-126{63.576%{transform:translate(92.2076vw,63.576vh) scale(.1792)}to{transform:translate(89.04795vw,99vh) scale(.1792)}}.snow:nth-child(127){opacity:1.5382;transform:translate(34.0943vw,-10px) scale(.2162);animation:fall-127 14s -17s linear infinite}@keyframes fall-127{66.302%{transform:translate(30.1004vw,66.302vh) scale(.2162)}to{transform:translate(32.09735vw,99vh) scale(.2162)}}.snow:nth-child(128){opacity:1.2514;transform:translate(59.0948vw,-10px) scale(.6226);animation:fall-128 18s -10s linear infinite}@keyframes fall-128{46.695%{transform:translate(49.9803vw,46.695vh) scale(.6226)}to{transform:translate(54.53755vw,99vh) scale(.6226)}}.snow:nth-child(129){opacity:.2068;transform:translate(88.7699vw,-10px) scale(.4003);animation:fall-129 27s -28s linear infinite}@keyframes fall-129{43.075%{transform:translate(87.2486vw,43.075vh) scale(.4003)}to{transform:translate(88.00925vw,99vh) scale(.4003)}}.snow:nth-child(130){opacity:1.106;transform:translate(70.8314vw,-10px) scale(.5528);animation:fall-130 19s -27s linear infinite}@keyframes fall-130{66.261%{transform:translate(72.3964vw,66.261vh) scale(.5528)}to{transform:translate(71.6139vw,99vh) scale(.5528)}}.snow:nth-child(131){opacity:.3148;transform:translate(81.1469vw,-10px) scale(.2883);animation:fall-131 30s -8s linear infinite}@keyframes fall-131{39.723%{transform:translate(72.3676vw,39.723vh) scale(.2883)}to{transform:translate(76.75725vw,99vh) scale(.2883)}}.snow:nth-child(132){opacity:1.4272;transform:translate(51.3255vw,-10px) scale(.7185);animation:fall-132 30s -14s linear infinite}@keyframes fall-132{62.882%{transform:translate(53.4113vw,62.882vh) scale(.7185)}to{transform:translate(52.3684vw,99vh) scale(.7185)}}.snow:nth-child(133){opacity:.2354;transform:translate(56.2006vw,-10px) scale(.8873);animation:fall-133 11s -1s linear infinite}@keyframes fall-133{67.253%{transform:translate(49.2402vw,67.253vh) scale(.8873)}to{transform:translate(52.7204vw,99vh) scale(.8873)}}.snow:nth-child(134){opacity:1.4964;transform:translate(17.9208vw,-10px) scale(.7797);animation:fall-134 10s -23s linear infinite}@keyframes fall-134{31.848%{transform:translate(26.5225vw,31.848vh) scale(.7797)}to{transform:translate(22.22165vw,99vh) scale(.7797)}}.snow:nth-child(135){opacity:1.4092;transform:translate(10.606vw,-10px) scale(.6067);animation:fall-135 25s -19s linear infinite}@keyframes fall-135{37.224%{transform:translate(11.0254vw,37.224vh) scale(.6067)}to{transform:translate(10.8157vw,99vh) scale(.6067)}}.snow:nth-child(136){opacity:1.3128;transform:translate(18.9091vw,-10px) scale(.9238);animation:fall-136 11s -19s linear infinite}@keyframes fall-136{38.493%{transform:translate(10.8295vw,38.493vh) scale(.9238)}to{transform:translate(14.8693vw,99vh) scale(.9238)}}.snow:nth-child(137){opacity:1.1152;transform:translate(74.6025vw,-10px) scale(.1158);animation:fall-137 29s -1s linear infinite}@keyframes fall-137{66.466%{transform:translate(76.8188vw,66.466vh) scale(.1158)}to{transform:translate(75.71065vw,99vh) scale(.1158)}}.snow:nth-child(138){opacity:1.15;transform:translate(78.0426vw,-10px) scale(.4179);animation:fall-138 27s -6s linear infinite}@keyframes fall-138{57.505%{transform:translate(71.0065vw,57.505vh) scale(.4179)}to{transform:translate(74.52455vw,99vh) scale(.4179)}}.snow:nth-child(139){opacity:1.0644;transform:translate(75.0228vw,-10px) scale(.1862);animation:fall-139 23s -18s linear infinite}@keyframes fall-139{32.014%{transform:translate(82.7929vw,32.014vh) scale(.1862)}to{transform:translate(78.90785vw,99vh) scale(.1862)}}.snow:nth-child(140){opacity:1.8408;transform:translate(72.0819vw,-10px) scale(.6087);animation:fall-140 10s -4s linear infinite}@keyframes fall-140{60.613%{transform:translate(73.3617vw,60.613vh) scale(.6087)}to{transform:translate(72.7218vw,99vh) scale(.6087)}}.snow:nth-child(141){opacity:.2386;transform:translate(43.9468vw,-10px) scale(.1967);animation:fall-141 13s -10s linear infinite}@keyframes fall-141{65.221%{transform:translate(37.7496vw,65.221vh) scale(.1967)}to{transform:translate(40.8482vw,99vh) scale(.1967)}}.snow:nth-child(142){opacity:1.5518;transform:translate(90.1958vw,-10px) scale(.7661);animation:fall-142 18s -25s linear infinite}@keyframes fall-142{35.188%{transform:translate(95.8607vw,35.188vh) scale(.7661)}to{transform:translate(93.02825vw,99vh) scale(.7661)}}.snow:nth-child(143){opacity:.76;transform:translate(83.8731vw,-10px) scale(.9933);animation:fall-143 27s -9s linear infinite}@keyframes fall-143{77.432%{transform:translate(85.2975vw,77.432vh) scale(.9933)}to{transform:translate(84.5853vw,99vh) scale(.9933)}}.snow:nth-child(144){opacity:.5736;transform:translate(6.0789vw,-10px) scale(.5411);animation:fall-144 17s -25s linear infinite}@keyframes fall-144{35.542%{transform:translate(2.9784vw,35.542vh) scale(.5411)}to{transform:translate(4.52865vw,99vh) scale(.5411)}}.snow:nth-child(145){opacity:.629;transform:translate(71.2525vw,-10px) scale(.4745);animation:fall-145 24s -24s linear infinite}@keyframes fall-145{48.679%{transform:translate(62.5368vw,48.679vh) scale(.4745)}to{transform:translate(66.89465vw,99vh) scale(.4745)}}.snow:nth-child(146){opacity:.3738;transform:translate(52.8167vw,-10px) scale(.1572);animation:fall-146 14s -18s linear infinite}@keyframes fall-146{51.233%{transform:translate(43.5299vw,51.233vh) scale(.1572)}to{transform:translate(48.1733vw,99vh) scale(.1572)}}.snow:nth-child(147){opacity:.6902;transform:translate(48.1712vw,-10px) scale(.9574);animation:fall-147 20s -25s linear infinite}@keyframes fall-147{74.962%{transform:translate(56.4837vw,74.962vh) scale(.9574)}to{transform:translate(52.32745vw,99vh) scale(.9574)}}.snow:nth-child(148){opacity:1.5174;transform:translate(55.0507vw,-10px) scale(.5088);animation:fall-148 12s -24s linear infinite}@keyframes fall-148{58.062%{transform:translate(59.5038vw,58.062vh) scale(.5088)}to{transform:translate(57.27725vw,99vh) scale(.5088)}}.snow:nth-child(149){opacity:.3728;transform:translate(96.2582vw,-10px) scale(.5599);animation:fall-149 13s -24s linear infinite}@keyframes fall-149{58.293%{transform:translate(103.9763vw,58.293vh) scale(.5599)}to{transform:translate(100.11725vw,99vh) scale(.5599)}}.snow:nth-child(150){opacity:.747;transform:translate(31.5862vw,-10px) scale(.9439);animation:fall-150 11s -29s linear infinite}@keyframes fall-150{58.475%{transform:translate(24.2277vw,58.475vh) scale(.9439)}to{transform:translate(27.90695vw,99vh) scale(.9439)}}.snow:nth-child(151){opacity:.9384;transform:translate(14.558vw,-10px) scale(.5397);animation:fall-151 14s -9s linear infinite}@keyframes fall-151{68.215%{transform:translate(21.015vw,68.215vh) scale(.5397)}to{transform:translate(17.7865vw,99vh) scale(.5397)}}.snow:nth-child(152){opacity:.5402;transform:translate(65.8632vw,-10px) scale(.7305);animation:fall-152 14s -13s linear infinite}@keyframes fall-152{51.104%{transform:translate(60.1221vw,51.104vh) scale(.7305)}to{transform:translate(62.99265vw,99vh) scale(.7305)}}.snow:nth-child(153){opacity:.2156;transform:translate(23.8064vw,-10px) scale(.7493);animation:fall-153 14s -17s linear infinite}@keyframes fall-153{31.126%{transform:translate(32.7976vw,31.126vh) scale(.7493)}to{transform:translate(28.302vw,99vh) scale(.7493)}}.snow:nth-child(154){opacity:.0312;transform:translate(68.1413vw,-10px) scale(.3508);animation:fall-154 24s -21s linear infinite}@keyframes fall-154{55.38%{transform:translate(59.7932vw,55.38vh) scale(.3508)}to{transform:translate(63.96725vw,99vh) scale(.3508)}}.snow:nth-child(155){opacity:1.8282;transform:translate(92.458vw,-10px) scale(.14);animation:fall-155 23s -20s linear infinite}@keyframes fall-155{66.31%{transform:translate(98.7155vw,66.31vh) scale(.14)}to{transform:translate(95.58675vw,99vh) scale(.14)}}.snow:nth-child(156){opacity:1.586;transform:translate(8.5753vw,-10px) scale(.0389);animation:fall-156 13s -3s linear infinite}@keyframes fall-156{42.776%{transform:translate(-1.3523vw,42.776vh) scale(.0389)}to{transform:translate(3.6115vw,99vh) scale(.0389)}}.snow:nth-child(157){opacity:.7168;transform:translate(19.1723vw,-10px) scale(.3927);animation:fall-157 24s -2s linear infinite}@keyframes fall-157{48.249%{transform:translate(20.1833vw,48.249vh) scale(.3927)}to{transform:translate(19.6778vw,99vh) scale(.3927)}}.snow:nth-child(158){opacity:1.1744;transform:translate(11.992vw,-10px) scale(.0417);animation:fall-158 27s -9s linear infinite}@keyframes fall-158{52.683%{transform:translate(19.0325vw,52.683vh) scale(.0417)}to{transform:translate(15.51225vw,99vh) scale(.0417)}}.snow:nth-child(159){opacity:.7084;transform:translate(4.0175vw,-10px) scale(.5578);animation:fall-159 14s -2s linear infinite}@keyframes fall-159{51.664%{transform:translate(5.9849vw,51.664vh) scale(.5578)}to{transform:translate(5.0012vw,99vh) scale(.5578)}}.snow:nth-child(160){opacity:1.6788;transform:translate(87.1697vw,-10px) scale(.891);animation:fall-160 17s -26s linear infinite}@keyframes fall-160{36.825%{transform:translate(87.0364vw,36.825vh) scale(.891)}to{transform:translate(87.10305vw,99vh) scale(.891)}}.snow:nth-child(161){opacity:1.024;transform:translate(15.7397vw,-10px) scale(.8594);animation:fall-161 22s -2s linear infinite}@keyframes fall-161{58.878%{transform:translate(22.1999vw,58.878vh) scale(.8594)}to{transform:translate(18.9698vw,99vh) scale(.8594)}}.snow:nth-child(162){opacity:.6956;transform:translate(39.9502vw,-10px) scale(.1202);animation:fall-162 15s -24s linear infinite}@keyframes fall-162{59.575%{transform:translate(49.4339vw,59.575vh) scale(.1202)}to{transform:translate(44.69205vw,99vh) scale(.1202)}}.snow:nth-child(163){opacity:1.7424;transform:translate(17.7167vw,-10px) scale(.8512);animation:fall-163 13s -29s linear infinite}@keyframes fall-163{34.85%{transform:translate(26.9513vw,34.85vh) scale(.8512)}to{transform:translate(22.334vw,99vh) scale(.8512)}}.snow:nth-child(164){opacity:.9758;transform:translate(58.2418vw,-10px) scale(.842);animation:fall-164 23s -14s linear infinite}@keyframes fall-164{64.606%{transform:translate(61.1827vw,64.606vh) scale(.842)}to{transform:translate(59.71225vw,99vh) scale(.842)}}.snow:nth-child(165){opacity:1.7236;transform:translate(61.2876vw,-10px) scale(.2984);animation:fall-165 11s -17s linear infinite}@keyframes fall-165{39.352%{transform:translate(62.3945vw,39.352vh) scale(.2984)}to{transform:translate(61.84105vw,99vh) scale(.2984)}}.snow:nth-child(166){opacity:1.7894;transform:translate(71.4202vw,-10px) scale(.8056);animation:fall-166 19s -22s linear infinite}@keyframes fall-166{36.888%{transform:translate(69.3475vw,36.888vh) scale(.8056)}to{transform:translate(70.38385vw,99vh) scale(.8056)}}.snow:nth-child(167){opacity:1.853;transform:translate(62.5091vw,-10px) scale(.0109);animation:fall-167 21s -3s linear infinite}@keyframes fall-167{48.923%{transform:translate(64.3606vw,48.923vh) scale(.0109)}to{transform:translate(63.43485vw,99vh) scale(.0109)}}.snow:nth-child(168){opacity:1.2746;transform:translate(45.7346vw,-10px) scale(.4554);animation:fall-168 10s -15s linear infinite}@keyframes fall-168{66.125%{transform:translate(40.6308vw,66.125vh) scale(.4554)}to{transform:translate(43.1827vw,99vh) scale(.4554)}}.snow:nth-child(169){opacity:1.0308;transform:translate(89.3549vw,-10px) scale(.0431);animation:fall-169 10s -9s linear infinite}@keyframes fall-169{45.194%{transform:translate(91.2639vw,45.194vh) scale(.0431)}to{transform:translate(90.3094vw,99vh) scale(.0431)}}.snow:nth-child(170){opacity:.789;transform:translate(82.3197vw,-10px) scale(.1208);animation:fall-170 30s -24s linear infinite}@keyframes fall-170{42.76%{transform:translate(72.7066vw,42.76vh) scale(.1208)}to{transform:translate(77.51315vw,99vh) scale(.1208)}}.snow:nth-child(171){opacity:1.4576;transform:translate(96.9319vw,-10px) scale(.875);animation:fall-171 27s -22s linear infinite}@keyframes fall-171{34.595%{transform:translate(91.7081vw,34.595vh) scale(.875)}to{transform:translate(94.32vw,99vh) scale(.875)}}.snow:nth-child(172){opacity:1.807;transform:translate(34.2413vw,-10px) scale(.8071);animation:fall-172 25s -2s linear infinite}@keyframes fall-172{34.41%{transform:translate(29.7822vw,34.41vh) scale(.8071)}to{transform:translate(32.01175vw,99vh) scale(.8071)}}.snow:nth-child(173){opacity:.805;transform:translate(66.4213vw,-10px) scale(.9928);animation:fall-173 25s -4s linear infinite}@keyframes fall-173{62.137%{transform:translate(61.1035vw,62.137vh) scale(.9928)}to{transform:translate(63.7624vw,99vh) scale(.9928)}}.snow:nth-child(174){opacity:.1086;transform:translate(47.7755vw,-10px) scale(.5483);animation:fall-174 24s -6s linear infinite}@keyframes fall-174{67.948%{transform:translate(49.1657vw,67.948vh) scale(.5483)}to{transform:translate(48.4706vw,99vh) scale(.5483)}}.snow:nth-child(175){opacity:1.2326;transform:translate(81.2086vw,-10px) scale(.8923);animation:fall-175 30s -12s linear infinite}@keyframes fall-175{48.294%{transform:translate(71.7732vw,48.294vh) scale(.8923)}to{transform:translate(76.4909vw,99vh) scale(.8923)}}.snow:nth-child(176){opacity:.3088;transform:translate(76.6174vw,-10px) scale(.4389);animation:fall-176 28s -9s linear infinite}@keyframes fall-176{54.103%{transform:translate(82.3014vw,54.103vh) scale(.4389)}to{transform:translate(79.4594vw,99vh) scale(.4389)}}.snow:nth-child(177){opacity:1.2348;transform:translate(84.9333vw,-10px) scale(.325);animation:fall-177 12s -17s linear infinite}@keyframes fall-177{58.782%{transform:translate(85.8754vw,58.782vh) scale(.325)}to{transform:translate(85.40435vw,99vh) scale(.325)}}.snow:nth-child(178){opacity:1.0218;transform:translate(23.9504vw,-10px) scale(.8086);animation:fall-178 16s -1s linear infinite}@keyframes fall-178{57.34%{transform:translate(28.2296vw,57.34vh) scale(.8086)}to{transform:translate(26.09vw,99vh) scale(.8086)}}.snow:nth-child(179){opacity:1.1534;transform:translate(67.8682vw,-10px) scale(.3193);animation:fall-179 22s -5s linear infinite}@keyframes fall-179{48.003%{transform:translate(69.0067vw,48.003vh) scale(.3193)}to{transform:translate(68.43745vw,99vh) scale(.3193)}}.snow:nth-child(180){opacity:1.7928;transform:translate(61.502vw,-10px) scale(.1452);animation:fall-180 19s -11s linear infinite}@keyframes fall-180{38.136%{transform:translate(62.5809vw,38.136vh) scale(.1452)}to{transform:translate(62.04145vw,99vh) scale(.1452)}}.snow:nth-child(181){opacity:.754;transform:translate(47.3067vw,-10px) scale(.1285);animation:fall-181 23s -7s linear infinite}@keyframes fall-181{63.658%{transform:translate(53.4211vw,63.658vh) scale(.1285)}to{transform:translate(50.3639vw,99vh) scale(.1285)}}.snow:nth-child(182){opacity:.3006;transform:translate(8.3033vw,-10px) scale(.07);animation:fall-182 19s -4s linear infinite}@keyframes fall-182{72.818%{transform:translate(15.9877vw,72.818vh) scale(.07)}to{transform:translate(12.1455vw,99vh) scale(.07)}}.snow:nth-child(183){opacity:1.6648;transform:translate(52.8565vw,-10px) scale(.3131);animation:fall-183 19s -17s linear infinite}@keyframes fall-183{74.558%{transform:translate(53.5336vw,74.558vh) scale(.3131)}to{transform:translate(53.19505vw,99vh) scale(.3131)}}.snow:nth-child(184){opacity:.7566;transform:translate(77.0857vw,-10px) scale(.5468);animation:fall-184 25s -19s linear infinite}@keyframes fall-184{75.565%{transform:translate(80.6758vw,75.565vh) scale(.5468)}to{transform:translate(78.88075vw,99vh) scale(.5468)}}.snow:nth-child(185){opacity:1.2896;transform:translate(47.5323vw,-10px) scale(.89);animation:fall-185 22s -6s linear infinite}@keyframes fall-185{48.4%{transform:translate(50.712vw,48.4vh) scale(.89)}to{transform:translate(49.12215vw,99vh) scale(.89)}}.snow:nth-child(186){opacity:1.1694;transform:translate(6.8907vw,-10px) scale(.0018);animation:fall-186 27s -7s linear infinite}@keyframes fall-186{62.291%{transform:translate(9.3218vw,62.291vh) scale(.0018)}to{transform:translate(8.10625vw,99vh) scale(.0018)}}.snow:nth-child(187){opacity:1.1656;transform:translate(62.3967vw,-10px) scale(.9422);animation:fall-187 19s -9s linear infinite}@keyframes fall-187{75.475%{transform:translate(61.1697vw,75.475vh) scale(.9422)}to{transform:translate(61.7832vw,99vh) scale(.9422)}}.snow:nth-child(188){opacity:1.3622;transform:translate(83.6962vw,-10px) scale(.9238);animation:fall-188 20s -2s linear infinite}@keyframes fall-188{62.827%{transform:translate(78.9452vw,62.827vh) scale(.9238)}to{transform:translate(81.3207vw,99vh) scale(.9238)}}.snow:nth-child(189){opacity:.3132;transform:translate(30.9523vw,-10px) scale(.4888);animation:fall-189 21s -25s linear infinite}@keyframes fall-189{78.562%{transform:translate(39.2946vw,78.562vh) scale(.4888)}to{transform:translate(35.12345vw,99vh) scale(.4888)}}.snow:nth-child(190){opacity:.7844;transform:translate(60.4684vw,-10px) scale(.4911);animation:fall-190 14s -26s linear infinite}@keyframes fall-190{54.133%{transform:translate(53.2104vw,54.133vh) scale(.4911)}to{transform:translate(56.8394vw,99vh) scale(.4911)}}.snow:nth-child(191){opacity:.2408;transform:translate(7.1529vw,-10px) scale(.7764);animation:fall-191 18s -6s linear infinite}@keyframes fall-191{51.229%{transform:translate(-.2422vw,51.229vh) scale(.7764)}to{transform:translate(3.45535vw,99vh) scale(.7764)}}.snow:nth-child(192){opacity:.1648;transform:translate(15.4579vw,-10px) scale(.4417);animation:fall-192 15s -4s linear infinite}@keyframes fall-192{66.261%{transform:translate(6.6155vw,66.261vh) scale(.4417)}to{transform:translate(11.0367vw,99vh) scale(.4417)}}.snow:nth-child(193){opacity:1.9172;transform:translate(22.7524vw,-10px) scale(.7098);animation:fall-193 25s -30s linear infinite}@keyframes fall-193{47.679%{transform:translate(18.6198vw,47.679vh) scale(.7098)}to{transform:translate(20.6861vw,99vh) scale(.7098)}}.snow:nth-child(194){opacity:.1444;transform:translate(93.5217vw,-10px) scale(.1606);animation:fall-194 23s -4s linear infinite}@keyframes fall-194{42.896%{transform:translate(84.1182vw,42.896vh) scale(.1606)}to{transform:translate(88.81995vw,99vh) scale(.1606)}}.snow:nth-child(195){opacity:.511;transform:translate(57.685vw,-10px) scale(.1157);animation:fall-195 23s -5s linear infinite}@keyframes fall-195{35.546%{transform:translate(49.1116vw,35.546vh) scale(.1157)}to{transform:translate(53.3983vw,99vh) scale(.1157)}}.snow:nth-child(196){opacity:1.0206;transform:translate(20.2861vw,-10px) scale(.1962);animation:fall-196 10s -21s linear infinite}@keyframes fall-196{44.516%{transform:translate(19.6873vw,44.516vh) scale(.1962)}to{transform:translate(19.9867vw,99vh) scale(.1962)}}.snow:nth-child(197){opacity:.051;transform:translate(88.7614vw,-10px) scale(.4864);animation:fall-197 28s -3s linear infinite}@keyframes fall-197{37.087%{transform:translate(84.8064vw,37.087vh) scale(.4864)}to{transform:translate(86.7839vw,99vh) scale(.4864)}}.snow:nth-child(198){opacity:.1996;transform:translate(11.2387vw,-10px) scale(.0069);animation:fall-198 25s -9s linear infinite}@keyframes fall-198{32.048%{transform:translate(19.3393vw,32.048vh) scale(.0069)}to{transform:translate(15.289vw,99vh) scale(.0069)}}.snow:nth-child(199){opacity:1.7548;transform:translate(48.9534vw,-10px) scale(.2439);animation:fall-199 25s -26s linear infinite}@keyframes fall-199{62.842%{transform:translate(51.6155vw,62.842vh) scale(.2439)}to{transform:translate(50.28445vw,99vh) scale(.2439)}}.snow:nth-child(200){opacity:.0604;transform:translate(40.9635vw,-10px) scale(.1034);animation:fall-200 11s -2s linear infinite}@keyframes fall-200{33.554%{transform:translate(34.0818vw,33.554vh) scale(.1034)}to{transform:translate(37.52265vw,99vh) scale(.1034)}}.snow:nth-child(201){opacity:.7624;transform:translate(46.5585vw,-10px) scale(.1277);animation:fall-201 22s -7s linear infinite}@keyframes fall-201{37.897%{transform:translate(40.893vw,37.897vh) scale(.1277)}to{transform:translate(43.72575vw,99vh) scale(.1277)}}.snow:nth-child(202){opacity:1.4534;transform:translate(53.3343vw,-10px) scale(.346);animation:fall-202 16s -18s linear infinite}@keyframes fall-202{62.6%{transform:translate(58.9468vw,62.6vh) scale(.346)}to{transform:translate(56.14055vw,99vh) scale(.346)}}.snow:nth-child(203){opacity:.1132;transform:translate(64.9109vw,-10px) scale(.9038);animation:fall-203 27s -29s linear infinite}@keyframes fall-203{53.45%{transform:translate(55.8102vw,53.45vh) scale(.9038)}to{transform:translate(60.36055vw,99vh) scale(.9038)}}.snow:nth-child(204){opacity:.4068;transform:translate(60.4772vw,-10px) scale(.6348);animation:fall-204 29s -24s linear infinite}@keyframes fall-204{63.213%{transform:translate(55.8801vw,63.213vh) scale(.6348)}to{transform:translate(58.17865vw,99vh) scale(.6348)}}.snow:nth-child(205){opacity:.4454;transform:translate(23.8301vw,-10px) scale(.2314);animation:fall-205 21s -4s linear infinite}@keyframes fall-205{74.265%{transform:translate(20.0319vw,74.265vh) scale(.2314)}to{transform:translate(21.931vw,99vh) scale(.2314)}}.snow:nth-child(206){opacity:1.5302;transform:translate(4.0359vw,-10px) scale(.7294);animation:fall-206 23s -17s linear infinite}@keyframes fall-206{73.514%{transform:translate(-2.0307vw,73.514vh) scale(.7294)}to{transform:translate(1.0026vw,99vh) scale(.7294)}}.snow:nth-child(207){opacity:.8888;transform:translate(87.6962vw,-10px) scale(.0875);animation:fall-207 18s -20s linear infinite}@keyframes fall-207{43.747%{transform:translate(90.9112vw,43.747vh) scale(.0875)}to{transform:translate(89.3037vw,99vh) scale(.0875)}}.snow:nth-child(208){opacity:.8318;transform:translate(95.5781vw,-10px) scale(.4578);animation:fall-208 21s -18s linear infinite}@keyframes fall-208{70.324%{transform:translate(100.5093vw,70.324vh) scale(.4578)}to{transform:translate(98.0437vw,99vh) scale(.4578)}}.snow:nth-child(209){opacity:1.2124;transform:translate(10.3796vw,-10px) scale(.661);animation:fall-209 27s -22s linear infinite}@keyframes fall-209{45.236%{transform:translate(6.8558vw,45.236vh) scale(.661)}to{transform:translate(8.6177vw,99vh) scale(.661)}}.snow:nth-child(210){opacity:.0906;transform:translate(28.929vw,-10px) scale(.6013);animation:fall-210 29s -15s linear infinite}@keyframes fall-210{36.065%{transform:translate(33.9447vw,36.065vh) scale(.6013)}to{transform:translate(31.43685vw,99vh) scale(.6013)}}.snow:nth-child(211){opacity:.0874;transform:translate(81.905vw,-10px) scale(.2608);animation:fall-211 23s -9s linear infinite}@keyframes fall-211{62.19%{transform:translate(89.0583vw,62.19vh) scale(.2608)}to{transform:translate(85.48165vw,99vh) scale(.2608)}}.snow:nth-child(212){opacity:1.4374;transform:translate(80.0844vw,-10px) scale(.658);animation:fall-212 15s -29s linear infinite}@keyframes fall-212{37.616%{transform:translate(70.8858vw,37.616vh) scale(.658)}to{transform:translate(75.4851vw,99vh) scale(.658)}}.snow:nth-child(213){opacity:1.0054;transform:translate(97.0049vw,-10px) scale(.5257);animation:fall-213 16s -23s linear infinite}@keyframes fall-213{51.205%{transform:translate(97.007vw,51.205vh) scale(.5257)}to{transform:translate(97.00595vw,99vh) scale(.5257)}}.snow:nth-child(214){opacity:1.4114;transform:translate(4.4029vw,-10px) scale(.405);animation:fall-214 11s -28s linear infinite}@keyframes fall-214{52.973%{transform:translate(2.5464vw,52.973vh) scale(.405)}to{transform:translate(3.47465vw,99vh) scale(.405)}}.snow:nth-child(215){opacity:1.0266;transform:translate(21.4275vw,-10px) scale(.7552);animation:fall-215 17s -4s linear infinite}@keyframes fall-215{31.177%{transform:translate(16.0348vw,31.177vh) scale(.7552)}to{transform:translate(18.73115vw,99vh) scale(.7552)}}.snow:nth-child(216){opacity:1.3458;transform:translate(30.9403vw,-10px) scale(.536);animation:fall-216 21s -28s linear infinite}@keyframes fall-216{56.346%{transform:translate(39.0415vw,56.346vh) scale(.536)}to{transform:translate(34.9909vw,99vh) scale(.536)}}.snow:nth-child(217){opacity:.981;transform:translate(88.3188vw,-10px) scale(.6948);animation:fall-217 22s -27s linear infinite}@keyframes fall-217{43.038%{transform:translate(86.5216vw,43.038vh) scale(.6948)}to{transform:translate(87.4202vw,99vh) scale(.6948)}}.snow:nth-child(218){opacity:.8352;transform:translate(36.4127vw,-10px) scale(.6202);animation:fall-218 10s -19s linear infinite}@keyframes fall-218{64.84%{transform:translate(44.1181vw,64.84vh) scale(.6202)}to{transform:translate(40.2654vw,99vh) scale(.6202)}}.snow:nth-child(219){opacity:1.0562;transform:translate(65.4861vw,-10px) scale(.8698);animation:fall-219 26s -26s linear infinite}@keyframes fall-219{67.299%{transform:translate(58.2044vw,67.299vh) scale(.8698)}to{transform:translate(61.84525vw,99vh) scale(.8698)}}.snow:nth-child(220){opacity:.3744;transform:translate(31.8011vw,-10px) scale(.8529);animation:fall-220 13s -19s linear infinite}@keyframes fall-220{46%{transform:translate(23.8471vw,46vh) scale(.8529)}to{transform:translate(27.8241vw,99vh) scale(.8529)}}.snow:nth-child(221){opacity:.1362;transform:translate(40.3123vw,-10px) scale(.5643);animation:fall-221 19s -30s linear infinite}@keyframes fall-221{60.747%{transform:translate(44.6451vw,60.747vh) scale(.5643)}to{transform:translate(42.4787vw,99vh) scale(.5643)}}.snow:nth-child(222){opacity:.755;transform:translate(80.176vw,-10px) scale(.958);animation:fall-222 14s -4s linear infinite}@keyframes fall-222{51.3%{transform:translate(72.6778vw,51.3vh) scale(.958)}to{transform:translate(76.4269vw,99vh) scale(.958)}}.snow:nth-child(223){opacity:.3798;transform:translate(71.7818vw,-10px) scale(.6496);animation:fall-223 21s -17s linear infinite}@keyframes fall-223{61.557%{transform:translate(74.5258vw,61.557vh) scale(.6496)}to{transform:translate(73.1538vw,99vh) scale(.6496)}}.snow:nth-child(224){opacity:1.7448;transform:translate(4.8594vw,-10px) scale(.833);animation:fall-224 27s -27s linear infinite}@keyframes fall-224{71.367%{transform:translate(7.6181vw,71.367vh) scale(.833)}to{transform:translate(6.23875vw,99vh) scale(.833)}}.snow:nth-child(225){opacity:1.1428;transform:translate(78.542vw,-10px) scale(.9338);animation:fall-225 23s -20s linear infinite}@keyframes fall-225{56.693%{transform:translate(70.4833vw,56.693vh) scale(.9338)}to{transform:translate(74.51265vw,99vh) scale(.9338)}}.snow:nth-child(226){opacity:.6958;transform:translate(96.3257vw,-10px) scale(.6481);animation:fall-226 16s -22s linear infinite}@keyframes fall-226{70.242%{transform:translate(98.4829vw,70.242vh) scale(.6481)}to{transform:translate(97.4043vw,99vh) scale(.6481)}}.snow:nth-child(227){opacity:1.5354;transform:translate(7.748vw,-10px) scale(.7046);animation:fall-227 20s -24s linear infinite}@keyframes fall-227{79.715%{transform:translate(6.4741vw,79.715vh) scale(.7046)}to{transform:translate(7.11105vw,99vh) scale(.7046)}}.snow:nth-child(228){opacity:.0634;transform:translate(99.9293vw,-10px) scale(.2627);animation:fall-228 17s -27s linear infinite}@keyframes fall-228{55.644%{transform:translate(100.6664vw,55.644vh) scale(.2627)}to{transform:translate(100.29785vw,99vh) scale(.2627)}}.snow:nth-child(229){opacity:1.924;transform:translate(78.4884vw,-10px) scale(.8623);animation:fall-229 24s -28s linear infinite}@keyframes fall-229{79.508%{transform:translate(73.4617vw,79.508vh) scale(.8623)}to{transform:translate(75.97505vw,99vh) scale(.8623)}}.snow:nth-child(230){opacity:1.6134;transform:translate(22.385vw,-10px) scale(.1006);animation:fall-230 20s -18s linear infinite}@keyframes fall-230{79.996%{transform:translate(21.0317vw,79.996vh) scale(.1006)}to{transform:translate(21.70835vw,99vh) scale(.1006)}}.snow:nth-child(231){opacity:1.8288;transform:translate(1.2297vw,-10px) scale(.6804);animation:fall-231 14s -20s linear infinite}@keyframes fall-231{58.768%{transform:translate(8.3202vw,58.768vh) scale(.6804)}to{transform:translate(4.77495vw,99vh) scale(.6804)}}.snow:nth-child(232){opacity:1.7842;transform:translate(49.2582vw,-10px) scale(.6574);animation:fall-232 23s -24s linear infinite}@keyframes fall-232{75.219%{transform:translate(49.5628vw,75.219vh) scale(.6574)}to{transform:translate(49.4105vw,99vh) scale(.6574)}}.snow:nth-child(233){opacity:1.292;transform:translate(82.1883vw,-10px) scale(.7967);animation:fall-233 20s -22s linear infinite}@keyframes fall-233{73.317%{transform:translate(73.4245vw,73.317vh) scale(.7967)}to{transform:translate(77.8064vw,99vh) scale(.7967)}}.snow:nth-child(234){opacity:1.2622;transform:translate(33.2743vw,-10px) scale(.2256);animation:fall-234 22s -11s linear infinite}@keyframes fall-234{53.73%{transform:translate(42.5936vw,53.73vh) scale(.2256)}to{transform:translate(37.93395vw,99vh) scale(.2256)}}.snow:nth-child(235){opacity:.3216;transform:translate(65.2704vw,-10px) scale(.3262);animation:fall-235 11s -5s linear infinite}@keyframes fall-235{79.649%{transform:translate(60.1637vw,79.649vh) scale(.3262)}to{transform:translate(62.71705vw,99vh) scale(.3262)}}.snow:nth-child(236){opacity:1.815;transform:translate(17.2706vw,-10px) scale(.8749);animation:fall-236 24s -13s linear infinite}@keyframes fall-236{66.863%{transform:translate(24.7348vw,66.863vh) scale(.8749)}to{transform:translate(21.0027vw,99vh) scale(.8749)}}.snow:nth-child(237){opacity:1.4014;transform:translate(29.5011vw,-10px) scale(.7592);animation:fall-237 26s -3s linear infinite}@keyframes fall-237{65.178%{transform:translate(26.5573vw,65.178vh) scale(.7592)}to{transform:translate(28.0292vw,99vh) scale(.7592)}}.snow:nth-child(238){opacity:1.8966;transform:translate(88.9141vw,-10px) scale(.9728);animation:fall-238 10s -24s linear infinite}@keyframes fall-238{36.96%{transform:translate(79.9114vw,36.96vh) scale(.9728)}to{transform:translate(84.41275vw,99vh) scale(.9728)}}.snow:nth-child(239){opacity:1.314;transform:translate(62.683vw,-10px) scale(.3217);animation:fall-239 25s -17s linear infinite}@keyframes fall-239{49.674%{transform:translate(57.8018vw,49.674vh) scale(.3217)}to{transform:translate(60.2424vw,99vh) scale(.3217)}}.snow:nth-child(240){opacity:.1582;transform:translate(76.7085vw,-10px) scale(.7525);animation:fall-240 16s -23s linear infinite}@keyframes fall-240{50.899%{transform:translate(77.0358vw,50.899vh) scale(.7525)}to{transform:translate(76.87215vw,99vh) scale(.7525)}}.snow:nth-child(241){opacity:1.2238;transform:translate(38.1097vw,-10px) scale(.7475);animation:fall-241 14s -13s linear infinite}@keyframes fall-241{79.191%{transform:translate(41.0686vw,79.191vh) scale(.7475)}to{transform:translate(39.58915vw,99vh) scale(.7475)}}.snow:nth-child(242){opacity:.2202;transform:translate(77.2186vw,-10px) scale(.8064);animation:fall-242 26s -27s linear infinite}@keyframes fall-242{72.199%{transform:translate(78.326vw,72.199vh) scale(.8064)}to{transform:translate(77.7723vw,99vh) scale(.8064)}}.snow:nth-child(243){opacity:1.1086;transform:translate(13.4645vw,-10px) scale(.1794);animation:fall-243 10s -27s linear infinite}@keyframes fall-243{45.129%{transform:translate(16.838vw,45.129vh) scale(.1794)}to{transform:translate(15.15125vw,99vh) scale(.1794)}}.snow:nth-child(244){opacity:1.9114;transform:translate(7.1638vw,-10px) scale(.0373);animation:fall-244 30s -5s linear infinite}@keyframes fall-244{48.542%{transform:translate(16.4667vw,48.542vh) scale(.0373)}to{transform:translate(11.81525vw,99vh) scale(.0373)}}.snow:nth-child(245){opacity:.0418;transform:translate(45.6797vw,-10px) scale(.9114);animation:fall-245 24s -6s linear infinite}@keyframes fall-245{31.781%{transform:translate(43.4236vw,31.781vh) scale(.9114)}to{transform:translate(44.55165vw,99vh) scale(.9114)}}.snow:nth-child(246){opacity:1.2716;transform:translate(29.1236vw,-10px) scale(.4791);animation:fall-246 18s -16s linear infinite}@keyframes fall-246{70.927%{transform:translate(26.4862vw,70.927vh) scale(.4791)}to{transform:translate(27.8049vw,99vh) scale(.4791)}}.snow:nth-child(247){opacity:.5678;transform:translate(89.8915vw,-10px) scale(.6821);animation:fall-247 26s -8s linear infinite}@keyframes fall-247{75.837%{transform:translate(99.4251vw,75.837vh) scale(.6821)}to{transform:translate(94.6583vw,99vh) scale(.6821)}}.snow:nth-child(248){opacity:.1394;transform:translate(20.6611vw,-10px) scale(.6478);animation:fall-248 10s -3s linear infinite}@keyframes fall-248{56.814%{transform:translate(20.0208vw,56.814vh) scale(.6478)}to{transform:translate(20.34095vw,99vh) scale(.6478)}}.snow:nth-child(249){opacity:1.628;transform:translate(33.249vw,-10px) scale(.1374);animation:fall-249 12s -8s linear infinite}@keyframes fall-249{47.852%{transform:translate(23.8176vw,47.852vh) scale(.1374)}to{transform:translate(28.5333vw,99vh) scale(.1374)}}.snow:nth-child(250){opacity:.0536;transform:translate(20.3803vw,-10px) scale(.1851);animation:fall-250 10s -15s linear infinite}@keyframes fall-250{46.726%{transform:translate(11.539vw,46.726vh) scale(.1851)}to{transform:translate(15.95965vw,99vh) scale(.1851)}}.snow:nth-child(251){opacity:1.0588;transform:translate(59.4675vw,-10px) scale(.1245);animation:fall-251 16s -11s linear infinite}@keyframes fall-251{49.398%{transform:translate(49.9276vw,49.398vh) scale(.1245)}to{transform:translate(54.69755vw,99vh) scale(.1245)}}.snow:nth-child(252){opacity:.694;transform:translate(76.9874vw,-10px) scale(.7197);animation:fall-252 30s -21s linear infinite}@keyframes fall-252{69.292%{transform:translate(73.0793vw,69.292vh) scale(.7197)}to{transform:translate(75.03335vw,99vh) scale(.7197)}}.snow:nth-child(253){opacity:1.6552;transform:translate(34.1755vw,-10px) scale(.3204);animation:fall-253 29s -7s linear infinite}@keyframes fall-253{71.877%{transform:translate(32.85vw,71.877vh) scale(.3204)}to{transform:translate(33.51275vw,99vh) scale(.3204)}}.snow:nth-child(254){opacity:.5764;transform:translate(66.4708vw,-10px) scale(.3722);animation:fall-254 21s -16s linear infinite}@keyframes fall-254{45.6%{transform:translate(68.386vw,45.6vh) scale(.3722)}to{transform:translate(67.4284vw,99vh) scale(.3722)}}.snow:nth-child(255){opacity:.3644;transform:translate(23.0975vw,-10px) scale(.1078);animation:fall-255 25s -16s linear infinite}@keyframes fall-255{68.684%{transform:translate(15.448vw,68.684vh) scale(.1078)}to{transform:translate(19.27275vw,99vh) scale(.1078)}}.snow:nth-child(256){opacity:1.3432;transform:translate(33.4308vw,-10px) scale(.8064);animation:fall-256 27s -23s linear infinite}@keyframes fall-256{31.197%{transform:translate(27.0951vw,31.197vh) scale(.8064)}to{transform:translate(30.26295vw,99vh) scale(.8064)}}.snow:nth-child(257){opacity:1.4818;transform:translate(4.3636vw,-10px) scale(.3992);animation:fall-257 10s -4s linear infinite}@keyframes fall-257{79.603%{transform:translate(12.8301vw,79.603vh) scale(.3992)}to{transform:translate(8.59685vw,99vh) scale(.3992)}}.snow:nth-child(258){opacity:.4238;transform:translate(56.8426vw,-10px) scale(.0588);animation:fall-258 19s -3s linear infinite}@keyframes fall-258{75.65%{transform:translate(60.8624vw,75.65vh) scale(.0588)}to{transform:translate(58.8525vw,99vh) scale(.0588)}}.snow:nth-child(259){opacity:1.373;transform:translate(84.3393vw,-10px) scale(.2292);animation:fall-259 24s -20s linear infinite}@keyframes fall-259{57.369%{transform:translate(74.7248vw,57.369vh) scale(.2292)}to{transform:translate(79.53205vw,99vh) scale(.2292)}}.snow:nth-child(260){opacity:.184;transform:translate(32.9164vw,-10px) scale(.3126);animation:fall-260 23s -9s linear infinite}@keyframes fall-260{63.304%{transform:translate(35.8945vw,63.304vh) scale(.3126)}to{transform:translate(34.40545vw,99vh) scale(.3126)}}.snow:nth-child(261){opacity:.8764;transform:translate(59.9218vw,-10px) scale(.2895);animation:fall-261 29s -7s linear infinite}@keyframes fall-261{50.009%{transform:translate(61.737vw,50.009vh) scale(.2895)}to{transform:translate(60.8294vw,99vh) scale(.2895)}}.snow:nth-child(262){opacity:.8668;transform:translate(23.0383vw,-10px) scale(.8709);animation:fall-262 16s -30s linear infinite}@keyframes fall-262{58.91%{transform:translate(19.4886vw,58.91vh) scale(.8709)}to{transform:translate(21.26345vw,99vh) scale(.8709)}}.snow:nth-child(263){opacity:.7192;transform:translate(85.3147vw,-10px) scale(.274);animation:fall-263 27s -2s linear infinite}@keyframes fall-263{40.45%{transform:translate(82.8176vw,40.45vh) scale(.274)}to{transform:translate(84.06615vw,99vh) scale(.274)}}.snow:nth-child(264){opacity:.6476;transform:translate(4.3971vw,-10px) scale(.3302);animation:fall-264 20s -27s linear infinite}@keyframes fall-264{61.834%{transform:translate(6.4848vw,61.834vh) scale(.3302)}to{transform:translate(5.44095vw,99vh) scale(.3302)}}.snow:nth-child(265){opacity:.0498;transform:translate(48.6152vw,-10px) scale(.2728);animation:fall-265 10s -18s linear infinite}@keyframes fall-265{66.937%{transform:translate(41.6752vw,66.937vh) scale(.2728)}to{transform:translate(45.1452vw,99vh) scale(.2728)}}.snow:nth-child(266){opacity:1.0716;transform:translate(98.7626vw,-10px) scale(.6117);animation:fall-266 27s -19s linear infinite}@keyframes fall-266{59.217%{transform:translate(93.2098vw,59.217vh) scale(.6117)}to{transform:translate(95.9862vw,99vh) scale(.6117)}}.snow:nth-child(267){opacity:.6726;transform:translate(20.6021vw,-10px) scale(.8367);animation:fall-267 13s -14s linear infinite}@keyframes fall-267{45.677%{transform:translate(21.9341vw,45.677vh) scale(.8367)}to{transform:translate(21.2681vw,99vh) scale(.8367)}}.snow:nth-child(268){opacity:1.4088;transform:translate(50.1634vw,-10px) scale(.5943);animation:fall-268 15s -7s linear infinite}@keyframes fall-268{44.406%{transform:translate(47.3342vw,44.406vh) scale(.5943)}to{transform:translate(48.7488vw,99vh) scale(.5943)}}.snow:nth-child(269){opacity:1.961;transform:translate(22.8613vw,-10px) scale(.5817);animation:fall-269 19s -19s linear infinite}@keyframes fall-269{57.565%{transform:translate(16.5913vw,57.565vh) scale(.5817)}to{transform:translate(19.7263vw,99vh) scale(.5817)}}.snow:nth-child(270){opacity:1.0818;transform:translate(77.7433vw,-10px) scale(.9878);animation:fall-270 13s -16s linear infinite}@keyframes fall-270{52.467%{transform:translate(68.9388vw,52.467vh) scale(.9878)}to{transform:translate(73.34105vw,99vh) scale(.9878)}}.snow:nth-child(271){opacity:1.062;transform:translate(9.6878vw,-10px) scale(.5881);animation:fall-271 23s -29s linear infinite}@keyframes fall-271{72.819%{transform:translate(.6607vw,72.819vh) scale(.5881)}to{transform:translate(5.17425vw,99vh) scale(.5881)}}.snow:nth-child(272){opacity:1.1736;transform:translate(77.1905vw,-10px) scale(.2371);animation:fall-272 19s -14s linear infinite}@keyframes fall-272{66.747%{transform:translate(80.2478vw,66.747vh) scale(.2371)}to{transform:translate(78.71915vw,99vh) scale(.2371)}}.snow:nth-child(273){opacity:.0018;transform:translate(23.7504vw,-10px) scale(.7943);animation:fall-273 18s -14s linear infinite}@keyframes fall-273{32.413%{transform:translate(21.2177vw,32.413vh) scale(.7943)}to{transform:translate(22.48405vw,99vh) scale(.7943)}}.snow:nth-child(274){opacity:1.5714;transform:translate(30.4168vw,-10px) scale(.4644);animation:fall-274 26s -4s linear infinite}@keyframes fall-274{62.809%{transform:translate(39.8577vw,62.809vh) scale(.4644)}to{transform:translate(35.13725vw,99vh) scale(.4644)}}.snow:nth-child(275){opacity:.429;transform:translate(79.8694vw,-10px) scale(.4242);animation:fall-275 14s -9s linear infinite}@keyframes fall-275{50.596%{transform:translate(86.7697vw,50.596vh) scale(.4242)}to{transform:translate(83.31955vw,99vh) scale(.4242)}}.snow:nth-child(276){opacity:.2836;transform:translate(59.7131vw,-10px) scale(.4067);animation:fall-276 11s -21s linear infinite}@keyframes fall-276{44.146%{transform:translate(49.8818vw,44.146vh) scale(.4067)}to{transform:translate(54.79745vw,99vh) scale(.4067)}}.snow:nth-child(277){opacity:1.1704;transform:translate(20.8124vw,-10px) scale(.5275);animation:fall-277 30s -23s linear infinite}@keyframes fall-277{39.541%{transform:translate(28.0411vw,39.541vh) scale(.5275)}to{transform:translate(24.42675vw,99vh) scale(.5275)}}.snow:nth-child(278){opacity:.9698;transform:translate(89.6315vw,-10px) scale(.6469);animation:fall-278 25s -10s linear infinite}@keyframes fall-278{39.188%{transform:translate(88.2841vw,39.188vh) scale(.6469)}to{transform:translate(88.9578vw,99vh) scale(.6469)}}.snow:nth-child(279){opacity:.7812;transform:translate(82.3557vw,-10px) scale(.5631);animation:fall-279 26s -19s linear infinite}@keyframes fall-279{75.241%{transform:translate(78.1564vw,75.241vh) scale(.5631)}to{transform:translate(80.25605vw,99vh) scale(.5631)}}.snow:nth-child(280){opacity:1.4946;transform:translate(14.9284vw,-10px) scale(.0318);animation:fall-280 11s -4s linear infinite}@keyframes fall-280{39.475%{transform:translate(8.7855vw,39.475vh) scale(.0318)}to{transform:translate(11.85695vw,99vh) scale(.0318)}}.snow:nth-child(281){opacity:1.2198;transform:translate(89.3996vw,-10px) scale(.4374);animation:fall-281 11s -16s linear infinite}@keyframes fall-281{66.529%{transform:translate(87.7601vw,66.529vh) scale(.4374)}to{transform:translate(88.57985vw,99vh) scale(.4374)}}.snow:nth-child(282){opacity:1.0396;transform:translate(17.3038vw,-10px) scale(.8025);animation:fall-282 16s -8s linear infinite}@keyframes fall-282{49.9%{transform:translate(15.5863vw,49.9vh) scale(.8025)}to{transform:translate(16.44505vw,99vh) scale(.8025)}}.snow:nth-child(283){opacity:1.5258;transform:translate(32.7265vw,-10px) scale(.1562);animation:fall-283 12s -20s linear infinite}@keyframes fall-283{53.818%{transform:translate(41.8488vw,53.818vh) scale(.1562)}to{transform:translate(37.28765vw,99vh) scale(.1562)}}.snow:nth-child(284){opacity:.4852;transform:translate(99.9482vw,-10px) scale(.2231);animation:fall-284 20s -19s linear infinite}@keyframes fall-284{41.932%{transform:translate(100.4546vw,41.932vh) scale(.2231)}to{transform:translate(100.2014vw,99vh) scale(.2231)}}.snow:nth-child(285){opacity:.365;transform:translate(23.2286vw,-10px) scale(.8077);animation:fall-285 20s -29s linear infinite}@keyframes fall-285{64.656%{transform:translate(30.5138vw,64.656vh) scale(.8077)}to{transform:translate(26.8712vw,99vh) scale(.8077)}}.snow:nth-child(286){opacity:.326;transform:translate(67.8126vw,-10px) scale(.5029);animation:fall-286 16s -16s linear infinite}@keyframes fall-286{78.992%{transform:translate(68.6843vw,78.992vh) scale(.5029)}to{transform:translate(68.24845vw,99vh) scale(.5029)}}.snow:nth-child(287){opacity:1.9564;transform:translate(49.4451vw,-10px) scale(.2053);animation:fall-287 27s -20s linear infinite}@keyframes fall-287{47.713%{transform:translate(48.4587vw,47.713vh) scale(.2053)}to{transform:translate(48.9519vw,99vh) scale(.2053)}}.snow:nth-child(288){opacity:.6746;transform:translate(75.9784vw,-10px) scale(.2024);animation:fall-288 15s -13s linear infinite}@keyframes fall-288{57.258%{transform:translate(72.5184vw,57.258vh) scale(.2024)}to{transform:translate(74.2484vw,99vh) scale(.2024)}}.snow:nth-child(289){opacity:1.4526;transform:translate(8.8613vw,-10px) scale(.2725);animation:fall-289 22s -25s linear infinite}@keyframes fall-289{78.646%{transform:translate(10.4828vw,78.646vh) scale(.2725)}to{transform:translate(9.67205vw,99vh) scale(.2725)}}.snow:nth-child(290){opacity:.5728;transform:translate(10.5452vw,-10px) scale(.3096);animation:fall-290 10s -9s linear infinite}@keyframes fall-290{64.99%{transform:translate(19.2126vw,64.99vh) scale(.3096)}to{transform:translate(14.8789vw,99vh) scale(.3096)}}.snow:nth-child(291){opacity:1.2308;transform:translate(61.6427vw,-10px) scale(.6857);animation:fall-291 16s -6s linear infinite}@keyframes fall-291{70.545%{transform:translate(66.2891vw,70.545vh) scale(.6857)}to{transform:translate(63.9659vw,99vh) scale(.6857)}}.snow:nth-child(292){opacity:1.026;transform:translate(65.5247vw,-10px) scale(.5659);animation:fall-292 20s -27s linear infinite}@keyframes fall-292{65.037%{transform:translate(56.5392vw,65.037vh) scale(.5659)}to{transform:translate(61.03195vw,99vh) scale(.5659)}}.snow:nth-child(293){opacity:.9432;transform:translate(56.2012vw,-10px) scale(.5582);animation:fall-293 29s -17s linear infinite}@keyframes fall-293{33.288%{transform:translate(61.8326vw,33.288vh) scale(.5582)}to{transform:translate(59.0169vw,99vh) scale(.5582)}}.snow:nth-child(294){opacity:.8144;transform:translate(4.8046vw,-10px) scale(.1875);animation:fall-294 11s -19s linear infinite}@keyframes fall-294{35.37%{transform:translate(14.0449vw,35.37vh) scale(.1875)}to{transform:translate(9.42475vw,99vh) scale(.1875)}}.snow:nth-child(295){opacity:1.6602;transform:translate(40.4083vw,-10px) scale(.1776);animation:fall-295 15s -26s linear infinite}@keyframes fall-295{51.361%{transform:translate(30.9422vw,51.361vh) scale(.1776)}to{transform:translate(35.67525vw,99vh) scale(.1776)}}.snow:nth-child(296){opacity:.4582;transform:translate(5.3849vw,-10px) scale(.0976);animation:fall-296 19s -12s linear infinite}@keyframes fall-296{42.613%{transform:translate(14.2968vw,42.613vh) scale(.0976)}to{transform:translate(9.84085vw,99vh) scale(.0976)}}.snow:nth-child(297){opacity:1.9832;transform:translate(75.9994vw,-10px) scale(.8003);animation:fall-297 12s -26s linear infinite}@keyframes fall-297{65.638%{transform:translate(80.2126vw,65.638vh) scale(.8003)}to{transform:translate(78.106vw,99vh) scale(.8003)}}.snow:nth-child(298){opacity:.9494;transform:translate(25.8992vw,-10px) scale(.5022);animation:fall-298 10s -25s linear infinite}@keyframes fall-298{54.634%{transform:translate(19.2265vw,54.634vh) scale(.5022)}to{transform:translate(22.56285vw,99vh) scale(.5022)}}.snow:nth-child(299){opacity:.732;transform:translate(97.3542vw,-10px) scale(.1841);animation:fall-299 24s -14s linear infinite}@keyframes fall-299{47.061%{transform:translate(91.0141vw,47.061vh) scale(.1841)}to{transform:translate(94.18415vw,99vh) scale(.1841)}}.snow:nth-child(300){opacity:.8134;transform:translate(29.422vw,-10px) scale(.548);animation:fall-300 17s -16s linear infinite}@keyframes fall-300{43.034%{transform:translate(31.1794vw,43.034vh) scale(.548)}to{transform:translate(30.3007vw,99vh) scale(.548)}}\n"] }]
109
107
  }], ctorParameters: () => [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
110
108
  type: Inject,
111
109
  args: [ANONYMOUS_MODE]
@@ -152,7 +150,6 @@ const MODULES = [
152
150
  ModalModule.forRoot(),
153
151
  ProgressbarModule.forRoot(),
154
152
  BsDropdownModule.forRoot(),
155
- ToastrModule.forRoot(),
156
153
  TimepickerModule.forRoot(),
157
154
  ContextMenuModule.forRoot(),
158
155
  DragulaModule.forRoot(),
@@ -316,15 +313,15 @@ class EsFaenzaCoreModule {
316
313
  ]
317
314
  };
318
315
  }
319
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: EsFaenzaCoreModule, deps: [{ token: i1$1.BaseLocalization }, { token: i2$1.PrimeNG }, { token: i3.DateService }], target: i0.ɵɵFactoryTarget.NgModule }); }
320
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: EsFaenzaCoreModule, declarations: [AppComponent], imports: [BrowserAnimationsModule,
316
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.24", ngImport: i0, type: EsFaenzaCoreModule, deps: [{ token: i1$1.BaseLocalization }, { token: i2$1.PrimeNG }, { token: i3.DateService }], target: i0.ɵɵFactoryTarget.NgModule }); }
317
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.24", ngImport: i0, type: EsFaenzaCoreModule, declarations: [AppComponent], imports: [BrowserAnimationsModule,
321
318
  TemplateCommon,
322
319
  ComponentsModule, i4.ServiceWorkerModule, i2.RouterModule,
323
320
  // NgPrime
324
- TooltipModule, i6.EsTableModule, i7.FormsAndValidationsModule, i3.ExtensionsModule, i1$1.LocalizationModule, i8.AccessControlModule, i9.HttpserviceModule, i10.SignalrNotificationsModule, i11.PreferencesModule, i12.EsChartsModule, i13.TooltipModule, i14.ModalModule, i15.ProgressbarModule, i16.BsDropdownModule, i17.ToastrModule, i18.TimepickerModule, i19.ContextMenuModule, i20.DragulaModule, i21.MarkdownModule] }); }
325
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: EsFaenzaCoreModule, imports: [MODULES] }); }
321
+ TooltipModule, i6.EsTableModule, i7.FormsAndValidationsModule, i3.ExtensionsModule, i1$1.LocalizationModule, i8.AccessControlModule, i9.HttpserviceModule, i10.SignalrNotificationsModule, i11.PreferencesModule, i12.EsChartsModule, i13.TooltipModule, i14.ModalModule, i15.ProgressbarModule, i16.BsDropdownModule, i17.TimepickerModule, i18.ContextMenuModule, i19.DragulaModule, i20.MarkdownModule] }); }
322
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.24", ngImport: i0, type: EsFaenzaCoreModule, imports: [MODULES] }); }
326
323
  }
327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: EsFaenzaCoreModule, decorators: [{
324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.24", ngImport: i0, type: EsFaenzaCoreModule, decorators: [{
328
325
  type: NgModule,
329
326
  args: [{
330
327
  declarations: [AppComponent],