@esfaenza/core 15.2.269 → 15.2.270
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/error/404/pagenotfound.component.d.ts +1 -2
- package/components/error/500/servererror.component.d.ts +1 -2
- package/components/error/Angular/angularerror.component.d.ts +1 -2
- package/components/navbar/navbar.component.d.ts +1 -2
- package/domain/tokens.d.ts +0 -2
- package/esm2020/components/back-top/back-top.component.mjs +4 -4
- package/esm2020/components/base/base.component.mjs +4 -4
- package/esm2020/components/base/embedding.component.mjs +4 -4
- package/esm2020/components/base/reactive.component.mjs +4 -4
- package/esm2020/components/breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2020/components/components.module.mjs +5 -5
- package/esm2020/components/error/404/pagenotfound.component.mjs +8 -14
- package/esm2020/components/error/500/servererror.component.mjs +8 -14
- package/esm2020/components/error/Angular/angularerror.component.mjs +8 -14
- package/esm2020/components/es-image-cropper/es-image-cropper.component.mjs +4 -4
- package/esm2020/components/es-modal/es-modal-head/es-modal-head.component.mjs +4 -4
- package/esm2020/components/es-modal/es-modal.component.mjs +4 -4
- package/esm2020/components/external-page/external_pages.component.mjs +5 -5
- package/esm2020/components/jace-login/jace-login.component.mjs +4 -4
- package/esm2020/components/jace-resource/jace-resource.component.mjs +4 -4
- package/esm2020/components/labeled-span/labeled-span.component.mjs +4 -4
- package/esm2020/components/navbar/navbar.component.loc.mjs +4 -4
- package/esm2020/components/navbar/navbar.component.mjs +7 -11
- package/esm2020/components/page/pages.component.mjs +4 -4
- package/esm2020/components/redirecter/redirecter.component.mjs +4 -4
- package/esm2020/components/sidebar/sidebar.component.loc.mjs +4 -4
- package/esm2020/components/sidebar/sidebar.component.mjs +4 -4
- package/esm2020/components/user_infos/user_infos.component.loc.mjs +4 -4
- package/esm2020/components/user_infos/user_infos.component.mjs +7 -9
- package/esm2020/directives/componentHost/componentHost.directive.mjs +4 -4
- package/esm2020/directives/directives.module.mjs +5 -5
- package/esm2020/directives/draggable/draggable.directive.mjs +4 -4
- package/esm2020/directives/es-modal/es-modal.directive.mjs +4 -4
- package/esm2020/directives/es-routerLink/es-routerLink.directive.mjs +4 -4
- package/esm2020/directives/slim-scroll/slim-scroll.directive.mjs +4 -4
- package/esm2020/directives/widget/widget.directive.mjs +4 -4
- package/esm2020/domain/tokens.mjs +1 -3
- package/esm2020/lib/app.component.mjs +9 -13
- package/esm2020/lib/core.module.mjs +8 -25
- package/esm2020/modules/classes/_embedding.module.mjs +5 -5
- package/esm2020/modules/classes/_shared.module.mjs +5 -5
- package/esm2020/modules/classes/t_c.module.mjs +5 -5
- package/esm2020/pipes/classes/included_in.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_html.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_script.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_style.pipe.mjs +4 -4
- package/esm2020/pipes/classes/safe_url.pipe.mjs +4 -4
- package/esm2020/pipes/pipes.module.mjs +5 -5
- package/esm2020/services/classes/app.accesstoken.mjs +6 -16
- package/esm2020/services/classes/app.completedjobredirection.mjs +4 -4
- package/esm2020/services/classes/app.errorhandler.mjs +4 -4
- package/esm2020/services/classes/app.event.mjs +4 -4
- package/esm2020/services/classes/app.globalsearch.mjs +4 -4
- package/esm2020/services/classes/app.httpextensions.loc.mjs +4 -4
- package/esm2020/services/classes/app.httpextensions.mjs +4 -4
- package/esm2020/services/classes/app.menufilter.mjs +4 -4
- package/esm2020/services/classes/app.routeguard.mjs +5 -6
- package/esm2020/services/classes/app.session.mjs +7 -15
- package/esm2020/services/classes/app.state.mjs +9 -19
- package/esm2020/services/classes/preferences/app.cache.persistor.mjs +4 -4
- package/esm2020/services/classes/preferences/app.preference.persistor.mjs +4 -4
- package/esm2020/services/classes/preferences/user/app.userpreferences.base.mjs +6 -9
- package/fesm2015/esfaenza-core-components.mjs +90 -116
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core-directives.mjs +22 -22
- package/fesm2015/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2015/esfaenza-core-domain.mjs +1 -3
- package/fesm2015/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2015/esfaenza-core-modules.mjs +12 -12
- package/fesm2015/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2015/esfaenza-core-pipes.mjs +19 -19
- package/fesm2015/esfaenza-core-pipes.mjs.map +1 -1
- package/fesm2015/esfaenza-core-services.mjs +53 -85
- package/fesm2015/esfaenza-core-services.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +17 -39
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +90 -110
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core-directives.mjs +22 -22
- package/fesm2020/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2020/esfaenza-core-domain.mjs +1 -3
- package/fesm2020/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2020/esfaenza-core-modules.mjs +12 -12
- package/fesm2020/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2020/esfaenza-core-pipes.mjs +19 -19
- package/fesm2020/esfaenza-core-pipes.mjs.map +1 -1
- package/fesm2020/esfaenza-core-services.mjs +53 -81
- package/fesm2020/esfaenza-core-services.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +17 -37
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/lib/app.component.d.ts +1 -1
- package/lib/core.module.d.ts +0 -1
- package/package.json +8 -8
- package/services/classes/app.accesstoken.d.ts +2 -3
- package/services/classes/app.session.d.ts +1 -2
- package/services/classes/app.state.d.ts +1 -2
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ViewEncapsulation,
|
|
3
|
-
import { ANONYMOUS_MODE, EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
|
|
2
|
+
import { Component, ViewEncapsulation, isDevMode, ErrorHandler, LOCALE_ID, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
4
3
|
import * as i1 from '@esfaenza/core/services';
|
|
5
4
|
import { SessionRetriever, ApplicationPreferencesPersistor, ApplicationCachePersistor, APPErrorHandler, OutZoneEventPlugin, HTTPServiceExtensions, TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from '@esfaenza/core/services';
|
|
6
5
|
import * as i2 from '@angular/router';
|
|
@@ -42,9 +41,10 @@ import * as i3$1 from '@esfaenza/es-table';
|
|
|
42
41
|
import { EsTableModule } from '@esfaenza/es-table';
|
|
43
42
|
import { TAB_DEBUG_MODE } from '@esfaenza/tabber';
|
|
44
43
|
import { ExternalPagesComponent, PagesComponent, RedirecterComponent, JaceLoginComponent, ServerErrorComponent, AngularErrorComponent, PageNotFoundComponent, ComponentsModule, UserInfosComponent } from '@esfaenza/core/components';
|
|
44
|
+
import { EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
|
|
45
45
|
import { TemplateCommon } from '@esfaenza/core/modules';
|
|
46
|
-
import { catchError, tap, switchMap
|
|
47
|
-
import {
|
|
46
|
+
import { catchError, take, tap, switchMap } from 'rxjs/operators';
|
|
47
|
+
import { forkJoin, of } from 'rxjs';
|
|
48
48
|
import * as i14 from 'ngx-bootstrap/progressbar';
|
|
49
49
|
import { ProgressbarModule } from 'ngx-bootstrap/progressbar';
|
|
50
50
|
import * as i17 from 'ngx-bootstrap/timepicker';
|
|
@@ -59,7 +59,7 @@ import { ModalModule } from 'ngx-bootstrap/modal';
|
|
|
59
59
|
// Angular
|
|
60
60
|
/* N.B: Questo componente non può diventare standalone. È il punto di ingresso per il bootstrap dei moduli di Frontend, che NON si basano sui componenti standalone a meno di rare funzionalità */
|
|
61
61
|
class AppComponent {
|
|
62
|
-
constructor(bts, _state, router
|
|
62
|
+
constructor(bts, _state, router) {
|
|
63
63
|
this.bts = bts;
|
|
64
64
|
this._state = _state;
|
|
65
65
|
this.router = router;
|
|
@@ -68,21 +68,18 @@ class AppComponent {
|
|
|
68
68
|
if (this._state.christmasTime)
|
|
69
69
|
for (let i = 0; i < 400; i++)
|
|
70
70
|
this.snows.push(i);
|
|
71
|
-
if (!this.bts.accountScope
|
|
71
|
+
if (!this.bts.accountScope) {
|
|
72
72
|
console.log("AppComponent - no account scope, redirecting to login");
|
|
73
73
|
this.router.navigate(["login", { fromUrl: this.router.url }]);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
78
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\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{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;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:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.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:rgba(0,0,0,.4)}.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:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-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{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{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:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!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:rgba(45,146,45,.5);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:rgba(85,85,85,.7)}.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:rgba(85,85,85,.7)}.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:rgba(255,255,255,.1) 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:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!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}}.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}::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{transform:scaleY(-1)}.app-flip-x{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:rgba(255,50,50,.2);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:white;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}.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:rgba(0,0,0,.5) 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:rgb(237,237,237);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{padding-left:0;margin-top:20px}.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}.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;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:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{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%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.4174;transform:translate(17.4909vw,-10px) scale(.6668);animation:fall-1 30s -25s linear infinite}@keyframes fall-1{67.956%{transform:translate(19.2316vw,67.956vh) scale(.6668)}to{transform:translate(18.36125vw,99vh) scale(.6668)}}.snow:nth-child(2){opacity:1.6362;transform:translate(79.0113vw,-10px) scale(.8233);animation:fall-2 30s -2s linear infinite}@keyframes fall-2{49.929%{transform:translate(75.2459vw,49.929vh) scale(.8233)}to{transform:translate(77.1286vw,99vh) scale(.8233)}}.snow:nth-child(3){opacity:.3652;transform:translate(45.1381vw,-10px) scale(.0261);animation:fall-3 14s -1s linear infinite}@keyframes fall-3{71.568%{transform:translate(48.7149vw,71.568vh) scale(.0261)}to{transform:translate(46.9265vw,99vh) scale(.0261)}}.snow:nth-child(4){opacity:.361;transform:translate(10.525vw,-10px) scale(.9718);animation:fall-4 10s -24s linear infinite}@keyframes fall-4{33.221%{transform:translate(16.4535vw,33.221vh) scale(.9718)}to{transform:translate(13.48925vw,99vh) scale(.9718)}}.snow:nth-child(5){opacity:1.3684;transform:translate(10.1881vw,-10px) scale(.9789);animation:fall-5 28s -30s linear infinite}@keyframes fall-5{39.093%{transform:translate(12.0777vw,39.093vh) scale(.9789)}to{transform:translate(11.1329vw,99vh) scale(.9789)}}.snow:nth-child(6){opacity:1.4026;transform:translate(96.4874vw,-10px) scale(.2978);animation:fall-6 29s -23s linear infinite}@keyframes fall-6{75.869%{transform:translate(104.7932vw,75.869vh) scale(.2978)}to{transform:translate(100.6403vw,99vh) scale(.2978)}}.snow:nth-child(7){opacity:.734;transform:translate(91.1334vw,-10px) scale(.6264);animation:fall-7 13s -5s linear infinite}@keyframes fall-7{56.557%{transform:translate(92.2328vw,56.557vh) scale(.6264)}to{transform:translate(91.6831vw,99vh) scale(.6264)}}.snow:nth-child(8){opacity:.0054;transform:translate(63.7597vw,-10px) scale(.2217);animation:fall-8 30s -10s linear infinite}@keyframes fall-8{54.507%{transform:translate(58.7827vw,54.507vh) scale(.2217)}to{transform:translate(61.2712vw,99vh) scale(.2217)}}.snow:nth-child(9){opacity:1.0146;transform:translate(79.848vw,-10px) scale(.2641);animation:fall-9 28s -16s linear infinite}@keyframes fall-9{77.959%{transform:translate(88.4113vw,77.959vh) scale(.2641)}to{transform:translate(84.12965vw,99vh) scale(.2641)}}.snow:nth-child(10){opacity:.0026;transform:translate(38.3061vw,-10px) scale(.5504);animation:fall-10 19s -1s linear infinite}@keyframes fall-10{35.304%{transform:translate(41.8451vw,35.304vh) scale(.5504)}to{transform:translate(40.0756vw,99vh) scale(.5504)}}.snow:nth-child(11){opacity:.6636;transform:translate(16.0521vw,-10px) scale(.9399);animation:fall-11 27s -30s linear infinite}@keyframes fall-11{65.631%{transform:translate(12.0292vw,65.631vh) scale(.9399)}to{transform:translate(14.04065vw,99vh) scale(.9399)}}.snow:nth-child(12){opacity:1.7112;transform:translate(26.4802vw,-10px) scale(.9106);animation:fall-12 26s -25s linear infinite}@keyframes fall-12{78.142%{transform:translate(33.9616vw,78.142vh) scale(.9106)}to{transform:translate(30.2209vw,99vh) scale(.9106)}}.snow:nth-child(13){opacity:.9518;transform:translate(73.4295vw,-10px) scale(.9588);animation:fall-13 16s -25s linear infinite}@keyframes fall-13{41.021%{transform:translate(67.0745vw,41.021vh) scale(.9588)}to{transform:translate(70.252vw,99vh) scale(.9588)}}.snow:nth-child(14){opacity:1.2614;transform:translate(1.0429vw,-10px) scale(.8895);animation:fall-14 29s -9s linear infinite}@keyframes fall-14{75.083%{transform:translate(10.7783vw,75.083vh) scale(.8895)}to{transform:translate(5.9106vw,99vh) scale(.8895)}}.snow:nth-child(15){opacity:1.144;transform:translate(64.6405vw,-10px) scale(.4487);animation:fall-15 27s -14s linear infinite}@keyframes fall-15{65.129%{transform:translate(60.1313vw,65.129vh) scale(.4487)}to{transform:translate(62.3859vw,99vh) scale(.4487)}}.snow:nth-child(16){opacity:1.5804;transform:translate(59.7374vw,-10px) scale(.0298);animation:fall-16 24s -25s linear infinite}@keyframes fall-16{57.758%{transform:translate(60.716vw,57.758vh) scale(.0298)}to{transform:translate(60.2267vw,99vh) scale(.0298)}}.snow:nth-child(17){opacity:1.288;transform:translate(88.1057vw,-10px) scale(.9906);animation:fall-17 16s -17s linear infinite}@keyframes fall-17{38.108%{transform:translate(95.7715vw,38.108vh) scale(.9906)}to{transform:translate(91.9386vw,99vh) scale(.9906)}}.snow:nth-child(18){opacity:1.389;transform:translate(39.4327vw,-10px) scale(.6878);animation:fall-18 17s -21s linear infinite}@keyframes fall-18{79.615%{transform:translate(32.1586vw,79.615vh) scale(.6878)}to{transform:translate(35.79565vw,99vh) scale(.6878)}}.snow:nth-child(19){opacity:1.5662;transform:translate(12.4586vw,-10px) scale(.1248);animation:fall-19 17s -18s linear infinite}@keyframes fall-19{75.714%{transform:translate(16.3058vw,75.714vh) scale(.1248)}to{transform:translate(14.3822vw,99vh) scale(.1248)}}.snow:nth-child(20){opacity:.7824;transform:translate(43.1306vw,-10px) scale(.4829);animation:fall-20 11s -25s linear infinite}@keyframes fall-20{31.275%{transform:translate(36.6281vw,31.275vh) scale(.4829)}to{transform:translate(39.87935vw,99vh) scale(.4829)}}.snow:nth-child(21){opacity:1.5286;transform:translate(63.7778vw,-10px) scale(.7945);animation:fall-21 18s -12s linear infinite}@keyframes fall-21{66.774%{transform:translate(60.7786vw,66.774vh) scale(.7945)}to{transform:translate(62.2782vw,99vh) scale(.7945)}}.snow:nth-child(22){opacity:1.6598;transform:translate(13.1584vw,-10px) scale(.3047);animation:fall-22 20s -22s linear infinite}@keyframes fall-22{55.091%{transform:translate(22.0459vw,55.091vh) scale(.3047)}to{transform:translate(17.60215vw,99vh) scale(.3047)}}.snow:nth-child(23){opacity:1.773;transform:translate(91.525vw,-10px) scale(.9244);animation:fall-23 18s -12s linear infinite}@keyframes fall-23{30.555%{transform:translate(90.9398vw,30.555vh) scale(.9244)}to{transform:translate(91.2324vw,99vh) scale(.9244)}}.snow:nth-child(24){opacity:.1976;transform:translate(1.6476vw,-10px) scale(.4702);animation:fall-24 29s -23s linear infinite}@keyframes fall-24{38.463%{transform:translate(-5.3551vw,38.463vh) scale(.4702)}to{transform:translate(-1.85375vw,99vh) scale(.4702)}}.snow:nth-child(25){opacity:1.0688;transform:translate(.1597vw,-10px) scale(.3732);animation:fall-25 11s -5s linear infinite}@keyframes fall-25{59.596%{transform:translate(3.7752vw,59.596vh) scale(.3732)}to{transform:translate(1.96745vw,99vh) scale(.3732)}}.snow:nth-child(26){opacity:.1394;transform:translate(55.5648vw,-10px) scale(.6808);animation:fall-26 15s -21s linear infinite}@keyframes fall-26{77.159%{transform:translate(50.7464vw,77.159vh) scale(.6808)}to{transform:translate(53.1556vw,99vh) scale(.6808)}}.snow:nth-child(27){opacity:.658;transform:translate(90.4935vw,-10px) scale(.4677);animation:fall-27 21s -27s linear infinite}@keyframes fall-27{68.145%{transform:translate(99.4324vw,68.145vh) scale(.4677)}to{transform:translate(94.96295vw,99vh) scale(.4677)}}.snow:nth-child(28){opacity:1.3892;transform:translate(58.1253vw,-10px) scale(.9618);animation:fall-28 11s -13s linear infinite}@keyframes fall-28{51.435%{transform:translate(64.6578vw,51.435vh) scale(.9618)}to{transform:translate(61.39155vw,99vh) scale(.9618)}}.snow:nth-child(29){opacity:1.8948;transform:translate(10.6292vw,-10px) scale(.906);animation:fall-29 27s -26s linear infinite}@keyframes fall-29{55.91%{transform:translate(.7219vw,55.91vh) scale(.906)}to{transform:translate(5.67555vw,99vh) scale(.906)}}.snow:nth-child(30){opacity:1.626;transform:translate(95.8998vw,-10px) scale(.4078);animation:fall-30 27s -30s linear infinite}@keyframes fall-30{46.058%{transform:translate(100.5196vw,46.058vh) scale(.4078)}to{transform:translate(98.2097vw,99vh) scale(.4078)}}.snow:nth-child(31){opacity:.0742;transform:translate(85.5075vw,-10px) scale(.7328);animation:fall-31 18s -23s linear infinite}@keyframes fall-31{70.001%{transform:translate(88.1171vw,70.001vh) scale(.7328)}to{transform:translate(86.8123vw,99vh) scale(.7328)}}.snow:nth-child(32){opacity:1.588;transform:translate(7.2068vw,-10px) scale(.0652);animation:fall-32 17s -1s linear infinite}@keyframes fall-32{48.9%{transform:translate(13.8251vw,48.9vh) scale(.0652)}to{transform:translate(10.51595vw,99vh) scale(.0652)}}.snow:nth-child(33){opacity:.8624;transform:translate(49.2657vw,-10px) scale(.4607);animation:fall-33 26s -16s linear infinite}@keyframes fall-33{38.176%{transform:translate(59.1328vw,38.176vh) scale(.4607)}to{transform:translate(54.19925vw,99vh) scale(.4607)}}.snow:nth-child(34){opacity:.568;transform:translate(70.1095vw,-10px) scale(.281);animation:fall-34 12s -23s linear infinite}@keyframes fall-34{74.232%{transform:translate(70.4576vw,74.232vh) scale(.281)}to{transform:translate(70.28355vw,99vh) scale(.281)}}.snow:nth-child(35){opacity:1.9806;transform:translate(49.6714vw,-10px) scale(.2453);animation:fall-35 21s -19s linear infinite}@keyframes fall-35{73.032%{transform:translate(47.0834vw,73.032vh) scale(.2453)}to{transform:translate(48.3774vw,99vh) scale(.2453)}}.snow:nth-child(36){opacity:1.1648;transform:translate(69.3531vw,-10px) scale(.973);animation:fall-36 16s -15s linear infinite}@keyframes fall-36{47.304%{transform:translate(63.2862vw,47.304vh) scale(.973)}to{transform:translate(66.31965vw,99vh) scale(.973)}}.snow:nth-child(37){opacity:1.285;transform:translate(35.8328vw,-10px) scale(.7797);animation:fall-37 10s -15s linear infinite}@keyframes fall-37{41.217%{transform:translate(43.5124vw,41.217vh) scale(.7797)}to{transform:translate(39.6726vw,99vh) scale(.7797)}}.snow:nth-child(38){opacity:1.6616;transform:translate(10.2537vw,-10px) scale(.8334);animation:fall-38 24s -2s linear infinite}@keyframes fall-38{58.602%{transform:translate(13.8783vw,58.602vh) scale(.8334)}to{transform:translate(12.066vw,99vh) scale(.8334)}}.snow:nth-child(39){opacity:.0642;transform:translate(50.1978vw,-10px) scale(.1756);animation:fall-39 23s -8s linear infinite}@keyframes fall-39{51.737%{transform:translate(45.4586vw,51.737vh) scale(.1756)}to{transform:translate(47.8282vw,99vh) scale(.1756)}}.snow:nth-child(40){opacity:1.241;transform:translate(56.8823vw,-10px) scale(.2145);animation:fall-40 25s -27s linear infinite}@keyframes fall-40{52.061%{transform:translate(50.8123vw,52.061vh) scale(.2145)}to{transform:translate(53.8473vw,99vh) scale(.2145)}}.snow:nth-child(41){opacity:1.3592;transform:translate(42.7104vw,-10px) scale(.2478);animation:fall-41 25s -16s linear infinite}@keyframes fall-41{62.559%{transform:translate(34.0992vw,62.559vh) scale(.2478)}to{transform:translate(38.4048vw,99vh) scale(.2478)}}.snow:nth-child(42){opacity:1.6162;transform:translate(35.4013vw,-10px) scale(.922);animation:fall-42 17s -25s linear infinite}@keyframes fall-42{63.592%{transform:translate(34.3383vw,63.592vh) scale(.922)}to{transform:translate(34.8698vw,99vh) scale(.922)}}.snow:nth-child(43){opacity:1.133;transform:translate(79.783vw,-10px) scale(.0888);animation:fall-43 18s -26s linear infinite}@keyframes fall-43{37.69%{transform:translate(86.7688vw,37.69vh) scale(.0888)}to{transform:translate(83.2759vw,99vh) scale(.0888)}}.snow:nth-child(44){opacity:1.32;transform:translate(46.9644vw,-10px) scale(.0108);animation:fall-44 25s -25s linear infinite}@keyframes fall-44{58.48%{transform:translate(46.1029vw,58.48vh) scale(.0108)}to{transform:translate(46.53365vw,99vh) scale(.0108)}}.snow:nth-child(45){opacity:.2584;transform:translate(81.5815vw,-10px) scale(.2182);animation:fall-45 24s -1s linear infinite}@keyframes fall-45{41.251%{transform:translate(88.3632vw,41.251vh) scale(.2182)}to{transform:translate(84.97235vw,99vh) scale(.2182)}}.snow:nth-child(46){opacity:1.0278;transform:translate(65.9609vw,-10px) scale(.0453);animation:fall-46 24s -28s linear infinite}@keyframes fall-46{67.077%{transform:translate(72.4948vw,67.077vh) scale(.0453)}to{transform:translate(69.22785vw,99vh) scale(.0453)}}.snow:nth-child(47){opacity:1.5058;transform:translate(29.3583vw,-10px) scale(.2376);animation:fall-47 10s -15s linear infinite}@keyframes fall-47{64.105%{transform:translate(19.6736vw,64.105vh) scale(.2376)}to{transform:translate(24.51595vw,99vh) scale(.2376)}}.snow:nth-child(48){opacity:1.2452;transform:translate(36.5403vw,-10px) scale(.6692);animation:fall-48 12s -14s linear infinite}@keyframes fall-48{35.865%{transform:translate(36.1689vw,35.865vh) scale(.6692)}to{transform:translate(36.3546vw,99vh) scale(.6692)}}.snow:nth-child(49){opacity:.2262;transform:translate(35.6955vw,-10px) scale(.7426);animation:fall-49 18s -16s linear infinite}@keyframes fall-49{65.647%{transform:translate(29.8724vw,65.647vh) scale(.7426)}to{transform:translate(32.78395vw,99vh) scale(.7426)}}.snow:nth-child(50){opacity:.4844;transform:translate(42.8522vw,-10px) scale(.4146);animation:fall-50 16s -8s linear infinite}@keyframes fall-50{45.216%{transform:translate(44.2931vw,45.216vh) scale(.4146)}to{transform:translate(43.57265vw,99vh) scale(.4146)}}.snow:nth-child(51){opacity:1.0434;transform:translate(30.373vw,-10px) scale(.1255);animation:fall-51 14s -5s linear infinite}@keyframes fall-51{55.557%{transform:translate(39.9384vw,55.557vh) scale(.1255)}to{transform:translate(35.1557vw,99vh) scale(.1255)}}.snow:nth-child(52){opacity:1.6846;transform:translate(94.4367vw,-10px) scale(.7186);animation:fall-52 15s -17s linear infinite}@keyframes fall-52{64.161%{transform:translate(103.4599vw,64.161vh) scale(.7186)}to{transform:translate(98.9483vw,99vh) scale(.7186)}}.snow:nth-child(53){opacity:1.3182;transform:translate(73.5463vw,-10px) scale(.2917);animation:fall-53 29s -12s linear infinite}@keyframes fall-53{67.265%{transform:translate(71.0897vw,67.265vh) scale(.2917)}to{transform:translate(72.318vw,99vh) scale(.2917)}}.snow:nth-child(54){opacity:.8298;transform:translate(94.8115vw,-10px) scale(.947);animation:fall-54 25s -6s linear infinite}@keyframes fall-54{75.357%{transform:translate(98.875vw,75.357vh) scale(.947)}to{transform:translate(96.84325vw,99vh) scale(.947)}}.snow:nth-child(55){opacity:1.7436;transform:translate(36.4805vw,-10px) scale(.3055);animation:fall-55 19s -20s linear infinite}@keyframes fall-55{68.335%{transform:translate(29.3016vw,68.335vh) scale(.3055)}to{transform:translate(32.89105vw,99vh) scale(.3055)}}.snow:nth-child(56){opacity:1.4684;transform:translate(75.0489vw,-10px) scale(.1847);animation:fall-56 29s -9s linear infinite}@keyframes fall-56{68.703%{transform:translate(71.516vw,68.703vh) scale(.1847)}to{transform:translate(73.28245vw,99vh) scale(.1847)}}.snow:nth-child(57){opacity:.9938;transform:translate(97.8373vw,-10px) scale(.0846);animation:fall-57 15s -13s linear infinite}@keyframes fall-57{45.984%{transform:translate(106.3216vw,45.984vh) scale(.0846)}to{transform:translate(102.07945vw,99vh) scale(.0846)}}.snow:nth-child(58){opacity:1.3972;transform:translate(41.3372vw,-10px) scale(.8903);animation:fall-58 22s -11s linear infinite}@keyframes fall-58{59.75%{transform:translate(46.0984vw,59.75vh) scale(.8903)}to{transform:translate(43.7178vw,99vh) scale(.8903)}}.snow:nth-child(59){opacity:.7486;transform:translate(62.998vw,-10px) scale(.1772);animation:fall-59 12s -22s linear infinite}@keyframes fall-59{55.091%{transform:translate(54.9161vw,55.091vh) scale(.1772)}to{transform:translate(58.95705vw,99vh) scale(.1772)}}.snow:nth-child(60){opacity:.1986;transform:translate(55.161vw,-10px) scale(.4817);animation:fall-60 22s -10s linear infinite}@keyframes fall-60{67.631%{transform:translate(48.3585vw,67.631vh) scale(.4817)}to{transform:translate(51.75975vw,99vh) scale(.4817)}}.snow:nth-child(61){opacity:1.3136;transform:translate(16.8553vw,-10px) scale(.5326);animation:fall-61 12s -17s linear infinite}@keyframes fall-61{77.056%{transform:translate(11.4893vw,77.056vh) scale(.5326)}to{transform:translate(14.1723vw,99vh) scale(.5326)}}.snow:nth-child(62){opacity:1.4844;transform:translate(36.7851vw,-10px) scale(.247);animation:fall-62 15s -3s linear infinite}@keyframes fall-62{66.577%{transform:translate(28.928vw,66.577vh) scale(.247)}to{transform:translate(32.85655vw,99vh) scale(.247)}}.snow:nth-child(63){opacity:.876;transform:translate(99.7708vw,-10px) scale(.8872);animation:fall-63 22s -1s linear infinite}@keyframes fall-63{74.267%{transform:translate(90.9958vw,74.267vh) scale(.8872)}to{transform:translate(95.3833vw,99vh) scale(.8872)}}.snow:nth-child(64){opacity:.994;transform:translate(11.7918vw,-10px) scale(.7924);animation:fall-64 25s -18s linear infinite}@keyframes fall-64{76.067%{transform:translate(11.9516vw,76.067vh) scale(.7924)}to{transform:translate(11.8717vw,99vh) scale(.7924)}}.snow:nth-child(65){opacity:.2382;transform:translate(36.0355vw,-10px) scale(.5469);animation:fall-65 19s -27s linear infinite}@keyframes fall-65{42.808%{transform:translate(42.0434vw,42.808vh) scale(.5469)}to{transform:translate(39.03945vw,99vh) scale(.5469)}}.snow:nth-child(66){opacity:.6634;transform:translate(80.1326vw,-10px) scale(.5246);animation:fall-66 12s -16s linear infinite}@keyframes fall-66{76.043%{transform:translate(87.4689vw,76.043vh) scale(.5246)}to{transform:translate(83.80075vw,99vh) scale(.5246)}}.snow:nth-child(67){opacity:1.4932;transform:translate(79.4268vw,-10px) scale(.9408);animation:fall-67 30s -16s linear infinite}@keyframes fall-67{61.521%{transform:translate(77.9912vw,61.521vh) scale(.9408)}to{transform:translate(78.709vw,99vh) scale(.9408)}}.snow:nth-child(68){opacity:.9136;transform:translate(78.9564vw,-10px) scale(.5291);animation:fall-68 17s -4s linear infinite}@keyframes fall-68{72.415%{transform:translate(87.4438vw,72.415vh) scale(.5291)}to{transform:translate(83.2001vw,99vh) scale(.5291)}}.snow:nth-child(69){opacity:.9478;transform:translate(71.2102vw,-10px) scale(.0068);animation:fall-69 19s -7s linear infinite}@keyframes fall-69{38.02%{transform:translate(79.542vw,38.02vh) scale(.0068)}to{transform:translate(75.3761vw,99vh) scale(.0068)}}.snow:nth-child(70){opacity:.6674;transform:translate(73.9841vw,-10px) scale(.9337);animation:fall-70 18s -15s linear infinite}@keyframes fall-70{64.339%{transform:translate(66.7783vw,64.339vh) scale(.9337)}to{transform:translate(70.3812vw,99vh) scale(.9337)}}.snow:nth-child(71){opacity:.788;transform:translate(70.4414vw,-10px) scale(.3587);animation:fall-71 28s -18s linear infinite}@keyframes fall-71{76.702%{transform:translate(66.1868vw,76.702vh) scale(.3587)}to{transform:translate(68.3141vw,99vh) scale(.3587)}}.snow:nth-child(72){opacity:1.0748;transform:translate(62.2704vw,-10px) scale(.9413);animation:fall-72 23s -26s linear infinite}@keyframes fall-72{61.051%{transform:translate(57.1811vw,61.051vh) scale(.9413)}to{transform:translate(59.72575vw,99vh) scale(.9413)}}.snow:nth-child(73){opacity:.007;transform:translate(98.58vw,-10px) scale(.0095);animation:fall-73 15s -8s linear infinite}@keyframes fall-73{39.106%{transform:translate(93.3852vw,39.106vh) scale(.0095)}to{transform:translate(95.9826vw,99vh) scale(.0095)}}.snow:nth-child(74){opacity:.5058;transform:translate(66.8136vw,-10px) scale(.4362);animation:fall-74 13s -3s linear infinite}@keyframes fall-74{73.291%{transform:translate(65.9245vw,73.291vh) scale(.4362)}to{transform:translate(66.36905vw,99vh) scale(.4362)}}.snow:nth-child(75){opacity:.5814;transform:translate(13.5135vw,-10px) scale(.5936);animation:fall-75 29s -2s linear infinite}@keyframes fall-75{72.472%{transform:translate(8.1959vw,72.472vh) scale(.5936)}to{transform:translate(10.8547vw,99vh) scale(.5936)}}.snow:nth-child(76){opacity:.9094;transform:translate(36.318vw,-10px) scale(.3011);animation:fall-76 16s -8s linear infinite}@keyframes fall-76{62.734%{transform:translate(44.1368vw,62.734vh) scale(.3011)}to{transform:translate(40.2274vw,99vh) scale(.3011)}}.snow:nth-child(77){opacity:1.9626;transform:translate(74.0562vw,-10px) scale(.5206);animation:fall-77 12s -14s linear infinite}@keyframes fall-77{51.238%{transform:translate(79.7244vw,51.238vh) scale(.5206)}to{transform:translate(76.8903vw,99vh) scale(.5206)}}.snow:nth-child(78){opacity:1.8736;transform:translate(45.9927vw,-10px) scale(.5668);animation:fall-78 14s -14s linear infinite}@keyframes fall-78{64.34%{transform:translate(40.1214vw,64.34vh) scale(.5668)}to{transform:translate(43.05705vw,99vh) scale(.5668)}}.snow:nth-child(79){opacity:.0394;transform:translate(18.8801vw,-10px) scale(.4824);animation:fall-79 17s -6s linear infinite}@keyframes fall-79{54.303%{transform:translate(16.3629vw,54.303vh) scale(.4824)}to{transform:translate(17.6215vw,99vh) scale(.4824)}}.snow:nth-child(80){opacity:1.7732;transform:translate(94.2828vw,-10px) scale(.2264);animation:fall-80 24s -11s linear infinite}@keyframes fall-80{56.409%{transform:translate(96.9501vw,56.409vh) scale(.2264)}to{transform:translate(95.61645vw,99vh) scale(.2264)}}.snow:nth-child(81){opacity:.921;transform:translate(13.8623vw,-10px) scale(.9836);animation:fall-81 30s -11s linear infinite}@keyframes fall-81{47.233%{transform:translate(22.1578vw,47.233vh) scale(.9836)}to{transform:translate(18.01005vw,99vh) scale(.9836)}}.snow:nth-child(82){opacity:1.6364;transform:translate(15.9194vw,-10px) scale(.4395);animation:fall-82 15s -14s linear infinite}@keyframes fall-82{73.528%{transform:translate(10.0737vw,73.528vh) scale(.4395)}to{transform:translate(12.99655vw,99vh) scale(.4395)}}.snow:nth-child(83){opacity:1.66;transform:translate(55.1366vw,-10px) scale(.3832);animation:fall-83 29s -16s linear infinite}@keyframes fall-83{34.176%{transform:translate(53.5325vw,34.176vh) scale(.3832)}to{transform:translate(54.33455vw,99vh) scale(.3832)}}.snow:nth-child(84){opacity:1.6786;transform:translate(64.9405vw,-10px) scale(.3328);animation:fall-84 22s -30s linear infinite}@keyframes fall-84{43.68%{transform:translate(61.5589vw,43.68vh) scale(.3328)}to{transform:translate(63.2497vw,99vh) scale(.3328)}}.snow:nth-child(85){opacity:1.7946;transform:translate(86.4645vw,-10px) scale(.3379);animation:fall-85 15s -22s linear infinite}@keyframes fall-85{64.47%{transform:translate(78.6527vw,64.47vh) scale(.3379)}to{transform:translate(82.5586vw,99vh) scale(.3379)}}.snow:nth-child(86){opacity:1.6708;transform:translate(30.9874vw,-10px) scale(.0464);animation:fall-86 25s -11s linear infinite}@keyframes fall-86{34.962%{transform:translate(40.4454vw,34.962vh) scale(.0464)}to{transform:translate(35.7164vw,99vh) scale(.0464)}}.snow:nth-child(87){opacity:.558;transform:translate(94.9405vw,-10px) scale(.7509);animation:fall-87 26s -5s linear infinite}@keyframes fall-87{35.241%{transform:translate(89.687vw,35.241vh) scale(.7509)}to{transform:translate(92.31375vw,99vh) scale(.7509)}}.snow:nth-child(88){opacity:.6806;transform:translate(11.4414vw,-10px) scale(.8708);animation:fall-88 17s -17s linear infinite}@keyframes fall-88{55.097%{transform:translate(2.3924vw,55.097vh) scale(.8708)}to{transform:translate(6.9169vw,99vh) scale(.8708)}}.snow:nth-child(89){opacity:.4012;transform:translate(20.9369vw,-10px) scale(.8437);animation:fall-89 25s -24s linear infinite}@keyframes fall-89{76.643%{transform:translate(17.1279vw,76.643vh) scale(.8437)}to{transform:translate(19.0324vw,99vh) scale(.8437)}}.snow:nth-child(90){opacity:1.8588;transform:translate(94.2766vw,-10px) scale(.9929);animation:fall-90 18s -26s linear infinite}@keyframes fall-90{60.21%{transform:translate(100.4735vw,60.21vh) scale(.9929)}to{transform:translate(97.37505vw,99vh) scale(.9929)}}.snow:nth-child(91){opacity:.4318;transform:translate(43.3005vw,-10px) scale(.0962);animation:fall-91 10s -16s linear infinite}@keyframes fall-91{32.157%{transform:translate(52.5103vw,32.157vh) scale(.0962)}to{transform:translate(47.9054vw,99vh) scale(.0962)}}.snow:nth-child(92){opacity:.627;transform:translate(84.5682vw,-10px) scale(.4224);animation:fall-92 24s -30s linear infinite}@keyframes fall-92{45.645%{transform:translate(92.6081vw,45.645vh) scale(.4224)}to{transform:translate(88.58815vw,99vh) scale(.4224)}}.snow:nth-child(93){opacity:1.3616;transform:translate(84.5647vw,-10px) scale(.0915);animation:fall-93 25s -22s linear infinite}@keyframes fall-93{68.583%{transform:translate(84.2595vw,68.583vh) scale(.0915)}to{transform:translate(84.4121vw,99vh) scale(.0915)}}.snow:nth-child(94){opacity:.6446;transform:translate(59.7413vw,-10px) scale(.3775);animation:fall-94 12s -27s linear infinite}@keyframes fall-94{34.817%{transform:translate(68.8067vw,34.817vh) scale(.3775)}to{transform:translate(64.274vw,99vh) scale(.3775)}}.snow:nth-child(95){opacity:1.5082;transform:translate(12.9338vw,-10px) scale(.2724);animation:fall-95 22s -15s linear infinite}@keyframes fall-95{75.079%{transform:translate(3.7174vw,75.079vh) scale(.2724)}to{transform:translate(8.3256vw,99vh) scale(.2724)}}.snow:nth-child(96){opacity:1.682;transform:translate(31.9739vw,-10px) scale(.6935);animation:fall-96 28s -4s linear infinite}@keyframes fall-96{46.392%{transform:translate(24.3631vw,46.392vh) scale(.6935)}to{transform:translate(28.1685vw,99vh) scale(.6935)}}.snow:nth-child(97){opacity:1.8814;transform:translate(88.6143vw,-10px) scale(.2934);animation:fall-97 20s -7s linear infinite}@keyframes fall-97{77.797%{transform:translate(80.7475vw,77.797vh) scale(.2934)}to{transform:translate(84.6809vw,99vh) scale(.2934)}}.snow:nth-child(98){opacity:1.0988;transform:translate(94.0534vw,-10px) scale(.4548);animation:fall-98 23s -17s linear infinite}@keyframes fall-98{57.166%{transform:translate(95.4232vw,57.166vh) scale(.4548)}to{transform:translate(94.7383vw,99vh) scale(.4548)}}.snow:nth-child(99){opacity:.571;transform:translate(62.6456vw,-10px) scale(.4853);animation:fall-99 23s -26s linear infinite}@keyframes fall-99{59.004%{transform:translate(61.5417vw,59.004vh) scale(.4853)}to{transform:translate(62.09365vw,99vh) scale(.4853)}}.snow:nth-child(100){opacity:.4896;transform:translate(34.6078vw,-10px) scale(.2173);animation:fall-100 12s -8s linear infinite}@keyframes fall-100{72.827%{transform:translate(33.091vw,72.827vh) scale(.2173)}to{transform:translate(33.8494vw,99vh) scale(.2173)}}.snow:nth-child(101){opacity:1.2346;transform:translate(33.9813vw,-10px) scale(.9617);animation:fall-101 13s -23s linear infinite}@keyframes fall-101{42.254%{transform:translate(42.6317vw,42.254vh) scale(.9617)}to{transform:translate(38.3065vw,99vh) scale(.9617)}}.snow:nth-child(102){opacity:.0266;transform:translate(70.0975vw,-10px) scale(.6502);animation:fall-102 11s -1s linear infinite}@keyframes fall-102{67.024%{transform:translate(67.4143vw,67.024vh) scale(.6502)}to{transform:translate(68.7559vw,99vh) scale(.6502)}}.snow:nth-child(103){opacity:1.0694;transform:translate(66.0222vw,-10px) scale(.9855);animation:fall-103 16s -29s linear infinite}@keyframes fall-103{42.717%{transform:translate(69.9446vw,42.717vh) scale(.9855)}to{transform:translate(67.9834vw,99vh) scale(.9855)}}.snow:nth-child(104){opacity:.8448;transform:translate(81.6317vw,-10px) scale(.5288);animation:fall-104 22s -7s linear infinite}@keyframes fall-104{77.068%{transform:translate(79.5888vw,77.068vh) scale(.5288)}to{transform:translate(80.61025vw,99vh) scale(.5288)}}.snow:nth-child(105){opacity:.6198;transform:translate(59.4606vw,-10px) scale(.9436);animation:fall-105 27s -20s linear infinite}@keyframes fall-105{78.006%{transform:translate(64.0139vw,78.006vh) scale(.9436)}to{transform:translate(61.73725vw,99vh) scale(.9436)}}.snow:nth-child(106){opacity:.3128;transform:translate(84.1836vw,-10px) scale(.0793);animation:fall-106 28s -7s linear infinite}@keyframes fall-106{68.171%{transform:translate(86.5998vw,68.171vh) scale(.0793)}to{transform:translate(85.3917vw,99vh) scale(.0793)}}.snow:nth-child(107){opacity:.571;transform:translate(93.7996vw,-10px) scale(.1244);animation:fall-107 16s -22s linear infinite}@keyframes fall-107{47.313%{transform:translate(88.0636vw,47.313vh) scale(.1244)}to{transform:translate(90.9316vw,99vh) scale(.1244)}}.snow:nth-child(108){opacity:.5018;transform:translate(30.9767vw,-10px) scale(.0841);animation:fall-108 29s -2s linear infinite}@keyframes fall-108{56.641%{transform:translate(22.7121vw,56.641vh) scale(.0841)}to{transform:translate(26.8444vw,99vh) scale(.0841)}}.snow:nth-child(109){opacity:.2934;transform:translate(60.5913vw,-10px) scale(.1948);animation:fall-109 13s -5s linear infinite}@keyframes fall-109{31.738%{transform:translate(54.8167vw,31.738vh) scale(.1948)}to{transform:translate(57.704vw,99vh) scale(.1948)}}.snow:nth-child(110){opacity:.0222;transform:translate(75.5752vw,-10px) scale(.9994);animation:fall-110 21s -7s linear infinite}@keyframes fall-110{38.868%{transform:translate(66.7875vw,38.868vh) scale(.9994)}to{transform:translate(71.18135vw,99vh) scale(.9994)}}.snow:nth-child(111){opacity:.9736;transform:translate(62.3112vw,-10px) scale(.8141);animation:fall-111 16s -12s linear infinite}@keyframes fall-111{72.585%{transform:translate(59.3856vw,72.585vh) scale(.8141)}to{transform:translate(60.8484vw,99vh) scale(.8141)}}.snow:nth-child(112){opacity:.2868;transform:translate(1.46vw,-10px) scale(.082);animation:fall-112 13s -30s linear infinite}@keyframes fall-112{69.189%{transform:translate(-.4303vw,69.189vh) scale(.082)}to{transform:translate(.51485vw,99vh) scale(.082)}}.snow:nth-child(113){opacity:1.6488;transform:translate(75.4604vw,-10px) scale(.2858);animation:fall-113 29s -18s linear infinite}@keyframes fall-113{58.816%{transform:translate(76.3126vw,58.816vh) scale(.2858)}to{transform:translate(75.8865vw,99vh) scale(.2858)}}.snow:nth-child(114){opacity:1.9446;transform:translate(93.471vw,-10px) scale(.8864);animation:fall-114 28s -3s linear infinite}@keyframes fall-114{52.636%{transform:translate(101.0172vw,52.636vh) scale(.8864)}to{transform:translate(97.2441vw,99vh) scale(.8864)}}.snow:nth-child(115){opacity:.8502;transform:translate(37.6694vw,-10px) scale(.5785);animation:fall-115 13s -6s linear infinite}@keyframes fall-115{76.425%{transform:translate(39.1093vw,76.425vh) scale(.5785)}to{transform:translate(38.38935vw,99vh) scale(.5785)}}.snow:nth-child(116){opacity:1.2632;transform:translate(94.2224vw,-10px) scale(.4985);animation:fall-116 25s -26s linear infinite}@keyframes fall-116{77.215%{transform:translate(92.9414vw,77.215vh) scale(.4985)}to{transform:translate(93.5819vw,99vh) scale(.4985)}}.snow:nth-child(117){opacity:.4112;transform:translate(70.3336vw,-10px) scale(.7236);animation:fall-117 27s -17s linear infinite}@keyframes fall-117{62.903%{transform:translate(77.7996vw,62.903vh) scale(.7236)}to{transform:translate(74.0666vw,99vh) scale(.7236)}}.snow:nth-child(118){opacity:.495;transform:translate(79.0199vw,-10px) scale(.139);animation:fall-118 27s -14s linear infinite}@keyframes fall-118{56.038%{transform:translate(72.59vw,56.038vh) scale(.139)}to{transform:translate(75.80495vw,99vh) scale(.139)}}.snow:nth-child(119){opacity:1.0662;transform:translate(31.5099vw,-10px) scale(.8172);animation:fall-119 16s -9s linear infinite}@keyframes fall-119{79.886%{transform:translate(32.3016vw,79.886vh) scale(.8172)}to{transform:translate(31.90575vw,99vh) scale(.8172)}}.snow:nth-child(120){opacity:1.1336;transform:translate(36.0019vw,-10px) scale(.2325);animation:fall-120 23s -11s linear infinite}@keyframes fall-120{59.877%{transform:translate(27.8342vw,59.877vh) scale(.2325)}to{transform:translate(31.91805vw,99vh) scale(.2325)}}.snow:nth-child(121){opacity:1.133;transform:translate(48.704vw,-10px) scale(.7871);animation:fall-121 15s -27s linear infinite}@keyframes fall-121{30.584%{transform:translate(57.5296vw,30.584vh) scale(.7871)}to{transform:translate(53.1168vw,99vh) scale(.7871)}}.snow:nth-child(122){opacity:1.4902;transform:translate(6.7537vw,-10px) scale(.6762);animation:fall-122 17s -25s linear infinite}@keyframes fall-122{42.846%{transform:translate(1.4457vw,42.846vh) scale(.6762)}to{transform:translate(4.0997vw,99vh) scale(.6762)}}.snow:nth-child(123){opacity:.3478;transform:translate(6.3379vw,-10px) scale(.6857);animation:fall-123 30s -5s linear infinite}@keyframes fall-123{43.319%{transform:translate(3.848vw,43.319vh) scale(.6857)}to{transform:translate(5.09295vw,99vh) scale(.6857)}}.snow:nth-child(124){opacity:.112;transform:translate(15.3645vw,-10px) scale(.5917);animation:fall-124 29s -24s linear infinite}@keyframes fall-124{30.762%{transform:translate(13.4051vw,30.762vh) scale(.5917)}to{transform:translate(14.3848vw,99vh) scale(.5917)}}.snow:nth-child(125){opacity:1.1356;transform:translate(39.3244vw,-10px) scale(.5923);animation:fall-125 29s -5s linear infinite}@keyframes fall-125{74.983%{transform:translate(38.6873vw,74.983vh) scale(.5923)}to{transform:translate(39.00585vw,99vh) scale(.5923)}}.snow:nth-child(126){opacity:.5656;transform:translate(41.2403vw,-10px) scale(.8195);animation:fall-126 27s -6s linear infinite}@keyframes fall-126{33.924%{transform:translate(42.5586vw,33.924vh) scale(.8195)}to{transform:translate(41.89945vw,99vh) scale(.8195)}}.snow:nth-child(127){opacity:.0654;transform:translate(66.4753vw,-10px) scale(.6321);animation:fall-127 14s -20s linear infinite}@keyframes fall-127{38.897%{transform:translate(57.5089vw,38.897vh) scale(.6321)}to{transform:translate(61.9921vw,99vh) scale(.6321)}}.snow:nth-child(128){opacity:1.9314;transform:translate(42.4161vw,-10px) scale(.5868);animation:fall-128 18s -9s linear infinite}@keyframes fall-128{48.602%{transform:translate(38.6197vw,48.602vh) scale(.5868)}to{transform:translate(40.5179vw,99vh) scale(.5868)}}.snow:nth-child(129){opacity:1.5124;transform:translate(90.4233vw,-10px) scale(.5915);animation:fall-129 25s -28s linear infinite}@keyframes fall-129{68.172%{transform:translate(82.3383vw,68.172vh) scale(.5915)}to{transform:translate(86.3808vw,99vh) scale(.5915)}}.snow:nth-child(130){opacity:.8024;transform:translate(74.6986vw,-10px) scale(.1528);animation:fall-130 12s -16s linear infinite}@keyframes fall-130{62.299%{transform:translate(81.9556vw,62.299vh) scale(.1528)}to{transform:translate(78.3271vw,99vh) scale(.1528)}}.snow:nth-child(131){opacity:.5002;transform:translate(25.3069vw,-10px) scale(.0534);animation:fall-131 27s -8s linear infinite}@keyframes fall-131{49.073%{transform:translate(32.4978vw,49.073vh) scale(.0534)}to{transform:translate(28.90235vw,99vh) scale(.0534)}}.snow:nth-child(132){opacity:1.1466;transform:translate(18.278vw,-10px) scale(.8941);animation:fall-132 10s -19s linear infinite}@keyframes fall-132{68.541%{transform:translate(20.8122vw,68.541vh) scale(.8941)}to{transform:translate(19.5451vw,99vh) scale(.8941)}}.snow:nth-child(133){opacity:.1414;transform:translate(97.2599vw,-10px) scale(.1295);animation:fall-133 10s -2s linear infinite}@keyframes fall-133{31.325%{transform:translate(98.9609vw,31.325vh) scale(.1295)}to{transform:translate(98.1104vw,99vh) scale(.1295)}}.snow:nth-child(134){opacity:.2736;transform:translate(74.4708vw,-10px) scale(.756);animation:fall-134 26s -4s linear infinite}@keyframes fall-134{53.102%{transform:translate(84.2793vw,53.102vh) scale(.756)}to{transform:translate(79.37505vw,99vh) scale(.756)}}.snow:nth-child(135){opacity:1.3808;transform:translate(3.9705vw,-10px) scale(.0717);animation:fall-135 19s -11s linear infinite}@keyframes fall-135{72.727%{transform:translate(-3.5562vw,72.727vh) scale(.0717)}to{transform:translate(.20715vw,99vh) scale(.0717)}}.snow:nth-child(136){opacity:.9004;transform:translate(79.0857vw,-10px) scale(.1781);animation:fall-136 10s -30s linear infinite}@keyframes fall-136{69.572%{transform:translate(69.1598vw,69.572vh) scale(.1781)}to{transform:translate(74.12275vw,99vh) scale(.1781)}}.snow:nth-child(137){opacity:.444;transform:translate(27.6228vw,-10px) scale(.8893);animation:fall-137 30s -8s linear infinite}@keyframes fall-137{42%{transform:translate(24.0474vw,42vh) scale(.8893)}to{transform:translate(25.8351vw,99vh) scale(.8893)}}.snow:nth-child(138){opacity:1.2998;transform:translate(31.7507vw,-10px) scale(.8799);animation:fall-138 16s -13s linear infinite}@keyframes fall-138{59.079%{transform:translate(23.8493vw,59.079vh) scale(.8799)}to{transform:translate(27.8vw,99vh) scale(.8799)}}.snow:nth-child(139){opacity:.0236;transform:translate(82.5398vw,-10px) scale(.6704);animation:fall-139 21s -28s linear infinite}@keyframes fall-139{46.198%{transform:translate(86.3073vw,46.198vh) scale(.6704)}to{transform:translate(84.42355vw,99vh) scale(.6704)}}.snow:nth-child(140){opacity:.4132;transform:translate(18.1427vw,-10px) scale(.4871);animation:fall-140 13s -15s linear infinite}@keyframes fall-140{65.634%{transform:translate(12.677vw,65.634vh) scale(.4871)}to{transform:translate(15.40985vw,99vh) scale(.4871)}}.snow:nth-child(141){opacity:1.106;transform:translate(85.5844vw,-10px) scale(.0777);animation:fall-141 28s -12s linear infinite}@keyframes fall-141{45.894%{transform:translate(86.3969vw,45.894vh) scale(.0777)}to{transform:translate(85.99065vw,99vh) scale(.0777)}}.snow:nth-child(142){opacity:.3252;transform:translate(75.2138vw,-10px) scale(.1392);animation:fall-142 24s -3s linear infinite}@keyframes fall-142{35.108%{transform:translate(71.9942vw,35.108vh) scale(.1392)}to{transform:translate(73.604vw,99vh) scale(.1392)}}.snow:nth-child(143){opacity:1.3336;transform:translate(58.5272vw,-10px) scale(.9272);animation:fall-143 14s -2s linear infinite}@keyframes fall-143{72.168%{transform:translate(50.5308vw,72.168vh) scale(.9272)}to{transform:translate(54.529vw,99vh) scale(.9272)}}.snow:nth-child(144){opacity:.4672;transform:translate(65.9502vw,-10px) scale(.5537);animation:fall-144 15s -19s linear infinite}@keyframes fall-144{43.769%{transform:translate(67.1208vw,43.769vh) scale(.5537)}to{transform:translate(66.5355vw,99vh) scale(.5537)}}.snow:nth-child(145){opacity:1.4402;transform:translate(37.3734vw,-10px) scale(.2509);animation:fall-145 17s -20s linear infinite}@keyframes fall-145{55.638%{transform:translate(35.2132vw,55.638vh) scale(.2509)}to{transform:translate(36.2933vw,99vh) scale(.2509)}}.snow:nth-child(146){opacity:1.699;transform:translate(69.7373vw,-10px) scale(.6539);animation:fall-146 11s -27s linear infinite}@keyframes fall-146{31.17%{transform:translate(74.3874vw,31.17vh) scale(.6539)}to{transform:translate(72.06235vw,99vh) scale(.6539)}}.snow:nth-child(147){opacity:1.5052;transform:translate(73.9982vw,-10px) scale(.8064);animation:fall-147 10s -11s linear infinite}@keyframes fall-147{30.258%{transform:translate(83.3074vw,30.258vh) scale(.8064)}to{transform:translate(78.6528vw,99vh) scale(.8064)}}.snow:nth-child(148){opacity:1.7352;transform:translate(51.1713vw,-10px) scale(.8019);animation:fall-148 21s -13s linear infinite}@keyframes fall-148{41.323%{transform:translate(58.7709vw,41.323vh) scale(.8019)}to{transform:translate(54.9711vw,99vh) scale(.8019)}}.snow:nth-child(149){opacity:1.7862;transform:translate(34.0505vw,-10px) scale(.4145);animation:fall-149 25s -26s linear infinite}@keyframes fall-149{52.153%{transform:translate(37.7598vw,52.153vh) scale(.4145)}to{transform:translate(35.90515vw,99vh) scale(.4145)}}.snow:nth-child(150){opacity:1.9088;transform:translate(59.3291vw,-10px) scale(.8667);animation:fall-150 26s -28s linear infinite}@keyframes fall-150{32.899%{transform:translate(64.9292vw,32.899vh) scale(.8667)}to{transform:translate(62.12915vw,99vh) scale(.8667)}}.snow:nth-child(151){opacity:1.601;transform:translate(1.6608vw,-10px) scale(.9881);animation:fall-151 21s -14s linear infinite}@keyframes fall-151{43.276%{transform:translate(1.8025vw,43.276vh) scale(.9881)}to{transform:translate(1.73165vw,99vh) scale(.9881)}}.snow:nth-child(152){opacity:.776;transform:translate(45.0031vw,-10px) scale(.8632);animation:fall-152 28s -28s linear infinite}@keyframes fall-152{39.015%{transform:translate(41.7533vw,39.015vh) scale(.8632)}to{transform:translate(43.3782vw,99vh) scale(.8632)}}.snow:nth-child(153){opacity:1.4048;transform:translate(88.4464vw,-10px) scale(.2766);animation:fall-153 15s -18s linear infinite}@keyframes fall-153{57.899%{transform:translate(94.2249vw,57.899vh) scale(.2766)}to{transform:translate(91.33565vw,99vh) scale(.2766)}}.snow:nth-child(154){opacity:1.367;transform:translate(50.2804vw,-10px) scale(.7729);animation:fall-154 12s -28s linear infinite}@keyframes fall-154{39.814%{transform:translate(58.7491vw,39.814vh) scale(.7729)}to{transform:translate(54.51475vw,99vh) scale(.7729)}}.snow:nth-child(155){opacity:1.6848;transform:translate(94.8635vw,-10px) scale(.1065);animation:fall-155 12s -30s linear infinite}@keyframes fall-155{67.789%{transform:translate(90.7413vw,67.789vh) scale(.1065)}to{transform:translate(92.8024vw,99vh) scale(.1065)}}.snow:nth-child(156){opacity:.7282;transform:translate(14.7237vw,-10px) scale(.0859);animation:fall-156 30s -28s linear infinite}@keyframes fall-156{50.859%{transform:translate(11.4719vw,50.859vh) scale(.0859)}to{transform:translate(13.0978vw,99vh) scale(.0859)}}.snow:nth-child(157){opacity:.4084;transform:translate(71.8762vw,-10px) scale(.846);animation:fall-157 20s -10s linear infinite}@keyframes fall-157{79.29%{transform:translate(78.0401vw,79.29vh) scale(.846)}to{transform:translate(74.95815vw,99vh) scale(.846)}}.snow:nth-child(158){opacity:.7272;transform:translate(81.5548vw,-10px) scale(.5901);animation:fall-158 16s -12s linear infinite}@keyframes fall-158{71.685%{transform:translate(85.4232vw,71.685vh) scale(.5901)}to{transform:translate(83.489vw,99vh) scale(.5901)}}.snow:nth-child(159){opacity:1.165;transform:translate(33.5467vw,-10px) scale(.4863);animation:fall-159 25s -20s linear infinite}@keyframes fall-159{57.251%{transform:translate(27.3515vw,57.251vh) scale(.4863)}to{transform:translate(30.4491vw,99vh) scale(.4863)}}.snow:nth-child(160){opacity:.1016;transform:translate(82.1777vw,-10px) scale(.7131);animation:fall-160 19s -8s linear infinite}@keyframes fall-160{70.504%{transform:translate(81.58vw,70.504vh) scale(.7131)}to{transform:translate(81.87885vw,99vh) scale(.7131)}}.snow:nth-child(161){opacity:.6864;transform:translate(23.2577vw,-10px) scale(.5153);animation:fall-161 15s -10s linear infinite}@keyframes fall-161{40.261%{transform:translate(27.187vw,40.261vh) scale(.5153)}to{transform:translate(25.22235vw,99vh) scale(.5153)}}.snow:nth-child(162){opacity:.7444;transform:translate(59.4461vw,-10px) scale(.9071);animation:fall-162 16s -1s linear infinite}@keyframes fall-162{41.518%{transform:translate(62.4921vw,41.518vh) scale(.9071)}to{transform:translate(60.9691vw,99vh) scale(.9071)}}.snow:nth-child(163){opacity:1.3848;transform:translate(53.4857vw,-10px) scale(.6483);animation:fall-163 17s -6s linear infinite}@keyframes fall-163{31.241%{transform:translate(57.1172vw,31.241vh) scale(.6483)}to{transform:translate(55.30145vw,99vh) scale(.6483)}}.snow:nth-child(164){opacity:1.8022;transform:translate(14.1596vw,-10px) scale(.5101);animation:fall-164 13s -15s linear infinite}@keyframes fall-164{37.014%{transform:translate(8.7067vw,37.014vh) scale(.5101)}to{transform:translate(11.43315vw,99vh) scale(.5101)}}.snow:nth-child(165){opacity:1.318;transform:translate(29.0906vw,-10px) scale(.8554);animation:fall-165 21s -8s linear infinite}@keyframes fall-165{44.761%{transform:translate(21.4557vw,44.761vh) scale(.8554)}to{transform:translate(25.27315vw,99vh) scale(.8554)}}.snow:nth-child(166){opacity:.9966;transform:translate(24.2734vw,-10px) scale(.0827);animation:fall-166 24s -18s linear infinite}@keyframes fall-166{63.985%{transform:translate(30.6929vw,63.985vh) scale(.0827)}to{transform:translate(27.48315vw,99vh) scale(.0827)}}.snow:nth-child(167){opacity:1.8744;transform:translate(17.3391vw,-10px) scale(.8935);animation:fall-167 13s -20s linear infinite}@keyframes fall-167{46.386%{transform:translate(19.6584vw,46.386vh) scale(.8935)}to{transform:translate(18.49875vw,99vh) scale(.8935)}}.snow:nth-child(168){opacity:.7436;transform:translate(9.4418vw,-10px) scale(.7334);animation:fall-168 12s -6s linear infinite}@keyframes fall-168{41.764%{transform:translate(6.1392vw,41.764vh) scale(.7334)}to{transform:translate(7.7905vw,99vh) scale(.7334)}}.snow:nth-child(169){opacity:.9178;transform:translate(78.0883vw,-10px) scale(.608);animation:fall-169 20s -10s linear infinite}@keyframes fall-169{41.972%{transform:translate(86.9705vw,41.972vh) scale(.608)}to{transform:translate(82.5294vw,99vh) scale(.608)}}.snow:nth-child(170){opacity:1.2722;transform:translate(70.7901vw,-10px) scale(.8154);animation:fall-170 12s -10s linear infinite}@keyframes fall-170{30.727%{transform:translate(65.0023vw,30.727vh) scale(.8154)}to{transform:translate(67.8962vw,99vh) scale(.8154)}}.snow:nth-child(171){opacity:.8274;transform:translate(58.2987vw,-10px) scale(.723);animation:fall-171 17s -27s linear infinite}@keyframes fall-171{63.974%{transform:translate(51.4302vw,63.974vh) scale(.723)}to{transform:translate(54.86445vw,99vh) scale(.723)}}.snow:nth-child(172){opacity:.052;transform:translate(7.6839vw,-10px) scale(.4037);animation:fall-172 27s -3s linear infinite}@keyframes fall-172{41.358%{transform:translate(4.6163vw,41.358vh) scale(.4037)}to{transform:translate(6.1501vw,99vh) scale(.4037)}}.snow:nth-child(173){opacity:1.8406;transform:translate(41.5228vw,-10px) scale(.9192);animation:fall-173 21s -4s linear infinite}@keyframes fall-173{48.156%{transform:translate(37.2634vw,48.156vh) scale(.9192)}to{transform:translate(39.3931vw,99vh) scale(.9192)}}.snow:nth-child(174){opacity:.5906;transform:translate(8.9504vw,-10px) scale(.5851);animation:fall-174 29s -11s linear infinite}@keyframes fall-174{71.665%{transform:translate(9.6538vw,71.665vh) scale(.5851)}to{transform:translate(9.3021vw,99vh) scale(.5851)}}.snow:nth-child(175){opacity:1.686;transform:translate(95.9473vw,-10px) scale(.7708);animation:fall-175 28s -8s linear infinite}@keyframes fall-175{74.4%{transform:translate(99.1616vw,74.4vh) scale(.7708)}to{transform:translate(97.55445vw,99vh) scale(.7708)}}.snow:nth-child(176){opacity:1.827;transform:translate(25.1234vw,-10px) scale(.1216);animation:fall-176 18s -7s linear infinite}@keyframes fall-176{33%{transform:translate(25.7186vw,33vh) scale(.1216)}to{transform:translate(25.421vw,99vh) scale(.1216)}}.snow:nth-child(177){opacity:1.9958;transform:translate(33.9107vw,-10px) scale(.1988);animation:fall-177 10s -2s linear infinite}@keyframes fall-177{35.287%{transform:translate(39.4784vw,35.287vh) scale(.1988)}to{transform:translate(36.69455vw,99vh) scale(.1988)}}.snow:nth-child(178){opacity:.6424;transform:translate(61.6127vw,-10px) scale(.5638);animation:fall-178 26s -6s linear infinite}@keyframes fall-178{48.418%{transform:translate(56.4717vw,48.418vh) scale(.5638)}to{transform:translate(59.0422vw,99vh) scale(.5638)}}.snow:nth-child(179){opacity:.2934;transform:translate(47.9044vw,-10px) scale(.7573);animation:fall-179 17s -30s linear infinite}@keyframes fall-179{65.94%{transform:translate(54.0036vw,65.94vh) scale(.7573)}to{transform:translate(50.954vw,99vh) scale(.7573)}}.snow:nth-child(180){opacity:.4304;transform:translate(46.2658vw,-10px) scale(.3674);animation:fall-180 19s -22s linear infinite}@keyframes fall-180{63.848%{transform:translate(49.1738vw,63.848vh) scale(.3674)}to{transform:translate(47.7198vw,99vh) scale(.3674)}}.snow:nth-child(181){opacity:1.022;transform:translate(13.0235vw,-10px) scale(.6454);animation:fall-181 27s -23s linear infinite}@keyframes fall-181{79.278%{transform:translate(9.8391vw,79.278vh) scale(.6454)}to{transform:translate(11.4313vw,99vh) scale(.6454)}}.snow:nth-child(182){opacity:1.526;transform:translate(84.3851vw,-10px) scale(.9427);animation:fall-182 10s -5s linear infinite}@keyframes fall-182{34.43%{transform:translate(88.9993vw,34.43vh) scale(.9427)}to{transform:translate(86.6922vw,99vh) scale(.9427)}}.snow:nth-child(183){opacity:.711;transform:translate(6.0584vw,-10px) scale(.7836);animation:fall-183 29s -29s linear infinite}@keyframes fall-183{40.245%{transform:translate(-2.5838vw,40.245vh) scale(.7836)}to{transform:translate(1.7373vw,99vh) scale(.7836)}}.snow:nth-child(184){opacity:.732;transform:translate(66.9472vw,-10px) scale(.5322);animation:fall-184 24s -11s linear infinite}@keyframes fall-184{48.137%{transform:translate(74.9295vw,48.137vh) scale(.5322)}to{transform:translate(70.93835vw,99vh) scale(.5322)}}.snow:nth-child(185){opacity:1.2324;transform:translate(17.2878vw,-10px) scale(.8757);animation:fall-185 10s -24s linear infinite}@keyframes fall-185{42.367%{transform:translate(25.9246vw,42.367vh) scale(.8757)}to{transform:translate(21.6062vw,99vh) scale(.8757)}}.snow:nth-child(186){opacity:.9644;transform:translate(51.1238vw,-10px) scale(.6553);animation:fall-186 19s -19s linear infinite}@keyframes fall-186{38.91%{transform:translate(60.5833vw,38.91vh) scale(.6553)}to{transform:translate(55.85355vw,99vh) scale(.6553)}}.snow:nth-child(187){opacity:1.7782;transform:translate(14.5879vw,-10px) scale(.2938);animation:fall-187 18s -20s linear infinite}@keyframes fall-187{58.646%{transform:translate(23.3394vw,58.646vh) scale(.2938)}to{transform:translate(18.96365vw,99vh) scale(.2938)}}.snow:nth-child(188){opacity:.634;transform:translate(54.0587vw,-10px) scale(.4398);animation:fall-188 28s -1s linear infinite}@keyframes fall-188{69.006%{transform:translate(48.8871vw,69.006vh) scale(.4398)}to{transform:translate(51.4729vw,99vh) scale(.4398)}}.snow:nth-child(189){opacity:.9926;transform:translate(4.4294vw,-10px) scale(.5784);animation:fall-189 25s -17s linear infinite}@keyframes fall-189{34.144%{transform:translate(.867vw,34.144vh) scale(.5784)}to{transform:translate(2.6482vw,99vh) scale(.5784)}}.snow:nth-child(190){opacity:.912;transform:translate(34.3876vw,-10px) scale(.6621);animation:fall-190 11s -5s linear infinite}@keyframes fall-190{74.706%{transform:translate(35.5656vw,74.706vh) scale(.6621)}to{transform:translate(34.9766vw,99vh) scale(.6621)}}.snow:nth-child(191){opacity:.502;transform:translate(28.129vw,-10px) scale(.5848);animation:fall-191 30s -7s linear infinite}@keyframes fall-191{55.352%{transform:translate(32.5187vw,55.352vh) scale(.5848)}to{transform:translate(30.32385vw,99vh) scale(.5848)}}.snow:nth-child(192){opacity:1.3656;transform:translate(91.841vw,-10px) scale(.6385);animation:fall-192 25s -7s linear infinite}@keyframes fall-192{61.011%{transform:translate(95.1216vw,61.011vh) scale(.6385)}to{transform:translate(93.4813vw,99vh) scale(.6385)}}.snow:nth-child(193){opacity:.5578;transform:translate(61.7327vw,-10px) scale(.6434);animation:fall-193 19s -20s linear infinite}@keyframes fall-193{35.899%{transform:translate(65.6734vw,35.899vh) scale(.6434)}to{transform:translate(63.70305vw,99vh) scale(.6434)}}.snow:nth-child(194){opacity:1.1728;transform:translate(45.4571vw,-10px) scale(.5431);animation:fall-194 26s -12s linear infinite}@keyframes fall-194{30.212%{transform:translate(37.7799vw,30.212vh) scale(.5431)}to{transform:translate(41.6185vw,99vh) scale(.5431)}}.snow:nth-child(195){opacity:1.5718;transform:translate(13.3565vw,-10px) scale(.2939);animation:fall-195 25s -29s linear infinite}@keyframes fall-195{70.973%{transform:translate(9.5285vw,70.973vh) scale(.2939)}to{transform:translate(11.4425vw,99vh) scale(.2939)}}.snow:nth-child(196){opacity:.9274;transform:translate(98.384vw,-10px) scale(.0179);animation:fall-196 27s -18s linear infinite}@keyframes fall-196{67.709%{transform:translate(89.7465vw,67.709vh) scale(.0179)}to{transform:translate(94.06525vw,99vh) scale(.0179)}}.snow:nth-child(197){opacity:.069;transform:translate(56.0154vw,-10px) scale(.9116);animation:fall-197 13s -9s linear infinite}@keyframes fall-197{70.033%{transform:translate(50.5142vw,70.033vh) scale(.9116)}to{transform:translate(53.2648vw,99vh) scale(.9116)}}.snow:nth-child(198){opacity:1.731;transform:translate(54.7956vw,-10px) scale(.8719);animation:fall-198 25s -25s linear infinite}@keyframes fall-198{79.749%{transform:translate(56.2152vw,79.749vh) scale(.8719)}to{transform:translate(55.5054vw,99vh) scale(.8719)}}.snow:nth-child(199){opacity:1.9672;transform:translate(27.1925vw,-10px) scale(.6589);animation:fall-199 27s -26s linear infinite}@keyframes fall-199{75.149%{transform:translate(26.4363vw,75.149vh) scale(.6589)}to{transform:translate(26.8144vw,99vh) scale(.6589)}}.snow:nth-child(200){opacity:.1184;transform:translate(47.1838vw,-10px) scale(.4515);animation:fall-200 19s -24s linear infinite}@keyframes fall-200{31.309%{transform:translate(44.9134vw,31.309vh) scale(.4515)}to{transform:translate(46.0486vw,99vh) scale(.4515)}}.snow:nth-child(201){opacity:.5324;transform:translate(93.4656vw,-10px) scale(.4072);animation:fall-201 27s -6s linear infinite}@keyframes fall-201{59.438%{transform:translate(84.2752vw,59.438vh) scale(.4072)}to{transform:translate(88.8704vw,99vh) scale(.4072)}}.snow:nth-child(202){opacity:1.2828;transform:translate(9.0428vw,-10px) scale(.2814);animation:fall-202 24s -3s linear infinite}@keyframes fall-202{47.076%{transform:translate(12.6242vw,47.076vh) scale(.2814)}to{transform:translate(10.8335vw,99vh) scale(.2814)}}.snow:nth-child(203){opacity:.2228;transform:translate(30.8875vw,-10px) scale(.28);animation:fall-203 18s -5s linear infinite}@keyframes fall-203{58.956%{transform:translate(26.3502vw,58.956vh) scale(.28)}to{transform:translate(28.61885vw,99vh) scale(.28)}}.snow:nth-child(204){opacity:.6968;transform:translate(11.9185vw,-10px) scale(.119);animation:fall-204 10s -19s linear infinite}@keyframes fall-204{47.028%{transform:translate(5.3892vw,47.028vh) scale(.119)}to{transform:translate(8.65385vw,99vh) scale(.119)}}.snow:nth-child(205){opacity:.4216;transform:translate(53.5132vw,-10px) scale(.759);animation:fall-205 14s -14s linear infinite}@keyframes fall-205{59.798%{transform:translate(51.594vw,59.798vh) scale(.759)}to{transform:translate(52.5536vw,99vh) scale(.759)}}.snow:nth-child(206){opacity:.069;transform:translate(67.8534vw,-10px) scale(.7289);animation:fall-206 29s -8s linear infinite}@keyframes fall-206{34.864%{transform:translate(63.4231vw,34.864vh) scale(.7289)}to{transform:translate(65.63825vw,99vh) scale(.7289)}}.snow:nth-child(207){opacity:1.024;transform:translate(38.2445vw,-10px) scale(.6172);animation:fall-207 14s -26s linear infinite}@keyframes fall-207{71.779%{transform:translate(48.1334vw,71.779vh) scale(.6172)}to{transform:translate(43.18895vw,99vh) scale(.6172)}}.snow:nth-child(208){opacity:.2284;transform:translate(75.0715vw,-10px) scale(.0611);animation:fall-208 19s -27s linear infinite}@keyframes fall-208{78.047%{transform:translate(73.7232vw,78.047vh) scale(.0611)}to{transform:translate(74.39735vw,99vh) scale(.0611)}}.snow:nth-child(209){opacity:1.1312;transform:translate(87.8527vw,-10px) scale(.6922);animation:fall-209 13s -4s linear infinite}@keyframes fall-209{72.316%{transform:translate(81.9575vw,72.316vh) scale(.6922)}to{transform:translate(84.9051vw,99vh) scale(.6922)}}.snow:nth-child(210){opacity:.055;transform:translate(40.567vw,-10px) scale(.2975);animation:fall-210 26s -27s linear infinite}@keyframes fall-210{74.947%{transform:translate(32.4504vw,74.947vh) scale(.2975)}to{transform:translate(36.5087vw,99vh) scale(.2975)}}.snow:nth-child(211){opacity:1.6038;transform:translate(39.9748vw,-10px) scale(.6965);animation:fall-211 29s -10s linear infinite}@keyframes fall-211{58.123%{transform:translate(46.2759vw,58.123vh) scale(.6965)}to{transform:translate(43.12535vw,99vh) scale(.6965)}}.snow:nth-child(212){opacity:1.7514;transform:translate(50.2165vw,-10px) scale(.2442);animation:fall-212 18s -7s linear infinite}@keyframes fall-212{62.805%{transform:translate(53.4253vw,62.805vh) scale(.2442)}to{transform:translate(51.8209vw,99vh) scale(.2442)}}.snow:nth-child(213){opacity:1.4276;transform:translate(47.894vw,-10px) scale(.6611);animation:fall-213 10s -21s linear infinite}@keyframes fall-213{74.085%{transform:translate(51.682vw,74.085vh) scale(.6611)}to{transform:translate(49.788vw,99vh) scale(.6611)}}.snow:nth-child(214){opacity:.3614;transform:translate(20.7712vw,-10px) scale(.4584);animation:fall-214 28s -17s linear infinite}@keyframes fall-214{42.677%{transform:translate(13.0082vw,42.677vh) scale(.4584)}to{transform:translate(16.8897vw,99vh) scale(.4584)}}.snow:nth-child(215){opacity:.1182;transform:translate(8.5214vw,-10px) scale(.7757);animation:fall-215 11s -16s linear infinite}@keyframes fall-215{33.049%{transform:translate(4.1213vw,33.049vh) scale(.7757)}to{transform:translate(6.32135vw,99vh) scale(.7757)}}.snow:nth-child(216){opacity:.083;transform:translate(10.7692vw,-10px) scale(.4361);animation:fall-216 12s -27s linear infinite}@keyframes fall-216{45.516%{transform:translate(7.4552vw,45.516vh) scale(.4361)}to{transform:translate(9.1122vw,99vh) scale(.4361)}}.snow:nth-child(217){opacity:1.3758;transform:translate(94.6213vw,-10px) scale(.6498);animation:fall-217 23s -28s linear infinite}@keyframes fall-217{33.948%{transform:translate(86.8435vw,33.948vh) scale(.6498)}to{transform:translate(90.7324vw,99vh) scale(.6498)}}.snow:nth-child(218){opacity:1.8954;transform:translate(93.5937vw,-10px) scale(.5535);animation:fall-218 30s -15s linear infinite}@keyframes fall-218{63.539%{transform:translate(84.6043vw,63.539vh) scale(.5535)}to{transform:translate(89.099vw,99vh) scale(.5535)}}.snow:nth-child(219){opacity:1.4794;transform:translate(45.1498vw,-10px) scale(.8372);animation:fall-219 11s -7s linear infinite}@keyframes fall-219{71.683%{transform:translate(35.2203vw,71.683vh) scale(.8372)}to{transform:translate(40.18505vw,99vh) scale(.8372)}}.snow:nth-child(220){opacity:.9642;transform:translate(85.3987vw,-10px) scale(.8465);animation:fall-220 28s -16s linear infinite}@keyframes fall-220{44.71%{transform:translate(87.0964vw,44.71vh) scale(.8465)}to{transform:translate(86.24755vw,99vh) scale(.8465)}}.snow:nth-child(221){opacity:.9592;transform:translate(28.985vw,-10px) scale(.7843);animation:fall-221 15s -7s linear infinite}@keyframes fall-221{79.403%{transform:translate(32.2514vw,79.403vh) scale(.7843)}to{transform:translate(30.6182vw,99vh) scale(.7843)}}.snow:nth-child(222){opacity:.207;transform:translate(41.9156vw,-10px) scale(.4487);animation:fall-222 24s -27s linear infinite}@keyframes fall-222{77.878%{transform:translate(46.1044vw,77.878vh) scale(.4487)}to{transform:translate(44.01vw,99vh) scale(.4487)}}.snow:nth-child(223){opacity:.4578;transform:translate(31.1013vw,-10px) scale(.5683);animation:fall-223 26s -20s linear infinite}@keyframes fall-223{59.861%{transform:translate(25.0338vw,59.861vh) scale(.5683)}to{transform:translate(28.06755vw,99vh) scale(.5683)}}.snow:nth-child(224){opacity:.2904;transform:translate(16.3178vw,-10px) scale(.0645);animation:fall-224 28s -26s linear infinite}@keyframes fall-224{66.48%{transform:translate(19.1988vw,66.48vh) scale(.0645)}to{transform:translate(17.7583vw,99vh) scale(.0645)}}.snow:nth-child(225){opacity:1.803;transform:translate(75.9114vw,-10px) scale(.5747);animation:fall-225 23s -3s linear infinite}@keyframes fall-225{78.527%{transform:translate(81.3243vw,78.527vh) scale(.5747)}to{transform:translate(78.61785vw,99vh) scale(.5747)}}.snow:nth-child(226){opacity:1.3298;transform:translate(18.9062vw,-10px) scale(.2018);animation:fall-226 15s -1s linear infinite}@keyframes fall-226{47.892%{transform:translate(14.4533vw,47.892vh) scale(.2018)}to{transform:translate(16.67975vw,99vh) scale(.2018)}}.snow:nth-child(227){opacity:.6116;transform:translate(49.0375vw,-10px) scale(.6692);animation:fall-227 12s -30s linear infinite}@keyframes fall-227{38.867%{transform:translate(43.4377vw,38.867vh) scale(.6692)}to{transform:translate(46.2376vw,99vh) scale(.6692)}}.snow:nth-child(228){opacity:1.905;transform:translate(28.7671vw,-10px) scale(.1112);animation:fall-228 23s -1s linear infinite}@keyframes fall-228{35.657%{transform:translate(34.3521vw,35.657vh) scale(.1112)}to{transform:translate(31.5596vw,99vh) scale(.1112)}}.snow:nth-child(229){opacity:1.0822;transform:translate(76.1687vw,-10px) scale(.7928);animation:fall-229 20s -18s linear infinite}@keyframes fall-229{30.379%{transform:translate(69.9075vw,30.379vh) scale(.7928)}to{transform:translate(73.0381vw,99vh) scale(.7928)}}.snow:nth-child(230){opacity:1.2542;transform:translate(44.9047vw,-10px) scale(.6127);animation:fall-230 13s -5s linear infinite}@keyframes fall-230{48.514%{transform:translate(36.9684vw,48.514vh) scale(.6127)}to{transform:translate(40.93655vw,99vh) scale(.6127)}}.snow:nth-child(231){opacity:1.0068;transform:translate(11.0669vw,-10px) scale(.1642);animation:fall-231 13s -16s linear infinite}@keyframes fall-231{50.106%{transform:translate(14.8609vw,50.106vh) scale(.1642)}to{transform:translate(12.9639vw,99vh) scale(.1642)}}.snow:nth-child(232){opacity:1.0402;transform:translate(9.7341vw,-10px) scale(.6115);animation:fall-232 17s -20s linear infinite}@keyframes fall-232{79.689%{transform:translate(9.0997vw,79.689vh) scale(.6115)}to{transform:translate(9.4169vw,99vh) scale(.6115)}}.snow:nth-child(233){opacity:.4498;transform:translate(13.0984vw,-10px) scale(.5494);animation:fall-233 15s -3s linear infinite}@keyframes fall-233{36.95%{transform:translate(16.1282vw,36.95vh) scale(.5494)}to{transform:translate(14.6133vw,99vh) scale(.5494)}}.snow:nth-child(234){opacity:.2522;transform:translate(78.8216vw,-10px) scale(.114);animation:fall-234 14s -28s linear infinite}@keyframes fall-234{68.884%{transform:translate(87.5875vw,68.884vh) scale(.114)}to{transform:translate(83.20455vw,99vh) scale(.114)}}.snow:nth-child(235){opacity:1.3956;transform:translate(97.3745vw,-10px) scale(.2975);animation:fall-235 17s -27s linear infinite}@keyframes fall-235{52.552%{transform:translate(103.7601vw,52.552vh) scale(.2975)}to{transform:translate(100.5673vw,99vh) scale(.2975)}}.snow:nth-child(236){opacity:.5184;transform:translate(23.8826vw,-10px) scale(.9268);animation:fall-236 21s -21s linear infinite}@keyframes fall-236{60.755%{transform:translate(27.8698vw,60.755vh) scale(.9268)}to{transform:translate(25.8762vw,99vh) scale(.9268)}}.snow:nth-child(237){opacity:.4766;transform:translate(56.3484vw,-10px) scale(.1465);animation:fall-237 20s -21s linear infinite}@keyframes fall-237{32.907%{transform:translate(50.5331vw,32.907vh) scale(.1465)}to{transform:translate(53.44075vw,99vh) scale(.1465)}}.snow:nth-child(238){opacity:.0288;transform:translate(29.451vw,-10px) scale(.3019);animation:fall-238 11s -24s linear infinite}@keyframes fall-238{60.851%{transform:translate(22.4017vw,60.851vh) scale(.3019)}to{transform:translate(25.92635vw,99vh) scale(.3019)}}.snow:nth-child(239){opacity:.8976;transform:translate(71.1184vw,-10px) scale(.7426);animation:fall-239 11s -23s linear infinite}@keyframes fall-239{33.098%{transform:translate(69.34vw,33.098vh) scale(.7426)}to{transform:translate(70.2292vw,99vh) scale(.7426)}}.snow:nth-child(240){opacity:1.0596;transform:translate(21.4735vw,-10px) scale(.4204);animation:fall-240 14s -26s linear infinite}@keyframes fall-240{60.092%{transform:translate(18.1926vw,60.092vh) scale(.4204)}to{transform:translate(19.83305vw,99vh) scale(.4204)}}.snow:nth-child(241){opacity:.5968;transform:translate(80.1916vw,-10px) scale(.5882);animation:fall-241 27s -26s linear infinite}@keyframes fall-241{33.985%{transform:translate(84.3831vw,33.985vh) scale(.5882)}to{transform:translate(82.28735vw,99vh) scale(.5882)}}.snow:nth-child(242){opacity:1.512;transform:translate(33.8856vw,-10px) scale(.9083);animation:fall-242 30s -5s linear infinite}@keyframes fall-242{68.244%{transform:translate(24.9086vw,68.244vh) scale(.9083)}to{transform:translate(29.3971vw,99vh) scale(.9083)}}.snow:nth-child(243){opacity:.3556;transform:translate(69.7036vw,-10px) scale(.6359);animation:fall-243 29s -15s linear infinite}@keyframes fall-243{58.227%{transform:translate(59.8214vw,58.227vh) scale(.6359)}to{transform:translate(64.7625vw,99vh) scale(.6359)}}.snow:nth-child(244){opacity:1.7316;transform:translate(9.5523vw,-10px) scale(.3391);animation:fall-244 29s -9s linear infinite}@keyframes fall-244{34.593%{transform:translate(1.2125vw,34.593vh) scale(.3391)}to{transform:translate(5.3824vw,99vh) scale(.3391)}}.snow:nth-child(245){opacity:1.7496;transform:translate(93.0766vw,-10px) scale(.269);animation:fall-245 27s -25s linear infinite}@keyframes fall-245{72.572%{transform:translate(93.6171vw,72.572vh) scale(.269)}to{transform:translate(93.34685vw,99vh) scale(.269)}}.snow:nth-child(246){opacity:.28;transform:translate(24.7161vw,-10px) scale(.3221);animation:fall-246 13s -23s linear infinite}@keyframes fall-246{45.796%{transform:translate(26.769vw,45.796vh) scale(.3221)}to{transform:translate(25.74255vw,99vh) scale(.3221)}}.snow:nth-child(247){opacity:1.2688;transform:translate(6.7384vw,-10px) scale(.2907);animation:fall-247 16s -11s linear infinite}@keyframes fall-247{30.797%{transform:translate(7.5964vw,30.797vh) scale(.2907)}to{transform:translate(7.1674vw,99vh) scale(.2907)}}.snow:nth-child(248){opacity:1.4808;transform:translate(32.2413vw,-10px) scale(.5265);animation:fall-248 13s -12s linear infinite}@keyframes fall-248{41.265%{transform:translate(40.342vw,41.265vh) scale(.5265)}to{transform:translate(36.29165vw,99vh) scale(.5265)}}.snow:nth-child(249){opacity:1.5096;transform:translate(99.1921vw,-10px) scale(.859);animation:fall-249 29s -20s linear infinite}@keyframes fall-249{36.297%{transform:translate(96.9458vw,36.297vh) scale(.859)}to{transform:translate(98.06895vw,99vh) scale(.859)}}.snow:nth-child(250){opacity:1.386;transform:translate(23.231vw,-10px) scale(.2676);animation:fall-250 24s -9s linear infinite}@keyframes fall-250{62.931%{transform:translate(16.9139vw,62.931vh) scale(.2676)}to{transform:translate(20.07245vw,99vh) scale(.2676)}}.snow:nth-child(251){opacity:1.2282;transform:translate(34.8627vw,-10px) scale(.9057);animation:fall-251 26s -20s linear infinite}@keyframes fall-251{76.12%{transform:translate(25.3188vw,76.12vh) scale(.9057)}to{transform:translate(30.09075vw,99vh) scale(.9057)}}.snow:nth-child(252){opacity:.3374;transform:translate(75.6081vw,-10px) scale(.8204);animation:fall-252 10s -8s linear infinite}@keyframes fall-252{46.285%{transform:translate(68.1108vw,46.285vh) scale(.8204)}to{transform:translate(71.85945vw,99vh) scale(.8204)}}.snow:nth-child(253){opacity:.4774;transform:translate(99.8323vw,-10px) scale(.9087);animation:fall-253 21s -28s linear infinite}@keyframes fall-253{41.206%{transform:translate(98.9398vw,41.206vh) scale(.9087)}to{transform:translate(99.38605vw,99vh) scale(.9087)}}.snow:nth-child(254){opacity:1.0684;transform:translate(44.9769vw,-10px) scale(.7737);animation:fall-254 10s -30s linear infinite}@keyframes fall-254{50.668%{transform:translate(39.0233vw,50.668vh) scale(.7737)}to{transform:translate(42.0001vw,99vh) scale(.7737)}}.snow:nth-child(255){opacity:1.827;transform:translate(96.127vw,-10px) scale(.9798);animation:fall-255 15s -9s linear infinite}@keyframes fall-255{49.368%{transform:translate(96.8322vw,49.368vh) scale(.9798)}to{transform:translate(96.4796vw,99vh) scale(.9798)}}.snow:nth-child(256){opacity:1.422;transform:translate(62.821vw,-10px) scale(.585);animation:fall-256 28s -23s linear infinite}@keyframes fall-256{79.962%{transform:translate(59.917vw,79.962vh) scale(.585)}to{transform:translate(61.369vw,99vh) scale(.585)}}.snow:nth-child(257){opacity:1.2944;transform:translate(44.578vw,-10px) scale(.5639);animation:fall-257 28s -3s linear infinite}@keyframes fall-257{42.239%{transform:translate(43.0923vw,42.239vh) scale(.5639)}to{transform:translate(43.83515vw,99vh) scale(.5639)}}.snow:nth-child(258){opacity:.9432;transform:translate(79.6936vw,-10px) scale(.3411);animation:fall-258 30s -5s linear infinite}@keyframes fall-258{59.896%{transform:translate(83.6719vw,59.896vh) scale(.3411)}to{transform:translate(81.68275vw,99vh) scale(.3411)}}.snow:nth-child(259){opacity:.7868;transform:translate(97.8936vw,-10px) scale(.1252);animation:fall-259 20s -22s linear infinite}@keyframes fall-259{47.245%{transform:translate(90.5031vw,47.245vh) scale(.1252)}to{transform:translate(94.19835vw,99vh) scale(.1252)}}.snow:nth-child(260){opacity:.299;transform:translate(32.082vw,-10px) scale(.8244);animation:fall-260 27s -22s linear infinite}@keyframes fall-260{66.61%{transform:translate(40.9612vw,66.61vh) scale(.8244)}to{transform:translate(36.5216vw,99vh) scale(.8244)}}.snow:nth-child(261){opacity:1.6922;transform:translate(45.3126vw,-10px) scale(.5343);animation:fall-261 12s -17s linear infinite}@keyframes fall-261{37.122%{transform:translate(44.7114vw,37.122vh) scale(.5343)}to{transform:translate(45.012vw,99vh) scale(.5343)}}.snow:nth-child(262){opacity:1.2468;transform:translate(90.6985vw,-10px) scale(.2284);animation:fall-262 27s -27s linear infinite}@keyframes fall-262{34.923%{transform:translate(92.1884vw,34.923vh) scale(.2284)}to{transform:translate(91.44345vw,99vh) scale(.2284)}}.snow:nth-child(263){opacity:1.1052;transform:translate(87.5119vw,-10px) scale(.6995);animation:fall-263 16s -29s linear infinite}@keyframes fall-263{58.583%{transform:translate(86.8532vw,58.583vh) scale(.6995)}to{transform:translate(87.18255vw,99vh) scale(.6995)}}.snow:nth-child(264){opacity:.8284;transform:translate(.2769vw,-10px) scale(.0201);animation:fall-264 25s -18s linear infinite}@keyframes fall-264{34.944%{transform:translate(-4.9474vw,34.944vh) scale(.0201)}to{transform:translate(-2.33525vw,99vh) scale(.0201)}}.snow:nth-child(265){opacity:1.7528;transform:translate(45.9097vw,-10px) scale(.7285);animation:fall-265 15s -23s linear infinite}@keyframes fall-265{59.964%{transform:translate(38.7742vw,59.964vh) scale(.7285)}to{transform:translate(42.34195vw,99vh) scale(.7285)}}.snow:nth-child(266){opacity:.0574;transform:translate(37.7547vw,-10px) scale(.5792);animation:fall-266 30s -26s linear infinite}@keyframes fall-266{35.802%{transform:translate(41.0454vw,35.802vh) scale(.5792)}to{transform:translate(39.40005vw,99vh) scale(.5792)}}.snow:nth-child(267){opacity:1.3662;transform:translate(44.4998vw,-10px) scale(.8418);animation:fall-267 20s -9s linear infinite}@keyframes fall-267{33.009%{transform:translate(35.5062vw,33.009vh) scale(.8418)}to{transform:translate(40.003vw,99vh) scale(.8418)}}.snow:nth-child(268){opacity:1.1186;transform:translate(28.1564vw,-10px) scale(.2305);animation:fall-268 13s -11s linear infinite}@keyframes fall-268{79.699%{transform:translate(18.6988vw,79.699vh) scale(.2305)}to{transform:translate(23.4276vw,99vh) scale(.2305)}}.snow:nth-child(269){opacity:.0738;transform:translate(34.4385vw,-10px) scale(.3214);animation:fall-269 19s -3s linear infinite}@keyframes fall-269{39.296%{transform:translate(40.8494vw,39.296vh) scale(.3214)}to{transform:translate(37.64395vw,99vh) scale(.3214)}}.snow:nth-child(270){opacity:.7624;transform:translate(81.2388vw,-10px) scale(.639);animation:fall-270 24s -25s linear infinite}@keyframes fall-270{49.751%{transform:translate(74.9676vw,49.751vh) scale(.639)}to{transform:translate(78.1032vw,99vh) scale(.639)}}.snow:nth-child(271){opacity:1.2054;transform:translate(63.4645vw,-10px) scale(.8658);animation:fall-271 13s -16s linear infinite}@keyframes fall-271{75.3%{transform:translate(66.6822vw,75.3vh) scale(.8658)}to{transform:translate(65.07335vw,99vh) scale(.8658)}}.snow:nth-child(272){opacity:.2218;transform:translate(72.0098vw,-10px) scale(.058);animation:fall-272 26s -25s linear infinite}@keyframes fall-272{44.442%{transform:translate(67.791vw,44.442vh) scale(.058)}to{transform:translate(69.9004vw,99vh) scale(.058)}}.snow:nth-child(273){opacity:1.746;transform:translate(40.3694vw,-10px) scale(.2517);animation:fall-273 14s -29s linear infinite}@keyframes fall-273{79.358%{transform:translate(44.1455vw,79.358vh) scale(.2517)}to{transform:translate(42.25745vw,99vh) scale(.2517)}}.snow:nth-child(274){opacity:.5996;transform:translate(92.6501vw,-10px) scale(.8632);animation:fall-274 18s -7s linear infinite}@keyframes fall-274{79.486%{transform:translate(89.637vw,79.486vh) scale(.8632)}to{transform:translate(91.14355vw,99vh) scale(.8632)}}.snow:nth-child(275){opacity:1.3368;transform:translate(71.22vw,-10px) scale(.8161);animation:fall-275 18s -12s linear infinite}@keyframes fall-275{37.003%{transform:translate(68.2378vw,37.003vh) scale(.8161)}to{transform:translate(69.7289vw,99vh) scale(.8161)}}.snow:nth-child(276){opacity:.2478;transform:translate(28.5924vw,-10px) scale(.3635);animation:fall-276 13s -3s linear infinite}@keyframes fall-276{36.067%{transform:translate(19.6879vw,36.067vh) scale(.3635)}to{transform:translate(24.14015vw,99vh) scale(.3635)}}.snow:nth-child(277){opacity:1.5598;transform:translate(79.7144vw,-10px) scale(.0372);animation:fall-277 23s -7s linear infinite}@keyframes fall-277{47.229%{transform:translate(87.3913vw,47.229vh) scale(.0372)}to{transform:translate(83.55285vw,99vh) scale(.0372)}}.snow:nth-child(278){opacity:1.265;transform:translate(32.3072vw,-10px) scale(.8141);animation:fall-278 12s -21s linear infinite}@keyframes fall-278{37.239%{transform:translate(36.8333vw,37.239vh) scale(.8141)}to{transform:translate(34.57025vw,99vh) scale(.8141)}}.snow:nth-child(279){opacity:1.783;transform:translate(18.9945vw,-10px) scale(.3509);animation:fall-279 14s -21s linear infinite}@keyframes fall-279{57.092%{transform:translate(28.226vw,57.092vh) scale(.3509)}to{transform:translate(23.61025vw,99vh) scale(.3509)}}.snow:nth-child(280){opacity:1.6842;transform:translate(66.6664vw,-10px) scale(.7499);animation:fall-280 16s -24s linear infinite}@keyframes fall-280{33.488%{transform:translate(73.8364vw,33.488vh) scale(.7499)}to{transform:translate(70.2514vw,99vh) scale(.7499)}}.snow:nth-child(281){opacity:.1884;transform:translate(77.9991vw,-10px) scale(.4877);animation:fall-281 19s -27s linear infinite}@keyframes fall-281{43.102%{transform:translate(80.8141vw,43.102vh) scale(.4877)}to{transform:translate(79.4066vw,99vh) scale(.4877)}}.snow:nth-child(282){opacity:1.547;transform:translate(61.3447vw,-10px) scale(.1972);animation:fall-282 22s -24s linear infinite}@keyframes fall-282{79.922%{transform:translate(68.0117vw,79.922vh) scale(.1972)}to{transform:translate(64.6782vw,99vh) scale(.1972)}}.snow:nth-child(283){opacity:1.5382;transform:translate(96.7618vw,-10px) scale(.3533);animation:fall-283 23s -15s linear infinite}@keyframes fall-283{79.758%{transform:translate(87.1078vw,79.758vh) scale(.3533)}to{transform:translate(91.9348vw,99vh) scale(.3533)}}.snow:nth-child(284){opacity:1.0834;transform:translate(14.8117vw,-10px) scale(.713);animation:fall-284 13s -10s linear infinite}@keyframes fall-284{75.086%{transform:translate(4.9866vw,75.086vh) scale(.713)}to{transform:translate(9.89915vw,99vh) scale(.713)}}.snow:nth-child(285){opacity:.1678;transform:translate(67.0002vw,-10px) scale(.8598);animation:fall-285 21s -6s linear infinite}@keyframes fall-285{71.495%{transform:translate(58.5194vw,71.495vh) scale(.8598)}to{transform:translate(62.7598vw,99vh) scale(.8598)}}.snow:nth-child(286){opacity:1.9264;transform:translate(3.8233vw,-10px) scale(.3498);animation:fall-286 25s -10s linear infinite}@keyframes fall-286{71.4%{transform:translate(5.2128vw,71.4vh) scale(.3498)}to{transform:translate(4.51805vw,99vh) scale(.3498)}}.snow:nth-child(287){opacity:.0524;transform:translate(32.5915vw,-10px) scale(.2433);animation:fall-287 17s -8s linear infinite}@keyframes fall-287{62.098%{transform:translate(41.5304vw,62.098vh) scale(.2433)}to{transform:translate(37.06095vw,99vh) scale(.2433)}}.snow:nth-child(288){opacity:.7058;transform:translate(16.4948vw,-10px) scale(.8694);animation:fall-288 26s -12s linear infinite}@keyframes fall-288{55.775%{transform:translate(21.9564vw,55.775vh) scale(.8694)}to{transform:translate(19.2256vw,99vh) scale(.8694)}}.snow:nth-child(289){opacity:.8432;transform:translate(16.1027vw,-10px) scale(.1468);animation:fall-289 15s -6s linear infinite}@keyframes fall-289{72.552%{transform:translate(7.6032vw,72.552vh) scale(.1468)}to{transform:translate(11.85295vw,99vh) scale(.1468)}}.snow:nth-child(290){opacity:.3474;transform:translate(19.9284vw,-10px) scale(.984);animation:fall-290 20s -6s linear infinite}@keyframes fall-290{60.435%{transform:translate(12.2005vw,60.435vh) scale(.984)}to{transform:translate(16.06445vw,99vh) scale(.984)}}.snow:nth-child(291){opacity:1.5052;transform:translate(63.0172vw,-10px) scale(.9819);animation:fall-291 26s -1s linear infinite}@keyframes fall-291{60.219%{transform:translate(72.4042vw,60.219vh) scale(.9819)}to{transform:translate(67.7107vw,99vh) scale(.9819)}}.snow:nth-child(292){opacity:1.5186;transform:translate(37.8447vw,-10px) scale(.1209);animation:fall-292 25s -11s linear infinite}@keyframes fall-292{76.794%{transform:translate(47.0499vw,76.794vh) scale(.1209)}to{transform:translate(42.4473vw,99vh) scale(.1209)}}.snow:nth-child(293){opacity:.2568;transform:translate(21.0205vw,-10px) scale(.5333);animation:fall-293 14s -3s linear infinite}@keyframes fall-293{48.102%{transform:translate(17.9277vw,48.102vh) scale(.5333)}to{transform:translate(19.4741vw,99vh) scale(.5333)}}.snow:nth-child(294){opacity:1.3776;transform:translate(17.4801vw,-10px) scale(.1961);animation:fall-294 11s -30s linear infinite}@keyframes fall-294{77.626%{transform:translate(20.8151vw,77.626vh) scale(.1961)}to{transform:translate(19.1476vw,99vh) scale(.1961)}}.snow:nth-child(295){opacity:1.3968;transform:translate(96.2021vw,-10px) scale(.7809);animation:fall-295 18s -7s linear infinite}@keyframes fall-295{30.651%{transform:translate(97.8083vw,30.651vh) scale(.7809)}to{transform:translate(97.0052vw,99vh) scale(.7809)}}.snow:nth-child(296){opacity:.901;transform:translate(20.0942vw,-10px) scale(.6731);animation:fall-296 13s -2s linear infinite}@keyframes fall-296{50.292%{transform:translate(18.4521vw,50.292vh) scale(.6731)}to{transform:translate(19.27315vw,99vh) scale(.6731)}}.snow:nth-child(297){opacity:.9328;transform:translate(91.3704vw,-10px) scale(.0074);animation:fall-297 30s -17s linear infinite}@keyframes fall-297{47.635%{transform:translate(89.3605vw,47.635vh) scale(.0074)}to{transform:translate(90.36545vw,99vh) scale(.0074)}}.snow:nth-child(298){opacity:1.0752;transform:translate(84.966vw,-10px) scale(.8821);animation:fall-298 19s -28s linear infinite}@keyframes fall-298{48.349%{transform:translate(90.4002vw,48.349vh) scale(.8821)}to{transform:translate(87.6831vw,99vh) scale(.8821)}}.snow:nth-child(299){opacity:.7994;transform:translate(60.4376vw,-10px) scale(.8983);animation:fall-299 10s -13s linear infinite}@keyframes fall-299{75.382%{transform:translate(52.0545vw,75.382vh) scale(.8983)}to{transform:translate(56.24605vw,99vh) scale(.8983)}}.snow:nth-child(300){opacity:1.7826;transform:translate(29.094vw,-10px) scale(.3335);animation:fall-300 22s -24s linear infinite}@keyframes fall-300{55.355%{transform:translate(20.2098vw,55.355vh) scale(.3335)}to{transform:translate(24.6519vw,99vh) scale(.3335)}}.snow:nth-child(301){opacity:.856;transform:translate(52.5111vw,-10px) scale(.2985);animation:fall-301 23s -30s linear infinite}@keyframes fall-301{71.213%{transform:translate(56.3049vw,71.213vh) scale(.2985)}to{transform:translate(54.408vw,99vh) scale(.2985)}}.snow:nth-child(302){opacity:1.46;transform:translate(92.8497vw,-10px) scale(.7209);animation:fall-302 25s -23s linear infinite}@keyframes fall-302{60.242%{transform:translate(98.6923vw,60.242vh) scale(.7209)}to{transform:translate(95.771vw,99vh) scale(.7209)}}.snow:nth-child(303){opacity:1.6714;transform:translate(35.5001vw,-10px) scale(.5743);animation:fall-303 18s -12s linear infinite}@keyframes fall-303{42.346%{transform:translate(39.8521vw,42.346vh) scale(.5743)}to{transform:translate(37.6761vw,99vh) scale(.5743)}}.snow:nth-child(304){opacity:1.6448;transform:translate(15.5124vw,-10px) scale(.5305);animation:fall-304 30s -7s linear infinite}@keyframes fall-304{38.834%{transform:translate(6.2044vw,38.834vh) scale(.5305)}to{transform:translate(10.8584vw,99vh) scale(.5305)}}.snow:nth-child(305){opacity:.5418;transform:translate(63.2568vw,-10px) scale(.3458);animation:fall-305 13s -16s linear infinite}@keyframes fall-305{66.477%{transform:translate(71.3954vw,66.477vh) scale(.3458)}to{transform:translate(67.3261vw,99vh) scale(.3458)}}.snow:nth-child(306){opacity:.723;transform:translate(15.5827vw,-10px) scale(.3684);animation:fall-306 12s -12s linear infinite}@keyframes fall-306{35.739%{transform:translate(17.7236vw,35.739vh) scale(.3684)}to{transform:translate(16.65315vw,99vh) scale(.3684)}}.snow:nth-child(307){opacity:.4216;transform:translate(60.5709vw,-10px) scale(.0286);animation:fall-307 10s -10s linear infinite}@keyframes fall-307{59.069%{transform:translate(57.6837vw,59.069vh) scale(.0286)}to{transform:translate(59.1273vw,99vh) scale(.0286)}}.snow:nth-child(308){opacity:.987;transform:translate(.2781vw,-10px) scale(.4131);animation:fall-308 11s -29s linear infinite}@keyframes fall-308{41.245%{transform:translate(-4.7039vw,41.245vh) scale(.4131)}to{transform:translate(-2.2129vw,99vh) scale(.4131)}}.snow:nth-child(309){opacity:1.7128;transform:translate(16.8397vw,-10px) scale(.5797);animation:fall-309 28s -8s linear infinite}@keyframes fall-309{73.565%{transform:translate(22.7975vw,73.565vh) scale(.5797)}to{transform:translate(19.8186vw,99vh) scale(.5797)}}.snow:nth-child(310){opacity:.3768;transform:translate(5.0188vw,-10px) scale(.7679);animation:fall-310 16s -17s linear infinite}@keyframes fall-310{75.952%{transform:translate(11.1745vw,75.952vh) scale(.7679)}to{transform:translate(8.09665vw,99vh) scale(.7679)}}.snow:nth-child(311){opacity:1.189;transform:translate(63.3576vw,-10px) scale(.9756);animation:fall-311 22s -19s linear infinite}@keyframes fall-311{52.228%{transform:translate(57.0506vw,52.228vh) scale(.9756)}to{transform:translate(60.2041vw,99vh) scale(.9756)}}.snow:nth-child(312){opacity:1.653;transform:translate(78.7991vw,-10px) scale(.5135);animation:fall-312 10s -8s linear infinite}@keyframes fall-312{78.99%{transform:translate(76.7133vw,78.99vh) scale(.5135)}to{transform:translate(77.7562vw,99vh) scale(.5135)}}.snow:nth-child(313){opacity:1.2144;transform:translate(7.3985vw,-10px) scale(.3121);animation:fall-313 29s -20s linear infinite}@keyframes fall-313{41.291%{transform:translate(4.1749vw,41.291vh) scale(.3121)}to{transform:translate(5.7867vw,99vh) scale(.3121)}}.snow:nth-child(314){opacity:.1038;transform:translate(69.8799vw,-10px) scale(.7267);animation:fall-314 15s -17s linear infinite}@keyframes fall-314{45.154%{transform:translate(60.0446vw,45.154vh) scale(.7267)}to{transform:translate(64.96225vw,99vh) scale(.7267)}}.snow:nth-child(315){opacity:.6954;transform:translate(58.3167vw,-10px) scale(.9082);animation:fall-315 12s -19s linear infinite}@keyframes fall-315{48.412%{transform:translate(63.6066vw,48.412vh) scale(.9082)}to{transform:translate(60.96165vw,99vh) scale(.9082)}}.snow:nth-child(316){opacity:.4426;transform:translate(94.7436vw,-10px) scale(.7921);animation:fall-316 18s -3s linear infinite}@keyframes fall-316{64.698%{transform:translate(89.7747vw,64.698vh) scale(.7921)}to{transform:translate(92.25915vw,99vh) scale(.7921)}}.snow:nth-child(317){opacity:1.1672;transform:translate(73.97vw,-10px) scale(.4506);animation:fall-317 21s -3s linear infinite}@keyframes fall-317{42.953%{transform:translate(71.2819vw,42.953vh) scale(.4506)}to{transform:translate(72.62595vw,99vh) scale(.4506)}}.snow:nth-child(318){opacity:1.7232;transform:translate(20.5008vw,-10px) scale(.8836);animation:fall-318 15s -21s linear infinite}@keyframes fall-318{60.878%{transform:translate(26.8587vw,60.878vh) scale(.8836)}to{transform:translate(23.67975vw,99vh) scale(.8836)}}.snow:nth-child(319){opacity:.0222;transform:translate(99.8255vw,-10px) scale(.5872);animation:fall-319 20s -6s linear infinite}@keyframes fall-319{62.432%{transform:translate(97.8208vw,62.432vh) scale(.5872)}to{transform:translate(98.82315vw,99vh) scale(.5872)}}.snow:nth-child(320){opacity:1.4166;transform:translate(73.5576vw,-10px) scale(.9575);animation:fall-320 16s -21s linear infinite}@keyframes fall-320{34.746%{transform:translate(83.5231vw,34.746vh) scale(.9575)}to{transform:translate(78.54035vw,99vh) scale(.9575)}}.snow:nth-child(321){opacity:1.8668;transform:translate(13.8685vw,-10px) scale(.91);animation:fall-321 12s -10s linear infinite}@keyframes fall-321{32.656%{transform:translate(6.0926vw,32.656vh) scale(.91)}to{transform:translate(9.98055vw,99vh) scale(.91)}}.snow:nth-child(322){opacity:1.2018;transform:translate(61.5465vw,-10px) scale(.4464);animation:fall-322 25s -24s linear infinite}@keyframes fall-322{73.077%{transform:translate(63.9975vw,73.077vh) scale(.4464)}to{transform:translate(62.772vw,99vh) scale(.4464)}}.snow:nth-child(323){opacity:.8954;transform:translate(72.0309vw,-10px) scale(.2839);animation:fall-323 29s -14s linear infinite}@keyframes fall-323{50.54%{transform:translate(77.5752vw,50.54vh) scale(.2839)}to{transform:translate(74.80305vw,99vh) scale(.2839)}}.snow:nth-child(324){opacity:1.1524;transform:translate(88.9785vw,-10px) scale(.323);animation:fall-324 13s -17s linear infinite}@keyframes fall-324{59.867%{transform:translate(86.3832vw,59.867vh) scale(.323)}to{transform:translate(87.68085vw,99vh) scale(.323)}}.snow:nth-child(325){opacity:1.3572;transform:translate(29.9762vw,-10px) scale(.3633);animation:fall-325 21s -15s linear infinite}@keyframes fall-325{50.507%{transform:translate(25.471vw,50.507vh) scale(.3633)}to{transform:translate(27.7236vw,99vh) scale(.3633)}}.snow:nth-child(326){opacity:.791;transform:translate(74.0704vw,-10px) scale(.1032);animation:fall-326 16s -12s linear infinite}@keyframes fall-326{74.447%{transform:translate(82.4659vw,74.447vh) scale(.1032)}to{transform:translate(78.26815vw,99vh) scale(.1032)}}.snow:nth-child(327){opacity:1.5496;transform:translate(87.6468vw,-10px) scale(.5975);animation:fall-327 13s -22s linear infinite}@keyframes fall-327{40.554%{transform:translate(85.8591vw,40.554vh) scale(.5975)}to{transform:translate(86.75295vw,99vh) scale(.5975)}}.snow:nth-child(328){opacity:1.5734;transform:translate(71.904vw,-10px) scale(.0484);animation:fall-328 26s -1s linear infinite}@keyframes fall-328{36.294%{transform:translate(73.9724vw,36.294vh) scale(.0484)}to{transform:translate(72.9382vw,99vh) scale(.0484)}}.snow:nth-child(329){opacity:1.6488;transform:translate(20.3393vw,-10px) scale(.8337);animation:fall-329 21s -24s linear infinite}@keyframes fall-329{36.462%{transform:translate(29.665vw,36.462vh) scale(.8337)}to{transform:translate(25.00215vw,99vh) scale(.8337)}}.snow:nth-child(330){opacity:.2674;transform:translate(70.7603vw,-10px) scale(.5683);animation:fall-330 10s -8s linear infinite}@keyframes fall-330{73.798%{transform:translate(66.7398vw,73.798vh) scale(.5683)}to{transform:translate(68.75005vw,99vh) scale(.5683)}}.snow:nth-child(331){opacity:.9188;transform:translate(91.8817vw,-10px) scale(.7902);animation:fall-331 21s -10s linear infinite}@keyframes fall-331{72.642%{transform:translate(90.9281vw,72.642vh) scale(.7902)}to{transform:translate(91.4049vw,99vh) scale(.7902)}}.snow:nth-child(332){opacity:.095;transform:translate(44.4497vw,-10px) scale(.5587);animation:fall-332 25s -27s linear infinite}@keyframes fall-332{45.081%{transform:translate(43.6806vw,45.081vh) scale(.5587)}to{transform:translate(44.06515vw,99vh) scale(.5587)}}.snow:nth-child(333){opacity:1.8858;transform:translate(49.2202vw,-10px) scale(.682);animation:fall-333 24s -8s linear infinite}@keyframes fall-333{59.332%{transform:translate(50.1419vw,59.332vh) scale(.682)}to{transform:translate(49.68105vw,99vh) scale(.682)}}.snow:nth-child(334){opacity:1.8784;transform:translate(29.0191vw,-10px) scale(.279);animation:fall-334 14s -7s linear infinite}@keyframes fall-334{67.421%{transform:translate(28.0089vw,67.421vh) scale(.279)}to{transform:translate(28.514vw,99vh) scale(.279)}}.snow:nth-child(335){opacity:1.5866;transform:translate(93.6181vw,-10px) scale(.8948);animation:fall-335 21s -4s linear infinite}@keyframes fall-335{76.695%{transform:translate(100.0481vw,76.695vh) scale(.8948)}to{transform:translate(96.8331vw,99vh) scale(.8948)}}.snow:nth-child(336){opacity:1.5864;transform:translate(98.8578vw,-10px) scale(.7243);animation:fall-336 18s -30s linear infinite}@keyframes fall-336{65.924%{transform:translate(90.593vw,65.924vh) scale(.7243)}to{transform:translate(94.7254vw,99vh) scale(.7243)}}.snow:nth-child(337){opacity:.462;transform:translate(85.6435vw,-10px) scale(.5122);animation:fall-337 28s -2s linear infinite}@keyframes fall-337{37.708%{transform:translate(93.5522vw,37.708vh) scale(.5122)}to{transform:translate(89.59785vw,99vh) scale(.5122)}}.snow:nth-child(338){opacity:1.8758;transform:translate(25.7355vw,-10px) scale(.2018);animation:fall-338 19s -29s linear infinite}@keyframes fall-338{62.911%{transform:translate(33.9501vw,62.911vh) scale(.2018)}to{transform:translate(29.8428vw,99vh) scale(.2018)}}.snow:nth-child(339){opacity:1.698;transform:translate(10.438vw,-10px) scale(.386);animation:fall-339 20s -29s linear infinite}@keyframes fall-339{66.331%{transform:translate(4.7526vw,66.331vh) scale(.386)}to{transform:translate(7.5953vw,99vh) scale(.386)}}.snow:nth-child(340){opacity:.0602;transform:translate(52.6237vw,-10px) scale(.0145);animation:fall-340 10s -10s linear infinite}@keyframes fall-340{30.063%{transform:translate(44.4737vw,30.063vh) scale(.0145)}to{transform:translate(48.5487vw,99vh) scale(.0145)}}.snow:nth-child(341){opacity:.3808;transform:translate(31.7995vw,-10px) scale(.3505);animation:fall-341 17s -20s linear infinite}@keyframes fall-341{77.447%{transform:translate(32.7907vw,77.447vh) scale(.3505)}to{transform:translate(32.2951vw,99vh) scale(.3505)}}.snow:nth-child(342){opacity:.9142;transform:translate(28.1092vw,-10px) scale(.7293);animation:fall-342 15s -12s linear infinite}@keyframes fall-342{59.707%{transform:translate(35.7489vw,59.707vh) scale(.7293)}to{transform:translate(31.92905vw,99vh) scale(.7293)}}.snow:nth-child(343){opacity:1.5744;transform:translate(47.722vw,-10px) scale(.0227);animation:fall-343 25s -17s linear infinite}@keyframes fall-343{53.708%{transform:translate(55.4661vw,53.708vh) scale(.0227)}to{transform:translate(51.59405vw,99vh) scale(.0227)}}.snow:nth-child(344){opacity:.5558;transform:translate(72.2455vw,-10px) scale(.5994);animation:fall-344 17s -21s linear infinite}@keyframes fall-344{76.907%{transform:translate(77.1489vw,76.907vh) scale(.5994)}to{transform:translate(74.6972vw,99vh) scale(.5994)}}.snow:nth-child(345){opacity:1.1486;transform:translate(5.3924vw,-10px) scale(.0166);animation:fall-345 24s -8s linear infinite}@keyframes fall-345{43.673%{transform:translate(-2.3664vw,43.673vh) scale(.0166)}to{transform:translate(1.513vw,99vh) scale(.0166)}}.snow:nth-child(346){opacity:.5398;transform:translate(86.4227vw,-10px) scale(.7966);animation:fall-346 26s -28s linear infinite}@keyframes fall-346{38.726%{transform:translate(92.7381vw,38.726vh) scale(.7966)}to{transform:translate(89.5804vw,99vh) scale(.7966)}}.snow:nth-child(347){opacity:.0604;transform:translate(46.3314vw,-10px) scale(.4704);animation:fall-347 23s -30s linear infinite}@keyframes fall-347{48.363%{transform:translate(44.1618vw,48.363vh) scale(.4704)}to{transform:translate(45.2466vw,99vh) scale(.4704)}}.snow:nth-child(348){opacity:1.563;transform:translate(9.6402vw,-10px) scale(.7309);animation:fall-348 29s -20s linear infinite}@keyframes fall-348{58.962%{transform:translate(12.9672vw,58.962vh) scale(.7309)}to{transform:translate(11.3037vw,99vh) scale(.7309)}}.snow:nth-child(349){opacity:.9466;transform:translate(44.663vw,-10px) scale(.325);animation:fall-349 11s -9s linear infinite}@keyframes fall-349{64.779%{transform:translate(35.3804vw,64.779vh) scale(.325)}to{transform:translate(40.0217vw,99vh) scale(.325)}}.snow:nth-child(350){opacity:.2798;transform:translate(89.7764vw,-10px) scale(.377);animation:fall-350 25s -16s linear infinite}@keyframes fall-350{41.725%{transform:translate(96.3553vw,41.725vh) scale(.377)}to{transform:translate(93.06585vw,99vh) scale(.377)}}.snow:nth-child(351){opacity:1.5742;transform:translate(51.6759vw,-10px) scale(.2094);animation:fall-351 18s -8s linear infinite}@keyframes fall-351{59.266%{transform:translate(45.9285vw,59.266vh) scale(.2094)}to{transform:translate(48.8022vw,99vh) scale(.2094)}}.snow:nth-child(352){opacity:1.3884;transform:translate(79.3615vw,-10px) scale(.5665);animation:fall-352 21s -15s linear infinite}@keyframes fall-352{34.088%{transform:translate(79.6473vw,34.088vh) scale(.5665)}to{transform:translate(79.5044vw,99vh) scale(.5665)}}.snow:nth-child(353){opacity:1.4352;transform:translate(1.6553vw,-10px) scale(.1933);animation:fall-353 11s -18s linear infinite}@keyframes fall-353{45.65%{transform:translate(-5.2586vw,45.65vh) scale(.1933)}to{transform:translate(-1.80165vw,99vh) scale(.1933)}}.snow:nth-child(354){opacity:.5094;transform:translate(43.2226vw,-10px) scale(.9876);animation:fall-354 13s -15s linear infinite}@keyframes fall-354{78.136%{transform:translate(43.6664vw,78.136vh) scale(.9876)}to{transform:translate(43.4445vw,99vh) scale(.9876)}}.snow:nth-child(355){opacity:1.5986;transform:translate(5.4411vw,-10px) scale(.4619);animation:fall-355 10s -16s linear infinite}@keyframes fall-355{50.091%{transform:translate(11.1542vw,50.091vh) scale(.4619)}to{transform:translate(8.29765vw,99vh) scale(.4619)}}.snow:nth-child(356){opacity:.6028;transform:translate(37.7108vw,-10px) scale(.3154);animation:fall-356 24s -15s linear infinite}@keyframes fall-356{41.352%{transform:translate(29.9806vw,41.352vh) scale(.3154)}to{transform:translate(33.8457vw,99vh) scale(.3154)}}.snow:nth-child(357){opacity:1.4582;transform:translate(51.5227vw,-10px) scale(.8541);animation:fall-357 18s -15s linear infinite}@keyframes fall-357{69.612%{transform:translate(49.7837vw,69.612vh) scale(.8541)}to{transform:translate(50.6532vw,99vh) scale(.8541)}}.snow:nth-child(358){opacity:.145;transform:translate(18.3348vw,-10px) scale(.2964);animation:fall-358 25s -27s linear infinite}@keyframes fall-358{67.851%{transform:translate(26.882vw,67.851vh) scale(.2964)}to{transform:translate(22.6084vw,99vh) scale(.2964)}}.snow:nth-child(359){opacity:1.9178;transform:translate(80.5816vw,-10px) scale(.0014);animation:fall-359 24s -29s linear infinite}@keyframes fall-359{35.243%{transform:translate(75.098vw,35.243vh) scale(.0014)}to{transform:translate(77.8398vw,99vh) scale(.0014)}}.snow:nth-child(360){opacity:.1336;transform:translate(79.0267vw,-10px) scale(.0431);animation:fall-360 30s -25s linear infinite}@keyframes fall-360{43.695%{transform:translate(82.5296vw,43.695vh) scale(.0431)}to{transform:translate(80.77815vw,99vh) scale(.0431)}}.snow:nth-child(361){opacity:1.7844;transform:translate(78.5329vw,-10px) scale(.9081);animation:fall-361 21s -29s linear infinite}@keyframes fall-361{68.365%{transform:translate(77.1978vw,68.365vh) scale(.9081)}to{transform:translate(77.86535vw,99vh) scale(.9081)}}.snow:nth-child(362){opacity:.26;transform:translate(1.5239vw,-10px) scale(.7348);animation:fall-362 20s -1s linear infinite}@keyframes fall-362{67.1%{transform:translate(-2.1636vw,67.1vh) scale(.7348)}to{transform:translate(-.31985vw,99vh) scale(.7348)}}.snow:nth-child(363){opacity:.0506;transform:translate(59.2024vw,-10px) scale(.6565);animation:fall-363 16s -16s linear infinite}@keyframes fall-363{78.985%{transform:translate(54.1145vw,78.985vh) scale(.6565)}to{transform:translate(56.65845vw,99vh) scale(.6565)}}.snow:nth-child(364){opacity:.1238;transform:translate(31.1167vw,-10px) scale(.6036);animation:fall-364 10s -10s linear infinite}@keyframes fall-364{48.988%{transform:translate(21.8341vw,48.988vh) scale(.6036)}to{transform:translate(26.4754vw,99vh) scale(.6036)}}.snow:nth-child(365){opacity:1.5504;transform:translate(10.3886vw,-10px) scale(.0622);animation:fall-365 14s -22s linear infinite}@keyframes fall-365{72.88%{transform:translate(15.45vw,72.88vh) scale(.0622)}to{transform:translate(12.9193vw,99vh) scale(.0622)}}.snow:nth-child(366){opacity:.5462;transform:translate(22.6862vw,-10px) scale(.2597);animation:fall-366 18s -8s linear infinite}@keyframes fall-366{35.911%{transform:translate(31.9947vw,35.911vh) scale(.2597)}to{transform:translate(27.34045vw,99vh) scale(.2597)}}.snow:nth-child(367){opacity:.2472;transform:translate(3.4387vw,-10px) scale(.2735);animation:fall-367 23s -29s linear infinite}@keyframes fall-367{64.379%{transform:translate(1.7816vw,64.379vh) scale(.2735)}to{transform:translate(2.61015vw,99vh) scale(.2735)}}.snow:nth-child(368){opacity:1.0644;transform:translate(71.857vw,-10px) scale(.7006);animation:fall-368 15s -20s linear infinite}@keyframes fall-368{67.295%{transform:translate(75.3665vw,67.295vh) scale(.7006)}to{transform:translate(73.61175vw,99vh) scale(.7006)}}.snow:nth-child(369){opacity:1.088;transform:translate(77.6452vw,-10px) scale(.0159);animation:fall-369 30s -5s linear infinite}@keyframes fall-369{49.965%{transform:translate(73.5365vw,49.965vh) scale(.0159)}to{transform:translate(75.59085vw,99vh) scale(.0159)}}.snow:nth-child(370){opacity:1.8574;transform:translate(30.0461vw,-10px) scale(.3835);animation:fall-370 15s -29s linear infinite}@keyframes fall-370{77.969%{transform:translate(23.5481vw,77.969vh) scale(.3835)}to{transform:translate(26.7971vw,99vh) scale(.3835)}}.snow:nth-child(371){opacity:.0776;transform:translate(47.4193vw,-10px) scale(.6414);animation:fall-371 19s -22s linear infinite}@keyframes fall-371{57.381%{transform:translate(56.2625vw,57.381vh) scale(.6414)}to{transform:translate(51.8409vw,99vh) scale(.6414)}}.snow:nth-child(372){opacity:1.9312;transform:translate(12.486vw,-10px) scale(.7133);animation:fall-372 29s -2s linear infinite}@keyframes fall-372{69.909%{transform:translate(18.7055vw,69.909vh) scale(.7133)}to{transform:translate(15.59575vw,99vh) scale(.7133)}}.snow:nth-child(373){opacity:1.932;transform:translate(52.7221vw,-10px) scale(.5294);animation:fall-373 19s -16s linear infinite}@keyframes fall-373{77.01%{transform:translate(58.2848vw,77.01vh) scale(.5294)}to{transform:translate(55.50345vw,99vh) scale(.5294)}}.snow:nth-child(374){opacity:1.5818;transform:translate(4.4317vw,-10px) scale(.6306);animation:fall-374 15s -11s linear infinite}@keyframes fall-374{75.333%{transform:translate(-2.312vw,75.333vh) scale(.6306)}to{transform:translate(1.05985vw,99vh) scale(.6306)}}.snow:nth-child(375){opacity:.3254;transform:translate(58.4461vw,-10px) scale(.4513);animation:fall-375 24s -17s linear infinite}@keyframes fall-375{38.034%{transform:translate(59.2305vw,38.034vh) scale(.4513)}to{transform:translate(58.8383vw,99vh) scale(.4513)}}.snow:nth-child(376){opacity:.835;transform:translate(54.4899vw,-10px) scale(.968);animation:fall-376 17s -15s linear infinite}@keyframes fall-376{35.629%{transform:translate(61.689vw,35.629vh) scale(.968)}to{transform:translate(58.08945vw,99vh) scale(.968)}}.snow:nth-child(377){opacity:.16;transform:translate(43.4596vw,-10px) scale(.4234);animation:fall-377 18s -16s linear infinite}@keyframes fall-377{57.57%{transform:translate(34.2968vw,57.57vh) scale(.4234)}to{transform:translate(38.8782vw,99vh) scale(.4234)}}.snow:nth-child(378){opacity:.6374;transform:translate(3.9934vw,-10px) scale(.257);animation:fall-378 22s -5s linear infinite}@keyframes fall-378{40.989%{transform:translate(6.6762vw,40.989vh) scale(.257)}to{transform:translate(5.3348vw,99vh) scale(.257)}}.snow:nth-child(379){opacity:.0264;transform:translate(50.9831vw,-10px) scale(.3025);animation:fall-379 10s -28s linear infinite}@keyframes fall-379{71.158%{transform:translate(41.882vw,71.158vh) scale(.3025)}to{transform:translate(46.43255vw,99vh) scale(.3025)}}.snow:nth-child(380){opacity:1.6362;transform:translate(59.3209vw,-10px) scale(.8722);animation:fall-380 28s -8s linear infinite}@keyframes fall-380{62.45%{transform:translate(61.9404vw,62.45vh) scale(.8722)}to{transform:translate(60.63065vw,99vh) scale(.8722)}}.snow:nth-child(381){opacity:1.2012;transform:translate(75.2435vw,-10px) scale(.8399);animation:fall-381 19s -13s linear infinite}@keyframes fall-381{44.053%{transform:translate(80.5955vw,44.053vh) scale(.8399)}to{transform:translate(77.9195vw,99vh) scale(.8399)}}.snow:nth-child(382){opacity:1.9252;transform:translate(74.2769vw,-10px) scale(.1747);animation:fall-382 20s -1s linear infinite}@keyframes fall-382{40.459%{transform:translate(78.1569vw,40.459vh) scale(.1747)}to{transform:translate(76.2169vw,99vh) scale(.1747)}}.snow:nth-child(383){opacity:.7618;transform:translate(54.1805vw,-10px) scale(.8912);animation:fall-383 16s -8s linear infinite}@keyframes fall-383{64.52%{transform:translate(59.0982vw,64.52vh) scale(.8912)}to{transform:translate(56.63935vw,99vh) scale(.8912)}}.snow:nth-child(384){opacity:1.6216;transform:translate(35.3692vw,-10px) scale(.3197);animation:fall-384 21s -5s linear infinite}@keyframes fall-384{45.354%{transform:translate(32.2314vw,45.354vh) scale(.3197)}to{transform:translate(33.8003vw,99vh) scale(.3197)}}.snow:nth-child(385){opacity:1.5676;transform:translate(87.8928vw,-10px) scale(.3515);animation:fall-385 14s -9s linear infinite}@keyframes fall-385{65.327%{transform:translate(97.4299vw,65.327vh) scale(.3515)}to{transform:translate(92.66135vw,99vh) scale(.3515)}}.snow:nth-child(386){opacity:.7738;transform:translate(93.4761vw,-10px) scale(.8594);animation:fall-386 15s -29s linear infinite}@keyframes fall-386{39.186%{transform:translate(91.981vw,39.186vh) scale(.8594)}to{transform:translate(92.72855vw,99vh) scale(.8594)}}.snow:nth-child(387){opacity:1.6568;transform:translate(92.1556vw,-10px) scale(.572);animation:fall-387 10s -17s linear infinite}@keyframes fall-387{57.62%{transform:translate(97.8003vw,57.62vh) scale(.572)}to{transform:translate(94.97795vw,99vh) scale(.572)}}.snow:nth-child(388){opacity:1.0428;transform:translate(12.7186vw,-10px) scale(.52);animation:fall-388 27s -2s linear infinite}@keyframes fall-388{43.28%{transform:translate(5.388vw,43.28vh) scale(.52)}to{transform:translate(9.0533vw,99vh) scale(.52)}}.snow:nth-child(389){opacity:.3858;transform:translate(15.7725vw,-10px) scale(.8185);animation:fall-389 11s -8s linear infinite}@keyframes fall-389{66.508%{transform:translate(8.011vw,66.508vh) scale(.8185)}to{transform:translate(11.89175vw,99vh) scale(.8185)}}.snow:nth-child(390){opacity:1.587;transform:translate(76.7536vw,-10px) scale(.0916);animation:fall-390 14s -14s linear infinite}@keyframes fall-390{31.463%{transform:translate(74.6324vw,31.463vh) scale(.0916)}to{transform:translate(75.693vw,99vh) scale(.0916)}}.snow:nth-child(391){opacity:.1366;transform:translate(74.058vw,-10px) scale(.3174);animation:fall-391 19s -27s linear infinite}@keyframes fall-391{35.658%{transform:translate(76.1377vw,35.658vh) scale(.3174)}to{transform:translate(75.09785vw,99vh) scale(.3174)}}.snow:nth-child(392){opacity:1.256;transform:translate(7.9784vw,-10px) scale(.1044);animation:fall-392 23s -10s linear infinite}@keyframes fall-392{54.138%{transform:translate(9.3962vw,54.138vh) scale(.1044)}to{transform:translate(8.6873vw,99vh) scale(.1044)}}.snow:nth-child(393){opacity:.4726;transform:translate(76.7039vw,-10px) scale(.9665);animation:fall-393 21s -1s linear infinite}@keyframes fall-393{49.051%{transform:translate(67.7903vw,49.051vh) scale(.9665)}to{transform:translate(72.2471vw,99vh) scale(.9665)}}.snow:nth-child(394){opacity:1.9938;transform:translate(83.5063vw,-10px) scale(.777);animation:fall-394 18s -22s linear infinite}@keyframes fall-394{31.416%{transform:translate(91.7167vw,31.416vh) scale(.777)}to{transform:translate(87.6115vw,99vh) scale(.777)}}.snow:nth-child(395){opacity:.0694;transform:translate(59.678vw,-10px) scale(.6634);animation:fall-395 12s -9s linear infinite}@keyframes fall-395{50.39%{transform:translate(64.216vw,50.39vh) scale(.6634)}to{transform:translate(61.947vw,99vh) scale(.6634)}}.snow:nth-child(396){opacity:.0432;transform:translate(43.2773vw,-10px) scale(.9507);animation:fall-396 30s -30s linear infinite}@keyframes fall-396{37.816%{transform:translate(34.0294vw,37.816vh) scale(.9507)}to{transform:translate(38.65335vw,99vh) scale(.9507)}}.snow:nth-child(397){opacity:.5804;transform:translate(54.6404vw,-10px) scale(.1751);animation:fall-397 16s -3s linear infinite}@keyframes fall-397{39.98%{transform:translate(51.247vw,39.98vh) scale(.1751)}to{transform:translate(52.9437vw,99vh) scale(.1751)}}.snow:nth-child(398){opacity:.8502;transform:translate(80.3501vw,-10px) scale(.2444);animation:fall-398 21s -22s linear infinite}@keyframes fall-398{44.998%{transform:translate(71.4645vw,44.998vh) scale(.2444)}to{transform:translate(75.9073vw,99vh) scale(.2444)}}.snow:nth-child(399){opacity:1.3534;transform:translate(24.6107vw,-10px) scale(.2861);animation:fall-399 15s -27s linear infinite}@keyframes fall-399{65.386%{transform:translate(14.7353vw,65.386vh) scale(.2861)}to{transform:translate(19.673vw,99vh) scale(.2861)}}.snow:nth-child(400){opacity:1.0364;transform:translate(96.0789vw,-10px) scale(.257);animation:fall-400 30s -9s linear infinite}@keyframes fall-400{33.163%{transform:translate(101.5576vw,33.163vh) scale(.257)}to{transform:translate(98.81825vw,99vh) scale(.257)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
77
|
+
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
78
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\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{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;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:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.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:rgba(0,0,0,.4)}.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:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-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{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{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:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!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:rgba(45,146,45,.5);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:rgba(85,85,85,.7)}.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:rgba(85,85,85,.7)}.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:rgba(255,255,255,.1) 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:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!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}}.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}::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{transform:scaleY(-1)}.app-flip-x{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:rgba(255,50,50,.2);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:white;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}.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:rgba(0,0,0,.5) 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:rgb(237,237,237);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{padding-left:0;margin-top:20px}.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}.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;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:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{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%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.307;transform:translate(44.4258vw,-10px) scale(.3113);animation:fall-1 15s -2s linear infinite}@keyframes fall-1{66.46%{transform:translate(35.1395vw,66.46vh) scale(.3113)}to{transform:translate(39.78265vw,99vh) scale(.3113)}}.snow:nth-child(2){opacity:1.5864;transform:translate(48.2883vw,-10px) scale(.3361);animation:fall-2 25s -1s linear infinite}@keyframes fall-2{38.855%{transform:translate(44.931vw,38.855vh) scale(.3361)}to{transform:translate(46.60965vw,99vh) scale(.3361)}}.snow:nth-child(3){opacity:1.3092;transform:translate(58.0945vw,-10px) scale(.671);animation:fall-3 13s -21s linear infinite}@keyframes fall-3{74.643%{transform:translate(64.8501vw,74.643vh) scale(.671)}to{transform:translate(61.4723vw,99vh) scale(.671)}}.snow:nth-child(4){opacity:1.954;transform:translate(68.0022vw,-10px) scale(.7985);animation:fall-4 27s -30s linear infinite}@keyframes fall-4{60.852%{transform:translate(64.4217vw,60.852vh) scale(.7985)}to{transform:translate(66.21195vw,99vh) scale(.7985)}}.snow:nth-child(5){opacity:1.6264;transform:translate(59.4406vw,-10px) scale(.8624);animation:fall-5 14s -13s linear infinite}@keyframes fall-5{66.732%{transform:translate(58.2969vw,66.732vh) scale(.8624)}to{transform:translate(58.86875vw,99vh) scale(.8624)}}.snow:nth-child(6){opacity:1.043;transform:translate(94.5877vw,-10px) scale(.5344);animation:fall-6 30s -14s linear infinite}@keyframes fall-6{41.036%{transform:translate(92.6548vw,41.036vh) scale(.5344)}to{transform:translate(93.62125vw,99vh) scale(.5344)}}.snow:nth-child(7){opacity:1.5908;transform:translate(17.9001vw,-10px) scale(.7066);animation:fall-7 29s -21s linear infinite}@keyframes fall-7{57.533%{transform:translate(8.9947vw,57.533vh) scale(.7066)}to{transform:translate(13.4474vw,99vh) scale(.7066)}}.snow:nth-child(8){opacity:1.9124;transform:translate(99.2364vw,-10px) scale(.9556);animation:fall-8 14s -9s linear infinite}@keyframes fall-8{64.717%{transform:translate(91.1325vw,64.717vh) scale(.9556)}to{transform:translate(95.18445vw,99vh) scale(.9556)}}.snow:nth-child(9){opacity:1.4668;transform:translate(31.3483vw,-10px) scale(.8671);animation:fall-9 13s -6s linear infinite}@keyframes fall-9{67.805%{transform:translate(24.7959vw,67.805vh) scale(.8671)}to{transform:translate(28.0721vw,99vh) scale(.8671)}}.snow:nth-child(10){opacity:.455;transform:translate(56.7657vw,-10px) scale(.5984);animation:fall-10 30s -6s linear infinite}@keyframes fall-10{49.542%{transform:translate(57.2549vw,49.542vh) scale(.5984)}to{transform:translate(57.0103vw,99vh) scale(.5984)}}.snow:nth-child(11){opacity:.7366;transform:translate(10.6563vw,-10px) scale(.1412);animation:fall-11 16s -1s linear infinite}@keyframes fall-11{38.127%{transform:translate(18.2803vw,38.127vh) scale(.1412)}to{transform:translate(14.4683vw,99vh) scale(.1412)}}.snow:nth-child(12){opacity:.8644;transform:translate(92.918vw,-10px) scale(.2802);animation:fall-12 27s -23s linear infinite}@keyframes fall-12{55.479%{transform:translate(92.1014vw,55.479vh) scale(.2802)}to{transform:translate(92.5097vw,99vh) scale(.2802)}}.snow:nth-child(13){opacity:.3314;transform:translate(70.0789vw,-10px) scale(.9695);animation:fall-13 21s -5s linear infinite}@keyframes fall-13{78.181%{transform:translate(69.2023vw,78.181vh) scale(.9695)}to{transform:translate(69.6406vw,99vh) scale(.9695)}}.snow:nth-child(14){opacity:1.9262;transform:translate(23.9792vw,-10px) scale(.6542);animation:fall-14 24s -12s linear infinite}@keyframes fall-14{67.068%{transform:translate(32.5756vw,67.068vh) scale(.6542)}to{transform:translate(28.2774vw,99vh) scale(.6542)}}.snow:nth-child(15){opacity:1.0398;transform:translate(92.2889vw,-10px) scale(.5135);animation:fall-15 15s -18s linear infinite}@keyframes fall-15{72.414%{transform:translate(101.2959vw,72.414vh) scale(.5135)}to{transform:translate(96.7924vw,99vh) scale(.5135)}}.snow:nth-child(16){opacity:.3146;transform:translate(5.3703vw,-10px) scale(.616);animation:fall-16 22s -22s linear infinite}@keyframes fall-16{35.667%{transform:translate(1.0315vw,35.667vh) scale(.616)}to{transform:translate(3.2009vw,99vh) scale(.616)}}.snow:nth-child(17){opacity:.9038;transform:translate(86.0621vw,-10px) scale(.9093);animation:fall-17 25s -12s linear infinite}@keyframes fall-17{55.197%{transform:translate(90.4114vw,55.197vh) scale(.9093)}to{transform:translate(88.23675vw,99vh) scale(.9093)}}.snow:nth-child(18){opacity:1.6048;transform:translate(18.0782vw,-10px) scale(.2461);animation:fall-18 10s -1s linear infinite}@keyframes fall-18{46.137%{transform:translate(22.1218vw,46.137vh) scale(.2461)}to{transform:translate(20.1vw,99vh) scale(.2461)}}.snow:nth-child(19){opacity:1.5462;transform:translate(48.4396vw,-10px) scale(.8791);animation:fall-19 21s -10s linear infinite}@keyframes fall-19{48.992%{transform:translate(41.6574vw,48.992vh) scale(.8791)}to{transform:translate(45.0485vw,99vh) scale(.8791)}}.snow:nth-child(20){opacity:.5862;transform:translate(25.7909vw,-10px) scale(.6356);animation:fall-20 29s -30s linear infinite}@keyframes fall-20{62.943%{transform:translate(27.1946vw,62.943vh) scale(.6356)}to{transform:translate(26.49275vw,99vh) scale(.6356)}}.snow:nth-child(21){opacity:.8172;transform:translate(38.8823vw,-10px) scale(.188);animation:fall-21 29s -3s linear infinite}@keyframes fall-21{67.487%{transform:translate(35.756vw,67.487vh) scale(.188)}to{transform:translate(37.31915vw,99vh) scale(.188)}}.snow:nth-child(22){opacity:.9908;transform:translate(8.9405vw,-10px) scale(.951);animation:fall-22 25s -6s linear infinite}@keyframes fall-22{59.671%{transform:translate(8.6078vw,59.671vh) scale(.951)}to{transform:translate(8.77415vw,99vh) scale(.951)}}.snow:nth-child(23){opacity:1.144;transform:translate(36.2297vw,-10px) scale(.1073);animation:fall-23 12s -5s linear infinite}@keyframes fall-23{30.022%{transform:translate(33.685vw,30.022vh) scale(.1073)}to{transform:translate(34.95735vw,99vh) scale(.1073)}}.snow:nth-child(24){opacity:.4482;transform:translate(76.411vw,-10px) scale(.5501);animation:fall-24 28s -11s linear infinite}@keyframes fall-24{44.502%{transform:translate(77.8608vw,44.502vh) scale(.5501)}to{transform:translate(77.1359vw,99vh) scale(.5501)}}.snow:nth-child(25){opacity:1.9468;transform:translate(71.1124vw,-10px) scale(.7534);animation:fall-25 26s -27s linear infinite}@keyframes fall-25{45.551%{transform:translate(68.6255vw,45.551vh) scale(.7534)}to{transform:translate(69.86895vw,99vh) scale(.7534)}}.snow:nth-child(26){opacity:.204;transform:translate(60.9825vw,-10px) scale(.6106);animation:fall-26 20s -27s linear infinite}@keyframes fall-26{50.861%{transform:translate(57.3164vw,50.861vh) scale(.6106)}to{transform:translate(59.14945vw,99vh) scale(.6106)}}.snow:nth-child(27){opacity:1.4304;transform:translate(98.0792vw,-10px) scale(.1647);animation:fall-27 24s -10s linear infinite}@keyframes fall-27{47.816%{transform:translate(103.3906vw,47.816vh) scale(.1647)}to{transform:translate(100.7349vw,99vh) scale(.1647)}}.snow:nth-child(28){opacity:1.2064;transform:translate(47.7843vw,-10px) scale(.2631);animation:fall-28 14s -25s linear infinite}@keyframes fall-28{55.935%{transform:translate(45.6241vw,55.935vh) scale(.2631)}to{transform:translate(46.7042vw,99vh) scale(.2631)}}.snow:nth-child(29){opacity:.074;transform:translate(66.0967vw,-10px) scale(.6601);animation:fall-29 16s -15s linear infinite}@keyframes fall-29{52.579%{transform:translate(69.6119vw,52.579vh) scale(.6601)}to{transform:translate(67.8543vw,99vh) scale(.6601)}}.snow:nth-child(30){opacity:1.149;transform:translate(18.6529vw,-10px) scale(.6327);animation:fall-30 18s -23s linear infinite}@keyframes fall-30{52.013%{transform:translate(11.222vw,52.013vh) scale(.6327)}to{transform:translate(14.93745vw,99vh) scale(.6327)}}.snow:nth-child(31){opacity:.0822;transform:translate(35.9546vw,-10px) scale(.9853);animation:fall-31 15s -27s linear infinite}@keyframes fall-31{47.21%{transform:translate(28.6353vw,47.21vh) scale(.9853)}to{transform:translate(32.29495vw,99vh) scale(.9853)}}.snow:nth-child(32){opacity:1.0624;transform:translate(78.2412vw,-10px) scale(.3111);animation:fall-32 11s -8s linear infinite}@keyframes fall-32{76.666%{transform:translate(74.271vw,76.666vh) scale(.3111)}to{transform:translate(76.2561vw,99vh) scale(.3111)}}.snow:nth-child(33){opacity:.5342;transform:translate(63.1475vw,-10px) scale(.3065);animation:fall-33 14s -19s linear infinite}@keyframes fall-33{55.261%{transform:translate(59.185vw,55.261vh) scale(.3065)}to{transform:translate(61.16625vw,99vh) scale(.3065)}}.snow:nth-child(34){opacity:1.3328;transform:translate(91.8926vw,-10px) scale(.7459);animation:fall-34 26s -19s linear infinite}@keyframes fall-34{63.876%{transform:translate(95.0994vw,63.876vh) scale(.7459)}to{transform:translate(93.496vw,99vh) scale(.7459)}}.snow:nth-child(35){opacity:1.9212;transform:translate(97.6911vw,-10px) scale(.3253);animation:fall-35 29s -15s linear infinite}@keyframes fall-35{32.126%{transform:translate(94.9137vw,32.126vh) scale(.3253)}to{transform:translate(96.3024vw,99vh) scale(.3253)}}.snow:nth-child(36){opacity:.5124;transform:translate(74.5341vw,-10px) scale(.1454);animation:fall-36 22s -13s linear infinite}@keyframes fall-36{63.505%{transform:translate(75.371vw,63.505vh) scale(.1454)}to{transform:translate(74.95255vw,99vh) scale(.1454)}}.snow:nth-child(37){opacity:1.7794;transform:translate(62.7747vw,-10px) scale(.5798);animation:fall-37 14s -7s linear infinite}@keyframes fall-37{60.448%{transform:translate(54.4517vw,60.448vh) scale(.5798)}to{transform:translate(58.6132vw,99vh) scale(.5798)}}.snow:nth-child(38){opacity:1.939;transform:translate(30.1802vw,-10px) scale(.408);animation:fall-38 21s -5s linear infinite}@keyframes fall-38{70.085%{transform:translate(39.3088vw,70.085vh) scale(.408)}to{transform:translate(34.7445vw,99vh) scale(.408)}}.snow:nth-child(39){opacity:.1798;transform:translate(30.8779vw,-10px) scale(.6281);animation:fall-39 14s -9s linear infinite}@keyframes fall-39{30.175%{transform:translate(36.3393vw,30.175vh) scale(.6281)}to{transform:translate(33.6086vw,99vh) scale(.6281)}}.snow:nth-child(40){opacity:.346;transform:translate(99.4955vw,-10px) scale(.6219);animation:fall-40 13s -9s linear infinite}@keyframes fall-40{42.003%{transform:translate(100.904vw,42.003vh) scale(.6219)}to{transform:translate(100.19975vw,99vh) scale(.6219)}}.snow:nth-child(41){opacity:.2738;transform:translate(44.5163vw,-10px) scale(.0592);animation:fall-41 20s -27s linear infinite}@keyframes fall-41{31.586%{transform:translate(50.7094vw,31.586vh) scale(.0592)}to{transform:translate(47.61285vw,99vh) scale(.0592)}}.snow:nth-child(42){opacity:.7864;transform:translate(91.9332vw,-10px) scale(.5273);animation:fall-42 27s -11s linear infinite}@keyframes fall-42{61.681%{transform:translate(92.1362vw,61.681vh) scale(.5273)}to{transform:translate(92.0347vw,99vh) scale(.5273)}}.snow:nth-child(43){opacity:.002;transform:translate(58.3212vw,-10px) scale(.5072);animation:fall-43 25s -2s linear infinite}@keyframes fall-43{47.667%{transform:translate(53.0749vw,47.667vh) scale(.5072)}to{transform:translate(55.69805vw,99vh) scale(.5072)}}.snow:nth-child(44){opacity:.1462;transform:translate(65.0956vw,-10px) scale(.7132);animation:fall-44 22s -26s linear infinite}@keyframes fall-44{34.722%{transform:translate(60.7879vw,34.722vh) scale(.7132)}to{transform:translate(62.94175vw,99vh) scale(.7132)}}.snow:nth-child(45){opacity:.6016;transform:translate(61.3379vw,-10px) scale(.2296);animation:fall-45 28s -15s linear infinite}@keyframes fall-45{48.672%{transform:translate(67.1969vw,48.672vh) scale(.2296)}to{transform:translate(64.2674vw,99vh) scale(.2296)}}.snow:nth-child(46){opacity:1.7674;transform:translate(89.253vw,-10px) scale(.047);animation:fall-46 12s -8s linear infinite}@keyframes fall-46{40.851%{transform:translate(96.8087vw,40.851vh) scale(.047)}to{transform:translate(93.03085vw,99vh) scale(.047)}}.snow:nth-child(47){opacity:1.052;transform:translate(47.8228vw,-10px) scale(.9362);animation:fall-47 28s -28s linear infinite}@keyframes fall-47{30.208%{transform:translate(53.5838vw,30.208vh) scale(.9362)}to{transform:translate(50.7033vw,99vh) scale(.9362)}}.snow:nth-child(48){opacity:1.7696;transform:translate(23.5065vw,-10px) scale(.7823);animation:fall-48 18s -22s linear infinite}@keyframes fall-48{39.789%{transform:translate(22.4544vw,39.789vh) scale(.7823)}to{transform:translate(22.98045vw,99vh) scale(.7823)}}.snow:nth-child(49){opacity:1.2406;transform:translate(88.8615vw,-10px) scale(.9988);animation:fall-49 16s -19s linear infinite}@keyframes fall-49{47.895%{transform:translate(81.9149vw,47.895vh) scale(.9988)}to{transform:translate(85.3882vw,99vh) scale(.9988)}}.snow:nth-child(50){opacity:.4142;transform:translate(3.7699vw,-10px) scale(.8355);animation:fall-50 30s -29s linear infinite}@keyframes fall-50{31.591%{transform:translate(.6487vw,31.591vh) scale(.8355)}to{transform:translate(2.2093vw,99vh) scale(.8355)}}.snow:nth-child(51){opacity:1.0686;transform:translate(93.1844vw,-10px) scale(.4851);animation:fall-51 11s -9s linear infinite}@keyframes fall-51{30.139%{transform:translate(88.5388vw,30.139vh) scale(.4851)}to{transform:translate(90.8616vw,99vh) scale(.4851)}}.snow:nth-child(52){opacity:.6488;transform:translate(74.6063vw,-10px) scale(.4344);animation:fall-52 10s -10s linear infinite}@keyframes fall-52{54.967%{transform:translate(69.8476vw,54.967vh) scale(.4344)}to{transform:translate(72.22695vw,99vh) scale(.4344)}}.snow:nth-child(53){opacity:.8574;transform:translate(32.9529vw,-10px) scale(.726);animation:fall-53 10s -7s linear infinite}@keyframes fall-53{46.241%{transform:translate(23.2612vw,46.241vh) scale(.726)}to{transform:translate(28.10705vw,99vh) scale(.726)}}.snow:nth-child(54){opacity:.6802;transform:translate(23.1803vw,-10px) scale(.0557);animation:fall-54 23s -15s linear infinite}@keyframes fall-54{36.904%{transform:translate(30.8494vw,36.904vh) scale(.0557)}to{transform:translate(27.01485vw,99vh) scale(.0557)}}.snow:nth-child(55){opacity:.8918;transform:translate(18.4013vw,-10px) scale(.2286);animation:fall-55 30s -23s linear infinite}@keyframes fall-55{71.011%{transform:translate(12.7857vw,71.011vh) scale(.2286)}to{transform:translate(15.5935vw,99vh) scale(.2286)}}.snow:nth-child(56){opacity:.2532;transform:translate(14.5938vw,-10px) scale(.9216);animation:fall-56 27s -20s linear infinite}@keyframes fall-56{43.46%{transform:translate(7.9553vw,43.46vh) scale(.9216)}to{transform:translate(11.27455vw,99vh) scale(.9216)}}.snow:nth-child(57){opacity:.8258;transform:translate(6.3066vw,-10px) scale(.4466);animation:fall-57 12s -15s linear infinite}@keyframes fall-57{32.702%{transform:translate(11.4043vw,32.702vh) scale(.4466)}to{transform:translate(8.85545vw,99vh) scale(.4466)}}.snow:nth-child(58){opacity:.394;transform:translate(10.8941vw,-10px) scale(.6899);animation:fall-58 27s -23s linear infinite}@keyframes fall-58{45.276%{transform:translate(15.0055vw,45.276vh) scale(.6899)}to{transform:translate(12.9498vw,99vh) scale(.6899)}}.snow:nth-child(59){opacity:1.434;transform:translate(53.6366vw,-10px) scale(.0916);animation:fall-59 23s -6s linear infinite}@keyframes fall-59{44.359%{transform:translate(45.3719vw,44.359vh) scale(.0916)}to{transform:translate(49.50425vw,99vh) scale(.0916)}}.snow:nth-child(60){opacity:1.8006;transform:translate(30.3239vw,-10px) scale(.8214);animation:fall-60 21s -12s linear infinite}@keyframes fall-60{61.848%{transform:translate(21.0657vw,61.848vh) scale(.8214)}to{transform:translate(25.6948vw,99vh) scale(.8214)}}.snow:nth-child(61){opacity:1.9554;transform:translate(19.6547vw,-10px) scale(.932);animation:fall-61 12s -23s linear infinite}@keyframes fall-61{68.252%{transform:translate(14.0983vw,68.252vh) scale(.932)}to{transform:translate(16.8765vw,99vh) scale(.932)}}.snow:nth-child(62){opacity:1.7836;transform:translate(69.1953vw,-10px) scale(.4143);animation:fall-62 17s -10s linear infinite}@keyframes fall-62{77.251%{transform:translate(73.1889vw,77.251vh) scale(.4143)}to{transform:translate(71.1921vw,99vh) scale(.4143)}}.snow:nth-child(63){opacity:1.7728;transform:translate(83.6134vw,-10px) scale(.0662);animation:fall-63 28s -6s linear infinite}@keyframes fall-63{63.015%{transform:translate(77.7265vw,63.015vh) scale(.0662)}to{transform:translate(80.66995vw,99vh) scale(.0662)}}.snow:nth-child(64){opacity:.094;transform:translate(72.3093vw,-10px) scale(.6547);animation:fall-64 19s -28s linear infinite}@keyframes fall-64{53.373%{transform:translate(73.8271vw,53.373vh) scale(.6547)}to{transform:translate(73.0682vw,99vh) scale(.6547)}}.snow:nth-child(65){opacity:1.3314;transform:translate(68.2805vw,-10px) scale(.8132);animation:fall-65 28s -30s linear infinite}@keyframes fall-65{50.343%{transform:translate(75.3152vw,50.343vh) scale(.8132)}to{transform:translate(71.79785vw,99vh) scale(.8132)}}.snow:nth-child(66){opacity:1.9668;transform:translate(9.5068vw,-10px) scale(.3848);animation:fall-66 12s -15s linear infinite}@keyframes fall-66{70.278%{transform:translate(13.5951vw,70.278vh) scale(.3848)}to{transform:translate(11.55095vw,99vh) scale(.3848)}}.snow:nth-child(67){opacity:1.4352;transform:translate(8.3221vw,-10px) scale(.8671);animation:fall-67 29s -25s linear infinite}@keyframes fall-67{61.832%{transform:translate(12.7237vw,61.832vh) scale(.8671)}to{transform:translate(10.5229vw,99vh) scale(.8671)}}.snow:nth-child(68){opacity:1.6906;transform:translate(60.9666vw,-10px) scale(.1459);animation:fall-68 10s -8s linear infinite}@keyframes fall-68{75.815%{transform:translate(68.6045vw,75.815vh) scale(.1459)}to{transform:translate(64.78555vw,99vh) scale(.1459)}}.snow:nth-child(69){opacity:1.7148;transform:translate(2.0385vw,-10px) scale(.4605);animation:fall-69 19s -21s linear infinite}@keyframes fall-69{57.815%{transform:translate(-7.0586vw,57.815vh) scale(.4605)}to{transform:translate(-2.51005vw,99vh) scale(.4605)}}.snow:nth-child(70){opacity:.9988;transform:translate(71.6165vw,-10px) scale(.4252);animation:fall-70 26s -15s linear infinite}@keyframes fall-70{36.692%{transform:translate(80.5495vw,36.692vh) scale(.4252)}to{transform:translate(76.083vw,99vh) scale(.4252)}}.snow:nth-child(71){opacity:.9176;transform:translate(13.8885vw,-10px) scale(.0246);animation:fall-71 24s -26s linear infinite}@keyframes fall-71{34.925%{transform:translate(17.8063vw,34.925vh) scale(.0246)}to{transform:translate(15.8474vw,99vh) scale(.0246)}}.snow:nth-child(72){opacity:1.2596;transform:translate(29.3429vw,-10px) scale(.4495);animation:fall-72 24s -29s linear infinite}@keyframes fall-72{65.84%{transform:translate(31.9141vw,65.84vh) scale(.4495)}to{transform:translate(30.6285vw,99vh) scale(.4495)}}.snow:nth-child(73){opacity:.77;transform:translate(24.1119vw,-10px) scale(.8582);animation:fall-73 28s -3s linear infinite}@keyframes fall-73{67.811%{transform:translate(15.3546vw,67.811vh) scale(.8582)}to{transform:translate(19.73325vw,99vh) scale(.8582)}}.snow:nth-child(74){opacity:.9528;transform:translate(24.0591vw,-10px) scale(.4042);animation:fall-74 29s -23s linear infinite}@keyframes fall-74{63.229%{transform:translate(15.1224vw,63.229vh) scale(.4042)}to{transform:translate(19.59075vw,99vh) scale(.4042)}}.snow:nth-child(75){opacity:1.6578;transform:translate(42.3467vw,-10px) scale(.376);animation:fall-75 14s -13s linear infinite}@keyframes fall-75{62.299%{transform:translate(32.562vw,62.299vh) scale(.376)}to{transform:translate(37.45435vw,99vh) scale(.376)}}.snow:nth-child(76){opacity:.3818;transform:translate(42.0503vw,-10px) scale(.1804);animation:fall-76 21s -7s linear infinite}@keyframes fall-76{68.952%{transform:translate(37.2217vw,68.952vh) scale(.1804)}to{transform:translate(39.636vw,99vh) scale(.1804)}}.snow:nth-child(77){opacity:.5842;transform:translate(20.7917vw,-10px) scale(.0091);animation:fall-77 15s -30s linear infinite}@keyframes fall-77{64.003%{transform:translate(20.6849vw,64.003vh) scale(.0091)}to{transform:translate(20.7383vw,99vh) scale(.0091)}}.snow:nth-child(78){opacity:1.7746;transform:translate(90.8865vw,-10px) scale(.4748);animation:fall-78 15s -3s linear infinite}@keyframes fall-78{70.487%{transform:translate(96.0528vw,70.487vh) scale(.4748)}to{transform:translate(93.46965vw,99vh) scale(.4748)}}.snow:nth-child(79){opacity:1.4156;transform:translate(56.7606vw,-10px) scale(.116);animation:fall-79 20s -24s linear infinite}@keyframes fall-79{73.145%{transform:translate(51.1598vw,73.145vh) scale(.116)}to{transform:translate(53.9602vw,99vh) scale(.116)}}.snow:nth-child(80){opacity:1.6226;transform:translate(37.4951vw,-10px) scale(.269);animation:fall-80 16s -25s linear infinite}@keyframes fall-80{57.895%{transform:translate(41.2003vw,57.895vh) scale(.269)}to{transform:translate(39.3477vw,99vh) scale(.269)}}.snow:nth-child(81){opacity:1.937;transform:translate(14.7221vw,-10px) scale(.1581);animation:fall-81 17s -1s linear infinite}@keyframes fall-81{44.333%{transform:translate(13.666vw,44.333vh) scale(.1581)}to{transform:translate(14.19405vw,99vh) scale(.1581)}}.snow:nth-child(82){opacity:.6206;transform:translate(96.7862vw,-10px) scale(.9288);animation:fall-82 21s -21s linear infinite}@keyframes fall-82{42.268%{transform:translate(89.9282vw,42.268vh) scale(.9288)}to{transform:translate(93.3572vw,99vh) scale(.9288)}}.snow:nth-child(83){opacity:1.0628;transform:translate(28.5997vw,-10px) scale(.5993);animation:fall-83 17s -8s linear infinite}@keyframes fall-83{57.525%{transform:translate(31.6995vw,57.525vh) scale(.5993)}to{transform:translate(30.1496vw,99vh) scale(.5993)}}.snow:nth-child(84){opacity:.1172;transform:translate(96.9975vw,-10px) scale(.7023);animation:fall-84 14s -16s linear infinite}@keyframes fall-84{49.786%{transform:translate(100.8748vw,49.786vh) scale(.7023)}to{transform:translate(98.93615vw,99vh) scale(.7023)}}.snow:nth-child(85){opacity:1.7288;transform:translate(91.5829vw,-10px) scale(.304);animation:fall-85 18s -29s linear infinite}@keyframes fall-85{40.64%{transform:translate(99.4553vw,40.64vh) scale(.304)}to{transform:translate(95.5191vw,99vh) scale(.304)}}.snow:nth-child(86){opacity:1.8788;transform:translate(51.7875vw,-10px) scale(.6574);animation:fall-86 10s -23s linear infinite}@keyframes fall-86{38.269%{transform:translate(41.8884vw,38.269vh) scale(.6574)}to{transform:translate(46.83795vw,99vh) scale(.6574)}}.snow:nth-child(87){opacity:.9104;transform:translate(75.622vw,-10px) scale(.6571);animation:fall-87 17s -13s linear infinite}@keyframes fall-87{51.71%{transform:translate(71.3195vw,51.71vh) scale(.6571)}to{transform:translate(73.47075vw,99vh) scale(.6571)}}.snow:nth-child(88){opacity:.2164;transform:translate(32.6614vw,-10px) scale(.8639);animation:fall-88 15s -18s linear infinite}@keyframes fall-88{36.004%{transform:translate(26.1168vw,36.004vh) scale(.8639)}to{transform:translate(29.3891vw,99vh) scale(.8639)}}.snow:nth-child(89){opacity:1.1848;transform:translate(22.2267vw,-10px) scale(.5593);animation:fall-89 14s -8s linear infinite}@keyframes fall-89{62.904%{transform:translate(26.2333vw,62.904vh) scale(.5593)}to{transform:translate(24.23vw,99vh) scale(.5593)}}.snow:nth-child(90){opacity:1.8366;transform:translate(71.3416vw,-10px) scale(.4818);animation:fall-90 15s -24s linear infinite}@keyframes fall-90{41.853%{transform:translate(66.3771vw,41.853vh) scale(.4818)}to{transform:translate(68.85935vw,99vh) scale(.4818)}}.snow:nth-child(91){opacity:1.2474;transform:translate(18.7752vw,-10px) scale(.5515);animation:fall-91 16s -16s linear infinite}@keyframes fall-91{51.068%{transform:translate(14.1903vw,51.068vh) scale(.5515)}to{transform:translate(16.48275vw,99vh) scale(.5515)}}.snow:nth-child(92){opacity:1.7924;transform:translate(82.6746vw,-10px) scale(.1967);animation:fall-92 18s -16s linear infinite}@keyframes fall-92{69.512%{transform:translate(74.9907vw,69.512vh) scale(.1967)}to{transform:translate(78.83265vw,99vh) scale(.1967)}}.snow:nth-child(93){opacity:.9502;transform:translate(90.5562vw,-10px) scale(.1078);animation:fall-93 10s -10s linear infinite}@keyframes fall-93{51.22%{transform:translate(86.5953vw,51.22vh) scale(.1078)}to{transform:translate(88.57575vw,99vh) scale(.1078)}}.snow:nth-child(94){opacity:1.345;transform:translate(76.167vw,-10px) scale(.3918);animation:fall-94 18s -24s linear infinite}@keyframes fall-94{30.257%{transform:translate(83.2852vw,30.257vh) scale(.3918)}to{transform:translate(79.7261vw,99vh) scale(.3918)}}.snow:nth-child(95){opacity:.377;transform:translate(9.9648vw,-10px) scale(.1056);animation:fall-95 19s -17s linear infinite}@keyframes fall-95{51.344%{transform:translate(9.9048vw,51.344vh) scale(.1056)}to{transform:translate(9.9348vw,99vh) scale(.1056)}}.snow:nth-child(96){opacity:.2382;transform:translate(6.9863vw,-10px) scale(.7289);animation:fall-96 24s -21s linear infinite}@keyframes fall-96{39.388%{transform:translate(1.9347vw,39.388vh) scale(.7289)}to{transform:translate(4.4605vw,99vh) scale(.7289)}}.snow:nth-child(97){opacity:1.725;transform:translate(87.0927vw,-10px) scale(.2846);animation:fall-97 30s -30s linear infinite}@keyframes fall-97{78.085%{transform:translate(87.8998vw,78.085vh) scale(.2846)}to{transform:translate(87.49625vw,99vh) scale(.2846)}}.snow:nth-child(98){opacity:.297;transform:translate(73.935vw,-10px) scale(.777);animation:fall-98 28s -8s linear infinite}@keyframes fall-98{66.567%{transform:translate(67.6595vw,66.567vh) scale(.777)}to{transform:translate(70.79725vw,99vh) scale(.777)}}.snow:nth-child(99){opacity:1.7304;transform:translate(57.3565vw,-10px) scale(.9007);animation:fall-99 27s -15s linear infinite}@keyframes fall-99{50.739%{transform:translate(62.2699vw,50.739vh) scale(.9007)}to{transform:translate(59.8132vw,99vh) scale(.9007)}}.snow:nth-child(100){opacity:.3326;transform:translate(59.2306vw,-10px) scale(.2277);animation:fall-100 24s -26s linear infinite}@keyframes fall-100{41.204%{transform:translate(62.1166vw,41.204vh) scale(.2277)}to{transform:translate(60.6736vw,99vh) scale(.2277)}}.snow:nth-child(101){opacity:.8092;transform:translate(90.16vw,-10px) scale(.6692);animation:fall-101 22s -23s linear infinite}@keyframes fall-101{74.061%{transform:translate(92.9474vw,74.061vh) scale(.6692)}to{transform:translate(91.5537vw,99vh) scale(.6692)}}.snow:nth-child(102){opacity:1.7366;transform:translate(4.7475vw,-10px) scale(.2606);animation:fall-102 25s -28s linear infinite}@keyframes fall-102{79.437%{transform:translate(7.5888vw,79.437vh) scale(.2606)}to{transform:translate(6.16815vw,99vh) scale(.2606)}}.snow:nth-child(103){opacity:.8122;transform:translate(41.3398vw,-10px) scale(.9968);animation:fall-103 16s -4s linear infinite}@keyframes fall-103{79.399%{transform:translate(40.1974vw,79.399vh) scale(.9968)}to{transform:translate(40.7686vw,99vh) scale(.9968)}}.snow:nth-child(104){opacity:1.7102;transform:translate(50.385vw,-10px) scale(.1624);animation:fall-104 26s -7s linear infinite}@keyframes fall-104{47.384%{transform:translate(42.9012vw,47.384vh) scale(.1624)}to{transform:translate(46.6431vw,99vh) scale(.1624)}}.snow:nth-child(105){opacity:.8354;transform:translate(71.6596vw,-10px) scale(.0829);animation:fall-105 28s -25s linear infinite}@keyframes fall-105{62.421%{transform:translate(77.6347vw,62.421vh) scale(.0829)}to{transform:translate(74.64715vw,99vh) scale(.0829)}}.snow:nth-child(106){opacity:.304;transform:translate(.6861vw,-10px) scale(.4956);animation:fall-106 24s -3s linear infinite}@keyframes fall-106{79.102%{transform:translate(-6.7564vw,79.102vh) scale(.4956)}to{transform:translate(-3.03515vw,99vh) scale(.4956)}}.snow:nth-child(107){opacity:.8482;transform:translate(94.4562vw,-10px) scale(.249);animation:fall-107 27s -10s linear infinite}@keyframes fall-107{48.224%{transform:translate(94.4126vw,48.224vh) scale(.249)}to{transform:translate(94.4344vw,99vh) scale(.249)}}.snow:nth-child(108){opacity:1.12;transform:translate(23.6923vw,-10px) scale(.7151);animation:fall-108 12s -17s linear infinite}@keyframes fall-108{44.967%{transform:translate(28.1426vw,44.967vh) scale(.7151)}to{transform:translate(25.91745vw,99vh) scale(.7151)}}.snow:nth-child(109){opacity:1.666;transform:translate(76.5369vw,-10px) scale(.0655);animation:fall-109 24s -5s linear infinite}@keyframes fall-109{74.013%{transform:translate(68.599vw,74.013vh) scale(.0655)}to{transform:translate(72.56795vw,99vh) scale(.0655)}}.snow:nth-child(110){opacity:.8724;transform:translate(17.8754vw,-10px) scale(.42);animation:fall-110 26s -18s linear infinite}@keyframes fall-110{71.902%{transform:translate(23.7032vw,71.902vh) scale(.42)}to{transform:translate(20.7893vw,99vh) scale(.42)}}.snow:nth-child(111){opacity:1.1008;transform:translate(88.1783vw,-10px) scale(.8478);animation:fall-111 13s -5s linear infinite}@keyframes fall-111{54.774%{transform:translate(90.68vw,54.774vh) scale(.8478)}to{transform:translate(89.42915vw,99vh) scale(.8478)}}.snow:nth-child(112){opacity:.3272;transform:translate(18.3152vw,-10px) scale(.0302);animation:fall-112 26s -24s linear infinite}@keyframes fall-112{42.426%{transform:translate(21.7564vw,42.426vh) scale(.0302)}to{transform:translate(20.0358vw,99vh) scale(.0302)}}.snow:nth-child(113){opacity:.332;transform:translate(51.8234vw,-10px) scale(.4226);animation:fall-113 29s -8s linear infinite}@keyframes fall-113{62.416%{transform:translate(47.2163vw,62.416vh) scale(.4226)}to{transform:translate(49.51985vw,99vh) scale(.4226)}}.snow:nth-child(114){opacity:1.083;transform:translate(70.0976vw,-10px) scale(.1761);animation:fall-114 27s -10s linear infinite}@keyframes fall-114{45.965%{transform:translate(74.3659vw,45.965vh) scale(.1761)}to{transform:translate(72.23175vw,99vh) scale(.1761)}}.snow:nth-child(115){opacity:.9472;transform:translate(67.8362vw,-10px) scale(.4524);animation:fall-115 14s -2s linear infinite}@keyframes fall-115{50.121%{transform:translate(69.3694vw,50.121vh) scale(.4524)}to{transform:translate(68.6028vw,99vh) scale(.4524)}}.snow:nth-child(116){opacity:.4912;transform:translate(93.5023vw,-10px) scale(.895);animation:fall-116 27s -25s linear infinite}@keyframes fall-116{70.394%{transform:translate(98.1095vw,70.394vh) scale(.895)}to{transform:translate(95.8059vw,99vh) scale(.895)}}.snow:nth-child(117){opacity:.9762;transform:translate(80.7608vw,-10px) scale(.5052);animation:fall-117 24s -16s linear infinite}@keyframes fall-117{40.911%{transform:translate(87.2612vw,40.911vh) scale(.5052)}to{transform:translate(84.011vw,99vh) scale(.5052)}}.snow:nth-child(118){opacity:.0262;transform:translate(49.0133vw,-10px) scale(.1533);animation:fall-118 11s -25s linear infinite}@keyframes fall-118{56.939%{transform:translate(44.5565vw,56.939vh) scale(.1533)}to{transform:translate(46.7849vw,99vh) scale(.1533)}}.snow:nth-child(119){opacity:.4274;transform:translate(83.7593vw,-10px) scale(.0496);animation:fall-119 15s -3s linear infinite}@keyframes fall-119{79.333%{transform:translate(80.5607vw,79.333vh) scale(.0496)}to{transform:translate(82.16vw,99vh) scale(.0496)}}.snow:nth-child(120){opacity:1.247;transform:translate(53.6575vw,-10px) scale(.4118);animation:fall-120 11s -14s linear infinite}@keyframes fall-120{33.279%{transform:translate(52.0095vw,33.279vh) scale(.4118)}to{transform:translate(52.8335vw,99vh) scale(.4118)}}.snow:nth-child(121){opacity:1.5692;transform:translate(77.933vw,-10px) scale(.4734);animation:fall-121 24s -8s linear infinite}@keyframes fall-121{34.417%{transform:translate(84.5043vw,34.417vh) scale(.4734)}to{transform:translate(81.21865vw,99vh) scale(.4734)}}.snow:nth-child(122){opacity:.2084;transform:translate(90.9082vw,-10px) scale(.0504);animation:fall-122 10s -12s linear infinite}@keyframes fall-122{47.361%{transform:translate(85.2175vw,47.361vh) scale(.0504)}to{transform:translate(88.06285vw,99vh) scale(.0504)}}.snow:nth-child(123){opacity:.4884;transform:translate(22.3006vw,-10px) scale(.2036);animation:fall-123 28s -19s linear infinite}@keyframes fall-123{33.038%{transform:translate(29.7962vw,33.038vh) scale(.2036)}to{transform:translate(26.0484vw,99vh) scale(.2036)}}.snow:nth-child(124){opacity:.9718;transform:translate(43.0128vw,-10px) scale(.1592);animation:fall-124 26s -12s linear infinite}@keyframes fall-124{47.763%{transform:translate(50.4351vw,47.763vh) scale(.1592)}to{transform:translate(46.72395vw,99vh) scale(.1592)}}.snow:nth-child(125){opacity:.5118;transform:translate(17.016vw,-10px) scale(.4525);animation:fall-125 21s -26s linear infinite}@keyframes fall-125{79.736%{transform:translate(9.7574vw,79.736vh) scale(.4525)}to{transform:translate(13.3867vw,99vh) scale(.4525)}}.snow:nth-child(126){opacity:.3068;transform:translate(77.196vw,-10px) scale(.6821);animation:fall-126 28s -21s linear infinite}@keyframes fall-126{51.757%{transform:translate(78.244vw,51.757vh) scale(.6821)}to{transform:translate(77.72vw,99vh) scale(.6821)}}.snow:nth-child(127){opacity:1.4398;transform:translate(29.7164vw,-10px) scale(.5794);animation:fall-127 21s -14s linear infinite}@keyframes fall-127{43.327%{transform:translate(20.2921vw,43.327vh) scale(.5794)}to{transform:translate(25.00425vw,99vh) scale(.5794)}}.snow:nth-child(128){opacity:.4026;transform:translate(76.6789vw,-10px) scale(.5598);animation:fall-128 28s -20s linear infinite}@keyframes fall-128{61.8%{transform:translate(66.6895vw,61.8vh) scale(.5598)}to{transform:translate(71.6842vw,99vh) scale(.5598)}}.snow:nth-child(129){opacity:1.7796;transform:translate(64.2732vw,-10px) scale(.3087);animation:fall-129 28s -30s linear infinite}@keyframes fall-129{46.852%{transform:translate(61.7578vw,46.852vh) scale(.3087)}to{transform:translate(63.0155vw,99vh) scale(.3087)}}.snow:nth-child(130){opacity:.533;transform:translate(49.331vw,-10px) scale(.5795);animation:fall-130 18s -1s linear infinite}@keyframes fall-130{31.594%{transform:translate(59.2346vw,31.594vh) scale(.5795)}to{transform:translate(54.2828vw,99vh) scale(.5795)}}.snow:nth-child(131){opacity:.0254;transform:translate(61.4103vw,-10px) scale(.0765);animation:fall-131 28s -23s linear infinite}@keyframes fall-131{31.546%{transform:translate(66.3804vw,31.546vh) scale(.0765)}to{transform:translate(63.89535vw,99vh) scale(.0765)}}.snow:nth-child(132){opacity:1.559;transform:translate(58.5578vw,-10px) scale(.6578);animation:fall-132 12s -11s linear infinite}@keyframes fall-132{44.17%{transform:translate(51.3179vw,44.17vh) scale(.6578)}to{transform:translate(54.93785vw,99vh) scale(.6578)}}.snow:nth-child(133){opacity:1.3096;transform:translate(51.7213vw,-10px) scale(.5389);animation:fall-133 17s -8s linear infinite}@keyframes fall-133{31.984%{transform:translate(55.3441vw,31.984vh) scale(.5389)}to{transform:translate(53.5327vw,99vh) scale(.5389)}}.snow:nth-child(134){opacity:1.768;transform:translate(18.6679vw,-10px) scale(.5387);animation:fall-134 12s -6s linear infinite}@keyframes fall-134{59.304%{transform:translate(16.9361vw,59.304vh) scale(.5387)}to{transform:translate(17.802vw,99vh) scale(.5387)}}.snow:nth-child(135){opacity:.7526;transform:translate(48.4181vw,-10px) scale(.4538);animation:fall-135 15s -14s linear infinite}@keyframes fall-135{58.598%{transform:translate(46.0195vw,58.598vh) scale(.4538)}to{transform:translate(47.2188vw,99vh) scale(.4538)}}.snow:nth-child(136){opacity:1.454;transform:translate(89.3076vw,-10px) scale(.8628);animation:fall-136 20s -23s linear infinite}@keyframes fall-136{79.315%{transform:translate(92.952vw,79.315vh) scale(.8628)}to{transform:translate(91.1298vw,99vh) scale(.8628)}}.snow:nth-child(137){opacity:.1642;transform:translate(27.8646vw,-10px) scale(.0331);animation:fall-137 12s -7s linear infinite}@keyframes fall-137{67.898%{transform:translate(20.5823vw,67.898vh) scale(.0331)}to{transform:translate(24.22345vw,99vh) scale(.0331)}}.snow:nth-child(138){opacity:1.978;transform:translate(9.6967vw,-10px) scale(.7613);animation:fall-138 22s -1s linear infinite}@keyframes fall-138{68.959%{transform:translate(18.2898vw,68.959vh) scale(.7613)}to{transform:translate(13.99325vw,99vh) scale(.7613)}}.snow:nth-child(139){opacity:1.6044;transform:translate(16.6498vw,-10px) scale(.5843);animation:fall-139 14s -11s linear infinite}@keyframes fall-139{66.183%{transform:translate(7.3349vw,66.183vh) scale(.5843)}to{transform:translate(11.99235vw,99vh) scale(.5843)}}.snow:nth-child(140){opacity:1.3352;transform:translate(23.6032vw,-10px) scale(.4595);animation:fall-140 25s -18s linear infinite}@keyframes fall-140{40.849%{transform:translate(21.9074vw,40.849vh) scale(.4595)}to{transform:translate(22.7553vw,99vh) scale(.4595)}}.snow:nth-child(141){opacity:.9426;transform:translate(44.8065vw,-10px) scale(.266);animation:fall-141 29s -9s linear infinite}@keyframes fall-141{41.491%{transform:translate(52.2608vw,41.491vh) scale(.266)}to{transform:translate(48.53365vw,99vh) scale(.266)}}.snow:nth-child(142){opacity:.363;transform:translate(71.9381vw,-10px) scale(.6251);animation:fall-142 12s -5s linear infinite}@keyframes fall-142{30.142%{transform:translate(75.6789vw,30.142vh) scale(.6251)}to{transform:translate(73.8085vw,99vh) scale(.6251)}}.snow:nth-child(143){opacity:.9628;transform:translate(74.8477vw,-10px) scale(.3573);animation:fall-143 10s -29s linear infinite}@keyframes fall-143{43.334%{transform:translate(68.0948vw,43.334vh) scale(.3573)}to{transform:translate(71.47125vw,99vh) scale(.3573)}}.snow:nth-child(144){opacity:1.064;transform:translate(46.6067vw,-10px) scale(.2451);animation:fall-144 26s -9s linear infinite}@keyframes fall-144{38.092%{transform:translate(42.8173vw,38.092vh) scale(.2451)}to{transform:translate(44.712vw,99vh) scale(.2451)}}.snow:nth-child(145){opacity:.66;transform:translate(71.0204vw,-10px) scale(.0918);animation:fall-145 28s -15s linear infinite}@keyframes fall-145{73.663%{transform:translate(71.9896vw,73.663vh) scale(.0918)}to{transform:translate(71.505vw,99vh) scale(.0918)}}.snow:nth-child(146){opacity:.011;transform:translate(22.606vw,-10px) scale(.6861);animation:fall-146 18s -11s linear infinite}@keyframes fall-146{34.772%{transform:translate(28.799vw,34.772vh) scale(.6861)}to{transform:translate(25.7025vw,99vh) scale(.6861)}}.snow:nth-child(147){opacity:.1988;transform:translate(8.3699vw,-10px) scale(.7177);animation:fall-147 24s -11s linear infinite}@keyframes fall-147{73.408%{transform:translate(9.0738vw,73.408vh) scale(.7177)}to{transform:translate(8.72185vw,99vh) scale(.7177)}}.snow:nth-child(148){opacity:.9476;transform:translate(22.7777vw,-10px) scale(.6494);animation:fall-148 22s -18s linear infinite}@keyframes fall-148{35.949%{transform:translate(21.978vw,35.949vh) scale(.6494)}to{transform:translate(22.37785vw,99vh) scale(.6494)}}.snow:nth-child(149){opacity:.6056;transform:translate(26.3986vw,-10px) scale(.0175);animation:fall-149 19s -1s linear infinite}@keyframes fall-149{31.58%{transform:translate(27.5707vw,31.58vh) scale(.0175)}to{transform:translate(26.98465vw,99vh) scale(.0175)}}.snow:nth-child(150){opacity:1.772;transform:translate(28.7842vw,-10px) scale(.7788);animation:fall-150 19s -7s linear infinite}@keyframes fall-150{62.564%{transform:translate(23.6352vw,62.564vh) scale(.7788)}to{transform:translate(26.2097vw,99vh) scale(.7788)}}.snow:nth-child(151){opacity:1.7268;transform:translate(52.2vw,-10px) scale(.6664);animation:fall-151 25s -13s linear infinite}@keyframes fall-151{37.381%{transform:translate(44.5567vw,37.381vh) scale(.6664)}to{transform:translate(48.37835vw,99vh) scale(.6664)}}.snow:nth-child(152){opacity:.1802;transform:translate(79.3732vw,-10px) scale(.3759);animation:fall-152 22s -18s linear infinite}@keyframes fall-152{60.03%{transform:translate(75.4134vw,60.03vh) scale(.3759)}to{transform:translate(77.3933vw,99vh) scale(.3759)}}.snow:nth-child(153){opacity:1.1096;transform:translate(36.426vw,-10px) scale(.4943);animation:fall-153 19s -18s linear infinite}@keyframes fall-153{62.013%{transform:translate(32.1806vw,62.013vh) scale(.4943)}to{transform:translate(34.3033vw,99vh) scale(.4943)}}.snow:nth-child(154){opacity:.1444;transform:translate(25.9583vw,-10px) scale(.5288);animation:fall-154 29s -20s linear infinite}@keyframes fall-154{63.981%{transform:translate(33.8168vw,63.981vh) scale(.5288)}to{transform:translate(29.88755vw,99vh) scale(.5288)}}.snow:nth-child(155){opacity:1.3496;transform:translate(56.1108vw,-10px) scale(.4172);animation:fall-155 12s -10s linear infinite}@keyframes fall-155{45.194%{transform:translate(54.2654vw,45.194vh) scale(.4172)}to{transform:translate(55.1881vw,99vh) scale(.4172)}}.snow:nth-child(156){opacity:.507;transform:translate(84.5398vw,-10px) scale(.6988);animation:fall-156 17s -17s linear infinite}@keyframes fall-156{52.513%{transform:translate(77.7005vw,52.513vh) scale(.6988)}to{transform:translate(81.12015vw,99vh) scale(.6988)}}.snow:nth-child(157){opacity:.9552;transform:translate(54.3718vw,-10px) scale(.3009);animation:fall-157 14s -22s linear infinite}@keyframes fall-157{48.944%{transform:translate(51.9441vw,48.944vh) scale(.3009)}to{transform:translate(53.15795vw,99vh) scale(.3009)}}.snow:nth-child(158){opacity:.695;transform:translate(16.7434vw,-10px) scale(.8593);animation:fall-158 27s -8s linear infinite}@keyframes fall-158{40.12%{transform:translate(22.5155vw,40.12vh) scale(.8593)}to{transform:translate(19.62945vw,99vh) scale(.8593)}}.snow:nth-child(159){opacity:.879;transform:translate(96.6652vw,-10px) scale(.7101);animation:fall-159 28s -11s linear infinite}@keyframes fall-159{30.304%{transform:translate(98.2993vw,30.304vh) scale(.7101)}to{transform:translate(97.48225vw,99vh) scale(.7101)}}.snow:nth-child(160){opacity:1.5466;transform:translate(46.8578vw,-10px) scale(.2059);animation:fall-160 29s -12s linear infinite}@keyframes fall-160{79.768%{transform:translate(45.0665vw,79.768vh) scale(.2059)}to{transform:translate(45.96215vw,99vh) scale(.2059)}}.snow:nth-child(161){opacity:1.092;transform:translate(93.0508vw,-10px) scale(.7533);animation:fall-161 19s -26s linear infinite}@keyframes fall-161{31.988%{transform:translate(84.6695vw,31.988vh) scale(.7533)}to{transform:translate(88.86015vw,99vh) scale(.7533)}}.snow:nth-child(162){opacity:1.7584;transform:translate(58.5529vw,-10px) scale(.4773);animation:fall-162 17s -29s linear infinite}@keyframes fall-162{56.704%{transform:translate(55.059vw,56.704vh) scale(.4773)}to{transform:translate(56.80595vw,99vh) scale(.4773)}}.snow:nth-child(163){opacity:.3102;transform:translate(20.6598vw,-10px) scale(.5705);animation:fall-163 11s -8s linear infinite}@keyframes fall-163{56.514%{transform:translate(29.17vw,56.514vh) scale(.5705)}to{transform:translate(24.9149vw,99vh) scale(.5705)}}.snow:nth-child(164){opacity:.0774;transform:translate(85.1993vw,-10px) scale(.9722);animation:fall-164 23s -15s linear infinite}@keyframes fall-164{70.696%{transform:translate(91.2046vw,70.696vh) scale(.9722)}to{transform:translate(88.20195vw,99vh) scale(.9722)}}.snow:nth-child(165){opacity:1.1034;transform:translate(5.5913vw,-10px) scale(.69);animation:fall-165 14s -24s linear infinite}@keyframes fall-165{61.404%{transform:translate(.3191vw,61.404vh) scale(.69)}to{transform:translate(2.9552vw,99vh) scale(.69)}}.snow:nth-child(166){opacity:1.9438;transform:translate(98.5271vw,-10px) scale(.9642);animation:fall-166 21s -13s linear infinite}@keyframes fall-166{61.138%{transform:translate(91.8043vw,61.138vh) scale(.9642)}to{transform:translate(95.1657vw,99vh) scale(.9642)}}.snow:nth-child(167){opacity:1.7304;transform:translate(30.5108vw,-10px) scale(.7761);animation:fall-167 23s -20s linear infinite}@keyframes fall-167{78.03%{transform:translate(30.1632vw,78.03vh) scale(.7761)}to{transform:translate(30.337vw,99vh) scale(.7761)}}.snow:nth-child(168){opacity:.7894;transform:translate(46.6523vw,-10px) scale(.6173);animation:fall-168 19s -25s linear infinite}@keyframes fall-168{77.45%{transform:translate(55.39vw,77.45vh) scale(.6173)}to{transform:translate(51.02115vw,99vh) scale(.6173)}}.snow:nth-child(169){opacity:.6532;transform:translate(43.0837vw,-10px) scale(.3493);animation:fall-169 26s -27s linear infinite}@keyframes fall-169{56.119%{transform:translate(35.3082vw,56.119vh) scale(.3493)}to{transform:translate(39.19595vw,99vh) scale(.3493)}}.snow:nth-child(170){opacity:.3176;transform:translate(97.8325vw,-10px) scale(.1183);animation:fall-170 21s -21s linear infinite}@keyframes fall-170{53.888%{transform:translate(102.3764vw,53.888vh) scale(.1183)}to{transform:translate(100.10445vw,99vh) scale(.1183)}}.snow:nth-child(171){opacity:.7148;transform:translate(22.014vw,-10px) scale(.0807);animation:fall-171 13s -3s linear infinite}@keyframes fall-171{49.87%{transform:translate(19.5189vw,49.87vh) scale(.0807)}to{transform:translate(20.76645vw,99vh) scale(.0807)}}.snow:nth-child(172){opacity:.084;transform:translate(60.7466vw,-10px) scale(.1967);animation:fall-172 16s -10s linear infinite}@keyframes fall-172{53.186%{transform:translate(58.1474vw,53.186vh) scale(.1967)}to{transform:translate(59.447vw,99vh) scale(.1967)}}.snow:nth-child(173){opacity:.1266;transform:translate(54.8336vw,-10px) scale(.4366);animation:fall-173 13s -7s linear infinite}@keyframes fall-173{39.863%{transform:translate(56.623vw,39.863vh) scale(.4366)}to{transform:translate(55.7283vw,99vh) scale(.4366)}}.snow:nth-child(174){opacity:1.3128;transform:translate(15.8357vw,-10px) scale(.3466);animation:fall-174 27s -14s linear infinite}@keyframes fall-174{38.415%{transform:translate(22.6483vw,38.415vh) scale(.3466)}to{transform:translate(19.242vw,99vh) scale(.3466)}}.snow:nth-child(175){opacity:1.62;transform:translate(30.9455vw,-10px) scale(.0491);animation:fall-175 15s -10s linear infinite}@keyframes fall-175{69.692%{transform:translate(27.0513vw,69.692vh) scale(.0491)}to{transform:translate(28.9984vw,99vh) scale(.0491)}}.snow:nth-child(176){opacity:.6496;transform:translate(43.4879vw,-10px) scale(.9745);animation:fall-176 19s -8s linear infinite}@keyframes fall-176{41.135%{transform:translate(47.4791vw,41.135vh) scale(.9745)}to{transform:translate(45.4835vw,99vh) scale(.9745)}}.snow:nth-child(177){opacity:.987;transform:translate(65.5382vw,-10px) scale(.8836);animation:fall-177 14s -12s linear infinite}@keyframes fall-177{37.079%{transform:translate(58.413vw,37.079vh) scale(.8836)}to{transform:translate(61.9756vw,99vh) scale(.8836)}}.snow:nth-child(178){opacity:1.5676;transform:translate(11.7565vw,-10px) scale(.0006);animation:fall-178 10s -26s linear infinite}@keyframes fall-178{41.139%{transform:translate(7.223vw,41.139vh) scale(.0006)}to{transform:translate(9.48975vw,99vh) scale(.0006)}}.snow:nth-child(179){opacity:.833;transform:translate(47.2848vw,-10px) scale(.0894);animation:fall-179 20s -18s linear infinite}@keyframes fall-179{44.82%{transform:translate(53.3339vw,44.82vh) scale(.0894)}to{transform:translate(50.30935vw,99vh) scale(.0894)}}.snow:nth-child(180){opacity:1.8572;transform:translate(52.3717vw,-10px) scale(.7714);animation:fall-180 16s -30s linear infinite}@keyframes fall-180{48.728%{transform:translate(61.8768vw,48.728vh) scale(.7714)}to{transform:translate(57.12425vw,99vh) scale(.7714)}}.snow:nth-child(181){opacity:1.2922;transform:translate(55.31vw,-10px) scale(.7819);animation:fall-181 24s -9s linear infinite}@keyframes fall-181{67.024%{transform:translate(63.8808vw,67.024vh) scale(.7819)}to{transform:translate(59.5954vw,99vh) scale(.7819)}}.snow:nth-child(182){opacity:1.7402;transform:translate(27.2929vw,-10px) scale(.43);animation:fall-182 20s -10s linear infinite}@keyframes fall-182{61.205%{transform:translate(18.6619vw,61.205vh) scale(.43)}to{transform:translate(22.9774vw,99vh) scale(.43)}}.snow:nth-child(183){opacity:1.5172;transform:translate(19.5751vw,-10px) scale(.5025);animation:fall-183 30s -8s linear infinite}@keyframes fall-183{49.22%{transform:translate(21.074vw,49.22vh) scale(.5025)}to{transform:translate(20.32455vw,99vh) scale(.5025)}}.snow:nth-child(184){opacity:1.326;transform:translate(5.5179vw,-10px) scale(.2158);animation:fall-184 26s -26s linear infinite}@keyframes fall-184{55.434%{transform:translate(8.9446vw,55.434vh) scale(.2158)}to{transform:translate(7.23125vw,99vh) scale(.2158)}}.snow:nth-child(185){opacity:1.8968;transform:translate(8.1435vw,-10px) scale(.4834);animation:fall-185 21s -6s linear infinite}@keyframes fall-185{75.198%{transform:translate(7.1195vw,75.198vh) scale(.4834)}to{transform:translate(7.6315vw,99vh) scale(.4834)}}.snow:nth-child(186){opacity:1.1462;transform:translate(73.4596vw,-10px) scale(.2847);animation:fall-186 23s -13s linear infinite}@keyframes fall-186{62.295%{transform:translate(82.2665vw,62.295vh) scale(.2847)}to{transform:translate(77.86305vw,99vh) scale(.2847)}}.snow:nth-child(187){opacity:1.5186;transform:translate(73.271vw,-10px) scale(.3712);animation:fall-187 17s -12s linear infinite}@keyframes fall-187{54.946%{transform:translate(69.5424vw,54.946vh) scale(.3712)}to{transform:translate(71.4067vw,99vh) scale(.3712)}}.snow:nth-child(188){opacity:1.9634;transform:translate(59.4554vw,-10px) scale(.6194);animation:fall-188 29s -10s linear infinite}@keyframes fall-188{50.836%{transform:translate(65.9831vw,50.836vh) scale(.6194)}to{transform:translate(62.71925vw,99vh) scale(.6194)}}.snow:nth-child(189){opacity:.3814;transform:translate(14.6428vw,-10px) scale(.9124);animation:fall-189 30s -1s linear infinite}@keyframes fall-189{38.569%{transform:translate(11.6572vw,38.569vh) scale(.9124)}to{transform:translate(13.15vw,99vh) scale(.9124)}}.snow:nth-child(190){opacity:.8112;transform:translate(70.769vw,-10px) scale(.8793);animation:fall-190 23s -21s linear infinite}@keyframes fall-190{38.117%{transform:translate(71.2354vw,38.117vh) scale(.8793)}to{transform:translate(71.0022vw,99vh) scale(.8793)}}.snow:nth-child(191){opacity:1.651;transform:translate(21.4255vw,-10px) scale(.025);animation:fall-191 23s -5s linear infinite}@keyframes fall-191{30.316%{transform:translate(20.5538vw,30.316vh) scale(.025)}to{transform:translate(20.98965vw,99vh) scale(.025)}}.snow:nth-child(192){opacity:.521;transform:translate(1.7249vw,-10px) scale(.8787);animation:fall-192 13s -21s linear infinite}@keyframes fall-192{51.931%{transform:translate(-4.1996vw,51.931vh) scale(.8787)}to{transform:translate(-1.23735vw,99vh) scale(.8787)}}.snow:nth-child(193){opacity:.3088;transform:translate(47.8527vw,-10px) scale(.1968);animation:fall-193 23s -4s linear infinite}@keyframes fall-193{65.808%{transform:translate(39.3326vw,65.808vh) scale(.1968)}to{transform:translate(43.59265vw,99vh) scale(.1968)}}.snow:nth-child(194){opacity:.268;transform:translate(93.258vw,-10px) scale(.1303);animation:fall-194 26s -9s linear infinite}@keyframes fall-194{45.875%{transform:translate(85.8888vw,45.875vh) scale(.1303)}to{transform:translate(89.5734vw,99vh) scale(.1303)}}.snow:nth-child(195){opacity:.9024;transform:translate(75.6861vw,-10px) scale(.7607);animation:fall-195 24s -21s linear infinite}@keyframes fall-195{46.958%{transform:translate(83.5529vw,46.958vh) scale(.7607)}to{transform:translate(79.6195vw,99vh) scale(.7607)}}.snow:nth-child(196){opacity:.077;transform:translate(8.2021vw,-10px) scale(.9073);animation:fall-196 18s -22s linear infinite}@keyframes fall-196{35.979%{transform:translate(-1.615vw,35.979vh) scale(.9073)}to{transform:translate(3.29355vw,99vh) scale(.9073)}}.snow:nth-child(197){opacity:.9356;transform:translate(12.9535vw,-10px) scale(.3686);animation:fall-197 21s -16s linear infinite}@keyframes fall-197{47.526%{transform:translate(16.9142vw,47.526vh) scale(.3686)}to{transform:translate(14.93385vw,99vh) scale(.3686)}}.snow:nth-child(198){opacity:1.6714;transform:translate(51.6493vw,-10px) scale(.6378);animation:fall-198 11s -4s linear infinite}@keyframes fall-198{79.121%{transform:translate(54.8216vw,79.121vh) scale(.6378)}to{transform:translate(53.23545vw,99vh) scale(.6378)}}.snow:nth-child(199){opacity:1.4118;transform:translate(37.3887vw,-10px) scale(.2465);animation:fall-199 14s -12s linear infinite}@keyframes fall-199{53.883%{transform:translate(41.9937vw,53.883vh) scale(.2465)}to{transform:translate(39.6912vw,99vh) scale(.2465)}}.snow:nth-child(200){opacity:.4618;transform:translate(22.4632vw,-10px) scale(.854);animation:fall-200 15s -10s linear infinite}@keyframes fall-200{35.606%{transform:translate(15.6676vw,35.606vh) scale(.854)}to{transform:translate(19.0654vw,99vh) scale(.854)}}.snow:nth-child(201){opacity:.3784;transform:translate(66.0592vw,-10px) scale(.1505);animation:fall-201 26s -12s linear infinite}@keyframes fall-201{34.902%{transform:translate(74.5298vw,34.902vh) scale(.1505)}to{transform:translate(70.2945vw,99vh) scale(.1505)}}.snow:nth-child(202){opacity:.59;transform:translate(97.4863vw,-10px) scale(.6947);animation:fall-202 26s -18s linear infinite}@keyframes fall-202{32.288%{transform:translate(97.829vw,32.288vh) scale(.6947)}to{transform:translate(97.65765vw,99vh) scale(.6947)}}.snow:nth-child(203){opacity:.2908;transform:translate(22.5649vw,-10px) scale(.3043);animation:fall-203 30s -15s linear infinite}@keyframes fall-203{71.048%{transform:translate(19.7222vw,71.048vh) scale(.3043)}to{transform:translate(21.14355vw,99vh) scale(.3043)}}.snow:nth-child(204){opacity:.1282;transform:translate(19.0929vw,-10px) scale(.2859);animation:fall-204 24s -10s linear infinite}@keyframes fall-204{69.933%{transform:translate(23.5599vw,69.933vh) scale(.2859)}to{transform:translate(21.3264vw,99vh) scale(.2859)}}.snow:nth-child(205){opacity:1.6518;transform:translate(37.9408vw,-10px) scale(.9623);animation:fall-205 16s -6s linear infinite}@keyframes fall-205{43.548%{transform:translate(30.1167vw,43.548vh) scale(.9623)}to{transform:translate(34.02875vw,99vh) scale(.9623)}}.snow:nth-child(206){opacity:.0774;transform:translate(71.5861vw,-10px) scale(.6148);animation:fall-206 25s -11s linear infinite}@keyframes fall-206{48.338%{transform:translate(66.4338vw,48.338vh) scale(.6148)}to{transform:translate(69.00995vw,99vh) scale(.6148)}}.snow:nth-child(207){opacity:.2096;transform:translate(39.2133vw,-10px) scale(.8402);animation:fall-207 25s -14s linear infinite}@keyframes fall-207{43.992%{transform:translate(37.8842vw,43.992vh) scale(.8402)}to{transform:translate(38.54875vw,99vh) scale(.8402)}}.snow:nth-child(208){opacity:.507;transform:translate(51.9445vw,-10px) scale(.4117);animation:fall-208 11s -28s linear infinite}@keyframes fall-208{30.086%{transform:translate(53.5892vw,30.086vh) scale(.4117)}to{transform:translate(52.76685vw,99vh) scale(.4117)}}.snow:nth-child(209){opacity:1.7716;transform:translate(26.6805vw,-10px) scale(.3784);animation:fall-209 20s -6s linear infinite}@keyframes fall-209{72%{transform:translate(26.4669vw,72vh) scale(.3784)}to{transform:translate(26.5737vw,99vh) scale(.3784)}}.snow:nth-child(210){opacity:1.5984;transform:translate(95.1104vw,-10px) scale(.6828);animation:fall-210 11s -28s linear infinite}@keyframes fall-210{41.699%{transform:translate(100.1365vw,41.699vh) scale(.6828)}to{transform:translate(97.62345vw,99vh) scale(.6828)}}.snow:nth-child(211){opacity:.5334;transform:translate(2.4721vw,-10px) scale(.2635);animation:fall-211 13s -25s linear infinite}@keyframes fall-211{47.025%{transform:translate(5.2119vw,47.025vh) scale(.2635)}to{transform:translate(3.842vw,99vh) scale(.2635)}}.snow:nth-child(212){opacity:1.11;transform:translate(27.6301vw,-10px) scale(.1515);animation:fall-212 29s -24s linear infinite}@keyframes fall-212{37.693%{transform:translate(17.7683vw,37.693vh) scale(.1515)}to{transform:translate(22.6992vw,99vh) scale(.1515)}}.snow:nth-child(213){opacity:.547;transform:translate(51.1483vw,-10px) scale(.3747);animation:fall-213 27s -22s linear infinite}@keyframes fall-213{74.984%{transform:translate(55.1716vw,74.984vh) scale(.3747)}to{transform:translate(53.15995vw,99vh) scale(.3747)}}.snow:nth-child(214){opacity:1.7866;transform:translate(1.9727vw,-10px) scale(.7077);animation:fall-214 19s -30s linear infinite}@keyframes fall-214{55.88%{transform:translate(7.1191vw,55.88vh) scale(.7077)}to{transform:translate(4.5459vw,99vh) scale(.7077)}}.snow:nth-child(215){opacity:1.6908;transform:translate(8.324vw,-10px) scale(.033);animation:fall-215 24s -27s linear infinite}@keyframes fall-215{36.578%{transform:translate(8.2688vw,36.578vh) scale(.033)}to{transform:translate(8.2964vw,99vh) scale(.033)}}.snow:nth-child(216){opacity:1.0868;transform:translate(82.2962vw,-10px) scale(.2945);animation:fall-216 26s -5s linear infinite}@keyframes fall-216{50.673%{transform:translate(89.1317vw,50.673vh) scale(.2945)}to{transform:translate(85.71395vw,99vh) scale(.2945)}}.snow:nth-child(217){opacity:.6796;transform:translate(11.1807vw,-10px) scale(.7182);animation:fall-217 18s -4s linear infinite}@keyframes fall-217{44.692%{transform:translate(16.7924vw,44.692vh) scale(.7182)}to{transform:translate(13.98655vw,99vh) scale(.7182)}}.snow:nth-child(218){opacity:1.039;transform:translate(61.5813vw,-10px) scale(.2612);animation:fall-218 16s -13s linear infinite}@keyframes fall-218{40.473%{transform:translate(59.2141vw,40.473vh) scale(.2612)}to{transform:translate(60.3977vw,99vh) scale(.2612)}}.snow:nth-child(219){opacity:1.2758;transform:translate(15.5401vw,-10px) scale(.9745);animation:fall-219 15s -25s linear infinite}@keyframes fall-219{38.887%{transform:translate(15.4715vw,38.887vh) scale(.9745)}to{transform:translate(15.5058vw,99vh) scale(.9745)}}.snow:nth-child(220){opacity:1.7776;transform:translate(34.1928vw,-10px) scale(.1635);animation:fall-220 10s -9s linear infinite}@keyframes fall-220{52.973%{transform:translate(36.6429vw,52.973vh) scale(.1635)}to{transform:translate(35.41785vw,99vh) scale(.1635)}}.snow:nth-child(221){opacity:1.8504;transform:translate(56.4966vw,-10px) scale(.2008);animation:fall-221 14s -21s linear infinite}@keyframes fall-221{78.156%{transform:translate(57.1008vw,78.156vh) scale(.2008)}to{transform:translate(56.7987vw,99vh) scale(.2008)}}.snow:nth-child(222){opacity:.4394;transform:translate(67.2256vw,-10px) scale(.6473);animation:fall-222 20s -22s linear infinite}@keyframes fall-222{66.696%{transform:translate(61.2652vw,66.696vh) scale(.6473)}to{transform:translate(64.2454vw,99vh) scale(.6473)}}.snow:nth-child(223){opacity:1.5598;transform:translate(53.4323vw,-10px) scale(.5782);animation:fall-223 22s -8s linear infinite}@keyframes fall-223{77.664%{transform:translate(44.8428vw,77.664vh) scale(.5782)}to{transform:translate(49.13755vw,99vh) scale(.5782)}}.snow:nth-child(224){opacity:.6788;transform:translate(22.557vw,-10px) scale(.4799);animation:fall-224 24s -6s linear infinite}@keyframes fall-224{63.793%{transform:translate(30.569vw,63.793vh) scale(.4799)}to{transform:translate(26.563vw,99vh) scale(.4799)}}.snow:nth-child(225){opacity:.9308;transform:translate(33.8384vw,-10px) scale(.9457);animation:fall-225 14s -15s linear infinite}@keyframes fall-225{59.594%{transform:translate(36.8385vw,59.594vh) scale(.9457)}to{transform:translate(35.33845vw,99vh) scale(.9457)}}.snow:nth-child(226){opacity:.4814;transform:translate(68.2366vw,-10px) scale(.4488);animation:fall-226 14s -20s linear infinite}@keyframes fall-226{45.002%{transform:translate(70.2598vw,45.002vh) scale(.4488)}to{transform:translate(69.2482vw,99vh) scale(.4488)}}.snow:nth-child(227){opacity:1.8418;transform:translate(.3951vw,-10px) scale(.2032);animation:fall-227 11s -19s linear infinite}@keyframes fall-227{72.945%{transform:translate(-8.3473vw,72.945vh) scale(.2032)}to{transform:translate(-3.9761vw,99vh) scale(.2032)}}.snow:nth-child(228){opacity:.1872;transform:translate(17.7274vw,-10px) scale(.4934);animation:fall-228 18s -15s linear infinite}@keyframes fall-228{38.243%{transform:translate(21.7019vw,38.243vh) scale(.4934)}to{transform:translate(19.71465vw,99vh) scale(.4934)}}.snow:nth-child(229){opacity:1.1796;transform:translate(85.3024vw,-10px) scale(.0125);animation:fall-229 12s -15s linear infinite}@keyframes fall-229{67.385%{transform:translate(90.5479vw,67.385vh) scale(.0125)}to{transform:translate(87.92515vw,99vh) scale(.0125)}}.snow:nth-child(230){opacity:.7656;transform:translate(65.3041vw,-10px) scale(.0634);animation:fall-230 25s -15s linear infinite}@keyframes fall-230{49.499%{transform:translate(66.366vw,49.499vh) scale(.0634)}to{transform:translate(65.83505vw,99vh) scale(.0634)}}.snow:nth-child(231){opacity:1.7092;transform:translate(74.0095vw,-10px) scale(.249);animation:fall-231 10s -18s linear infinite}@keyframes fall-231{55.189%{transform:translate(79.9159vw,55.189vh) scale(.249)}to{transform:translate(76.9627vw,99vh) scale(.249)}}.snow:nth-child(232){opacity:.7426;transform:translate(43.9804vw,-10px) scale(.7219);animation:fall-232 26s -22s linear infinite}@keyframes fall-232{31.58%{transform:translate(38.0096vw,31.58vh) scale(.7219)}to{transform:translate(40.995vw,99vh) scale(.7219)}}.snow:nth-child(233){opacity:1.734;transform:translate(23.7331vw,-10px) scale(.2449);animation:fall-233 20s -16s linear infinite}@keyframes fall-233{57.365%{transform:translate(23.7369vw,57.365vh) scale(.2449)}to{transform:translate(23.735vw,99vh) scale(.2449)}}.snow:nth-child(234){opacity:.7138;transform:translate(20.3122vw,-10px) scale(.3437);animation:fall-234 13s -8s linear infinite}@keyframes fall-234{44.368%{transform:translate(23.3966vw,44.368vh) scale(.3437)}to{transform:translate(21.8544vw,99vh) scale(.3437)}}.snow:nth-child(235){opacity:.8136;transform:translate(49.3876vw,-10px) scale(.0275);animation:fall-235 17s -29s linear infinite}@keyframes fall-235{68.387%{transform:translate(51.8903vw,68.387vh) scale(.0275)}to{transform:translate(50.63895vw,99vh) scale(.0275)}}.snow:nth-child(236){opacity:.2818;transform:translate(96.2144vw,-10px) scale(.1339);animation:fall-236 15s -6s linear infinite}@keyframes fall-236{57.928%{transform:translate(94.6709vw,57.928vh) scale(.1339)}to{transform:translate(95.44265vw,99vh) scale(.1339)}}.snow:nth-child(237){opacity:1.661;transform:translate(51.5691vw,-10px) scale(.4028);animation:fall-237 26s -1s linear infinite}@keyframes fall-237{75.832%{transform:translate(52.3404vw,75.832vh) scale(.4028)}to{transform:translate(51.95475vw,99vh) scale(.4028)}}.snow:nth-child(238){opacity:1.0986;transform:translate(74.3802vw,-10px) scale(.5434);animation:fall-238 23s -11s linear infinite}@keyframes fall-238{68.393%{transform:translate(79.3457vw,68.393vh) scale(.5434)}to{transform:translate(76.86295vw,99vh) scale(.5434)}}.snow:nth-child(239){opacity:1.9992;transform:translate(58.9262vw,-10px) scale(.5845);animation:fall-239 21s -24s linear infinite}@keyframes fall-239{34.95%{transform:translate(59.0371vw,34.95vh) scale(.5845)}to{transform:translate(58.98165vw,99vh) scale(.5845)}}.snow:nth-child(240){opacity:1.6454;transform:translate(76.7635vw,-10px) scale(.1743);animation:fall-240 11s -17s linear infinite}@keyframes fall-240{30.162%{transform:translate(68.9813vw,30.162vh) scale(.1743)}to{transform:translate(72.8724vw,99vh) scale(.1743)}}.snow:nth-child(241){opacity:1.4968;transform:translate(15.047vw,-10px) scale(.9124);animation:fall-241 26s -28s linear infinite}@keyframes fall-241{41.352%{transform:translate(18.1805vw,41.352vh) scale(.9124)}to{transform:translate(16.61375vw,99vh) scale(.9124)}}.snow:nth-child(242){opacity:.1408;transform:translate(41.7905vw,-10px) scale(.4174);animation:fall-242 16s -1s linear infinite}@keyframes fall-242{65.708%{transform:translate(41.479vw,65.708vh) scale(.4174)}to{transform:translate(41.63475vw,99vh) scale(.4174)}}.snow:nth-child(243){opacity:1.6626;transform:translate(59.5894vw,-10px) scale(.9772);animation:fall-243 26s -13s linear infinite}@keyframes fall-243{75.773%{transform:translate(67.0281vw,75.773vh) scale(.9772)}to{transform:translate(63.30875vw,99vh) scale(.9772)}}.snow:nth-child(244){opacity:.7206;transform:translate(33.8672vw,-10px) scale(.3556);animation:fall-244 17s -30s linear infinite}@keyframes fall-244{31.788%{transform:translate(28.7852vw,31.788vh) scale(.3556)}to{transform:translate(31.3262vw,99vh) scale(.3556)}}.snow:nth-child(245){opacity:.1782;transform:translate(94.8664vw,-10px) scale(.8633);animation:fall-245 24s -26s linear infinite}@keyframes fall-245{67.168%{transform:translate(94.8703vw,67.168vh) scale(.8633)}to{transform:translate(94.86835vw,99vh) scale(.8633)}}.snow:nth-child(246){opacity:1.9632;transform:translate(43.5037vw,-10px) scale(.0726);animation:fall-246 21s -30s linear infinite}@keyframes fall-246{40.871%{transform:translate(38.9009vw,40.871vh) scale(.0726)}to{transform:translate(41.2023vw,99vh) scale(.0726)}}.snow:nth-child(247){opacity:1.1754;transform:translate(23.5461vw,-10px) scale(.1632);animation:fall-247 25s -21s linear infinite}@keyframes fall-247{79.103%{transform:translate(32.7611vw,79.103vh) scale(.1632)}to{transform:translate(28.1536vw,99vh) scale(.1632)}}.snow:nth-child(248){opacity:1.6938;transform:translate(47.8306vw,-10px) scale(.5043);animation:fall-248 11s -29s linear infinite}@keyframes fall-248{45.798%{transform:translate(48.7792vw,45.798vh) scale(.5043)}to{transform:translate(48.3049vw,99vh) scale(.5043)}}.snow:nth-child(249){opacity:.6642;transform:translate(45.6394vw,-10px) scale(.7768);animation:fall-249 20s -1s linear infinite}@keyframes fall-249{44.869%{transform:translate(41.4142vw,44.869vh) scale(.7768)}to{transform:translate(43.5268vw,99vh) scale(.7768)}}.snow:nth-child(250){opacity:.644;transform:translate(82.795vw,-10px) scale(.2909);animation:fall-250 23s -6s linear infinite}@keyframes fall-250{40.856%{transform:translate(80.3246vw,40.856vh) scale(.2909)}to{transform:translate(81.5598vw,99vh) scale(.2909)}}.snow:nth-child(251){opacity:.6378;transform:translate(66.8559vw,-10px) scale(.1821);animation:fall-251 20s -30s linear infinite}@keyframes fall-251{71.025%{transform:translate(72.4655vw,71.025vh) scale(.1821)}to{transform:translate(69.6607vw,99vh) scale(.1821)}}.snow:nth-child(252){opacity:1.3002;transform:translate(82.3509vw,-10px) scale(.6266);animation:fall-252 27s -1s linear infinite}@keyframes fall-252{48.43%{transform:translate(91.92vw,48.43vh) scale(.6266)}to{transform:translate(87.13545vw,99vh) scale(.6266)}}.snow:nth-child(253){opacity:.7522;transform:translate(99.3281vw,-10px) scale(.7826);animation:fall-253 14s -7s linear infinite}@keyframes fall-253{79.326%{transform:translate(97.0297vw,79.326vh) scale(.7826)}to{transform:translate(98.1789vw,99vh) scale(.7826)}}.snow:nth-child(254){opacity:.3904;transform:translate(34.6868vw,-10px) scale(.0701);animation:fall-254 26s -18s linear infinite}@keyframes fall-254{34.839%{transform:translate(27.0277vw,34.839vh) scale(.0701)}to{transform:translate(30.85725vw,99vh) scale(.0701)}}.snow:nth-child(255){opacity:.085;transform:translate(50.9462vw,-10px) scale(.3993);animation:fall-255 27s -5s linear infinite}@keyframes fall-255{31.52%{transform:translate(58.9295vw,31.52vh) scale(.3993)}to{transform:translate(54.93785vw,99vh) scale(.3993)}}.snow:nth-child(256){opacity:1.1978;transform:translate(63.0952vw,-10px) scale(.9288);animation:fall-256 20s -11s linear infinite}@keyframes fall-256{38.434%{transform:translate(56.8336vw,38.434vh) scale(.9288)}to{transform:translate(59.9644vw,99vh) scale(.9288)}}.snow:nth-child(257){opacity:1.8304;transform:translate(49.9416vw,-10px) scale(.7438);animation:fall-257 17s -19s linear infinite}@keyframes fall-257{74.948%{transform:translate(40.473vw,74.948vh) scale(.7438)}to{transform:translate(45.2073vw,99vh) scale(.7438)}}.snow:nth-child(258){opacity:.942;transform:translate(67.7442vw,-10px) scale(.1234);animation:fall-258 10s -12s linear infinite}@keyframes fall-258{57.457%{transform:translate(72.1077vw,57.457vh) scale(.1234)}to{transform:translate(69.92595vw,99vh) scale(.1234)}}.snow:nth-child(259){opacity:1.7664;transform:translate(41.8909vw,-10px) scale(.4679);animation:fall-259 13s -2s linear infinite}@keyframes fall-259{56.125%{transform:translate(32.8097vw,56.125vh) scale(.4679)}to{transform:translate(37.3503vw,99vh) scale(.4679)}}.snow:nth-child(260){opacity:.6152;transform:translate(59.8786vw,-10px) scale(.3421);animation:fall-260 24s -1s linear infinite}@keyframes fall-260{36.145%{transform:translate(57.3616vw,36.145vh) scale(.3421)}to{transform:translate(58.6201vw,99vh) scale(.3421)}}.snow:nth-child(261){opacity:1.3294;transform:translate(81.9126vw,-10px) scale(.7612);animation:fall-261 25s -16s linear infinite}@keyframes fall-261{69.139%{transform:translate(73.3837vw,69.139vh) scale(.7612)}to{transform:translate(77.64815vw,99vh) scale(.7612)}}.snow:nth-child(262){opacity:1.6734;transform:translate(75.5049vw,-10px) scale(.2774);animation:fall-262 12s -7s linear infinite}@keyframes fall-262{70.88%{transform:translate(68.9949vw,70.88vh) scale(.2774)}to{transform:translate(72.2499vw,99vh) scale(.2774)}}.snow:nth-child(263){opacity:1.9996;transform:translate(55.4133vw,-10px) scale(.4948);animation:fall-263 16s -19s linear infinite}@keyframes fall-263{71.468%{transform:translate(64.7967vw,71.468vh) scale(.4948)}to{transform:translate(60.105vw,99vh) scale(.4948)}}.snow:nth-child(264){opacity:.996;transform:translate(26.3352vw,-10px) scale(.2619);animation:fall-264 25s -19s linear infinite}@keyframes fall-264{37.252%{transform:translate(27.6652vw,37.252vh) scale(.2619)}to{transform:translate(27.0002vw,99vh) scale(.2619)}}.snow:nth-child(265){opacity:1.705;transform:translate(93.1777vw,-10px) scale(.558);animation:fall-265 20s -22s linear infinite}@keyframes fall-265{73.558%{transform:translate(85.221vw,73.558vh) scale(.558)}to{transform:translate(89.19935vw,99vh) scale(.558)}}.snow:nth-child(266){opacity:1.7882;transform:translate(9.5916vw,-10px) scale(.5545);animation:fall-266 23s -3s linear infinite}@keyframes fall-266{66.453%{transform:translate(19.2662vw,66.453vh) scale(.5545)}to{transform:translate(14.4289vw,99vh) scale(.5545)}}.snow:nth-child(267){opacity:1.8732;transform:translate(87.7821vw,-10px) scale(.6906);animation:fall-267 22s -27s linear infinite}@keyframes fall-267{44.442%{transform:translate(86.0504vw,44.442vh) scale(.6906)}to{transform:translate(86.91625vw,99vh) scale(.6906)}}.snow:nth-child(268){opacity:1.2526;transform:translate(40.6352vw,-10px) scale(.2678);animation:fall-268 19s -20s linear infinite}@keyframes fall-268{49.818%{transform:translate(45.9841vw,49.818vh) scale(.2678)}to{transform:translate(43.30965vw,99vh) scale(.2678)}}.snow:nth-child(269){opacity:.1794;transform:translate(40.2988vw,-10px) scale(.8559);animation:fall-269 27s -23s linear infinite}@keyframes fall-269{77.228%{transform:translate(44.0588vw,77.228vh) scale(.8559)}to{transform:translate(42.1788vw,99vh) scale(.8559)}}.snow:nth-child(270){opacity:.5252;transform:translate(53.4702vw,-10px) scale(.1664);animation:fall-270 29s -1s linear infinite}@keyframes fall-270{62.736%{transform:translate(61.308vw,62.736vh) scale(.1664)}to{transform:translate(57.3891vw,99vh) scale(.1664)}}.snow:nth-child(271){opacity:1.1634;transform:translate(68.829vw,-10px) scale(.5913);animation:fall-271 14s -20s linear infinite}@keyframes fall-271{41.584%{transform:translate(65.5827vw,41.584vh) scale(.5913)}to{transform:translate(67.20585vw,99vh) scale(.5913)}}.snow:nth-child(272){opacity:1.2598;transform:translate(8.8867vw,-10px) scale(.8832);animation:fall-272 10s -16s linear infinite}@keyframes fall-272{32.786%{transform:translate(7.7964vw,32.786vh) scale(.8832)}to{transform:translate(8.34155vw,99vh) scale(.8832)}}.snow:nth-child(273){opacity:.3002;transform:translate(26.0002vw,-10px) scale(.0909);animation:fall-273 25s -12s linear infinite}@keyframes fall-273{30.453%{transform:translate(32.7244vw,30.453vh) scale(.0909)}to{transform:translate(29.3623vw,99vh) scale(.0909)}}.snow:nth-child(274){opacity:.3534;transform:translate(35.5584vw,-10px) scale(.7137);animation:fall-274 17s -24s linear infinite}@keyframes fall-274{56.815%{transform:translate(35.4468vw,56.815vh) scale(.7137)}to{transform:translate(35.5026vw,99vh) scale(.7137)}}.snow:nth-child(275){opacity:.1306;transform:translate(90.7192vw,-10px) scale(.6468);animation:fall-275 12s -12s linear infinite}@keyframes fall-275{78.3%{transform:translate(93.1942vw,78.3vh) scale(.6468)}to{transform:translate(91.9567vw,99vh) scale(.6468)}}.snow:nth-child(276){opacity:.084;transform:translate(55.6415vw,-10px) scale(.2965);animation:fall-276 24s -25s linear infinite}@keyframes fall-276{48.906%{transform:translate(57.7712vw,48.906vh) scale(.2965)}to{transform:translate(56.70635vw,99vh) scale(.2965)}}.snow:nth-child(277){opacity:1.785;transform:translate(70.6987vw,-10px) scale(.8278);animation:fall-277 10s -11s linear infinite}@keyframes fall-277{53.547%{transform:translate(68.2685vw,53.547vh) scale(.8278)}to{transform:translate(69.4836vw,99vh) scale(.8278)}}.snow:nth-child(278){opacity:.8746;transform:translate(11.0608vw,-10px) scale(.9401);animation:fall-278 11s -24s linear infinite}@keyframes fall-278{48.882%{transform:translate(11.1279vw,48.882vh) scale(.9401)}to{transform:translate(11.09435vw,99vh) scale(.9401)}}.snow:nth-child(279){opacity:1.3774;transform:translate(31.252vw,-10px) scale(.3557);animation:fall-279 17s -15s linear infinite}@keyframes fall-279{49.32%{transform:translate(22.8006vw,49.32vh) scale(.3557)}to{transform:translate(27.0263vw,99vh) scale(.3557)}}.snow:nth-child(280){opacity:1.98;transform:translate(77.1419vw,-10px) scale(.3692);animation:fall-280 15s -29s linear infinite}@keyframes fall-280{73.223%{transform:translate(80.5879vw,73.223vh) scale(.3692)}to{transform:translate(78.8649vw,99vh) scale(.3692)}}.snow:nth-child(281){opacity:.2636;transform:translate(35.3831vw,-10px) scale(.6578);animation:fall-281 13s -15s linear infinite}@keyframes fall-281{54.182%{transform:translate(27.7257vw,54.182vh) scale(.6578)}to{transform:translate(31.5544vw,99vh) scale(.6578)}}.snow:nth-child(282){opacity:1.5366;transform:translate(73.0712vw,-10px) scale(.8727);animation:fall-282 20s -5s linear infinite}@keyframes fall-282{35.623%{transform:translate(75.2883vw,35.623vh) scale(.8727)}to{transform:translate(74.17975vw,99vh) scale(.8727)}}.snow:nth-child(283){opacity:.7496;transform:translate(37.398vw,-10px) scale(.5149);animation:fall-283 23s -17s linear infinite}@keyframes fall-283{46.407%{transform:translate(45.7689vw,46.407vh) scale(.5149)}to{transform:translate(41.58345vw,99vh) scale(.5149)}}.snow:nth-child(284){opacity:.6668;transform:translate(6.9101vw,-10px) scale(.3637);animation:fall-284 18s -1s linear infinite}@keyframes fall-284{64.234%{transform:translate(6.8165vw,64.234vh) scale(.3637)}to{transform:translate(6.8633vw,99vh) scale(.3637)}}.snow:nth-child(285){opacity:1.359;transform:translate(20.267vw,-10px) scale(.162);animation:fall-285 14s -12s linear infinite}@keyframes fall-285{61.702%{transform:translate(16.757vw,61.702vh) scale(.162)}to{transform:translate(18.512vw,99vh) scale(.162)}}.snow:nth-child(286){opacity:.247;transform:translate(37.2195vw,-10px) scale(.7012);animation:fall-286 20s -16s linear infinite}@keyframes fall-286{52.786%{transform:translate(43.6182vw,52.786vh) scale(.7012)}to{transform:translate(40.41885vw,99vh) scale(.7012)}}.snow:nth-child(287){opacity:1.238;transform:translate(79.0778vw,-10px) scale(.5351);animation:fall-287 23s -6s linear infinite}@keyframes fall-287{31.189%{transform:translate(81.4742vw,31.189vh) scale(.5351)}to{transform:translate(80.276vw,99vh) scale(.5351)}}.snow:nth-child(288){opacity:1.6218;transform:translate(27.7622vw,-10px) scale(.4129);animation:fall-288 16s -23s linear infinite}@keyframes fall-288{75.624%{transform:translate(32.3198vw,75.624vh) scale(.4129)}to{transform:translate(30.041vw,99vh) scale(.4129)}}.snow:nth-child(289){opacity:1.5178;transform:translate(93.707vw,-10px) scale(.4532);animation:fall-289 28s -21s linear infinite}@keyframes fall-289{76.136%{transform:translate(87.8235vw,76.136vh) scale(.4532)}to{transform:translate(90.76525vw,99vh) scale(.4532)}}.snow:nth-child(290){opacity:.8432;transform:translate(78.5507vw,-10px) scale(.0642);animation:fall-290 11s -2s linear infinite}@keyframes fall-290{55.075%{transform:translate(87.4064vw,55.075vh) scale(.0642)}to{transform:translate(82.97855vw,99vh) scale(.0642)}}.snow:nth-child(291){opacity:1.2934;transform:translate(17.9489vw,-10px) scale(.5523);animation:fall-291 20s -16s linear infinite}@keyframes fall-291{66.354%{transform:translate(24.5918vw,66.354vh) scale(.5523)}to{transform:translate(21.27035vw,99vh) scale(.5523)}}.snow:nth-child(292){opacity:1.6518;transform:translate(18.6866vw,-10px) scale(.4576);animation:fall-292 11s -29s linear infinite}@keyframes fall-292{68.222%{transform:translate(28.4965vw,68.222vh) scale(.4576)}to{transform:translate(23.59155vw,99vh) scale(.4576)}}.snow:nth-child(293){opacity:1.6896;transform:translate(54.5521vw,-10px) scale(.3187);animation:fall-293 24s -13s linear infinite}@keyframes fall-293{64.97%{transform:translate(48.931vw,64.97vh) scale(.3187)}to{transform:translate(51.74155vw,99vh) scale(.3187)}}.snow:nth-child(294){opacity:1.3528;transform:translate(88.9799vw,-10px) scale(.3448);animation:fall-294 14s -28s linear infinite}@keyframes fall-294{52.877%{transform:translate(98.711vw,52.877vh) scale(.3448)}to{transform:translate(93.84545vw,99vh) scale(.3448)}}.snow:nth-child(295){opacity:1.4798;transform:translate(86.5035vw,-10px) scale(.9329);animation:fall-295 28s -30s linear infinite}@keyframes fall-295{51.985%{transform:translate(87.4384vw,51.985vh) scale(.9329)}to{transform:translate(86.97095vw,99vh) scale(.9329)}}.snow:nth-child(296){opacity:1.704;transform:translate(23.1154vw,-10px) scale(.1021);animation:fall-296 24s -11s linear infinite}@keyframes fall-296{63.464%{transform:translate(27.6193vw,63.464vh) scale(.1021)}to{transform:translate(25.36735vw,99vh) scale(.1021)}}.snow:nth-child(297){opacity:.5552;transform:translate(61.3489vw,-10px) scale(.1126);animation:fall-297 19s -15s linear infinite}@keyframes fall-297{67.736%{transform:translate(60.8411vw,67.736vh) scale(.1126)}to{transform:translate(61.095vw,99vh) scale(.1126)}}.snow:nth-child(298){opacity:.32;transform:translate(58.0554vw,-10px) scale(.5164);animation:fall-298 13s -13s linear infinite}@keyframes fall-298{75.465%{transform:translate(52.6479vw,75.465vh) scale(.5164)}to{transform:translate(55.35165vw,99vh) scale(.5164)}}.snow:nth-child(299){opacity:1.8056;transform:translate(31.8109vw,-10px) scale(.4133);animation:fall-299 17s -22s linear infinite}@keyframes fall-299{47.44%{transform:translate(23.4765vw,47.44vh) scale(.4133)}to{transform:translate(27.6437vw,99vh) scale(.4133)}}.snow:nth-child(300){opacity:.9948;transform:translate(70.113vw,-10px) scale(.0634);animation:fall-300 20s -8s linear infinite}@keyframes fall-300{57.589%{transform:translate(74.2163vw,57.589vh) scale(.0634)}to{transform:translate(72.16465vw,99vh) scale(.0634)}}.snow:nth-child(301){opacity:.9192;transform:translate(94.8322vw,-10px) scale(.1378);animation:fall-301 24s -2s linear infinite}@keyframes fall-301{62.994%{transform:translate(104.3579vw,62.994vh) scale(.1378)}to{transform:translate(99.59505vw,99vh) scale(.1378)}}.snow:nth-child(302){opacity:1.9716;transform:translate(70.1663vw,-10px) scale(.4398);animation:fall-302 15s -29s linear infinite}@keyframes fall-302{77.751%{transform:translate(61.3405vw,77.751vh) scale(.4398)}to{transform:translate(65.7534vw,99vh) scale(.4398)}}.snow:nth-child(303){opacity:.8666;transform:translate(5.4187vw,-10px) scale(.5432);animation:fall-303 27s -2s linear infinite}@keyframes fall-303{41.929%{transform:translate(.233vw,41.929vh) scale(.5432)}to{transform:translate(2.82585vw,99vh) scale(.5432)}}.snow:nth-child(304){opacity:1.5504;transform:translate(61.3138vw,-10px) scale(.8531);animation:fall-304 23s -17s linear infinite}@keyframes fall-304{31.555%{transform:translate(68.116vw,31.555vh) scale(.8531)}to{transform:translate(64.7149vw,99vh) scale(.8531)}}.snow:nth-child(305){opacity:1.7898;transform:translate(71.2809vw,-10px) scale(.2587);animation:fall-305 18s -21s linear infinite}@keyframes fall-305{32.919%{transform:translate(72.146vw,32.919vh) scale(.2587)}to{transform:translate(71.71345vw,99vh) scale(.2587)}}.snow:nth-child(306){opacity:.409;transform:translate(19.2674vw,-10px) scale(.362);animation:fall-306 29s -6s linear infinite}@keyframes fall-306{41.942%{transform:translate(18.3675vw,41.942vh) scale(.362)}to{transform:translate(18.81745vw,99vh) scale(.362)}}.snow:nth-child(307){opacity:1.5544;transform:translate(90.9877vw,-10px) scale(.7926);animation:fall-307 25s -11s linear infinite}@keyframes fall-307{46.209%{transform:translate(87.4214vw,46.209vh) scale(.7926)}to{transform:translate(89.20455vw,99vh) scale(.7926)}}.snow:nth-child(308){opacity:1.003;transform:translate(13.9897vw,-10px) scale(.9247);animation:fall-308 15s -13s linear infinite}@keyframes fall-308{73.755%{transform:translate(18.5976vw,73.755vh) scale(.9247)}to{transform:translate(16.29365vw,99vh) scale(.9247)}}.snow:nth-child(309){opacity:1.6156;transform:translate(93.7988vw,-10px) scale(.1289);animation:fall-309 16s -28s linear infinite}@keyframes fall-309{43.872%{transform:translate(94.3925vw,43.872vh) scale(.1289)}to{transform:translate(94.09565vw,99vh) scale(.1289)}}.snow:nth-child(310){opacity:.179;transform:translate(31.8494vw,-10px) scale(.2291);animation:fall-310 23s -6s linear infinite}@keyframes fall-310{33.138%{transform:translate(36.0671vw,33.138vh) scale(.2291)}to{transform:translate(33.95825vw,99vh) scale(.2291)}}.snow:nth-child(311){opacity:.1978;transform:translate(10.7686vw,-10px) scale(.1196);animation:fall-311 11s -16s linear infinite}@keyframes fall-311{49.749%{transform:translate(1.282vw,49.749vh) scale(.1196)}to{transform:translate(6.0253vw,99vh) scale(.1196)}}.snow:nth-child(312){opacity:.9426;transform:translate(88.0713vw,-10px) scale(.4048);animation:fall-312 29s -21s linear infinite}@keyframes fall-312{49.267%{transform:translate(80.0309vw,49.267vh) scale(.4048)}to{transform:translate(84.0511vw,99vh) scale(.4048)}}.snow:nth-child(313){opacity:.803;transform:translate(36.535vw,-10px) scale(.1409);animation:fall-313 15s -13s linear infinite}@keyframes fall-313{74.966%{transform:translate(36.5998vw,74.966vh) scale(.1409)}to{transform:translate(36.5674vw,99vh) scale(.1409)}}.snow:nth-child(314){opacity:.9892;transform:translate(70.1975vw,-10px) scale(.8687);animation:fall-314 11s -26s linear infinite}@keyframes fall-314{37.94%{transform:translate(68.9645vw,37.94vh) scale(.8687)}to{transform:translate(69.581vw,99vh) scale(.8687)}}.snow:nth-child(315){opacity:.7802;transform:translate(37.1844vw,-10px) scale(.5781);animation:fall-315 25s -10s linear infinite}@keyframes fall-315{74.365%{transform:translate(42.9194vw,74.365vh) scale(.5781)}to{transform:translate(40.0519vw,99vh) scale(.5781)}}.snow:nth-child(316){opacity:.5954;transform:translate(20.5524vw,-10px) scale(.2883);animation:fall-316 11s -11s linear infinite}@keyframes fall-316{30.034%{transform:translate(18.5023vw,30.034vh) scale(.2883)}to{transform:translate(19.52735vw,99vh) scale(.2883)}}.snow:nth-child(317){opacity:.5864;transform:translate(6.4185vw,-10px) scale(.581);animation:fall-317 16s -20s linear infinite}@keyframes fall-317{55.001%{transform:translate(-3.0324vw,55.001vh) scale(.581)}to{transform:translate(1.69305vw,99vh) scale(.581)}}.snow:nth-child(318){opacity:1.6304;transform:translate(61.9363vw,-10px) scale(.6685);animation:fall-318 20s -8s linear infinite}@keyframes fall-318{63.781%{transform:translate(69.0748vw,63.781vh) scale(.6685)}to{transform:translate(65.50555vw,99vh) scale(.6685)}}.snow:nth-child(319){opacity:.957;transform:translate(37.8841vw,-10px) scale(.6436);animation:fall-319 13s -6s linear infinite}@keyframes fall-319{79.092%{transform:translate(33.6489vw,79.092vh) scale(.6436)}to{transform:translate(35.7665vw,99vh) scale(.6436)}}.snow:nth-child(320){opacity:.3176;transform:translate(5.8539vw,-10px) scale(.6819);animation:fall-320 30s -6s linear infinite}@keyframes fall-320{55.169%{transform:translate(13.9089vw,55.169vh) scale(.6819)}to{transform:translate(9.8814vw,99vh) scale(.6819)}}.snow:nth-child(321){opacity:.4326;transform:translate(66.7212vw,-10px) scale(.5674);animation:fall-321 14s -15s linear infinite}@keyframes fall-321{61.194%{transform:translate(65.7357vw,61.194vh) scale(.5674)}to{transform:translate(66.22845vw,99vh) scale(.5674)}}.snow:nth-child(322){opacity:1.8704;transform:translate(63.0841vw,-10px) scale(.6104);animation:fall-322 26s -9s linear infinite}@keyframes fall-322{52.274%{transform:translate(62.9084vw,52.274vh) scale(.6104)}to{transform:translate(62.99625vw,99vh) scale(.6104)}}.snow:nth-child(323){opacity:.512;transform:translate(68.7073vw,-10px) scale(.5477);animation:fall-323 21s -20s linear infinite}@keyframes fall-323{70.249%{transform:translate(71.7123vw,70.249vh) scale(.5477)}to{transform:translate(70.2098vw,99vh) scale(.5477)}}.snow:nth-child(324){opacity:1.9814;transform:translate(46.0868vw,-10px) scale(.2111);animation:fall-324 22s -30s linear infinite}@keyframes fall-324{30.085%{transform:translate(45.7082vw,30.085vh) scale(.2111)}to{transform:translate(45.8975vw,99vh) scale(.2111)}}.snow:nth-child(325){opacity:.3692;transform:translate(88.7649vw,-10px) scale(.7814);animation:fall-325 25s -18s linear infinite}@keyframes fall-325{32.205%{transform:translate(95.3773vw,32.205vh) scale(.7814)}to{transform:translate(92.0711vw,99vh) scale(.7814)}}.snow:nth-child(326){opacity:.858;transform:translate(92.2584vw,-10px) scale(.134);animation:fall-326 29s -5s linear infinite}@keyframes fall-326{57.142%{transform:translate(96.3893vw,57.142vh) scale(.134)}to{transform:translate(94.32385vw,99vh) scale(.134)}}.snow:nth-child(327){opacity:1.012;transform:translate(9.5614vw,-10px) scale(.1955);animation:fall-327 13s -25s linear infinite}@keyframes fall-327{59.575%{transform:translate(11.6335vw,59.575vh) scale(.1955)}to{transform:translate(10.59745vw,99vh) scale(.1955)}}.snow:nth-child(328){opacity:.3666;transform:translate(30.627vw,-10px) scale(.9318);animation:fall-328 13s -9s linear infinite}@keyframes fall-328{30.454%{transform:translate(22.7022vw,30.454vh) scale(.9318)}to{transform:translate(26.6646vw,99vh) scale(.9318)}}.snow:nth-child(329){opacity:.0524;transform:translate(39.593vw,-10px) scale(.3711);animation:fall-329 18s -13s linear infinite}@keyframes fall-329{68.386%{transform:translate(35.4818vw,68.386vh) scale(.3711)}to{transform:translate(37.5374vw,99vh) scale(.3711)}}.snow:nth-child(330){opacity:.262;transform:translate(40.9129vw,-10px) scale(.7632);animation:fall-330 23s -1s linear infinite}@keyframes fall-330{50.784%{transform:translate(40.6292vw,50.784vh) scale(.7632)}to{transform:translate(40.77105vw,99vh) scale(.7632)}}.snow:nth-child(331){opacity:.9176;transform:translate(49.9561vw,-10px) scale(.6597);animation:fall-331 22s -9s linear infinite}@keyframes fall-331{45.675%{transform:translate(41.8458vw,45.675vh) scale(.6597)}to{transform:translate(45.90095vw,99vh) scale(.6597)}}.snow:nth-child(332){opacity:1.4968;transform:translate(88.6818vw,-10px) scale(.1637);animation:fall-332 29s -24s linear infinite}@keyframes fall-332{39.598%{transform:translate(86.8127vw,39.598vh) scale(.1637)}to{transform:translate(87.74725vw,99vh) scale(.1637)}}.snow:nth-child(333){opacity:.8576;transform:translate(49.7674vw,-10px) scale(.3684);animation:fall-333 10s -19s linear infinite}@keyframes fall-333{50.108%{transform:translate(53.1951vw,50.108vh) scale(.3684)}to{transform:translate(51.48125vw,99vh) scale(.3684)}}.snow:nth-child(334){opacity:.3204;transform:translate(70.7239vw,-10px) scale(.0079);animation:fall-334 25s -22s linear infinite}@keyframes fall-334{61.344%{transform:translate(80.6001vw,61.344vh) scale(.0079)}to{transform:translate(75.662vw,99vh) scale(.0079)}}.snow:nth-child(335){opacity:1.6454;transform:translate(53.5497vw,-10px) scale(.4541);animation:fall-335 28s -5s linear infinite}@keyframes fall-335{55.696%{transform:translate(57.9513vw,55.696vh) scale(.4541)}to{transform:translate(55.7505vw,99vh) scale(.4541)}}.snow:nth-child(336){opacity:.585;transform:translate(20.3076vw,-10px) scale(.3399);animation:fall-336 24s -1s linear infinite}@keyframes fall-336{63.756%{transform:translate(12.5265vw,63.756vh) scale(.3399)}to{transform:translate(16.41705vw,99vh) scale(.3399)}}.snow:nth-child(337){opacity:1.8496;transform:translate(90.1037vw,-10px) scale(.0135);animation:fall-337 25s -11s linear infinite}@keyframes fall-337{45.139%{transform:translate(83.7726vw,45.139vh) scale(.0135)}to{transform:translate(86.93815vw,99vh) scale(.0135)}}.snow:nth-child(338){opacity:1.1616;transform:translate(79.3601vw,-10px) scale(.18);animation:fall-338 25s -1s linear infinite}@keyframes fall-338{57.317%{transform:translate(76.7983vw,57.317vh) scale(.18)}to{transform:translate(78.0792vw,99vh) scale(.18)}}.snow:nth-child(339){opacity:1.602;transform:translate(32.3426vw,-10px) scale(.9487);animation:fall-339 11s -5s linear infinite}@keyframes fall-339{60.711%{transform:translate(40.1507vw,60.711vh) scale(.9487)}to{transform:translate(36.24665vw,99vh) scale(.9487)}}.snow:nth-child(340){opacity:1.9018;transform:translate(8.2715vw,-10px) scale(.8115);animation:fall-340 23s -3s linear infinite}@keyframes fall-340{54.246%{transform:translate(7.9833vw,54.246vh) scale(.8115)}to{transform:translate(8.1274vw,99vh) scale(.8115)}}.snow:nth-child(341){opacity:1.8132;transform:translate(31.1445vw,-10px) scale(.3453);animation:fall-341 29s -2s linear infinite}@keyframes fall-341{33.747%{transform:translate(29.2308vw,33.747vh) scale(.3453)}to{transform:translate(30.18765vw,99vh) scale(.3453)}}.snow:nth-child(342){opacity:.233;transform:translate(41.2201vw,-10px) scale(.6834);animation:fall-342 25s -16s linear infinite}@keyframes fall-342{41.492%{transform:translate(49.426vw,41.492vh) scale(.6834)}to{transform:translate(45.32305vw,99vh) scale(.6834)}}.snow:nth-child(343){opacity:1.3772;transform:translate(87.147vw,-10px) scale(.2157);animation:fall-343 24s -1s linear infinite}@keyframes fall-343{64.381%{transform:translate(96.5503vw,64.381vh) scale(.2157)}to{transform:translate(91.84865vw,99vh) scale(.2157)}}.snow:nth-child(344){opacity:.1084;transform:translate(97.0204vw,-10px) scale(.0763);animation:fall-344 24s -1s linear infinite}@keyframes fall-344{65.444%{transform:translate(99.9225vw,65.444vh) scale(.0763)}to{transform:translate(98.47145vw,99vh) scale(.0763)}}.snow:nth-child(345){opacity:.1224;transform:translate(91.1427vw,-10px) scale(.4425);animation:fall-345 15s -27s linear infinite}@keyframes fall-345{49.122%{transform:translate(84.4553vw,49.122vh) scale(.4425)}to{transform:translate(87.799vw,99vh) scale(.4425)}}.snow:nth-child(346){opacity:1.3436;transform:translate(90.0487vw,-10px) scale(.4454);animation:fall-346 21s -10s linear infinite}@keyframes fall-346{64.442%{transform:translate(100.0417vw,64.442vh) scale(.4454)}to{transform:translate(95.0452vw,99vh) scale(.4454)}}.snow:nth-child(347){opacity:.8406;transform:translate(64.5067vw,-10px) scale(.3362);animation:fall-347 22s -10s linear infinite}@keyframes fall-347{64.643%{transform:translate(62.1685vw,64.643vh) scale(.3362)}to{transform:translate(63.3376vw,99vh) scale(.3362)}}.snow:nth-child(348){opacity:.8762;transform:translate(48.6288vw,-10px) scale(.8828);animation:fall-348 24s -12s linear infinite}@keyframes fall-348{65.339%{transform:translate(55.2515vw,65.339vh) scale(.8828)}to{transform:translate(51.94015vw,99vh) scale(.8828)}}.snow:nth-child(349){opacity:.0812;transform:translate(71.8982vw,-10px) scale(.8001);animation:fall-349 10s -9s linear infinite}@keyframes fall-349{69.882%{transform:translate(71.0702vw,69.882vh) scale(.8001)}to{transform:translate(71.4842vw,99vh) scale(.8001)}}.snow:nth-child(350){opacity:1.0748;transform:translate(87.7443vw,-10px) scale(.7274);animation:fall-350 28s -25s linear infinite}@keyframes fall-350{40.729%{transform:translate(86.9066vw,40.729vh) scale(.7274)}to{transform:translate(87.32545vw,99vh) scale(.7274)}}.snow:nth-child(351){opacity:1.8368;transform:translate(50.2537vw,-10px) scale(.0142);animation:fall-351 18s -17s linear infinite}@keyframes fall-351{71.948%{transform:translate(60.1545vw,71.948vh) scale(.0142)}to{transform:translate(55.2041vw,99vh) scale(.0142)}}.snow:nth-child(352){opacity:.3888;transform:translate(65.942vw,-10px) scale(.0013);animation:fall-352 22s -2s linear infinite}@keyframes fall-352{52.253%{transform:translate(75.186vw,52.253vh) scale(.0013)}to{transform:translate(70.564vw,99vh) scale(.0013)}}.snow:nth-child(353){opacity:1.545;transform:translate(68.5189vw,-10px) scale(.5833);animation:fall-353 16s -8s linear infinite}@keyframes fall-353{54.488%{transform:translate(77.8195vw,54.488vh) scale(.5833)}to{transform:translate(73.1692vw,99vh) scale(.5833)}}.snow:nth-child(354){opacity:.1802;transform:translate(33.8095vw,-10px) scale(.9365);animation:fall-354 17s -6s linear infinite}@keyframes fall-354{77.766%{transform:translate(26.5556vw,77.766vh) scale(.9365)}to{transform:translate(30.18255vw,99vh) scale(.9365)}}.snow:nth-child(355){opacity:1.4732;transform:translate(67.4087vw,-10px) scale(.0356);animation:fall-355 28s -19s linear infinite}@keyframes fall-355{40.945%{transform:translate(70.1522vw,40.945vh) scale(.0356)}to{transform:translate(68.78045vw,99vh) scale(.0356)}}.snow:nth-child(356){opacity:1.4392;transform:translate(18.9543vw,-10px) scale(.6711);animation:fall-356 20s -12s linear infinite}@keyframes fall-356{45.308%{transform:translate(24.2963vw,45.308vh) scale(.6711)}to{transform:translate(21.6253vw,99vh) scale(.6711)}}.snow:nth-child(357){opacity:.3024;transform:translate(36.2146vw,-10px) scale(.6637);animation:fall-357 17s -26s linear infinite}@keyframes fall-357{60.145%{transform:translate(39.1225vw,60.145vh) scale(.6637)}to{transform:translate(37.66855vw,99vh) scale(.6637)}}.snow:nth-child(358){opacity:.5672;transform:translate(54.1198vw,-10px) scale(.9507);animation:fall-358 10s -1s linear infinite}@keyframes fall-358{74.12%{transform:translate(62.1473vw,74.12vh) scale(.9507)}to{transform:translate(58.13355vw,99vh) scale(.9507)}}.snow:nth-child(359){opacity:1.4974;transform:translate(85.6781vw,-10px) scale(.4931);animation:fall-359 20s -17s linear infinite}@keyframes fall-359{49.954%{transform:translate(84.9816vw,49.954vh) scale(.4931)}to{transform:translate(85.32985vw,99vh) scale(.4931)}}.snow:nth-child(360){opacity:1.6354;transform:translate(88.6033vw,-10px) scale(.0446);animation:fall-360 25s -2s linear infinite}@keyframes fall-360{54.949%{transform:translate(86.5345vw,54.949vh) scale(.0446)}to{transform:translate(87.5689vw,99vh) scale(.0446)}}.snow:nth-child(361){opacity:1.9006;transform:translate(87.3511vw,-10px) scale(.6885);animation:fall-361 16s -19s linear infinite}@keyframes fall-361{54.156%{transform:translate(97.0927vw,54.156vh) scale(.6885)}to{transform:translate(92.2219vw,99vh) scale(.6885)}}.snow:nth-child(362){opacity:.491;transform:translate(92.542vw,-10px) scale(.8187);animation:fall-362 17s -16s linear infinite}@keyframes fall-362{53.333%{transform:translate(85.4718vw,53.333vh) scale(.8187)}to{transform:translate(89.0069vw,99vh) scale(.8187)}}.snow:nth-child(363){opacity:.478;transform:translate(44.2788vw,-10px) scale(.0531);animation:fall-363 20s -26s linear infinite}@keyframes fall-363{37.538%{transform:translate(47.9267vw,37.538vh) scale(.0531)}to{transform:translate(46.10275vw,99vh) scale(.0531)}}.snow:nth-child(364){opacity:1.9994;transform:translate(33.4938vw,-10px) scale(.9991);animation:fall-364 12s -12s linear infinite}@keyframes fall-364{62.274%{transform:translate(36.2745vw,62.274vh) scale(.9991)}to{transform:translate(34.88415vw,99vh) scale(.9991)}}.snow:nth-child(365){opacity:.5646;transform:translate(84.4805vw,-10px) scale(.2271);animation:fall-365 20s -15s linear infinite}@keyframes fall-365{41.152%{transform:translate(87.0177vw,41.152vh) scale(.2271)}to{transform:translate(85.7491vw,99vh) scale(.2271)}}.snow:nth-child(366){opacity:1.7324;transform:translate(54.0309vw,-10px) scale(.5111);animation:fall-366 26s -15s linear infinite}@keyframes fall-366{56.955%{transform:translate(63.9131vw,56.955vh) scale(.5111)}to{transform:translate(58.972vw,99vh) scale(.5111)}}.snow:nth-child(367){opacity:1.8574;transform:translate(82.6259vw,-10px) scale(.8421);animation:fall-367 21s -2s linear infinite}@keyframes fall-367{30.936%{transform:translate(89.951vw,30.936vh) scale(.8421)}to{transform:translate(86.28845vw,99vh) scale(.8421)}}.snow:nth-child(368){opacity:.361;transform:translate(58.8859vw,-10px) scale(.6464);animation:fall-368 23s -3s linear infinite}@keyframes fall-368{38.017%{transform:translate(63.064vw,38.017vh) scale(.6464)}to{transform:translate(60.97495vw,99vh) scale(.6464)}}.snow:nth-child(369){opacity:1.0968;transform:translate(23.914vw,-10px) scale(.8767);animation:fall-369 12s -6s linear infinite}@keyframes fall-369{31.762%{transform:translate(19.9518vw,31.762vh) scale(.8767)}to{transform:translate(21.9329vw,99vh) scale(.8767)}}.snow:nth-child(370){opacity:.0654;transform:translate(9.1485vw,-10px) scale(.002);animation:fall-370 14s -19s linear infinite}@keyframes fall-370{65.382%{transform:translate(11.606vw,65.382vh) scale(.002)}to{transform:translate(10.37725vw,99vh) scale(.002)}}.snow:nth-child(371){opacity:.0772;transform:translate(67.3371vw,-10px) scale(.9645);animation:fall-371 11s -17s linear infinite}@keyframes fall-371{30.336%{transform:translate(73.7912vw,30.336vh) scale(.9645)}to{transform:translate(70.56415vw,99vh) scale(.9645)}}.snow:nth-child(372){opacity:1.0982;transform:translate(83.3977vw,-10px) scale(.9574);animation:fall-372 16s -22s linear infinite}@keyframes fall-372{34.191%{transform:translate(75.3484vw,34.191vh) scale(.9574)}to{transform:translate(79.37305vw,99vh) scale(.9574)}}.snow:nth-child(373){opacity:.8074;transform:translate(14.3936vw,-10px) scale(.6459);animation:fall-373 25s -5s linear infinite}@keyframes fall-373{39.887%{transform:translate(13.239vw,39.887vh) scale(.6459)}to{transform:translate(13.8163vw,99vh) scale(.6459)}}.snow:nth-child(374){opacity:1.062;transform:translate(57.8365vw,-10px) scale(.364);animation:fall-374 25s -3s linear infinite}@keyframes fall-374{47.433%{transform:translate(52.6551vw,47.433vh) scale(.364)}to{transform:translate(55.2458vw,99vh) scale(.364)}}.snow:nth-child(375){opacity:.9036;transform:translate(29.1708vw,-10px) scale(.0993);animation:fall-375 19s -23s linear infinite}@keyframes fall-375{49.106%{transform:translate(22.1052vw,49.106vh) scale(.0993)}to{transform:translate(25.638vw,99vh) scale(.0993)}}.snow:nth-child(376){opacity:.8772;transform:translate(82.6298vw,-10px) scale(.5694);animation:fall-376 13s -29s linear infinite}@keyframes fall-376{56.077%{transform:translate(83.667vw,56.077vh) scale(.5694)}to{transform:translate(83.1484vw,99vh) scale(.5694)}}.snow:nth-child(377){opacity:1.5844;transform:translate(36.0868vw,-10px) scale(.0391);animation:fall-377 15s -19s linear infinite}@keyframes fall-377{70.415%{transform:translate(43.4188vw,70.415vh) scale(.0391)}to{transform:translate(39.7528vw,99vh) scale(.0391)}}.snow:nth-child(378){opacity:.7004;transform:translate(78.9686vw,-10px) scale(.2357);animation:fall-378 23s -22s linear infinite}@keyframes fall-378{48.518%{transform:translate(81.7786vw,48.518vh) scale(.2357)}to{transform:translate(80.3736vw,99vh) scale(.2357)}}.snow:nth-child(379){opacity:.7146;transform:translate(24.1056vw,-10px) scale(.142);animation:fall-379 30s -7s linear infinite}@keyframes fall-379{61.19%{transform:translate(31.197vw,61.19vh) scale(.142)}to{transform:translate(27.6513vw,99vh) scale(.142)}}.snow:nth-child(380){opacity:1.8786;transform:translate(70.5354vw,-10px) scale(.9618);animation:fall-380 20s -14s linear infinite}@keyframes fall-380{65.784%{transform:translate(79.9566vw,65.784vh) scale(.9618)}to{transform:translate(75.246vw,99vh) scale(.9618)}}.snow:nth-child(381){opacity:.0478;transform:translate(90.4308vw,-10px) scale(.9012);animation:fall-381 23s -28s linear infinite}@keyframes fall-381{45.85%{transform:translate(92.5743vw,45.85vh) scale(.9012)}to{transform:translate(91.50255vw,99vh) scale(.9012)}}.snow:nth-child(382){opacity:1.4212;transform:translate(16.1048vw,-10px) scale(.8332);animation:fall-382 16s -17s linear infinite}@keyframes fall-382{46.6%{transform:translate(12.2946vw,46.6vh) scale(.8332)}to{transform:translate(14.1997vw,99vh) scale(.8332)}}.snow:nth-child(383){opacity:1.1598;transform:translate(65.1255vw,-10px) scale(.5972);animation:fall-383 22s -16s linear infinite}@keyframes fall-383{44.574%{transform:translate(69.4546vw,44.574vh) scale(.5972)}to{transform:translate(67.29005vw,99vh) scale(.5972)}}.snow:nth-child(384){opacity:.8282;transform:translate(60.0999vw,-10px) scale(.6855);animation:fall-384 20s -10s linear infinite}@keyframes fall-384{50.513%{transform:translate(57.7134vw,50.513vh) scale(.6855)}to{transform:translate(58.90665vw,99vh) scale(.6855)}}.snow:nth-child(385){opacity:.5964;transform:translate(75.9471vw,-10px) scale(.8481);animation:fall-385 12s -1s linear infinite}@keyframes fall-385{69.804%{transform:translate(69.1651vw,69.804vh) scale(.8481)}to{transform:translate(72.5561vw,99vh) scale(.8481)}}.snow:nth-child(386){opacity:1.4386;transform:translate(74.023vw,-10px) scale(.0402);animation:fall-386 18s -7s linear infinite}@keyframes fall-386{74.32%{transform:translate(76.1595vw,74.32vh) scale(.0402)}to{transform:translate(75.09125vw,99vh) scale(.0402)}}.snow:nth-child(387){opacity:1.7804;transform:translate(98.3431vw,-10px) scale(.5271);animation:fall-387 21s -22s linear infinite}@keyframes fall-387{78.728%{transform:translate(93.097vw,78.728vh) scale(.5271)}to{transform:translate(95.72005vw,99vh) scale(.5271)}}.snow:nth-child(388){opacity:.221;transform:translate(24.6504vw,-10px) scale(.411);animation:fall-388 13s -8s linear infinite}@keyframes fall-388{57.983%{transform:translate(28.0959vw,57.983vh) scale(.411)}to{transform:translate(26.37315vw,99vh) scale(.411)}}.snow:nth-child(389){opacity:1.2956;transform:translate(94.8831vw,-10px) scale(.6644);animation:fall-389 15s -17s linear infinite}@keyframes fall-389{64.81%{transform:translate(102.9971vw,64.81vh) scale(.6644)}to{transform:translate(98.9401vw,99vh) scale(.6644)}}.snow:nth-child(390){opacity:.8676;transform:translate(5.5186vw,-10px) scale(.8258);animation:fall-390 15s -21s linear infinite}@keyframes fall-390{57.957%{transform:translate(13.5271vw,57.957vh) scale(.8258)}to{transform:translate(9.52285vw,99vh) scale(.8258)}}.snow:nth-child(391){opacity:.2548;transform:translate(87.3007vw,-10px) scale(.006);animation:fall-391 19s -2s linear infinite}@keyframes fall-391{38.397%{transform:translate(97.0246vw,38.397vh) scale(.006)}to{transform:translate(92.16265vw,99vh) scale(.006)}}.snow:nth-child(392){opacity:.2104;transform:translate(53.5274vw,-10px) scale(.8716);animation:fall-392 22s -15s linear infinite}@keyframes fall-392{40.583%{transform:translate(50.9447vw,40.583vh) scale(.8716)}to{transform:translate(52.23605vw,99vh) scale(.8716)}}.snow:nth-child(393){opacity:.3434;transform:translate(55.9058vw,-10px) scale(.4768);animation:fall-393 14s -22s linear infinite}@keyframes fall-393{64.853%{transform:translate(58.8901vw,64.853vh) scale(.4768)}to{transform:translate(57.39795vw,99vh) scale(.4768)}}.snow:nth-child(394){opacity:1.98;transform:translate(12.9928vw,-10px) scale(.4913);animation:fall-394 22s -1s linear infinite}@keyframes fall-394{77.145%{transform:translate(7.7029vw,77.145vh) scale(.4913)}to{transform:translate(10.34785vw,99vh) scale(.4913)}}.snow:nth-child(395){opacity:.9572;transform:translate(32.802vw,-10px) scale(.3116);animation:fall-395 28s -23s linear infinite}@keyframes fall-395{51.601%{transform:translate(28.321vw,51.601vh) scale(.3116)}to{transform:translate(30.5615vw,99vh) scale(.3116)}}.snow:nth-child(396){opacity:1.0742;transform:translate(36.3072vw,-10px) scale(.8948);animation:fall-396 14s -11s linear infinite}@keyframes fall-396{78.186%{transform:translate(32.0024vw,78.186vh) scale(.8948)}to{transform:translate(34.1548vw,99vh) scale(.8948)}}.snow:nth-child(397){opacity:.4476;transform:translate(75.5013vw,-10px) scale(.0766);animation:fall-397 26s -7s linear infinite}@keyframes fall-397{62.037%{transform:translate(68.0749vw,62.037vh) scale(.0766)}to{transform:translate(71.7881vw,99vh) scale(.0766)}}.snow:nth-child(398){opacity:1.5932;transform:translate(7.9656vw,-10px) scale(.4869);animation:fall-398 26s -18s linear infinite}@keyframes fall-398{77.507%{transform:translate(5.1543vw,77.507vh) scale(.4869)}to{transform:translate(6.55995vw,99vh) scale(.4869)}}.snow:nth-child(399){opacity:.1872;transform:translate(65.2905vw,-10px) scale(.6879);animation:fall-399 18s -17s linear infinite}@keyframes fall-399{54.039%{transform:translate(55.7139vw,54.039vh) scale(.6879)}to{transform:translate(60.5022vw,99vh) scale(.6879)}}.snow:nth-child(400){opacity:.2256;transform:translate(61.8663vw,-10px) scale(.8947);animation:fall-400 13s -1s linear infinite}@keyframes fall-400{73.934%{transform:translate(60.633vw,73.934vh) scale(.8947)}to{transform:translate(61.24965vw,99vh) scale(.8947)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\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{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;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:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.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:rgba(0,0,0,.4)}.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:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-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{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{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:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!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:rgba(45,146,45,.5);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:rgba(85,85,85,.7)}.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:rgba(85,85,85,.7)}.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:rgba(255,255,255,.1) 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:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!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}}.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}::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{transform:scaleY(-1)}.app-flip-x{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:rgba(255,50,50,.2);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:white;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}.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:rgba(0,0,0,.5) 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:rgb(237,237,237);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{padding-left:0;margin-top:20px}.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}.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;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:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{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%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.4174;transform:translate(17.4909vw,-10px) scale(.6668);animation:fall-1 30s -25s linear infinite}@keyframes fall-1{67.956%{transform:translate(19.2316vw,67.956vh) scale(.6668)}to{transform:translate(18.36125vw,99vh) scale(.6668)}}.snow:nth-child(2){opacity:1.6362;transform:translate(79.0113vw,-10px) scale(.8233);animation:fall-2 30s -2s linear infinite}@keyframes fall-2{49.929%{transform:translate(75.2459vw,49.929vh) scale(.8233)}to{transform:translate(77.1286vw,99vh) scale(.8233)}}.snow:nth-child(3){opacity:.3652;transform:translate(45.1381vw,-10px) scale(.0261);animation:fall-3 14s -1s linear infinite}@keyframes fall-3{71.568%{transform:translate(48.7149vw,71.568vh) scale(.0261)}to{transform:translate(46.9265vw,99vh) scale(.0261)}}.snow:nth-child(4){opacity:.361;transform:translate(10.525vw,-10px) scale(.9718);animation:fall-4 10s -24s linear infinite}@keyframes fall-4{33.221%{transform:translate(16.4535vw,33.221vh) scale(.9718)}to{transform:translate(13.48925vw,99vh) scale(.9718)}}.snow:nth-child(5){opacity:1.3684;transform:translate(10.1881vw,-10px) scale(.9789);animation:fall-5 28s -30s linear infinite}@keyframes fall-5{39.093%{transform:translate(12.0777vw,39.093vh) scale(.9789)}to{transform:translate(11.1329vw,99vh) scale(.9789)}}.snow:nth-child(6){opacity:1.4026;transform:translate(96.4874vw,-10px) scale(.2978);animation:fall-6 29s -23s linear infinite}@keyframes fall-6{75.869%{transform:translate(104.7932vw,75.869vh) scale(.2978)}to{transform:translate(100.6403vw,99vh) scale(.2978)}}.snow:nth-child(7){opacity:.734;transform:translate(91.1334vw,-10px) scale(.6264);animation:fall-7 13s -5s linear infinite}@keyframes fall-7{56.557%{transform:translate(92.2328vw,56.557vh) scale(.6264)}to{transform:translate(91.6831vw,99vh) scale(.6264)}}.snow:nth-child(8){opacity:.0054;transform:translate(63.7597vw,-10px) scale(.2217);animation:fall-8 30s -10s linear infinite}@keyframes fall-8{54.507%{transform:translate(58.7827vw,54.507vh) scale(.2217)}to{transform:translate(61.2712vw,99vh) scale(.2217)}}.snow:nth-child(9){opacity:1.0146;transform:translate(79.848vw,-10px) scale(.2641);animation:fall-9 28s -16s linear infinite}@keyframes fall-9{77.959%{transform:translate(88.4113vw,77.959vh) scale(.2641)}to{transform:translate(84.12965vw,99vh) scale(.2641)}}.snow:nth-child(10){opacity:.0026;transform:translate(38.3061vw,-10px) scale(.5504);animation:fall-10 19s -1s linear infinite}@keyframes fall-10{35.304%{transform:translate(41.8451vw,35.304vh) scale(.5504)}to{transform:translate(40.0756vw,99vh) scale(.5504)}}.snow:nth-child(11){opacity:.6636;transform:translate(16.0521vw,-10px) scale(.9399);animation:fall-11 27s -30s linear infinite}@keyframes fall-11{65.631%{transform:translate(12.0292vw,65.631vh) scale(.9399)}to{transform:translate(14.04065vw,99vh) scale(.9399)}}.snow:nth-child(12){opacity:1.7112;transform:translate(26.4802vw,-10px) scale(.9106);animation:fall-12 26s -25s linear infinite}@keyframes fall-12{78.142%{transform:translate(33.9616vw,78.142vh) scale(.9106)}to{transform:translate(30.2209vw,99vh) scale(.9106)}}.snow:nth-child(13){opacity:.9518;transform:translate(73.4295vw,-10px) scale(.9588);animation:fall-13 16s -25s linear infinite}@keyframes fall-13{41.021%{transform:translate(67.0745vw,41.021vh) scale(.9588)}to{transform:translate(70.252vw,99vh) scale(.9588)}}.snow:nth-child(14){opacity:1.2614;transform:translate(1.0429vw,-10px) scale(.8895);animation:fall-14 29s -9s linear infinite}@keyframes fall-14{75.083%{transform:translate(10.7783vw,75.083vh) scale(.8895)}to{transform:translate(5.9106vw,99vh) scale(.8895)}}.snow:nth-child(15){opacity:1.144;transform:translate(64.6405vw,-10px) scale(.4487);animation:fall-15 27s -14s linear infinite}@keyframes fall-15{65.129%{transform:translate(60.1313vw,65.129vh) scale(.4487)}to{transform:translate(62.3859vw,99vh) scale(.4487)}}.snow:nth-child(16){opacity:1.5804;transform:translate(59.7374vw,-10px) scale(.0298);animation:fall-16 24s -25s linear infinite}@keyframes fall-16{57.758%{transform:translate(60.716vw,57.758vh) scale(.0298)}to{transform:translate(60.2267vw,99vh) scale(.0298)}}.snow:nth-child(17){opacity:1.288;transform:translate(88.1057vw,-10px) scale(.9906);animation:fall-17 16s -17s linear infinite}@keyframes fall-17{38.108%{transform:translate(95.7715vw,38.108vh) scale(.9906)}to{transform:translate(91.9386vw,99vh) scale(.9906)}}.snow:nth-child(18){opacity:1.389;transform:translate(39.4327vw,-10px) scale(.6878);animation:fall-18 17s -21s linear infinite}@keyframes fall-18{79.615%{transform:translate(32.1586vw,79.615vh) scale(.6878)}to{transform:translate(35.79565vw,99vh) scale(.6878)}}.snow:nth-child(19){opacity:1.5662;transform:translate(12.4586vw,-10px) scale(.1248);animation:fall-19 17s -18s linear infinite}@keyframes fall-19{75.714%{transform:translate(16.3058vw,75.714vh) scale(.1248)}to{transform:translate(14.3822vw,99vh) scale(.1248)}}.snow:nth-child(20){opacity:.7824;transform:translate(43.1306vw,-10px) scale(.4829);animation:fall-20 11s -25s linear infinite}@keyframes fall-20{31.275%{transform:translate(36.6281vw,31.275vh) scale(.4829)}to{transform:translate(39.87935vw,99vh) scale(.4829)}}.snow:nth-child(21){opacity:1.5286;transform:translate(63.7778vw,-10px) scale(.7945);animation:fall-21 18s -12s linear infinite}@keyframes fall-21{66.774%{transform:translate(60.7786vw,66.774vh) scale(.7945)}to{transform:translate(62.2782vw,99vh) scale(.7945)}}.snow:nth-child(22){opacity:1.6598;transform:translate(13.1584vw,-10px) scale(.3047);animation:fall-22 20s -22s linear infinite}@keyframes fall-22{55.091%{transform:translate(22.0459vw,55.091vh) scale(.3047)}to{transform:translate(17.60215vw,99vh) scale(.3047)}}.snow:nth-child(23){opacity:1.773;transform:translate(91.525vw,-10px) scale(.9244);animation:fall-23 18s -12s linear infinite}@keyframes fall-23{30.555%{transform:translate(90.9398vw,30.555vh) scale(.9244)}to{transform:translate(91.2324vw,99vh) scale(.9244)}}.snow:nth-child(24){opacity:.1976;transform:translate(1.6476vw,-10px) scale(.4702);animation:fall-24 29s -23s linear infinite}@keyframes fall-24{38.463%{transform:translate(-5.3551vw,38.463vh) scale(.4702)}to{transform:translate(-1.85375vw,99vh) scale(.4702)}}.snow:nth-child(25){opacity:1.0688;transform:translate(.1597vw,-10px) scale(.3732);animation:fall-25 11s -5s linear infinite}@keyframes fall-25{59.596%{transform:translate(3.7752vw,59.596vh) scale(.3732)}to{transform:translate(1.96745vw,99vh) scale(.3732)}}.snow:nth-child(26){opacity:.1394;transform:translate(55.5648vw,-10px) scale(.6808);animation:fall-26 15s -21s linear infinite}@keyframes fall-26{77.159%{transform:translate(50.7464vw,77.159vh) scale(.6808)}to{transform:translate(53.1556vw,99vh) scale(.6808)}}.snow:nth-child(27){opacity:.658;transform:translate(90.4935vw,-10px) scale(.4677);animation:fall-27 21s -27s linear infinite}@keyframes fall-27{68.145%{transform:translate(99.4324vw,68.145vh) scale(.4677)}to{transform:translate(94.96295vw,99vh) scale(.4677)}}.snow:nth-child(28){opacity:1.3892;transform:translate(58.1253vw,-10px) scale(.9618);animation:fall-28 11s -13s linear infinite}@keyframes fall-28{51.435%{transform:translate(64.6578vw,51.435vh) scale(.9618)}to{transform:translate(61.39155vw,99vh) scale(.9618)}}.snow:nth-child(29){opacity:1.8948;transform:translate(10.6292vw,-10px) scale(.906);animation:fall-29 27s -26s linear infinite}@keyframes fall-29{55.91%{transform:translate(.7219vw,55.91vh) scale(.906)}to{transform:translate(5.67555vw,99vh) scale(.906)}}.snow:nth-child(30){opacity:1.626;transform:translate(95.8998vw,-10px) scale(.4078);animation:fall-30 27s -30s linear infinite}@keyframes fall-30{46.058%{transform:translate(100.5196vw,46.058vh) scale(.4078)}to{transform:translate(98.2097vw,99vh) scale(.4078)}}.snow:nth-child(31){opacity:.0742;transform:translate(85.5075vw,-10px) scale(.7328);animation:fall-31 18s -23s linear infinite}@keyframes fall-31{70.001%{transform:translate(88.1171vw,70.001vh) scale(.7328)}to{transform:translate(86.8123vw,99vh) scale(.7328)}}.snow:nth-child(32){opacity:1.588;transform:translate(7.2068vw,-10px) scale(.0652);animation:fall-32 17s -1s linear infinite}@keyframes fall-32{48.9%{transform:translate(13.8251vw,48.9vh) scale(.0652)}to{transform:translate(10.51595vw,99vh) scale(.0652)}}.snow:nth-child(33){opacity:.8624;transform:translate(49.2657vw,-10px) scale(.4607);animation:fall-33 26s -16s linear infinite}@keyframes fall-33{38.176%{transform:translate(59.1328vw,38.176vh) scale(.4607)}to{transform:translate(54.19925vw,99vh) scale(.4607)}}.snow:nth-child(34){opacity:.568;transform:translate(70.1095vw,-10px) scale(.281);animation:fall-34 12s -23s linear infinite}@keyframes fall-34{74.232%{transform:translate(70.4576vw,74.232vh) scale(.281)}to{transform:translate(70.28355vw,99vh) scale(.281)}}.snow:nth-child(35){opacity:1.9806;transform:translate(49.6714vw,-10px) scale(.2453);animation:fall-35 21s -19s linear infinite}@keyframes fall-35{73.032%{transform:translate(47.0834vw,73.032vh) scale(.2453)}to{transform:translate(48.3774vw,99vh) scale(.2453)}}.snow:nth-child(36){opacity:1.1648;transform:translate(69.3531vw,-10px) scale(.973);animation:fall-36 16s -15s linear infinite}@keyframes fall-36{47.304%{transform:translate(63.2862vw,47.304vh) scale(.973)}to{transform:translate(66.31965vw,99vh) scale(.973)}}.snow:nth-child(37){opacity:1.285;transform:translate(35.8328vw,-10px) scale(.7797);animation:fall-37 10s -15s linear infinite}@keyframes fall-37{41.217%{transform:translate(43.5124vw,41.217vh) scale(.7797)}to{transform:translate(39.6726vw,99vh) scale(.7797)}}.snow:nth-child(38){opacity:1.6616;transform:translate(10.2537vw,-10px) scale(.8334);animation:fall-38 24s -2s linear infinite}@keyframes fall-38{58.602%{transform:translate(13.8783vw,58.602vh) scale(.8334)}to{transform:translate(12.066vw,99vh) scale(.8334)}}.snow:nth-child(39){opacity:.0642;transform:translate(50.1978vw,-10px) scale(.1756);animation:fall-39 23s -8s linear infinite}@keyframes fall-39{51.737%{transform:translate(45.4586vw,51.737vh) scale(.1756)}to{transform:translate(47.8282vw,99vh) scale(.1756)}}.snow:nth-child(40){opacity:1.241;transform:translate(56.8823vw,-10px) scale(.2145);animation:fall-40 25s -27s linear infinite}@keyframes fall-40{52.061%{transform:translate(50.8123vw,52.061vh) scale(.2145)}to{transform:translate(53.8473vw,99vh) scale(.2145)}}.snow:nth-child(41){opacity:1.3592;transform:translate(42.7104vw,-10px) scale(.2478);animation:fall-41 25s -16s linear infinite}@keyframes fall-41{62.559%{transform:translate(34.0992vw,62.559vh) scale(.2478)}to{transform:translate(38.4048vw,99vh) scale(.2478)}}.snow:nth-child(42){opacity:1.6162;transform:translate(35.4013vw,-10px) scale(.922);animation:fall-42 17s -25s linear infinite}@keyframes fall-42{63.592%{transform:translate(34.3383vw,63.592vh) scale(.922)}to{transform:translate(34.8698vw,99vh) scale(.922)}}.snow:nth-child(43){opacity:1.133;transform:translate(79.783vw,-10px) scale(.0888);animation:fall-43 18s -26s linear infinite}@keyframes fall-43{37.69%{transform:translate(86.7688vw,37.69vh) scale(.0888)}to{transform:translate(83.2759vw,99vh) scale(.0888)}}.snow:nth-child(44){opacity:1.32;transform:translate(46.9644vw,-10px) scale(.0108);animation:fall-44 25s -25s linear infinite}@keyframes fall-44{58.48%{transform:translate(46.1029vw,58.48vh) scale(.0108)}to{transform:translate(46.53365vw,99vh) scale(.0108)}}.snow:nth-child(45){opacity:.2584;transform:translate(81.5815vw,-10px) scale(.2182);animation:fall-45 24s -1s linear infinite}@keyframes fall-45{41.251%{transform:translate(88.3632vw,41.251vh) scale(.2182)}to{transform:translate(84.97235vw,99vh) scale(.2182)}}.snow:nth-child(46){opacity:1.0278;transform:translate(65.9609vw,-10px) scale(.0453);animation:fall-46 24s -28s linear infinite}@keyframes fall-46{67.077%{transform:translate(72.4948vw,67.077vh) scale(.0453)}to{transform:translate(69.22785vw,99vh) scale(.0453)}}.snow:nth-child(47){opacity:1.5058;transform:translate(29.3583vw,-10px) scale(.2376);animation:fall-47 10s -15s linear infinite}@keyframes fall-47{64.105%{transform:translate(19.6736vw,64.105vh) scale(.2376)}to{transform:translate(24.51595vw,99vh) scale(.2376)}}.snow:nth-child(48){opacity:1.2452;transform:translate(36.5403vw,-10px) scale(.6692);animation:fall-48 12s -14s linear infinite}@keyframes fall-48{35.865%{transform:translate(36.1689vw,35.865vh) scale(.6692)}to{transform:translate(36.3546vw,99vh) scale(.6692)}}.snow:nth-child(49){opacity:.2262;transform:translate(35.6955vw,-10px) scale(.7426);animation:fall-49 18s -16s linear infinite}@keyframes fall-49{65.647%{transform:translate(29.8724vw,65.647vh) scale(.7426)}to{transform:translate(32.78395vw,99vh) scale(.7426)}}.snow:nth-child(50){opacity:.4844;transform:translate(42.8522vw,-10px) scale(.4146);animation:fall-50 16s -8s linear infinite}@keyframes fall-50{45.216%{transform:translate(44.2931vw,45.216vh) scale(.4146)}to{transform:translate(43.57265vw,99vh) scale(.4146)}}.snow:nth-child(51){opacity:1.0434;transform:translate(30.373vw,-10px) scale(.1255);animation:fall-51 14s -5s linear infinite}@keyframes fall-51{55.557%{transform:translate(39.9384vw,55.557vh) scale(.1255)}to{transform:translate(35.1557vw,99vh) scale(.1255)}}.snow:nth-child(52){opacity:1.6846;transform:translate(94.4367vw,-10px) scale(.7186);animation:fall-52 15s -17s linear infinite}@keyframes fall-52{64.161%{transform:translate(103.4599vw,64.161vh) scale(.7186)}to{transform:translate(98.9483vw,99vh) scale(.7186)}}.snow:nth-child(53){opacity:1.3182;transform:translate(73.5463vw,-10px) scale(.2917);animation:fall-53 29s -12s linear infinite}@keyframes fall-53{67.265%{transform:translate(71.0897vw,67.265vh) scale(.2917)}to{transform:translate(72.318vw,99vh) scale(.2917)}}.snow:nth-child(54){opacity:.8298;transform:translate(94.8115vw,-10px) scale(.947);animation:fall-54 25s -6s linear infinite}@keyframes fall-54{75.357%{transform:translate(98.875vw,75.357vh) scale(.947)}to{transform:translate(96.84325vw,99vh) scale(.947)}}.snow:nth-child(55){opacity:1.7436;transform:translate(36.4805vw,-10px) scale(.3055);animation:fall-55 19s -20s linear infinite}@keyframes fall-55{68.335%{transform:translate(29.3016vw,68.335vh) scale(.3055)}to{transform:translate(32.89105vw,99vh) scale(.3055)}}.snow:nth-child(56){opacity:1.4684;transform:translate(75.0489vw,-10px) scale(.1847);animation:fall-56 29s -9s linear infinite}@keyframes fall-56{68.703%{transform:translate(71.516vw,68.703vh) scale(.1847)}to{transform:translate(73.28245vw,99vh) scale(.1847)}}.snow:nth-child(57){opacity:.9938;transform:translate(97.8373vw,-10px) scale(.0846);animation:fall-57 15s -13s linear infinite}@keyframes fall-57{45.984%{transform:translate(106.3216vw,45.984vh) scale(.0846)}to{transform:translate(102.07945vw,99vh) scale(.0846)}}.snow:nth-child(58){opacity:1.3972;transform:translate(41.3372vw,-10px) scale(.8903);animation:fall-58 22s -11s linear infinite}@keyframes fall-58{59.75%{transform:translate(46.0984vw,59.75vh) scale(.8903)}to{transform:translate(43.7178vw,99vh) scale(.8903)}}.snow:nth-child(59){opacity:.7486;transform:translate(62.998vw,-10px) scale(.1772);animation:fall-59 12s -22s linear infinite}@keyframes fall-59{55.091%{transform:translate(54.9161vw,55.091vh) scale(.1772)}to{transform:translate(58.95705vw,99vh) scale(.1772)}}.snow:nth-child(60){opacity:.1986;transform:translate(55.161vw,-10px) scale(.4817);animation:fall-60 22s -10s linear infinite}@keyframes fall-60{67.631%{transform:translate(48.3585vw,67.631vh) scale(.4817)}to{transform:translate(51.75975vw,99vh) scale(.4817)}}.snow:nth-child(61){opacity:1.3136;transform:translate(16.8553vw,-10px) scale(.5326);animation:fall-61 12s -17s linear infinite}@keyframes fall-61{77.056%{transform:translate(11.4893vw,77.056vh) scale(.5326)}to{transform:translate(14.1723vw,99vh) scale(.5326)}}.snow:nth-child(62){opacity:1.4844;transform:translate(36.7851vw,-10px) scale(.247);animation:fall-62 15s -3s linear infinite}@keyframes fall-62{66.577%{transform:translate(28.928vw,66.577vh) scale(.247)}to{transform:translate(32.85655vw,99vh) scale(.247)}}.snow:nth-child(63){opacity:.876;transform:translate(99.7708vw,-10px) scale(.8872);animation:fall-63 22s -1s linear infinite}@keyframes fall-63{74.267%{transform:translate(90.9958vw,74.267vh) scale(.8872)}to{transform:translate(95.3833vw,99vh) scale(.8872)}}.snow:nth-child(64){opacity:.994;transform:translate(11.7918vw,-10px) scale(.7924);animation:fall-64 25s -18s linear infinite}@keyframes fall-64{76.067%{transform:translate(11.9516vw,76.067vh) scale(.7924)}to{transform:translate(11.8717vw,99vh) scale(.7924)}}.snow:nth-child(65){opacity:.2382;transform:translate(36.0355vw,-10px) scale(.5469);animation:fall-65 19s -27s linear infinite}@keyframes fall-65{42.808%{transform:translate(42.0434vw,42.808vh) scale(.5469)}to{transform:translate(39.03945vw,99vh) scale(.5469)}}.snow:nth-child(66){opacity:.6634;transform:translate(80.1326vw,-10px) scale(.5246);animation:fall-66 12s -16s linear infinite}@keyframes fall-66{76.043%{transform:translate(87.4689vw,76.043vh) scale(.5246)}to{transform:translate(83.80075vw,99vh) scale(.5246)}}.snow:nth-child(67){opacity:1.4932;transform:translate(79.4268vw,-10px) scale(.9408);animation:fall-67 30s -16s linear infinite}@keyframes fall-67{61.521%{transform:translate(77.9912vw,61.521vh) scale(.9408)}to{transform:translate(78.709vw,99vh) scale(.9408)}}.snow:nth-child(68){opacity:.9136;transform:translate(78.9564vw,-10px) scale(.5291);animation:fall-68 17s -4s linear infinite}@keyframes fall-68{72.415%{transform:translate(87.4438vw,72.415vh) scale(.5291)}to{transform:translate(83.2001vw,99vh) scale(.5291)}}.snow:nth-child(69){opacity:.9478;transform:translate(71.2102vw,-10px) scale(.0068);animation:fall-69 19s -7s linear infinite}@keyframes fall-69{38.02%{transform:translate(79.542vw,38.02vh) scale(.0068)}to{transform:translate(75.3761vw,99vh) scale(.0068)}}.snow:nth-child(70){opacity:.6674;transform:translate(73.9841vw,-10px) scale(.9337);animation:fall-70 18s -15s linear infinite}@keyframes fall-70{64.339%{transform:translate(66.7783vw,64.339vh) scale(.9337)}to{transform:translate(70.3812vw,99vh) scale(.9337)}}.snow:nth-child(71){opacity:.788;transform:translate(70.4414vw,-10px) scale(.3587);animation:fall-71 28s -18s linear infinite}@keyframes fall-71{76.702%{transform:translate(66.1868vw,76.702vh) scale(.3587)}to{transform:translate(68.3141vw,99vh) scale(.3587)}}.snow:nth-child(72){opacity:1.0748;transform:translate(62.2704vw,-10px) scale(.9413);animation:fall-72 23s -26s linear infinite}@keyframes fall-72{61.051%{transform:translate(57.1811vw,61.051vh) scale(.9413)}to{transform:translate(59.72575vw,99vh) scale(.9413)}}.snow:nth-child(73){opacity:.007;transform:translate(98.58vw,-10px) scale(.0095);animation:fall-73 15s -8s linear infinite}@keyframes fall-73{39.106%{transform:translate(93.3852vw,39.106vh) scale(.0095)}to{transform:translate(95.9826vw,99vh) scale(.0095)}}.snow:nth-child(74){opacity:.5058;transform:translate(66.8136vw,-10px) scale(.4362);animation:fall-74 13s -3s linear infinite}@keyframes fall-74{73.291%{transform:translate(65.9245vw,73.291vh) scale(.4362)}to{transform:translate(66.36905vw,99vh) scale(.4362)}}.snow:nth-child(75){opacity:.5814;transform:translate(13.5135vw,-10px) scale(.5936);animation:fall-75 29s -2s linear infinite}@keyframes fall-75{72.472%{transform:translate(8.1959vw,72.472vh) scale(.5936)}to{transform:translate(10.8547vw,99vh) scale(.5936)}}.snow:nth-child(76){opacity:.9094;transform:translate(36.318vw,-10px) scale(.3011);animation:fall-76 16s -8s linear infinite}@keyframes fall-76{62.734%{transform:translate(44.1368vw,62.734vh) scale(.3011)}to{transform:translate(40.2274vw,99vh) scale(.3011)}}.snow:nth-child(77){opacity:1.9626;transform:translate(74.0562vw,-10px) scale(.5206);animation:fall-77 12s -14s linear infinite}@keyframes fall-77{51.238%{transform:translate(79.7244vw,51.238vh) scale(.5206)}to{transform:translate(76.8903vw,99vh) scale(.5206)}}.snow:nth-child(78){opacity:1.8736;transform:translate(45.9927vw,-10px) scale(.5668);animation:fall-78 14s -14s linear infinite}@keyframes fall-78{64.34%{transform:translate(40.1214vw,64.34vh) scale(.5668)}to{transform:translate(43.05705vw,99vh) scale(.5668)}}.snow:nth-child(79){opacity:.0394;transform:translate(18.8801vw,-10px) scale(.4824);animation:fall-79 17s -6s linear infinite}@keyframes fall-79{54.303%{transform:translate(16.3629vw,54.303vh) scale(.4824)}to{transform:translate(17.6215vw,99vh) scale(.4824)}}.snow:nth-child(80){opacity:1.7732;transform:translate(94.2828vw,-10px) scale(.2264);animation:fall-80 24s -11s linear infinite}@keyframes fall-80{56.409%{transform:translate(96.9501vw,56.409vh) scale(.2264)}to{transform:translate(95.61645vw,99vh) scale(.2264)}}.snow:nth-child(81){opacity:.921;transform:translate(13.8623vw,-10px) scale(.9836);animation:fall-81 30s -11s linear infinite}@keyframes fall-81{47.233%{transform:translate(22.1578vw,47.233vh) scale(.9836)}to{transform:translate(18.01005vw,99vh) scale(.9836)}}.snow:nth-child(82){opacity:1.6364;transform:translate(15.9194vw,-10px) scale(.4395);animation:fall-82 15s -14s linear infinite}@keyframes fall-82{73.528%{transform:translate(10.0737vw,73.528vh) scale(.4395)}to{transform:translate(12.99655vw,99vh) scale(.4395)}}.snow:nth-child(83){opacity:1.66;transform:translate(55.1366vw,-10px) scale(.3832);animation:fall-83 29s -16s linear infinite}@keyframes fall-83{34.176%{transform:translate(53.5325vw,34.176vh) scale(.3832)}to{transform:translate(54.33455vw,99vh) scale(.3832)}}.snow:nth-child(84){opacity:1.6786;transform:translate(64.9405vw,-10px) scale(.3328);animation:fall-84 22s -30s linear infinite}@keyframes fall-84{43.68%{transform:translate(61.5589vw,43.68vh) scale(.3328)}to{transform:translate(63.2497vw,99vh) scale(.3328)}}.snow:nth-child(85){opacity:1.7946;transform:translate(86.4645vw,-10px) scale(.3379);animation:fall-85 15s -22s linear infinite}@keyframes fall-85{64.47%{transform:translate(78.6527vw,64.47vh) scale(.3379)}to{transform:translate(82.5586vw,99vh) scale(.3379)}}.snow:nth-child(86){opacity:1.6708;transform:translate(30.9874vw,-10px) scale(.0464);animation:fall-86 25s -11s linear infinite}@keyframes fall-86{34.962%{transform:translate(40.4454vw,34.962vh) scale(.0464)}to{transform:translate(35.7164vw,99vh) scale(.0464)}}.snow:nth-child(87){opacity:.558;transform:translate(94.9405vw,-10px) scale(.7509);animation:fall-87 26s -5s linear infinite}@keyframes fall-87{35.241%{transform:translate(89.687vw,35.241vh) scale(.7509)}to{transform:translate(92.31375vw,99vh) scale(.7509)}}.snow:nth-child(88){opacity:.6806;transform:translate(11.4414vw,-10px) scale(.8708);animation:fall-88 17s -17s linear infinite}@keyframes fall-88{55.097%{transform:translate(2.3924vw,55.097vh) scale(.8708)}to{transform:translate(6.9169vw,99vh) scale(.8708)}}.snow:nth-child(89){opacity:.4012;transform:translate(20.9369vw,-10px) scale(.8437);animation:fall-89 25s -24s linear infinite}@keyframes fall-89{76.643%{transform:translate(17.1279vw,76.643vh) scale(.8437)}to{transform:translate(19.0324vw,99vh) scale(.8437)}}.snow:nth-child(90){opacity:1.8588;transform:translate(94.2766vw,-10px) scale(.9929);animation:fall-90 18s -26s linear infinite}@keyframes fall-90{60.21%{transform:translate(100.4735vw,60.21vh) scale(.9929)}to{transform:translate(97.37505vw,99vh) scale(.9929)}}.snow:nth-child(91){opacity:.4318;transform:translate(43.3005vw,-10px) scale(.0962);animation:fall-91 10s -16s linear infinite}@keyframes fall-91{32.157%{transform:translate(52.5103vw,32.157vh) scale(.0962)}to{transform:translate(47.9054vw,99vh) scale(.0962)}}.snow:nth-child(92){opacity:.627;transform:translate(84.5682vw,-10px) scale(.4224);animation:fall-92 24s -30s linear infinite}@keyframes fall-92{45.645%{transform:translate(92.6081vw,45.645vh) scale(.4224)}to{transform:translate(88.58815vw,99vh) scale(.4224)}}.snow:nth-child(93){opacity:1.3616;transform:translate(84.5647vw,-10px) scale(.0915);animation:fall-93 25s -22s linear infinite}@keyframes fall-93{68.583%{transform:translate(84.2595vw,68.583vh) scale(.0915)}to{transform:translate(84.4121vw,99vh) scale(.0915)}}.snow:nth-child(94){opacity:.6446;transform:translate(59.7413vw,-10px) scale(.3775);animation:fall-94 12s -27s linear infinite}@keyframes fall-94{34.817%{transform:translate(68.8067vw,34.817vh) scale(.3775)}to{transform:translate(64.274vw,99vh) scale(.3775)}}.snow:nth-child(95){opacity:1.5082;transform:translate(12.9338vw,-10px) scale(.2724);animation:fall-95 22s -15s linear infinite}@keyframes fall-95{75.079%{transform:translate(3.7174vw,75.079vh) scale(.2724)}to{transform:translate(8.3256vw,99vh) scale(.2724)}}.snow:nth-child(96){opacity:1.682;transform:translate(31.9739vw,-10px) scale(.6935);animation:fall-96 28s -4s linear infinite}@keyframes fall-96{46.392%{transform:translate(24.3631vw,46.392vh) scale(.6935)}to{transform:translate(28.1685vw,99vh) scale(.6935)}}.snow:nth-child(97){opacity:1.8814;transform:translate(88.6143vw,-10px) scale(.2934);animation:fall-97 20s -7s linear infinite}@keyframes fall-97{77.797%{transform:translate(80.7475vw,77.797vh) scale(.2934)}to{transform:translate(84.6809vw,99vh) scale(.2934)}}.snow:nth-child(98){opacity:1.0988;transform:translate(94.0534vw,-10px) scale(.4548);animation:fall-98 23s -17s linear infinite}@keyframes fall-98{57.166%{transform:translate(95.4232vw,57.166vh) scale(.4548)}to{transform:translate(94.7383vw,99vh) scale(.4548)}}.snow:nth-child(99){opacity:.571;transform:translate(62.6456vw,-10px) scale(.4853);animation:fall-99 23s -26s linear infinite}@keyframes fall-99{59.004%{transform:translate(61.5417vw,59.004vh) scale(.4853)}to{transform:translate(62.09365vw,99vh) scale(.4853)}}.snow:nth-child(100){opacity:.4896;transform:translate(34.6078vw,-10px) scale(.2173);animation:fall-100 12s -8s linear infinite}@keyframes fall-100{72.827%{transform:translate(33.091vw,72.827vh) scale(.2173)}to{transform:translate(33.8494vw,99vh) scale(.2173)}}.snow:nth-child(101){opacity:1.2346;transform:translate(33.9813vw,-10px) scale(.9617);animation:fall-101 13s -23s linear infinite}@keyframes fall-101{42.254%{transform:translate(42.6317vw,42.254vh) scale(.9617)}to{transform:translate(38.3065vw,99vh) scale(.9617)}}.snow:nth-child(102){opacity:.0266;transform:translate(70.0975vw,-10px) scale(.6502);animation:fall-102 11s -1s linear infinite}@keyframes fall-102{67.024%{transform:translate(67.4143vw,67.024vh) scale(.6502)}to{transform:translate(68.7559vw,99vh) scale(.6502)}}.snow:nth-child(103){opacity:1.0694;transform:translate(66.0222vw,-10px) scale(.9855);animation:fall-103 16s -29s linear infinite}@keyframes fall-103{42.717%{transform:translate(69.9446vw,42.717vh) scale(.9855)}to{transform:translate(67.9834vw,99vh) scale(.9855)}}.snow:nth-child(104){opacity:.8448;transform:translate(81.6317vw,-10px) scale(.5288);animation:fall-104 22s -7s linear infinite}@keyframes fall-104{77.068%{transform:translate(79.5888vw,77.068vh) scale(.5288)}to{transform:translate(80.61025vw,99vh) scale(.5288)}}.snow:nth-child(105){opacity:.6198;transform:translate(59.4606vw,-10px) scale(.9436);animation:fall-105 27s -20s linear infinite}@keyframes fall-105{78.006%{transform:translate(64.0139vw,78.006vh) scale(.9436)}to{transform:translate(61.73725vw,99vh) scale(.9436)}}.snow:nth-child(106){opacity:.3128;transform:translate(84.1836vw,-10px) scale(.0793);animation:fall-106 28s -7s linear infinite}@keyframes fall-106{68.171%{transform:translate(86.5998vw,68.171vh) scale(.0793)}to{transform:translate(85.3917vw,99vh) scale(.0793)}}.snow:nth-child(107){opacity:.571;transform:translate(93.7996vw,-10px) scale(.1244);animation:fall-107 16s -22s linear infinite}@keyframes fall-107{47.313%{transform:translate(88.0636vw,47.313vh) scale(.1244)}to{transform:translate(90.9316vw,99vh) scale(.1244)}}.snow:nth-child(108){opacity:.5018;transform:translate(30.9767vw,-10px) scale(.0841);animation:fall-108 29s -2s linear infinite}@keyframes fall-108{56.641%{transform:translate(22.7121vw,56.641vh) scale(.0841)}to{transform:translate(26.8444vw,99vh) scale(.0841)}}.snow:nth-child(109){opacity:.2934;transform:translate(60.5913vw,-10px) scale(.1948);animation:fall-109 13s -5s linear infinite}@keyframes fall-109{31.738%{transform:translate(54.8167vw,31.738vh) scale(.1948)}to{transform:translate(57.704vw,99vh) scale(.1948)}}.snow:nth-child(110){opacity:.0222;transform:translate(75.5752vw,-10px) scale(.9994);animation:fall-110 21s -7s linear infinite}@keyframes fall-110{38.868%{transform:translate(66.7875vw,38.868vh) scale(.9994)}to{transform:translate(71.18135vw,99vh) scale(.9994)}}.snow:nth-child(111){opacity:.9736;transform:translate(62.3112vw,-10px) scale(.8141);animation:fall-111 16s -12s linear infinite}@keyframes fall-111{72.585%{transform:translate(59.3856vw,72.585vh) scale(.8141)}to{transform:translate(60.8484vw,99vh) scale(.8141)}}.snow:nth-child(112){opacity:.2868;transform:translate(1.46vw,-10px) scale(.082);animation:fall-112 13s -30s linear infinite}@keyframes fall-112{69.189%{transform:translate(-.4303vw,69.189vh) scale(.082)}to{transform:translate(.51485vw,99vh) scale(.082)}}.snow:nth-child(113){opacity:1.6488;transform:translate(75.4604vw,-10px) scale(.2858);animation:fall-113 29s -18s linear infinite}@keyframes fall-113{58.816%{transform:translate(76.3126vw,58.816vh) scale(.2858)}to{transform:translate(75.8865vw,99vh) scale(.2858)}}.snow:nth-child(114){opacity:1.9446;transform:translate(93.471vw,-10px) scale(.8864);animation:fall-114 28s -3s linear infinite}@keyframes fall-114{52.636%{transform:translate(101.0172vw,52.636vh) scale(.8864)}to{transform:translate(97.2441vw,99vh) scale(.8864)}}.snow:nth-child(115){opacity:.8502;transform:translate(37.6694vw,-10px) scale(.5785);animation:fall-115 13s -6s linear infinite}@keyframes fall-115{76.425%{transform:translate(39.1093vw,76.425vh) scale(.5785)}to{transform:translate(38.38935vw,99vh) scale(.5785)}}.snow:nth-child(116){opacity:1.2632;transform:translate(94.2224vw,-10px) scale(.4985);animation:fall-116 25s -26s linear infinite}@keyframes fall-116{77.215%{transform:translate(92.9414vw,77.215vh) scale(.4985)}to{transform:translate(93.5819vw,99vh) scale(.4985)}}.snow:nth-child(117){opacity:.4112;transform:translate(70.3336vw,-10px) scale(.7236);animation:fall-117 27s -17s linear infinite}@keyframes fall-117{62.903%{transform:translate(77.7996vw,62.903vh) scale(.7236)}to{transform:translate(74.0666vw,99vh) scale(.7236)}}.snow:nth-child(118){opacity:.495;transform:translate(79.0199vw,-10px) scale(.139);animation:fall-118 27s -14s linear infinite}@keyframes fall-118{56.038%{transform:translate(72.59vw,56.038vh) scale(.139)}to{transform:translate(75.80495vw,99vh) scale(.139)}}.snow:nth-child(119){opacity:1.0662;transform:translate(31.5099vw,-10px) scale(.8172);animation:fall-119 16s -9s linear infinite}@keyframes fall-119{79.886%{transform:translate(32.3016vw,79.886vh) scale(.8172)}to{transform:translate(31.90575vw,99vh) scale(.8172)}}.snow:nth-child(120){opacity:1.1336;transform:translate(36.0019vw,-10px) scale(.2325);animation:fall-120 23s -11s linear infinite}@keyframes fall-120{59.877%{transform:translate(27.8342vw,59.877vh) scale(.2325)}to{transform:translate(31.91805vw,99vh) scale(.2325)}}.snow:nth-child(121){opacity:1.133;transform:translate(48.704vw,-10px) scale(.7871);animation:fall-121 15s -27s linear infinite}@keyframes fall-121{30.584%{transform:translate(57.5296vw,30.584vh) scale(.7871)}to{transform:translate(53.1168vw,99vh) scale(.7871)}}.snow:nth-child(122){opacity:1.4902;transform:translate(6.7537vw,-10px) scale(.6762);animation:fall-122 17s -25s linear infinite}@keyframes fall-122{42.846%{transform:translate(1.4457vw,42.846vh) scale(.6762)}to{transform:translate(4.0997vw,99vh) scale(.6762)}}.snow:nth-child(123){opacity:.3478;transform:translate(6.3379vw,-10px) scale(.6857);animation:fall-123 30s -5s linear infinite}@keyframes fall-123{43.319%{transform:translate(3.848vw,43.319vh) scale(.6857)}to{transform:translate(5.09295vw,99vh) scale(.6857)}}.snow:nth-child(124){opacity:.112;transform:translate(15.3645vw,-10px) scale(.5917);animation:fall-124 29s -24s linear infinite}@keyframes fall-124{30.762%{transform:translate(13.4051vw,30.762vh) scale(.5917)}to{transform:translate(14.3848vw,99vh) scale(.5917)}}.snow:nth-child(125){opacity:1.1356;transform:translate(39.3244vw,-10px) scale(.5923);animation:fall-125 29s -5s linear infinite}@keyframes fall-125{74.983%{transform:translate(38.6873vw,74.983vh) scale(.5923)}to{transform:translate(39.00585vw,99vh) scale(.5923)}}.snow:nth-child(126){opacity:.5656;transform:translate(41.2403vw,-10px) scale(.8195);animation:fall-126 27s -6s linear infinite}@keyframes fall-126{33.924%{transform:translate(42.5586vw,33.924vh) scale(.8195)}to{transform:translate(41.89945vw,99vh) scale(.8195)}}.snow:nth-child(127){opacity:.0654;transform:translate(66.4753vw,-10px) scale(.6321);animation:fall-127 14s -20s linear infinite}@keyframes fall-127{38.897%{transform:translate(57.5089vw,38.897vh) scale(.6321)}to{transform:translate(61.9921vw,99vh) scale(.6321)}}.snow:nth-child(128){opacity:1.9314;transform:translate(42.4161vw,-10px) scale(.5868);animation:fall-128 18s -9s linear infinite}@keyframes fall-128{48.602%{transform:translate(38.6197vw,48.602vh) scale(.5868)}to{transform:translate(40.5179vw,99vh) scale(.5868)}}.snow:nth-child(129){opacity:1.5124;transform:translate(90.4233vw,-10px) scale(.5915);animation:fall-129 25s -28s linear infinite}@keyframes fall-129{68.172%{transform:translate(82.3383vw,68.172vh) scale(.5915)}to{transform:translate(86.3808vw,99vh) scale(.5915)}}.snow:nth-child(130){opacity:.8024;transform:translate(74.6986vw,-10px) scale(.1528);animation:fall-130 12s -16s linear infinite}@keyframes fall-130{62.299%{transform:translate(81.9556vw,62.299vh) scale(.1528)}to{transform:translate(78.3271vw,99vh) scale(.1528)}}.snow:nth-child(131){opacity:.5002;transform:translate(25.3069vw,-10px) scale(.0534);animation:fall-131 27s -8s linear infinite}@keyframes fall-131{49.073%{transform:translate(32.4978vw,49.073vh) scale(.0534)}to{transform:translate(28.90235vw,99vh) scale(.0534)}}.snow:nth-child(132){opacity:1.1466;transform:translate(18.278vw,-10px) scale(.8941);animation:fall-132 10s -19s linear infinite}@keyframes fall-132{68.541%{transform:translate(20.8122vw,68.541vh) scale(.8941)}to{transform:translate(19.5451vw,99vh) scale(.8941)}}.snow:nth-child(133){opacity:.1414;transform:translate(97.2599vw,-10px) scale(.1295);animation:fall-133 10s -2s linear infinite}@keyframes fall-133{31.325%{transform:translate(98.9609vw,31.325vh) scale(.1295)}to{transform:translate(98.1104vw,99vh) scale(.1295)}}.snow:nth-child(134){opacity:.2736;transform:translate(74.4708vw,-10px) scale(.756);animation:fall-134 26s -4s linear infinite}@keyframes fall-134{53.102%{transform:translate(84.2793vw,53.102vh) scale(.756)}to{transform:translate(79.37505vw,99vh) scale(.756)}}.snow:nth-child(135){opacity:1.3808;transform:translate(3.9705vw,-10px) scale(.0717);animation:fall-135 19s -11s linear infinite}@keyframes fall-135{72.727%{transform:translate(-3.5562vw,72.727vh) scale(.0717)}to{transform:translate(.20715vw,99vh) scale(.0717)}}.snow:nth-child(136){opacity:.9004;transform:translate(79.0857vw,-10px) scale(.1781);animation:fall-136 10s -30s linear infinite}@keyframes fall-136{69.572%{transform:translate(69.1598vw,69.572vh) scale(.1781)}to{transform:translate(74.12275vw,99vh) scale(.1781)}}.snow:nth-child(137){opacity:.444;transform:translate(27.6228vw,-10px) scale(.8893);animation:fall-137 30s -8s linear infinite}@keyframes fall-137{42%{transform:translate(24.0474vw,42vh) scale(.8893)}to{transform:translate(25.8351vw,99vh) scale(.8893)}}.snow:nth-child(138){opacity:1.2998;transform:translate(31.7507vw,-10px) scale(.8799);animation:fall-138 16s -13s linear infinite}@keyframes fall-138{59.079%{transform:translate(23.8493vw,59.079vh) scale(.8799)}to{transform:translate(27.8vw,99vh) scale(.8799)}}.snow:nth-child(139){opacity:.0236;transform:translate(82.5398vw,-10px) scale(.6704);animation:fall-139 21s -28s linear infinite}@keyframes fall-139{46.198%{transform:translate(86.3073vw,46.198vh) scale(.6704)}to{transform:translate(84.42355vw,99vh) scale(.6704)}}.snow:nth-child(140){opacity:.4132;transform:translate(18.1427vw,-10px) scale(.4871);animation:fall-140 13s -15s linear infinite}@keyframes fall-140{65.634%{transform:translate(12.677vw,65.634vh) scale(.4871)}to{transform:translate(15.40985vw,99vh) scale(.4871)}}.snow:nth-child(141){opacity:1.106;transform:translate(85.5844vw,-10px) scale(.0777);animation:fall-141 28s -12s linear infinite}@keyframes fall-141{45.894%{transform:translate(86.3969vw,45.894vh) scale(.0777)}to{transform:translate(85.99065vw,99vh) scale(.0777)}}.snow:nth-child(142){opacity:.3252;transform:translate(75.2138vw,-10px) scale(.1392);animation:fall-142 24s -3s linear infinite}@keyframes fall-142{35.108%{transform:translate(71.9942vw,35.108vh) scale(.1392)}to{transform:translate(73.604vw,99vh) scale(.1392)}}.snow:nth-child(143){opacity:1.3336;transform:translate(58.5272vw,-10px) scale(.9272);animation:fall-143 14s -2s linear infinite}@keyframes fall-143{72.168%{transform:translate(50.5308vw,72.168vh) scale(.9272)}to{transform:translate(54.529vw,99vh) scale(.9272)}}.snow:nth-child(144){opacity:.4672;transform:translate(65.9502vw,-10px) scale(.5537);animation:fall-144 15s -19s linear infinite}@keyframes fall-144{43.769%{transform:translate(67.1208vw,43.769vh) scale(.5537)}to{transform:translate(66.5355vw,99vh) scale(.5537)}}.snow:nth-child(145){opacity:1.4402;transform:translate(37.3734vw,-10px) scale(.2509);animation:fall-145 17s -20s linear infinite}@keyframes fall-145{55.638%{transform:translate(35.2132vw,55.638vh) scale(.2509)}to{transform:translate(36.2933vw,99vh) scale(.2509)}}.snow:nth-child(146){opacity:1.699;transform:translate(69.7373vw,-10px) scale(.6539);animation:fall-146 11s -27s linear infinite}@keyframes fall-146{31.17%{transform:translate(74.3874vw,31.17vh) scale(.6539)}to{transform:translate(72.06235vw,99vh) scale(.6539)}}.snow:nth-child(147){opacity:1.5052;transform:translate(73.9982vw,-10px) scale(.8064);animation:fall-147 10s -11s linear infinite}@keyframes fall-147{30.258%{transform:translate(83.3074vw,30.258vh) scale(.8064)}to{transform:translate(78.6528vw,99vh) scale(.8064)}}.snow:nth-child(148){opacity:1.7352;transform:translate(51.1713vw,-10px) scale(.8019);animation:fall-148 21s -13s linear infinite}@keyframes fall-148{41.323%{transform:translate(58.7709vw,41.323vh) scale(.8019)}to{transform:translate(54.9711vw,99vh) scale(.8019)}}.snow:nth-child(149){opacity:1.7862;transform:translate(34.0505vw,-10px) scale(.4145);animation:fall-149 25s -26s linear infinite}@keyframes fall-149{52.153%{transform:translate(37.7598vw,52.153vh) scale(.4145)}to{transform:translate(35.90515vw,99vh) scale(.4145)}}.snow:nth-child(150){opacity:1.9088;transform:translate(59.3291vw,-10px) scale(.8667);animation:fall-150 26s -28s linear infinite}@keyframes fall-150{32.899%{transform:translate(64.9292vw,32.899vh) scale(.8667)}to{transform:translate(62.12915vw,99vh) scale(.8667)}}.snow:nth-child(151){opacity:1.601;transform:translate(1.6608vw,-10px) scale(.9881);animation:fall-151 21s -14s linear infinite}@keyframes fall-151{43.276%{transform:translate(1.8025vw,43.276vh) scale(.9881)}to{transform:translate(1.73165vw,99vh) scale(.9881)}}.snow:nth-child(152){opacity:.776;transform:translate(45.0031vw,-10px) scale(.8632);animation:fall-152 28s -28s linear infinite}@keyframes fall-152{39.015%{transform:translate(41.7533vw,39.015vh) scale(.8632)}to{transform:translate(43.3782vw,99vh) scale(.8632)}}.snow:nth-child(153){opacity:1.4048;transform:translate(88.4464vw,-10px) scale(.2766);animation:fall-153 15s -18s linear infinite}@keyframes fall-153{57.899%{transform:translate(94.2249vw,57.899vh) scale(.2766)}to{transform:translate(91.33565vw,99vh) scale(.2766)}}.snow:nth-child(154){opacity:1.367;transform:translate(50.2804vw,-10px) scale(.7729);animation:fall-154 12s -28s linear infinite}@keyframes fall-154{39.814%{transform:translate(58.7491vw,39.814vh) scale(.7729)}to{transform:translate(54.51475vw,99vh) scale(.7729)}}.snow:nth-child(155){opacity:1.6848;transform:translate(94.8635vw,-10px) scale(.1065);animation:fall-155 12s -30s linear infinite}@keyframes fall-155{67.789%{transform:translate(90.7413vw,67.789vh) scale(.1065)}to{transform:translate(92.8024vw,99vh) scale(.1065)}}.snow:nth-child(156){opacity:.7282;transform:translate(14.7237vw,-10px) scale(.0859);animation:fall-156 30s -28s linear infinite}@keyframes fall-156{50.859%{transform:translate(11.4719vw,50.859vh) scale(.0859)}to{transform:translate(13.0978vw,99vh) scale(.0859)}}.snow:nth-child(157){opacity:.4084;transform:translate(71.8762vw,-10px) scale(.846);animation:fall-157 20s -10s linear infinite}@keyframes fall-157{79.29%{transform:translate(78.0401vw,79.29vh) scale(.846)}to{transform:translate(74.95815vw,99vh) scale(.846)}}.snow:nth-child(158){opacity:.7272;transform:translate(81.5548vw,-10px) scale(.5901);animation:fall-158 16s -12s linear infinite}@keyframes fall-158{71.685%{transform:translate(85.4232vw,71.685vh) scale(.5901)}to{transform:translate(83.489vw,99vh) scale(.5901)}}.snow:nth-child(159){opacity:1.165;transform:translate(33.5467vw,-10px) scale(.4863);animation:fall-159 25s -20s linear infinite}@keyframes fall-159{57.251%{transform:translate(27.3515vw,57.251vh) scale(.4863)}to{transform:translate(30.4491vw,99vh) scale(.4863)}}.snow:nth-child(160){opacity:.1016;transform:translate(82.1777vw,-10px) scale(.7131);animation:fall-160 19s -8s linear infinite}@keyframes fall-160{70.504%{transform:translate(81.58vw,70.504vh) scale(.7131)}to{transform:translate(81.87885vw,99vh) scale(.7131)}}.snow:nth-child(161){opacity:.6864;transform:translate(23.2577vw,-10px) scale(.5153);animation:fall-161 15s -10s linear infinite}@keyframes fall-161{40.261%{transform:translate(27.187vw,40.261vh) scale(.5153)}to{transform:translate(25.22235vw,99vh) scale(.5153)}}.snow:nth-child(162){opacity:.7444;transform:translate(59.4461vw,-10px) scale(.9071);animation:fall-162 16s -1s linear infinite}@keyframes fall-162{41.518%{transform:translate(62.4921vw,41.518vh) scale(.9071)}to{transform:translate(60.9691vw,99vh) scale(.9071)}}.snow:nth-child(163){opacity:1.3848;transform:translate(53.4857vw,-10px) scale(.6483);animation:fall-163 17s -6s linear infinite}@keyframes fall-163{31.241%{transform:translate(57.1172vw,31.241vh) scale(.6483)}to{transform:translate(55.30145vw,99vh) scale(.6483)}}.snow:nth-child(164){opacity:1.8022;transform:translate(14.1596vw,-10px) scale(.5101);animation:fall-164 13s -15s linear infinite}@keyframes fall-164{37.014%{transform:translate(8.7067vw,37.014vh) scale(.5101)}to{transform:translate(11.43315vw,99vh) scale(.5101)}}.snow:nth-child(165){opacity:1.318;transform:translate(29.0906vw,-10px) scale(.8554);animation:fall-165 21s -8s linear infinite}@keyframes fall-165{44.761%{transform:translate(21.4557vw,44.761vh) scale(.8554)}to{transform:translate(25.27315vw,99vh) scale(.8554)}}.snow:nth-child(166){opacity:.9966;transform:translate(24.2734vw,-10px) scale(.0827);animation:fall-166 24s -18s linear infinite}@keyframes fall-166{63.985%{transform:translate(30.6929vw,63.985vh) scale(.0827)}to{transform:translate(27.48315vw,99vh) scale(.0827)}}.snow:nth-child(167){opacity:1.8744;transform:translate(17.3391vw,-10px) scale(.8935);animation:fall-167 13s -20s linear infinite}@keyframes fall-167{46.386%{transform:translate(19.6584vw,46.386vh) scale(.8935)}to{transform:translate(18.49875vw,99vh) scale(.8935)}}.snow:nth-child(168){opacity:.7436;transform:translate(9.4418vw,-10px) scale(.7334);animation:fall-168 12s -6s linear infinite}@keyframes fall-168{41.764%{transform:translate(6.1392vw,41.764vh) scale(.7334)}to{transform:translate(7.7905vw,99vh) scale(.7334)}}.snow:nth-child(169){opacity:.9178;transform:translate(78.0883vw,-10px) scale(.608);animation:fall-169 20s -10s linear infinite}@keyframes fall-169{41.972%{transform:translate(86.9705vw,41.972vh) scale(.608)}to{transform:translate(82.5294vw,99vh) scale(.608)}}.snow:nth-child(170){opacity:1.2722;transform:translate(70.7901vw,-10px) scale(.8154);animation:fall-170 12s -10s linear infinite}@keyframes fall-170{30.727%{transform:translate(65.0023vw,30.727vh) scale(.8154)}to{transform:translate(67.8962vw,99vh) scale(.8154)}}.snow:nth-child(171){opacity:.8274;transform:translate(58.2987vw,-10px) scale(.723);animation:fall-171 17s -27s linear infinite}@keyframes fall-171{63.974%{transform:translate(51.4302vw,63.974vh) scale(.723)}to{transform:translate(54.86445vw,99vh) scale(.723)}}.snow:nth-child(172){opacity:.052;transform:translate(7.6839vw,-10px) scale(.4037);animation:fall-172 27s -3s linear infinite}@keyframes fall-172{41.358%{transform:translate(4.6163vw,41.358vh) scale(.4037)}to{transform:translate(6.1501vw,99vh) scale(.4037)}}.snow:nth-child(173){opacity:1.8406;transform:translate(41.5228vw,-10px) scale(.9192);animation:fall-173 21s -4s linear infinite}@keyframes fall-173{48.156%{transform:translate(37.2634vw,48.156vh) scale(.9192)}to{transform:translate(39.3931vw,99vh) scale(.9192)}}.snow:nth-child(174){opacity:.5906;transform:translate(8.9504vw,-10px) scale(.5851);animation:fall-174 29s -11s linear infinite}@keyframes fall-174{71.665%{transform:translate(9.6538vw,71.665vh) scale(.5851)}to{transform:translate(9.3021vw,99vh) scale(.5851)}}.snow:nth-child(175){opacity:1.686;transform:translate(95.9473vw,-10px) scale(.7708);animation:fall-175 28s -8s linear infinite}@keyframes fall-175{74.4%{transform:translate(99.1616vw,74.4vh) scale(.7708)}to{transform:translate(97.55445vw,99vh) scale(.7708)}}.snow:nth-child(176){opacity:1.827;transform:translate(25.1234vw,-10px) scale(.1216);animation:fall-176 18s -7s linear infinite}@keyframes fall-176{33%{transform:translate(25.7186vw,33vh) scale(.1216)}to{transform:translate(25.421vw,99vh) scale(.1216)}}.snow:nth-child(177){opacity:1.9958;transform:translate(33.9107vw,-10px) scale(.1988);animation:fall-177 10s -2s linear infinite}@keyframes fall-177{35.287%{transform:translate(39.4784vw,35.287vh) scale(.1988)}to{transform:translate(36.69455vw,99vh) scale(.1988)}}.snow:nth-child(178){opacity:.6424;transform:translate(61.6127vw,-10px) scale(.5638);animation:fall-178 26s -6s linear infinite}@keyframes fall-178{48.418%{transform:translate(56.4717vw,48.418vh) scale(.5638)}to{transform:translate(59.0422vw,99vh) scale(.5638)}}.snow:nth-child(179){opacity:.2934;transform:translate(47.9044vw,-10px) scale(.7573);animation:fall-179 17s -30s linear infinite}@keyframes fall-179{65.94%{transform:translate(54.0036vw,65.94vh) scale(.7573)}to{transform:translate(50.954vw,99vh) scale(.7573)}}.snow:nth-child(180){opacity:.4304;transform:translate(46.2658vw,-10px) scale(.3674);animation:fall-180 19s -22s linear infinite}@keyframes fall-180{63.848%{transform:translate(49.1738vw,63.848vh) scale(.3674)}to{transform:translate(47.7198vw,99vh) scale(.3674)}}.snow:nth-child(181){opacity:1.022;transform:translate(13.0235vw,-10px) scale(.6454);animation:fall-181 27s -23s linear infinite}@keyframes fall-181{79.278%{transform:translate(9.8391vw,79.278vh) scale(.6454)}to{transform:translate(11.4313vw,99vh) scale(.6454)}}.snow:nth-child(182){opacity:1.526;transform:translate(84.3851vw,-10px) scale(.9427);animation:fall-182 10s -5s linear infinite}@keyframes fall-182{34.43%{transform:translate(88.9993vw,34.43vh) scale(.9427)}to{transform:translate(86.6922vw,99vh) scale(.9427)}}.snow:nth-child(183){opacity:.711;transform:translate(6.0584vw,-10px) scale(.7836);animation:fall-183 29s -29s linear infinite}@keyframes fall-183{40.245%{transform:translate(-2.5838vw,40.245vh) scale(.7836)}to{transform:translate(1.7373vw,99vh) scale(.7836)}}.snow:nth-child(184){opacity:.732;transform:translate(66.9472vw,-10px) scale(.5322);animation:fall-184 24s -11s linear infinite}@keyframes fall-184{48.137%{transform:translate(74.9295vw,48.137vh) scale(.5322)}to{transform:translate(70.93835vw,99vh) scale(.5322)}}.snow:nth-child(185){opacity:1.2324;transform:translate(17.2878vw,-10px) scale(.8757);animation:fall-185 10s -24s linear infinite}@keyframes fall-185{42.367%{transform:translate(25.9246vw,42.367vh) scale(.8757)}to{transform:translate(21.6062vw,99vh) scale(.8757)}}.snow:nth-child(186){opacity:.9644;transform:translate(51.1238vw,-10px) scale(.6553);animation:fall-186 19s -19s linear infinite}@keyframes fall-186{38.91%{transform:translate(60.5833vw,38.91vh) scale(.6553)}to{transform:translate(55.85355vw,99vh) scale(.6553)}}.snow:nth-child(187){opacity:1.7782;transform:translate(14.5879vw,-10px) scale(.2938);animation:fall-187 18s -20s linear infinite}@keyframes fall-187{58.646%{transform:translate(23.3394vw,58.646vh) scale(.2938)}to{transform:translate(18.96365vw,99vh) scale(.2938)}}.snow:nth-child(188){opacity:.634;transform:translate(54.0587vw,-10px) scale(.4398);animation:fall-188 28s -1s linear infinite}@keyframes fall-188{69.006%{transform:translate(48.8871vw,69.006vh) scale(.4398)}to{transform:translate(51.4729vw,99vh) scale(.4398)}}.snow:nth-child(189){opacity:.9926;transform:translate(4.4294vw,-10px) scale(.5784);animation:fall-189 25s -17s linear infinite}@keyframes fall-189{34.144%{transform:translate(.867vw,34.144vh) scale(.5784)}to{transform:translate(2.6482vw,99vh) scale(.5784)}}.snow:nth-child(190){opacity:.912;transform:translate(34.3876vw,-10px) scale(.6621);animation:fall-190 11s -5s linear infinite}@keyframes fall-190{74.706%{transform:translate(35.5656vw,74.706vh) scale(.6621)}to{transform:translate(34.9766vw,99vh) scale(.6621)}}.snow:nth-child(191){opacity:.502;transform:translate(28.129vw,-10px) scale(.5848);animation:fall-191 30s -7s linear infinite}@keyframes fall-191{55.352%{transform:translate(32.5187vw,55.352vh) scale(.5848)}to{transform:translate(30.32385vw,99vh) scale(.5848)}}.snow:nth-child(192){opacity:1.3656;transform:translate(91.841vw,-10px) scale(.6385);animation:fall-192 25s -7s linear infinite}@keyframes fall-192{61.011%{transform:translate(95.1216vw,61.011vh) scale(.6385)}to{transform:translate(93.4813vw,99vh) scale(.6385)}}.snow:nth-child(193){opacity:.5578;transform:translate(61.7327vw,-10px) scale(.6434);animation:fall-193 19s -20s linear infinite}@keyframes fall-193{35.899%{transform:translate(65.6734vw,35.899vh) scale(.6434)}to{transform:translate(63.70305vw,99vh) scale(.6434)}}.snow:nth-child(194){opacity:1.1728;transform:translate(45.4571vw,-10px) scale(.5431);animation:fall-194 26s -12s linear infinite}@keyframes fall-194{30.212%{transform:translate(37.7799vw,30.212vh) scale(.5431)}to{transform:translate(41.6185vw,99vh) scale(.5431)}}.snow:nth-child(195){opacity:1.5718;transform:translate(13.3565vw,-10px) scale(.2939);animation:fall-195 25s -29s linear infinite}@keyframes fall-195{70.973%{transform:translate(9.5285vw,70.973vh) scale(.2939)}to{transform:translate(11.4425vw,99vh) scale(.2939)}}.snow:nth-child(196){opacity:.9274;transform:translate(98.384vw,-10px) scale(.0179);animation:fall-196 27s -18s linear infinite}@keyframes fall-196{67.709%{transform:translate(89.7465vw,67.709vh) scale(.0179)}to{transform:translate(94.06525vw,99vh) scale(.0179)}}.snow:nth-child(197){opacity:.069;transform:translate(56.0154vw,-10px) scale(.9116);animation:fall-197 13s -9s linear infinite}@keyframes fall-197{70.033%{transform:translate(50.5142vw,70.033vh) scale(.9116)}to{transform:translate(53.2648vw,99vh) scale(.9116)}}.snow:nth-child(198){opacity:1.731;transform:translate(54.7956vw,-10px) scale(.8719);animation:fall-198 25s -25s linear infinite}@keyframes fall-198{79.749%{transform:translate(56.2152vw,79.749vh) scale(.8719)}to{transform:translate(55.5054vw,99vh) scale(.8719)}}.snow:nth-child(199){opacity:1.9672;transform:translate(27.1925vw,-10px) scale(.6589);animation:fall-199 27s -26s linear infinite}@keyframes fall-199{75.149%{transform:translate(26.4363vw,75.149vh) scale(.6589)}to{transform:translate(26.8144vw,99vh) scale(.6589)}}.snow:nth-child(200){opacity:.1184;transform:translate(47.1838vw,-10px) scale(.4515);animation:fall-200 19s -24s linear infinite}@keyframes fall-200{31.309%{transform:translate(44.9134vw,31.309vh) scale(.4515)}to{transform:translate(46.0486vw,99vh) scale(.4515)}}.snow:nth-child(201){opacity:.5324;transform:translate(93.4656vw,-10px) scale(.4072);animation:fall-201 27s -6s linear infinite}@keyframes fall-201{59.438%{transform:translate(84.2752vw,59.438vh) scale(.4072)}to{transform:translate(88.8704vw,99vh) scale(.4072)}}.snow:nth-child(202){opacity:1.2828;transform:translate(9.0428vw,-10px) scale(.2814);animation:fall-202 24s -3s linear infinite}@keyframes fall-202{47.076%{transform:translate(12.6242vw,47.076vh) scale(.2814)}to{transform:translate(10.8335vw,99vh) scale(.2814)}}.snow:nth-child(203){opacity:.2228;transform:translate(30.8875vw,-10px) scale(.28);animation:fall-203 18s -5s linear infinite}@keyframes fall-203{58.956%{transform:translate(26.3502vw,58.956vh) scale(.28)}to{transform:translate(28.61885vw,99vh) scale(.28)}}.snow:nth-child(204){opacity:.6968;transform:translate(11.9185vw,-10px) scale(.119);animation:fall-204 10s -19s linear infinite}@keyframes fall-204{47.028%{transform:translate(5.3892vw,47.028vh) scale(.119)}to{transform:translate(8.65385vw,99vh) scale(.119)}}.snow:nth-child(205){opacity:.4216;transform:translate(53.5132vw,-10px) scale(.759);animation:fall-205 14s -14s linear infinite}@keyframes fall-205{59.798%{transform:translate(51.594vw,59.798vh) scale(.759)}to{transform:translate(52.5536vw,99vh) scale(.759)}}.snow:nth-child(206){opacity:.069;transform:translate(67.8534vw,-10px) scale(.7289);animation:fall-206 29s -8s linear infinite}@keyframes fall-206{34.864%{transform:translate(63.4231vw,34.864vh) scale(.7289)}to{transform:translate(65.63825vw,99vh) scale(.7289)}}.snow:nth-child(207){opacity:1.024;transform:translate(38.2445vw,-10px) scale(.6172);animation:fall-207 14s -26s linear infinite}@keyframes fall-207{71.779%{transform:translate(48.1334vw,71.779vh) scale(.6172)}to{transform:translate(43.18895vw,99vh) scale(.6172)}}.snow:nth-child(208){opacity:.2284;transform:translate(75.0715vw,-10px) scale(.0611);animation:fall-208 19s -27s linear infinite}@keyframes fall-208{78.047%{transform:translate(73.7232vw,78.047vh) scale(.0611)}to{transform:translate(74.39735vw,99vh) scale(.0611)}}.snow:nth-child(209){opacity:1.1312;transform:translate(87.8527vw,-10px) scale(.6922);animation:fall-209 13s -4s linear infinite}@keyframes fall-209{72.316%{transform:translate(81.9575vw,72.316vh) scale(.6922)}to{transform:translate(84.9051vw,99vh) scale(.6922)}}.snow:nth-child(210){opacity:.055;transform:translate(40.567vw,-10px) scale(.2975);animation:fall-210 26s -27s linear infinite}@keyframes fall-210{74.947%{transform:translate(32.4504vw,74.947vh) scale(.2975)}to{transform:translate(36.5087vw,99vh) scale(.2975)}}.snow:nth-child(211){opacity:1.6038;transform:translate(39.9748vw,-10px) scale(.6965);animation:fall-211 29s -10s linear infinite}@keyframes fall-211{58.123%{transform:translate(46.2759vw,58.123vh) scale(.6965)}to{transform:translate(43.12535vw,99vh) scale(.6965)}}.snow:nth-child(212){opacity:1.7514;transform:translate(50.2165vw,-10px) scale(.2442);animation:fall-212 18s -7s linear infinite}@keyframes fall-212{62.805%{transform:translate(53.4253vw,62.805vh) scale(.2442)}to{transform:translate(51.8209vw,99vh) scale(.2442)}}.snow:nth-child(213){opacity:1.4276;transform:translate(47.894vw,-10px) scale(.6611);animation:fall-213 10s -21s linear infinite}@keyframes fall-213{74.085%{transform:translate(51.682vw,74.085vh) scale(.6611)}to{transform:translate(49.788vw,99vh) scale(.6611)}}.snow:nth-child(214){opacity:.3614;transform:translate(20.7712vw,-10px) scale(.4584);animation:fall-214 28s -17s linear infinite}@keyframes fall-214{42.677%{transform:translate(13.0082vw,42.677vh) scale(.4584)}to{transform:translate(16.8897vw,99vh) scale(.4584)}}.snow:nth-child(215){opacity:.1182;transform:translate(8.5214vw,-10px) scale(.7757);animation:fall-215 11s -16s linear infinite}@keyframes fall-215{33.049%{transform:translate(4.1213vw,33.049vh) scale(.7757)}to{transform:translate(6.32135vw,99vh) scale(.7757)}}.snow:nth-child(216){opacity:.083;transform:translate(10.7692vw,-10px) scale(.4361);animation:fall-216 12s -27s linear infinite}@keyframes fall-216{45.516%{transform:translate(7.4552vw,45.516vh) scale(.4361)}to{transform:translate(9.1122vw,99vh) scale(.4361)}}.snow:nth-child(217){opacity:1.3758;transform:translate(94.6213vw,-10px) scale(.6498);animation:fall-217 23s -28s linear infinite}@keyframes fall-217{33.948%{transform:translate(86.8435vw,33.948vh) scale(.6498)}to{transform:translate(90.7324vw,99vh) scale(.6498)}}.snow:nth-child(218){opacity:1.8954;transform:translate(93.5937vw,-10px) scale(.5535);animation:fall-218 30s -15s linear infinite}@keyframes fall-218{63.539%{transform:translate(84.6043vw,63.539vh) scale(.5535)}to{transform:translate(89.099vw,99vh) scale(.5535)}}.snow:nth-child(219){opacity:1.4794;transform:translate(45.1498vw,-10px) scale(.8372);animation:fall-219 11s -7s linear infinite}@keyframes fall-219{71.683%{transform:translate(35.2203vw,71.683vh) scale(.8372)}to{transform:translate(40.18505vw,99vh) scale(.8372)}}.snow:nth-child(220){opacity:.9642;transform:translate(85.3987vw,-10px) scale(.8465);animation:fall-220 28s -16s linear infinite}@keyframes fall-220{44.71%{transform:translate(87.0964vw,44.71vh) scale(.8465)}to{transform:translate(86.24755vw,99vh) scale(.8465)}}.snow:nth-child(221){opacity:.9592;transform:translate(28.985vw,-10px) scale(.7843);animation:fall-221 15s -7s linear infinite}@keyframes fall-221{79.403%{transform:translate(32.2514vw,79.403vh) scale(.7843)}to{transform:translate(30.6182vw,99vh) scale(.7843)}}.snow:nth-child(222){opacity:.207;transform:translate(41.9156vw,-10px) scale(.4487);animation:fall-222 24s -27s linear infinite}@keyframes fall-222{77.878%{transform:translate(46.1044vw,77.878vh) scale(.4487)}to{transform:translate(44.01vw,99vh) scale(.4487)}}.snow:nth-child(223){opacity:.4578;transform:translate(31.1013vw,-10px) scale(.5683);animation:fall-223 26s -20s linear infinite}@keyframes fall-223{59.861%{transform:translate(25.0338vw,59.861vh) scale(.5683)}to{transform:translate(28.06755vw,99vh) scale(.5683)}}.snow:nth-child(224){opacity:.2904;transform:translate(16.3178vw,-10px) scale(.0645);animation:fall-224 28s -26s linear infinite}@keyframes fall-224{66.48%{transform:translate(19.1988vw,66.48vh) scale(.0645)}to{transform:translate(17.7583vw,99vh) scale(.0645)}}.snow:nth-child(225){opacity:1.803;transform:translate(75.9114vw,-10px) scale(.5747);animation:fall-225 23s -3s linear infinite}@keyframes fall-225{78.527%{transform:translate(81.3243vw,78.527vh) scale(.5747)}to{transform:translate(78.61785vw,99vh) scale(.5747)}}.snow:nth-child(226){opacity:1.3298;transform:translate(18.9062vw,-10px) scale(.2018);animation:fall-226 15s -1s linear infinite}@keyframes fall-226{47.892%{transform:translate(14.4533vw,47.892vh) scale(.2018)}to{transform:translate(16.67975vw,99vh) scale(.2018)}}.snow:nth-child(227){opacity:.6116;transform:translate(49.0375vw,-10px) scale(.6692);animation:fall-227 12s -30s linear infinite}@keyframes fall-227{38.867%{transform:translate(43.4377vw,38.867vh) scale(.6692)}to{transform:translate(46.2376vw,99vh) scale(.6692)}}.snow:nth-child(228){opacity:1.905;transform:translate(28.7671vw,-10px) scale(.1112);animation:fall-228 23s -1s linear infinite}@keyframes fall-228{35.657%{transform:translate(34.3521vw,35.657vh) scale(.1112)}to{transform:translate(31.5596vw,99vh) scale(.1112)}}.snow:nth-child(229){opacity:1.0822;transform:translate(76.1687vw,-10px) scale(.7928);animation:fall-229 20s -18s linear infinite}@keyframes fall-229{30.379%{transform:translate(69.9075vw,30.379vh) scale(.7928)}to{transform:translate(73.0381vw,99vh) scale(.7928)}}.snow:nth-child(230){opacity:1.2542;transform:translate(44.9047vw,-10px) scale(.6127);animation:fall-230 13s -5s linear infinite}@keyframes fall-230{48.514%{transform:translate(36.9684vw,48.514vh) scale(.6127)}to{transform:translate(40.93655vw,99vh) scale(.6127)}}.snow:nth-child(231){opacity:1.0068;transform:translate(11.0669vw,-10px) scale(.1642);animation:fall-231 13s -16s linear infinite}@keyframes fall-231{50.106%{transform:translate(14.8609vw,50.106vh) scale(.1642)}to{transform:translate(12.9639vw,99vh) scale(.1642)}}.snow:nth-child(232){opacity:1.0402;transform:translate(9.7341vw,-10px) scale(.6115);animation:fall-232 17s -20s linear infinite}@keyframes fall-232{79.689%{transform:translate(9.0997vw,79.689vh) scale(.6115)}to{transform:translate(9.4169vw,99vh) scale(.6115)}}.snow:nth-child(233){opacity:.4498;transform:translate(13.0984vw,-10px) scale(.5494);animation:fall-233 15s -3s linear infinite}@keyframes fall-233{36.95%{transform:translate(16.1282vw,36.95vh) scale(.5494)}to{transform:translate(14.6133vw,99vh) scale(.5494)}}.snow:nth-child(234){opacity:.2522;transform:translate(78.8216vw,-10px) scale(.114);animation:fall-234 14s -28s linear infinite}@keyframes fall-234{68.884%{transform:translate(87.5875vw,68.884vh) scale(.114)}to{transform:translate(83.20455vw,99vh) scale(.114)}}.snow:nth-child(235){opacity:1.3956;transform:translate(97.3745vw,-10px) scale(.2975);animation:fall-235 17s -27s linear infinite}@keyframes fall-235{52.552%{transform:translate(103.7601vw,52.552vh) scale(.2975)}to{transform:translate(100.5673vw,99vh) scale(.2975)}}.snow:nth-child(236){opacity:.5184;transform:translate(23.8826vw,-10px) scale(.9268);animation:fall-236 21s -21s linear infinite}@keyframes fall-236{60.755%{transform:translate(27.8698vw,60.755vh) scale(.9268)}to{transform:translate(25.8762vw,99vh) scale(.9268)}}.snow:nth-child(237){opacity:.4766;transform:translate(56.3484vw,-10px) scale(.1465);animation:fall-237 20s -21s linear infinite}@keyframes fall-237{32.907%{transform:translate(50.5331vw,32.907vh) scale(.1465)}to{transform:translate(53.44075vw,99vh) scale(.1465)}}.snow:nth-child(238){opacity:.0288;transform:translate(29.451vw,-10px) scale(.3019);animation:fall-238 11s -24s linear infinite}@keyframes fall-238{60.851%{transform:translate(22.4017vw,60.851vh) scale(.3019)}to{transform:translate(25.92635vw,99vh) scale(.3019)}}.snow:nth-child(239){opacity:.8976;transform:translate(71.1184vw,-10px) scale(.7426);animation:fall-239 11s -23s linear infinite}@keyframes fall-239{33.098%{transform:translate(69.34vw,33.098vh) scale(.7426)}to{transform:translate(70.2292vw,99vh) scale(.7426)}}.snow:nth-child(240){opacity:1.0596;transform:translate(21.4735vw,-10px) scale(.4204);animation:fall-240 14s -26s linear infinite}@keyframes fall-240{60.092%{transform:translate(18.1926vw,60.092vh) scale(.4204)}to{transform:translate(19.83305vw,99vh) scale(.4204)}}.snow:nth-child(241){opacity:.5968;transform:translate(80.1916vw,-10px) scale(.5882);animation:fall-241 27s -26s linear infinite}@keyframes fall-241{33.985%{transform:translate(84.3831vw,33.985vh) scale(.5882)}to{transform:translate(82.28735vw,99vh) scale(.5882)}}.snow:nth-child(242){opacity:1.512;transform:translate(33.8856vw,-10px) scale(.9083);animation:fall-242 30s -5s linear infinite}@keyframes fall-242{68.244%{transform:translate(24.9086vw,68.244vh) scale(.9083)}to{transform:translate(29.3971vw,99vh) scale(.9083)}}.snow:nth-child(243){opacity:.3556;transform:translate(69.7036vw,-10px) scale(.6359);animation:fall-243 29s -15s linear infinite}@keyframes fall-243{58.227%{transform:translate(59.8214vw,58.227vh) scale(.6359)}to{transform:translate(64.7625vw,99vh) scale(.6359)}}.snow:nth-child(244){opacity:1.7316;transform:translate(9.5523vw,-10px) scale(.3391);animation:fall-244 29s -9s linear infinite}@keyframes fall-244{34.593%{transform:translate(1.2125vw,34.593vh) scale(.3391)}to{transform:translate(5.3824vw,99vh) scale(.3391)}}.snow:nth-child(245){opacity:1.7496;transform:translate(93.0766vw,-10px) scale(.269);animation:fall-245 27s -25s linear infinite}@keyframes fall-245{72.572%{transform:translate(93.6171vw,72.572vh) scale(.269)}to{transform:translate(93.34685vw,99vh) scale(.269)}}.snow:nth-child(246){opacity:.28;transform:translate(24.7161vw,-10px) scale(.3221);animation:fall-246 13s -23s linear infinite}@keyframes fall-246{45.796%{transform:translate(26.769vw,45.796vh) scale(.3221)}to{transform:translate(25.74255vw,99vh) scale(.3221)}}.snow:nth-child(247){opacity:1.2688;transform:translate(6.7384vw,-10px) scale(.2907);animation:fall-247 16s -11s linear infinite}@keyframes fall-247{30.797%{transform:translate(7.5964vw,30.797vh) scale(.2907)}to{transform:translate(7.1674vw,99vh) scale(.2907)}}.snow:nth-child(248){opacity:1.4808;transform:translate(32.2413vw,-10px) scale(.5265);animation:fall-248 13s -12s linear infinite}@keyframes fall-248{41.265%{transform:translate(40.342vw,41.265vh) scale(.5265)}to{transform:translate(36.29165vw,99vh) scale(.5265)}}.snow:nth-child(249){opacity:1.5096;transform:translate(99.1921vw,-10px) scale(.859);animation:fall-249 29s -20s linear infinite}@keyframes fall-249{36.297%{transform:translate(96.9458vw,36.297vh) scale(.859)}to{transform:translate(98.06895vw,99vh) scale(.859)}}.snow:nth-child(250){opacity:1.386;transform:translate(23.231vw,-10px) scale(.2676);animation:fall-250 24s -9s linear infinite}@keyframes fall-250{62.931%{transform:translate(16.9139vw,62.931vh) scale(.2676)}to{transform:translate(20.07245vw,99vh) scale(.2676)}}.snow:nth-child(251){opacity:1.2282;transform:translate(34.8627vw,-10px) scale(.9057);animation:fall-251 26s -20s linear infinite}@keyframes fall-251{76.12%{transform:translate(25.3188vw,76.12vh) scale(.9057)}to{transform:translate(30.09075vw,99vh) scale(.9057)}}.snow:nth-child(252){opacity:.3374;transform:translate(75.6081vw,-10px) scale(.8204);animation:fall-252 10s -8s linear infinite}@keyframes fall-252{46.285%{transform:translate(68.1108vw,46.285vh) scale(.8204)}to{transform:translate(71.85945vw,99vh) scale(.8204)}}.snow:nth-child(253){opacity:.4774;transform:translate(99.8323vw,-10px) scale(.9087);animation:fall-253 21s -28s linear infinite}@keyframes fall-253{41.206%{transform:translate(98.9398vw,41.206vh) scale(.9087)}to{transform:translate(99.38605vw,99vh) scale(.9087)}}.snow:nth-child(254){opacity:1.0684;transform:translate(44.9769vw,-10px) scale(.7737);animation:fall-254 10s -30s linear infinite}@keyframes fall-254{50.668%{transform:translate(39.0233vw,50.668vh) scale(.7737)}to{transform:translate(42.0001vw,99vh) scale(.7737)}}.snow:nth-child(255){opacity:1.827;transform:translate(96.127vw,-10px) scale(.9798);animation:fall-255 15s -9s linear infinite}@keyframes fall-255{49.368%{transform:translate(96.8322vw,49.368vh) scale(.9798)}to{transform:translate(96.4796vw,99vh) scale(.9798)}}.snow:nth-child(256){opacity:1.422;transform:translate(62.821vw,-10px) scale(.585);animation:fall-256 28s -23s linear infinite}@keyframes fall-256{79.962%{transform:translate(59.917vw,79.962vh) scale(.585)}to{transform:translate(61.369vw,99vh) scale(.585)}}.snow:nth-child(257){opacity:1.2944;transform:translate(44.578vw,-10px) scale(.5639);animation:fall-257 28s -3s linear infinite}@keyframes fall-257{42.239%{transform:translate(43.0923vw,42.239vh) scale(.5639)}to{transform:translate(43.83515vw,99vh) scale(.5639)}}.snow:nth-child(258){opacity:.9432;transform:translate(79.6936vw,-10px) scale(.3411);animation:fall-258 30s -5s linear infinite}@keyframes fall-258{59.896%{transform:translate(83.6719vw,59.896vh) scale(.3411)}to{transform:translate(81.68275vw,99vh) scale(.3411)}}.snow:nth-child(259){opacity:.7868;transform:translate(97.8936vw,-10px) scale(.1252);animation:fall-259 20s -22s linear infinite}@keyframes fall-259{47.245%{transform:translate(90.5031vw,47.245vh) scale(.1252)}to{transform:translate(94.19835vw,99vh) scale(.1252)}}.snow:nth-child(260){opacity:.299;transform:translate(32.082vw,-10px) scale(.8244);animation:fall-260 27s -22s linear infinite}@keyframes fall-260{66.61%{transform:translate(40.9612vw,66.61vh) scale(.8244)}to{transform:translate(36.5216vw,99vh) scale(.8244)}}.snow:nth-child(261){opacity:1.6922;transform:translate(45.3126vw,-10px) scale(.5343);animation:fall-261 12s -17s linear infinite}@keyframes fall-261{37.122%{transform:translate(44.7114vw,37.122vh) scale(.5343)}to{transform:translate(45.012vw,99vh) scale(.5343)}}.snow:nth-child(262){opacity:1.2468;transform:translate(90.6985vw,-10px) scale(.2284);animation:fall-262 27s -27s linear infinite}@keyframes fall-262{34.923%{transform:translate(92.1884vw,34.923vh) scale(.2284)}to{transform:translate(91.44345vw,99vh) scale(.2284)}}.snow:nth-child(263){opacity:1.1052;transform:translate(87.5119vw,-10px) scale(.6995);animation:fall-263 16s -29s linear infinite}@keyframes fall-263{58.583%{transform:translate(86.8532vw,58.583vh) scale(.6995)}to{transform:translate(87.18255vw,99vh) scale(.6995)}}.snow:nth-child(264){opacity:.8284;transform:translate(.2769vw,-10px) scale(.0201);animation:fall-264 25s -18s linear infinite}@keyframes fall-264{34.944%{transform:translate(-4.9474vw,34.944vh) scale(.0201)}to{transform:translate(-2.33525vw,99vh) scale(.0201)}}.snow:nth-child(265){opacity:1.7528;transform:translate(45.9097vw,-10px) scale(.7285);animation:fall-265 15s -23s linear infinite}@keyframes fall-265{59.964%{transform:translate(38.7742vw,59.964vh) scale(.7285)}to{transform:translate(42.34195vw,99vh) scale(.7285)}}.snow:nth-child(266){opacity:.0574;transform:translate(37.7547vw,-10px) scale(.5792);animation:fall-266 30s -26s linear infinite}@keyframes fall-266{35.802%{transform:translate(41.0454vw,35.802vh) scale(.5792)}to{transform:translate(39.40005vw,99vh) scale(.5792)}}.snow:nth-child(267){opacity:1.3662;transform:translate(44.4998vw,-10px) scale(.8418);animation:fall-267 20s -9s linear infinite}@keyframes fall-267{33.009%{transform:translate(35.5062vw,33.009vh) scale(.8418)}to{transform:translate(40.003vw,99vh) scale(.8418)}}.snow:nth-child(268){opacity:1.1186;transform:translate(28.1564vw,-10px) scale(.2305);animation:fall-268 13s -11s linear infinite}@keyframes fall-268{79.699%{transform:translate(18.6988vw,79.699vh) scale(.2305)}to{transform:translate(23.4276vw,99vh) scale(.2305)}}.snow:nth-child(269){opacity:.0738;transform:translate(34.4385vw,-10px) scale(.3214);animation:fall-269 19s -3s linear infinite}@keyframes fall-269{39.296%{transform:translate(40.8494vw,39.296vh) scale(.3214)}to{transform:translate(37.64395vw,99vh) scale(.3214)}}.snow:nth-child(270){opacity:.7624;transform:translate(81.2388vw,-10px) scale(.639);animation:fall-270 24s -25s linear infinite}@keyframes fall-270{49.751%{transform:translate(74.9676vw,49.751vh) scale(.639)}to{transform:translate(78.1032vw,99vh) scale(.639)}}.snow:nth-child(271){opacity:1.2054;transform:translate(63.4645vw,-10px) scale(.8658);animation:fall-271 13s -16s linear infinite}@keyframes fall-271{75.3%{transform:translate(66.6822vw,75.3vh) scale(.8658)}to{transform:translate(65.07335vw,99vh) scale(.8658)}}.snow:nth-child(272){opacity:.2218;transform:translate(72.0098vw,-10px) scale(.058);animation:fall-272 26s -25s linear infinite}@keyframes fall-272{44.442%{transform:translate(67.791vw,44.442vh) scale(.058)}to{transform:translate(69.9004vw,99vh) scale(.058)}}.snow:nth-child(273){opacity:1.746;transform:translate(40.3694vw,-10px) scale(.2517);animation:fall-273 14s -29s linear infinite}@keyframes fall-273{79.358%{transform:translate(44.1455vw,79.358vh) scale(.2517)}to{transform:translate(42.25745vw,99vh) scale(.2517)}}.snow:nth-child(274){opacity:.5996;transform:translate(92.6501vw,-10px) scale(.8632);animation:fall-274 18s -7s linear infinite}@keyframes fall-274{79.486%{transform:translate(89.637vw,79.486vh) scale(.8632)}to{transform:translate(91.14355vw,99vh) scale(.8632)}}.snow:nth-child(275){opacity:1.3368;transform:translate(71.22vw,-10px) scale(.8161);animation:fall-275 18s -12s linear infinite}@keyframes fall-275{37.003%{transform:translate(68.2378vw,37.003vh) scale(.8161)}to{transform:translate(69.7289vw,99vh) scale(.8161)}}.snow:nth-child(276){opacity:.2478;transform:translate(28.5924vw,-10px) scale(.3635);animation:fall-276 13s -3s linear infinite}@keyframes fall-276{36.067%{transform:translate(19.6879vw,36.067vh) scale(.3635)}to{transform:translate(24.14015vw,99vh) scale(.3635)}}.snow:nth-child(277){opacity:1.5598;transform:translate(79.7144vw,-10px) scale(.0372);animation:fall-277 23s -7s linear infinite}@keyframes fall-277{47.229%{transform:translate(87.3913vw,47.229vh) scale(.0372)}to{transform:translate(83.55285vw,99vh) scale(.0372)}}.snow:nth-child(278){opacity:1.265;transform:translate(32.3072vw,-10px) scale(.8141);animation:fall-278 12s -21s linear infinite}@keyframes fall-278{37.239%{transform:translate(36.8333vw,37.239vh) scale(.8141)}to{transform:translate(34.57025vw,99vh) scale(.8141)}}.snow:nth-child(279){opacity:1.783;transform:translate(18.9945vw,-10px) scale(.3509);animation:fall-279 14s -21s linear infinite}@keyframes fall-279{57.092%{transform:translate(28.226vw,57.092vh) scale(.3509)}to{transform:translate(23.61025vw,99vh) scale(.3509)}}.snow:nth-child(280){opacity:1.6842;transform:translate(66.6664vw,-10px) scale(.7499);animation:fall-280 16s -24s linear infinite}@keyframes fall-280{33.488%{transform:translate(73.8364vw,33.488vh) scale(.7499)}to{transform:translate(70.2514vw,99vh) scale(.7499)}}.snow:nth-child(281){opacity:.1884;transform:translate(77.9991vw,-10px) scale(.4877);animation:fall-281 19s -27s linear infinite}@keyframes fall-281{43.102%{transform:translate(80.8141vw,43.102vh) scale(.4877)}to{transform:translate(79.4066vw,99vh) scale(.4877)}}.snow:nth-child(282){opacity:1.547;transform:translate(61.3447vw,-10px) scale(.1972);animation:fall-282 22s -24s linear infinite}@keyframes fall-282{79.922%{transform:translate(68.0117vw,79.922vh) scale(.1972)}to{transform:translate(64.6782vw,99vh) scale(.1972)}}.snow:nth-child(283){opacity:1.5382;transform:translate(96.7618vw,-10px) scale(.3533);animation:fall-283 23s -15s linear infinite}@keyframes fall-283{79.758%{transform:translate(87.1078vw,79.758vh) scale(.3533)}to{transform:translate(91.9348vw,99vh) scale(.3533)}}.snow:nth-child(284){opacity:1.0834;transform:translate(14.8117vw,-10px) scale(.713);animation:fall-284 13s -10s linear infinite}@keyframes fall-284{75.086%{transform:translate(4.9866vw,75.086vh) scale(.713)}to{transform:translate(9.89915vw,99vh) scale(.713)}}.snow:nth-child(285){opacity:.1678;transform:translate(67.0002vw,-10px) scale(.8598);animation:fall-285 21s -6s linear infinite}@keyframes fall-285{71.495%{transform:translate(58.5194vw,71.495vh) scale(.8598)}to{transform:translate(62.7598vw,99vh) scale(.8598)}}.snow:nth-child(286){opacity:1.9264;transform:translate(3.8233vw,-10px) scale(.3498);animation:fall-286 25s -10s linear infinite}@keyframes fall-286{71.4%{transform:translate(5.2128vw,71.4vh) scale(.3498)}to{transform:translate(4.51805vw,99vh) scale(.3498)}}.snow:nth-child(287){opacity:.0524;transform:translate(32.5915vw,-10px) scale(.2433);animation:fall-287 17s -8s linear infinite}@keyframes fall-287{62.098%{transform:translate(41.5304vw,62.098vh) scale(.2433)}to{transform:translate(37.06095vw,99vh) scale(.2433)}}.snow:nth-child(288){opacity:.7058;transform:translate(16.4948vw,-10px) scale(.8694);animation:fall-288 26s -12s linear infinite}@keyframes fall-288{55.775%{transform:translate(21.9564vw,55.775vh) scale(.8694)}to{transform:translate(19.2256vw,99vh) scale(.8694)}}.snow:nth-child(289){opacity:.8432;transform:translate(16.1027vw,-10px) scale(.1468);animation:fall-289 15s -6s linear infinite}@keyframes fall-289{72.552%{transform:translate(7.6032vw,72.552vh) scale(.1468)}to{transform:translate(11.85295vw,99vh) scale(.1468)}}.snow:nth-child(290){opacity:.3474;transform:translate(19.9284vw,-10px) scale(.984);animation:fall-290 20s -6s linear infinite}@keyframes fall-290{60.435%{transform:translate(12.2005vw,60.435vh) scale(.984)}to{transform:translate(16.06445vw,99vh) scale(.984)}}.snow:nth-child(291){opacity:1.5052;transform:translate(63.0172vw,-10px) scale(.9819);animation:fall-291 26s -1s linear infinite}@keyframes fall-291{60.219%{transform:translate(72.4042vw,60.219vh) scale(.9819)}to{transform:translate(67.7107vw,99vh) scale(.9819)}}.snow:nth-child(292){opacity:1.5186;transform:translate(37.8447vw,-10px) scale(.1209);animation:fall-292 25s -11s linear infinite}@keyframes fall-292{76.794%{transform:translate(47.0499vw,76.794vh) scale(.1209)}to{transform:translate(42.4473vw,99vh) scale(.1209)}}.snow:nth-child(293){opacity:.2568;transform:translate(21.0205vw,-10px) scale(.5333);animation:fall-293 14s -3s linear infinite}@keyframes fall-293{48.102%{transform:translate(17.9277vw,48.102vh) scale(.5333)}to{transform:translate(19.4741vw,99vh) scale(.5333)}}.snow:nth-child(294){opacity:1.3776;transform:translate(17.4801vw,-10px) scale(.1961);animation:fall-294 11s -30s linear infinite}@keyframes fall-294{77.626%{transform:translate(20.8151vw,77.626vh) scale(.1961)}to{transform:translate(19.1476vw,99vh) scale(.1961)}}.snow:nth-child(295){opacity:1.3968;transform:translate(96.2021vw,-10px) scale(.7809);animation:fall-295 18s -7s linear infinite}@keyframes fall-295{30.651%{transform:translate(97.8083vw,30.651vh) scale(.7809)}to{transform:translate(97.0052vw,99vh) scale(.7809)}}.snow:nth-child(296){opacity:.901;transform:translate(20.0942vw,-10px) scale(.6731);animation:fall-296 13s -2s linear infinite}@keyframes fall-296{50.292%{transform:translate(18.4521vw,50.292vh) scale(.6731)}to{transform:translate(19.27315vw,99vh) scale(.6731)}}.snow:nth-child(297){opacity:.9328;transform:translate(91.3704vw,-10px) scale(.0074);animation:fall-297 30s -17s linear infinite}@keyframes fall-297{47.635%{transform:translate(89.3605vw,47.635vh) scale(.0074)}to{transform:translate(90.36545vw,99vh) scale(.0074)}}.snow:nth-child(298){opacity:1.0752;transform:translate(84.966vw,-10px) scale(.8821);animation:fall-298 19s -28s linear infinite}@keyframes fall-298{48.349%{transform:translate(90.4002vw,48.349vh) scale(.8821)}to{transform:translate(87.6831vw,99vh) scale(.8821)}}.snow:nth-child(299){opacity:.7994;transform:translate(60.4376vw,-10px) scale(.8983);animation:fall-299 10s -13s linear infinite}@keyframes fall-299{75.382%{transform:translate(52.0545vw,75.382vh) scale(.8983)}to{transform:translate(56.24605vw,99vh) scale(.8983)}}.snow:nth-child(300){opacity:1.7826;transform:translate(29.094vw,-10px) scale(.3335);animation:fall-300 22s -24s linear infinite}@keyframes fall-300{55.355%{transform:translate(20.2098vw,55.355vh) scale(.3335)}to{transform:translate(24.6519vw,99vh) scale(.3335)}}.snow:nth-child(301){opacity:.856;transform:translate(52.5111vw,-10px) scale(.2985);animation:fall-301 23s -30s linear infinite}@keyframes fall-301{71.213%{transform:translate(56.3049vw,71.213vh) scale(.2985)}to{transform:translate(54.408vw,99vh) scale(.2985)}}.snow:nth-child(302){opacity:1.46;transform:translate(92.8497vw,-10px) scale(.7209);animation:fall-302 25s -23s linear infinite}@keyframes fall-302{60.242%{transform:translate(98.6923vw,60.242vh) scale(.7209)}to{transform:translate(95.771vw,99vh) scale(.7209)}}.snow:nth-child(303){opacity:1.6714;transform:translate(35.5001vw,-10px) scale(.5743);animation:fall-303 18s -12s linear infinite}@keyframes fall-303{42.346%{transform:translate(39.8521vw,42.346vh) scale(.5743)}to{transform:translate(37.6761vw,99vh) scale(.5743)}}.snow:nth-child(304){opacity:1.6448;transform:translate(15.5124vw,-10px) scale(.5305);animation:fall-304 30s -7s linear infinite}@keyframes fall-304{38.834%{transform:translate(6.2044vw,38.834vh) scale(.5305)}to{transform:translate(10.8584vw,99vh) scale(.5305)}}.snow:nth-child(305){opacity:.5418;transform:translate(63.2568vw,-10px) scale(.3458);animation:fall-305 13s -16s linear infinite}@keyframes fall-305{66.477%{transform:translate(71.3954vw,66.477vh) scale(.3458)}to{transform:translate(67.3261vw,99vh) scale(.3458)}}.snow:nth-child(306){opacity:.723;transform:translate(15.5827vw,-10px) scale(.3684);animation:fall-306 12s -12s linear infinite}@keyframes fall-306{35.739%{transform:translate(17.7236vw,35.739vh) scale(.3684)}to{transform:translate(16.65315vw,99vh) scale(.3684)}}.snow:nth-child(307){opacity:.4216;transform:translate(60.5709vw,-10px) scale(.0286);animation:fall-307 10s -10s linear infinite}@keyframes fall-307{59.069%{transform:translate(57.6837vw,59.069vh) scale(.0286)}to{transform:translate(59.1273vw,99vh) scale(.0286)}}.snow:nth-child(308){opacity:.987;transform:translate(.2781vw,-10px) scale(.4131);animation:fall-308 11s -29s linear infinite}@keyframes fall-308{41.245%{transform:translate(-4.7039vw,41.245vh) scale(.4131)}to{transform:translate(-2.2129vw,99vh) scale(.4131)}}.snow:nth-child(309){opacity:1.7128;transform:translate(16.8397vw,-10px) scale(.5797);animation:fall-309 28s -8s linear infinite}@keyframes fall-309{73.565%{transform:translate(22.7975vw,73.565vh) scale(.5797)}to{transform:translate(19.8186vw,99vh) scale(.5797)}}.snow:nth-child(310){opacity:.3768;transform:translate(5.0188vw,-10px) scale(.7679);animation:fall-310 16s -17s linear infinite}@keyframes fall-310{75.952%{transform:translate(11.1745vw,75.952vh) scale(.7679)}to{transform:translate(8.09665vw,99vh) scale(.7679)}}.snow:nth-child(311){opacity:1.189;transform:translate(63.3576vw,-10px) scale(.9756);animation:fall-311 22s -19s linear infinite}@keyframes fall-311{52.228%{transform:translate(57.0506vw,52.228vh) scale(.9756)}to{transform:translate(60.2041vw,99vh) scale(.9756)}}.snow:nth-child(312){opacity:1.653;transform:translate(78.7991vw,-10px) scale(.5135);animation:fall-312 10s -8s linear infinite}@keyframes fall-312{78.99%{transform:translate(76.7133vw,78.99vh) scale(.5135)}to{transform:translate(77.7562vw,99vh) scale(.5135)}}.snow:nth-child(313){opacity:1.2144;transform:translate(7.3985vw,-10px) scale(.3121);animation:fall-313 29s -20s linear infinite}@keyframes fall-313{41.291%{transform:translate(4.1749vw,41.291vh) scale(.3121)}to{transform:translate(5.7867vw,99vh) scale(.3121)}}.snow:nth-child(314){opacity:.1038;transform:translate(69.8799vw,-10px) scale(.7267);animation:fall-314 15s -17s linear infinite}@keyframes fall-314{45.154%{transform:translate(60.0446vw,45.154vh) scale(.7267)}to{transform:translate(64.96225vw,99vh) scale(.7267)}}.snow:nth-child(315){opacity:.6954;transform:translate(58.3167vw,-10px) scale(.9082);animation:fall-315 12s -19s linear infinite}@keyframes fall-315{48.412%{transform:translate(63.6066vw,48.412vh) scale(.9082)}to{transform:translate(60.96165vw,99vh) scale(.9082)}}.snow:nth-child(316){opacity:.4426;transform:translate(94.7436vw,-10px) scale(.7921);animation:fall-316 18s -3s linear infinite}@keyframes fall-316{64.698%{transform:translate(89.7747vw,64.698vh) scale(.7921)}to{transform:translate(92.25915vw,99vh) scale(.7921)}}.snow:nth-child(317){opacity:1.1672;transform:translate(73.97vw,-10px) scale(.4506);animation:fall-317 21s -3s linear infinite}@keyframes fall-317{42.953%{transform:translate(71.2819vw,42.953vh) scale(.4506)}to{transform:translate(72.62595vw,99vh) scale(.4506)}}.snow:nth-child(318){opacity:1.7232;transform:translate(20.5008vw,-10px) scale(.8836);animation:fall-318 15s -21s linear infinite}@keyframes fall-318{60.878%{transform:translate(26.8587vw,60.878vh) scale(.8836)}to{transform:translate(23.67975vw,99vh) scale(.8836)}}.snow:nth-child(319){opacity:.0222;transform:translate(99.8255vw,-10px) scale(.5872);animation:fall-319 20s -6s linear infinite}@keyframes fall-319{62.432%{transform:translate(97.8208vw,62.432vh) scale(.5872)}to{transform:translate(98.82315vw,99vh) scale(.5872)}}.snow:nth-child(320){opacity:1.4166;transform:translate(73.5576vw,-10px) scale(.9575);animation:fall-320 16s -21s linear infinite}@keyframes fall-320{34.746%{transform:translate(83.5231vw,34.746vh) scale(.9575)}to{transform:translate(78.54035vw,99vh) scale(.9575)}}.snow:nth-child(321){opacity:1.8668;transform:translate(13.8685vw,-10px) scale(.91);animation:fall-321 12s -10s linear infinite}@keyframes fall-321{32.656%{transform:translate(6.0926vw,32.656vh) scale(.91)}to{transform:translate(9.98055vw,99vh) scale(.91)}}.snow:nth-child(322){opacity:1.2018;transform:translate(61.5465vw,-10px) scale(.4464);animation:fall-322 25s -24s linear infinite}@keyframes fall-322{73.077%{transform:translate(63.9975vw,73.077vh) scale(.4464)}to{transform:translate(62.772vw,99vh) scale(.4464)}}.snow:nth-child(323){opacity:.8954;transform:translate(72.0309vw,-10px) scale(.2839);animation:fall-323 29s -14s linear infinite}@keyframes fall-323{50.54%{transform:translate(77.5752vw,50.54vh) scale(.2839)}to{transform:translate(74.80305vw,99vh) scale(.2839)}}.snow:nth-child(324){opacity:1.1524;transform:translate(88.9785vw,-10px) scale(.323);animation:fall-324 13s -17s linear infinite}@keyframes fall-324{59.867%{transform:translate(86.3832vw,59.867vh) scale(.323)}to{transform:translate(87.68085vw,99vh) scale(.323)}}.snow:nth-child(325){opacity:1.3572;transform:translate(29.9762vw,-10px) scale(.3633);animation:fall-325 21s -15s linear infinite}@keyframes fall-325{50.507%{transform:translate(25.471vw,50.507vh) scale(.3633)}to{transform:translate(27.7236vw,99vh) scale(.3633)}}.snow:nth-child(326){opacity:.791;transform:translate(74.0704vw,-10px) scale(.1032);animation:fall-326 16s -12s linear infinite}@keyframes fall-326{74.447%{transform:translate(82.4659vw,74.447vh) scale(.1032)}to{transform:translate(78.26815vw,99vh) scale(.1032)}}.snow:nth-child(327){opacity:1.5496;transform:translate(87.6468vw,-10px) scale(.5975);animation:fall-327 13s -22s linear infinite}@keyframes fall-327{40.554%{transform:translate(85.8591vw,40.554vh) scale(.5975)}to{transform:translate(86.75295vw,99vh) scale(.5975)}}.snow:nth-child(328){opacity:1.5734;transform:translate(71.904vw,-10px) scale(.0484);animation:fall-328 26s -1s linear infinite}@keyframes fall-328{36.294%{transform:translate(73.9724vw,36.294vh) scale(.0484)}to{transform:translate(72.9382vw,99vh) scale(.0484)}}.snow:nth-child(329){opacity:1.6488;transform:translate(20.3393vw,-10px) scale(.8337);animation:fall-329 21s -24s linear infinite}@keyframes fall-329{36.462%{transform:translate(29.665vw,36.462vh) scale(.8337)}to{transform:translate(25.00215vw,99vh) scale(.8337)}}.snow:nth-child(330){opacity:.2674;transform:translate(70.7603vw,-10px) scale(.5683);animation:fall-330 10s -8s linear infinite}@keyframes fall-330{73.798%{transform:translate(66.7398vw,73.798vh) scale(.5683)}to{transform:translate(68.75005vw,99vh) scale(.5683)}}.snow:nth-child(331){opacity:.9188;transform:translate(91.8817vw,-10px) scale(.7902);animation:fall-331 21s -10s linear infinite}@keyframes fall-331{72.642%{transform:translate(90.9281vw,72.642vh) scale(.7902)}to{transform:translate(91.4049vw,99vh) scale(.7902)}}.snow:nth-child(332){opacity:.095;transform:translate(44.4497vw,-10px) scale(.5587);animation:fall-332 25s -27s linear infinite}@keyframes fall-332{45.081%{transform:translate(43.6806vw,45.081vh) scale(.5587)}to{transform:translate(44.06515vw,99vh) scale(.5587)}}.snow:nth-child(333){opacity:1.8858;transform:translate(49.2202vw,-10px) scale(.682);animation:fall-333 24s -8s linear infinite}@keyframes fall-333{59.332%{transform:translate(50.1419vw,59.332vh) scale(.682)}to{transform:translate(49.68105vw,99vh) scale(.682)}}.snow:nth-child(334){opacity:1.8784;transform:translate(29.0191vw,-10px) scale(.279);animation:fall-334 14s -7s linear infinite}@keyframes fall-334{67.421%{transform:translate(28.0089vw,67.421vh) scale(.279)}to{transform:translate(28.514vw,99vh) scale(.279)}}.snow:nth-child(335){opacity:1.5866;transform:translate(93.6181vw,-10px) scale(.8948);animation:fall-335 21s -4s linear infinite}@keyframes fall-335{76.695%{transform:translate(100.0481vw,76.695vh) scale(.8948)}to{transform:translate(96.8331vw,99vh) scale(.8948)}}.snow:nth-child(336){opacity:1.5864;transform:translate(98.8578vw,-10px) scale(.7243);animation:fall-336 18s -30s linear infinite}@keyframes fall-336{65.924%{transform:translate(90.593vw,65.924vh) scale(.7243)}to{transform:translate(94.7254vw,99vh) scale(.7243)}}.snow:nth-child(337){opacity:.462;transform:translate(85.6435vw,-10px) scale(.5122);animation:fall-337 28s -2s linear infinite}@keyframes fall-337{37.708%{transform:translate(93.5522vw,37.708vh) scale(.5122)}to{transform:translate(89.59785vw,99vh) scale(.5122)}}.snow:nth-child(338){opacity:1.8758;transform:translate(25.7355vw,-10px) scale(.2018);animation:fall-338 19s -29s linear infinite}@keyframes fall-338{62.911%{transform:translate(33.9501vw,62.911vh) scale(.2018)}to{transform:translate(29.8428vw,99vh) scale(.2018)}}.snow:nth-child(339){opacity:1.698;transform:translate(10.438vw,-10px) scale(.386);animation:fall-339 20s -29s linear infinite}@keyframes fall-339{66.331%{transform:translate(4.7526vw,66.331vh) scale(.386)}to{transform:translate(7.5953vw,99vh) scale(.386)}}.snow:nth-child(340){opacity:.0602;transform:translate(52.6237vw,-10px) scale(.0145);animation:fall-340 10s -10s linear infinite}@keyframes fall-340{30.063%{transform:translate(44.4737vw,30.063vh) scale(.0145)}to{transform:translate(48.5487vw,99vh) scale(.0145)}}.snow:nth-child(341){opacity:.3808;transform:translate(31.7995vw,-10px) scale(.3505);animation:fall-341 17s -20s linear infinite}@keyframes fall-341{77.447%{transform:translate(32.7907vw,77.447vh) scale(.3505)}to{transform:translate(32.2951vw,99vh) scale(.3505)}}.snow:nth-child(342){opacity:.9142;transform:translate(28.1092vw,-10px) scale(.7293);animation:fall-342 15s -12s linear infinite}@keyframes fall-342{59.707%{transform:translate(35.7489vw,59.707vh) scale(.7293)}to{transform:translate(31.92905vw,99vh) scale(.7293)}}.snow:nth-child(343){opacity:1.5744;transform:translate(47.722vw,-10px) scale(.0227);animation:fall-343 25s -17s linear infinite}@keyframes fall-343{53.708%{transform:translate(55.4661vw,53.708vh) scale(.0227)}to{transform:translate(51.59405vw,99vh) scale(.0227)}}.snow:nth-child(344){opacity:.5558;transform:translate(72.2455vw,-10px) scale(.5994);animation:fall-344 17s -21s linear infinite}@keyframes fall-344{76.907%{transform:translate(77.1489vw,76.907vh) scale(.5994)}to{transform:translate(74.6972vw,99vh) scale(.5994)}}.snow:nth-child(345){opacity:1.1486;transform:translate(5.3924vw,-10px) scale(.0166);animation:fall-345 24s -8s linear infinite}@keyframes fall-345{43.673%{transform:translate(-2.3664vw,43.673vh) scale(.0166)}to{transform:translate(1.513vw,99vh) scale(.0166)}}.snow:nth-child(346){opacity:.5398;transform:translate(86.4227vw,-10px) scale(.7966);animation:fall-346 26s -28s linear infinite}@keyframes fall-346{38.726%{transform:translate(92.7381vw,38.726vh) scale(.7966)}to{transform:translate(89.5804vw,99vh) scale(.7966)}}.snow:nth-child(347){opacity:.0604;transform:translate(46.3314vw,-10px) scale(.4704);animation:fall-347 23s -30s linear infinite}@keyframes fall-347{48.363%{transform:translate(44.1618vw,48.363vh) scale(.4704)}to{transform:translate(45.2466vw,99vh) scale(.4704)}}.snow:nth-child(348){opacity:1.563;transform:translate(9.6402vw,-10px) scale(.7309);animation:fall-348 29s -20s linear infinite}@keyframes fall-348{58.962%{transform:translate(12.9672vw,58.962vh) scale(.7309)}to{transform:translate(11.3037vw,99vh) scale(.7309)}}.snow:nth-child(349){opacity:.9466;transform:translate(44.663vw,-10px) scale(.325);animation:fall-349 11s -9s linear infinite}@keyframes fall-349{64.779%{transform:translate(35.3804vw,64.779vh) scale(.325)}to{transform:translate(40.0217vw,99vh) scale(.325)}}.snow:nth-child(350){opacity:.2798;transform:translate(89.7764vw,-10px) scale(.377);animation:fall-350 25s -16s linear infinite}@keyframes fall-350{41.725%{transform:translate(96.3553vw,41.725vh) scale(.377)}to{transform:translate(93.06585vw,99vh) scale(.377)}}.snow:nth-child(351){opacity:1.5742;transform:translate(51.6759vw,-10px) scale(.2094);animation:fall-351 18s -8s linear infinite}@keyframes fall-351{59.266%{transform:translate(45.9285vw,59.266vh) scale(.2094)}to{transform:translate(48.8022vw,99vh) scale(.2094)}}.snow:nth-child(352){opacity:1.3884;transform:translate(79.3615vw,-10px) scale(.5665);animation:fall-352 21s -15s linear infinite}@keyframes fall-352{34.088%{transform:translate(79.6473vw,34.088vh) scale(.5665)}to{transform:translate(79.5044vw,99vh) scale(.5665)}}.snow:nth-child(353){opacity:1.4352;transform:translate(1.6553vw,-10px) scale(.1933);animation:fall-353 11s -18s linear infinite}@keyframes fall-353{45.65%{transform:translate(-5.2586vw,45.65vh) scale(.1933)}to{transform:translate(-1.80165vw,99vh) scale(.1933)}}.snow:nth-child(354){opacity:.5094;transform:translate(43.2226vw,-10px) scale(.9876);animation:fall-354 13s -15s linear infinite}@keyframes fall-354{78.136%{transform:translate(43.6664vw,78.136vh) scale(.9876)}to{transform:translate(43.4445vw,99vh) scale(.9876)}}.snow:nth-child(355){opacity:1.5986;transform:translate(5.4411vw,-10px) scale(.4619);animation:fall-355 10s -16s linear infinite}@keyframes fall-355{50.091%{transform:translate(11.1542vw,50.091vh) scale(.4619)}to{transform:translate(8.29765vw,99vh) scale(.4619)}}.snow:nth-child(356){opacity:.6028;transform:translate(37.7108vw,-10px) scale(.3154);animation:fall-356 24s -15s linear infinite}@keyframes fall-356{41.352%{transform:translate(29.9806vw,41.352vh) scale(.3154)}to{transform:translate(33.8457vw,99vh) scale(.3154)}}.snow:nth-child(357){opacity:1.4582;transform:translate(51.5227vw,-10px) scale(.8541);animation:fall-357 18s -15s linear infinite}@keyframes fall-357{69.612%{transform:translate(49.7837vw,69.612vh) scale(.8541)}to{transform:translate(50.6532vw,99vh) scale(.8541)}}.snow:nth-child(358){opacity:.145;transform:translate(18.3348vw,-10px) scale(.2964);animation:fall-358 25s -27s linear infinite}@keyframes fall-358{67.851%{transform:translate(26.882vw,67.851vh) scale(.2964)}to{transform:translate(22.6084vw,99vh) scale(.2964)}}.snow:nth-child(359){opacity:1.9178;transform:translate(80.5816vw,-10px) scale(.0014);animation:fall-359 24s -29s linear infinite}@keyframes fall-359{35.243%{transform:translate(75.098vw,35.243vh) scale(.0014)}to{transform:translate(77.8398vw,99vh) scale(.0014)}}.snow:nth-child(360){opacity:.1336;transform:translate(79.0267vw,-10px) scale(.0431);animation:fall-360 30s -25s linear infinite}@keyframes fall-360{43.695%{transform:translate(82.5296vw,43.695vh) scale(.0431)}to{transform:translate(80.77815vw,99vh) scale(.0431)}}.snow:nth-child(361){opacity:1.7844;transform:translate(78.5329vw,-10px) scale(.9081);animation:fall-361 21s -29s linear infinite}@keyframes fall-361{68.365%{transform:translate(77.1978vw,68.365vh) scale(.9081)}to{transform:translate(77.86535vw,99vh) scale(.9081)}}.snow:nth-child(362){opacity:.26;transform:translate(1.5239vw,-10px) scale(.7348);animation:fall-362 20s -1s linear infinite}@keyframes fall-362{67.1%{transform:translate(-2.1636vw,67.1vh) scale(.7348)}to{transform:translate(-.31985vw,99vh) scale(.7348)}}.snow:nth-child(363){opacity:.0506;transform:translate(59.2024vw,-10px) scale(.6565);animation:fall-363 16s -16s linear infinite}@keyframes fall-363{78.985%{transform:translate(54.1145vw,78.985vh) scale(.6565)}to{transform:translate(56.65845vw,99vh) scale(.6565)}}.snow:nth-child(364){opacity:.1238;transform:translate(31.1167vw,-10px) scale(.6036);animation:fall-364 10s -10s linear infinite}@keyframes fall-364{48.988%{transform:translate(21.8341vw,48.988vh) scale(.6036)}to{transform:translate(26.4754vw,99vh) scale(.6036)}}.snow:nth-child(365){opacity:1.5504;transform:translate(10.3886vw,-10px) scale(.0622);animation:fall-365 14s -22s linear infinite}@keyframes fall-365{72.88%{transform:translate(15.45vw,72.88vh) scale(.0622)}to{transform:translate(12.9193vw,99vh) scale(.0622)}}.snow:nth-child(366){opacity:.5462;transform:translate(22.6862vw,-10px) scale(.2597);animation:fall-366 18s -8s linear infinite}@keyframes fall-366{35.911%{transform:translate(31.9947vw,35.911vh) scale(.2597)}to{transform:translate(27.34045vw,99vh) scale(.2597)}}.snow:nth-child(367){opacity:.2472;transform:translate(3.4387vw,-10px) scale(.2735);animation:fall-367 23s -29s linear infinite}@keyframes fall-367{64.379%{transform:translate(1.7816vw,64.379vh) scale(.2735)}to{transform:translate(2.61015vw,99vh) scale(.2735)}}.snow:nth-child(368){opacity:1.0644;transform:translate(71.857vw,-10px) scale(.7006);animation:fall-368 15s -20s linear infinite}@keyframes fall-368{67.295%{transform:translate(75.3665vw,67.295vh) scale(.7006)}to{transform:translate(73.61175vw,99vh) scale(.7006)}}.snow:nth-child(369){opacity:1.088;transform:translate(77.6452vw,-10px) scale(.0159);animation:fall-369 30s -5s linear infinite}@keyframes fall-369{49.965%{transform:translate(73.5365vw,49.965vh) scale(.0159)}to{transform:translate(75.59085vw,99vh) scale(.0159)}}.snow:nth-child(370){opacity:1.8574;transform:translate(30.0461vw,-10px) scale(.3835);animation:fall-370 15s -29s linear infinite}@keyframes fall-370{77.969%{transform:translate(23.5481vw,77.969vh) scale(.3835)}to{transform:translate(26.7971vw,99vh) scale(.3835)}}.snow:nth-child(371){opacity:.0776;transform:translate(47.4193vw,-10px) scale(.6414);animation:fall-371 19s -22s linear infinite}@keyframes fall-371{57.381%{transform:translate(56.2625vw,57.381vh) scale(.6414)}to{transform:translate(51.8409vw,99vh) scale(.6414)}}.snow:nth-child(372){opacity:1.9312;transform:translate(12.486vw,-10px) scale(.7133);animation:fall-372 29s -2s linear infinite}@keyframes fall-372{69.909%{transform:translate(18.7055vw,69.909vh) scale(.7133)}to{transform:translate(15.59575vw,99vh) scale(.7133)}}.snow:nth-child(373){opacity:1.932;transform:translate(52.7221vw,-10px) scale(.5294);animation:fall-373 19s -16s linear infinite}@keyframes fall-373{77.01%{transform:translate(58.2848vw,77.01vh) scale(.5294)}to{transform:translate(55.50345vw,99vh) scale(.5294)}}.snow:nth-child(374){opacity:1.5818;transform:translate(4.4317vw,-10px) scale(.6306);animation:fall-374 15s -11s linear infinite}@keyframes fall-374{75.333%{transform:translate(-2.312vw,75.333vh) scale(.6306)}to{transform:translate(1.05985vw,99vh) scale(.6306)}}.snow:nth-child(375){opacity:.3254;transform:translate(58.4461vw,-10px) scale(.4513);animation:fall-375 24s -17s linear infinite}@keyframes fall-375{38.034%{transform:translate(59.2305vw,38.034vh) scale(.4513)}to{transform:translate(58.8383vw,99vh) scale(.4513)}}.snow:nth-child(376){opacity:.835;transform:translate(54.4899vw,-10px) scale(.968);animation:fall-376 17s -15s linear infinite}@keyframes fall-376{35.629%{transform:translate(61.689vw,35.629vh) scale(.968)}to{transform:translate(58.08945vw,99vh) scale(.968)}}.snow:nth-child(377){opacity:.16;transform:translate(43.4596vw,-10px) scale(.4234);animation:fall-377 18s -16s linear infinite}@keyframes fall-377{57.57%{transform:translate(34.2968vw,57.57vh) scale(.4234)}to{transform:translate(38.8782vw,99vh) scale(.4234)}}.snow:nth-child(378){opacity:.6374;transform:translate(3.9934vw,-10px) scale(.257);animation:fall-378 22s -5s linear infinite}@keyframes fall-378{40.989%{transform:translate(6.6762vw,40.989vh) scale(.257)}to{transform:translate(5.3348vw,99vh) scale(.257)}}.snow:nth-child(379){opacity:.0264;transform:translate(50.9831vw,-10px) scale(.3025);animation:fall-379 10s -28s linear infinite}@keyframes fall-379{71.158%{transform:translate(41.882vw,71.158vh) scale(.3025)}to{transform:translate(46.43255vw,99vh) scale(.3025)}}.snow:nth-child(380){opacity:1.6362;transform:translate(59.3209vw,-10px) scale(.8722);animation:fall-380 28s -8s linear infinite}@keyframes fall-380{62.45%{transform:translate(61.9404vw,62.45vh) scale(.8722)}to{transform:translate(60.63065vw,99vh) scale(.8722)}}.snow:nth-child(381){opacity:1.2012;transform:translate(75.2435vw,-10px) scale(.8399);animation:fall-381 19s -13s linear infinite}@keyframes fall-381{44.053%{transform:translate(80.5955vw,44.053vh) scale(.8399)}to{transform:translate(77.9195vw,99vh) scale(.8399)}}.snow:nth-child(382){opacity:1.9252;transform:translate(74.2769vw,-10px) scale(.1747);animation:fall-382 20s -1s linear infinite}@keyframes fall-382{40.459%{transform:translate(78.1569vw,40.459vh) scale(.1747)}to{transform:translate(76.2169vw,99vh) scale(.1747)}}.snow:nth-child(383){opacity:.7618;transform:translate(54.1805vw,-10px) scale(.8912);animation:fall-383 16s -8s linear infinite}@keyframes fall-383{64.52%{transform:translate(59.0982vw,64.52vh) scale(.8912)}to{transform:translate(56.63935vw,99vh) scale(.8912)}}.snow:nth-child(384){opacity:1.6216;transform:translate(35.3692vw,-10px) scale(.3197);animation:fall-384 21s -5s linear infinite}@keyframes fall-384{45.354%{transform:translate(32.2314vw,45.354vh) scale(.3197)}to{transform:translate(33.8003vw,99vh) scale(.3197)}}.snow:nth-child(385){opacity:1.5676;transform:translate(87.8928vw,-10px) scale(.3515);animation:fall-385 14s -9s linear infinite}@keyframes fall-385{65.327%{transform:translate(97.4299vw,65.327vh) scale(.3515)}to{transform:translate(92.66135vw,99vh) scale(.3515)}}.snow:nth-child(386){opacity:.7738;transform:translate(93.4761vw,-10px) scale(.8594);animation:fall-386 15s -29s linear infinite}@keyframes fall-386{39.186%{transform:translate(91.981vw,39.186vh) scale(.8594)}to{transform:translate(92.72855vw,99vh) scale(.8594)}}.snow:nth-child(387){opacity:1.6568;transform:translate(92.1556vw,-10px) scale(.572);animation:fall-387 10s -17s linear infinite}@keyframes fall-387{57.62%{transform:translate(97.8003vw,57.62vh) scale(.572)}to{transform:translate(94.97795vw,99vh) scale(.572)}}.snow:nth-child(388){opacity:1.0428;transform:translate(12.7186vw,-10px) scale(.52);animation:fall-388 27s -2s linear infinite}@keyframes fall-388{43.28%{transform:translate(5.388vw,43.28vh) scale(.52)}to{transform:translate(9.0533vw,99vh) scale(.52)}}.snow:nth-child(389){opacity:.3858;transform:translate(15.7725vw,-10px) scale(.8185);animation:fall-389 11s -8s linear infinite}@keyframes fall-389{66.508%{transform:translate(8.011vw,66.508vh) scale(.8185)}to{transform:translate(11.89175vw,99vh) scale(.8185)}}.snow:nth-child(390){opacity:1.587;transform:translate(76.7536vw,-10px) scale(.0916);animation:fall-390 14s -14s linear infinite}@keyframes fall-390{31.463%{transform:translate(74.6324vw,31.463vh) scale(.0916)}to{transform:translate(75.693vw,99vh) scale(.0916)}}.snow:nth-child(391){opacity:.1366;transform:translate(74.058vw,-10px) scale(.3174);animation:fall-391 19s -27s linear infinite}@keyframes fall-391{35.658%{transform:translate(76.1377vw,35.658vh) scale(.3174)}to{transform:translate(75.09785vw,99vh) scale(.3174)}}.snow:nth-child(392){opacity:1.256;transform:translate(7.9784vw,-10px) scale(.1044);animation:fall-392 23s -10s linear infinite}@keyframes fall-392{54.138%{transform:translate(9.3962vw,54.138vh) scale(.1044)}to{transform:translate(8.6873vw,99vh) scale(.1044)}}.snow:nth-child(393){opacity:.4726;transform:translate(76.7039vw,-10px) scale(.9665);animation:fall-393 21s -1s linear infinite}@keyframes fall-393{49.051%{transform:translate(67.7903vw,49.051vh) scale(.9665)}to{transform:translate(72.2471vw,99vh) scale(.9665)}}.snow:nth-child(394){opacity:1.9938;transform:translate(83.5063vw,-10px) scale(.777);animation:fall-394 18s -22s linear infinite}@keyframes fall-394{31.416%{transform:translate(91.7167vw,31.416vh) scale(.777)}to{transform:translate(87.6115vw,99vh) scale(.777)}}.snow:nth-child(395){opacity:.0694;transform:translate(59.678vw,-10px) scale(.6634);animation:fall-395 12s -9s linear infinite}@keyframes fall-395{50.39%{transform:translate(64.216vw,50.39vh) scale(.6634)}to{transform:translate(61.947vw,99vh) scale(.6634)}}.snow:nth-child(396){opacity:.0432;transform:translate(43.2773vw,-10px) scale(.9507);animation:fall-396 30s -30s linear infinite}@keyframes fall-396{37.816%{transform:translate(34.0294vw,37.816vh) scale(.9507)}to{transform:translate(38.65335vw,99vh) scale(.9507)}}.snow:nth-child(397){opacity:.5804;transform:translate(54.6404vw,-10px) scale(.1751);animation:fall-397 16s -3s linear infinite}@keyframes fall-397{39.98%{transform:translate(51.247vw,39.98vh) scale(.1751)}to{transform:translate(52.9437vw,99vh) scale(.1751)}}.snow:nth-child(398){opacity:.8502;transform:translate(80.3501vw,-10px) scale(.2444);animation:fall-398 21s -22s linear infinite}@keyframes fall-398{44.998%{transform:translate(71.4645vw,44.998vh) scale(.2444)}to{transform:translate(75.9073vw,99vh) scale(.2444)}}.snow:nth-child(399){opacity:1.3534;transform:translate(24.6107vw,-10px) scale(.2861);animation:fall-399 15s -27s linear infinite}@keyframes fall-399{65.386%{transform:translate(14.7353vw,65.386vh) scale(.2861)}to{transform:translate(19.673vw,99vh) scale(.2861)}}.snow:nth-child(400){opacity:1.0364;transform:translate(96.0789vw,-10px) scale(.257);animation:fall-400 30s -9s linear infinite}@keyframes fall-400{33.163%{transform:translate(101.5576vw,33.163vh) scale(.257)}to{transform:translate(98.81825vw,99vh) scale(.257)}}\n"] }]
|
|
82
|
-
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }
|
|
83
|
-
type: Inject,
|
|
84
|
-
args: [ANONYMOUS_MODE]
|
|
85
|
-
}] }]; } });
|
|
81
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\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{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;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:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.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:rgba(0,0,0,.4)}.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:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-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{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{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:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!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:rgba(45,146,45,.5);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:rgba(85,85,85,.7)}.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:rgba(85,85,85,.7)}.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:rgba(255,255,255,.1) 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:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!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}}.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}::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{transform:scaleY(-1)}.app-flip-x{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:rgba(255,50,50,.2);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:white;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}.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:rgba(0,0,0,.5) 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:rgb(237,237,237);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{padding-left:0;margin-top:20px}.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}.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;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:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{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%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.307;transform:translate(44.4258vw,-10px) scale(.3113);animation:fall-1 15s -2s linear infinite}@keyframes fall-1{66.46%{transform:translate(35.1395vw,66.46vh) scale(.3113)}to{transform:translate(39.78265vw,99vh) scale(.3113)}}.snow:nth-child(2){opacity:1.5864;transform:translate(48.2883vw,-10px) scale(.3361);animation:fall-2 25s -1s linear infinite}@keyframes fall-2{38.855%{transform:translate(44.931vw,38.855vh) scale(.3361)}to{transform:translate(46.60965vw,99vh) scale(.3361)}}.snow:nth-child(3){opacity:1.3092;transform:translate(58.0945vw,-10px) scale(.671);animation:fall-3 13s -21s linear infinite}@keyframes fall-3{74.643%{transform:translate(64.8501vw,74.643vh) scale(.671)}to{transform:translate(61.4723vw,99vh) scale(.671)}}.snow:nth-child(4){opacity:1.954;transform:translate(68.0022vw,-10px) scale(.7985);animation:fall-4 27s -30s linear infinite}@keyframes fall-4{60.852%{transform:translate(64.4217vw,60.852vh) scale(.7985)}to{transform:translate(66.21195vw,99vh) scale(.7985)}}.snow:nth-child(5){opacity:1.6264;transform:translate(59.4406vw,-10px) scale(.8624);animation:fall-5 14s -13s linear infinite}@keyframes fall-5{66.732%{transform:translate(58.2969vw,66.732vh) scale(.8624)}to{transform:translate(58.86875vw,99vh) scale(.8624)}}.snow:nth-child(6){opacity:1.043;transform:translate(94.5877vw,-10px) scale(.5344);animation:fall-6 30s -14s linear infinite}@keyframes fall-6{41.036%{transform:translate(92.6548vw,41.036vh) scale(.5344)}to{transform:translate(93.62125vw,99vh) scale(.5344)}}.snow:nth-child(7){opacity:1.5908;transform:translate(17.9001vw,-10px) scale(.7066);animation:fall-7 29s -21s linear infinite}@keyframes fall-7{57.533%{transform:translate(8.9947vw,57.533vh) scale(.7066)}to{transform:translate(13.4474vw,99vh) scale(.7066)}}.snow:nth-child(8){opacity:1.9124;transform:translate(99.2364vw,-10px) scale(.9556);animation:fall-8 14s -9s linear infinite}@keyframes fall-8{64.717%{transform:translate(91.1325vw,64.717vh) scale(.9556)}to{transform:translate(95.18445vw,99vh) scale(.9556)}}.snow:nth-child(9){opacity:1.4668;transform:translate(31.3483vw,-10px) scale(.8671);animation:fall-9 13s -6s linear infinite}@keyframes fall-9{67.805%{transform:translate(24.7959vw,67.805vh) scale(.8671)}to{transform:translate(28.0721vw,99vh) scale(.8671)}}.snow:nth-child(10){opacity:.455;transform:translate(56.7657vw,-10px) scale(.5984);animation:fall-10 30s -6s linear infinite}@keyframes fall-10{49.542%{transform:translate(57.2549vw,49.542vh) scale(.5984)}to{transform:translate(57.0103vw,99vh) scale(.5984)}}.snow:nth-child(11){opacity:.7366;transform:translate(10.6563vw,-10px) scale(.1412);animation:fall-11 16s -1s linear infinite}@keyframes fall-11{38.127%{transform:translate(18.2803vw,38.127vh) scale(.1412)}to{transform:translate(14.4683vw,99vh) scale(.1412)}}.snow:nth-child(12){opacity:.8644;transform:translate(92.918vw,-10px) scale(.2802);animation:fall-12 27s -23s linear infinite}@keyframes fall-12{55.479%{transform:translate(92.1014vw,55.479vh) scale(.2802)}to{transform:translate(92.5097vw,99vh) scale(.2802)}}.snow:nth-child(13){opacity:.3314;transform:translate(70.0789vw,-10px) scale(.9695);animation:fall-13 21s -5s linear infinite}@keyframes fall-13{78.181%{transform:translate(69.2023vw,78.181vh) scale(.9695)}to{transform:translate(69.6406vw,99vh) scale(.9695)}}.snow:nth-child(14){opacity:1.9262;transform:translate(23.9792vw,-10px) scale(.6542);animation:fall-14 24s -12s linear infinite}@keyframes fall-14{67.068%{transform:translate(32.5756vw,67.068vh) scale(.6542)}to{transform:translate(28.2774vw,99vh) scale(.6542)}}.snow:nth-child(15){opacity:1.0398;transform:translate(92.2889vw,-10px) scale(.5135);animation:fall-15 15s -18s linear infinite}@keyframes fall-15{72.414%{transform:translate(101.2959vw,72.414vh) scale(.5135)}to{transform:translate(96.7924vw,99vh) scale(.5135)}}.snow:nth-child(16){opacity:.3146;transform:translate(5.3703vw,-10px) scale(.616);animation:fall-16 22s -22s linear infinite}@keyframes fall-16{35.667%{transform:translate(1.0315vw,35.667vh) scale(.616)}to{transform:translate(3.2009vw,99vh) scale(.616)}}.snow:nth-child(17){opacity:.9038;transform:translate(86.0621vw,-10px) scale(.9093);animation:fall-17 25s -12s linear infinite}@keyframes fall-17{55.197%{transform:translate(90.4114vw,55.197vh) scale(.9093)}to{transform:translate(88.23675vw,99vh) scale(.9093)}}.snow:nth-child(18){opacity:1.6048;transform:translate(18.0782vw,-10px) scale(.2461);animation:fall-18 10s -1s linear infinite}@keyframes fall-18{46.137%{transform:translate(22.1218vw,46.137vh) scale(.2461)}to{transform:translate(20.1vw,99vh) scale(.2461)}}.snow:nth-child(19){opacity:1.5462;transform:translate(48.4396vw,-10px) scale(.8791);animation:fall-19 21s -10s linear infinite}@keyframes fall-19{48.992%{transform:translate(41.6574vw,48.992vh) scale(.8791)}to{transform:translate(45.0485vw,99vh) scale(.8791)}}.snow:nth-child(20){opacity:.5862;transform:translate(25.7909vw,-10px) scale(.6356);animation:fall-20 29s -30s linear infinite}@keyframes fall-20{62.943%{transform:translate(27.1946vw,62.943vh) scale(.6356)}to{transform:translate(26.49275vw,99vh) scale(.6356)}}.snow:nth-child(21){opacity:.8172;transform:translate(38.8823vw,-10px) scale(.188);animation:fall-21 29s -3s linear infinite}@keyframes fall-21{67.487%{transform:translate(35.756vw,67.487vh) scale(.188)}to{transform:translate(37.31915vw,99vh) scale(.188)}}.snow:nth-child(22){opacity:.9908;transform:translate(8.9405vw,-10px) scale(.951);animation:fall-22 25s -6s linear infinite}@keyframes fall-22{59.671%{transform:translate(8.6078vw,59.671vh) scale(.951)}to{transform:translate(8.77415vw,99vh) scale(.951)}}.snow:nth-child(23){opacity:1.144;transform:translate(36.2297vw,-10px) scale(.1073);animation:fall-23 12s -5s linear infinite}@keyframes fall-23{30.022%{transform:translate(33.685vw,30.022vh) scale(.1073)}to{transform:translate(34.95735vw,99vh) scale(.1073)}}.snow:nth-child(24){opacity:.4482;transform:translate(76.411vw,-10px) scale(.5501);animation:fall-24 28s -11s linear infinite}@keyframes fall-24{44.502%{transform:translate(77.8608vw,44.502vh) scale(.5501)}to{transform:translate(77.1359vw,99vh) scale(.5501)}}.snow:nth-child(25){opacity:1.9468;transform:translate(71.1124vw,-10px) scale(.7534);animation:fall-25 26s -27s linear infinite}@keyframes fall-25{45.551%{transform:translate(68.6255vw,45.551vh) scale(.7534)}to{transform:translate(69.86895vw,99vh) scale(.7534)}}.snow:nth-child(26){opacity:.204;transform:translate(60.9825vw,-10px) scale(.6106);animation:fall-26 20s -27s linear infinite}@keyframes fall-26{50.861%{transform:translate(57.3164vw,50.861vh) scale(.6106)}to{transform:translate(59.14945vw,99vh) scale(.6106)}}.snow:nth-child(27){opacity:1.4304;transform:translate(98.0792vw,-10px) scale(.1647);animation:fall-27 24s -10s linear infinite}@keyframes fall-27{47.816%{transform:translate(103.3906vw,47.816vh) scale(.1647)}to{transform:translate(100.7349vw,99vh) scale(.1647)}}.snow:nth-child(28){opacity:1.2064;transform:translate(47.7843vw,-10px) scale(.2631);animation:fall-28 14s -25s linear infinite}@keyframes fall-28{55.935%{transform:translate(45.6241vw,55.935vh) scale(.2631)}to{transform:translate(46.7042vw,99vh) scale(.2631)}}.snow:nth-child(29){opacity:.074;transform:translate(66.0967vw,-10px) scale(.6601);animation:fall-29 16s -15s linear infinite}@keyframes fall-29{52.579%{transform:translate(69.6119vw,52.579vh) scale(.6601)}to{transform:translate(67.8543vw,99vh) scale(.6601)}}.snow:nth-child(30){opacity:1.149;transform:translate(18.6529vw,-10px) scale(.6327);animation:fall-30 18s -23s linear infinite}@keyframes fall-30{52.013%{transform:translate(11.222vw,52.013vh) scale(.6327)}to{transform:translate(14.93745vw,99vh) scale(.6327)}}.snow:nth-child(31){opacity:.0822;transform:translate(35.9546vw,-10px) scale(.9853);animation:fall-31 15s -27s linear infinite}@keyframes fall-31{47.21%{transform:translate(28.6353vw,47.21vh) scale(.9853)}to{transform:translate(32.29495vw,99vh) scale(.9853)}}.snow:nth-child(32){opacity:1.0624;transform:translate(78.2412vw,-10px) scale(.3111);animation:fall-32 11s -8s linear infinite}@keyframes fall-32{76.666%{transform:translate(74.271vw,76.666vh) scale(.3111)}to{transform:translate(76.2561vw,99vh) scale(.3111)}}.snow:nth-child(33){opacity:.5342;transform:translate(63.1475vw,-10px) scale(.3065);animation:fall-33 14s -19s linear infinite}@keyframes fall-33{55.261%{transform:translate(59.185vw,55.261vh) scale(.3065)}to{transform:translate(61.16625vw,99vh) scale(.3065)}}.snow:nth-child(34){opacity:1.3328;transform:translate(91.8926vw,-10px) scale(.7459);animation:fall-34 26s -19s linear infinite}@keyframes fall-34{63.876%{transform:translate(95.0994vw,63.876vh) scale(.7459)}to{transform:translate(93.496vw,99vh) scale(.7459)}}.snow:nth-child(35){opacity:1.9212;transform:translate(97.6911vw,-10px) scale(.3253);animation:fall-35 29s -15s linear infinite}@keyframes fall-35{32.126%{transform:translate(94.9137vw,32.126vh) scale(.3253)}to{transform:translate(96.3024vw,99vh) scale(.3253)}}.snow:nth-child(36){opacity:.5124;transform:translate(74.5341vw,-10px) scale(.1454);animation:fall-36 22s -13s linear infinite}@keyframes fall-36{63.505%{transform:translate(75.371vw,63.505vh) scale(.1454)}to{transform:translate(74.95255vw,99vh) scale(.1454)}}.snow:nth-child(37){opacity:1.7794;transform:translate(62.7747vw,-10px) scale(.5798);animation:fall-37 14s -7s linear infinite}@keyframes fall-37{60.448%{transform:translate(54.4517vw,60.448vh) scale(.5798)}to{transform:translate(58.6132vw,99vh) scale(.5798)}}.snow:nth-child(38){opacity:1.939;transform:translate(30.1802vw,-10px) scale(.408);animation:fall-38 21s -5s linear infinite}@keyframes fall-38{70.085%{transform:translate(39.3088vw,70.085vh) scale(.408)}to{transform:translate(34.7445vw,99vh) scale(.408)}}.snow:nth-child(39){opacity:.1798;transform:translate(30.8779vw,-10px) scale(.6281);animation:fall-39 14s -9s linear infinite}@keyframes fall-39{30.175%{transform:translate(36.3393vw,30.175vh) scale(.6281)}to{transform:translate(33.6086vw,99vh) scale(.6281)}}.snow:nth-child(40){opacity:.346;transform:translate(99.4955vw,-10px) scale(.6219);animation:fall-40 13s -9s linear infinite}@keyframes fall-40{42.003%{transform:translate(100.904vw,42.003vh) scale(.6219)}to{transform:translate(100.19975vw,99vh) scale(.6219)}}.snow:nth-child(41){opacity:.2738;transform:translate(44.5163vw,-10px) scale(.0592);animation:fall-41 20s -27s linear infinite}@keyframes fall-41{31.586%{transform:translate(50.7094vw,31.586vh) scale(.0592)}to{transform:translate(47.61285vw,99vh) scale(.0592)}}.snow:nth-child(42){opacity:.7864;transform:translate(91.9332vw,-10px) scale(.5273);animation:fall-42 27s -11s linear infinite}@keyframes fall-42{61.681%{transform:translate(92.1362vw,61.681vh) scale(.5273)}to{transform:translate(92.0347vw,99vh) scale(.5273)}}.snow:nth-child(43){opacity:.002;transform:translate(58.3212vw,-10px) scale(.5072);animation:fall-43 25s -2s linear infinite}@keyframes fall-43{47.667%{transform:translate(53.0749vw,47.667vh) scale(.5072)}to{transform:translate(55.69805vw,99vh) scale(.5072)}}.snow:nth-child(44){opacity:.1462;transform:translate(65.0956vw,-10px) scale(.7132);animation:fall-44 22s -26s linear infinite}@keyframes fall-44{34.722%{transform:translate(60.7879vw,34.722vh) scale(.7132)}to{transform:translate(62.94175vw,99vh) scale(.7132)}}.snow:nth-child(45){opacity:.6016;transform:translate(61.3379vw,-10px) scale(.2296);animation:fall-45 28s -15s linear infinite}@keyframes fall-45{48.672%{transform:translate(67.1969vw,48.672vh) scale(.2296)}to{transform:translate(64.2674vw,99vh) scale(.2296)}}.snow:nth-child(46){opacity:1.7674;transform:translate(89.253vw,-10px) scale(.047);animation:fall-46 12s -8s linear infinite}@keyframes fall-46{40.851%{transform:translate(96.8087vw,40.851vh) scale(.047)}to{transform:translate(93.03085vw,99vh) scale(.047)}}.snow:nth-child(47){opacity:1.052;transform:translate(47.8228vw,-10px) scale(.9362);animation:fall-47 28s -28s linear infinite}@keyframes fall-47{30.208%{transform:translate(53.5838vw,30.208vh) scale(.9362)}to{transform:translate(50.7033vw,99vh) scale(.9362)}}.snow:nth-child(48){opacity:1.7696;transform:translate(23.5065vw,-10px) scale(.7823);animation:fall-48 18s -22s linear infinite}@keyframes fall-48{39.789%{transform:translate(22.4544vw,39.789vh) scale(.7823)}to{transform:translate(22.98045vw,99vh) scale(.7823)}}.snow:nth-child(49){opacity:1.2406;transform:translate(88.8615vw,-10px) scale(.9988);animation:fall-49 16s -19s linear infinite}@keyframes fall-49{47.895%{transform:translate(81.9149vw,47.895vh) scale(.9988)}to{transform:translate(85.3882vw,99vh) scale(.9988)}}.snow:nth-child(50){opacity:.4142;transform:translate(3.7699vw,-10px) scale(.8355);animation:fall-50 30s -29s linear infinite}@keyframes fall-50{31.591%{transform:translate(.6487vw,31.591vh) scale(.8355)}to{transform:translate(2.2093vw,99vh) scale(.8355)}}.snow:nth-child(51){opacity:1.0686;transform:translate(93.1844vw,-10px) scale(.4851);animation:fall-51 11s -9s linear infinite}@keyframes fall-51{30.139%{transform:translate(88.5388vw,30.139vh) scale(.4851)}to{transform:translate(90.8616vw,99vh) scale(.4851)}}.snow:nth-child(52){opacity:.6488;transform:translate(74.6063vw,-10px) scale(.4344);animation:fall-52 10s -10s linear infinite}@keyframes fall-52{54.967%{transform:translate(69.8476vw,54.967vh) scale(.4344)}to{transform:translate(72.22695vw,99vh) scale(.4344)}}.snow:nth-child(53){opacity:.8574;transform:translate(32.9529vw,-10px) scale(.726);animation:fall-53 10s -7s linear infinite}@keyframes fall-53{46.241%{transform:translate(23.2612vw,46.241vh) scale(.726)}to{transform:translate(28.10705vw,99vh) scale(.726)}}.snow:nth-child(54){opacity:.6802;transform:translate(23.1803vw,-10px) scale(.0557);animation:fall-54 23s -15s linear infinite}@keyframes fall-54{36.904%{transform:translate(30.8494vw,36.904vh) scale(.0557)}to{transform:translate(27.01485vw,99vh) scale(.0557)}}.snow:nth-child(55){opacity:.8918;transform:translate(18.4013vw,-10px) scale(.2286);animation:fall-55 30s -23s linear infinite}@keyframes fall-55{71.011%{transform:translate(12.7857vw,71.011vh) scale(.2286)}to{transform:translate(15.5935vw,99vh) scale(.2286)}}.snow:nth-child(56){opacity:.2532;transform:translate(14.5938vw,-10px) scale(.9216);animation:fall-56 27s -20s linear infinite}@keyframes fall-56{43.46%{transform:translate(7.9553vw,43.46vh) scale(.9216)}to{transform:translate(11.27455vw,99vh) scale(.9216)}}.snow:nth-child(57){opacity:.8258;transform:translate(6.3066vw,-10px) scale(.4466);animation:fall-57 12s -15s linear infinite}@keyframes fall-57{32.702%{transform:translate(11.4043vw,32.702vh) scale(.4466)}to{transform:translate(8.85545vw,99vh) scale(.4466)}}.snow:nth-child(58){opacity:.394;transform:translate(10.8941vw,-10px) scale(.6899);animation:fall-58 27s -23s linear infinite}@keyframes fall-58{45.276%{transform:translate(15.0055vw,45.276vh) scale(.6899)}to{transform:translate(12.9498vw,99vh) scale(.6899)}}.snow:nth-child(59){opacity:1.434;transform:translate(53.6366vw,-10px) scale(.0916);animation:fall-59 23s -6s linear infinite}@keyframes fall-59{44.359%{transform:translate(45.3719vw,44.359vh) scale(.0916)}to{transform:translate(49.50425vw,99vh) scale(.0916)}}.snow:nth-child(60){opacity:1.8006;transform:translate(30.3239vw,-10px) scale(.8214);animation:fall-60 21s -12s linear infinite}@keyframes fall-60{61.848%{transform:translate(21.0657vw,61.848vh) scale(.8214)}to{transform:translate(25.6948vw,99vh) scale(.8214)}}.snow:nth-child(61){opacity:1.9554;transform:translate(19.6547vw,-10px) scale(.932);animation:fall-61 12s -23s linear infinite}@keyframes fall-61{68.252%{transform:translate(14.0983vw,68.252vh) scale(.932)}to{transform:translate(16.8765vw,99vh) scale(.932)}}.snow:nth-child(62){opacity:1.7836;transform:translate(69.1953vw,-10px) scale(.4143);animation:fall-62 17s -10s linear infinite}@keyframes fall-62{77.251%{transform:translate(73.1889vw,77.251vh) scale(.4143)}to{transform:translate(71.1921vw,99vh) scale(.4143)}}.snow:nth-child(63){opacity:1.7728;transform:translate(83.6134vw,-10px) scale(.0662);animation:fall-63 28s -6s linear infinite}@keyframes fall-63{63.015%{transform:translate(77.7265vw,63.015vh) scale(.0662)}to{transform:translate(80.66995vw,99vh) scale(.0662)}}.snow:nth-child(64){opacity:.094;transform:translate(72.3093vw,-10px) scale(.6547);animation:fall-64 19s -28s linear infinite}@keyframes fall-64{53.373%{transform:translate(73.8271vw,53.373vh) scale(.6547)}to{transform:translate(73.0682vw,99vh) scale(.6547)}}.snow:nth-child(65){opacity:1.3314;transform:translate(68.2805vw,-10px) scale(.8132);animation:fall-65 28s -30s linear infinite}@keyframes fall-65{50.343%{transform:translate(75.3152vw,50.343vh) scale(.8132)}to{transform:translate(71.79785vw,99vh) scale(.8132)}}.snow:nth-child(66){opacity:1.9668;transform:translate(9.5068vw,-10px) scale(.3848);animation:fall-66 12s -15s linear infinite}@keyframes fall-66{70.278%{transform:translate(13.5951vw,70.278vh) scale(.3848)}to{transform:translate(11.55095vw,99vh) scale(.3848)}}.snow:nth-child(67){opacity:1.4352;transform:translate(8.3221vw,-10px) scale(.8671);animation:fall-67 29s -25s linear infinite}@keyframes fall-67{61.832%{transform:translate(12.7237vw,61.832vh) scale(.8671)}to{transform:translate(10.5229vw,99vh) scale(.8671)}}.snow:nth-child(68){opacity:1.6906;transform:translate(60.9666vw,-10px) scale(.1459);animation:fall-68 10s -8s linear infinite}@keyframes fall-68{75.815%{transform:translate(68.6045vw,75.815vh) scale(.1459)}to{transform:translate(64.78555vw,99vh) scale(.1459)}}.snow:nth-child(69){opacity:1.7148;transform:translate(2.0385vw,-10px) scale(.4605);animation:fall-69 19s -21s linear infinite}@keyframes fall-69{57.815%{transform:translate(-7.0586vw,57.815vh) scale(.4605)}to{transform:translate(-2.51005vw,99vh) scale(.4605)}}.snow:nth-child(70){opacity:.9988;transform:translate(71.6165vw,-10px) scale(.4252);animation:fall-70 26s -15s linear infinite}@keyframes fall-70{36.692%{transform:translate(80.5495vw,36.692vh) scale(.4252)}to{transform:translate(76.083vw,99vh) scale(.4252)}}.snow:nth-child(71){opacity:.9176;transform:translate(13.8885vw,-10px) scale(.0246);animation:fall-71 24s -26s linear infinite}@keyframes fall-71{34.925%{transform:translate(17.8063vw,34.925vh) scale(.0246)}to{transform:translate(15.8474vw,99vh) scale(.0246)}}.snow:nth-child(72){opacity:1.2596;transform:translate(29.3429vw,-10px) scale(.4495);animation:fall-72 24s -29s linear infinite}@keyframes fall-72{65.84%{transform:translate(31.9141vw,65.84vh) scale(.4495)}to{transform:translate(30.6285vw,99vh) scale(.4495)}}.snow:nth-child(73){opacity:.77;transform:translate(24.1119vw,-10px) scale(.8582);animation:fall-73 28s -3s linear infinite}@keyframes fall-73{67.811%{transform:translate(15.3546vw,67.811vh) scale(.8582)}to{transform:translate(19.73325vw,99vh) scale(.8582)}}.snow:nth-child(74){opacity:.9528;transform:translate(24.0591vw,-10px) scale(.4042);animation:fall-74 29s -23s linear infinite}@keyframes fall-74{63.229%{transform:translate(15.1224vw,63.229vh) scale(.4042)}to{transform:translate(19.59075vw,99vh) scale(.4042)}}.snow:nth-child(75){opacity:1.6578;transform:translate(42.3467vw,-10px) scale(.376);animation:fall-75 14s -13s linear infinite}@keyframes fall-75{62.299%{transform:translate(32.562vw,62.299vh) scale(.376)}to{transform:translate(37.45435vw,99vh) scale(.376)}}.snow:nth-child(76){opacity:.3818;transform:translate(42.0503vw,-10px) scale(.1804);animation:fall-76 21s -7s linear infinite}@keyframes fall-76{68.952%{transform:translate(37.2217vw,68.952vh) scale(.1804)}to{transform:translate(39.636vw,99vh) scale(.1804)}}.snow:nth-child(77){opacity:.5842;transform:translate(20.7917vw,-10px) scale(.0091);animation:fall-77 15s -30s linear infinite}@keyframes fall-77{64.003%{transform:translate(20.6849vw,64.003vh) scale(.0091)}to{transform:translate(20.7383vw,99vh) scale(.0091)}}.snow:nth-child(78){opacity:1.7746;transform:translate(90.8865vw,-10px) scale(.4748);animation:fall-78 15s -3s linear infinite}@keyframes fall-78{70.487%{transform:translate(96.0528vw,70.487vh) scale(.4748)}to{transform:translate(93.46965vw,99vh) scale(.4748)}}.snow:nth-child(79){opacity:1.4156;transform:translate(56.7606vw,-10px) scale(.116);animation:fall-79 20s -24s linear infinite}@keyframes fall-79{73.145%{transform:translate(51.1598vw,73.145vh) scale(.116)}to{transform:translate(53.9602vw,99vh) scale(.116)}}.snow:nth-child(80){opacity:1.6226;transform:translate(37.4951vw,-10px) scale(.269);animation:fall-80 16s -25s linear infinite}@keyframes fall-80{57.895%{transform:translate(41.2003vw,57.895vh) scale(.269)}to{transform:translate(39.3477vw,99vh) scale(.269)}}.snow:nth-child(81){opacity:1.937;transform:translate(14.7221vw,-10px) scale(.1581);animation:fall-81 17s -1s linear infinite}@keyframes fall-81{44.333%{transform:translate(13.666vw,44.333vh) scale(.1581)}to{transform:translate(14.19405vw,99vh) scale(.1581)}}.snow:nth-child(82){opacity:.6206;transform:translate(96.7862vw,-10px) scale(.9288);animation:fall-82 21s -21s linear infinite}@keyframes fall-82{42.268%{transform:translate(89.9282vw,42.268vh) scale(.9288)}to{transform:translate(93.3572vw,99vh) scale(.9288)}}.snow:nth-child(83){opacity:1.0628;transform:translate(28.5997vw,-10px) scale(.5993);animation:fall-83 17s -8s linear infinite}@keyframes fall-83{57.525%{transform:translate(31.6995vw,57.525vh) scale(.5993)}to{transform:translate(30.1496vw,99vh) scale(.5993)}}.snow:nth-child(84){opacity:.1172;transform:translate(96.9975vw,-10px) scale(.7023);animation:fall-84 14s -16s linear infinite}@keyframes fall-84{49.786%{transform:translate(100.8748vw,49.786vh) scale(.7023)}to{transform:translate(98.93615vw,99vh) scale(.7023)}}.snow:nth-child(85){opacity:1.7288;transform:translate(91.5829vw,-10px) scale(.304);animation:fall-85 18s -29s linear infinite}@keyframes fall-85{40.64%{transform:translate(99.4553vw,40.64vh) scale(.304)}to{transform:translate(95.5191vw,99vh) scale(.304)}}.snow:nth-child(86){opacity:1.8788;transform:translate(51.7875vw,-10px) scale(.6574);animation:fall-86 10s -23s linear infinite}@keyframes fall-86{38.269%{transform:translate(41.8884vw,38.269vh) scale(.6574)}to{transform:translate(46.83795vw,99vh) scale(.6574)}}.snow:nth-child(87){opacity:.9104;transform:translate(75.622vw,-10px) scale(.6571);animation:fall-87 17s -13s linear infinite}@keyframes fall-87{51.71%{transform:translate(71.3195vw,51.71vh) scale(.6571)}to{transform:translate(73.47075vw,99vh) scale(.6571)}}.snow:nth-child(88){opacity:.2164;transform:translate(32.6614vw,-10px) scale(.8639);animation:fall-88 15s -18s linear infinite}@keyframes fall-88{36.004%{transform:translate(26.1168vw,36.004vh) scale(.8639)}to{transform:translate(29.3891vw,99vh) scale(.8639)}}.snow:nth-child(89){opacity:1.1848;transform:translate(22.2267vw,-10px) scale(.5593);animation:fall-89 14s -8s linear infinite}@keyframes fall-89{62.904%{transform:translate(26.2333vw,62.904vh) scale(.5593)}to{transform:translate(24.23vw,99vh) scale(.5593)}}.snow:nth-child(90){opacity:1.8366;transform:translate(71.3416vw,-10px) scale(.4818);animation:fall-90 15s -24s linear infinite}@keyframes fall-90{41.853%{transform:translate(66.3771vw,41.853vh) scale(.4818)}to{transform:translate(68.85935vw,99vh) scale(.4818)}}.snow:nth-child(91){opacity:1.2474;transform:translate(18.7752vw,-10px) scale(.5515);animation:fall-91 16s -16s linear infinite}@keyframes fall-91{51.068%{transform:translate(14.1903vw,51.068vh) scale(.5515)}to{transform:translate(16.48275vw,99vh) scale(.5515)}}.snow:nth-child(92){opacity:1.7924;transform:translate(82.6746vw,-10px) scale(.1967);animation:fall-92 18s -16s linear infinite}@keyframes fall-92{69.512%{transform:translate(74.9907vw,69.512vh) scale(.1967)}to{transform:translate(78.83265vw,99vh) scale(.1967)}}.snow:nth-child(93){opacity:.9502;transform:translate(90.5562vw,-10px) scale(.1078);animation:fall-93 10s -10s linear infinite}@keyframes fall-93{51.22%{transform:translate(86.5953vw,51.22vh) scale(.1078)}to{transform:translate(88.57575vw,99vh) scale(.1078)}}.snow:nth-child(94){opacity:1.345;transform:translate(76.167vw,-10px) scale(.3918);animation:fall-94 18s -24s linear infinite}@keyframes fall-94{30.257%{transform:translate(83.2852vw,30.257vh) scale(.3918)}to{transform:translate(79.7261vw,99vh) scale(.3918)}}.snow:nth-child(95){opacity:.377;transform:translate(9.9648vw,-10px) scale(.1056);animation:fall-95 19s -17s linear infinite}@keyframes fall-95{51.344%{transform:translate(9.9048vw,51.344vh) scale(.1056)}to{transform:translate(9.9348vw,99vh) scale(.1056)}}.snow:nth-child(96){opacity:.2382;transform:translate(6.9863vw,-10px) scale(.7289);animation:fall-96 24s -21s linear infinite}@keyframes fall-96{39.388%{transform:translate(1.9347vw,39.388vh) scale(.7289)}to{transform:translate(4.4605vw,99vh) scale(.7289)}}.snow:nth-child(97){opacity:1.725;transform:translate(87.0927vw,-10px) scale(.2846);animation:fall-97 30s -30s linear infinite}@keyframes fall-97{78.085%{transform:translate(87.8998vw,78.085vh) scale(.2846)}to{transform:translate(87.49625vw,99vh) scale(.2846)}}.snow:nth-child(98){opacity:.297;transform:translate(73.935vw,-10px) scale(.777);animation:fall-98 28s -8s linear infinite}@keyframes fall-98{66.567%{transform:translate(67.6595vw,66.567vh) scale(.777)}to{transform:translate(70.79725vw,99vh) scale(.777)}}.snow:nth-child(99){opacity:1.7304;transform:translate(57.3565vw,-10px) scale(.9007);animation:fall-99 27s -15s linear infinite}@keyframes fall-99{50.739%{transform:translate(62.2699vw,50.739vh) scale(.9007)}to{transform:translate(59.8132vw,99vh) scale(.9007)}}.snow:nth-child(100){opacity:.3326;transform:translate(59.2306vw,-10px) scale(.2277);animation:fall-100 24s -26s linear infinite}@keyframes fall-100{41.204%{transform:translate(62.1166vw,41.204vh) scale(.2277)}to{transform:translate(60.6736vw,99vh) scale(.2277)}}.snow:nth-child(101){opacity:.8092;transform:translate(90.16vw,-10px) scale(.6692);animation:fall-101 22s -23s linear infinite}@keyframes fall-101{74.061%{transform:translate(92.9474vw,74.061vh) scale(.6692)}to{transform:translate(91.5537vw,99vh) scale(.6692)}}.snow:nth-child(102){opacity:1.7366;transform:translate(4.7475vw,-10px) scale(.2606);animation:fall-102 25s -28s linear infinite}@keyframes fall-102{79.437%{transform:translate(7.5888vw,79.437vh) scale(.2606)}to{transform:translate(6.16815vw,99vh) scale(.2606)}}.snow:nth-child(103){opacity:.8122;transform:translate(41.3398vw,-10px) scale(.9968);animation:fall-103 16s -4s linear infinite}@keyframes fall-103{79.399%{transform:translate(40.1974vw,79.399vh) scale(.9968)}to{transform:translate(40.7686vw,99vh) scale(.9968)}}.snow:nth-child(104){opacity:1.7102;transform:translate(50.385vw,-10px) scale(.1624);animation:fall-104 26s -7s linear infinite}@keyframes fall-104{47.384%{transform:translate(42.9012vw,47.384vh) scale(.1624)}to{transform:translate(46.6431vw,99vh) scale(.1624)}}.snow:nth-child(105){opacity:.8354;transform:translate(71.6596vw,-10px) scale(.0829);animation:fall-105 28s -25s linear infinite}@keyframes fall-105{62.421%{transform:translate(77.6347vw,62.421vh) scale(.0829)}to{transform:translate(74.64715vw,99vh) scale(.0829)}}.snow:nth-child(106){opacity:.304;transform:translate(.6861vw,-10px) scale(.4956);animation:fall-106 24s -3s linear infinite}@keyframes fall-106{79.102%{transform:translate(-6.7564vw,79.102vh) scale(.4956)}to{transform:translate(-3.03515vw,99vh) scale(.4956)}}.snow:nth-child(107){opacity:.8482;transform:translate(94.4562vw,-10px) scale(.249);animation:fall-107 27s -10s linear infinite}@keyframes fall-107{48.224%{transform:translate(94.4126vw,48.224vh) scale(.249)}to{transform:translate(94.4344vw,99vh) scale(.249)}}.snow:nth-child(108){opacity:1.12;transform:translate(23.6923vw,-10px) scale(.7151);animation:fall-108 12s -17s linear infinite}@keyframes fall-108{44.967%{transform:translate(28.1426vw,44.967vh) scale(.7151)}to{transform:translate(25.91745vw,99vh) scale(.7151)}}.snow:nth-child(109){opacity:1.666;transform:translate(76.5369vw,-10px) scale(.0655);animation:fall-109 24s -5s linear infinite}@keyframes fall-109{74.013%{transform:translate(68.599vw,74.013vh) scale(.0655)}to{transform:translate(72.56795vw,99vh) scale(.0655)}}.snow:nth-child(110){opacity:.8724;transform:translate(17.8754vw,-10px) scale(.42);animation:fall-110 26s -18s linear infinite}@keyframes fall-110{71.902%{transform:translate(23.7032vw,71.902vh) scale(.42)}to{transform:translate(20.7893vw,99vh) scale(.42)}}.snow:nth-child(111){opacity:1.1008;transform:translate(88.1783vw,-10px) scale(.8478);animation:fall-111 13s -5s linear infinite}@keyframes fall-111{54.774%{transform:translate(90.68vw,54.774vh) scale(.8478)}to{transform:translate(89.42915vw,99vh) scale(.8478)}}.snow:nth-child(112){opacity:.3272;transform:translate(18.3152vw,-10px) scale(.0302);animation:fall-112 26s -24s linear infinite}@keyframes fall-112{42.426%{transform:translate(21.7564vw,42.426vh) scale(.0302)}to{transform:translate(20.0358vw,99vh) scale(.0302)}}.snow:nth-child(113){opacity:.332;transform:translate(51.8234vw,-10px) scale(.4226);animation:fall-113 29s -8s linear infinite}@keyframes fall-113{62.416%{transform:translate(47.2163vw,62.416vh) scale(.4226)}to{transform:translate(49.51985vw,99vh) scale(.4226)}}.snow:nth-child(114){opacity:1.083;transform:translate(70.0976vw,-10px) scale(.1761);animation:fall-114 27s -10s linear infinite}@keyframes fall-114{45.965%{transform:translate(74.3659vw,45.965vh) scale(.1761)}to{transform:translate(72.23175vw,99vh) scale(.1761)}}.snow:nth-child(115){opacity:.9472;transform:translate(67.8362vw,-10px) scale(.4524);animation:fall-115 14s -2s linear infinite}@keyframes fall-115{50.121%{transform:translate(69.3694vw,50.121vh) scale(.4524)}to{transform:translate(68.6028vw,99vh) scale(.4524)}}.snow:nth-child(116){opacity:.4912;transform:translate(93.5023vw,-10px) scale(.895);animation:fall-116 27s -25s linear infinite}@keyframes fall-116{70.394%{transform:translate(98.1095vw,70.394vh) scale(.895)}to{transform:translate(95.8059vw,99vh) scale(.895)}}.snow:nth-child(117){opacity:.9762;transform:translate(80.7608vw,-10px) scale(.5052);animation:fall-117 24s -16s linear infinite}@keyframes fall-117{40.911%{transform:translate(87.2612vw,40.911vh) scale(.5052)}to{transform:translate(84.011vw,99vh) scale(.5052)}}.snow:nth-child(118){opacity:.0262;transform:translate(49.0133vw,-10px) scale(.1533);animation:fall-118 11s -25s linear infinite}@keyframes fall-118{56.939%{transform:translate(44.5565vw,56.939vh) scale(.1533)}to{transform:translate(46.7849vw,99vh) scale(.1533)}}.snow:nth-child(119){opacity:.4274;transform:translate(83.7593vw,-10px) scale(.0496);animation:fall-119 15s -3s linear infinite}@keyframes fall-119{79.333%{transform:translate(80.5607vw,79.333vh) scale(.0496)}to{transform:translate(82.16vw,99vh) scale(.0496)}}.snow:nth-child(120){opacity:1.247;transform:translate(53.6575vw,-10px) scale(.4118);animation:fall-120 11s -14s linear infinite}@keyframes fall-120{33.279%{transform:translate(52.0095vw,33.279vh) scale(.4118)}to{transform:translate(52.8335vw,99vh) scale(.4118)}}.snow:nth-child(121){opacity:1.5692;transform:translate(77.933vw,-10px) scale(.4734);animation:fall-121 24s -8s linear infinite}@keyframes fall-121{34.417%{transform:translate(84.5043vw,34.417vh) scale(.4734)}to{transform:translate(81.21865vw,99vh) scale(.4734)}}.snow:nth-child(122){opacity:.2084;transform:translate(90.9082vw,-10px) scale(.0504);animation:fall-122 10s -12s linear infinite}@keyframes fall-122{47.361%{transform:translate(85.2175vw,47.361vh) scale(.0504)}to{transform:translate(88.06285vw,99vh) scale(.0504)}}.snow:nth-child(123){opacity:.4884;transform:translate(22.3006vw,-10px) scale(.2036);animation:fall-123 28s -19s linear infinite}@keyframes fall-123{33.038%{transform:translate(29.7962vw,33.038vh) scale(.2036)}to{transform:translate(26.0484vw,99vh) scale(.2036)}}.snow:nth-child(124){opacity:.9718;transform:translate(43.0128vw,-10px) scale(.1592);animation:fall-124 26s -12s linear infinite}@keyframes fall-124{47.763%{transform:translate(50.4351vw,47.763vh) scale(.1592)}to{transform:translate(46.72395vw,99vh) scale(.1592)}}.snow:nth-child(125){opacity:.5118;transform:translate(17.016vw,-10px) scale(.4525);animation:fall-125 21s -26s linear infinite}@keyframes fall-125{79.736%{transform:translate(9.7574vw,79.736vh) scale(.4525)}to{transform:translate(13.3867vw,99vh) scale(.4525)}}.snow:nth-child(126){opacity:.3068;transform:translate(77.196vw,-10px) scale(.6821);animation:fall-126 28s -21s linear infinite}@keyframes fall-126{51.757%{transform:translate(78.244vw,51.757vh) scale(.6821)}to{transform:translate(77.72vw,99vh) scale(.6821)}}.snow:nth-child(127){opacity:1.4398;transform:translate(29.7164vw,-10px) scale(.5794);animation:fall-127 21s -14s linear infinite}@keyframes fall-127{43.327%{transform:translate(20.2921vw,43.327vh) scale(.5794)}to{transform:translate(25.00425vw,99vh) scale(.5794)}}.snow:nth-child(128){opacity:.4026;transform:translate(76.6789vw,-10px) scale(.5598);animation:fall-128 28s -20s linear infinite}@keyframes fall-128{61.8%{transform:translate(66.6895vw,61.8vh) scale(.5598)}to{transform:translate(71.6842vw,99vh) scale(.5598)}}.snow:nth-child(129){opacity:1.7796;transform:translate(64.2732vw,-10px) scale(.3087);animation:fall-129 28s -30s linear infinite}@keyframes fall-129{46.852%{transform:translate(61.7578vw,46.852vh) scale(.3087)}to{transform:translate(63.0155vw,99vh) scale(.3087)}}.snow:nth-child(130){opacity:.533;transform:translate(49.331vw,-10px) scale(.5795);animation:fall-130 18s -1s linear infinite}@keyframes fall-130{31.594%{transform:translate(59.2346vw,31.594vh) scale(.5795)}to{transform:translate(54.2828vw,99vh) scale(.5795)}}.snow:nth-child(131){opacity:.0254;transform:translate(61.4103vw,-10px) scale(.0765);animation:fall-131 28s -23s linear infinite}@keyframes fall-131{31.546%{transform:translate(66.3804vw,31.546vh) scale(.0765)}to{transform:translate(63.89535vw,99vh) scale(.0765)}}.snow:nth-child(132){opacity:1.559;transform:translate(58.5578vw,-10px) scale(.6578);animation:fall-132 12s -11s linear infinite}@keyframes fall-132{44.17%{transform:translate(51.3179vw,44.17vh) scale(.6578)}to{transform:translate(54.93785vw,99vh) scale(.6578)}}.snow:nth-child(133){opacity:1.3096;transform:translate(51.7213vw,-10px) scale(.5389);animation:fall-133 17s -8s linear infinite}@keyframes fall-133{31.984%{transform:translate(55.3441vw,31.984vh) scale(.5389)}to{transform:translate(53.5327vw,99vh) scale(.5389)}}.snow:nth-child(134){opacity:1.768;transform:translate(18.6679vw,-10px) scale(.5387);animation:fall-134 12s -6s linear infinite}@keyframes fall-134{59.304%{transform:translate(16.9361vw,59.304vh) scale(.5387)}to{transform:translate(17.802vw,99vh) scale(.5387)}}.snow:nth-child(135){opacity:.7526;transform:translate(48.4181vw,-10px) scale(.4538);animation:fall-135 15s -14s linear infinite}@keyframes fall-135{58.598%{transform:translate(46.0195vw,58.598vh) scale(.4538)}to{transform:translate(47.2188vw,99vh) scale(.4538)}}.snow:nth-child(136){opacity:1.454;transform:translate(89.3076vw,-10px) scale(.8628);animation:fall-136 20s -23s linear infinite}@keyframes fall-136{79.315%{transform:translate(92.952vw,79.315vh) scale(.8628)}to{transform:translate(91.1298vw,99vh) scale(.8628)}}.snow:nth-child(137){opacity:.1642;transform:translate(27.8646vw,-10px) scale(.0331);animation:fall-137 12s -7s linear infinite}@keyframes fall-137{67.898%{transform:translate(20.5823vw,67.898vh) scale(.0331)}to{transform:translate(24.22345vw,99vh) scale(.0331)}}.snow:nth-child(138){opacity:1.978;transform:translate(9.6967vw,-10px) scale(.7613);animation:fall-138 22s -1s linear infinite}@keyframes fall-138{68.959%{transform:translate(18.2898vw,68.959vh) scale(.7613)}to{transform:translate(13.99325vw,99vh) scale(.7613)}}.snow:nth-child(139){opacity:1.6044;transform:translate(16.6498vw,-10px) scale(.5843);animation:fall-139 14s -11s linear infinite}@keyframes fall-139{66.183%{transform:translate(7.3349vw,66.183vh) scale(.5843)}to{transform:translate(11.99235vw,99vh) scale(.5843)}}.snow:nth-child(140){opacity:1.3352;transform:translate(23.6032vw,-10px) scale(.4595);animation:fall-140 25s -18s linear infinite}@keyframes fall-140{40.849%{transform:translate(21.9074vw,40.849vh) scale(.4595)}to{transform:translate(22.7553vw,99vh) scale(.4595)}}.snow:nth-child(141){opacity:.9426;transform:translate(44.8065vw,-10px) scale(.266);animation:fall-141 29s -9s linear infinite}@keyframes fall-141{41.491%{transform:translate(52.2608vw,41.491vh) scale(.266)}to{transform:translate(48.53365vw,99vh) scale(.266)}}.snow:nth-child(142){opacity:.363;transform:translate(71.9381vw,-10px) scale(.6251);animation:fall-142 12s -5s linear infinite}@keyframes fall-142{30.142%{transform:translate(75.6789vw,30.142vh) scale(.6251)}to{transform:translate(73.8085vw,99vh) scale(.6251)}}.snow:nth-child(143){opacity:.9628;transform:translate(74.8477vw,-10px) scale(.3573);animation:fall-143 10s -29s linear infinite}@keyframes fall-143{43.334%{transform:translate(68.0948vw,43.334vh) scale(.3573)}to{transform:translate(71.47125vw,99vh) scale(.3573)}}.snow:nth-child(144){opacity:1.064;transform:translate(46.6067vw,-10px) scale(.2451);animation:fall-144 26s -9s linear infinite}@keyframes fall-144{38.092%{transform:translate(42.8173vw,38.092vh) scale(.2451)}to{transform:translate(44.712vw,99vh) scale(.2451)}}.snow:nth-child(145){opacity:.66;transform:translate(71.0204vw,-10px) scale(.0918);animation:fall-145 28s -15s linear infinite}@keyframes fall-145{73.663%{transform:translate(71.9896vw,73.663vh) scale(.0918)}to{transform:translate(71.505vw,99vh) scale(.0918)}}.snow:nth-child(146){opacity:.011;transform:translate(22.606vw,-10px) scale(.6861);animation:fall-146 18s -11s linear infinite}@keyframes fall-146{34.772%{transform:translate(28.799vw,34.772vh) scale(.6861)}to{transform:translate(25.7025vw,99vh) scale(.6861)}}.snow:nth-child(147){opacity:.1988;transform:translate(8.3699vw,-10px) scale(.7177);animation:fall-147 24s -11s linear infinite}@keyframes fall-147{73.408%{transform:translate(9.0738vw,73.408vh) scale(.7177)}to{transform:translate(8.72185vw,99vh) scale(.7177)}}.snow:nth-child(148){opacity:.9476;transform:translate(22.7777vw,-10px) scale(.6494);animation:fall-148 22s -18s linear infinite}@keyframes fall-148{35.949%{transform:translate(21.978vw,35.949vh) scale(.6494)}to{transform:translate(22.37785vw,99vh) scale(.6494)}}.snow:nth-child(149){opacity:.6056;transform:translate(26.3986vw,-10px) scale(.0175);animation:fall-149 19s -1s linear infinite}@keyframes fall-149{31.58%{transform:translate(27.5707vw,31.58vh) scale(.0175)}to{transform:translate(26.98465vw,99vh) scale(.0175)}}.snow:nth-child(150){opacity:1.772;transform:translate(28.7842vw,-10px) scale(.7788);animation:fall-150 19s -7s linear infinite}@keyframes fall-150{62.564%{transform:translate(23.6352vw,62.564vh) scale(.7788)}to{transform:translate(26.2097vw,99vh) scale(.7788)}}.snow:nth-child(151){opacity:1.7268;transform:translate(52.2vw,-10px) scale(.6664);animation:fall-151 25s -13s linear infinite}@keyframes fall-151{37.381%{transform:translate(44.5567vw,37.381vh) scale(.6664)}to{transform:translate(48.37835vw,99vh) scale(.6664)}}.snow:nth-child(152){opacity:.1802;transform:translate(79.3732vw,-10px) scale(.3759);animation:fall-152 22s -18s linear infinite}@keyframes fall-152{60.03%{transform:translate(75.4134vw,60.03vh) scale(.3759)}to{transform:translate(77.3933vw,99vh) scale(.3759)}}.snow:nth-child(153){opacity:1.1096;transform:translate(36.426vw,-10px) scale(.4943);animation:fall-153 19s -18s linear infinite}@keyframes fall-153{62.013%{transform:translate(32.1806vw,62.013vh) scale(.4943)}to{transform:translate(34.3033vw,99vh) scale(.4943)}}.snow:nth-child(154){opacity:.1444;transform:translate(25.9583vw,-10px) scale(.5288);animation:fall-154 29s -20s linear infinite}@keyframes fall-154{63.981%{transform:translate(33.8168vw,63.981vh) scale(.5288)}to{transform:translate(29.88755vw,99vh) scale(.5288)}}.snow:nth-child(155){opacity:1.3496;transform:translate(56.1108vw,-10px) scale(.4172);animation:fall-155 12s -10s linear infinite}@keyframes fall-155{45.194%{transform:translate(54.2654vw,45.194vh) scale(.4172)}to{transform:translate(55.1881vw,99vh) scale(.4172)}}.snow:nth-child(156){opacity:.507;transform:translate(84.5398vw,-10px) scale(.6988);animation:fall-156 17s -17s linear infinite}@keyframes fall-156{52.513%{transform:translate(77.7005vw,52.513vh) scale(.6988)}to{transform:translate(81.12015vw,99vh) scale(.6988)}}.snow:nth-child(157){opacity:.9552;transform:translate(54.3718vw,-10px) scale(.3009);animation:fall-157 14s -22s linear infinite}@keyframes fall-157{48.944%{transform:translate(51.9441vw,48.944vh) scale(.3009)}to{transform:translate(53.15795vw,99vh) scale(.3009)}}.snow:nth-child(158){opacity:.695;transform:translate(16.7434vw,-10px) scale(.8593);animation:fall-158 27s -8s linear infinite}@keyframes fall-158{40.12%{transform:translate(22.5155vw,40.12vh) scale(.8593)}to{transform:translate(19.62945vw,99vh) scale(.8593)}}.snow:nth-child(159){opacity:.879;transform:translate(96.6652vw,-10px) scale(.7101);animation:fall-159 28s -11s linear infinite}@keyframes fall-159{30.304%{transform:translate(98.2993vw,30.304vh) scale(.7101)}to{transform:translate(97.48225vw,99vh) scale(.7101)}}.snow:nth-child(160){opacity:1.5466;transform:translate(46.8578vw,-10px) scale(.2059);animation:fall-160 29s -12s linear infinite}@keyframes fall-160{79.768%{transform:translate(45.0665vw,79.768vh) scale(.2059)}to{transform:translate(45.96215vw,99vh) scale(.2059)}}.snow:nth-child(161){opacity:1.092;transform:translate(93.0508vw,-10px) scale(.7533);animation:fall-161 19s -26s linear infinite}@keyframes fall-161{31.988%{transform:translate(84.6695vw,31.988vh) scale(.7533)}to{transform:translate(88.86015vw,99vh) scale(.7533)}}.snow:nth-child(162){opacity:1.7584;transform:translate(58.5529vw,-10px) scale(.4773);animation:fall-162 17s -29s linear infinite}@keyframes fall-162{56.704%{transform:translate(55.059vw,56.704vh) scale(.4773)}to{transform:translate(56.80595vw,99vh) scale(.4773)}}.snow:nth-child(163){opacity:.3102;transform:translate(20.6598vw,-10px) scale(.5705);animation:fall-163 11s -8s linear infinite}@keyframes fall-163{56.514%{transform:translate(29.17vw,56.514vh) scale(.5705)}to{transform:translate(24.9149vw,99vh) scale(.5705)}}.snow:nth-child(164){opacity:.0774;transform:translate(85.1993vw,-10px) scale(.9722);animation:fall-164 23s -15s linear infinite}@keyframes fall-164{70.696%{transform:translate(91.2046vw,70.696vh) scale(.9722)}to{transform:translate(88.20195vw,99vh) scale(.9722)}}.snow:nth-child(165){opacity:1.1034;transform:translate(5.5913vw,-10px) scale(.69);animation:fall-165 14s -24s linear infinite}@keyframes fall-165{61.404%{transform:translate(.3191vw,61.404vh) scale(.69)}to{transform:translate(2.9552vw,99vh) scale(.69)}}.snow:nth-child(166){opacity:1.9438;transform:translate(98.5271vw,-10px) scale(.9642);animation:fall-166 21s -13s linear infinite}@keyframes fall-166{61.138%{transform:translate(91.8043vw,61.138vh) scale(.9642)}to{transform:translate(95.1657vw,99vh) scale(.9642)}}.snow:nth-child(167){opacity:1.7304;transform:translate(30.5108vw,-10px) scale(.7761);animation:fall-167 23s -20s linear infinite}@keyframes fall-167{78.03%{transform:translate(30.1632vw,78.03vh) scale(.7761)}to{transform:translate(30.337vw,99vh) scale(.7761)}}.snow:nth-child(168){opacity:.7894;transform:translate(46.6523vw,-10px) scale(.6173);animation:fall-168 19s -25s linear infinite}@keyframes fall-168{77.45%{transform:translate(55.39vw,77.45vh) scale(.6173)}to{transform:translate(51.02115vw,99vh) scale(.6173)}}.snow:nth-child(169){opacity:.6532;transform:translate(43.0837vw,-10px) scale(.3493);animation:fall-169 26s -27s linear infinite}@keyframes fall-169{56.119%{transform:translate(35.3082vw,56.119vh) scale(.3493)}to{transform:translate(39.19595vw,99vh) scale(.3493)}}.snow:nth-child(170){opacity:.3176;transform:translate(97.8325vw,-10px) scale(.1183);animation:fall-170 21s -21s linear infinite}@keyframes fall-170{53.888%{transform:translate(102.3764vw,53.888vh) scale(.1183)}to{transform:translate(100.10445vw,99vh) scale(.1183)}}.snow:nth-child(171){opacity:.7148;transform:translate(22.014vw,-10px) scale(.0807);animation:fall-171 13s -3s linear infinite}@keyframes fall-171{49.87%{transform:translate(19.5189vw,49.87vh) scale(.0807)}to{transform:translate(20.76645vw,99vh) scale(.0807)}}.snow:nth-child(172){opacity:.084;transform:translate(60.7466vw,-10px) scale(.1967);animation:fall-172 16s -10s linear infinite}@keyframes fall-172{53.186%{transform:translate(58.1474vw,53.186vh) scale(.1967)}to{transform:translate(59.447vw,99vh) scale(.1967)}}.snow:nth-child(173){opacity:.1266;transform:translate(54.8336vw,-10px) scale(.4366);animation:fall-173 13s -7s linear infinite}@keyframes fall-173{39.863%{transform:translate(56.623vw,39.863vh) scale(.4366)}to{transform:translate(55.7283vw,99vh) scale(.4366)}}.snow:nth-child(174){opacity:1.3128;transform:translate(15.8357vw,-10px) scale(.3466);animation:fall-174 27s -14s linear infinite}@keyframes fall-174{38.415%{transform:translate(22.6483vw,38.415vh) scale(.3466)}to{transform:translate(19.242vw,99vh) scale(.3466)}}.snow:nth-child(175){opacity:1.62;transform:translate(30.9455vw,-10px) scale(.0491);animation:fall-175 15s -10s linear infinite}@keyframes fall-175{69.692%{transform:translate(27.0513vw,69.692vh) scale(.0491)}to{transform:translate(28.9984vw,99vh) scale(.0491)}}.snow:nth-child(176){opacity:.6496;transform:translate(43.4879vw,-10px) scale(.9745);animation:fall-176 19s -8s linear infinite}@keyframes fall-176{41.135%{transform:translate(47.4791vw,41.135vh) scale(.9745)}to{transform:translate(45.4835vw,99vh) scale(.9745)}}.snow:nth-child(177){opacity:.987;transform:translate(65.5382vw,-10px) scale(.8836);animation:fall-177 14s -12s linear infinite}@keyframes fall-177{37.079%{transform:translate(58.413vw,37.079vh) scale(.8836)}to{transform:translate(61.9756vw,99vh) scale(.8836)}}.snow:nth-child(178){opacity:1.5676;transform:translate(11.7565vw,-10px) scale(.0006);animation:fall-178 10s -26s linear infinite}@keyframes fall-178{41.139%{transform:translate(7.223vw,41.139vh) scale(.0006)}to{transform:translate(9.48975vw,99vh) scale(.0006)}}.snow:nth-child(179){opacity:.833;transform:translate(47.2848vw,-10px) scale(.0894);animation:fall-179 20s -18s linear infinite}@keyframes fall-179{44.82%{transform:translate(53.3339vw,44.82vh) scale(.0894)}to{transform:translate(50.30935vw,99vh) scale(.0894)}}.snow:nth-child(180){opacity:1.8572;transform:translate(52.3717vw,-10px) scale(.7714);animation:fall-180 16s -30s linear infinite}@keyframes fall-180{48.728%{transform:translate(61.8768vw,48.728vh) scale(.7714)}to{transform:translate(57.12425vw,99vh) scale(.7714)}}.snow:nth-child(181){opacity:1.2922;transform:translate(55.31vw,-10px) scale(.7819);animation:fall-181 24s -9s linear infinite}@keyframes fall-181{67.024%{transform:translate(63.8808vw,67.024vh) scale(.7819)}to{transform:translate(59.5954vw,99vh) scale(.7819)}}.snow:nth-child(182){opacity:1.7402;transform:translate(27.2929vw,-10px) scale(.43);animation:fall-182 20s -10s linear infinite}@keyframes fall-182{61.205%{transform:translate(18.6619vw,61.205vh) scale(.43)}to{transform:translate(22.9774vw,99vh) scale(.43)}}.snow:nth-child(183){opacity:1.5172;transform:translate(19.5751vw,-10px) scale(.5025);animation:fall-183 30s -8s linear infinite}@keyframes fall-183{49.22%{transform:translate(21.074vw,49.22vh) scale(.5025)}to{transform:translate(20.32455vw,99vh) scale(.5025)}}.snow:nth-child(184){opacity:1.326;transform:translate(5.5179vw,-10px) scale(.2158);animation:fall-184 26s -26s linear infinite}@keyframes fall-184{55.434%{transform:translate(8.9446vw,55.434vh) scale(.2158)}to{transform:translate(7.23125vw,99vh) scale(.2158)}}.snow:nth-child(185){opacity:1.8968;transform:translate(8.1435vw,-10px) scale(.4834);animation:fall-185 21s -6s linear infinite}@keyframes fall-185{75.198%{transform:translate(7.1195vw,75.198vh) scale(.4834)}to{transform:translate(7.6315vw,99vh) scale(.4834)}}.snow:nth-child(186){opacity:1.1462;transform:translate(73.4596vw,-10px) scale(.2847);animation:fall-186 23s -13s linear infinite}@keyframes fall-186{62.295%{transform:translate(82.2665vw,62.295vh) scale(.2847)}to{transform:translate(77.86305vw,99vh) scale(.2847)}}.snow:nth-child(187){opacity:1.5186;transform:translate(73.271vw,-10px) scale(.3712);animation:fall-187 17s -12s linear infinite}@keyframes fall-187{54.946%{transform:translate(69.5424vw,54.946vh) scale(.3712)}to{transform:translate(71.4067vw,99vh) scale(.3712)}}.snow:nth-child(188){opacity:1.9634;transform:translate(59.4554vw,-10px) scale(.6194);animation:fall-188 29s -10s linear infinite}@keyframes fall-188{50.836%{transform:translate(65.9831vw,50.836vh) scale(.6194)}to{transform:translate(62.71925vw,99vh) scale(.6194)}}.snow:nth-child(189){opacity:.3814;transform:translate(14.6428vw,-10px) scale(.9124);animation:fall-189 30s -1s linear infinite}@keyframes fall-189{38.569%{transform:translate(11.6572vw,38.569vh) scale(.9124)}to{transform:translate(13.15vw,99vh) scale(.9124)}}.snow:nth-child(190){opacity:.8112;transform:translate(70.769vw,-10px) scale(.8793);animation:fall-190 23s -21s linear infinite}@keyframes fall-190{38.117%{transform:translate(71.2354vw,38.117vh) scale(.8793)}to{transform:translate(71.0022vw,99vh) scale(.8793)}}.snow:nth-child(191){opacity:1.651;transform:translate(21.4255vw,-10px) scale(.025);animation:fall-191 23s -5s linear infinite}@keyframes fall-191{30.316%{transform:translate(20.5538vw,30.316vh) scale(.025)}to{transform:translate(20.98965vw,99vh) scale(.025)}}.snow:nth-child(192){opacity:.521;transform:translate(1.7249vw,-10px) scale(.8787);animation:fall-192 13s -21s linear infinite}@keyframes fall-192{51.931%{transform:translate(-4.1996vw,51.931vh) scale(.8787)}to{transform:translate(-1.23735vw,99vh) scale(.8787)}}.snow:nth-child(193){opacity:.3088;transform:translate(47.8527vw,-10px) scale(.1968);animation:fall-193 23s -4s linear infinite}@keyframes fall-193{65.808%{transform:translate(39.3326vw,65.808vh) scale(.1968)}to{transform:translate(43.59265vw,99vh) scale(.1968)}}.snow:nth-child(194){opacity:.268;transform:translate(93.258vw,-10px) scale(.1303);animation:fall-194 26s -9s linear infinite}@keyframes fall-194{45.875%{transform:translate(85.8888vw,45.875vh) scale(.1303)}to{transform:translate(89.5734vw,99vh) scale(.1303)}}.snow:nth-child(195){opacity:.9024;transform:translate(75.6861vw,-10px) scale(.7607);animation:fall-195 24s -21s linear infinite}@keyframes fall-195{46.958%{transform:translate(83.5529vw,46.958vh) scale(.7607)}to{transform:translate(79.6195vw,99vh) scale(.7607)}}.snow:nth-child(196){opacity:.077;transform:translate(8.2021vw,-10px) scale(.9073);animation:fall-196 18s -22s linear infinite}@keyframes fall-196{35.979%{transform:translate(-1.615vw,35.979vh) scale(.9073)}to{transform:translate(3.29355vw,99vh) scale(.9073)}}.snow:nth-child(197){opacity:.9356;transform:translate(12.9535vw,-10px) scale(.3686);animation:fall-197 21s -16s linear infinite}@keyframes fall-197{47.526%{transform:translate(16.9142vw,47.526vh) scale(.3686)}to{transform:translate(14.93385vw,99vh) scale(.3686)}}.snow:nth-child(198){opacity:1.6714;transform:translate(51.6493vw,-10px) scale(.6378);animation:fall-198 11s -4s linear infinite}@keyframes fall-198{79.121%{transform:translate(54.8216vw,79.121vh) scale(.6378)}to{transform:translate(53.23545vw,99vh) scale(.6378)}}.snow:nth-child(199){opacity:1.4118;transform:translate(37.3887vw,-10px) scale(.2465);animation:fall-199 14s -12s linear infinite}@keyframes fall-199{53.883%{transform:translate(41.9937vw,53.883vh) scale(.2465)}to{transform:translate(39.6912vw,99vh) scale(.2465)}}.snow:nth-child(200){opacity:.4618;transform:translate(22.4632vw,-10px) scale(.854);animation:fall-200 15s -10s linear infinite}@keyframes fall-200{35.606%{transform:translate(15.6676vw,35.606vh) scale(.854)}to{transform:translate(19.0654vw,99vh) scale(.854)}}.snow:nth-child(201){opacity:.3784;transform:translate(66.0592vw,-10px) scale(.1505);animation:fall-201 26s -12s linear infinite}@keyframes fall-201{34.902%{transform:translate(74.5298vw,34.902vh) scale(.1505)}to{transform:translate(70.2945vw,99vh) scale(.1505)}}.snow:nth-child(202){opacity:.59;transform:translate(97.4863vw,-10px) scale(.6947);animation:fall-202 26s -18s linear infinite}@keyframes fall-202{32.288%{transform:translate(97.829vw,32.288vh) scale(.6947)}to{transform:translate(97.65765vw,99vh) scale(.6947)}}.snow:nth-child(203){opacity:.2908;transform:translate(22.5649vw,-10px) scale(.3043);animation:fall-203 30s -15s linear infinite}@keyframes fall-203{71.048%{transform:translate(19.7222vw,71.048vh) scale(.3043)}to{transform:translate(21.14355vw,99vh) scale(.3043)}}.snow:nth-child(204){opacity:.1282;transform:translate(19.0929vw,-10px) scale(.2859);animation:fall-204 24s -10s linear infinite}@keyframes fall-204{69.933%{transform:translate(23.5599vw,69.933vh) scale(.2859)}to{transform:translate(21.3264vw,99vh) scale(.2859)}}.snow:nth-child(205){opacity:1.6518;transform:translate(37.9408vw,-10px) scale(.9623);animation:fall-205 16s -6s linear infinite}@keyframes fall-205{43.548%{transform:translate(30.1167vw,43.548vh) scale(.9623)}to{transform:translate(34.02875vw,99vh) scale(.9623)}}.snow:nth-child(206){opacity:.0774;transform:translate(71.5861vw,-10px) scale(.6148);animation:fall-206 25s -11s linear infinite}@keyframes fall-206{48.338%{transform:translate(66.4338vw,48.338vh) scale(.6148)}to{transform:translate(69.00995vw,99vh) scale(.6148)}}.snow:nth-child(207){opacity:.2096;transform:translate(39.2133vw,-10px) scale(.8402);animation:fall-207 25s -14s linear infinite}@keyframes fall-207{43.992%{transform:translate(37.8842vw,43.992vh) scale(.8402)}to{transform:translate(38.54875vw,99vh) scale(.8402)}}.snow:nth-child(208){opacity:.507;transform:translate(51.9445vw,-10px) scale(.4117);animation:fall-208 11s -28s linear infinite}@keyframes fall-208{30.086%{transform:translate(53.5892vw,30.086vh) scale(.4117)}to{transform:translate(52.76685vw,99vh) scale(.4117)}}.snow:nth-child(209){opacity:1.7716;transform:translate(26.6805vw,-10px) scale(.3784);animation:fall-209 20s -6s linear infinite}@keyframes fall-209{72%{transform:translate(26.4669vw,72vh) scale(.3784)}to{transform:translate(26.5737vw,99vh) scale(.3784)}}.snow:nth-child(210){opacity:1.5984;transform:translate(95.1104vw,-10px) scale(.6828);animation:fall-210 11s -28s linear infinite}@keyframes fall-210{41.699%{transform:translate(100.1365vw,41.699vh) scale(.6828)}to{transform:translate(97.62345vw,99vh) scale(.6828)}}.snow:nth-child(211){opacity:.5334;transform:translate(2.4721vw,-10px) scale(.2635);animation:fall-211 13s -25s linear infinite}@keyframes fall-211{47.025%{transform:translate(5.2119vw,47.025vh) scale(.2635)}to{transform:translate(3.842vw,99vh) scale(.2635)}}.snow:nth-child(212){opacity:1.11;transform:translate(27.6301vw,-10px) scale(.1515);animation:fall-212 29s -24s linear infinite}@keyframes fall-212{37.693%{transform:translate(17.7683vw,37.693vh) scale(.1515)}to{transform:translate(22.6992vw,99vh) scale(.1515)}}.snow:nth-child(213){opacity:.547;transform:translate(51.1483vw,-10px) scale(.3747);animation:fall-213 27s -22s linear infinite}@keyframes fall-213{74.984%{transform:translate(55.1716vw,74.984vh) scale(.3747)}to{transform:translate(53.15995vw,99vh) scale(.3747)}}.snow:nth-child(214){opacity:1.7866;transform:translate(1.9727vw,-10px) scale(.7077);animation:fall-214 19s -30s linear infinite}@keyframes fall-214{55.88%{transform:translate(7.1191vw,55.88vh) scale(.7077)}to{transform:translate(4.5459vw,99vh) scale(.7077)}}.snow:nth-child(215){opacity:1.6908;transform:translate(8.324vw,-10px) scale(.033);animation:fall-215 24s -27s linear infinite}@keyframes fall-215{36.578%{transform:translate(8.2688vw,36.578vh) scale(.033)}to{transform:translate(8.2964vw,99vh) scale(.033)}}.snow:nth-child(216){opacity:1.0868;transform:translate(82.2962vw,-10px) scale(.2945);animation:fall-216 26s -5s linear infinite}@keyframes fall-216{50.673%{transform:translate(89.1317vw,50.673vh) scale(.2945)}to{transform:translate(85.71395vw,99vh) scale(.2945)}}.snow:nth-child(217){opacity:.6796;transform:translate(11.1807vw,-10px) scale(.7182);animation:fall-217 18s -4s linear infinite}@keyframes fall-217{44.692%{transform:translate(16.7924vw,44.692vh) scale(.7182)}to{transform:translate(13.98655vw,99vh) scale(.7182)}}.snow:nth-child(218){opacity:1.039;transform:translate(61.5813vw,-10px) scale(.2612);animation:fall-218 16s -13s linear infinite}@keyframes fall-218{40.473%{transform:translate(59.2141vw,40.473vh) scale(.2612)}to{transform:translate(60.3977vw,99vh) scale(.2612)}}.snow:nth-child(219){opacity:1.2758;transform:translate(15.5401vw,-10px) scale(.9745);animation:fall-219 15s -25s linear infinite}@keyframes fall-219{38.887%{transform:translate(15.4715vw,38.887vh) scale(.9745)}to{transform:translate(15.5058vw,99vh) scale(.9745)}}.snow:nth-child(220){opacity:1.7776;transform:translate(34.1928vw,-10px) scale(.1635);animation:fall-220 10s -9s linear infinite}@keyframes fall-220{52.973%{transform:translate(36.6429vw,52.973vh) scale(.1635)}to{transform:translate(35.41785vw,99vh) scale(.1635)}}.snow:nth-child(221){opacity:1.8504;transform:translate(56.4966vw,-10px) scale(.2008);animation:fall-221 14s -21s linear infinite}@keyframes fall-221{78.156%{transform:translate(57.1008vw,78.156vh) scale(.2008)}to{transform:translate(56.7987vw,99vh) scale(.2008)}}.snow:nth-child(222){opacity:.4394;transform:translate(67.2256vw,-10px) scale(.6473);animation:fall-222 20s -22s linear infinite}@keyframes fall-222{66.696%{transform:translate(61.2652vw,66.696vh) scale(.6473)}to{transform:translate(64.2454vw,99vh) scale(.6473)}}.snow:nth-child(223){opacity:1.5598;transform:translate(53.4323vw,-10px) scale(.5782);animation:fall-223 22s -8s linear infinite}@keyframes fall-223{77.664%{transform:translate(44.8428vw,77.664vh) scale(.5782)}to{transform:translate(49.13755vw,99vh) scale(.5782)}}.snow:nth-child(224){opacity:.6788;transform:translate(22.557vw,-10px) scale(.4799);animation:fall-224 24s -6s linear infinite}@keyframes fall-224{63.793%{transform:translate(30.569vw,63.793vh) scale(.4799)}to{transform:translate(26.563vw,99vh) scale(.4799)}}.snow:nth-child(225){opacity:.9308;transform:translate(33.8384vw,-10px) scale(.9457);animation:fall-225 14s -15s linear infinite}@keyframes fall-225{59.594%{transform:translate(36.8385vw,59.594vh) scale(.9457)}to{transform:translate(35.33845vw,99vh) scale(.9457)}}.snow:nth-child(226){opacity:.4814;transform:translate(68.2366vw,-10px) scale(.4488);animation:fall-226 14s -20s linear infinite}@keyframes fall-226{45.002%{transform:translate(70.2598vw,45.002vh) scale(.4488)}to{transform:translate(69.2482vw,99vh) scale(.4488)}}.snow:nth-child(227){opacity:1.8418;transform:translate(.3951vw,-10px) scale(.2032);animation:fall-227 11s -19s linear infinite}@keyframes fall-227{72.945%{transform:translate(-8.3473vw,72.945vh) scale(.2032)}to{transform:translate(-3.9761vw,99vh) scale(.2032)}}.snow:nth-child(228){opacity:.1872;transform:translate(17.7274vw,-10px) scale(.4934);animation:fall-228 18s -15s linear infinite}@keyframes fall-228{38.243%{transform:translate(21.7019vw,38.243vh) scale(.4934)}to{transform:translate(19.71465vw,99vh) scale(.4934)}}.snow:nth-child(229){opacity:1.1796;transform:translate(85.3024vw,-10px) scale(.0125);animation:fall-229 12s -15s linear infinite}@keyframes fall-229{67.385%{transform:translate(90.5479vw,67.385vh) scale(.0125)}to{transform:translate(87.92515vw,99vh) scale(.0125)}}.snow:nth-child(230){opacity:.7656;transform:translate(65.3041vw,-10px) scale(.0634);animation:fall-230 25s -15s linear infinite}@keyframes fall-230{49.499%{transform:translate(66.366vw,49.499vh) scale(.0634)}to{transform:translate(65.83505vw,99vh) scale(.0634)}}.snow:nth-child(231){opacity:1.7092;transform:translate(74.0095vw,-10px) scale(.249);animation:fall-231 10s -18s linear infinite}@keyframes fall-231{55.189%{transform:translate(79.9159vw,55.189vh) scale(.249)}to{transform:translate(76.9627vw,99vh) scale(.249)}}.snow:nth-child(232){opacity:.7426;transform:translate(43.9804vw,-10px) scale(.7219);animation:fall-232 26s -22s linear infinite}@keyframes fall-232{31.58%{transform:translate(38.0096vw,31.58vh) scale(.7219)}to{transform:translate(40.995vw,99vh) scale(.7219)}}.snow:nth-child(233){opacity:1.734;transform:translate(23.7331vw,-10px) scale(.2449);animation:fall-233 20s -16s linear infinite}@keyframes fall-233{57.365%{transform:translate(23.7369vw,57.365vh) scale(.2449)}to{transform:translate(23.735vw,99vh) scale(.2449)}}.snow:nth-child(234){opacity:.7138;transform:translate(20.3122vw,-10px) scale(.3437);animation:fall-234 13s -8s linear infinite}@keyframes fall-234{44.368%{transform:translate(23.3966vw,44.368vh) scale(.3437)}to{transform:translate(21.8544vw,99vh) scale(.3437)}}.snow:nth-child(235){opacity:.8136;transform:translate(49.3876vw,-10px) scale(.0275);animation:fall-235 17s -29s linear infinite}@keyframes fall-235{68.387%{transform:translate(51.8903vw,68.387vh) scale(.0275)}to{transform:translate(50.63895vw,99vh) scale(.0275)}}.snow:nth-child(236){opacity:.2818;transform:translate(96.2144vw,-10px) scale(.1339);animation:fall-236 15s -6s linear infinite}@keyframes fall-236{57.928%{transform:translate(94.6709vw,57.928vh) scale(.1339)}to{transform:translate(95.44265vw,99vh) scale(.1339)}}.snow:nth-child(237){opacity:1.661;transform:translate(51.5691vw,-10px) scale(.4028);animation:fall-237 26s -1s linear infinite}@keyframes fall-237{75.832%{transform:translate(52.3404vw,75.832vh) scale(.4028)}to{transform:translate(51.95475vw,99vh) scale(.4028)}}.snow:nth-child(238){opacity:1.0986;transform:translate(74.3802vw,-10px) scale(.5434);animation:fall-238 23s -11s linear infinite}@keyframes fall-238{68.393%{transform:translate(79.3457vw,68.393vh) scale(.5434)}to{transform:translate(76.86295vw,99vh) scale(.5434)}}.snow:nth-child(239){opacity:1.9992;transform:translate(58.9262vw,-10px) scale(.5845);animation:fall-239 21s -24s linear infinite}@keyframes fall-239{34.95%{transform:translate(59.0371vw,34.95vh) scale(.5845)}to{transform:translate(58.98165vw,99vh) scale(.5845)}}.snow:nth-child(240){opacity:1.6454;transform:translate(76.7635vw,-10px) scale(.1743);animation:fall-240 11s -17s linear infinite}@keyframes fall-240{30.162%{transform:translate(68.9813vw,30.162vh) scale(.1743)}to{transform:translate(72.8724vw,99vh) scale(.1743)}}.snow:nth-child(241){opacity:1.4968;transform:translate(15.047vw,-10px) scale(.9124);animation:fall-241 26s -28s linear infinite}@keyframes fall-241{41.352%{transform:translate(18.1805vw,41.352vh) scale(.9124)}to{transform:translate(16.61375vw,99vh) scale(.9124)}}.snow:nth-child(242){opacity:.1408;transform:translate(41.7905vw,-10px) scale(.4174);animation:fall-242 16s -1s linear infinite}@keyframes fall-242{65.708%{transform:translate(41.479vw,65.708vh) scale(.4174)}to{transform:translate(41.63475vw,99vh) scale(.4174)}}.snow:nth-child(243){opacity:1.6626;transform:translate(59.5894vw,-10px) scale(.9772);animation:fall-243 26s -13s linear infinite}@keyframes fall-243{75.773%{transform:translate(67.0281vw,75.773vh) scale(.9772)}to{transform:translate(63.30875vw,99vh) scale(.9772)}}.snow:nth-child(244){opacity:.7206;transform:translate(33.8672vw,-10px) scale(.3556);animation:fall-244 17s -30s linear infinite}@keyframes fall-244{31.788%{transform:translate(28.7852vw,31.788vh) scale(.3556)}to{transform:translate(31.3262vw,99vh) scale(.3556)}}.snow:nth-child(245){opacity:.1782;transform:translate(94.8664vw,-10px) scale(.8633);animation:fall-245 24s -26s linear infinite}@keyframes fall-245{67.168%{transform:translate(94.8703vw,67.168vh) scale(.8633)}to{transform:translate(94.86835vw,99vh) scale(.8633)}}.snow:nth-child(246){opacity:1.9632;transform:translate(43.5037vw,-10px) scale(.0726);animation:fall-246 21s -30s linear infinite}@keyframes fall-246{40.871%{transform:translate(38.9009vw,40.871vh) scale(.0726)}to{transform:translate(41.2023vw,99vh) scale(.0726)}}.snow:nth-child(247){opacity:1.1754;transform:translate(23.5461vw,-10px) scale(.1632);animation:fall-247 25s -21s linear infinite}@keyframes fall-247{79.103%{transform:translate(32.7611vw,79.103vh) scale(.1632)}to{transform:translate(28.1536vw,99vh) scale(.1632)}}.snow:nth-child(248){opacity:1.6938;transform:translate(47.8306vw,-10px) scale(.5043);animation:fall-248 11s -29s linear infinite}@keyframes fall-248{45.798%{transform:translate(48.7792vw,45.798vh) scale(.5043)}to{transform:translate(48.3049vw,99vh) scale(.5043)}}.snow:nth-child(249){opacity:.6642;transform:translate(45.6394vw,-10px) scale(.7768);animation:fall-249 20s -1s linear infinite}@keyframes fall-249{44.869%{transform:translate(41.4142vw,44.869vh) scale(.7768)}to{transform:translate(43.5268vw,99vh) scale(.7768)}}.snow:nth-child(250){opacity:.644;transform:translate(82.795vw,-10px) scale(.2909);animation:fall-250 23s -6s linear infinite}@keyframes fall-250{40.856%{transform:translate(80.3246vw,40.856vh) scale(.2909)}to{transform:translate(81.5598vw,99vh) scale(.2909)}}.snow:nth-child(251){opacity:.6378;transform:translate(66.8559vw,-10px) scale(.1821);animation:fall-251 20s -30s linear infinite}@keyframes fall-251{71.025%{transform:translate(72.4655vw,71.025vh) scale(.1821)}to{transform:translate(69.6607vw,99vh) scale(.1821)}}.snow:nth-child(252){opacity:1.3002;transform:translate(82.3509vw,-10px) scale(.6266);animation:fall-252 27s -1s linear infinite}@keyframes fall-252{48.43%{transform:translate(91.92vw,48.43vh) scale(.6266)}to{transform:translate(87.13545vw,99vh) scale(.6266)}}.snow:nth-child(253){opacity:.7522;transform:translate(99.3281vw,-10px) scale(.7826);animation:fall-253 14s -7s linear infinite}@keyframes fall-253{79.326%{transform:translate(97.0297vw,79.326vh) scale(.7826)}to{transform:translate(98.1789vw,99vh) scale(.7826)}}.snow:nth-child(254){opacity:.3904;transform:translate(34.6868vw,-10px) scale(.0701);animation:fall-254 26s -18s linear infinite}@keyframes fall-254{34.839%{transform:translate(27.0277vw,34.839vh) scale(.0701)}to{transform:translate(30.85725vw,99vh) scale(.0701)}}.snow:nth-child(255){opacity:.085;transform:translate(50.9462vw,-10px) scale(.3993);animation:fall-255 27s -5s linear infinite}@keyframes fall-255{31.52%{transform:translate(58.9295vw,31.52vh) scale(.3993)}to{transform:translate(54.93785vw,99vh) scale(.3993)}}.snow:nth-child(256){opacity:1.1978;transform:translate(63.0952vw,-10px) scale(.9288);animation:fall-256 20s -11s linear infinite}@keyframes fall-256{38.434%{transform:translate(56.8336vw,38.434vh) scale(.9288)}to{transform:translate(59.9644vw,99vh) scale(.9288)}}.snow:nth-child(257){opacity:1.8304;transform:translate(49.9416vw,-10px) scale(.7438);animation:fall-257 17s -19s linear infinite}@keyframes fall-257{74.948%{transform:translate(40.473vw,74.948vh) scale(.7438)}to{transform:translate(45.2073vw,99vh) scale(.7438)}}.snow:nth-child(258){opacity:.942;transform:translate(67.7442vw,-10px) scale(.1234);animation:fall-258 10s -12s linear infinite}@keyframes fall-258{57.457%{transform:translate(72.1077vw,57.457vh) scale(.1234)}to{transform:translate(69.92595vw,99vh) scale(.1234)}}.snow:nth-child(259){opacity:1.7664;transform:translate(41.8909vw,-10px) scale(.4679);animation:fall-259 13s -2s linear infinite}@keyframes fall-259{56.125%{transform:translate(32.8097vw,56.125vh) scale(.4679)}to{transform:translate(37.3503vw,99vh) scale(.4679)}}.snow:nth-child(260){opacity:.6152;transform:translate(59.8786vw,-10px) scale(.3421);animation:fall-260 24s -1s linear infinite}@keyframes fall-260{36.145%{transform:translate(57.3616vw,36.145vh) scale(.3421)}to{transform:translate(58.6201vw,99vh) scale(.3421)}}.snow:nth-child(261){opacity:1.3294;transform:translate(81.9126vw,-10px) scale(.7612);animation:fall-261 25s -16s linear infinite}@keyframes fall-261{69.139%{transform:translate(73.3837vw,69.139vh) scale(.7612)}to{transform:translate(77.64815vw,99vh) scale(.7612)}}.snow:nth-child(262){opacity:1.6734;transform:translate(75.5049vw,-10px) scale(.2774);animation:fall-262 12s -7s linear infinite}@keyframes fall-262{70.88%{transform:translate(68.9949vw,70.88vh) scale(.2774)}to{transform:translate(72.2499vw,99vh) scale(.2774)}}.snow:nth-child(263){opacity:1.9996;transform:translate(55.4133vw,-10px) scale(.4948);animation:fall-263 16s -19s linear infinite}@keyframes fall-263{71.468%{transform:translate(64.7967vw,71.468vh) scale(.4948)}to{transform:translate(60.105vw,99vh) scale(.4948)}}.snow:nth-child(264){opacity:.996;transform:translate(26.3352vw,-10px) scale(.2619);animation:fall-264 25s -19s linear infinite}@keyframes fall-264{37.252%{transform:translate(27.6652vw,37.252vh) scale(.2619)}to{transform:translate(27.0002vw,99vh) scale(.2619)}}.snow:nth-child(265){opacity:1.705;transform:translate(93.1777vw,-10px) scale(.558);animation:fall-265 20s -22s linear infinite}@keyframes fall-265{73.558%{transform:translate(85.221vw,73.558vh) scale(.558)}to{transform:translate(89.19935vw,99vh) scale(.558)}}.snow:nth-child(266){opacity:1.7882;transform:translate(9.5916vw,-10px) scale(.5545);animation:fall-266 23s -3s linear infinite}@keyframes fall-266{66.453%{transform:translate(19.2662vw,66.453vh) scale(.5545)}to{transform:translate(14.4289vw,99vh) scale(.5545)}}.snow:nth-child(267){opacity:1.8732;transform:translate(87.7821vw,-10px) scale(.6906);animation:fall-267 22s -27s linear infinite}@keyframes fall-267{44.442%{transform:translate(86.0504vw,44.442vh) scale(.6906)}to{transform:translate(86.91625vw,99vh) scale(.6906)}}.snow:nth-child(268){opacity:1.2526;transform:translate(40.6352vw,-10px) scale(.2678);animation:fall-268 19s -20s linear infinite}@keyframes fall-268{49.818%{transform:translate(45.9841vw,49.818vh) scale(.2678)}to{transform:translate(43.30965vw,99vh) scale(.2678)}}.snow:nth-child(269){opacity:.1794;transform:translate(40.2988vw,-10px) scale(.8559);animation:fall-269 27s -23s linear infinite}@keyframes fall-269{77.228%{transform:translate(44.0588vw,77.228vh) scale(.8559)}to{transform:translate(42.1788vw,99vh) scale(.8559)}}.snow:nth-child(270){opacity:.5252;transform:translate(53.4702vw,-10px) scale(.1664);animation:fall-270 29s -1s linear infinite}@keyframes fall-270{62.736%{transform:translate(61.308vw,62.736vh) scale(.1664)}to{transform:translate(57.3891vw,99vh) scale(.1664)}}.snow:nth-child(271){opacity:1.1634;transform:translate(68.829vw,-10px) scale(.5913);animation:fall-271 14s -20s linear infinite}@keyframes fall-271{41.584%{transform:translate(65.5827vw,41.584vh) scale(.5913)}to{transform:translate(67.20585vw,99vh) scale(.5913)}}.snow:nth-child(272){opacity:1.2598;transform:translate(8.8867vw,-10px) scale(.8832);animation:fall-272 10s -16s linear infinite}@keyframes fall-272{32.786%{transform:translate(7.7964vw,32.786vh) scale(.8832)}to{transform:translate(8.34155vw,99vh) scale(.8832)}}.snow:nth-child(273){opacity:.3002;transform:translate(26.0002vw,-10px) scale(.0909);animation:fall-273 25s -12s linear infinite}@keyframes fall-273{30.453%{transform:translate(32.7244vw,30.453vh) scale(.0909)}to{transform:translate(29.3623vw,99vh) scale(.0909)}}.snow:nth-child(274){opacity:.3534;transform:translate(35.5584vw,-10px) scale(.7137);animation:fall-274 17s -24s linear infinite}@keyframes fall-274{56.815%{transform:translate(35.4468vw,56.815vh) scale(.7137)}to{transform:translate(35.5026vw,99vh) scale(.7137)}}.snow:nth-child(275){opacity:.1306;transform:translate(90.7192vw,-10px) scale(.6468);animation:fall-275 12s -12s linear infinite}@keyframes fall-275{78.3%{transform:translate(93.1942vw,78.3vh) scale(.6468)}to{transform:translate(91.9567vw,99vh) scale(.6468)}}.snow:nth-child(276){opacity:.084;transform:translate(55.6415vw,-10px) scale(.2965);animation:fall-276 24s -25s linear infinite}@keyframes fall-276{48.906%{transform:translate(57.7712vw,48.906vh) scale(.2965)}to{transform:translate(56.70635vw,99vh) scale(.2965)}}.snow:nth-child(277){opacity:1.785;transform:translate(70.6987vw,-10px) scale(.8278);animation:fall-277 10s -11s linear infinite}@keyframes fall-277{53.547%{transform:translate(68.2685vw,53.547vh) scale(.8278)}to{transform:translate(69.4836vw,99vh) scale(.8278)}}.snow:nth-child(278){opacity:.8746;transform:translate(11.0608vw,-10px) scale(.9401);animation:fall-278 11s -24s linear infinite}@keyframes fall-278{48.882%{transform:translate(11.1279vw,48.882vh) scale(.9401)}to{transform:translate(11.09435vw,99vh) scale(.9401)}}.snow:nth-child(279){opacity:1.3774;transform:translate(31.252vw,-10px) scale(.3557);animation:fall-279 17s -15s linear infinite}@keyframes fall-279{49.32%{transform:translate(22.8006vw,49.32vh) scale(.3557)}to{transform:translate(27.0263vw,99vh) scale(.3557)}}.snow:nth-child(280){opacity:1.98;transform:translate(77.1419vw,-10px) scale(.3692);animation:fall-280 15s -29s linear infinite}@keyframes fall-280{73.223%{transform:translate(80.5879vw,73.223vh) scale(.3692)}to{transform:translate(78.8649vw,99vh) scale(.3692)}}.snow:nth-child(281){opacity:.2636;transform:translate(35.3831vw,-10px) scale(.6578);animation:fall-281 13s -15s linear infinite}@keyframes fall-281{54.182%{transform:translate(27.7257vw,54.182vh) scale(.6578)}to{transform:translate(31.5544vw,99vh) scale(.6578)}}.snow:nth-child(282){opacity:1.5366;transform:translate(73.0712vw,-10px) scale(.8727);animation:fall-282 20s -5s linear infinite}@keyframes fall-282{35.623%{transform:translate(75.2883vw,35.623vh) scale(.8727)}to{transform:translate(74.17975vw,99vh) scale(.8727)}}.snow:nth-child(283){opacity:.7496;transform:translate(37.398vw,-10px) scale(.5149);animation:fall-283 23s -17s linear infinite}@keyframes fall-283{46.407%{transform:translate(45.7689vw,46.407vh) scale(.5149)}to{transform:translate(41.58345vw,99vh) scale(.5149)}}.snow:nth-child(284){opacity:.6668;transform:translate(6.9101vw,-10px) scale(.3637);animation:fall-284 18s -1s linear infinite}@keyframes fall-284{64.234%{transform:translate(6.8165vw,64.234vh) scale(.3637)}to{transform:translate(6.8633vw,99vh) scale(.3637)}}.snow:nth-child(285){opacity:1.359;transform:translate(20.267vw,-10px) scale(.162);animation:fall-285 14s -12s linear infinite}@keyframes fall-285{61.702%{transform:translate(16.757vw,61.702vh) scale(.162)}to{transform:translate(18.512vw,99vh) scale(.162)}}.snow:nth-child(286){opacity:.247;transform:translate(37.2195vw,-10px) scale(.7012);animation:fall-286 20s -16s linear infinite}@keyframes fall-286{52.786%{transform:translate(43.6182vw,52.786vh) scale(.7012)}to{transform:translate(40.41885vw,99vh) scale(.7012)}}.snow:nth-child(287){opacity:1.238;transform:translate(79.0778vw,-10px) scale(.5351);animation:fall-287 23s -6s linear infinite}@keyframes fall-287{31.189%{transform:translate(81.4742vw,31.189vh) scale(.5351)}to{transform:translate(80.276vw,99vh) scale(.5351)}}.snow:nth-child(288){opacity:1.6218;transform:translate(27.7622vw,-10px) scale(.4129);animation:fall-288 16s -23s linear infinite}@keyframes fall-288{75.624%{transform:translate(32.3198vw,75.624vh) scale(.4129)}to{transform:translate(30.041vw,99vh) scale(.4129)}}.snow:nth-child(289){opacity:1.5178;transform:translate(93.707vw,-10px) scale(.4532);animation:fall-289 28s -21s linear infinite}@keyframes fall-289{76.136%{transform:translate(87.8235vw,76.136vh) scale(.4532)}to{transform:translate(90.76525vw,99vh) scale(.4532)}}.snow:nth-child(290){opacity:.8432;transform:translate(78.5507vw,-10px) scale(.0642);animation:fall-290 11s -2s linear infinite}@keyframes fall-290{55.075%{transform:translate(87.4064vw,55.075vh) scale(.0642)}to{transform:translate(82.97855vw,99vh) scale(.0642)}}.snow:nth-child(291){opacity:1.2934;transform:translate(17.9489vw,-10px) scale(.5523);animation:fall-291 20s -16s linear infinite}@keyframes fall-291{66.354%{transform:translate(24.5918vw,66.354vh) scale(.5523)}to{transform:translate(21.27035vw,99vh) scale(.5523)}}.snow:nth-child(292){opacity:1.6518;transform:translate(18.6866vw,-10px) scale(.4576);animation:fall-292 11s -29s linear infinite}@keyframes fall-292{68.222%{transform:translate(28.4965vw,68.222vh) scale(.4576)}to{transform:translate(23.59155vw,99vh) scale(.4576)}}.snow:nth-child(293){opacity:1.6896;transform:translate(54.5521vw,-10px) scale(.3187);animation:fall-293 24s -13s linear infinite}@keyframes fall-293{64.97%{transform:translate(48.931vw,64.97vh) scale(.3187)}to{transform:translate(51.74155vw,99vh) scale(.3187)}}.snow:nth-child(294){opacity:1.3528;transform:translate(88.9799vw,-10px) scale(.3448);animation:fall-294 14s -28s linear infinite}@keyframes fall-294{52.877%{transform:translate(98.711vw,52.877vh) scale(.3448)}to{transform:translate(93.84545vw,99vh) scale(.3448)}}.snow:nth-child(295){opacity:1.4798;transform:translate(86.5035vw,-10px) scale(.9329);animation:fall-295 28s -30s linear infinite}@keyframes fall-295{51.985%{transform:translate(87.4384vw,51.985vh) scale(.9329)}to{transform:translate(86.97095vw,99vh) scale(.9329)}}.snow:nth-child(296){opacity:1.704;transform:translate(23.1154vw,-10px) scale(.1021);animation:fall-296 24s -11s linear infinite}@keyframes fall-296{63.464%{transform:translate(27.6193vw,63.464vh) scale(.1021)}to{transform:translate(25.36735vw,99vh) scale(.1021)}}.snow:nth-child(297){opacity:.5552;transform:translate(61.3489vw,-10px) scale(.1126);animation:fall-297 19s -15s linear infinite}@keyframes fall-297{67.736%{transform:translate(60.8411vw,67.736vh) scale(.1126)}to{transform:translate(61.095vw,99vh) scale(.1126)}}.snow:nth-child(298){opacity:.32;transform:translate(58.0554vw,-10px) scale(.5164);animation:fall-298 13s -13s linear infinite}@keyframes fall-298{75.465%{transform:translate(52.6479vw,75.465vh) scale(.5164)}to{transform:translate(55.35165vw,99vh) scale(.5164)}}.snow:nth-child(299){opacity:1.8056;transform:translate(31.8109vw,-10px) scale(.4133);animation:fall-299 17s -22s linear infinite}@keyframes fall-299{47.44%{transform:translate(23.4765vw,47.44vh) scale(.4133)}to{transform:translate(27.6437vw,99vh) scale(.4133)}}.snow:nth-child(300){opacity:.9948;transform:translate(70.113vw,-10px) scale(.0634);animation:fall-300 20s -8s linear infinite}@keyframes fall-300{57.589%{transform:translate(74.2163vw,57.589vh) scale(.0634)}to{transform:translate(72.16465vw,99vh) scale(.0634)}}.snow:nth-child(301){opacity:.9192;transform:translate(94.8322vw,-10px) scale(.1378);animation:fall-301 24s -2s linear infinite}@keyframes fall-301{62.994%{transform:translate(104.3579vw,62.994vh) scale(.1378)}to{transform:translate(99.59505vw,99vh) scale(.1378)}}.snow:nth-child(302){opacity:1.9716;transform:translate(70.1663vw,-10px) scale(.4398);animation:fall-302 15s -29s linear infinite}@keyframes fall-302{77.751%{transform:translate(61.3405vw,77.751vh) scale(.4398)}to{transform:translate(65.7534vw,99vh) scale(.4398)}}.snow:nth-child(303){opacity:.8666;transform:translate(5.4187vw,-10px) scale(.5432);animation:fall-303 27s -2s linear infinite}@keyframes fall-303{41.929%{transform:translate(.233vw,41.929vh) scale(.5432)}to{transform:translate(2.82585vw,99vh) scale(.5432)}}.snow:nth-child(304){opacity:1.5504;transform:translate(61.3138vw,-10px) scale(.8531);animation:fall-304 23s -17s linear infinite}@keyframes fall-304{31.555%{transform:translate(68.116vw,31.555vh) scale(.8531)}to{transform:translate(64.7149vw,99vh) scale(.8531)}}.snow:nth-child(305){opacity:1.7898;transform:translate(71.2809vw,-10px) scale(.2587);animation:fall-305 18s -21s linear infinite}@keyframes fall-305{32.919%{transform:translate(72.146vw,32.919vh) scale(.2587)}to{transform:translate(71.71345vw,99vh) scale(.2587)}}.snow:nth-child(306){opacity:.409;transform:translate(19.2674vw,-10px) scale(.362);animation:fall-306 29s -6s linear infinite}@keyframes fall-306{41.942%{transform:translate(18.3675vw,41.942vh) scale(.362)}to{transform:translate(18.81745vw,99vh) scale(.362)}}.snow:nth-child(307){opacity:1.5544;transform:translate(90.9877vw,-10px) scale(.7926);animation:fall-307 25s -11s linear infinite}@keyframes fall-307{46.209%{transform:translate(87.4214vw,46.209vh) scale(.7926)}to{transform:translate(89.20455vw,99vh) scale(.7926)}}.snow:nth-child(308){opacity:1.003;transform:translate(13.9897vw,-10px) scale(.9247);animation:fall-308 15s -13s linear infinite}@keyframes fall-308{73.755%{transform:translate(18.5976vw,73.755vh) scale(.9247)}to{transform:translate(16.29365vw,99vh) scale(.9247)}}.snow:nth-child(309){opacity:1.6156;transform:translate(93.7988vw,-10px) scale(.1289);animation:fall-309 16s -28s linear infinite}@keyframes fall-309{43.872%{transform:translate(94.3925vw,43.872vh) scale(.1289)}to{transform:translate(94.09565vw,99vh) scale(.1289)}}.snow:nth-child(310){opacity:.179;transform:translate(31.8494vw,-10px) scale(.2291);animation:fall-310 23s -6s linear infinite}@keyframes fall-310{33.138%{transform:translate(36.0671vw,33.138vh) scale(.2291)}to{transform:translate(33.95825vw,99vh) scale(.2291)}}.snow:nth-child(311){opacity:.1978;transform:translate(10.7686vw,-10px) scale(.1196);animation:fall-311 11s -16s linear infinite}@keyframes fall-311{49.749%{transform:translate(1.282vw,49.749vh) scale(.1196)}to{transform:translate(6.0253vw,99vh) scale(.1196)}}.snow:nth-child(312){opacity:.9426;transform:translate(88.0713vw,-10px) scale(.4048);animation:fall-312 29s -21s linear infinite}@keyframes fall-312{49.267%{transform:translate(80.0309vw,49.267vh) scale(.4048)}to{transform:translate(84.0511vw,99vh) scale(.4048)}}.snow:nth-child(313){opacity:.803;transform:translate(36.535vw,-10px) scale(.1409);animation:fall-313 15s -13s linear infinite}@keyframes fall-313{74.966%{transform:translate(36.5998vw,74.966vh) scale(.1409)}to{transform:translate(36.5674vw,99vh) scale(.1409)}}.snow:nth-child(314){opacity:.9892;transform:translate(70.1975vw,-10px) scale(.8687);animation:fall-314 11s -26s linear infinite}@keyframes fall-314{37.94%{transform:translate(68.9645vw,37.94vh) scale(.8687)}to{transform:translate(69.581vw,99vh) scale(.8687)}}.snow:nth-child(315){opacity:.7802;transform:translate(37.1844vw,-10px) scale(.5781);animation:fall-315 25s -10s linear infinite}@keyframes fall-315{74.365%{transform:translate(42.9194vw,74.365vh) scale(.5781)}to{transform:translate(40.0519vw,99vh) scale(.5781)}}.snow:nth-child(316){opacity:.5954;transform:translate(20.5524vw,-10px) scale(.2883);animation:fall-316 11s -11s linear infinite}@keyframes fall-316{30.034%{transform:translate(18.5023vw,30.034vh) scale(.2883)}to{transform:translate(19.52735vw,99vh) scale(.2883)}}.snow:nth-child(317){opacity:.5864;transform:translate(6.4185vw,-10px) scale(.581);animation:fall-317 16s -20s linear infinite}@keyframes fall-317{55.001%{transform:translate(-3.0324vw,55.001vh) scale(.581)}to{transform:translate(1.69305vw,99vh) scale(.581)}}.snow:nth-child(318){opacity:1.6304;transform:translate(61.9363vw,-10px) scale(.6685);animation:fall-318 20s -8s linear infinite}@keyframes fall-318{63.781%{transform:translate(69.0748vw,63.781vh) scale(.6685)}to{transform:translate(65.50555vw,99vh) scale(.6685)}}.snow:nth-child(319){opacity:.957;transform:translate(37.8841vw,-10px) scale(.6436);animation:fall-319 13s -6s linear infinite}@keyframes fall-319{79.092%{transform:translate(33.6489vw,79.092vh) scale(.6436)}to{transform:translate(35.7665vw,99vh) scale(.6436)}}.snow:nth-child(320){opacity:.3176;transform:translate(5.8539vw,-10px) scale(.6819);animation:fall-320 30s -6s linear infinite}@keyframes fall-320{55.169%{transform:translate(13.9089vw,55.169vh) scale(.6819)}to{transform:translate(9.8814vw,99vh) scale(.6819)}}.snow:nth-child(321){opacity:.4326;transform:translate(66.7212vw,-10px) scale(.5674);animation:fall-321 14s -15s linear infinite}@keyframes fall-321{61.194%{transform:translate(65.7357vw,61.194vh) scale(.5674)}to{transform:translate(66.22845vw,99vh) scale(.5674)}}.snow:nth-child(322){opacity:1.8704;transform:translate(63.0841vw,-10px) scale(.6104);animation:fall-322 26s -9s linear infinite}@keyframes fall-322{52.274%{transform:translate(62.9084vw,52.274vh) scale(.6104)}to{transform:translate(62.99625vw,99vh) scale(.6104)}}.snow:nth-child(323){opacity:.512;transform:translate(68.7073vw,-10px) scale(.5477);animation:fall-323 21s -20s linear infinite}@keyframes fall-323{70.249%{transform:translate(71.7123vw,70.249vh) scale(.5477)}to{transform:translate(70.2098vw,99vh) scale(.5477)}}.snow:nth-child(324){opacity:1.9814;transform:translate(46.0868vw,-10px) scale(.2111);animation:fall-324 22s -30s linear infinite}@keyframes fall-324{30.085%{transform:translate(45.7082vw,30.085vh) scale(.2111)}to{transform:translate(45.8975vw,99vh) scale(.2111)}}.snow:nth-child(325){opacity:.3692;transform:translate(88.7649vw,-10px) scale(.7814);animation:fall-325 25s -18s linear infinite}@keyframes fall-325{32.205%{transform:translate(95.3773vw,32.205vh) scale(.7814)}to{transform:translate(92.0711vw,99vh) scale(.7814)}}.snow:nth-child(326){opacity:.858;transform:translate(92.2584vw,-10px) scale(.134);animation:fall-326 29s -5s linear infinite}@keyframes fall-326{57.142%{transform:translate(96.3893vw,57.142vh) scale(.134)}to{transform:translate(94.32385vw,99vh) scale(.134)}}.snow:nth-child(327){opacity:1.012;transform:translate(9.5614vw,-10px) scale(.1955);animation:fall-327 13s -25s linear infinite}@keyframes fall-327{59.575%{transform:translate(11.6335vw,59.575vh) scale(.1955)}to{transform:translate(10.59745vw,99vh) scale(.1955)}}.snow:nth-child(328){opacity:.3666;transform:translate(30.627vw,-10px) scale(.9318);animation:fall-328 13s -9s linear infinite}@keyframes fall-328{30.454%{transform:translate(22.7022vw,30.454vh) scale(.9318)}to{transform:translate(26.6646vw,99vh) scale(.9318)}}.snow:nth-child(329){opacity:.0524;transform:translate(39.593vw,-10px) scale(.3711);animation:fall-329 18s -13s linear infinite}@keyframes fall-329{68.386%{transform:translate(35.4818vw,68.386vh) scale(.3711)}to{transform:translate(37.5374vw,99vh) scale(.3711)}}.snow:nth-child(330){opacity:.262;transform:translate(40.9129vw,-10px) scale(.7632);animation:fall-330 23s -1s linear infinite}@keyframes fall-330{50.784%{transform:translate(40.6292vw,50.784vh) scale(.7632)}to{transform:translate(40.77105vw,99vh) scale(.7632)}}.snow:nth-child(331){opacity:.9176;transform:translate(49.9561vw,-10px) scale(.6597);animation:fall-331 22s -9s linear infinite}@keyframes fall-331{45.675%{transform:translate(41.8458vw,45.675vh) scale(.6597)}to{transform:translate(45.90095vw,99vh) scale(.6597)}}.snow:nth-child(332){opacity:1.4968;transform:translate(88.6818vw,-10px) scale(.1637);animation:fall-332 29s -24s linear infinite}@keyframes fall-332{39.598%{transform:translate(86.8127vw,39.598vh) scale(.1637)}to{transform:translate(87.74725vw,99vh) scale(.1637)}}.snow:nth-child(333){opacity:.8576;transform:translate(49.7674vw,-10px) scale(.3684);animation:fall-333 10s -19s linear infinite}@keyframes fall-333{50.108%{transform:translate(53.1951vw,50.108vh) scale(.3684)}to{transform:translate(51.48125vw,99vh) scale(.3684)}}.snow:nth-child(334){opacity:.3204;transform:translate(70.7239vw,-10px) scale(.0079);animation:fall-334 25s -22s linear infinite}@keyframes fall-334{61.344%{transform:translate(80.6001vw,61.344vh) scale(.0079)}to{transform:translate(75.662vw,99vh) scale(.0079)}}.snow:nth-child(335){opacity:1.6454;transform:translate(53.5497vw,-10px) scale(.4541);animation:fall-335 28s -5s linear infinite}@keyframes fall-335{55.696%{transform:translate(57.9513vw,55.696vh) scale(.4541)}to{transform:translate(55.7505vw,99vh) scale(.4541)}}.snow:nth-child(336){opacity:.585;transform:translate(20.3076vw,-10px) scale(.3399);animation:fall-336 24s -1s linear infinite}@keyframes fall-336{63.756%{transform:translate(12.5265vw,63.756vh) scale(.3399)}to{transform:translate(16.41705vw,99vh) scale(.3399)}}.snow:nth-child(337){opacity:1.8496;transform:translate(90.1037vw,-10px) scale(.0135);animation:fall-337 25s -11s linear infinite}@keyframes fall-337{45.139%{transform:translate(83.7726vw,45.139vh) scale(.0135)}to{transform:translate(86.93815vw,99vh) scale(.0135)}}.snow:nth-child(338){opacity:1.1616;transform:translate(79.3601vw,-10px) scale(.18);animation:fall-338 25s -1s linear infinite}@keyframes fall-338{57.317%{transform:translate(76.7983vw,57.317vh) scale(.18)}to{transform:translate(78.0792vw,99vh) scale(.18)}}.snow:nth-child(339){opacity:1.602;transform:translate(32.3426vw,-10px) scale(.9487);animation:fall-339 11s -5s linear infinite}@keyframes fall-339{60.711%{transform:translate(40.1507vw,60.711vh) scale(.9487)}to{transform:translate(36.24665vw,99vh) scale(.9487)}}.snow:nth-child(340){opacity:1.9018;transform:translate(8.2715vw,-10px) scale(.8115);animation:fall-340 23s -3s linear infinite}@keyframes fall-340{54.246%{transform:translate(7.9833vw,54.246vh) scale(.8115)}to{transform:translate(8.1274vw,99vh) scale(.8115)}}.snow:nth-child(341){opacity:1.8132;transform:translate(31.1445vw,-10px) scale(.3453);animation:fall-341 29s -2s linear infinite}@keyframes fall-341{33.747%{transform:translate(29.2308vw,33.747vh) scale(.3453)}to{transform:translate(30.18765vw,99vh) scale(.3453)}}.snow:nth-child(342){opacity:.233;transform:translate(41.2201vw,-10px) scale(.6834);animation:fall-342 25s -16s linear infinite}@keyframes fall-342{41.492%{transform:translate(49.426vw,41.492vh) scale(.6834)}to{transform:translate(45.32305vw,99vh) scale(.6834)}}.snow:nth-child(343){opacity:1.3772;transform:translate(87.147vw,-10px) scale(.2157);animation:fall-343 24s -1s linear infinite}@keyframes fall-343{64.381%{transform:translate(96.5503vw,64.381vh) scale(.2157)}to{transform:translate(91.84865vw,99vh) scale(.2157)}}.snow:nth-child(344){opacity:.1084;transform:translate(97.0204vw,-10px) scale(.0763);animation:fall-344 24s -1s linear infinite}@keyframes fall-344{65.444%{transform:translate(99.9225vw,65.444vh) scale(.0763)}to{transform:translate(98.47145vw,99vh) scale(.0763)}}.snow:nth-child(345){opacity:.1224;transform:translate(91.1427vw,-10px) scale(.4425);animation:fall-345 15s -27s linear infinite}@keyframes fall-345{49.122%{transform:translate(84.4553vw,49.122vh) scale(.4425)}to{transform:translate(87.799vw,99vh) scale(.4425)}}.snow:nth-child(346){opacity:1.3436;transform:translate(90.0487vw,-10px) scale(.4454);animation:fall-346 21s -10s linear infinite}@keyframes fall-346{64.442%{transform:translate(100.0417vw,64.442vh) scale(.4454)}to{transform:translate(95.0452vw,99vh) scale(.4454)}}.snow:nth-child(347){opacity:.8406;transform:translate(64.5067vw,-10px) scale(.3362);animation:fall-347 22s -10s linear infinite}@keyframes fall-347{64.643%{transform:translate(62.1685vw,64.643vh) scale(.3362)}to{transform:translate(63.3376vw,99vh) scale(.3362)}}.snow:nth-child(348){opacity:.8762;transform:translate(48.6288vw,-10px) scale(.8828);animation:fall-348 24s -12s linear infinite}@keyframes fall-348{65.339%{transform:translate(55.2515vw,65.339vh) scale(.8828)}to{transform:translate(51.94015vw,99vh) scale(.8828)}}.snow:nth-child(349){opacity:.0812;transform:translate(71.8982vw,-10px) scale(.8001);animation:fall-349 10s -9s linear infinite}@keyframes fall-349{69.882%{transform:translate(71.0702vw,69.882vh) scale(.8001)}to{transform:translate(71.4842vw,99vh) scale(.8001)}}.snow:nth-child(350){opacity:1.0748;transform:translate(87.7443vw,-10px) scale(.7274);animation:fall-350 28s -25s linear infinite}@keyframes fall-350{40.729%{transform:translate(86.9066vw,40.729vh) scale(.7274)}to{transform:translate(87.32545vw,99vh) scale(.7274)}}.snow:nth-child(351){opacity:1.8368;transform:translate(50.2537vw,-10px) scale(.0142);animation:fall-351 18s -17s linear infinite}@keyframes fall-351{71.948%{transform:translate(60.1545vw,71.948vh) scale(.0142)}to{transform:translate(55.2041vw,99vh) scale(.0142)}}.snow:nth-child(352){opacity:.3888;transform:translate(65.942vw,-10px) scale(.0013);animation:fall-352 22s -2s linear infinite}@keyframes fall-352{52.253%{transform:translate(75.186vw,52.253vh) scale(.0013)}to{transform:translate(70.564vw,99vh) scale(.0013)}}.snow:nth-child(353){opacity:1.545;transform:translate(68.5189vw,-10px) scale(.5833);animation:fall-353 16s -8s linear infinite}@keyframes fall-353{54.488%{transform:translate(77.8195vw,54.488vh) scale(.5833)}to{transform:translate(73.1692vw,99vh) scale(.5833)}}.snow:nth-child(354){opacity:.1802;transform:translate(33.8095vw,-10px) scale(.9365);animation:fall-354 17s -6s linear infinite}@keyframes fall-354{77.766%{transform:translate(26.5556vw,77.766vh) scale(.9365)}to{transform:translate(30.18255vw,99vh) scale(.9365)}}.snow:nth-child(355){opacity:1.4732;transform:translate(67.4087vw,-10px) scale(.0356);animation:fall-355 28s -19s linear infinite}@keyframes fall-355{40.945%{transform:translate(70.1522vw,40.945vh) scale(.0356)}to{transform:translate(68.78045vw,99vh) scale(.0356)}}.snow:nth-child(356){opacity:1.4392;transform:translate(18.9543vw,-10px) scale(.6711);animation:fall-356 20s -12s linear infinite}@keyframes fall-356{45.308%{transform:translate(24.2963vw,45.308vh) scale(.6711)}to{transform:translate(21.6253vw,99vh) scale(.6711)}}.snow:nth-child(357){opacity:.3024;transform:translate(36.2146vw,-10px) scale(.6637);animation:fall-357 17s -26s linear infinite}@keyframes fall-357{60.145%{transform:translate(39.1225vw,60.145vh) scale(.6637)}to{transform:translate(37.66855vw,99vh) scale(.6637)}}.snow:nth-child(358){opacity:.5672;transform:translate(54.1198vw,-10px) scale(.9507);animation:fall-358 10s -1s linear infinite}@keyframes fall-358{74.12%{transform:translate(62.1473vw,74.12vh) scale(.9507)}to{transform:translate(58.13355vw,99vh) scale(.9507)}}.snow:nth-child(359){opacity:1.4974;transform:translate(85.6781vw,-10px) scale(.4931);animation:fall-359 20s -17s linear infinite}@keyframes fall-359{49.954%{transform:translate(84.9816vw,49.954vh) scale(.4931)}to{transform:translate(85.32985vw,99vh) scale(.4931)}}.snow:nth-child(360){opacity:1.6354;transform:translate(88.6033vw,-10px) scale(.0446);animation:fall-360 25s -2s linear infinite}@keyframes fall-360{54.949%{transform:translate(86.5345vw,54.949vh) scale(.0446)}to{transform:translate(87.5689vw,99vh) scale(.0446)}}.snow:nth-child(361){opacity:1.9006;transform:translate(87.3511vw,-10px) scale(.6885);animation:fall-361 16s -19s linear infinite}@keyframes fall-361{54.156%{transform:translate(97.0927vw,54.156vh) scale(.6885)}to{transform:translate(92.2219vw,99vh) scale(.6885)}}.snow:nth-child(362){opacity:.491;transform:translate(92.542vw,-10px) scale(.8187);animation:fall-362 17s -16s linear infinite}@keyframes fall-362{53.333%{transform:translate(85.4718vw,53.333vh) scale(.8187)}to{transform:translate(89.0069vw,99vh) scale(.8187)}}.snow:nth-child(363){opacity:.478;transform:translate(44.2788vw,-10px) scale(.0531);animation:fall-363 20s -26s linear infinite}@keyframes fall-363{37.538%{transform:translate(47.9267vw,37.538vh) scale(.0531)}to{transform:translate(46.10275vw,99vh) scale(.0531)}}.snow:nth-child(364){opacity:1.9994;transform:translate(33.4938vw,-10px) scale(.9991);animation:fall-364 12s -12s linear infinite}@keyframes fall-364{62.274%{transform:translate(36.2745vw,62.274vh) scale(.9991)}to{transform:translate(34.88415vw,99vh) scale(.9991)}}.snow:nth-child(365){opacity:.5646;transform:translate(84.4805vw,-10px) scale(.2271);animation:fall-365 20s -15s linear infinite}@keyframes fall-365{41.152%{transform:translate(87.0177vw,41.152vh) scale(.2271)}to{transform:translate(85.7491vw,99vh) scale(.2271)}}.snow:nth-child(366){opacity:1.7324;transform:translate(54.0309vw,-10px) scale(.5111);animation:fall-366 26s -15s linear infinite}@keyframes fall-366{56.955%{transform:translate(63.9131vw,56.955vh) scale(.5111)}to{transform:translate(58.972vw,99vh) scale(.5111)}}.snow:nth-child(367){opacity:1.8574;transform:translate(82.6259vw,-10px) scale(.8421);animation:fall-367 21s -2s linear infinite}@keyframes fall-367{30.936%{transform:translate(89.951vw,30.936vh) scale(.8421)}to{transform:translate(86.28845vw,99vh) scale(.8421)}}.snow:nth-child(368){opacity:.361;transform:translate(58.8859vw,-10px) scale(.6464);animation:fall-368 23s -3s linear infinite}@keyframes fall-368{38.017%{transform:translate(63.064vw,38.017vh) scale(.6464)}to{transform:translate(60.97495vw,99vh) scale(.6464)}}.snow:nth-child(369){opacity:1.0968;transform:translate(23.914vw,-10px) scale(.8767);animation:fall-369 12s -6s linear infinite}@keyframes fall-369{31.762%{transform:translate(19.9518vw,31.762vh) scale(.8767)}to{transform:translate(21.9329vw,99vh) scale(.8767)}}.snow:nth-child(370){opacity:.0654;transform:translate(9.1485vw,-10px) scale(.002);animation:fall-370 14s -19s linear infinite}@keyframes fall-370{65.382%{transform:translate(11.606vw,65.382vh) scale(.002)}to{transform:translate(10.37725vw,99vh) scale(.002)}}.snow:nth-child(371){opacity:.0772;transform:translate(67.3371vw,-10px) scale(.9645);animation:fall-371 11s -17s linear infinite}@keyframes fall-371{30.336%{transform:translate(73.7912vw,30.336vh) scale(.9645)}to{transform:translate(70.56415vw,99vh) scale(.9645)}}.snow:nth-child(372){opacity:1.0982;transform:translate(83.3977vw,-10px) scale(.9574);animation:fall-372 16s -22s linear infinite}@keyframes fall-372{34.191%{transform:translate(75.3484vw,34.191vh) scale(.9574)}to{transform:translate(79.37305vw,99vh) scale(.9574)}}.snow:nth-child(373){opacity:.8074;transform:translate(14.3936vw,-10px) scale(.6459);animation:fall-373 25s -5s linear infinite}@keyframes fall-373{39.887%{transform:translate(13.239vw,39.887vh) scale(.6459)}to{transform:translate(13.8163vw,99vh) scale(.6459)}}.snow:nth-child(374){opacity:1.062;transform:translate(57.8365vw,-10px) scale(.364);animation:fall-374 25s -3s linear infinite}@keyframes fall-374{47.433%{transform:translate(52.6551vw,47.433vh) scale(.364)}to{transform:translate(55.2458vw,99vh) scale(.364)}}.snow:nth-child(375){opacity:.9036;transform:translate(29.1708vw,-10px) scale(.0993);animation:fall-375 19s -23s linear infinite}@keyframes fall-375{49.106%{transform:translate(22.1052vw,49.106vh) scale(.0993)}to{transform:translate(25.638vw,99vh) scale(.0993)}}.snow:nth-child(376){opacity:.8772;transform:translate(82.6298vw,-10px) scale(.5694);animation:fall-376 13s -29s linear infinite}@keyframes fall-376{56.077%{transform:translate(83.667vw,56.077vh) scale(.5694)}to{transform:translate(83.1484vw,99vh) scale(.5694)}}.snow:nth-child(377){opacity:1.5844;transform:translate(36.0868vw,-10px) scale(.0391);animation:fall-377 15s -19s linear infinite}@keyframes fall-377{70.415%{transform:translate(43.4188vw,70.415vh) scale(.0391)}to{transform:translate(39.7528vw,99vh) scale(.0391)}}.snow:nth-child(378){opacity:.7004;transform:translate(78.9686vw,-10px) scale(.2357);animation:fall-378 23s -22s linear infinite}@keyframes fall-378{48.518%{transform:translate(81.7786vw,48.518vh) scale(.2357)}to{transform:translate(80.3736vw,99vh) scale(.2357)}}.snow:nth-child(379){opacity:.7146;transform:translate(24.1056vw,-10px) scale(.142);animation:fall-379 30s -7s linear infinite}@keyframes fall-379{61.19%{transform:translate(31.197vw,61.19vh) scale(.142)}to{transform:translate(27.6513vw,99vh) scale(.142)}}.snow:nth-child(380){opacity:1.8786;transform:translate(70.5354vw,-10px) scale(.9618);animation:fall-380 20s -14s linear infinite}@keyframes fall-380{65.784%{transform:translate(79.9566vw,65.784vh) scale(.9618)}to{transform:translate(75.246vw,99vh) scale(.9618)}}.snow:nth-child(381){opacity:.0478;transform:translate(90.4308vw,-10px) scale(.9012);animation:fall-381 23s -28s linear infinite}@keyframes fall-381{45.85%{transform:translate(92.5743vw,45.85vh) scale(.9012)}to{transform:translate(91.50255vw,99vh) scale(.9012)}}.snow:nth-child(382){opacity:1.4212;transform:translate(16.1048vw,-10px) scale(.8332);animation:fall-382 16s -17s linear infinite}@keyframes fall-382{46.6%{transform:translate(12.2946vw,46.6vh) scale(.8332)}to{transform:translate(14.1997vw,99vh) scale(.8332)}}.snow:nth-child(383){opacity:1.1598;transform:translate(65.1255vw,-10px) scale(.5972);animation:fall-383 22s -16s linear infinite}@keyframes fall-383{44.574%{transform:translate(69.4546vw,44.574vh) scale(.5972)}to{transform:translate(67.29005vw,99vh) scale(.5972)}}.snow:nth-child(384){opacity:.8282;transform:translate(60.0999vw,-10px) scale(.6855);animation:fall-384 20s -10s linear infinite}@keyframes fall-384{50.513%{transform:translate(57.7134vw,50.513vh) scale(.6855)}to{transform:translate(58.90665vw,99vh) scale(.6855)}}.snow:nth-child(385){opacity:.5964;transform:translate(75.9471vw,-10px) scale(.8481);animation:fall-385 12s -1s linear infinite}@keyframes fall-385{69.804%{transform:translate(69.1651vw,69.804vh) scale(.8481)}to{transform:translate(72.5561vw,99vh) scale(.8481)}}.snow:nth-child(386){opacity:1.4386;transform:translate(74.023vw,-10px) scale(.0402);animation:fall-386 18s -7s linear infinite}@keyframes fall-386{74.32%{transform:translate(76.1595vw,74.32vh) scale(.0402)}to{transform:translate(75.09125vw,99vh) scale(.0402)}}.snow:nth-child(387){opacity:1.7804;transform:translate(98.3431vw,-10px) scale(.5271);animation:fall-387 21s -22s linear infinite}@keyframes fall-387{78.728%{transform:translate(93.097vw,78.728vh) scale(.5271)}to{transform:translate(95.72005vw,99vh) scale(.5271)}}.snow:nth-child(388){opacity:.221;transform:translate(24.6504vw,-10px) scale(.411);animation:fall-388 13s -8s linear infinite}@keyframes fall-388{57.983%{transform:translate(28.0959vw,57.983vh) scale(.411)}to{transform:translate(26.37315vw,99vh) scale(.411)}}.snow:nth-child(389){opacity:1.2956;transform:translate(94.8831vw,-10px) scale(.6644);animation:fall-389 15s -17s linear infinite}@keyframes fall-389{64.81%{transform:translate(102.9971vw,64.81vh) scale(.6644)}to{transform:translate(98.9401vw,99vh) scale(.6644)}}.snow:nth-child(390){opacity:.8676;transform:translate(5.5186vw,-10px) scale(.8258);animation:fall-390 15s -21s linear infinite}@keyframes fall-390{57.957%{transform:translate(13.5271vw,57.957vh) scale(.8258)}to{transform:translate(9.52285vw,99vh) scale(.8258)}}.snow:nth-child(391){opacity:.2548;transform:translate(87.3007vw,-10px) scale(.006);animation:fall-391 19s -2s linear infinite}@keyframes fall-391{38.397%{transform:translate(97.0246vw,38.397vh) scale(.006)}to{transform:translate(92.16265vw,99vh) scale(.006)}}.snow:nth-child(392){opacity:.2104;transform:translate(53.5274vw,-10px) scale(.8716);animation:fall-392 22s -15s linear infinite}@keyframes fall-392{40.583%{transform:translate(50.9447vw,40.583vh) scale(.8716)}to{transform:translate(52.23605vw,99vh) scale(.8716)}}.snow:nth-child(393){opacity:.3434;transform:translate(55.9058vw,-10px) scale(.4768);animation:fall-393 14s -22s linear infinite}@keyframes fall-393{64.853%{transform:translate(58.8901vw,64.853vh) scale(.4768)}to{transform:translate(57.39795vw,99vh) scale(.4768)}}.snow:nth-child(394){opacity:1.98;transform:translate(12.9928vw,-10px) scale(.4913);animation:fall-394 22s -1s linear infinite}@keyframes fall-394{77.145%{transform:translate(7.7029vw,77.145vh) scale(.4913)}to{transform:translate(10.34785vw,99vh) scale(.4913)}}.snow:nth-child(395){opacity:.9572;transform:translate(32.802vw,-10px) scale(.3116);animation:fall-395 28s -23s linear infinite}@keyframes fall-395{51.601%{transform:translate(28.321vw,51.601vh) scale(.3116)}to{transform:translate(30.5615vw,99vh) scale(.3116)}}.snow:nth-child(396){opacity:1.0742;transform:translate(36.3072vw,-10px) scale(.8948);animation:fall-396 14s -11s linear infinite}@keyframes fall-396{78.186%{transform:translate(32.0024vw,78.186vh) scale(.8948)}to{transform:translate(34.1548vw,99vh) scale(.8948)}}.snow:nth-child(397){opacity:.4476;transform:translate(75.5013vw,-10px) scale(.0766);animation:fall-397 26s -7s linear infinite}@keyframes fall-397{62.037%{transform:translate(68.0749vw,62.037vh) scale(.0766)}to{transform:translate(71.7881vw,99vh) scale(.0766)}}.snow:nth-child(398){opacity:1.5932;transform:translate(7.9656vw,-10px) scale(.4869);animation:fall-398 26s -18s linear infinite}@keyframes fall-398{77.507%{transform:translate(5.1543vw,77.507vh) scale(.4869)}to{transform:translate(6.55995vw,99vh) scale(.4869)}}.snow:nth-child(399){opacity:.1872;transform:translate(65.2905vw,-10px) scale(.6879);animation:fall-399 18s -17s linear infinite}@keyframes fall-399{54.039%{transform:translate(55.7139vw,54.039vh) scale(.6879)}to{transform:translate(60.5022vw,99vh) scale(.6879)}}.snow:nth-child(400){opacity:.2256;transform:translate(61.8663vw,-10px) scale(.8947);animation:fall-400 13s -1s linear infinite}@keyframes fall-400{73.934%{transform:translate(60.633vw,73.934vh) scale(.8947)}to{transform:translate(61.24965vw,99vh) scale(.8947)}}\n"] }]
|
|
82
|
+
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
86
83
|
|
|
87
84
|
// Angular
|
|
88
85
|
// Repositories
|
|
@@ -161,7 +158,7 @@ class EsFaenzaCoreModule {
|
|
|
161
158
|
// Aggiunta della route di embedding se non dichiarata, lato aggiunta faccio in modo che l'embedding sia disponibile solo da route interne (pages OK, pages_ext NON OK)
|
|
162
159
|
if (!config.routes.find(t => t.path.startsWith("embed")))
|
|
163
160
|
config.routes = [...config.routes, { path: "embed/:module", loadChildren: () => import('@esfaenza/core/modules').then(m => m.EmbeddingModule) }];
|
|
164
|
-
baseAppRoutes[0].redirectTo =
|
|
161
|
+
baseAppRoutes[0].redirectTo = `pages/${config.emptyRouteRedirect || 'dashboard'}`;
|
|
165
162
|
baseAppRoutes.filter(t => ["pages", "pages_ext"].includes(t.path)).forEach(path => {
|
|
166
163
|
path.children = [
|
|
167
164
|
{ path: "profile", component: UserInfosComponent, data: { InternalNavigation: true, title: "profilo" } },
|
|
@@ -172,21 +169,6 @@ class EsFaenzaCoreModule {
|
|
|
172
169
|
config.debugMode = (!isDevMode() && !config.forceDebugModeForProdBuilds) ? DebugFlags.None : (config.debugMode || DebugFlags.All);
|
|
173
170
|
let mergedAppInitializer = (http, bts, aac, loc) => {
|
|
174
171
|
return () => {
|
|
175
|
-
if (config.anonymousMode) {
|
|
176
|
-
console.log("%c[APP_INITIALIZER] Loading AppConfig...", "background-color: yellow");
|
|
177
|
-
return http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))).pipe(tap((appConfig) => {
|
|
178
|
-
myconfig = appConfig;
|
|
179
|
-
console.log("%c[APP_INITIALIZER] appConfig registered", "background-color: yellow");
|
|
180
|
-
aac.initializeIdentity(null);
|
|
181
|
-
}), switchMap(_ => {
|
|
182
|
-
if (!config.initializerFunction)
|
|
183
|
-
return of();
|
|
184
|
-
console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
|
|
185
|
-
return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
|
|
186
|
-
console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
|
|
187
|
-
}));
|
|
188
|
-
}));
|
|
189
|
-
}
|
|
190
172
|
console.log("%c[APP_INITIALIZER] Loading AppConfig and Account Scope...", "background-color: yellow");
|
|
191
173
|
let realObservable = forkJoin({
|
|
192
174
|
appConfig: http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))),
|
|
@@ -200,9 +182,8 @@ class EsFaenzaCoreModule {
|
|
|
200
182
|
if (!bts.USE_FAKE_ACCESS_TOKEN)
|
|
201
183
|
bts.accountScope = res.scope;
|
|
202
184
|
console.log("%c[APP_INITIALIZER] appConfig and scope registered", "background-color: yellow");
|
|
203
|
-
var identtity = bts.getJaceIdentity();
|
|
204
185
|
if (bts.accountScope)
|
|
205
|
-
aac.initializeIdentity(
|
|
186
|
+
aac.initializeIdentity(bts.getJaceIdentity());
|
|
206
187
|
}), switchMap(_ => {
|
|
207
188
|
if (!config.initializerFunction)
|
|
208
189
|
return of();
|
|
@@ -233,7 +214,6 @@ class EsFaenzaCoreModule {
|
|
|
233
214
|
{ provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
|
|
234
215
|
{ provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : false },
|
|
235
216
|
{ provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
|
|
236
|
-
{ provide: ANONYMOUS_MODE, useValue: config.anonymousMode ? config.anonymousMode : false },
|
|
237
217
|
{ provide: BaseAdapter, useClass: config?.chartsAdapter || BaseAdapter },
|
|
238
218
|
{ provide: BaseMessageService, useClass: config?.messageService || BaseMessageService },
|
|
239
219
|
{ provide: GlobalSearchService, useClass: config?.globalSearchService || GlobalSearchService },
|
|
@@ -249,13 +229,13 @@ class EsFaenzaCoreModule {
|
|
|
249
229
|
};
|
|
250
230
|
}
|
|
251
231
|
}
|
|
252
|
-
EsFaenzaCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
253
|
-
EsFaenzaCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.
|
|
232
|
+
EsFaenzaCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EsFaenzaCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
233
|
+
EsFaenzaCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: EsFaenzaCoreModule, declarations: [AppComponent], imports: [BrowserAnimationsModule,
|
|
254
234
|
HttpClientModule,
|
|
255
235
|
TemplateCommon,
|
|
256
236
|
ComponentsModule, i1$1.ServiceWorkerModule, i2.RouterModule, i3$1.EsTableModule, i4.FormsAndValidationsModule, i5.ExtensionsModule, i6.LocalizationModule, i7.AccessControlModule, i8.HttpserviceModule, i9.SignalrNotificationsModule, i10.PreferencesModule, i11.EsChartsModule, i12.TooltipModule, i13.ModalModule, i14.ProgressbarModule, i15.BsDropdownModule, i16.ToastrModule, i17.TimepickerModule, i18.ContextMenuModule, i19.DragulaModule] });
|
|
257
|
-
EsFaenzaCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.
|
|
258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
237
|
+
EsFaenzaCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EsFaenzaCoreModule, imports: [MODULES] });
|
|
238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EsFaenzaCoreModule, decorators: [{
|
|
259
239
|
type: NgModule,
|
|
260
240
|
args: [{
|
|
261
241
|
declarations: [AppComponent],
|