@esfaenza/core 15.2.255 → 15.2.257

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.
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component, ViewEncapsulation, Inject, isDevMode, ErrorHandler, LOCALE_ID, APP_INITIALIZER, NgModule } from '@angular/core';
3
- import { ALLOW_ANONYMOUS, EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
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';
4
4
  import * as i1 from '@esfaenza/core/services';
5
5
  import { SessionRetriever, ApplicationPreferencesPersistor, ApplicationCachePersistor, APPErrorHandler, OutZoneEventPlugin, HTTPServiceExtensions, TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from '@esfaenza/core/services';
6
6
  import * as i2 from '@angular/router';
@@ -43,8 +43,8 @@ import { EsTableModule } from '@esfaenza/es-table';
43
43
  import { TAB_DEBUG_MODE } from '@esfaenza/tabber';
44
44
  import { ExternalPagesComponent, PagesComponent, RedirecterComponent, JaceLoginComponent, ServerErrorComponent, AngularErrorComponent, PageNotFoundComponent, ComponentsModule, UserInfosComponent } from '@esfaenza/core/components';
45
45
  import { TemplateCommon } from '@esfaenza/core/modules';
46
- import { catchError, take, tap, switchMap } from 'rxjs/operators';
47
- import { forkJoin, of } from 'rxjs';
46
+ import { tap, catchError, take, switchMap } from 'rxjs/operators';
47
+ import { of, forkJoin } 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, allowAnonymous) {
62
+ constructor(bts, _state, router, anonymousMode) {
63
63
  this.bts = bts;
64
64
  this._state = _state;
65
65
  this.router = router;
@@ -68,20 +68,20 @@ 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 && !allowAnonymous) {
71
+ if (!this.bts.accountScope && !anonymousMode) {
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.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }, { token: ALLOW_ANONYMOUS }], target: i0.ɵɵFactoryTarget.Component });
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:.6568;transform:translate(5.0639vw,-10px) scale(.7018);animation:fall-1 29s -28s linear infinite}@keyframes fall-1{45.37%{transform:translate(-.0142vw,45.37vh) scale(.7018)}to{transform:translate(2.52485vw,99vh) scale(.7018)}}.snow:nth-child(2){opacity:.0094;transform:translate(84.9563vw,-10px) scale(.7569);animation:fall-2 20s -13s linear infinite}@keyframes fall-2{65.168%{transform:translate(88.638vw,65.168vh) scale(.7569)}to{transform:translate(86.79715vw,99vh) scale(.7569)}}.snow:nth-child(3){opacity:1.5442;transform:translate(89.4509vw,-10px) scale(.8538);animation:fall-3 20s -28s linear infinite}@keyframes fall-3{49.035%{transform:translate(92.9131vw,49.035vh) scale(.8538)}to{transform:translate(91.182vw,99vh) scale(.8538)}}.snow:nth-child(4){opacity:1.1668;transform:translate(29.77vw,-10px) scale(.3334);animation:fall-4 23s -29s linear infinite}@keyframes fall-4{69.988%{transform:translate(31.566vw,69.988vh) scale(.3334)}to{transform:translate(30.668vw,99vh) scale(.3334)}}.snow:nth-child(5){opacity:.5594;transform:translate(54.3458vw,-10px) scale(.1364);animation:fall-5 30s -13s linear infinite}@keyframes fall-5{45.522%{transform:translate(60.115vw,45.522vh) scale(.1364)}to{transform:translate(57.2304vw,99vh) scale(.1364)}}.snow:nth-child(6){opacity:.5646;transform:translate(28.2649vw,-10px) scale(.6831);animation:fall-6 10s -13s linear infinite}@keyframes fall-6{73.148%{transform:translate(24.5069vw,73.148vh) scale(.6831)}to{transform:translate(26.3859vw,99vh) scale(.6831)}}.snow:nth-child(7){opacity:.0918;transform:translate(3.905vw,-10px) scale(.4257);animation:fall-7 25s -10s linear infinite}@keyframes fall-7{60.669%{transform:translate(5.2678vw,60.669vh) scale(.4257)}to{transform:translate(4.5864vw,99vh) scale(.4257)}}.snow:nth-child(8){opacity:.2928;transform:translate(78.912vw,-10px) scale(.1364);animation:fall-8 28s -2s linear infinite}@keyframes fall-8{47.055%{transform:translate(78.8737vw,47.055vh) scale(.1364)}to{transform:translate(78.89285vw,99vh) scale(.1364)}}.snow:nth-child(9){opacity:.674;transform:translate(97.3128vw,-10px) scale(.6761);animation:fall-9 27s -27s linear infinite}@keyframes fall-9{49.264%{transform:translate(89.6164vw,49.264vh) scale(.6761)}to{transform:translate(93.4646vw,99vh) scale(.6761)}}.snow:nth-child(10){opacity:.6084;transform:translate(61.0521vw,-10px) scale(.9945);animation:fall-10 13s -8s linear infinite}@keyframes fall-10{39.929%{transform:translate(69.0313vw,39.929vh) scale(.9945)}to{transform:translate(65.0417vw,99vh) scale(.9945)}}.snow:nth-child(11){opacity:1.7682;transform:translate(17.4906vw,-10px) scale(.0461);animation:fall-11 13s -9s linear infinite}@keyframes fall-11{65.408%{transform:translate(19.1191vw,65.408vh) scale(.0461)}to{transform:translate(18.30485vw,99vh) scale(.0461)}}.snow:nth-child(12){opacity:1.3622;transform:translate(89.0494vw,-10px) scale(.5562);animation:fall-12 25s -17s linear infinite}@keyframes fall-12{61.327%{transform:translate(96.4375vw,61.327vh) scale(.5562)}to{transform:translate(92.74345vw,99vh) scale(.5562)}}.snow:nth-child(13){opacity:1.973;transform:translate(1.9955vw,-10px) scale(.2824);animation:fall-13 28s -19s linear infinite}@keyframes fall-13{45.723%{transform:translate(-6.9927vw,45.723vh) scale(.2824)}to{transform:translate(-2.4986vw,99vh) scale(.2824)}}.snow:nth-child(14){opacity:.3544;transform:translate(92.9589vw,-10px) scale(.1371);animation:fall-14 16s -26s linear infinite}@keyframes fall-14{54.696%{transform:translate(84.586vw,54.696vh) scale(.1371)}to{transform:translate(88.77245vw,99vh) scale(.1371)}}.snow:nth-child(15){opacity:1.4186;transform:translate(84.7173vw,-10px) scale(.0716);animation:fall-15 13s -8s linear infinite}@keyframes fall-15{79.712%{transform:translate(94.482vw,79.712vh) scale(.0716)}to{transform:translate(89.59965vw,99vh) scale(.0716)}}.snow:nth-child(16){opacity:.4408;transform:translate(46.4376vw,-10px) scale(.7145);animation:fall-16 17s -1s linear infinite}@keyframes fall-16{74.546%{transform:translate(51.4167vw,74.546vh) scale(.7145)}to{transform:translate(48.92715vw,99vh) scale(.7145)}}.snow:nth-child(17){opacity:1.9178;transform:translate(83.0966vw,-10px) scale(.6269);animation:fall-17 12s -10s linear infinite}@keyframes fall-17{64.273%{transform:translate(92.3125vw,64.273vh) scale(.6269)}to{transform:translate(87.70455vw,99vh) scale(.6269)}}.snow:nth-child(18){opacity:1.429;transform:translate(74.8119vw,-10px) scale(.8891);animation:fall-18 22s -8s linear infinite}@keyframes fall-18{45.488%{transform:translate(77.4136vw,45.488vh) scale(.8891)}to{transform:translate(76.11275vw,99vh) scale(.8891)}}.snow:nth-child(19){opacity:.32;transform:translate(94.3631vw,-10px) scale(.1711);animation:fall-19 23s -8s linear infinite}@keyframes fall-19{62.219%{transform:translate(103.9751vw,62.219vh) scale(.1711)}to{transform:translate(99.1691vw,99vh) scale(.1711)}}.snow:nth-child(20){opacity:1.726;transform:translate(78.1323vw,-10px) scale(.1179);animation:fall-20 12s -18s linear infinite}@keyframes fall-20{65.115%{transform:translate(71.5375vw,65.115vh) scale(.1179)}to{transform:translate(74.8349vw,99vh) scale(.1179)}}.snow:nth-child(21){opacity:.478;transform:translate(45.7523vw,-10px) scale(.7563);animation:fall-21 26s -26s linear infinite}@keyframes fall-21{71.646%{transform:translate(37.9097vw,71.646vh) scale(.7563)}to{transform:translate(41.831vw,99vh) scale(.7563)}}.snow:nth-child(22){opacity:1.3668;transform:translate(89.9975vw,-10px) scale(.8144);animation:fall-22 27s -10s linear infinite}@keyframes fall-22{33.159%{transform:translate(88.0114vw,33.159vh) scale(.8144)}to{transform:translate(89.00445vw,99vh) scale(.8144)}}.snow:nth-child(23){opacity:.83;transform:translate(40.4728vw,-10px) scale(.4414);animation:fall-23 13s -12s linear infinite}@keyframes fall-23{55.732%{transform:translate(47.3599vw,55.732vh) scale(.4414)}to{transform:translate(43.91635vw,99vh) scale(.4414)}}.snow:nth-child(24){opacity:1.6472;transform:translate(7.1719vw,-10px) scale(.8745);animation:fall-24 24s -8s linear infinite}@keyframes fall-24{63.307%{transform:translate(2.1533vw,63.307vh) scale(.8745)}to{transform:translate(4.6626vw,99vh) scale(.8745)}}.snow:nth-child(25){opacity:.0608;transform:translate(87.6452vw,-10px) scale(.0694);animation:fall-25 22s -19s linear infinite}@keyframes fall-25{31.769%{transform:translate(87.4687vw,31.769vh) scale(.0694)}to{transform:translate(87.55695vw,99vh) scale(.0694)}}.snow:nth-child(26){opacity:.6186;transform:translate(24.1588vw,-10px) scale(.0161);animation:fall-26 23s -29s linear infinite}@keyframes fall-26{40.971%{transform:translate(17.3403vw,40.971vh) scale(.0161)}to{transform:translate(20.74955vw,99vh) scale(.0161)}}.snow:nth-child(27){opacity:.1704;transform:translate(23.6397vw,-10px) scale(.8892);animation:fall-27 25s -26s linear infinite}@keyframes fall-27{35.022%{transform:translate(20.1706vw,35.022vh) scale(.8892)}to{transform:translate(21.90515vw,99vh) scale(.8892)}}.snow:nth-child(28){opacity:1.9674;transform:translate(53.0062vw,-10px) scale(.4488);animation:fall-28 25s -23s linear infinite}@keyframes fall-28{78.968%{transform:translate(46.4101vw,78.968vh) scale(.4488)}to{transform:translate(49.70815vw,99vh) scale(.4488)}}.snow:nth-child(29){opacity:.4522;transform:translate(23.8848vw,-10px) scale(.3372);animation:fall-29 23s -26s linear infinite}@keyframes fall-29{78.136%{transform:translate(28.2444vw,78.136vh) scale(.3372)}to{transform:translate(26.0646vw,99vh) scale(.3372)}}.snow:nth-child(30){opacity:.6198;transform:translate(90.3471vw,-10px) scale(.7927);animation:fall-30 10s -18s linear infinite}@keyframes fall-30{57.754%{transform:translate(87.472vw,57.754vh) scale(.7927)}to{transform:translate(88.90955vw,99vh) scale(.7927)}}.snow:nth-child(31){opacity:.6956;transform:translate(71.502vw,-10px) scale(.9225);animation:fall-31 21s -26s linear infinite}@keyframes fall-31{64.608%{transform:translate(72.1192vw,64.608vh) scale(.9225)}to{transform:translate(71.8106vw,99vh) scale(.9225)}}.snow:nth-child(32){opacity:.6586;transform:translate(16.7344vw,-10px) scale(.8118);animation:fall-32 26s -21s linear infinite}@keyframes fall-32{50.804%{transform:translate(10.4247vw,50.804vh) scale(.8118)}to{transform:translate(13.57955vw,99vh) scale(.8118)}}.snow:nth-child(33){opacity:1.4388;transform:translate(73.7587vw,-10px) scale(.7163);animation:fall-33 21s -15s linear infinite}@keyframes fall-33{43.595%{transform:translate(64.3921vw,43.595vh) scale(.7163)}to{transform:translate(69.0754vw,99vh) scale(.7163)}}.snow:nth-child(34){opacity:1.1316;transform:translate(57.0649vw,-10px) scale(.841);animation:fall-34 16s -2s linear infinite}@keyframes fall-34{72.152%{transform:translate(62.265vw,72.152vh) scale(.841)}to{transform:translate(59.66495vw,99vh) scale(.841)}}.snow:nth-child(35){opacity:.317;transform:translate(48.973vw,-10px) scale(.6338);animation:fall-35 23s -27s linear infinite}@keyframes fall-35{60.266%{transform:translate(51.2295vw,60.266vh) scale(.6338)}to{transform:translate(50.10125vw,99vh) scale(.6338)}}.snow:nth-child(36){opacity:1.1838;transform:translate(87.1247vw,-10px) scale(.1492);animation:fall-36 20s -6s linear infinite}@keyframes fall-36{75.917%{transform:translate(80.8571vw,75.917vh) scale(.1492)}to{transform:translate(83.9909vw,99vh) scale(.1492)}}.snow:nth-child(37){opacity:.8748;transform:translate(37.982vw,-10px) scale(.4175);animation:fall-37 19s -16s linear infinite}@keyframes fall-37{41.685%{transform:translate(30.8233vw,41.685vh) scale(.4175)}to{transform:translate(34.40265vw,99vh) scale(.4175)}}.snow:nth-child(38){opacity:1.627;transform:translate(8.1352vw,-10px) scale(.1154);animation:fall-38 25s -15s linear infinite}@keyframes fall-38{30.378%{transform:translate(13.0119vw,30.378vh) scale(.1154)}to{transform:translate(10.57355vw,99vh) scale(.1154)}}.snow:nth-child(39){opacity:1.73;transform:translate(97.5258vw,-10px) scale(.683);animation:fall-39 13s -30s linear infinite}@keyframes fall-39{49.917%{transform:translate(97.164vw,49.917vh) scale(.683)}to{transform:translate(97.3449vw,99vh) scale(.683)}}.snow:nth-child(40){opacity:1.7118;transform:translate(56.0486vw,-10px) scale(.7319);animation:fall-40 29s -21s linear infinite}@keyframes fall-40{71.232%{transform:translate(47.0908vw,71.232vh) scale(.7319)}to{transform:translate(51.5697vw,99vh) scale(.7319)}}.snow:nth-child(41){opacity:1.6734;transform:translate(95.5303vw,-10px) scale(.4675);animation:fall-41 16s -21s linear infinite}@keyframes fall-41{31.69%{transform:translate(101.5203vw,31.69vh) scale(.4675)}to{transform:translate(98.5253vw,99vh) scale(.4675)}}.snow:nth-child(42){opacity:1.4208;transform:translate(24.3403vw,-10px) scale(.2537);animation:fall-42 18s -21s linear infinite}@keyframes fall-42{33.845%{transform:translate(21.0681vw,33.845vh) scale(.2537)}to{transform:translate(22.7042vw,99vh) scale(.2537)}}.snow:nth-child(43){opacity:1.5464;transform:translate(32.6835vw,-10px) scale(.0042);animation:fall-43 24s -4s linear infinite}@keyframes fall-43{78.684%{transform:translate(30.6712vw,78.684vh) scale(.0042)}to{transform:translate(31.67735vw,99vh) scale(.0042)}}.snow:nth-child(44){opacity:1.8738;transform:translate(69.6787vw,-10px) scale(.1165);animation:fall-44 12s -13s linear infinite}@keyframes fall-44{75.48%{transform:translate(62.2938vw,75.48vh) scale(.1165)}to{transform:translate(65.98625vw,99vh) scale(.1165)}}.snow:nth-child(45){opacity:1.2758;transform:translate(42.4326vw,-10px) scale(.5665);animation:fall-45 23s -19s linear infinite}@keyframes fall-45{30.658%{transform:translate(40.9377vw,30.658vh) scale(.5665)}to{transform:translate(41.68515vw,99vh) scale(.5665)}}.snow:nth-child(46){opacity:.527;transform:translate(96.025vw,-10px) scale(.4486);animation:fall-46 23s -27s linear infinite}@keyframes fall-46{32.408%{transform:translate(98.1245vw,32.408vh) scale(.4486)}to{transform:translate(97.07475vw,99vh) scale(.4486)}}.snow:nth-child(47){opacity:.5498;transform:translate(71.0107vw,-10px) scale(.3882);animation:fall-47 17s -15s linear infinite}@keyframes fall-47{42.794%{transform:translate(74.7581vw,42.794vh) scale(.3882)}to{transform:translate(72.8844vw,99vh) scale(.3882)}}.snow:nth-child(48){opacity:.7026;transform:translate(61.7022vw,-10px) scale(.7299);animation:fall-48 10s -24s linear infinite}@keyframes fall-48{37.33%{transform:translate(58.6271vw,37.33vh) scale(.7299)}to{transform:translate(60.16465vw,99vh) scale(.7299)}}.snow:nth-child(49){opacity:.4458;transform:translate(87.5218vw,-10px) scale(.8203);animation:fall-49 23s -4s linear infinite}@keyframes fall-49{74.942%{transform:translate(81.9324vw,74.942vh) scale(.8203)}to{transform:translate(84.7271vw,99vh) scale(.8203)}}.snow:nth-child(50){opacity:1.5106;transform:translate(87.0628vw,-10px) scale(.5343);animation:fall-50 27s -16s linear infinite}@keyframes fall-50{78.766%{transform:translate(82.2948vw,78.766vh) scale(.5343)}to{transform:translate(84.6788vw,99vh) scale(.5343)}}.snow:nth-child(51){opacity:1.0028;transform:translate(9.2663vw,-10px) scale(.2729);animation:fall-51 27s -11s linear infinite}@keyframes fall-51{68.02%{transform:translate(11.0417vw,68.02vh) scale(.2729)}to{transform:translate(10.154vw,99vh) scale(.2729)}}.snow:nth-child(52){opacity:.6236;transform:translate(27.4752vw,-10px) scale(.5295);animation:fall-52 26s -22s linear infinite}@keyframes fall-52{34.191%{transform:translate(29.9987vw,34.191vh) scale(.5295)}to{transform:translate(28.73695vw,99vh) scale(.5295)}}.snow:nth-child(53){opacity:1.6394;transform:translate(73.9471vw,-10px) scale(.8728);animation:fall-53 11s -7s linear infinite}@keyframes fall-53{71.974%{transform:translate(70.6994vw,71.974vh) scale(.8728)}to{transform:translate(72.32325vw,99vh) scale(.8728)}}.snow:nth-child(54){opacity:.9854;transform:translate(81.131vw,-10px) scale(.9981);animation:fall-54 28s -20s linear infinite}@keyframes fall-54{61.052%{transform:translate(76.0198vw,61.052vh) scale(.9981)}to{transform:translate(78.5754vw,99vh) scale(.9981)}}.snow:nth-child(55){opacity:1.3716;transform:translate(7.0909vw,-10px) scale(.7706);animation:fall-55 25s -23s linear infinite}@keyframes fall-55{44.869%{transform:translate(6.0054vw,44.869vh) scale(.7706)}to{transform:translate(6.54815vw,99vh) scale(.7706)}}.snow:nth-child(56){opacity:1.4594;transform:translate(30.6592vw,-10px) scale(.4134);animation:fall-56 10s -26s linear infinite}@keyframes fall-56{65.42%{transform:translate(27.4302vw,65.42vh) scale(.4134)}to{transform:translate(29.0447vw,99vh) scale(.4134)}}.snow:nth-child(57){opacity:.536;transform:translate(28.3292vw,-10px) scale(.037);animation:fall-57 21s -19s linear infinite}@keyframes fall-57{58.535%{transform:translate(31.8864vw,58.535vh) scale(.037)}to{transform:translate(30.1078vw,99vh) scale(.037)}}.snow:nth-child(58){opacity:1.9554;transform:translate(39.0163vw,-10px) scale(.8342);animation:fall-58 25s -15s linear infinite}@keyframes fall-58{76.669%{transform:translate(29.4694vw,76.669vh) scale(.8342)}to{transform:translate(34.24285vw,99vh) scale(.8342)}}.snow:nth-child(59){opacity:1.9268;transform:translate(14.789vw,-10px) scale(.5737);animation:fall-59 30s -1s linear infinite}@keyframes fall-59{47.131%{transform:translate(23.4919vw,47.131vh) scale(.5737)}to{transform:translate(19.14045vw,99vh) scale(.5737)}}.snow:nth-child(60){opacity:.9888;transform:translate(91.9966vw,-10px) scale(.9758);animation:fall-60 29s -25s linear infinite}@keyframes fall-60{33.111%{transform:translate(92.9624vw,33.111vh) scale(.9758)}to{transform:translate(92.4795vw,99vh) scale(.9758)}}.snow:nth-child(61){opacity:1.1278;transform:translate(22.3634vw,-10px) scale(.3635);animation:fall-61 12s -14s linear infinite}@keyframes fall-61{58.479%{transform:translate(19.2685vw,58.479vh) scale(.3635)}to{transform:translate(20.81595vw,99vh) scale(.3635)}}.snow:nth-child(62){opacity:.7762;transform:translate(36.3043vw,-10px) scale(.3701);animation:fall-62 22s -1s linear infinite}@keyframes fall-62{63.591%{transform:translate(37.2166vw,63.591vh) scale(.3701)}to{transform:translate(36.76045vw,99vh) scale(.3701)}}.snow:nth-child(63){opacity:.789;transform:translate(26.4368vw,-10px) scale(.789);animation:fall-63 23s -23s linear infinite}@keyframes fall-63{59.157%{transform:translate(33.2583vw,59.157vh) scale(.789)}to{transform:translate(29.84755vw,99vh) scale(.789)}}.snow:nth-child(64){opacity:1.9738;transform:translate(43.1724vw,-10px) scale(.7335);animation:fall-64 29s -15s linear infinite}@keyframes fall-64{55.941%{transform:translate(49.2889vw,55.941vh) scale(.7335)}to{transform:translate(46.23065vw,99vh) scale(.7335)}}.snow:nth-child(65){opacity:.1964;transform:translate(57.9759vw,-10px) scale(.5904);animation:fall-65 29s -23s linear infinite}@keyframes fall-65{66.638%{transform:translate(54.268vw,66.638vh) scale(.5904)}to{transform:translate(56.12195vw,99vh) scale(.5904)}}.snow:nth-child(66){opacity:.095;transform:translate(15.7078vw,-10px) scale(.0187);animation:fall-66 29s -27s linear infinite}@keyframes fall-66{73.418%{transform:translate(23.8632vw,73.418vh) scale(.0187)}to{transform:translate(19.7855vw,99vh) scale(.0187)}}.snow:nth-child(67){opacity:.0054;transform:translate(37.7829vw,-10px) scale(.1786);animation:fall-67 19s -25s linear infinite}@keyframes fall-67{76.063%{transform:translate(39.6333vw,76.063vh) scale(.1786)}to{transform:translate(38.7081vw,99vh) scale(.1786)}}.snow:nth-child(68){opacity:.1552;transform:translate(79.9676vw,-10px) scale(.1897);animation:fall-68 12s -5s linear infinite}@keyframes fall-68{64.008%{transform:translate(87.6424vw,64.008vh) scale(.1897)}to{transform:translate(83.805vw,99vh) scale(.1897)}}.snow:nth-child(69){opacity:.5764;transform:translate(20.8118vw,-10px) scale(.5517);animation:fall-69 21s -15s linear infinite}@keyframes fall-69{54.115%{transform:translate(26.6227vw,54.115vh) scale(.5517)}to{transform:translate(23.71725vw,99vh) scale(.5517)}}.snow:nth-child(70){opacity:.3454;transform:translate(54.7259vw,-10px) scale(.366);animation:fall-70 19s -1s linear infinite}@keyframes fall-70{62.584%{transform:translate(45.6315vw,62.584vh) scale(.366)}to{transform:translate(50.1787vw,99vh) scale(.366)}}.snow:nth-child(71){opacity:.4572;transform:translate(17.422vw,-10px) scale(.9359);animation:fall-71 19s -3s linear infinite}@keyframes fall-71{77.089%{transform:translate(22.7932vw,77.089vh) scale(.9359)}to{transform:translate(20.1076vw,99vh) scale(.9359)}}.snow:nth-child(72){opacity:1.5992;transform:translate(4.6037vw,-10px) scale(.1558);animation:fall-72 11s -7s linear infinite}@keyframes fall-72{32.346%{transform:translate(-3.2388vw,32.346vh) scale(.1558)}to{transform:translate(.68245vw,99vh) scale(.1558)}}.snow:nth-child(73){opacity:1.958;transform:translate(81.3669vw,-10px) scale(.4915);animation:fall-73 25s -4s linear infinite}@keyframes fall-73{64.798%{transform:translate(80.7334vw,64.798vh) scale(.4915)}to{transform:translate(81.05015vw,99vh) scale(.4915)}}.snow:nth-child(74){opacity:.3462;transform:translate(89.8664vw,-10px) scale(.3633);animation:fall-74 21s -26s linear infinite}@keyframes fall-74{37.751%{transform:translate(97.7273vw,37.751vh) scale(.3633)}to{transform:translate(93.79685vw,99vh) scale(.3633)}}.snow:nth-child(75){opacity:1.892;transform:translate(44.4517vw,-10px) scale(.7791);animation:fall-75 10s -5s linear infinite}@keyframes fall-75{64.626%{transform:translate(42.025vw,64.626vh) scale(.7791)}to{transform:translate(43.23835vw,99vh) scale(.7791)}}.snow:nth-child(76){opacity:.9834;transform:translate(43.0379vw,-10px) scale(.4984);animation:fall-76 29s -23s linear infinite}@keyframes fall-76{45.932%{transform:translate(46.4848vw,45.932vh) scale(.4984)}to{transform:translate(44.76135vw,99vh) scale(.4984)}}.snow:nth-child(77){opacity:1.5564;transform:translate(67.6788vw,-10px) scale(.9973);animation:fall-77 23s -15s linear infinite}@keyframes fall-77{79.137%{transform:translate(60.0185vw,79.137vh) scale(.9973)}to{transform:translate(63.84865vw,99vh) scale(.9973)}}.snow:nth-child(78){opacity:1.2448;transform:translate(86.528vw,-10px) scale(.8016);animation:fall-78 26s -30s linear infinite}@keyframes fall-78{42.774%{transform:translate(78.8458vw,42.774vh) scale(.8016)}to{transform:translate(82.6869vw,99vh) scale(.8016)}}.snow:nth-child(79){opacity:1.254;transform:translate(18.6251vw,-10px) scale(.7906);animation:fall-79 20s -11s linear infinite}@keyframes fall-79{31.562%{transform:translate(19.0478vw,31.562vh) scale(.7906)}to{transform:translate(18.83645vw,99vh) scale(.7906)}}.snow:nth-child(80){opacity:1.0602;transform:translate(8.4831vw,-10px) scale(.9069);animation:fall-80 15s -17s linear infinite}@keyframes fall-80{30.278%{transform:translate(3.916vw,30.278vh) scale(.9069)}to{transform:translate(6.19955vw,99vh) scale(.9069)}}.snow:nth-child(81){opacity:1.866;transform:translate(53.6248vw,-10px) scale(.1507);animation:fall-81 23s -30s linear infinite}@keyframes fall-81{76.225%{transform:translate(53.4999vw,76.225vh) scale(.1507)}to{transform:translate(53.56235vw,99vh) scale(.1507)}}.snow:nth-child(82){opacity:.5186;transform:translate(90.964vw,-10px) scale(.2099);animation:fall-82 25s -25s linear infinite}@keyframes fall-82{72.156%{transform:translate(85.0203vw,72.156vh) scale(.2099)}to{transform:translate(87.99215vw,99vh) scale(.2099)}}.snow:nth-child(83){opacity:1.525;transform:translate(69.724vw,-10px) scale(.6159);animation:fall-83 28s -17s linear infinite}@keyframes fall-83{75.43%{transform:translate(77.8465vw,75.43vh) scale(.6159)}to{transform:translate(73.78525vw,99vh) scale(.6159)}}.snow:nth-child(84){opacity:1.5998;transform:translate(94.5836vw,-10px) scale(.4449);animation:fall-84 27s -29s linear infinite}@keyframes fall-84{43.038%{transform:translate(103.0753vw,43.038vh) scale(.4449)}to{transform:translate(98.82945vw,99vh) scale(.4449)}}.snow:nth-child(85){opacity:.2758;transform:translate(57.3463vw,-10px) scale(.8336);animation:fall-85 24s -24s linear infinite}@keyframes fall-85{51.806%{transform:translate(57.9571vw,51.806vh) scale(.8336)}to{transform:translate(57.6517vw,99vh) scale(.8336)}}.snow:nth-child(86){opacity:1.4964;transform:translate(88.7417vw,-10px) scale(.643);animation:fall-86 21s -17s linear infinite}@keyframes fall-86{50.416%{transform:translate(93.4485vw,50.416vh) scale(.643)}to{transform:translate(91.0951vw,99vh) scale(.643)}}.snow:nth-child(87){opacity:1.9726;transform:translate(35.3695vw,-10px) scale(.8457);animation:fall-87 23s -22s linear infinite}@keyframes fall-87{76.62%{transform:translate(30.8336vw,76.62vh) scale(.8457)}to{transform:translate(33.10155vw,99vh) scale(.8457)}}.snow:nth-child(88){opacity:1.2092;transform:translate(25.876vw,-10px) scale(.5797);animation:fall-88 10s -5s linear infinite}@keyframes fall-88{60.633%{transform:translate(29.5995vw,60.633vh) scale(.5797)}to{transform:translate(27.73775vw,99vh) scale(.5797)}}.snow:nth-child(89){opacity:.4478;transform:translate(28.3736vw,-10px) scale(.0686);animation:fall-89 18s -5s linear infinite}@keyframes fall-89{49.033%{transform:translate(23.4091vw,49.033vh) scale(.0686)}to{transform:translate(25.89135vw,99vh) scale(.0686)}}.snow:nth-child(90){opacity:1.37;transform:translate(57.9372vw,-10px) scale(.8413);animation:fall-90 23s -22s linear infinite}@keyframes fall-90{75.475%{transform:translate(55.6342vw,75.475vh) scale(.8413)}to{transform:translate(56.7857vw,99vh) scale(.8413)}}.snow:nth-child(91){opacity:.3404;transform:translate(87.0602vw,-10px) scale(.556);animation:fall-91 11s -9s linear infinite}@keyframes fall-91{44.249%{transform:translate(86.0689vw,44.249vh) scale(.556)}to{transform:translate(86.56455vw,99vh) scale(.556)}}.snow:nth-child(92){opacity:.0776;transform:translate(80.7567vw,-10px) scale(.4845);animation:fall-92 23s -10s linear infinite}@keyframes fall-92{37.588%{transform:translate(82.5919vw,37.588vh) scale(.4845)}to{transform:translate(81.6743vw,99vh) scale(.4845)}}.snow:nth-child(93){opacity:.1922;transform:translate(47.4788vw,-10px) scale(.5463);animation:fall-93 17s -1s linear infinite}@keyframes fall-93{49.317%{transform:translate(51.4948vw,49.317vh) scale(.5463)}to{transform:translate(49.4868vw,99vh) scale(.5463)}}.snow:nth-child(94){opacity:.0858;transform:translate(42.1872vw,-10px) scale(.1788);animation:fall-94 16s -6s linear infinite}@keyframes fall-94{53.708%{transform:translate(50.1314vw,53.708vh) scale(.1788)}to{transform:translate(46.1593vw,99vh) scale(.1788)}}.snow:nth-child(95){opacity:1.4792;transform:translate(66.5872vw,-10px) scale(.647);animation:fall-95 22s -24s linear infinite}@keyframes fall-95{41.448%{transform:translate(68.8721vw,41.448vh) scale(.647)}to{transform:translate(67.72965vw,99vh) scale(.647)}}.snow:nth-child(96){opacity:.6112;transform:translate(79.3983vw,-10px) scale(.1889);animation:fall-96 30s -1s linear infinite}@keyframes fall-96{79.381%{transform:translate(84.7151vw,79.381vh) scale(.1889)}to{transform:translate(82.0567vw,99vh) scale(.1889)}}.snow:nth-child(97){opacity:1.591;transform:translate(74.7644vw,-10px) scale(.0158);animation:fall-97 15s -18s linear infinite}@keyframes fall-97{63.295%{transform:translate(81.1559vw,63.295vh) scale(.0158)}to{transform:translate(77.96015vw,99vh) scale(.0158)}}.snow:nth-child(98){opacity:.132;transform:translate(96.5193vw,-10px) scale(.383);animation:fall-98 30s -13s linear infinite}@keyframes fall-98{37.736%{transform:translate(98.6574vw,37.736vh) scale(.383)}to{transform:translate(97.58835vw,99vh) scale(.383)}}.snow:nth-child(99){opacity:1.135;transform:translate(77.026vw,-10px) scale(.2873);animation:fall-99 19s -27s linear infinite}@keyframes fall-99{63.491%{transform:translate(84.7449vw,63.491vh) scale(.2873)}to{transform:translate(80.88545vw,99vh) scale(.2873)}}.snow:nth-child(100){opacity:.3094;transform:translate(2.289vw,-10px) scale(.8089);animation:fall-100 17s -11s linear infinite}@keyframes fall-100{74.646%{transform:translate(9.0196vw,74.646vh) scale(.8089)}to{transform:translate(5.6543vw,99vh) scale(.8089)}}.snow:nth-child(101){opacity:.9498;transform:translate(38.5596vw,-10px) scale(.9152);animation:fall-101 28s -4s linear infinite}@keyframes fall-101{77.11%{transform:translate(47.8206vw,77.11vh) scale(.9152)}to{transform:translate(43.1901vw,99vh) scale(.9152)}}.snow:nth-child(102){opacity:1.6372;transform:translate(36.2947vw,-10px) scale(.2637);animation:fall-102 22s -25s linear infinite}@keyframes fall-102{69.634%{transform:translate(42.121vw,69.634vh) scale(.2637)}to{transform:translate(39.20785vw,99vh) scale(.2637)}}.snow:nth-child(103){opacity:1.1024;transform:translate(90.2845vw,-10px) scale(.0317);animation:fall-103 26s -8s linear infinite}@keyframes fall-103{63.005%{transform:translate(84.7092vw,63.005vh) scale(.0317)}to{transform:translate(87.49685vw,99vh) scale(.0317)}}.snow:nth-child(104){opacity:1.6754;transform:translate(81.4275vw,-10px) scale(.1624);animation:fall-104 29s -5s linear infinite}@keyframes fall-104{49.027%{transform:translate(78.0247vw,49.027vh) scale(.1624)}to{transform:translate(79.7261vw,99vh) scale(.1624)}}.snow:nth-child(105){opacity:.8454;transform:translate(12.8161vw,-10px) scale(.7028);animation:fall-105 13s -5s linear infinite}@keyframes fall-105{60.551%{transform:translate(16.1722vw,60.551vh) scale(.7028)}to{transform:translate(14.49415vw,99vh) scale(.7028)}}.snow:nth-child(106){opacity:1.12;transform:translate(50.8459vw,-10px) scale(.6872);animation:fall-106 20s -15s linear infinite}@keyframes fall-106{76.182%{transform:translate(55.8022vw,76.182vh) scale(.6872)}to{transform:translate(53.32405vw,99vh) scale(.6872)}}.snow:nth-child(107){opacity:.3974;transform:translate(76.6953vw,-10px) scale(.4683);animation:fall-107 23s -23s linear infinite}@keyframes fall-107{56.645%{transform:translate(85.6342vw,56.645vh) scale(.4683)}to{transform:translate(81.16475vw,99vh) scale(.4683)}}.snow:nth-child(108){opacity:.3128;transform:translate(3.0848vw,-10px) scale(.5434);animation:fall-108 15s -14s linear infinite}@keyframes fall-108{52.454%{transform:translate(12.5519vw,52.454vh) scale(.5434)}to{transform:translate(7.81835vw,99vh) scale(.5434)}}.snow:nth-child(109){opacity:1.179;transform:translate(34.3122vw,-10px) scale(.4072);animation:fall-109 11s -12s linear infinite}@keyframes fall-109{41.825%{transform:translate(26.8111vw,41.825vh) scale(.4072)}to{transform:translate(30.56165vw,99vh) scale(.4072)}}.snow:nth-child(110){opacity:1.0314;transform:translate(81.3349vw,-10px) scale(.8984);animation:fall-110 27s -4s linear infinite}@keyframes fall-110{32.817%{transform:translate(82.6941vw,32.817vh) scale(.8984)}to{transform:translate(82.0145vw,99vh) scale(.8984)}}.snow:nth-child(111){opacity:1.0574;transform:translate(82.5691vw,-10px) scale(.1747);animation:fall-111 17s -8s linear infinite}@keyframes fall-111{38.508%{transform:translate(90.486vw,38.508vh) scale(.1747)}to{transform:translate(86.52755vw,99vh) scale(.1747)}}.snow:nth-child(112){opacity:1.0192;transform:translate(25.1042vw,-10px) scale(.3454);animation:fall-112 10s -24s linear infinite}@keyframes fall-112{31.858%{transform:translate(26.2066vw,31.858vh) scale(.3454)}to{transform:translate(25.6554vw,99vh) scale(.3454)}}.snow:nth-child(113){opacity:.6918;transform:translate(96.0242vw,-10px) scale(.0373);animation:fall-113 19s -5s linear infinite}@keyframes fall-113{60.804%{transform:translate(88.2598vw,60.804vh) scale(.0373)}to{transform:translate(92.142vw,99vh) scale(.0373)}}.snow:nth-child(114){opacity:.3786;transform:translate(13.8593vw,-10px) scale(.4828);animation:fall-114 18s -22s linear infinite}@keyframes fall-114{43.384%{transform:translate(11.7618vw,43.384vh) scale(.4828)}to{transform:translate(12.81055vw,99vh) scale(.4828)}}.snow:nth-child(115){opacity:.632;transform:translate(89.5512vw,-10px) scale(.9215);animation:fall-115 16s -2s linear infinite}@keyframes fall-115{58.232%{transform:translate(99.4434vw,58.232vh) scale(.9215)}to{transform:translate(94.4973vw,99vh) scale(.9215)}}.snow:nth-child(116){opacity:.1796;transform:translate(69.3057vw,-10px) scale(.9826);animation:fall-116 24s -16s linear infinite}@keyframes fall-116{55.432%{transform:translate(76.5177vw,55.432vh) scale(.9826)}to{transform:translate(72.9117vw,99vh) scale(.9826)}}.snow:nth-child(117){opacity:.114;transform:translate(35.4893vw,-10px) scale(.2685);animation:fall-117 22s -8s linear infinite}@keyframes fall-117{34.336%{transform:translate(34.0626vw,34.336vh) scale(.2685)}to{transform:translate(34.77595vw,99vh) scale(.2685)}}.snow:nth-child(118){opacity:1.22;transform:translate(19.3011vw,-10px) scale(.8725);animation:fall-118 18s -19s linear infinite}@keyframes fall-118{50.929%{transform:translate(10.7751vw,50.929vh) scale(.8725)}to{transform:translate(15.0381vw,99vh) scale(.8725)}}.snow:nth-child(119){opacity:1.303;transform:translate(99.4637vw,-10px) scale(.2135);animation:fall-119 24s -5s linear infinite}@keyframes fall-119{67.864%{transform:translate(105.0817vw,67.864vh) scale(.2135)}to{transform:translate(102.2727vw,99vh) scale(.2135)}}.snow:nth-child(120){opacity:.084;transform:translate(31.144vw,-10px) scale(.4677);animation:fall-120 30s -7s linear infinite}@keyframes fall-120{40.295%{transform:translate(33.5679vw,40.295vh) scale(.4677)}to{transform:translate(32.35595vw,99vh) scale(.4677)}}.snow:nth-child(121){opacity:.0402;transform:translate(38.6666vw,-10px) scale(.4802);animation:fall-121 16s -13s linear infinite}@keyframes fall-121{72.278%{transform:translate(36.9171vw,72.278vh) scale(.4802)}to{transform:translate(37.79185vw,99vh) scale(.4802)}}.snow:nth-child(122){opacity:1.18;transform:translate(54.4122vw,-10px) scale(.9268);animation:fall-122 26s -24s linear infinite}@keyframes fall-122{53.489%{transform:translate(48.2796vw,53.489vh) scale(.9268)}to{transform:translate(51.3459vw,99vh) scale(.9268)}}.snow:nth-child(123){opacity:1.134;transform:translate(34.1756vw,-10px) scale(.8325);animation:fall-123 24s -6s linear infinite}@keyframes fall-123{58.625%{transform:translate(36.3266vw,58.625vh) scale(.8325)}to{transform:translate(35.2511vw,99vh) scale(.8325)}}.snow:nth-child(124){opacity:1.824;transform:translate(2.4421vw,-10px) scale(.3675);animation:fall-124 11s -13s linear infinite}@keyframes fall-124{53.535%{transform:translate(5.1144vw,53.535vh) scale(.3675)}to{transform:translate(3.77825vw,99vh) scale(.3675)}}.snow:nth-child(125){opacity:1.4616;transform:translate(69.5939vw,-10px) scale(.7506);animation:fall-125 19s -15s linear infinite}@keyframes fall-125{67.756%{transform:translate(61.2179vw,67.756vh) scale(.7506)}to{transform:translate(65.4059vw,99vh) scale(.7506)}}.snow:nth-child(126){opacity:1.3772;transform:translate(54.6459vw,-10px) scale(.961);animation:fall-126 19s -16s linear infinite}@keyframes fall-126{50.388%{transform:translate(54.6382vw,50.388vh) scale(.961)}to{transform:translate(54.64205vw,99vh) scale(.961)}}.snow:nth-child(127){opacity:.604;transform:translate(24.0523vw,-10px) scale(.5815);animation:fall-127 30s -5s linear infinite}@keyframes fall-127{47.678%{transform:translate(23.5275vw,47.678vh) scale(.5815)}to{transform:translate(23.7899vw,99vh) scale(.5815)}}.snow:nth-child(128){opacity:.3954;transform:translate(43.0655vw,-10px) scale(.5652);animation:fall-128 11s -11s linear infinite}@keyframes fall-128{38.758%{transform:translate(50.3477vw,38.758vh) scale(.5652)}to{transform:translate(46.7066vw,99vh) scale(.5652)}}.snow:nth-child(129){opacity:.5776;transform:translate(86.1362vw,-10px) scale(.0101);animation:fall-129 23s -24s linear infinite}@keyframes fall-129{78.155%{transform:translate(79.25vw,78.155vh) scale(.0101)}to{transform:translate(82.6931vw,99vh) scale(.0101)}}.snow:nth-child(130){opacity:.359;transform:translate(43.7291vw,-10px) scale(.601);animation:fall-130 18s -15s linear infinite}@keyframes fall-130{64.593%{transform:translate(47.0608vw,64.593vh) scale(.601)}to{transform:translate(45.39495vw,99vh) scale(.601)}}.snow:nth-child(131){opacity:1.3526;transform:translate(1.2659vw,-10px) scale(.2326);animation:fall-131 30s -19s linear infinite}@keyframes fall-131{56.883%{transform:translate(-1.0078vw,56.883vh) scale(.2326)}to{transform:translate(.12905vw,99vh) scale(.2326)}}.snow:nth-child(132){opacity:.2452;transform:translate(92.1013vw,-10px) scale(.1029);animation:fall-132 22s -19s linear infinite}@keyframes fall-132{45.882%{transform:translate(93.516vw,45.882vh) scale(.1029)}to{transform:translate(92.80865vw,99vh) scale(.1029)}}.snow:nth-child(133){opacity:1.1522;transform:translate(63.6598vw,-10px) scale(.3565);animation:fall-133 10s -20s linear infinite}@keyframes fall-133{79.076%{transform:translate(68.2116vw,79.076vh) scale(.3565)}to{transform:translate(65.9357vw,99vh) scale(.3565)}}.snow:nth-child(134){opacity:.9722;transform:translate(46.2494vw,-10px) scale(.3215);animation:fall-134 27s -27s linear infinite}@keyframes fall-134{62.759%{transform:translate(53.6412vw,62.759vh) scale(.3215)}to{transform:translate(49.9453vw,99vh) scale(.3215)}}.snow:nth-child(135){opacity:1.3382;transform:translate(88.0942vw,-10px) scale(.6436);animation:fall-135 29s -10s linear infinite}@keyframes fall-135{43.294%{transform:translate(81.6358vw,43.294vh) scale(.6436)}to{transform:translate(84.865vw,99vh) scale(.6436)}}.snow:nth-child(136){opacity:1.9768;transform:translate(92.4735vw,-10px) scale(.7639);animation:fall-136 27s -30s linear infinite}@keyframes fall-136{36.088%{transform:translate(99.4762vw,36.088vh) scale(.7639)}to{transform:translate(95.97485vw,99vh) scale(.7639)}}.snow:nth-child(137){opacity:1.5796;transform:translate(99.4513vw,-10px) scale(.4003);animation:fall-137 23s -5s linear infinite}@keyframes fall-137{42.03%{transform:translate(98.9163vw,42.03vh) scale(.4003)}to{transform:translate(99.1838vw,99vh) scale(.4003)}}.snow:nth-child(138){opacity:.5724;transform:translate(89.741vw,-10px) scale(.725);animation:fall-138 30s -26s linear infinite}@keyframes fall-138{34.712%{transform:translate(97.9928vw,34.712vh) scale(.725)}to{transform:translate(93.8669vw,99vh) scale(.725)}}.snow:nth-child(139){opacity:.0176;transform:translate(3.0183vw,-10px) scale(.0698);animation:fall-139 13s -17s linear infinite}@keyframes fall-139{48.065%{transform:translate(2.7792vw,48.065vh) scale(.0698)}to{transform:translate(2.89875vw,99vh) scale(.0698)}}.snow:nth-child(140){opacity:1.0316;transform:translate(93.2035vw,-10px) scale(.6333);animation:fall-140 25s -10s linear infinite}@keyframes fall-140{36.277%{transform:translate(94.4438vw,36.277vh) scale(.6333)}to{transform:translate(93.82365vw,99vh) scale(.6333)}}.snow:nth-child(141){opacity:.236;transform:translate(46.8926vw,-10px) scale(.4335);animation:fall-141 20s -7s linear infinite}@keyframes fall-141{61.64%{transform:translate(44.8052vw,61.64vh) scale(.4335)}to{transform:translate(45.8489vw,99vh) scale(.4335)}}.snow:nth-child(142){opacity:1.366;transform:translate(15.9702vw,-10px) scale(.0161);animation:fall-142 15s -18s linear infinite}@keyframes fall-142{42.13%{transform:translate(22.0147vw,42.13vh) scale(.0161)}to{transform:translate(18.99245vw,99vh) scale(.0161)}}.snow:nth-child(143){opacity:1.5422;transform:translate(81.3247vw,-10px) scale(.3437);animation:fall-143 11s -28s linear infinite}@keyframes fall-143{78.47%{transform:translate(87.1815vw,78.47vh) scale(.3437)}to{transform:translate(84.2531vw,99vh) scale(.3437)}}.snow:nth-child(144){opacity:1.3268;transform:translate(98.0541vw,-10px) scale(.752);animation:fall-144 14s -24s linear infinite}@keyframes fall-144{71.916%{transform:translate(107.9255vw,71.916vh) scale(.752)}to{transform:translate(102.9898vw,99vh) scale(.752)}}.snow:nth-child(145){opacity:1.869;transform:translate(71.6061vw,-10px) scale(.504);animation:fall-145 27s -26s linear infinite}@keyframes fall-145{42.579%{transform:translate(70.9035vw,42.579vh) scale(.504)}to{transform:translate(71.2548vw,99vh) scale(.504)}}.snow:nth-child(146){opacity:1.9528;transform:translate(64.231vw,-10px) scale(.7263);animation:fall-146 26s -4s linear infinite}@keyframes fall-146{54.636%{transform:translate(62.7864vw,54.636vh) scale(.7263)}to{transform:translate(63.5087vw,99vh) scale(.7263)}}.snow:nth-child(147){opacity:.9328;transform:translate(20.0849vw,-10px) scale(.0961);animation:fall-147 14s -8s linear infinite}@keyframes fall-147{42.601%{transform:translate(29.8599vw,42.601vh) scale(.0961)}to{transform:translate(24.9724vw,99vh) scale(.0961)}}.snow:nth-child(148){opacity:.9308;transform:translate(.8826vw,-10px) scale(.058);animation:fall-148 17s -29s linear infinite}@keyframes fall-148{77.721%{transform:translate(7.7207vw,77.721vh) scale(.058)}to{transform:translate(4.30165vw,99vh) scale(.058)}}.snow:nth-child(149){opacity:.5896;transform:translate(47.1296vw,-10px) scale(.3315);animation:fall-149 13s -10s linear infinite}@keyframes fall-149{33.227%{transform:translate(48.5117vw,33.227vh) scale(.3315)}to{transform:translate(47.82065vw,99vh) scale(.3315)}}.snow:nth-child(150){opacity:1.9878;transform:translate(7.6372vw,-10px) scale(.2326);animation:fall-150 11s -3s linear infinite}@keyframes fall-150{49.102%{transform:translate(8.7013vw,49.102vh) scale(.2326)}to{transform:translate(8.16925vw,99vh) scale(.2326)}}.snow:nth-child(151){opacity:.6126;transform:translate(86.0255vw,-10px) scale(.5854);animation:fall-151 22s -3s linear infinite}@keyframes fall-151{44.502%{transform:translate(90.0366vw,44.502vh) scale(.5854)}to{transform:translate(88.03105vw,99vh) scale(.5854)}}.snow:nth-child(152){opacity:1.8584;transform:translate(29.5035vw,-10px) scale(.6536);animation:fall-152 26s -10s linear infinite}@keyframes fall-152{75.923%{transform:translate(28.296vw,75.923vh) scale(.6536)}to{transform:translate(28.89975vw,99vh) scale(.6536)}}.snow:nth-child(153){opacity:1.7028;transform:translate(7.549vw,-10px) scale(.7853);animation:fall-153 11s -25s linear infinite}@keyframes fall-153{45.646%{transform:translate(4.1351vw,45.646vh) scale(.7853)}to{transform:translate(5.84205vw,99vh) scale(.7853)}}.snow:nth-child(154){opacity:.3146;transform:translate(20.191vw,-10px) scale(.0853);animation:fall-154 24s -6s linear infinite}@keyframes fall-154{69.265%{transform:translate(17.5352vw,69.265vh) scale(.0853)}to{transform:translate(18.8631vw,99vh) scale(.0853)}}.snow:nth-child(155){opacity:1.743;transform:translate(49.7773vw,-10px) scale(.7984);animation:fall-155 29s -7s linear infinite}@keyframes fall-155{67.703%{transform:translate(56.8153vw,67.703vh) scale(.7984)}to{transform:translate(53.2963vw,99vh) scale(.7984)}}.snow:nth-child(156){opacity:1.4096;transform:translate(23.884vw,-10px) scale(.9509);animation:fall-156 27s -16s linear infinite}@keyframes fall-156{58.882%{transform:translate(28.5502vw,58.882vh) scale(.9509)}to{transform:translate(26.2171vw,99vh) scale(.9509)}}.snow:nth-child(157){opacity:.7236;transform:translate(35.0631vw,-10px) scale(.4019);animation:fall-157 11s -24s linear infinite}@keyframes fall-157{53.085%{transform:translate(26.3252vw,53.085vh) scale(.4019)}to{transform:translate(30.69415vw,99vh) scale(.4019)}}.snow:nth-child(158){opacity:.0578;transform:translate(34.9018vw,-10px) scale(.3133);animation:fall-158 19s -12s linear infinite}@keyframes fall-158{67.015%{transform:translate(39.1724vw,67.015vh) scale(.3133)}to{transform:translate(37.0371vw,99vh) scale(.3133)}}.snow:nth-child(159){opacity:.7258;transform:translate(16.2335vw,-10px) scale(.6627);animation:fall-159 23s -17s linear infinite}@keyframes fall-159{71.774%{transform:translate(17.8429vw,71.774vh) scale(.6627)}to{transform:translate(17.0382vw,99vh) scale(.6627)}}.snow:nth-child(160){opacity:.2076;transform:translate(28.8641vw,-10px) scale(.3637);animation:fall-160 13s -28s linear infinite}@keyframes fall-160{66.442%{transform:translate(36.6955vw,66.442vh) scale(.3637)}to{transform:translate(32.7798vw,99vh) scale(.3637)}}.snow:nth-child(161){opacity:1.3418;transform:translate(44.4299vw,-10px) scale(.0991);animation:fall-161 18s -2s linear infinite}@keyframes fall-161{70.212%{transform:translate(36.8037vw,70.212vh) scale(.0991)}to{transform:translate(40.6168vw,99vh) scale(.0991)}}.snow:nth-child(162){opacity:1.8588;transform:translate(87.6981vw,-10px) scale(.1357);animation:fall-162 25s -16s linear infinite}@keyframes fall-162{38.297%{transform:translate(83.6396vw,38.297vh) scale(.1357)}to{transform:translate(85.66885vw,99vh) scale(.1357)}}.snow:nth-child(163){opacity:.2586;transform:translate(42.1074vw,-10px) scale(.2054);animation:fall-163 30s -22s linear infinite}@keyframes fall-163{49.75%{transform:translate(48.706vw,49.75vh) scale(.2054)}to{transform:translate(45.4067vw,99vh) scale(.2054)}}.snow:nth-child(164){opacity:.4512;transform:translate(88.4837vw,-10px) scale(.922);animation:fall-164 29s -26s linear infinite}@keyframes fall-164{32.556%{transform:translate(94.3131vw,32.556vh) scale(.922)}to{transform:translate(91.3984vw,99vh) scale(.922)}}.snow:nth-child(165){opacity:.8614;transform:translate(65.3404vw,-10px) scale(.9407);animation:fall-165 14s -3s linear infinite}@keyframes fall-165{30.957%{transform:translate(61.1055vw,30.957vh) scale(.9407)}to{transform:translate(63.22295vw,99vh) scale(.9407)}}.snow:nth-child(166){opacity:.4618;transform:translate(87.0819vw,-10px) scale(.5486);animation:fall-166 29s -27s linear infinite}@keyframes fall-166{31.379%{transform:translate(80.4541vw,31.379vh) scale(.5486)}to{transform:translate(83.768vw,99vh) scale(.5486)}}.snow:nth-child(167){opacity:.5084;transform:translate(81.6735vw,-10px) scale(.3013);animation:fall-167 10s -30s linear infinite}@keyframes fall-167{32.436%{transform:translate(91.6522vw,32.436vh) scale(.3013)}to{transform:translate(86.66285vw,99vh) scale(.3013)}}.snow:nth-child(168){opacity:1.244;transform:translate(55.2106vw,-10px) scale(.4241);animation:fall-168 11s -30s linear infinite}@keyframes fall-168{36.002%{transform:translate(53.7944vw,36.002vh) scale(.4241)}to{transform:translate(54.5025vw,99vh) scale(.4241)}}.snow:nth-child(169){opacity:1.3632;transform:translate(39.7629vw,-10px) scale(.168);animation:fall-169 18s -8s linear infinite}@keyframes fall-169{33.152%{transform:translate(39.6992vw,33.152vh) scale(.168)}to{transform:translate(39.73105vw,99vh) scale(.168)}}.snow:nth-child(170){opacity:1.313;transform:translate(38.6678vw,-10px) scale(.871);animation:fall-170 26s -18s linear infinite}@keyframes fall-170{38.67%{transform:translate(45.7779vw,38.67vh) scale(.871)}to{transform:translate(42.22285vw,99vh) scale(.871)}}.snow:nth-child(171){opacity:.47;transform:translate(93.0056vw,-10px) scale(.9181);animation:fall-171 13s -25s linear infinite}@keyframes fall-171{74.809%{transform:translate(90.6773vw,74.809vh) scale(.9181)}to{transform:translate(91.84145vw,99vh) scale(.9181)}}.snow:nth-child(172){opacity:1.1356;transform:translate(75.5675vw,-10px) scale(.4798);animation:fall-172 11s -15s linear infinite}@keyframes fall-172{57.481%{transform:translate(80.5154vw,57.481vh) scale(.4798)}to{transform:translate(78.04145vw,99vh) scale(.4798)}}.snow:nth-child(173){opacity:.1898;transform:translate(33.4308vw,-10px) scale(.3818);animation:fall-173 17s -26s linear infinite}@keyframes fall-173{39.12%{transform:translate(34.3642vw,39.12vh) scale(.3818)}to{transform:translate(33.8975vw,99vh) scale(.3818)}}.snow:nth-child(174){opacity:1.5356;transform:translate(17.2658vw,-10px) scale(.2668);animation:fall-174 11s -3s linear infinite}@keyframes fall-174{43.857%{transform:translate(8.5752vw,43.857vh) scale(.2668)}to{transform:translate(12.9205vw,99vh) scale(.2668)}}.snow:nth-child(175){opacity:1.517;transform:translate(17.7251vw,-10px) scale(.3096);animation:fall-175 14s -3s linear infinite}@keyframes fall-175{57.488%{transform:translate(13.202vw,57.488vh) scale(.3096)}to{transform:translate(15.46355vw,99vh) scale(.3096)}}.snow:nth-child(176){opacity:1.5024;transform:translate(38.3207vw,-10px) scale(.5624);animation:fall-176 26s -14s linear infinite}@keyframes fall-176{62.845%{transform:translate(43.3508vw,62.845vh) scale(.5624)}to{transform:translate(40.83575vw,99vh) scale(.5624)}}.snow:nth-child(177){opacity:.2618;transform:translate(48.2256vw,-10px) scale(.9611);animation:fall-177 21s -25s linear infinite}@keyframes fall-177{41.325%{transform:translate(57.0297vw,41.325vh) scale(.9611)}to{transform:translate(52.62765vw,99vh) scale(.9611)}}.snow:nth-child(178){opacity:.929;transform:translate(26.6441vw,-10px) scale(.7347);animation:fall-178 24s -5s linear infinite}@keyframes fall-178{36.16%{transform:translate(16.838vw,36.16vh) scale(.7347)}to{transform:translate(21.74105vw,99vh) scale(.7347)}}.snow:nth-child(179){opacity:1.2188;transform:translate(63.2025vw,-10px) scale(.2328);animation:fall-179 26s -26s linear infinite}@keyframes fall-179{74.371%{transform:translate(59.1061vw,74.371vh) scale(.2328)}to{transform:translate(61.1543vw,99vh) scale(.2328)}}.snow:nth-child(180){opacity:.9854;transform:translate(53.5899vw,-10px) scale(.8938);animation:fall-180 29s -30s linear infinite}@keyframes fall-180{72.868%{transform:translate(46.5672vw,72.868vh) scale(.8938)}to{transform:translate(50.07855vw,99vh) scale(.8938)}}.snow:nth-child(181){opacity:.3742;transform:translate(69.6197vw,-10px) scale(.5755);animation:fall-181 22s -24s linear infinite}@keyframes fall-181{69.15%{transform:translate(63.9614vw,69.15vh) scale(.5755)}to{transform:translate(66.79055vw,99vh) scale(.5755)}}.snow:nth-child(182){opacity:.3858;transform:translate(52.306vw,-10px) scale(.7842);animation:fall-182 19s -20s linear infinite}@keyframes fall-182{71.961%{transform:translate(54.5327vw,71.961vh) scale(.7842)}to{transform:translate(53.41935vw,99vh) scale(.7842)}}.snow:nth-child(183){opacity:.0768;transform:translate(68.5894vw,-10px) scale(.9064);animation:fall-183 26s -27s linear infinite}@keyframes fall-183{38.476%{transform:translate(64.2375vw,38.476vh) scale(.9064)}to{transform:translate(66.41345vw,99vh) scale(.9064)}}.snow:nth-child(184){opacity:1.0142;transform:translate(55.9466vw,-10px) scale(.5068);animation:fall-184 28s -8s linear infinite}@keyframes fall-184{70.453%{transform:translate(64.6078vw,70.453vh) scale(.5068)}to{transform:translate(60.2772vw,99vh) scale(.5068)}}.snow:nth-child(185){opacity:1.3466;transform:translate(1.9086vw,-10px) scale(.3947);animation:fall-185 18s -18s linear infinite}@keyframes fall-185{32.62%{transform:translate(7.2958vw,32.62vh) scale(.3947)}to{transform:translate(4.6022vw,99vh) scale(.3947)}}.snow:nth-child(186){opacity:.7452;transform:translate(63.5164vw,-10px) scale(.4658);animation:fall-186 29s -1s linear infinite}@keyframes fall-186{62.997%{transform:translate(56.869vw,62.997vh) scale(.4658)}to{transform:translate(60.1927vw,99vh) scale(.4658)}}.snow:nth-child(187){opacity:1.3994;transform:translate(51.3641vw,-10px) scale(.588);animation:fall-187 10s -14s linear infinite}@keyframes fall-187{36.716%{transform:translate(52.574vw,36.716vh) scale(.588)}to{transform:translate(51.96905vw,99vh) scale(.588)}}.snow:nth-child(188){opacity:1.4546;transform:translate(80.7094vw,-10px) scale(.0822);animation:fall-188 19s -24s linear infinite}@keyframes fall-188{75.621%{transform:translate(88.4909vw,75.621vh) scale(.0822)}to{transform:translate(84.60015vw,99vh) scale(.0822)}}.snow:nth-child(189){opacity:1.7064;transform:translate(10.1498vw,-10px) scale(.3294);animation:fall-189 30s -13s linear infinite}@keyframes fall-189{61.196%{transform:translate(15.3981vw,61.196vh) scale(.3294)}to{transform:translate(12.77395vw,99vh) scale(.3294)}}.snow:nth-child(190){opacity:.5004;transform:translate(7.9166vw,-10px) scale(.2002);animation:fall-190 18s -3s linear infinite}@keyframes fall-190{64.897%{transform:translate(.427vw,64.897vh) scale(.2002)}to{transform:translate(4.1718vw,99vh) scale(.2002)}}.snow:nth-child(191){opacity:.6482;transform:translate(11.627vw,-10px) scale(.8131);animation:fall-191 12s -26s linear infinite}@keyframes fall-191{74.962%{transform:translate(16.8988vw,74.962vh) scale(.8131)}to{transform:translate(14.2629vw,99vh) scale(.8131)}}.snow:nth-child(192){opacity:1.7278;transform:translate(61.8701vw,-10px) scale(.7841);animation:fall-192 15s -19s linear infinite}@keyframes fall-192{31.446%{transform:translate(52.3726vw,31.446vh) scale(.7841)}to{transform:translate(57.12135vw,99vh) scale(.7841)}}.snow:nth-child(193){opacity:1.5906;transform:translate(68.9453vw,-10px) scale(.4341);animation:fall-193 30s -8s linear infinite}@keyframes fall-193{61.698%{transform:translate(74.6536vw,61.698vh) scale(.4341)}to{transform:translate(71.79945vw,99vh) scale(.4341)}}.snow:nth-child(194){opacity:1.359;transform:translate(.2854vw,-10px) scale(.5769);animation:fall-194 30s -20s linear infinite}@keyframes fall-194{54.747%{transform:translate(6.4971vw,54.747vh) scale(.5769)}to{transform:translate(3.39125vw,99vh) scale(.5769)}}.snow:nth-child(195){opacity:.188;transform:translate(33.7872vw,-10px) scale(.503);animation:fall-195 22s -11s linear infinite}@keyframes fall-195{54.935%{transform:translate(38.5653vw,54.935vh) scale(.503)}to{transform:translate(36.17625vw,99vh) scale(.503)}}.snow:nth-child(196){opacity:.083;transform:translate(79.3913vw,-10px) scale(.1206);animation:fall-196 15s -8s linear infinite}@keyframes fall-196{30.084%{transform:translate(79.1568vw,30.084vh) scale(.1206)}to{transform:translate(79.27405vw,99vh) scale(.1206)}}.snow:nth-child(197){opacity:1.9358;transform:translate(91.3722vw,-10px) scale(.4384);animation:fall-197 25s -3s linear infinite}@keyframes fall-197{64.258%{transform:translate(94.5959vw,64.258vh) scale(.4384)}to{transform:translate(92.98405vw,99vh) scale(.4384)}}.snow:nth-child(198){opacity:.1644;transform:translate(46.9435vw,-10px) scale(.0402);animation:fall-198 17s -11s linear infinite}@keyframes fall-198{69.463%{transform:translate(48.2398vw,69.463vh) scale(.0402)}to{transform:translate(47.59165vw,99vh) scale(.0402)}}.snow:nth-child(199){opacity:.5856;transform:translate(38.3884vw,-10px) scale(.5798);animation:fall-199 14s -6s linear infinite}@keyframes fall-199{41.432%{transform:translate(29.4739vw,41.432vh) scale(.5798)}to{transform:translate(33.93115vw,99vh) scale(.5798)}}.snow:nth-child(200){opacity:.6562;transform:translate(73.2037vw,-10px) scale(.2658);animation:fall-200 29s -29s linear infinite}@keyframes fall-200{58.014%{transform:translate(66.1116vw,58.014vh) scale(.2658)}to{transform:translate(69.65765vw,99vh) scale(.2658)}}.snow:nth-child(201){opacity:.6334;transform:translate(74.8603vw,-10px) scale(.3563);animation:fall-201 16s -19s linear infinite}@keyframes fall-201{73.047%{transform:translate(78.4705vw,73.047vh) scale(.3563)}to{transform:translate(76.6654vw,99vh) scale(.3563)}}.snow:nth-child(202){opacity:.1906;transform:translate(99.9544vw,-10px) scale(.0006);animation:fall-202 27s -21s linear infinite}@keyframes fall-202{65.948%{transform:translate(103.959vw,65.948vh) scale(.0006)}to{transform:translate(101.9567vw,99vh) scale(.0006)}}.snow:nth-child(203){opacity:.7514;transform:translate(53.2408vw,-10px) scale(.6316);animation:fall-203 26s -9s linear infinite}@keyframes fall-203{69.975%{transform:translate(53.0849vw,69.975vh) scale(.6316)}to{transform:translate(53.16285vw,99vh) scale(.6316)}}.snow:nth-child(204){opacity:.776;transform:translate(59.5031vw,-10px) scale(.9018);animation:fall-204 28s -27s linear infinite}@keyframes fall-204{47.113%{transform:translate(63.8752vw,47.113vh) scale(.9018)}to{transform:translate(61.68915vw,99vh) scale(.9018)}}.snow:nth-child(205){opacity:.7104;transform:translate(20.7392vw,-10px) scale(.4044);animation:fall-205 11s -15s linear infinite}@keyframes fall-205{47.208%{transform:translate(12.5143vw,47.208vh) scale(.4044)}to{transform:translate(16.62675vw,99vh) scale(.4044)}}.snow:nth-child(206){opacity:.7136;transform:translate(9.1374vw,-10px) scale(.861);animation:fall-206 18s -22s linear infinite}@keyframes fall-206{73.491%{transform:translate(10.4744vw,73.491vh) scale(.861)}to{transform:translate(9.8059vw,99vh) scale(.861)}}.snow:nth-child(207){opacity:1.3444;transform:translate(70.2973vw,-10px) scale(.5045);animation:fall-207 15s -19s linear infinite}@keyframes fall-207{51.119%{transform:translate(69.5966vw,51.119vh) scale(.5045)}to{transform:translate(69.94695vw,99vh) scale(.5045)}}.snow:nth-child(208){opacity:.057;transform:translate(51.5731vw,-10px) scale(.1788);animation:fall-208 24s -15s linear infinite}@keyframes fall-208{39.501%{transform:translate(43.2823vw,39.501vh) scale(.1788)}to{transform:translate(47.4277vw,99vh) scale(.1788)}}.snow:nth-child(209){opacity:.14;transform:translate(69.6273vw,-10px) scale(.0878);animation:fall-209 20s -14s linear infinite}@keyframes fall-209{31.607%{transform:translate(78.5301vw,31.607vh) scale(.0878)}to{transform:translate(74.0787vw,99vh) scale(.0878)}}.snow:nth-child(210){opacity:1.9726;transform:translate(45.5494vw,-10px) scale(.3893);animation:fall-210 13s -19s linear infinite}@keyframes fall-210{49.212%{transform:translate(43.6936vw,49.212vh) scale(.3893)}to{transform:translate(44.6215vw,99vh) scale(.3893)}}.snow:nth-child(211){opacity:.4968;transform:translate(60.1766vw,-10px) scale(.0635);animation:fall-211 29s -15s linear infinite}@keyframes fall-211{42.183%{transform:translate(61.1944vw,42.183vh) scale(.0635)}to{transform:translate(60.6855vw,99vh) scale(.0635)}}.snow:nth-child(212){opacity:.561;transform:translate(39.9948vw,-10px) scale(.9073);animation:fall-212 25s -3s linear infinite}@keyframes fall-212{48.499%{transform:translate(49.7317vw,48.499vh) scale(.9073)}to{transform:translate(44.86325vw,99vh) scale(.9073)}}.snow:nth-child(213){opacity:1.7528;transform:translate(76.2885vw,-10px) scale(.8911);animation:fall-213 22s -7s linear infinite}@keyframes fall-213{39.017%{transform:translate(70.9089vw,39.017vh) scale(.8911)}to{transform:translate(73.5987vw,99vh) scale(.8911)}}.snow:nth-child(214){opacity:.9114;transform:translate(81.1451vw,-10px) scale(.9657);animation:fall-214 14s -9s linear infinite}@keyframes fall-214{51.822%{transform:translate(72.5505vw,51.822vh) scale(.9657)}to{transform:translate(76.8478vw,99vh) scale(.9657)}}.snow:nth-child(215){opacity:.1136;transform:translate(68.6793vw,-10px) scale(.3245);animation:fall-215 30s -4s linear infinite}@keyframes fall-215{74.175%{transform:translate(69.7383vw,74.175vh) scale(.3245)}to{transform:translate(69.2088vw,99vh) scale(.3245)}}.snow:nth-child(216){opacity:.3996;transform:translate(26.8292vw,-10px) scale(.8132);animation:fall-216 15s -5s linear infinite}@keyframes fall-216{47.246%{transform:translate(23.2343vw,47.246vh) scale(.8132)}to{transform:translate(25.03175vw,99vh) scale(.8132)}}.snow:nth-child(217){opacity:.3634;transform:translate(2.1872vw,-10px) scale(.7152);animation:fall-217 23s -14s linear infinite}@keyframes fall-217{46.732%{transform:translate(-6.7961vw,46.732vh) scale(.7152)}to{transform:translate(-2.30445vw,99vh) scale(.7152)}}.snow:nth-child(218){opacity:.069;transform:translate(89.4793vw,-10px) scale(.1665);animation:fall-218 24s -12s linear infinite}@keyframes fall-218{51.459%{transform:translate(84.3932vw,51.459vh) scale(.1665)}to{transform:translate(86.93625vw,99vh) scale(.1665)}}.snow:nth-child(219){opacity:.042;transform:translate(77.0751vw,-10px) scale(.5453);animation:fall-219 20s -26s linear infinite}@keyframes fall-219{46.082%{transform:translate(71.9415vw,46.082vh) scale(.5453)}to{transform:translate(74.5083vw,99vh) scale(.5453)}}.snow:nth-child(220){opacity:.188;transform:translate(36.4651vw,-10px) scale(.9076);animation:fall-220 19s -20s linear infinite}@keyframes fall-220{68.077%{transform:translate(46.397vw,68.077vh) scale(.9076)}to{transform:translate(41.43105vw,99vh) scale(.9076)}}.snow:nth-child(221){opacity:.247;transform:translate(49.8722vw,-10px) scale(.0471);animation:fall-221 19s -15s linear infinite}@keyframes fall-221{36.445%{transform:translate(47.0647vw,36.445vh) scale(.0471)}to{transform:translate(48.46845vw,99vh) scale(.0471)}}.snow:nth-child(222){opacity:1.034;transform:translate(16.57vw,-10px) scale(.8166);animation:fall-222 26s -28s linear infinite}@keyframes fall-222{37.387%{transform:translate(13.3853vw,37.387vh) scale(.8166)}to{transform:translate(14.97765vw,99vh) scale(.8166)}}.snow:nth-child(223){opacity:1.89;transform:translate(77.0719vw,-10px) scale(.0837);animation:fall-223 30s -22s linear infinite}@keyframes fall-223{41.047%{transform:translate(85.3585vw,41.047vh) scale(.0837)}to{transform:translate(81.2152vw,99vh) scale(.0837)}}.snow:nth-child(224){opacity:.0848;transform:translate(20.2566vw,-10px) scale(.046);animation:fall-224 27s -3s linear infinite}@keyframes fall-224{34.967%{transform:translate(13.77vw,34.967vh) scale(.046)}to{transform:translate(17.0133vw,99vh) scale(.046)}}.snow:nth-child(225){opacity:1.435;transform:translate(52.3198vw,-10px) scale(.7352);animation:fall-225 26s -30s linear infinite}@keyframes fall-225{47.869%{transform:translate(61.5894vw,47.869vh) scale(.7352)}to{transform:translate(56.9546vw,99vh) scale(.7352)}}.snow:nth-child(226){opacity:.8276;transform:translate(93.0025vw,-10px) scale(.3834);animation:fall-226 23s -28s linear infinite}@keyframes fall-226{66.861%{transform:translate(86.2309vw,66.861vh) scale(.3834)}to{transform:translate(89.6167vw,99vh) scale(.3834)}}.snow:nth-child(227){opacity:1.5398;transform:translate(35.9088vw,-10px) scale(.0357);animation:fall-227 16s -21s linear infinite}@keyframes fall-227{62.485%{transform:translate(38.2297vw,62.485vh) scale(.0357)}to{transform:translate(37.06925vw,99vh) scale(.0357)}}.snow:nth-child(228){opacity:.4022;transform:translate(16.0051vw,-10px) scale(.76);animation:fall-228 28s -4s linear infinite}@keyframes fall-228{33.812%{transform:translate(15.3396vw,33.812vh) scale(.76)}to{transform:translate(15.67235vw,99vh) scale(.76)}}.snow:nth-child(229){opacity:.1378;transform:translate(79.1012vw,-10px) scale(.6272);animation:fall-229 30s -14s linear infinite}@keyframes fall-229{49.035%{transform:translate(72.5937vw,49.035vh) scale(.6272)}to{transform:translate(75.84745vw,99vh) scale(.6272)}}.snow:nth-child(230){opacity:1.8244;transform:translate(89.8823vw,-10px) scale(.26);animation:fall-230 14s -20s linear infinite}@keyframes fall-230{63.96%{transform:translate(88.6816vw,63.96vh) scale(.26)}to{transform:translate(89.28195vw,99vh) scale(.26)}}.snow:nth-child(231){opacity:1.6802;transform:translate(78.1424vw,-10px) scale(.2142);animation:fall-231 24s -26s linear infinite}@keyframes fall-231{60.126%{transform:translate(76.0079vw,60.126vh) scale(.2142)}to{transform:translate(77.07515vw,99vh) scale(.2142)}}.snow:nth-child(232){opacity:.7484;transform:translate(74.8831vw,-10px) scale(.5083);animation:fall-232 29s -5s linear infinite}@keyframes fall-232{60.756%{transform:translate(69.8227vw,60.756vh) scale(.5083)}to{transform:translate(72.3529vw,99vh) scale(.5083)}}.snow:nth-child(233){opacity:1.2926;transform:translate(51.0648vw,-10px) scale(.0404);animation:fall-233 20s -8s linear infinite}@keyframes fall-233{69.759%{transform:translate(41.8332vw,69.759vh) scale(.0404)}to{transform:translate(46.449vw,99vh) scale(.0404)}}.snow:nth-child(234){opacity:1.8184;transform:translate(51.108vw,-10px) scale(.4488);animation:fall-234 26s -14s linear infinite}@keyframes fall-234{70.643%{transform:translate(44.069vw,70.643vh) scale(.4488)}to{transform:translate(47.5885vw,99vh) scale(.4488)}}.snow:nth-child(235){opacity:1.3014;transform:translate(55.1839vw,-10px) scale(.2068);animation:fall-235 29s -15s linear infinite}@keyframes fall-235{54.275%{transform:translate(54.8098vw,54.275vh) scale(.2068)}to{transform:translate(54.99685vw,99vh) scale(.2068)}}.snow:nth-child(236){opacity:1.2542;transform:translate(45.733vw,-10px) scale(.1313);animation:fall-236 26s -23s linear infinite}@keyframes fall-236{35.027%{transform:translate(50.5347vw,35.027vh) scale(.1313)}to{transform:translate(48.13385vw,99vh) scale(.1313)}}.snow:nth-child(237){opacity:1.116;transform:translate(17.8122vw,-10px) scale(.7615);animation:fall-237 10s -13s linear infinite}@keyframes fall-237{63.205%{transform:translate(20.7186vw,63.205vh) scale(.7615)}to{transform:translate(19.2654vw,99vh) scale(.7615)}}.snow:nth-child(238){opacity:.0186;transform:translate(37.5901vw,-10px) scale(.4888);animation:fall-238 22s -21s linear infinite}@keyframes fall-238{65.463%{transform:translate(33.6084vw,65.463vh) scale(.4888)}to{transform:translate(35.59925vw,99vh) scale(.4888)}}.snow:nth-child(239){opacity:1.8046;transform:translate(5.9244vw,-10px) scale(.4109);animation:fall-239 30s -15s linear infinite}@keyframes fall-239{62.346%{transform:translate(-1.5037vw,62.346vh) scale(.4109)}to{transform:translate(2.21035vw,99vh) scale(.4109)}}.snow:nth-child(240){opacity:.4924;transform:translate(36.0681vw,-10px) scale(.8407);animation:fall-240 28s -3s linear infinite}@keyframes fall-240{61.111%{transform:translate(37.2979vw,61.111vh) scale(.8407)}to{transform:translate(36.683vw,99vh) scale(.8407)}}.snow:nth-child(241){opacity:1.7814;transform:translate(5.5776vw,-10px) scale(.7279);animation:fall-241 16s -1s linear infinite}@keyframes fall-241{62.05%{transform:translate(9.2996vw,62.05vh) scale(.7279)}to{transform:translate(7.4386vw,99vh) scale(.7279)}}.snow:nth-child(242){opacity:1.8146;transform:translate(27.3606vw,-10px) scale(.0001);animation:fall-242 26s -24s linear infinite}@keyframes fall-242{42.918%{transform:translate(28.1191vw,42.918vh) scale(.0001)}to{transform:translate(27.73985vw,99vh) scale(.0001)}}.snow:nth-child(243){opacity:1.8464;transform:translate(57.7317vw,-10px) scale(.9436);animation:fall-243 30s -22s linear infinite}@keyframes fall-243{51.33%{transform:translate(65.2812vw,51.33vh) scale(.9436)}to{transform:translate(61.50645vw,99vh) scale(.9436)}}.snow:nth-child(244){opacity:1.0294;transform:translate(42.6163vw,-10px) scale(.4715);animation:fall-244 25s -21s linear infinite}@keyframes fall-244{55.341%{transform:translate(49.0588vw,55.341vh) scale(.4715)}to{transform:translate(45.83755vw,99vh) scale(.4715)}}.snow:nth-child(245){opacity:1.3292;transform:translate(42.8877vw,-10px) scale(.2177);animation:fall-245 14s -4s linear infinite}@keyframes fall-245{54.855%{transform:translate(46.33vw,54.855vh) scale(.2177)}to{transform:translate(44.60885vw,99vh) scale(.2177)}}.snow:nth-child(246){opacity:1.809;transform:translate(13.3278vw,-10px) scale(.0263);animation:fall-246 17s -28s linear infinite}@keyframes fall-246{43.323%{transform:translate(13.1689vw,43.323vh) scale(.0263)}to{transform:translate(13.24835vw,99vh) scale(.0263)}}.snow:nth-child(247){opacity:1.0356;transform:translate(87.5203vw,-10px) scale(.608);animation:fall-247 12s -5s linear infinite}@keyframes fall-247{43.085%{transform:translate(93.7534vw,43.085vh) scale(.608)}to{transform:translate(90.63685vw,99vh) scale(.608)}}.snow:nth-child(248){opacity:.3326;transform:translate(52.4599vw,-10px) scale(.3474);animation:fall-248 10s -5s linear infinite}@keyframes fall-248{47.424%{transform:translate(56.0388vw,47.424vh) scale(.3474)}to{transform:translate(54.24935vw,99vh) scale(.3474)}}.snow:nth-child(249){opacity:1.393;transform:translate(75.7879vw,-10px) scale(.9436);animation:fall-249 21s -5s linear infinite}@keyframes fall-249{56.575%{transform:translate(85.0511vw,56.575vh) scale(.9436)}to{transform:translate(80.4195vw,99vh) scale(.9436)}}.snow:nth-child(250){opacity:.586;transform:translate(62.0101vw,-10px) scale(.8684);animation:fall-250 14s -15s linear infinite}@keyframes fall-250{77.12%{transform:translate(56.7227vw,77.12vh) scale(.8684)}to{transform:translate(59.3664vw,99vh) scale(.8684)}}.snow:nth-child(251){opacity:.7474;transform:translate(50.6446vw,-10px) scale(.9402);animation:fall-251 21s -24s linear infinite}@keyframes fall-251{68.592%{transform:translate(47.954vw,68.592vh) scale(.9402)}to{transform:translate(49.2993vw,99vh) scale(.9402)}}.snow:nth-child(252){opacity:.0992;transform:translate(62.2945vw,-10px) scale(.3598);animation:fall-252 16s -13s linear infinite}@keyframes fall-252{60.877%{transform:translate(71.6466vw,60.877vh) scale(.3598)}to{transform:translate(66.97055vw,99vh) scale(.3598)}}.snow:nth-child(253){opacity:1.6328;transform:translate(4.864vw,-10px) scale(.6241);animation:fall-253 14s -7s linear infinite}@keyframes fall-253{59.215%{transform:translate(-1.3642vw,59.215vh) scale(.6241)}to{transform:translate(1.7499vw,99vh) scale(.6241)}}.snow:nth-child(254){opacity:.6974;transform:translate(25.3815vw,-10px) scale(.4551);animation:fall-254 12s -27s linear infinite}@keyframes fall-254{70.847%{transform:translate(22.128vw,70.847vh) scale(.4551)}to{transform:translate(23.75475vw,99vh) scale(.4551)}}.snow:nth-child(255){opacity:.9508;transform:translate(86.4869vw,-10px) scale(.8007);animation:fall-255 29s -10s linear infinite}@keyframes fall-255{33.322%{transform:translate(84.3075vw,33.322vh) scale(.8007)}to{transform:translate(85.3972vw,99vh) scale(.8007)}}.snow:nth-child(256){opacity:1.7116;transform:translate(99.4294vw,-10px) scale(.3959);animation:fall-256 17s -27s linear infinite}@keyframes fall-256{43.994%{transform:translate(92.6583vw,43.994vh) scale(.3959)}to{transform:translate(96.04385vw,99vh) scale(.3959)}}.snow:nth-child(257){opacity:1.2552;transform:translate(48.1863vw,-10px) scale(.5151);animation:fall-257 22s -27s linear infinite}@keyframes fall-257{33.759%{transform:translate(52.7507vw,33.759vh) scale(.5151)}to{transform:translate(50.4685vw,99vh) scale(.5151)}}.snow:nth-child(258){opacity:1.399;transform:translate(56.0467vw,-10px) scale(.088);animation:fall-258 23s -30s linear infinite}@keyframes fall-258{48.758%{transform:translate(60.9133vw,48.758vh) scale(.088)}to{transform:translate(58.48vw,99vh) scale(.088)}}.snow:nth-child(259){opacity:.5914;transform:translate(16.6994vw,-10px) scale(.381);animation:fall-259 27s -29s linear infinite}@keyframes fall-259{68.933%{transform:translate(16.8141vw,68.933vh) scale(.381)}to{transform:translate(16.75675vw,99vh) scale(.381)}}.snow:nth-child(260){opacity:.1256;transform:translate(77.8883vw,-10px) scale(.3632);animation:fall-260 11s -10s linear infinite}@keyframes fall-260{37.275%{transform:translate(78.7518vw,37.275vh) scale(.3632)}to{transform:translate(78.32005vw,99vh) scale(.3632)}}.snow:nth-child(261){opacity:.9774;transform:translate(66.871vw,-10px) scale(.3376);animation:fall-261 28s -9s linear infinite}@keyframes fall-261{40.258%{transform:translate(67.8348vw,40.258vh) scale(.3376)}to{transform:translate(67.3529vw,99vh) scale(.3376)}}.snow:nth-child(262){opacity:1.2122;transform:translate(63.7488vw,-10px) scale(.418);animation:fall-262 26s -15s linear infinite}@keyframes fall-262{70.441%{transform:translate(54.6904vw,70.441vh) scale(.418)}to{transform:translate(59.2196vw,99vh) scale(.418)}}.snow:nth-child(263){opacity:1.1776;transform:translate(98.1581vw,-10px) scale(.1221);animation:fall-263 17s -11s linear infinite}@keyframes fall-263{71.155%{transform:translate(100.7435vw,71.155vh) scale(.1221)}to{transform:translate(99.4508vw,99vh) scale(.1221)}}.snow:nth-child(264){opacity:1.555;transform:translate(26.2242vw,-10px) scale(.1124);animation:fall-264 19s -8s linear infinite}@keyframes fall-264{74.322%{transform:translate(24.2888vw,74.322vh) scale(.1124)}to{transform:translate(25.2565vw,99vh) scale(.1124)}}.snow:nth-child(265){opacity:.2866;transform:translate(97.6837vw,-10px) scale(.1377);animation:fall-265 22s -11s linear infinite}@keyframes fall-265{36.283%{transform:translate(106.6302vw,36.283vh) scale(.1377)}to{transform:translate(102.15695vw,99vh) scale(.1377)}}.snow:nth-child(266){opacity:.0648;transform:translate(19.0508vw,-10px) scale(.711);animation:fall-266 22s -6s linear infinite}@keyframes fall-266{69.147%{transform:translate(12.899vw,69.147vh) scale(.711)}to{transform:translate(15.9749vw,99vh) scale(.711)}}.snow:nth-child(267){opacity:.0682;transform:translate(95.2109vw,-10px) scale(.9853);animation:fall-267 23s -26s linear infinite}@keyframes fall-267{65.433%{transform:translate(88.1161vw,65.433vh) scale(.9853)}to{transform:translate(91.6635vw,99vh) scale(.9853)}}.snow:nth-child(268){opacity:.7886;transform:translate(79.5479vw,-10px) scale(.934);animation:fall-268 22s -20s linear infinite}@keyframes fall-268{69.935%{transform:translate(84.6334vw,69.935vh) scale(.934)}to{transform:translate(82.09065vw,99vh) scale(.934)}}.snow:nth-child(269){opacity:.828;transform:translate(77.3008vw,-10px) scale(.4783);animation:fall-269 24s -11s linear infinite}@keyframes fall-269{72.471%{transform:translate(79.4628vw,72.471vh) scale(.4783)}to{transform:translate(78.3818vw,99vh) scale(.4783)}}.snow:nth-child(270){opacity:.8582;transform:translate(34.6604vw,-10px) scale(.2277);animation:fall-270 11s -12s linear infinite}@keyframes fall-270{30.615%{transform:translate(29.6906vw,30.615vh) scale(.2277)}to{transform:translate(32.1755vw,99vh) scale(.2277)}}.snow:nth-child(271){opacity:.4504;transform:translate(18.8106vw,-10px) scale(.6047);animation:fall-271 17s -10s linear infinite}@keyframes fall-271{62.609%{transform:translate(11.6285vw,62.609vh) scale(.6047)}to{transform:translate(15.21955vw,99vh) scale(.6047)}}.snow:nth-child(272){opacity:1.4914;transform:translate(4.1938vw,-10px) scale(.4733);animation:fall-272 24s -23s linear infinite}@keyframes fall-272{60.217%{transform:translate(4.0373vw,60.217vh) scale(.4733)}to{transform:translate(4.11555vw,99vh) scale(.4733)}}.snow:nth-child(273){opacity:1.7762;transform:translate(16.5856vw,-10px) scale(.2668);animation:fall-273 27s -12s linear infinite}@keyframes fall-273{31.273%{transform:translate(23.7653vw,31.273vh) scale(.2668)}to{transform:translate(20.17545vw,99vh) scale(.2668)}}.snow:nth-child(274){opacity:.7182;transform:translate(4.8107vw,-10px) scale(.1484);animation:fall-274 12s -21s linear infinite}@keyframes fall-274{40.317%{transform:translate(5.4009vw,40.317vh) scale(.1484)}to{transform:translate(5.1058vw,99vh) scale(.1484)}}.snow:nth-child(275){opacity:1.2856;transform:translate(5.729vw,-10px) scale(.9579);animation:fall-275 25s -21s linear infinite}@keyframes fall-275{68.129%{transform:translate(9.4687vw,68.129vh) scale(.9579)}to{transform:translate(7.59885vw,99vh) scale(.9579)}}.snow:nth-child(276){opacity:.7874;transform:translate(50.9446vw,-10px) scale(.5697);animation:fall-276 20s -18s linear infinite}@keyframes fall-276{48.337%{transform:translate(49.0197vw,48.337vh) scale(.5697)}to{transform:translate(49.98215vw,99vh) scale(.5697)}}.snow:nth-child(277){opacity:1.3606;transform:translate(9.2487vw,-10px) scale(.2313);animation:fall-277 23s -16s linear infinite}@keyframes fall-277{59.752%{transform:translate(4.6344vw,59.752vh) scale(.2313)}to{transform:translate(6.94155vw,99vh) scale(.2313)}}.snow:nth-child(278){opacity:1.3432;transform:translate(61.4306vw,-10px) scale(.8848);animation:fall-278 17s -13s linear infinite}@keyframes fall-278{76.715%{transform:translate(64.3756vw,76.715vh) scale(.8848)}to{transform:translate(62.9031vw,99vh) scale(.8848)}}.snow:nth-child(279){opacity:.6928;transform:translate(26.082vw,-10px) scale(.2182);animation:fall-279 24s -19s linear infinite}@keyframes fall-279{66.333%{transform:translate(16.6089vw,66.333vh) scale(.2182)}to{transform:translate(21.34545vw,99vh) scale(.2182)}}.snow:nth-child(280){opacity:.049;transform:translate(84.6909vw,-10px) scale(.6419);animation:fall-280 13s -12s linear infinite}@keyframes fall-280{58.522%{transform:translate(89.5699vw,58.522vh) scale(.6419)}to{transform:translate(87.1304vw,99vh) scale(.6419)}}.snow:nth-child(281){opacity:1.1608;transform:translate(17.6241vw,-10px) scale(.4104);animation:fall-281 16s -19s linear infinite}@keyframes fall-281{60.655%{transform:translate(20.2625vw,60.655vh) scale(.4104)}to{transform:translate(18.9433vw,99vh) scale(.4104)}}.snow:nth-child(282){opacity:.7296;transform:translate(66.5751vw,-10px) scale(.7465);animation:fall-282 23s -14s linear infinite}@keyframes fall-282{32.765%{transform:translate(73.3077vw,32.765vh) scale(.7465)}to{transform:translate(69.9414vw,99vh) scale(.7465)}}.snow:nth-child(283){opacity:1.9464;transform:translate(60.6551vw,-10px) scale(.1681);animation:fall-283 10s -5s linear infinite}@keyframes fall-283{79.696%{transform:translate(62.3445vw,79.696vh) scale(.1681)}to{transform:translate(61.4998vw,99vh) scale(.1681)}}.snow:nth-child(284){opacity:.5322;transform:translate(45.7759vw,-10px) scale(.9213);animation:fall-284 28s -23s linear infinite}@keyframes fall-284{71.359%{transform:translate(52.7247vw,71.359vh) scale(.9213)}to{transform:translate(49.2503vw,99vh) scale(.9213)}}.snow:nth-child(285){opacity:.0728;transform:translate(24.9122vw,-10px) scale(.6397);animation:fall-285 16s -29s linear infinite}@keyframes fall-285{37.697%{transform:translate(18.1658vw,37.697vh) scale(.6397)}to{transform:translate(21.539vw,99vh) scale(.6397)}}.snow:nth-child(286){opacity:.7324;transform:translate(27.9812vw,-10px) scale(.9899);animation:fall-286 28s -22s linear infinite}@keyframes fall-286{59.927%{transform:translate(27.9896vw,59.927vh) scale(.9899)}to{transform:translate(27.9854vw,99vh) scale(.9899)}}.snow:nth-child(287){opacity:.1026;transform:translate(32.8926vw,-10px) scale(.2519);animation:fall-287 10s -23s linear infinite}@keyframes fall-287{50.894%{transform:translate(27.2749vw,50.894vh) scale(.2519)}to{transform:translate(30.08375vw,99vh) scale(.2519)}}.snow:nth-child(288){opacity:.7032;transform:translate(67.5386vw,-10px) scale(.5145);animation:fall-288 11s -10s linear infinite}@keyframes fall-288{56.521%{transform:translate(64.5719vw,56.521vh) scale(.5145)}to{transform:translate(66.05525vw,99vh) scale(.5145)}}.snow:nth-child(289){opacity:1.224;transform:translate(65.7821vw,-10px) scale(.4174);animation:fall-289 28s -23s linear infinite}@keyframes fall-289{68.551%{transform:translate(74.39vw,68.551vh) scale(.4174)}to{transform:translate(70.08605vw,99vh) scale(.4174)}}.snow:nth-child(290){opacity:.191;transform:translate(8.8055vw,-10px) scale(.0897);animation:fall-290 28s -27s linear infinite}@keyframes fall-290{67.678%{transform:translate(7.2144vw,67.678vh) scale(.0897)}to{transform:translate(8.00995vw,99vh) scale(.0897)}}.snow:nth-child(291){opacity:.8152;transform:translate(15.0939vw,-10px) scale(.3541);animation:fall-291 12s -17s linear infinite}@keyframes fall-291{48.149%{transform:translate(18.8773vw,48.149vh) scale(.3541)}to{transform:translate(16.9856vw,99vh) scale(.3541)}}.snow:nth-child(292){opacity:1.4914;transform:translate(48.0615vw,-10px) scale(.9232);animation:fall-292 25s -11s linear infinite}@keyframes fall-292{74.994%{transform:translate(55.6085vw,74.994vh) scale(.9232)}to{transform:translate(51.835vw,99vh) scale(.9232)}}.snow:nth-child(293){opacity:1.9766;transform:translate(71.9645vw,-10px) scale(.658);animation:fall-293 27s -16s linear infinite}@keyframes fall-293{59.474%{transform:translate(68.8167vw,59.474vh) scale(.658)}to{transform:translate(70.3906vw,99vh) scale(.658)}}.snow:nth-child(294){opacity:.1908;transform:translate(69.6428vw,-10px) scale(.8593);animation:fall-294 26s -5s linear infinite}@keyframes fall-294{64.802%{transform:translate(63.6975vw,64.802vh) scale(.8593)}to{transform:translate(66.67015vw,99vh) scale(.8593)}}.snow:nth-child(295){opacity:1.292;transform:translate(9.3461vw,-10px) scale(.6496);animation:fall-295 17s -17s linear infinite}@keyframes fall-295{41.891%{transform:translate(11.424vw,41.891vh) scale(.6496)}to{transform:translate(10.38505vw,99vh) scale(.6496)}}.snow:nth-child(296){opacity:.4792;transform:translate(96.7036vw,-10px) scale(.2856);animation:fall-296 11s -7s linear infinite}@keyframes fall-296{63.404%{transform:translate(94.7343vw,63.404vh) scale(.2856)}to{transform:translate(95.71895vw,99vh) scale(.2856)}}.snow:nth-child(297){opacity:.1448;transform:translate(59.991vw,-10px) scale(.6634);animation:fall-297 23s -9s linear infinite}@keyframes fall-297{32.587%{transform:translate(52.0291vw,32.587vh) scale(.6634)}to{transform:translate(56.01005vw,99vh) scale(.6634)}}.snow:nth-child(298){opacity:.7466;transform:translate(90.2658vw,-10px) scale(.9652);animation:fall-298 17s -30s linear infinite}@keyframes fall-298{36.742%{transform:translate(96.5693vw,36.742vh) scale(.9652)}to{transform:translate(93.41755vw,99vh) scale(.9652)}}.snow:nth-child(299){opacity:.1464;transform:translate(83.8312vw,-10px) scale(.6016);animation:fall-299 17s -30s linear infinite}@keyframes fall-299{45.525%{transform:translate(91.1498vw,45.525vh) scale(.6016)}to{transform:translate(87.4905vw,99vh) scale(.6016)}}.snow:nth-child(300){opacity:.1436;transform:translate(75.5561vw,-10px) scale(.9354);animation:fall-300 25s -14s linear infinite}@keyframes fall-300{32.534%{transform:translate(70.9101vw,32.534vh) scale(.9354)}to{transform:translate(73.2331vw,99vh) scale(.9354)}}.snow:nth-child(301){opacity:1.0244;transform:translate(92.5316vw,-10px) scale(.7244);animation:fall-301 13s -5s linear infinite}@keyframes fall-301{77.856%{transform:translate(95.2164vw,77.856vh) scale(.7244)}to{transform:translate(93.874vw,99vh) scale(.7244)}}.snow:nth-child(302){opacity:1.549;transform:translate(44.5424vw,-10px) scale(.523);animation:fall-302 15s -12s linear infinite}@keyframes fall-302{75.468%{transform:translate(39.9808vw,75.468vh) scale(.523)}to{transform:translate(42.2616vw,99vh) scale(.523)}}.snow:nth-child(303){opacity:1.4106;transform:translate(34.5309vw,-10px) scale(.265);animation:fall-303 23s -18s linear infinite}@keyframes fall-303{71.347%{transform:translate(38.4933vw,71.347vh) scale(.265)}to{transform:translate(36.5121vw,99vh) scale(.265)}}.snow:nth-child(304){opacity:.3596;transform:translate(41.1362vw,-10px) scale(.5065);animation:fall-304 30s -7s linear infinite}@keyframes fall-304{66.161%{transform:translate(33.1244vw,66.161vh) scale(.5065)}to{transform:translate(37.1303vw,99vh) scale(.5065)}}.snow:nth-child(305){opacity:.9684;transform:translate(65.8726vw,-10px) scale(.986);animation:fall-305 15s -20s linear infinite}@keyframes fall-305{39.083%{transform:translate(65.9975vw,39.083vh) scale(.986)}to{transform:translate(65.93505vw,99vh) scale(.986)}}.snow:nth-child(306){opacity:.1528;transform:translate(83.2882vw,-10px) scale(.1755);animation:fall-306 29s -16s linear infinite}@keyframes fall-306{63.858%{transform:translate(73.521vw,63.858vh) scale(.1755)}to{transform:translate(78.4046vw,99vh) scale(.1755)}}.snow:nth-child(307){opacity:1.1298;transform:translate(86.0858vw,-10px) scale(.8259);animation:fall-307 29s -24s linear infinite}@keyframes fall-307{65.009%{transform:translate(82.6592vw,65.009vh) scale(.8259)}to{transform:translate(84.3725vw,99vh) scale(.8259)}}.snow:nth-child(308){opacity:1.9074;transform:translate(97.2287vw,-10px) scale(.5018);animation:fall-308 16s -3s linear infinite}@keyframes fall-308{38.772%{transform:translate(104.2789vw,38.772vh) scale(.5018)}to{transform:translate(100.7538vw,99vh) scale(.5018)}}.snow:nth-child(309){opacity:1.3032;transform:translate(43.1941vw,-10px) scale(.1315);animation:fall-309 22s -5s linear infinite}@keyframes fall-309{35.56%{transform:translate(39.7014vw,35.56vh) scale(.1315)}to{transform:translate(41.44775vw,99vh) scale(.1315)}}.snow:nth-child(310){opacity:.5858;transform:translate(59.5594vw,-10px) scale(.6964);animation:fall-310 23s -11s linear infinite}@keyframes fall-310{61.559%{transform:translate(69.4565vw,61.559vh) scale(.6964)}to{transform:translate(64.50795vw,99vh) scale(.6964)}}.snow:nth-child(311){opacity:.5562;transform:translate(9.3292vw,-10px) scale(.7118);animation:fall-311 19s -4s linear infinite}@keyframes fall-311{30.426%{transform:translate(7.992vw,30.426vh) scale(.7118)}to{transform:translate(8.6606vw,99vh) scale(.7118)}}.snow:nth-child(312){opacity:1.0942;transform:translate(58.1557vw,-10px) scale(.3268);animation:fall-312 23s -16s linear infinite}@keyframes fall-312{31.25%{transform:translate(50.273vw,31.25vh) scale(.3268)}to{transform:translate(54.21435vw,99vh) scale(.3268)}}.snow:nth-child(313){opacity:.1348;transform:translate(45.1741vw,-10px) scale(.0244);animation:fall-313 21s -15s linear infinite}@keyframes fall-313{45.224%{transform:translate(53.8225vw,45.224vh) scale(.0244)}to{transform:translate(49.4983vw,99vh) scale(.0244)}}.snow:nth-child(314){opacity:.4526;transform:translate(27.7577vw,-10px) scale(.2181);animation:fall-314 20s -17s linear infinite}@keyframes fall-314{49.425%{transform:translate(33.7142vw,49.425vh) scale(.2181)}to{transform:translate(30.73595vw,99vh) scale(.2181)}}.snow:nth-child(315){opacity:1.8052;transform:translate(71.5761vw,-10px) scale(.1547);animation:fall-315 10s -30s linear infinite}@keyframes fall-315{41.888%{transform:translate(70.6808vw,41.888vh) scale(.1547)}to{transform:translate(71.12845vw,99vh) scale(.1547)}}.snow:nth-child(316){opacity:.0846;transform:translate(92.4344vw,-10px) scale(.3744);animation:fall-316 25s -13s linear infinite}@keyframes fall-316{67.525%{transform:translate(88.0051vw,67.525vh) scale(.3744)}to{transform:translate(90.21975vw,99vh) scale(.3744)}}.snow:nth-child(317){opacity:1.437;transform:translate(66.7287vw,-10px) scale(.0654);animation:fall-317 27s -10s linear infinite}@keyframes fall-317{30.555%{transform:translate(67.9166vw,30.555vh) scale(.0654)}to{transform:translate(67.32265vw,99vh) scale(.0654)}}.snow:nth-child(318){opacity:.5886;transform:translate(27.4056vw,-10px) scale(.1765);animation:fall-318 24s -29s linear infinite}@keyframes fall-318{71.195%{transform:translate(19.1441vw,71.195vh) scale(.1765)}to{transform:translate(23.27485vw,99vh) scale(.1765)}}.snow:nth-child(319){opacity:.6392;transform:translate(44.372vw,-10px) scale(.2747);animation:fall-319 30s -18s linear infinite}@keyframes fall-319{63.353%{transform:translate(53.9232vw,63.353vh) scale(.2747)}to{transform:translate(49.1476vw,99vh) scale(.2747)}}.snow:nth-child(320){opacity:.23;transform:translate(44.6976vw,-10px) scale(.4506);animation:fall-320 29s -18s linear infinite}@keyframes fall-320{65.692%{transform:translate(38.5809vw,65.692vh) scale(.4506)}to{transform:translate(41.63925vw,99vh) scale(.4506)}}.snow:nth-child(321){opacity:1.1744;transform:translate(30.5064vw,-10px) scale(.5169);animation:fall-321 20s -13s linear infinite}@keyframes fall-321{57.383%{transform:translate(33.5122vw,57.383vh) scale(.5169)}to{transform:translate(32.0093vw,99vh) scale(.5169)}}.snow:nth-child(322){opacity:1.0192;transform:translate(57.8084vw,-10px) scale(.7651);animation:fall-322 20s -20s linear infinite}@keyframes fall-322{53.112%{transform:translate(52.1539vw,53.112vh) scale(.7651)}to{transform:translate(54.98115vw,99vh) scale(.7651)}}.snow:nth-child(323){opacity:.6304;transform:translate(31.3233vw,-10px) scale(.0163);animation:fall-323 16s -12s linear infinite}@keyframes fall-323{41.309%{transform:translate(21.8557vw,41.309vh) scale(.0163)}to{transform:translate(26.5895vw,99vh) scale(.0163)}}.snow:nth-child(324){opacity:1.0424;transform:translate(64.4315vw,-10px) scale(.266);animation:fall-324 25s -8s linear infinite}@keyframes fall-324{31.076%{transform:translate(73.4671vw,31.076vh) scale(.266)}to{transform:translate(68.9493vw,99vh) scale(.266)}}.snow:nth-child(325){opacity:.9612;transform:translate(81.4497vw,-10px) scale(.5818);animation:fall-325 26s -16s linear infinite}@keyframes fall-325{68.765%{transform:translate(80.8599vw,68.765vh) scale(.5818)}to{transform:translate(81.1548vw,99vh) scale(.5818)}}.snow:nth-child(326){opacity:.732;transform:translate(42.3161vw,-10px) scale(.8746);animation:fall-326 26s -26s linear infinite}@keyframes fall-326{72.34%{transform:translate(51.7235vw,72.34vh) scale(.8746)}to{transform:translate(47.0198vw,99vh) scale(.8746)}}.snow:nth-child(327){opacity:.6016;transform:translate(2.5681vw,-10px) scale(.3319);animation:fall-327 12s -4s linear infinite}@keyframes fall-327{61.474%{transform:translate(3.9765vw,61.474vh) scale(.3319)}to{transform:translate(3.2723vw,99vh) scale(.3319)}}.snow:nth-child(328){opacity:1.3238;transform:translate(52.9819vw,-10px) scale(.8961);animation:fall-328 10s -27s linear infinite}@keyframes fall-328{30.409%{transform:translate(57.3512vw,30.409vh) scale(.8961)}to{transform:translate(55.16655vw,99vh) scale(.8961)}}.snow:nth-child(329){opacity:.8636;transform:translate(89.4178vw,-10px) scale(.673);animation:fall-329 18s -23s linear infinite}@keyframes fall-329{76.655%{transform:translate(89.3904vw,76.655vh) scale(.673)}to{transform:translate(89.4041vw,99vh) scale(.673)}}.snow:nth-child(330){opacity:.3134;transform:translate(16.7863vw,-10px) scale(.6435);animation:fall-330 20s -14s linear infinite}@keyframes fall-330{36.341%{transform:translate(20.3961vw,36.341vh) scale(.6435)}to{transform:translate(18.5912vw,99vh) scale(.6435)}}.snow:nth-child(331){opacity:1.8404;transform:translate(57.4587vw,-10px) scale(.072);animation:fall-331 12s -26s linear infinite}@keyframes fall-331{51.942%{transform:translate(67.4206vw,51.942vh) scale(.072)}to{transform:translate(62.43965vw,99vh) scale(.072)}}.snow:nth-child(332){opacity:1.2846;transform:translate(56.1724vw,-10px) scale(.1577);animation:fall-332 29s -28s linear infinite}@keyframes fall-332{48.569%{transform:translate(59.008vw,48.569vh) scale(.1577)}to{transform:translate(57.5902vw,99vh) scale(.1577)}}.snow:nth-child(333){opacity:.602;transform:translate(22.4934vw,-10px) scale(.3991);animation:fall-333 27s -15s linear infinite}@keyframes fall-333{68.355%{transform:translate(23.6055vw,68.355vh) scale(.3991)}to{transform:translate(23.04945vw,99vh) scale(.3991)}}.snow:nth-child(334){opacity:1.4066;transform:translate(34.8888vw,-10px) scale(.8249);animation:fall-334 23s -14s linear infinite}@keyframes fall-334{52.611%{transform:translate(40.5684vw,52.611vh) scale(.8249)}to{transform:translate(37.7286vw,99vh) scale(.8249)}}.snow:nth-child(335){opacity:.5796;transform:translate(49.2019vw,-10px) scale(.2092);animation:fall-335 10s -10s linear infinite}@keyframes fall-335{38.476%{transform:translate(41.3066vw,38.476vh) scale(.2092)}to{transform:translate(45.25425vw,99vh) scale(.2092)}}.snow:nth-child(336){opacity:.1278;transform:translate(11.5063vw,-10px) scale(.0948);animation:fall-336 14s -29s linear infinite}@keyframes fall-336{70.734%{transform:translate(18.0442vw,70.734vh) scale(.0948)}to{transform:translate(14.77525vw,99vh) scale(.0948)}}.snow:nth-child(337){opacity:.147;transform:translate(51.3173vw,-10px) scale(.1777);animation:fall-337 13s -20s linear infinite}@keyframes fall-337{51.292%{transform:translate(48.1144vw,51.292vh) scale(.1777)}to{transform:translate(49.71585vw,99vh) scale(.1777)}}.snow:nth-child(338){opacity:1.3828;transform:translate(58.6634vw,-10px) scale(.3152);animation:fall-338 12s -9s linear infinite}@keyframes fall-338{65.517%{transform:translate(53.7049vw,65.517vh) scale(.3152)}to{transform:translate(56.18415vw,99vh) scale(.3152)}}.snow:nth-child(339){opacity:1.3784;transform:translate(39.7974vw,-10px) scale(.7442);animation:fall-339 10s -15s linear infinite}@keyframes fall-339{72.296%{transform:translate(47.6828vw,72.296vh) scale(.7442)}to{transform:translate(43.7401vw,99vh) scale(.7442)}}.snow:nth-child(340){opacity:.233;transform:translate(66.0607vw,-10px) scale(.1742);animation:fall-340 10s -8s linear infinite}@keyframes fall-340{40.538%{transform:translate(74.8005vw,40.538vh) scale(.1742)}to{transform:translate(70.4306vw,99vh) scale(.1742)}}.snow:nth-child(341){opacity:1.2652;transform:translate(58.4628vw,-10px) scale(.7939);animation:fall-341 30s -3s linear infinite}@keyframes fall-341{38.012%{transform:translate(66.935vw,38.012vh) scale(.7939)}to{transform:translate(62.6989vw,99vh) scale(.7939)}}.snow:nth-child(342){opacity:1.6238;transform:translate(77.3745vw,-10px) scale(.6764);animation:fall-342 10s -17s linear infinite}@keyframes fall-342{63.52%{transform:translate(79.8641vw,63.52vh) scale(.6764)}to{transform:translate(78.6193vw,99vh) scale(.6764)}}.snow:nth-child(343){opacity:1.023;transform:translate(38.852vw,-10px) scale(.3544);animation:fall-343 27s -3s linear infinite}@keyframes fall-343{67.692%{transform:translate(30.6564vw,67.692vh) scale(.3544)}to{transform:translate(34.7542vw,99vh) scale(.3544)}}.snow:nth-child(344){opacity:.92;transform:translate(63.0928vw,-10px) scale(.5532);animation:fall-344 30s -22s linear infinite}@keyframes fall-344{79.187%{transform:translate(62.6895vw,79.187vh) scale(.5532)}to{transform:translate(62.89115vw,99vh) scale(.5532)}}.snow:nth-child(345){opacity:1.8212;transform:translate(27.3306vw,-10px) scale(.9883);animation:fall-345 25s -14s linear infinite}@keyframes fall-345{33.703%{transform:translate(33.311vw,33.703vh) scale(.9883)}to{transform:translate(30.3208vw,99vh) scale(.9883)}}.snow:nth-child(346){opacity:1.7054;transform:translate(81.9399vw,-10px) scale(.884);animation:fall-346 15s -26s linear infinite}@keyframes fall-346{77.878%{transform:translate(89.5106vw,77.878vh) scale(.884)}to{transform:translate(85.72525vw,99vh) scale(.884)}}.snow:nth-child(347){opacity:1.0202;transform:translate(73.3045vw,-10px) scale(.5512);animation:fall-347 14s -17s linear infinite}@keyframes fall-347{61.884%{transform:translate(71.6784vw,61.884vh) scale(.5512)}to{transform:translate(72.49145vw,99vh) scale(.5512)}}.snow:nth-child(348){opacity:1.9024;transform:translate(47.6647vw,-10px) scale(.8121);animation:fall-348 15s -10s linear infinite}@keyframes fall-348{60.608%{transform:translate(38.2074vw,60.608vh) scale(.8121)}to{transform:translate(42.93605vw,99vh) scale(.8121)}}.snow:nth-child(349){opacity:1.6646;transform:translate(15.5137vw,-10px) scale(.4888);animation:fall-349 30s -2s linear infinite}@keyframes fall-349{52.421%{transform:translate(9.0134vw,52.421vh) scale(.4888)}to{transform:translate(12.26355vw,99vh) scale(.4888)}}.snow:nth-child(350){opacity:.0048;transform:translate(2.0979vw,-10px) scale(.2719);animation:fall-350 20s -10s linear infinite}@keyframes fall-350{30.37%{transform:translate(11.6428vw,30.37vh) scale(.2719)}to{transform:translate(6.87035vw,99vh) scale(.2719)}}.snow:nth-child(351){opacity:1.8728;transform:translate(37.0624vw,-10px) scale(.8341);animation:fall-351 11s -22s linear infinite}@keyframes fall-351{59.53%{transform:translate(41.9267vw,59.53vh) scale(.8341)}to{transform:translate(39.49455vw,99vh) scale(.8341)}}.snow:nth-child(352){opacity:1.6124;transform:translate(22.1722vw,-10px) scale(.7274);animation:fall-352 29s -29s linear infinite}@keyframes fall-352{41.046%{transform:translate(13.4697vw,41.046vh) scale(.7274)}to{transform:translate(17.82095vw,99vh) scale(.7274)}}.snow:nth-child(353){opacity:1.2182;transform:translate(82.5307vw,-10px) scale(.9992);animation:fall-353 26s -11s linear infinite}@keyframes fall-353{73.285%{transform:translate(81.5821vw,73.285vh) scale(.9992)}to{transform:translate(82.0564vw,99vh) scale(.9992)}}.snow:nth-child(354){opacity:.752;transform:translate(55.3422vw,-10px) scale(.6397);animation:fall-354 15s -22s linear infinite}@keyframes fall-354{70.042%{transform:translate(57.0907vw,70.042vh) scale(.6397)}to{transform:translate(56.21645vw,99vh) scale(.6397)}}.snow:nth-child(355){opacity:.7974;transform:translate(21.0415vw,-10px) scale(.1491);animation:fall-355 27s -5s linear infinite}@keyframes fall-355{40.516%{transform:translate(11.6944vw,40.516vh) scale(.1491)}to{transform:translate(16.36795vw,99vh) scale(.1491)}}.snow:nth-child(356){opacity:1.2758;transform:translate(92.0008vw,-10px) scale(.5495);animation:fall-356 13s -10s linear infinite}@keyframes fall-356{79.082%{transform:translate(99.3628vw,79.082vh) scale(.5495)}to{transform:translate(95.6818vw,99vh) scale(.5495)}}.snow:nth-child(357){opacity:1.0936;transform:translate(66.7064vw,-10px) scale(.6303);animation:fall-357 22s -28s linear infinite}@keyframes fall-357{74.973%{transform:translate(57.5973vw,74.973vh) scale(.6303)}to{transform:translate(62.15185vw,99vh) scale(.6303)}}.snow:nth-child(358){opacity:.2884;transform:translate(45.2316vw,-10px) scale(.7932);animation:fall-358 29s -5s linear infinite}@keyframes fall-358{42.745%{transform:translate(46.4736vw,42.745vh) scale(.7932)}to{transform:translate(45.8526vw,99vh) scale(.7932)}}.snow:nth-child(359){opacity:.099;transform:translate(77.0826vw,-10px) scale(.9009);animation:fall-359 28s -6s linear infinite}@keyframes fall-359{32.948%{transform:translate(84.3161vw,32.948vh) scale(.9009)}to{transform:translate(80.69935vw,99vh) scale(.9009)}}.snow:nth-child(360){opacity:.6278;transform:translate(89.4454vw,-10px) scale(.3173);animation:fall-360 22s -13s linear infinite}@keyframes fall-360{57.662%{transform:translate(98.4885vw,57.662vh) scale(.3173)}to{transform:translate(93.96695vw,99vh) scale(.3173)}}.snow:nth-child(361){opacity:1.2724;transform:translate(12.8592vw,-10px) scale(.3685);animation:fall-361 16s -11s linear infinite}@keyframes fall-361{39.297%{transform:translate(14.9444vw,39.297vh) scale(.3685)}to{transform:translate(13.9018vw,99vh) scale(.3685)}}.snow:nth-child(362){opacity:.7146;transform:translate(81.3595vw,-10px) scale(.7413);animation:fall-362 24s -3s linear infinite}@keyframes fall-362{71.368%{transform:translate(80.0925vw,71.368vh) scale(.7413)}to{transform:translate(80.726vw,99vh) scale(.7413)}}.snow:nth-child(363){opacity:1.7158;transform:translate(8.8851vw,-10px) scale(.866);animation:fall-363 16s -19s linear infinite}@keyframes fall-363{60.146%{transform:translate(6.7582vw,60.146vh) scale(.866)}to{transform:translate(7.82165vw,99vh) scale(.866)}}.snow:nth-child(364){opacity:.6904;transform:translate(52.3287vw,-10px) scale(.1959);animation:fall-364 25s -8s linear infinite}@keyframes fall-364{74.341%{transform:translate(53.0035vw,74.341vh) scale(.1959)}to{transform:translate(52.6661vw,99vh) scale(.1959)}}.snow:nth-child(365){opacity:.099;transform:translate(47.5641vw,-10px) scale(.245);animation:fall-365 11s -11s linear infinite}@keyframes fall-365{64.758%{transform:translate(49.4549vw,64.758vh) scale(.245)}to{transform:translate(48.5095vw,99vh) scale(.245)}}.snow:nth-child(366){opacity:.7414;transform:translate(1.7867vw,-10px) scale(.2999);animation:fall-366 12s -2s linear infinite}@keyframes fall-366{53.923%{transform:translate(-4.2301vw,53.923vh) scale(.2999)}to{transform:translate(-1.2217vw,99vh) scale(.2999)}}.snow:nth-child(367){opacity:.2542;transform:translate(63.0141vw,-10px) scale(.665);animation:fall-367 19s -9s linear infinite}@keyframes fall-367{53.836%{transform:translate(65.7768vw,53.836vh) scale(.665)}to{transform:translate(64.39545vw,99vh) scale(.665)}}.snow:nth-child(368){opacity:.4918;transform:translate(12.438vw,-10px) scale(.7809);animation:fall-368 11s -1s linear infinite}@keyframes fall-368{58.045%{transform:translate(18.628vw,58.045vh) scale(.7809)}to{transform:translate(15.533vw,99vh) scale(.7809)}}.snow:nth-child(369){opacity:.562;transform:translate(32.5488vw,-10px) scale(.0628);animation:fall-369 10s -1s linear infinite}@keyframes fall-369{66.741%{transform:translate(38.2138vw,66.741vh) scale(.0628)}to{transform:translate(35.3813vw,99vh) scale(.0628)}}.snow:nth-child(370){opacity:1.3676;transform:translate(57.2897vw,-10px) scale(.1944);animation:fall-370 24s -20s linear infinite}@keyframes fall-370{58.511%{transform:translate(58.3265vw,58.511vh) scale(.1944)}to{transform:translate(57.8081vw,99vh) scale(.1944)}}.snow:nth-child(371){opacity:.0576;transform:translate(41.274vw,-10px) scale(.4952);animation:fall-371 16s -2s linear infinite}@keyframes fall-371{64.679%{transform:translate(35.0551vw,64.679vh) scale(.4952)}to{transform:translate(38.16455vw,99vh) scale(.4952)}}.snow:nth-child(372){opacity:1.1526;transform:translate(6.5424vw,-10px) scale(.0803);animation:fall-372 29s -5s linear infinite}@keyframes fall-372{41.519%{transform:translate(12.6692vw,41.519vh) scale(.0803)}to{transform:translate(9.6058vw,99vh) scale(.0803)}}.snow:nth-child(373){opacity:1.8996;transform:translate(67.256vw,-10px) scale(.5336);animation:fall-373 23s -25s linear infinite}@keyframes fall-373{68.51%{transform:translate(58.9889vw,68.51vh) scale(.5336)}to{transform:translate(63.12245vw,99vh) scale(.5336)}}.snow:nth-child(374){opacity:1.7148;transform:translate(2.1225vw,-10px) scale(.6925);animation:fall-374 25s -8s linear infinite}@keyframes fall-374{62.244%{transform:translate(7.6477vw,62.244vh) scale(.6925)}to{transform:translate(4.8851vw,99vh) scale(.6925)}}.snow:nth-child(375){opacity:1.9316;transform:translate(63.7098vw,-10px) scale(.8553);animation:fall-375 27s -28s linear infinite}@keyframes fall-375{61.067%{transform:translate(62.5069vw,61.067vh) scale(.8553)}to{transform:translate(63.10835vw,99vh) scale(.8553)}}.snow:nth-child(376){opacity:1.744;transform:translate(55.2232vw,-10px) scale(.6756);animation:fall-376 29s -19s linear infinite}@keyframes fall-376{75.558%{transform:translate(53.9641vw,75.558vh) scale(.6756)}to{transform:translate(54.59365vw,99vh) scale(.6756)}}.snow:nth-child(377){opacity:1.9208;transform:translate(85.4578vw,-10px) scale(.8128);animation:fall-377 17s -8s linear infinite}@keyframes fall-377{49.456%{transform:translate(93.4639vw,49.456vh) scale(.8128)}to{transform:translate(89.46085vw,99vh) scale(.8128)}}.snow:nth-child(378){opacity:1.1916;transform:translate(32.1085vw,-10px) scale(.6385);animation:fall-378 22s -9s linear infinite}@keyframes fall-378{78.885%{transform:translate(31.0485vw,78.885vh) scale(.6385)}to{transform:translate(31.5785vw,99vh) scale(.6385)}}.snow:nth-child(379){opacity:1.9448;transform:translate(94.8484vw,-10px) scale(.7702);animation:fall-379 22s -15s linear infinite}@keyframes fall-379{72.393%{transform:translate(95.5735vw,72.393vh) scale(.7702)}to{transform:translate(95.21095vw,99vh) scale(.7702)}}.snow:nth-child(380){opacity:.1326;transform:translate(24.395vw,-10px) scale(.8635);animation:fall-380 20s -20s linear infinite}@keyframes fall-380{34.229%{transform:translate(30.7295vw,34.229vh) scale(.8635)}to{transform:translate(27.56225vw,99vh) scale(.8635)}}.snow:nth-child(381){opacity:1.974;transform:translate(2.5225vw,-10px) scale(.868);animation:fall-381 20s -27s linear infinite}@keyframes fall-381{52.749%{transform:translate(-4.6481vw,52.749vh) scale(.868)}to{transform:translate(-1.0628vw,99vh) scale(.868)}}.snow:nth-child(382){opacity:1.88;transform:translate(41.6619vw,-10px) scale(.8184);animation:fall-382 22s -24s linear infinite}@keyframes fall-382{46.071%{transform:translate(40.7756vw,46.071vh) scale(.8184)}to{transform:translate(41.21875vw,99vh) scale(.8184)}}.snow:nth-child(383){opacity:.3414;transform:translate(71.5303vw,-10px) scale(.9933);animation:fall-383 10s -3s linear infinite}@keyframes fall-383{59.881%{transform:translate(71.9522vw,59.881vh) scale(.9933)}to{transform:translate(71.74125vw,99vh) scale(.9933)}}.snow:nth-child(384){opacity:.0138;transform:translate(.772vw,-10px) scale(.1823);animation:fall-384 29s -27s linear infinite}@keyframes fall-384{39.987%{transform:translate(-2.276vw,39.987vh) scale(.1823)}to{transform:translate(-.752vw,99vh) scale(.1823)}}.snow:nth-child(385){opacity:1.233;transform:translate(97.143vw,-10px) scale(.1557);animation:fall-385 24s -24s linear infinite}@keyframes fall-385{48.99%{transform:translate(95.2829vw,48.99vh) scale(.1557)}to{transform:translate(96.21295vw,99vh) scale(.1557)}}.snow:nth-child(386){opacity:1.6532;transform:translate(84.9702vw,-10px) scale(.4563);animation:fall-386 12s -8s linear infinite}@keyframes fall-386{32.438%{transform:translate(86.5641vw,32.438vh) scale(.4563)}to{transform:translate(85.76715vw,99vh) scale(.4563)}}.snow:nth-child(387){opacity:1.6556;transform:translate(13.3884vw,-10px) scale(.5635);animation:fall-387 13s -4s linear infinite}@keyframes fall-387{45.929%{transform:translate(7.276vw,45.929vh) scale(.5635)}to{transform:translate(10.3322vw,99vh) scale(.5635)}}.snow:nth-child(388){opacity:1.6092;transform:translate(64.1076vw,-10px) scale(.0251);animation:fall-388 12s -1s linear infinite}@keyframes fall-388{56.377%{transform:translate(67.0571vw,56.377vh) scale(.0251)}to{transform:translate(65.58235vw,99vh) scale(.0251)}}.snow:nth-child(389){opacity:1.7954;transform:translate(6.8831vw,-10px) scale(.1652);animation:fall-389 24s -22s linear infinite}@keyframes fall-389{33.423%{transform:translate(1.0659vw,33.423vh) scale(.1652)}to{transform:translate(3.9745vw,99vh) scale(.1652)}}.snow:nth-child(390){opacity:.2488;transform:translate(62.3422vw,-10px) scale(.5835);animation:fall-390 26s -11s linear infinite}@keyframes fall-390{55%{transform:translate(67.7923vw,55vh) scale(.5835)}to{transform:translate(65.06725vw,99vh) scale(.5835)}}.snow:nth-child(391){opacity:.8606;transform:translate(55.7524vw,-10px) scale(.2564);animation:fall-391 10s -24s linear infinite}@keyframes fall-391{61.282%{transform:translate(58.38vw,61.282vh) scale(.2564)}to{transform:translate(57.0662vw,99vh) scale(.2564)}}.snow:nth-child(392){opacity:1.5602;transform:translate(25.7142vw,-10px) scale(.1307);animation:fall-392 26s -28s linear infinite}@keyframes fall-392{43.55%{transform:translate(18.4737vw,43.55vh) scale(.1307)}to{transform:translate(22.09395vw,99vh) scale(.1307)}}.snow:nth-child(393){opacity:.5184;transform:translate(11.7093vw,-10px) scale(.7293);animation:fall-393 15s -25s linear infinite}@keyframes fall-393{40.716%{transform:translate(17.562vw,40.716vh) scale(.7293)}to{transform:translate(14.63565vw,99vh) scale(.7293)}}.snow:nth-child(394){opacity:.557;transform:translate(17.2074vw,-10px) scale(.579);animation:fall-394 21s -28s linear infinite}@keyframes fall-394{70.358%{transform:translate(26.1724vw,70.358vh) scale(.579)}to{transform:translate(21.6899vw,99vh) scale(.579)}}.snow:nth-child(395){opacity:1.305;transform:translate(13.2996vw,-10px) scale(.5051);animation:fall-395 11s -25s linear infinite}@keyframes fall-395{33.556%{transform:translate(6.676vw,33.556vh) scale(.5051)}to{transform:translate(9.9878vw,99vh) scale(.5051)}}.snow:nth-child(396){opacity:.8446;transform:translate(59.1234vw,-10px) scale(.8486);animation:fall-396 18s -3s linear infinite}@keyframes fall-396{56.628%{transform:translate(60.5172vw,56.628vh) scale(.8486)}to{transform:translate(59.8203vw,99vh) scale(.8486)}}.snow:nth-child(397){opacity:1.6884;transform:translate(22.3026vw,-10px) scale(.2943);animation:fall-397 11s -28s linear infinite}@keyframes fall-397{57.428%{transform:translate(29.002vw,57.428vh) scale(.2943)}to{transform:translate(25.6523vw,99vh) scale(.2943)}}.snow:nth-child(398){opacity:1.2066;transform:translate(32.467vw,-10px) scale(.3505);animation:fall-398 24s -21s linear infinite}@keyframes fall-398{70.879%{transform:translate(29.8563vw,70.879vh) scale(.3505)}to{transform:translate(31.16165vw,99vh) scale(.3505)}}.snow:nth-child(399){opacity:1.4096;transform:translate(17.9069vw,-10px) scale(.5151);animation:fall-399 29s -4s linear infinite}@keyframes fall-399{79.658%{transform:translate(22.1027vw,79.658vh) scale(.5151)}to{transform:translate(20.0048vw,99vh) scale(.5151)}}.snow:nth-child(400){opacity:.3146;transform:translate(1.1418vw,-10px) scale(.1955);animation:fall-400 25s -6s linear infinite}@keyframes fall-400{72.835%{transform:translate(-3.5014vw,72.835vh) scale(.1955)}to{transform:translate(-1.1798vw,99vh) scale(.1955)}}\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 });
77
+ AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Component });
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:1.9674;transform:translate(84.7458vw,-10px) scale(.753);animation:fall-1 12s -21s linear infinite}@keyframes fall-1{42.357%{transform:translate(91.4984vw,42.357vh) scale(.753)}to{transform:translate(88.1221vw,99vh) scale(.753)}}.snow:nth-child(2){opacity:.2454;transform:translate(87.2625vw,-10px) scale(.2451);animation:fall-2 14s -27s linear infinite}@keyframes fall-2{44.67%{transform:translate(82.9841vw,44.67vh) scale(.2451)}to{transform:translate(85.1233vw,99vh) scale(.2451)}}.snow:nth-child(3){opacity:.9842;transform:translate(21.5828vw,-10px) scale(.0854);animation:fall-3 25s -30s linear infinite}@keyframes fall-3{70.442%{transform:translate(14.4839vw,70.442vh) scale(.0854)}to{transform:translate(18.03335vw,99vh) scale(.0854)}}.snow:nth-child(4){opacity:.981;transform:translate(52.4743vw,-10px) scale(.6586);animation:fall-4 17s -25s linear infinite}@keyframes fall-4{55.76%{transform:translate(49.3301vw,55.76vh) scale(.6586)}to{transform:translate(50.9022vw,99vh) scale(.6586)}}.snow:nth-child(5){opacity:1.2622;transform:translate(56.8067vw,-10px) scale(.3591);animation:fall-5 20s -11s linear infinite}@keyframes fall-5{52.747%{transform:translate(58.1472vw,52.747vh) scale(.3591)}to{transform:translate(57.47695vw,99vh) scale(.3591)}}.snow:nth-child(6){opacity:1.8214;transform:translate(4.1243vw,-10px) scale(.5518);animation:fall-6 23s -17s linear infinite}@keyframes fall-6{68.881%{transform:translate(12.3392vw,68.881vh) scale(.5518)}to{transform:translate(8.23175vw,99vh) scale(.5518)}}.snow:nth-child(7){opacity:1.9768;transform:translate(7.6845vw,-10px) scale(.0565);animation:fall-7 27s -9s linear infinite}@keyframes fall-7{41.823%{transform:translate(12.6311vw,41.823vh) scale(.0565)}to{transform:translate(10.1578vw,99vh) scale(.0565)}}.snow:nth-child(8){opacity:.304;transform:translate(34.0762vw,-10px) scale(.1986);animation:fall-8 21s -3s linear infinite}@keyframes fall-8{60.021%{transform:translate(28.4666vw,60.021vh) scale(.1986)}to{transform:translate(31.2714vw,99vh) scale(.1986)}}.snow:nth-child(9){opacity:.9168;transform:translate(28.2697vw,-10px) scale(.8777);animation:fall-9 16s -11s linear infinite}@keyframes fall-9{51.271%{transform:translate(35.2933vw,51.271vh) scale(.8777)}to{transform:translate(31.7815vw,99vh) scale(.8777)}}.snow:nth-child(10){opacity:1.0226;transform:translate(92.3328vw,-10px) scale(.1204);animation:fall-10 20s -8s linear infinite}@keyframes fall-10{76.256%{transform:translate(83.1785vw,76.256vh) scale(.1204)}to{transform:translate(87.75565vw,99vh) scale(.1204)}}.snow:nth-child(11){opacity:1.9366;transform:translate(26.8098vw,-10px) scale(.3581);animation:fall-11 30s -26s linear infinite}@keyframes fall-11{71.865%{transform:translate(32.6484vw,71.865vh) scale(.3581)}to{transform:translate(29.7291vw,99vh) scale(.3581)}}.snow:nth-child(12){opacity:1.6378;transform:translate(94.9504vw,-10px) scale(.365);animation:fall-12 29s -14s linear infinite}@keyframes fall-12{38.655%{transform:translate(96.8988vw,38.655vh) scale(.365)}to{transform:translate(95.9246vw,99vh) scale(.365)}}.snow:nth-child(13){opacity:.6222;transform:translate(51.3286vw,-10px) scale(.1773);animation:fall-13 26s -1s linear infinite}@keyframes fall-13{59.93%{transform:translate(51.1153vw,59.93vh) scale(.1773)}to{transform:translate(51.22195vw,99vh) scale(.1773)}}.snow:nth-child(14){opacity:1.2454;transform:translate(59.9204vw,-10px) scale(.8728);animation:fall-14 25s -3s linear infinite}@keyframes fall-14{77.811%{transform:translate(67.5154vw,77.811vh) scale(.8728)}to{transform:translate(63.7179vw,99vh) scale(.8728)}}.snow:nth-child(15){opacity:.2402;transform:translate(95.376vw,-10px) scale(.1798);animation:fall-15 29s -24s linear infinite}@keyframes fall-15{76.671%{transform:translate(99.5436vw,76.671vh) scale(.1798)}to{transform:translate(97.4598vw,99vh) scale(.1798)}}.snow:nth-child(16){opacity:.6112;transform:translate(87.2382vw,-10px) scale(.3665);animation:fall-16 17s -2s linear infinite}@keyframes fall-16{32.961%{transform:translate(82.1263vw,32.961vh) scale(.3665)}to{transform:translate(84.68225vw,99vh) scale(.3665)}}.snow:nth-child(17){opacity:1.724;transform:translate(36.0026vw,-10px) scale(.9754);animation:fall-17 13s -2s linear infinite}@keyframes fall-17{41.044%{transform:translate(44.9364vw,41.044vh) scale(.9754)}to{transform:translate(40.4695vw,99vh) scale(.9754)}}.snow:nth-child(18){opacity:.2986;transform:translate(13.3011vw,-10px) scale(.746);animation:fall-18 18s -26s linear infinite}@keyframes fall-18{38.643%{transform:translate(12.9208vw,38.643vh) scale(.746)}to{transform:translate(13.11095vw,99vh) scale(.746)}}.snow:nth-child(19){opacity:1.3882;transform:translate(27.7002vw,-10px) scale(.5611);animation:fall-19 13s -19s linear infinite}@keyframes fall-19{43.825%{transform:translate(29.6117vw,43.825vh) scale(.5611)}to{transform:translate(28.65595vw,99vh) scale(.5611)}}.snow:nth-child(20){opacity:1.111;transform:translate(82.4894vw,-10px) scale(.1939);animation:fall-20 23s -16s linear infinite}@keyframes fall-20{40.632%{transform:translate(75.2638vw,40.632vh) scale(.1939)}to{transform:translate(78.8766vw,99vh) scale(.1939)}}.snow:nth-child(21){opacity:1.863;transform:translate(63.8704vw,-10px) scale(.0296);animation:fall-21 25s -22s linear infinite}@keyframes fall-21{33.985%{transform:translate(70.4744vw,33.985vh) scale(.0296)}to{transform:translate(67.1724vw,99vh) scale(.0296)}}.snow:nth-child(22){opacity:.9268;transform:translate(96.8355vw,-10px) scale(.888);animation:fall-22 22s -19s linear infinite}@keyframes fall-22{73.121%{transform:translate(98.6278vw,73.121vh) scale(.888)}to{transform:translate(97.73165vw,99vh) scale(.888)}}.snow:nth-child(23){opacity:.2054;transform:translate(70.2778vw,-10px) scale(.9883);animation:fall-23 11s -28s linear infinite}@keyframes fall-23{65.607%{transform:translate(62.4032vw,65.607vh) scale(.9883)}to{transform:translate(66.3405vw,99vh) scale(.9883)}}.snow:nth-child(24){opacity:.3848;transform:translate(93.8531vw,-10px) scale(.117);animation:fall-24 22s -28s linear infinite}@keyframes fall-24{31.799%{transform:translate(87.1043vw,31.799vh) scale(.117)}to{transform:translate(90.4787vw,99vh) scale(.117)}}.snow:nth-child(25){opacity:.5442;transform:translate(29.7514vw,-10px) scale(.6368);animation:fall-25 29s -27s linear infinite}@keyframes fall-25{70.675%{transform:translate(35.8273vw,70.675vh) scale(.6368)}to{transform:translate(32.78935vw,99vh) scale(.6368)}}.snow:nth-child(26){opacity:1.9096;transform:translate(70.5528vw,-10px) scale(.9736);animation:fall-26 17s -3s linear infinite}@keyframes fall-26{74.6%{transform:translate(79.7736vw,74.6vh) scale(.9736)}to{transform:translate(75.1632vw,99vh) scale(.9736)}}.snow:nth-child(27){opacity:1.2042;transform:translate(50.0999vw,-10px) scale(.254);animation:fall-27 11s -15s linear infinite}@keyframes fall-27{45.534%{transform:translate(51.786vw,45.534vh) scale(.254)}to{transform:translate(50.94295vw,99vh) scale(.254)}}.snow:nth-child(28){opacity:.1856;transform:translate(36.117vw,-10px) scale(.1792);animation:fall-28 17s -7s linear infinite}@keyframes fall-28{48.013%{transform:translate(36.0203vw,48.013vh) scale(.1792)}to{transform:translate(36.06865vw,99vh) scale(.1792)}}.snow:nth-child(29){opacity:1.5318;transform:translate(85.1553vw,-10px) scale(.2093);animation:fall-29 22s -5s linear infinite}@keyframes fall-29{79.802%{transform:translate(86.4076vw,79.802vh) scale(.2093)}to{transform:translate(85.78145vw,99vh) scale(.2093)}}.snow:nth-child(30){opacity:.0374;transform:translate(48.0087vw,-10px) scale(.4194);animation:fall-30 24s -13s linear infinite}@keyframes fall-30{69.898%{transform:translate(42.6359vw,69.898vh) scale(.4194)}to{transform:translate(45.3223vw,99vh) scale(.4194)}}.snow:nth-child(31){opacity:.1258;transform:translate(86.7412vw,-10px) scale(.3839);animation:fall-31 12s -17s linear infinite}@keyframes fall-31{60.146%{transform:translate(78.3108vw,60.146vh) scale(.3839)}to{transform:translate(82.526vw,99vh) scale(.3839)}}.snow:nth-child(32){opacity:.35;transform:translate(63.6096vw,-10px) scale(.7828);animation:fall-32 18s -24s linear infinite}@keyframes fall-32{79.387%{transform:translate(59.1906vw,79.387vh) scale(.7828)}to{transform:translate(61.4001vw,99vh) scale(.7828)}}.snow:nth-child(33){opacity:1.211;transform:translate(8.5018vw,-10px) scale(.0474);animation:fall-33 11s -25s linear infinite}@keyframes fall-33{65.365%{transform:translate(14.9956vw,65.365vh) scale(.0474)}to{transform:translate(11.7487vw,99vh) scale(.0474)}}.snow:nth-child(34){opacity:1.9432;transform:translate(43.7209vw,-10px) scale(.4519);animation:fall-34 12s -25s linear infinite}@keyframes fall-34{44.854%{transform:translate(35.9938vw,44.854vh) scale(.4519)}to{transform:translate(39.85735vw,99vh) scale(.4519)}}.snow:nth-child(35){opacity:.6678;transform:translate(29.4747vw,-10px) scale(.6457);animation:fall-35 22s -19s linear infinite}@keyframes fall-35{59.616%{transform:translate(25.5828vw,59.616vh) scale(.6457)}to{transform:translate(27.52875vw,99vh) scale(.6457)}}.snow:nth-child(36){opacity:.7624;transform:translate(3.0785vw,-10px) scale(.1372);animation:fall-36 22s -8s linear infinite}@keyframes fall-36{33.575%{transform:translate(7.2834vw,33.575vh) scale(.1372)}to{transform:translate(5.18095vw,99vh) scale(.1372)}}.snow:nth-child(37){opacity:.9558;transform:translate(66.2273vw,-10px) scale(.2231);animation:fall-37 26s -14s linear infinite}@keyframes fall-37{72.071%{transform:translate(69.9863vw,72.071vh) scale(.2231)}to{transform:translate(68.1068vw,99vh) scale(.2231)}}.snow:nth-child(38){opacity:1.0472;transform:translate(50.2858vw,-10px) scale(.3468);animation:fall-38 10s -12s linear infinite}@keyframes fall-38{76.9%{transform:translate(46.6861vw,76.9vh) scale(.3468)}to{transform:translate(48.48595vw,99vh) scale(.3468)}}.snow:nth-child(39){opacity:1.2152;transform:translate(31.8679vw,-10px) scale(.7204);animation:fall-39 12s -28s linear infinite}@keyframes fall-39{65.661%{transform:translate(26.2566vw,65.661vh) scale(.7204)}to{transform:translate(29.06225vw,99vh) scale(.7204)}}.snow:nth-child(40){opacity:.8898;transform:translate(65.5706vw,-10px) scale(.6974);animation:fall-40 26s -15s linear infinite}@keyframes fall-40{63.522%{transform:translate(59.3496vw,63.522vh) scale(.6974)}to{transform:translate(62.4601vw,99vh) scale(.6974)}}.snow:nth-child(41){opacity:1.4592;transform:translate(71.3231vw,-10px) scale(.7548);animation:fall-41 16s -6s linear infinite}@keyframes fall-41{77.69%{transform:translate(67.018vw,77.69vh) scale(.7548)}to{transform:translate(69.17055vw,99vh) scale(.7548)}}.snow:nth-child(42){opacity:.4678;transform:translate(45.4026vw,-10px) scale(.1107);animation:fall-42 13s -26s linear infinite}@keyframes fall-42{57.561%{transform:translate(36.517vw,57.561vh) scale(.1107)}to{transform:translate(40.9598vw,99vh) scale(.1107)}}.snow:nth-child(43){opacity:1.1886;transform:translate(22.452vw,-10px) scale(.1132);animation:fall-43 29s -7s linear infinite}@keyframes fall-43{72.557%{transform:translate(12.8116vw,72.557vh) scale(.1132)}to{transform:translate(17.6318vw,99vh) scale(.1132)}}.snow:nth-child(44){opacity:1.1418;transform:translate(38.2405vw,-10px) scale(.9314);animation:fall-44 16s -25s linear infinite}@keyframes fall-44{58.453%{transform:translate(38.7206vw,58.453vh) scale(.9314)}to{transform:translate(38.48055vw,99vh) scale(.9314)}}.snow:nth-child(45){opacity:.1704;transform:translate(.1593vw,-10px) scale(.0601);animation:fall-45 24s -12s linear infinite}@keyframes fall-45{60.046%{transform:translate(8.738vw,60.046vh) scale(.0601)}to{transform:translate(4.44865vw,99vh) scale(.0601)}}.snow:nth-child(46){opacity:1.1166;transform:translate(96.7488vw,-10px) scale(.7299);animation:fall-46 30s -18s linear infinite}@keyframes fall-46{33.811%{transform:translate(94.9134vw,33.811vh) scale(.7299)}to{transform:translate(95.8311vw,99vh) scale(.7299)}}.snow:nth-child(47){opacity:1.3474;transform:translate(89.898vw,-10px) scale(.1567);animation:fall-47 23s -15s linear infinite}@keyframes fall-47{70.594%{transform:translate(87.1522vw,70.594vh) scale(.1567)}to{transform:translate(88.5251vw,99vh) scale(.1567)}}.snow:nth-child(48){opacity:.4276;transform:translate(72.8752vw,-10px) scale(.1148);animation:fall-48 26s -2s linear infinite}@keyframes fall-48{61.552%{transform:translate(73.5224vw,61.552vh) scale(.1148)}to{transform:translate(73.1988vw,99vh) scale(.1148)}}.snow:nth-child(49){opacity:1.0874;transform:translate(86.2844vw,-10px) scale(.1127);animation:fall-49 21s -11s linear infinite}@keyframes fall-49{53.147%{transform:translate(93.3449vw,53.147vh) scale(.1127)}to{transform:translate(89.81465vw,99vh) scale(.1127)}}.snow:nth-child(50){opacity:1.203;transform:translate(46.8586vw,-10px) scale(.0679);animation:fall-50 28s -12s linear infinite}@keyframes fall-50{30.783%{transform:translate(45.4578vw,30.783vh) scale(.0679)}to{transform:translate(46.1582vw,99vh) scale(.0679)}}.snow:nth-child(51){opacity:.589;transform:translate(11.9838vw,-10px) scale(.1737);animation:fall-51 18s -13s linear infinite}@keyframes fall-51{72.398%{transform:translate(14.0757vw,72.398vh) scale(.1737)}to{transform:translate(13.02975vw,99vh) scale(.1737)}}.snow:nth-child(52){opacity:.3012;transform:translate(32.6839vw,-10px) scale(.6334);animation:fall-52 16s -11s linear infinite}@keyframes fall-52{73.137%{transform:translate(30.491vw,73.137vh) scale(.6334)}to{transform:translate(31.58745vw,99vh) scale(.6334)}}.snow:nth-child(53){opacity:.3544;transform:translate(52.1896vw,-10px) scale(.7517);animation:fall-53 17s -15s linear infinite}@keyframes fall-53{64.57%{transform:translate(62.1301vw,64.57vh) scale(.7517)}to{transform:translate(57.15985vw,99vh) scale(.7517)}}.snow:nth-child(54){opacity:.6054;transform:translate(84.8698vw,-10px) scale(.4545);animation:fall-54 19s -13s linear infinite}@keyframes fall-54{40.448%{transform:translate(85.5117vw,40.448vh) scale(.4545)}to{transform:translate(85.19075vw,99vh) scale(.4545)}}.snow:nth-child(55){opacity:1.6174;transform:translate(61.9433vw,-10px) scale(.0196);animation:fall-55 16s -5s linear infinite}@keyframes fall-55{65.208%{transform:translate(68.0717vw,65.208vh) scale(.0196)}to{transform:translate(65.0075vw,99vh) scale(.0196)}}.snow:nth-child(56){opacity:1.0194;transform:translate(89.3653vw,-10px) scale(.8315);animation:fall-56 10s -19s linear infinite}@keyframes fall-56{43.244%{transform:translate(88.9336vw,43.244vh) scale(.8315)}to{transform:translate(89.14945vw,99vh) scale(.8315)}}.snow:nth-child(57){opacity:1.28;transform:translate(14.0132vw,-10px) scale(.7068);animation:fall-57 28s -5s linear infinite}@keyframes fall-57{34.876%{transform:translate(7.3705vw,34.876vh) scale(.7068)}to{transform:translate(10.69185vw,99vh) scale(.7068)}}.snow:nth-child(58){opacity:1.9834;transform:translate(87.1235vw,-10px) scale(.7515);animation:fall-58 23s -4s linear infinite}@keyframes fall-58{51.079%{transform:translate(84.7536vw,51.079vh) scale(.7515)}to{transform:translate(85.93855vw,99vh) scale(.7515)}}.snow:nth-child(59){opacity:1.8282;transform:translate(48.6704vw,-10px) scale(.035);animation:fall-59 19s -19s linear infinite}@keyframes fall-59{50.318%{transform:translate(46.4253vw,50.318vh) scale(.035)}to{transform:translate(47.54785vw,99vh) scale(.035)}}.snow:nth-child(60){opacity:1.5452;transform:translate(33.0295vw,-10px) scale(.085);animation:fall-60 19s -6s linear infinite}@keyframes fall-60{63.009%{transform:translate(33.381vw,63.009vh) scale(.085)}to{transform:translate(33.20525vw,99vh) scale(.085)}}.snow:nth-child(61){opacity:.2338;transform:translate(55.0244vw,-10px) scale(.96);animation:fall-61 17s -2s linear infinite}@keyframes fall-61{55.825%{transform:translate(49.363vw,55.825vh) scale(.96)}to{transform:translate(52.1937vw,99vh) scale(.96)}}.snow:nth-child(62){opacity:1.6196;transform:translate(20.123vw,-10px) scale(.6589);animation:fall-62 16s -18s linear infinite}@keyframes fall-62{47.822%{transform:translate(28.2356vw,47.822vh) scale(.6589)}to{transform:translate(24.1793vw,99vh) scale(.6589)}}.snow:nth-child(63){opacity:.5918;transform:translate(90.2116vw,-10px) scale(.1054);animation:fall-63 18s -16s linear infinite}@keyframes fall-63{54.014%{transform:translate(89.3382vw,54.014vh) scale(.1054)}to{transform:translate(89.7749vw,99vh) scale(.1054)}}.snow:nth-child(64){opacity:.4438;transform:translate(16.9185vw,-10px) scale(.56);animation:fall-64 19s -14s linear infinite}@keyframes fall-64{75.573%{transform:translate(24.0082vw,75.573vh) scale(.56)}to{transform:translate(20.46335vw,99vh) scale(.56)}}.snow:nth-child(65){opacity:.8504;transform:translate(61.303vw,-10px) scale(.6697);animation:fall-65 29s -10s linear infinite}@keyframes fall-65{55.487%{transform:translate(64.0683vw,55.487vh) scale(.6697)}to{transform:translate(62.68565vw,99vh) scale(.6697)}}.snow:nth-child(66){opacity:.3192;transform:translate(86.7033vw,-10px) scale(.9828);animation:fall-66 15s -6s linear infinite}@keyframes fall-66{30.075%{transform:translate(80.7779vw,30.075vh) scale(.9828)}to{transform:translate(83.7406vw,99vh) scale(.9828)}}.snow:nth-child(67){opacity:1.5978;transform:translate(62.3048vw,-10px) scale(.0608);animation:fall-67 29s -26s linear infinite}@keyframes fall-67{73.61%{transform:translate(61.0316vw,73.61vh) scale(.0608)}to{transform:translate(61.6682vw,99vh) scale(.0608)}}.snow:nth-child(68){opacity:1.6618;transform:translate(71.3707vw,-10px) scale(.387);animation:fall-68 20s -8s linear infinite}@keyframes fall-68{49.02%{transform:translate(77.9675vw,49.02vh) scale(.387)}to{transform:translate(74.6691vw,99vh) scale(.387)}}.snow:nth-child(69){opacity:1.0958;transform:translate(41.2534vw,-10px) scale(.6253);animation:fall-69 11s -4s linear infinite}@keyframes fall-69{53.325%{transform:translate(36.6429vw,53.325vh) scale(.6253)}to{transform:translate(38.94815vw,99vh) scale(.6253)}}.snow:nth-child(70){opacity:.8486;transform:translate(31.8485vw,-10px) scale(.4);animation:fall-70 25s -27s linear infinite}@keyframes fall-70{36.61%{transform:translate(41.0546vw,36.61vh) scale(.4)}to{transform:translate(36.45155vw,99vh) scale(.4)}}.snow:nth-child(71){opacity:1.5268;transform:translate(61.2013vw,-10px) scale(.4513);animation:fall-71 30s -13s linear infinite}@keyframes fall-71{50.941%{transform:translate(52.2204vw,50.941vh) scale(.4513)}to{transform:translate(56.71085vw,99vh) scale(.4513)}}.snow:nth-child(72){opacity:1.5168;transform:translate(64.9179vw,-10px) scale(.8483);animation:fall-72 10s -8s linear infinite}@keyframes fall-72{45.745%{transform:translate(70.1866vw,45.745vh) scale(.8483)}to{transform:translate(67.55225vw,99vh) scale(.8483)}}.snow:nth-child(73){opacity:.9332;transform:translate(13.1234vw,-10px) scale(.5249);animation:fall-73 27s -13s linear infinite}@keyframes fall-73{53.887%{transform:translate(10.8109vw,53.887vh) scale(.5249)}to{transform:translate(11.96715vw,99vh) scale(.5249)}}.snow:nth-child(74){opacity:.9956;transform:translate(78.0879vw,-10px) scale(.7122);animation:fall-74 10s -17s linear infinite}@keyframes fall-74{61.772%{transform:translate(80.8383vw,61.772vh) scale(.7122)}to{transform:translate(79.4631vw,99vh) scale(.7122)}}.snow:nth-child(75){opacity:.4686;transform:translate(52.0551vw,-10px) scale(.1344);animation:fall-75 18s -11s linear infinite}@keyframes fall-75{60.739%{transform:translate(51.6171vw,60.739vh) scale(.1344)}to{transform:translate(51.8361vw,99vh) scale(.1344)}}.snow:nth-child(76){opacity:.7824;transform:translate(99.5259vw,-10px) scale(.6149);animation:fall-76 14s -6s linear infinite}@keyframes fall-76{35.481%{transform:translate(105.3107vw,35.481vh) scale(.6149)}to{transform:translate(102.4183vw,99vh) scale(.6149)}}.snow:nth-child(77){opacity:.7486;transform:translate(75.0086vw,-10px) scale(.2333);animation:fall-77 27s -1s linear infinite}@keyframes fall-77{54.182%{transform:translate(79.7378vw,54.182vh) scale(.2333)}to{transform:translate(77.3732vw,99vh) scale(.2333)}}.snow:nth-child(78){opacity:.3292;transform:translate(61.9187vw,-10px) scale(.9353);animation:fall-78 30s -6s linear infinite}@keyframes fall-78{41.51%{transform:translate(66.9673vw,41.51vh) scale(.9353)}to{transform:translate(64.443vw,99vh) scale(.9353)}}.snow:nth-child(79){opacity:.9522;transform:translate(12.2834vw,-10px) scale(.2655);animation:fall-79 24s -25s linear infinite}@keyframes fall-79{58.969%{transform:translate(6.5818vw,58.969vh) scale(.2655)}to{transform:translate(9.4326vw,99vh) scale(.2655)}}.snow:nth-child(80){opacity:.2528;transform:translate(95.7067vw,-10px) scale(.3426);animation:fall-80 27s -19s linear infinite}@keyframes fall-80{65.991%{transform:translate(88.858vw,65.991vh) scale(.3426)}to{transform:translate(92.28235vw,99vh) scale(.3426)}}.snow:nth-child(81){opacity:1.5418;transform:translate(1.7917vw,-10px) scale(.7606);animation:fall-81 18s -21s linear infinite}@keyframes fall-81{42.156%{transform:translate(-4.642vw,42.156vh) scale(.7606)}to{transform:translate(-1.42515vw,99vh) scale(.7606)}}.snow:nth-child(82){opacity:1.5828;transform:translate(10.932vw,-10px) scale(.8303);animation:fall-82 12s -21s linear infinite}@keyframes fall-82{51.181%{transform:translate(9.3318vw,51.181vh) scale(.8303)}to{transform:translate(10.1319vw,99vh) scale(.8303)}}.snow:nth-child(83){opacity:.2154;transform:translate(68.173vw,-10px) scale(.9925);animation:fall-83 29s -17s linear infinite}@keyframes fall-83{53.601%{transform:translate(64.6735vw,53.601vh) scale(.9925)}to{transform:translate(66.42325vw,99vh) scale(.9925)}}.snow:nth-child(84){opacity:.5836;transform:translate(23.2155vw,-10px) scale(.0006);animation:fall-84 27s -29s linear infinite}@keyframes fall-84{56.469%{transform:translate(27.8436vw,56.469vh) scale(.0006)}to{transform:translate(25.52955vw,99vh) scale(.0006)}}.snow:nth-child(85){opacity:1.925;transform:translate(96.9554vw,-10px) scale(.0598);animation:fall-85 11s -26s linear infinite}@keyframes fall-85{62.681%{transform:translate(87.6636vw,62.681vh) scale(.0598)}to{transform:translate(92.3095vw,99vh) scale(.0598)}}.snow:nth-child(86){opacity:1.1754;transform:translate(20.1592vw,-10px) scale(.0125);animation:fall-86 20s -21s linear infinite}@keyframes fall-86{75.618%{transform:translate(24.3279vw,75.618vh) scale(.0125)}to{transform:translate(22.24355vw,99vh) scale(.0125)}}.snow:nth-child(87){opacity:1.444;transform:translate(52.7177vw,-10px) scale(.8981);animation:fall-87 10s -19s linear infinite}@keyframes fall-87{60.75%{transform:translate(60.5822vw,60.75vh) scale(.8981)}to{transform:translate(56.64995vw,99vh) scale(.8981)}}.snow:nth-child(88){opacity:1.4158;transform:translate(46.7701vw,-10px) scale(.7312);animation:fall-88 21s -13s linear infinite}@keyframes fall-88{62.457%{transform:translate(36.8413vw,62.457vh) scale(.7312)}to{transform:translate(41.8057vw,99vh) scale(.7312)}}.snow:nth-child(89){opacity:1.678;transform:translate(77.5286vw,-10px) scale(.545);animation:fall-89 15s -28s linear infinite}@keyframes fall-89{61.054%{transform:translate(68.0431vw,61.054vh) scale(.545)}to{transform:translate(72.78585vw,99vh) scale(.545)}}.snow:nth-child(90){opacity:1.7586;transform:translate(60.1151vw,-10px) scale(.3985);animation:fall-90 16s -12s linear infinite}@keyframes fall-90{51.565%{transform:translate(67.2821vw,51.565vh) scale(.3985)}to{transform:translate(63.6986vw,99vh) scale(.3985)}}.snow:nth-child(91){opacity:.7466;transform:translate(20.1198vw,-10px) scale(.0434);animation:fall-91 11s -23s linear infinite}@keyframes fall-91{73.331%{transform:translate(23.734vw,73.331vh) scale(.0434)}to{transform:translate(21.9269vw,99vh) scale(.0434)}}.snow:nth-child(92){opacity:1.786;transform:translate(3.2682vw,-10px) scale(.0246);animation:fall-92 10s -29s linear infinite}@keyframes fall-92{39.481%{transform:translate(2.971vw,39.481vh) scale(.0246)}to{transform:translate(3.1196vw,99vh) scale(.0246)}}.snow:nth-child(93){opacity:1.2394;transform:translate(8.603vw,-10px) scale(.8608);animation:fall-93 18s -2s linear infinite}@keyframes fall-93{36.518%{transform:translate(5vw,36.518vh) scale(.8608)}to{transform:translate(6.8015vw,99vh) scale(.8608)}}.snow:nth-child(94){opacity:1.424;transform:translate(61.6vw,-10px) scale(.1419);animation:fall-94 26s -7s linear infinite}@keyframes fall-94{71.933%{transform:translate(63.536vw,71.933vh) scale(.1419)}to{transform:translate(62.568vw,99vh) scale(.1419)}}.snow:nth-child(95){opacity:.992;transform:translate(.6094vw,-10px) scale(.5801);animation:fall-95 30s -24s linear infinite}@keyframes fall-95{53.062%{transform:translate(-2.6338vw,53.062vh) scale(.5801)}to{transform:translate(-1.0122vw,99vh) scale(.5801)}}.snow:nth-child(96){opacity:.3744;transform:translate(22.505vw,-10px) scale(.0576);animation:fall-96 26s -12s linear infinite}@keyframes fall-96{45.943%{transform:translate(14.9193vw,45.943vh) scale(.0576)}to{transform:translate(18.71215vw,99vh) scale(.0576)}}.snow:nth-child(97){opacity:1.7764;transform:translate(61.5556vw,-10px) scale(.4664);animation:fall-97 29s -4s linear infinite}@keyframes fall-97{60.395%{transform:translate(53.9353vw,60.395vh) scale(.4664)}to{transform:translate(57.74545vw,99vh) scale(.4664)}}.snow:nth-child(98){opacity:1.2204;transform:translate(74.9558vw,-10px) scale(.8182);animation:fall-98 24s -15s linear infinite}@keyframes fall-98{50.289%{transform:translate(67.4308vw,50.289vh) scale(.8182)}to{transform:translate(71.1933vw,99vh) scale(.8182)}}.snow:nth-child(99){opacity:1.8054;transform:translate(75.4551vw,-10px) scale(.8231);animation:fall-99 26s -6s linear infinite}@keyframes fall-99{45.493%{transform:translate(81.2862vw,45.493vh) scale(.8231)}to{transform:translate(78.37065vw,99vh) scale(.8231)}}.snow:nth-child(100){opacity:.9788;transform:translate(42.9065vw,-10px) scale(.5631);animation:fall-100 30s -17s linear infinite}@keyframes fall-100{67.535%{transform:translate(37.8289vw,67.535vh) scale(.5631)}to{transform:translate(40.3677vw,99vh) scale(.5631)}}.snow:nth-child(101){opacity:.641;transform:translate(40.5452vw,-10px) scale(.3973);animation:fall-101 20s -27s linear infinite}@keyframes fall-101{77.459%{transform:translate(37.3619vw,77.459vh) scale(.3973)}to{transform:translate(38.95355vw,99vh) scale(.3973)}}.snow:nth-child(102){opacity:1.8842;transform:translate(54.2721vw,-10px) scale(.6285);animation:fall-102 21s -14s linear infinite}@keyframes fall-102{77.702%{transform:translate(46.9518vw,77.702vh) scale(.6285)}to{transform:translate(50.61195vw,99vh) scale(.6285)}}.snow:nth-child(103){opacity:1.62;transform:translate(2.7928vw,-10px) scale(.4209);animation:fall-103 27s -27s linear infinite}@keyframes fall-103{70.844%{transform:translate(3.5595vw,70.844vh) scale(.4209)}to{transform:translate(3.17615vw,99vh) scale(.4209)}}.snow:nth-child(104){opacity:1.517;transform:translate(52.4327vw,-10px) scale(.7538);animation:fall-104 19s -17s linear infinite}@keyframes fall-104{78.221%{transform:translate(45.7004vw,78.221vh) scale(.7538)}to{transform:translate(49.06655vw,99vh) scale(.7538)}}.snow:nth-child(105){opacity:.7146;transform:translate(98.2338vw,-10px) scale(.5605);animation:fall-105 17s -4s linear infinite}@keyframes fall-105{73.247%{transform:translate(102.4008vw,73.247vh) scale(.5605)}to{transform:translate(100.3173vw,99vh) scale(.5605)}}.snow:nth-child(106){opacity:1.4168;transform:translate(65.9626vw,-10px) scale(.9287);animation:fall-106 11s -12s linear infinite}@keyframes fall-106{67.466%{transform:translate(65.0567vw,67.466vh) scale(.9287)}to{transform:translate(65.50965vw,99vh) scale(.9287)}}.snow:nth-child(107){opacity:.8164;transform:translate(26.5739vw,-10px) scale(.4666);animation:fall-107 21s -16s linear infinite}@keyframes fall-107{72.694%{transform:translate(23.1182vw,72.694vh) scale(.4666)}to{transform:translate(24.84605vw,99vh) scale(.4666)}}.snow:nth-child(108){opacity:1.0292;transform:translate(26.9346vw,-10px) scale(.3444);animation:fall-108 12s -9s linear infinite}@keyframes fall-108{71.241%{transform:translate(18.85vw,71.241vh) scale(.3444)}to{transform:translate(22.8923vw,99vh) scale(.3444)}}.snow:nth-child(109){opacity:1.3906;transform:translate(3.5593vw,-10px) scale(.459);animation:fall-109 27s -21s linear infinite}@keyframes fall-109{32.827%{transform:translate(6.2189vw,32.827vh) scale(.459)}to{transform:translate(4.8891vw,99vh) scale(.459)}}.snow:nth-child(110){opacity:1.9028;transform:translate(28.4947vw,-10px) scale(.8761);animation:fall-110 25s -12s linear infinite}@keyframes fall-110{60.416%{transform:translate(26.0247vw,60.416vh) scale(.8761)}to{transform:translate(27.2597vw,99vh) scale(.8761)}}.snow:nth-child(111){opacity:.2496;transform:translate(39.9569vw,-10px) scale(.5508);animation:fall-111 11s -29s linear infinite}@keyframes fall-111{52.909%{transform:translate(35.2162vw,52.909vh) scale(.5508)}to{transform:translate(37.58655vw,99vh) scale(.5508)}}.snow:nth-child(112){opacity:.2236;transform:translate(66.9413vw,-10px) scale(.1281);animation:fall-112 24s -8s linear infinite}@keyframes fall-112{54.607%{transform:translate(69.3055vw,54.607vh) scale(.1281)}to{transform:translate(68.1234vw,99vh) scale(.1281)}}.snow:nth-child(113){opacity:1.666;transform:translate(79.5052vw,-10px) scale(.8088);animation:fall-113 25s -8s linear infinite}@keyframes fall-113{30.32%{transform:translate(80.1149vw,30.32vh) scale(.8088)}to{transform:translate(79.81005vw,99vh) scale(.8088)}}.snow:nth-child(114){opacity:1.7714;transform:translate(16.0317vw,-10px) scale(.7874);animation:fall-114 12s -26s linear infinite}@keyframes fall-114{50.11%{transform:translate(18.667vw,50.11vh) scale(.7874)}to{transform:translate(17.34935vw,99vh) scale(.7874)}}.snow:nth-child(115){opacity:1.0494;transform:translate(83.1758vw,-10px) scale(.3532);animation:fall-115 24s -7s linear infinite}@keyframes fall-115{39.261%{transform:translate(92.283vw,39.261vh) scale(.3532)}to{transform:translate(87.7294vw,99vh) scale(.3532)}}.snow:nth-child(116){opacity:1.0088;transform:translate(70.1183vw,-10px) scale(.1204);animation:fall-116 30s -27s linear infinite}@keyframes fall-116{34.716%{transform:translate(70.1198vw,34.716vh) scale(.1204)}to{transform:translate(70.11905vw,99vh) scale(.1204)}}.snow:nth-child(117){opacity:1.1432;transform:translate(47.4472vw,-10px) scale(.0579);animation:fall-117 11s -17s linear infinite}@keyframes fall-117{37.705%{transform:translate(45.9565vw,37.705vh) scale(.0579)}to{transform:translate(46.70185vw,99vh) scale(.0579)}}.snow:nth-child(118){opacity:1.5398;transform:translate(54.6141vw,-10px) scale(.1525);animation:fall-118 11s -7s linear infinite}@keyframes fall-118{45.412%{transform:translate(62.0625vw,45.412vh) scale(.1525)}to{transform:translate(58.3383vw,99vh) scale(.1525)}}.snow:nth-child(119){opacity:1.6842;transform:translate(56.624vw,-10px) scale(.1606);animation:fall-119 10s -30s linear infinite}@keyframes fall-119{34.3%{transform:translate(51.9353vw,34.3vh) scale(.1606)}to{transform:translate(54.27965vw,99vh) scale(.1606)}}.snow:nth-child(120){opacity:1.805;transform:translate(83.3458vw,-10px) scale(.0675);animation:fall-120 25s -3s linear infinite}@keyframes fall-120{58.595%{transform:translate(89.8986vw,58.595vh) scale(.0675)}to{transform:translate(86.6222vw,99vh) scale(.0675)}}.snow:nth-child(121){opacity:.5312;transform:translate(23.1552vw,-10px) scale(.7859);animation:fall-121 26s -26s linear infinite}@keyframes fall-121{77.449%{transform:translate(16.0965vw,77.449vh) scale(.7859)}to{transform:translate(19.62585vw,99vh) scale(.7859)}}.snow:nth-child(122){opacity:1.5966;transform:translate(15.8814vw,-10px) scale(.6244);animation:fall-122 21s -26s linear infinite}@keyframes fall-122{71.385%{transform:translate(22.134vw,71.385vh) scale(.6244)}to{transform:translate(19.0077vw,99vh) scale(.6244)}}.snow:nth-child(123){opacity:1.5748;transform:translate(20.5763vw,-10px) scale(.4252);animation:fall-123 30s -16s linear infinite}@keyframes fall-123{41.949%{transform:translate(18.8617vw,41.949vh) scale(.4252)}to{transform:translate(19.719vw,99vh) scale(.4252)}}.snow:nth-child(124){opacity:1.3584;transform:translate(19.384vw,-10px) scale(.2086);animation:fall-124 20s -28s linear infinite}@keyframes fall-124{71.023%{transform:translate(16.9829vw,71.023vh) scale(.2086)}to{transform:translate(18.18345vw,99vh) scale(.2086)}}.snow:nth-child(125){opacity:.2668;transform:translate(53.8159vw,-10px) scale(.7257);animation:fall-125 22s -16s linear infinite}@keyframes fall-125{68.53%{transform:translate(45.2926vw,68.53vh) scale(.7257)}to{transform:translate(49.55425vw,99vh) scale(.7257)}}.snow:nth-child(126){opacity:.9586;transform:translate(85.2945vw,-10px) scale(.2305);animation:fall-126 30s -26s linear infinite}@keyframes fall-126{62.825%{transform:translate(91.3773vw,62.825vh) scale(.2305)}to{transform:translate(88.3359vw,99vh) scale(.2305)}}.snow:nth-child(127){opacity:.6068;transform:translate(45.6199vw,-10px) scale(.596);animation:fall-127 12s -18s linear infinite}@keyframes fall-127{79.219%{transform:translate(49.5159vw,79.219vh) scale(.596)}to{transform:translate(47.5679vw,99vh) scale(.596)}}.snow:nth-child(128){opacity:.3486;transform:translate(23.7782vw,-10px) scale(.1303);animation:fall-128 30s -19s linear infinite}@keyframes fall-128{79.099%{transform:translate(24.12vw,79.099vh) scale(.1303)}to{transform:translate(23.9491vw,99vh) scale(.1303)}}.snow:nth-child(129){opacity:1.1174;transform:translate(13.3668vw,-10px) scale(.2868);animation:fall-129 24s -16s linear infinite}@keyframes fall-129{79.203%{transform:translate(18.9723vw,79.203vh) scale(.2868)}to{transform:translate(16.16955vw,99vh) scale(.2868)}}.snow:nth-child(130){opacity:1.6368;transform:translate(75.2215vw,-10px) scale(.9823);animation:fall-130 24s -16s linear infinite}@keyframes fall-130{32.961%{transform:translate(74.1431vw,32.961vh) scale(.9823)}to{transform:translate(74.6823vw,99vh) scale(.9823)}}.snow:nth-child(131){opacity:.7136;transform:translate(48.7692vw,-10px) scale(.0846);animation:fall-131 24s -26s linear infinite}@keyframes fall-131{79.112%{transform:translate(46.8686vw,79.112vh) scale(.0846)}to{transform:translate(47.8189vw,99vh) scale(.0846)}}.snow:nth-child(132){opacity:.508;transform:translate(72.6417vw,-10px) scale(.4546);animation:fall-132 19s -6s linear infinite}@keyframes fall-132{35.315%{transform:translate(74.9448vw,35.315vh) scale(.4546)}to{transform:translate(73.79325vw,99vh) scale(.4546)}}.snow:nth-child(133){opacity:.1718;transform:translate(97.5852vw,-10px) scale(.6574);animation:fall-133 26s -21s linear infinite}@keyframes fall-133{59.521%{transform:translate(101.3975vw,59.521vh) scale(.6574)}to{transform:translate(99.49135vw,99vh) scale(.6574)}}.snow:nth-child(134){opacity:.815;transform:translate(27.0595vw,-10px) scale(.0359);animation:fall-134 21s -5s linear infinite}@keyframes fall-134{78.153%{transform:translate(23.4825vw,78.153vh) scale(.0359)}to{transform:translate(25.271vw,99vh) scale(.0359)}}.snow:nth-child(135){opacity:.4708;transform:translate(76.0399vw,-10px) scale(.1306);animation:fall-135 25s -10s linear infinite}@keyframes fall-135{48.853%{transform:translate(72.9838vw,48.853vh) scale(.1306)}to{transform:translate(74.51185vw,99vh) scale(.1306)}}.snow:nth-child(136){opacity:1.037;transform:translate(7.8698vw,-10px) scale(.4831);animation:fall-136 25s -15s linear infinite}@keyframes fall-136{53.128%{transform:translate(7.7584vw,53.128vh) scale(.4831)}to{transform:translate(7.8141vw,99vh) scale(.4831)}}.snow:nth-child(137){opacity:.1562;transform:translate(23.4913vw,-10px) scale(.8262);animation:fall-137 17s -6s linear infinite}@keyframes fall-137{63.584%{transform:translate(23.5283vw,63.584vh) scale(.8262)}to{transform:translate(23.5098vw,99vh) scale(.8262)}}.snow:nth-child(138){opacity:1.9918;transform:translate(35.4418vw,-10px) scale(.7459);animation:fall-138 13s -5s linear infinite}@keyframes fall-138{43.88%{transform:translate(38.7761vw,43.88vh) scale(.7459)}to{transform:translate(37.10895vw,99vh) scale(.7459)}}.snow:nth-child(139){opacity:.8384;transform:translate(41.7534vw,-10px) scale(.7715);animation:fall-139 25s -23s linear infinite}@keyframes fall-139{35.622%{transform:translate(40.8296vw,35.622vh) scale(.7715)}to{transform:translate(41.2915vw,99vh) scale(.7715)}}.snow:nth-child(140){opacity:.2558;transform:translate(41.1326vw,-10px) scale(.3979);animation:fall-140 28s -4s linear infinite}@keyframes fall-140{35.379%{transform:translate(38.8466vw,35.379vh) scale(.3979)}to{transform:translate(39.9896vw,99vh) scale(.3979)}}.snow:nth-child(141){opacity:.6548;transform:translate(92.7913vw,-10px) scale(.5734);animation:fall-141 18s -18s linear infinite}@keyframes fall-141{40.771%{transform:translate(87.154vw,40.771vh) scale(.5734)}to{transform:translate(89.97265vw,99vh) scale(.5734)}}.snow:nth-child(142){opacity:1.2506;transform:translate(71.3163vw,-10px) scale(.2128);animation:fall-142 10s -22s linear infinite}@keyframes fall-142{73.832%{transform:translate(80.6394vw,73.832vh) scale(.2128)}to{transform:translate(75.97785vw,99vh) scale(.2128)}}.snow:nth-child(143){opacity:.9692;transform:translate(92.6582vw,-10px) scale(.2139);animation:fall-143 22s -23s linear infinite}@keyframes fall-143{42.448%{transform:translate(92.2358vw,42.448vh) scale(.2139)}to{transform:translate(92.447vw,99vh) scale(.2139)}}.snow:nth-child(144){opacity:1.211;transform:translate(3.1211vw,-10px) scale(.986);animation:fall-144 10s -21s linear infinite}@keyframes fall-144{65.199%{transform:translate(7.2555vw,65.199vh) scale(.986)}to{transform:translate(5.1883vw,99vh) scale(.986)}}.snow:nth-child(145){opacity:.016;transform:translate(81.5085vw,-10px) scale(.4088);animation:fall-145 20s -25s linear infinite}@keyframes fall-145{71.142%{transform:translate(78.998vw,71.142vh) scale(.4088)}to{transform:translate(80.25325vw,99vh) scale(.4088)}}.snow:nth-child(146){opacity:1.1072;transform:translate(64.8245vw,-10px) scale(.3119);animation:fall-146 27s -4s linear infinite}@keyframes fall-146{43.494%{transform:translate(59.0188vw,43.494vh) scale(.3119)}to{transform:translate(61.92165vw,99vh) scale(.3119)}}.snow:nth-child(147){opacity:.8984;transform:translate(45.9016vw,-10px) scale(.5578);animation:fall-147 12s -17s linear infinite}@keyframes fall-147{51.582%{transform:translate(48.9325vw,51.582vh) scale(.5578)}to{transform:translate(47.41705vw,99vh) scale(.5578)}}.snow:nth-child(148){opacity:1.4376;transform:translate(42.7154vw,-10px) scale(.3448);animation:fall-148 19s -2s linear infinite}@keyframes fall-148{64.881%{transform:translate(38.0954vw,64.881vh) scale(.3448)}to{transform:translate(40.4054vw,99vh) scale(.3448)}}.snow:nth-child(149){opacity:.3002;transform:translate(34.5819vw,-10px) scale(.5417);animation:fall-149 29s -24s linear infinite}@keyframes fall-149{56.007%{transform:translate(40.1886vw,56.007vh) scale(.5417)}to{transform:translate(37.38525vw,99vh) scale(.5417)}}.snow:nth-child(150){opacity:.9564;transform:translate(23.6836vw,-10px) scale(.1815);animation:fall-150 15s -18s linear infinite}@keyframes fall-150{48.295%{transform:translate(29.7838vw,48.295vh) scale(.1815)}to{transform:translate(26.7337vw,99vh) scale(.1815)}}.snow:nth-child(151){opacity:.3406;transform:translate(22.3125vw,-10px) scale(.442);animation:fall-151 29s -5s linear infinite}@keyframes fall-151{46.5%{transform:translate(16.6108vw,46.5vh) scale(.442)}to{transform:translate(19.46165vw,99vh) scale(.442)}}.snow:nth-child(152){opacity:.6698;transform:translate(77.7523vw,-10px) scale(.3052);animation:fall-152 13s -13s linear infinite}@keyframes fall-152{58.736%{transform:translate(84.6959vw,58.736vh) scale(.3052)}to{transform:translate(81.2241vw,99vh) scale(.3052)}}.snow:nth-child(153){opacity:.3094;transform:translate(91.0484vw,-10px) scale(.6044);animation:fall-153 17s -15s linear infinite}@keyframes fall-153{69.875%{transform:translate(83.8574vw,69.875vh) scale(.6044)}to{transform:translate(87.4529vw,99vh) scale(.6044)}}.snow:nth-child(154){opacity:1.434;transform:translate(58.5115vw,-10px) scale(.4775);animation:fall-154 14s -24s linear infinite}@keyframes fall-154{43.661%{transform:translate(58.2313vw,43.661vh) scale(.4775)}to{transform:translate(58.3714vw,99vh) scale(.4775)}}.snow:nth-child(155){opacity:.784;transform:translate(58.7994vw,-10px) scale(.4044);animation:fall-155 25s -11s linear infinite}@keyframes fall-155{39.892%{transform:translate(61.8247vw,39.892vh) scale(.4044)}to{transform:translate(60.31205vw,99vh) scale(.4044)}}.snow:nth-child(156){opacity:.2462;transform:translate(87.3217vw,-10px) scale(.7082);animation:fall-156 28s -29s linear infinite}@keyframes fall-156{47.997%{transform:translate(83.5898vw,47.997vh) scale(.7082)}to{transform:translate(85.45575vw,99vh) scale(.7082)}}.snow:nth-child(157){opacity:1.963;transform:translate(97.2118vw,-10px) scale(.6003);animation:fall-157 28s -12s linear infinite}@keyframes fall-157{37.057%{transform:translate(102.4733vw,37.057vh) scale(.6003)}to{transform:translate(99.84255vw,99vh) scale(.6003)}}.snow:nth-child(158){opacity:1.065;transform:translate(86.7588vw,-10px) scale(.1661);animation:fall-158 15s -1s linear infinite}@keyframes fall-158{68.072%{transform:translate(84.8782vw,68.072vh) scale(.1661)}to{transform:translate(85.8185vw,99vh) scale(.1661)}}.snow:nth-child(159){opacity:.2042;transform:translate(43.4236vw,-10px) scale(.8091);animation:fall-159 12s -8s linear infinite}@keyframes fall-159{38.885%{transform:translate(33.8009vw,38.885vh) scale(.8091)}to{transform:translate(38.61225vw,99vh) scale(.8091)}}.snow:nth-child(160){opacity:.9248;transform:translate(80.313vw,-10px) scale(.1785);animation:fall-160 13s -23s linear infinite}@keyframes fall-160{63.073%{transform:translate(89.0865vw,63.073vh) scale(.1785)}to{transform:translate(84.69975vw,99vh) scale(.1785)}}.snow:nth-child(161){opacity:1.7204;transform:translate(28.4922vw,-10px) scale(.2471);animation:fall-161 13s -8s linear infinite}@keyframes fall-161{45.355%{transform:translate(29.5115vw,45.355vh) scale(.2471)}to{transform:translate(29.00185vw,99vh) scale(.2471)}}.snow:nth-child(162){opacity:1.935;transform:translate(82.0994vw,-10px) scale(.9783);animation:fall-162 10s -22s linear infinite}@keyframes fall-162{30.371%{transform:translate(85.6702vw,30.371vh) scale(.9783)}to{transform:translate(83.8848vw,99vh) scale(.9783)}}.snow:nth-child(163){opacity:.9804;transform:translate(33.8036vw,-10px) scale(.0177);animation:fall-163 14s -26s linear infinite}@keyframes fall-163{48.41%{transform:translate(34.5728vw,48.41vh) scale(.0177)}to{transform:translate(34.1882vw,99vh) scale(.0177)}}.snow:nth-child(164){opacity:1.7352;transform:translate(30.6768vw,-10px) scale(.3798);animation:fall-164 24s -28s linear infinite}@keyframes fall-164{33.183%{transform:translate(31.9263vw,33.183vh) scale(.3798)}to{transform:translate(31.30155vw,99vh) scale(.3798)}}.snow:nth-child(165){opacity:1.5492;transform:translate(7.3265vw,-10px) scale(.822);animation:fall-165 17s -27s linear infinite}@keyframes fall-165{37.433%{transform:translate(10.1041vw,37.433vh) scale(.822)}to{transform:translate(8.7153vw,99vh) scale(.822)}}.snow:nth-child(166){opacity:.2644;transform:translate(30.0799vw,-10px) scale(.0893);animation:fall-166 30s -21s linear infinite}@keyframes fall-166{59.093%{transform:translate(31.3341vw,59.093vh) scale(.0893)}to{transform:translate(30.707vw,99vh) scale(.0893)}}.snow:nth-child(167){opacity:.5428;transform:translate(68.8418vw,-10px) scale(.5969);animation:fall-167 11s -1s linear infinite}@keyframes fall-167{64.201%{transform:translate(67.6893vw,64.201vh) scale(.5969)}to{transform:translate(68.26555vw,99vh) scale(.5969)}}.snow:nth-child(168){opacity:.6278;transform:translate(95.3829vw,-10px) scale(.5808);animation:fall-168 30s -20s linear infinite}@keyframes fall-168{65.46%{transform:translate(90.1887vw,65.46vh) scale(.5808)}to{transform:translate(92.7858vw,99vh) scale(.5808)}}.snow:nth-child(169){opacity:1.6578;transform:translate(92.4631vw,-10px) scale(.8964);animation:fall-169 19s -23s linear infinite}@keyframes fall-169{71.949%{transform:translate(82.81vw,71.949vh) scale(.8964)}to{transform:translate(87.63655vw,99vh) scale(.8964)}}.snow:nth-child(170){opacity:.2054;transform:translate(25.0896vw,-10px) scale(.2597);animation:fall-170 11s -23s linear infinite}@keyframes fall-170{48.621%{transform:translate(15.3731vw,48.621vh) scale(.2597)}to{transform:translate(20.23135vw,99vh) scale(.2597)}}.snow:nth-child(171){opacity:.1026;transform:translate(66.9947vw,-10px) scale(.3494);animation:fall-171 19s -24s linear infinite}@keyframes fall-171{47.742%{transform:translate(75.6772vw,47.742vh) scale(.3494)}to{transform:translate(71.33595vw,99vh) scale(.3494)}}.snow:nth-child(172){opacity:1.1324;transform:translate(79.1178vw,-10px) scale(.4249);animation:fall-172 24s -9s linear infinite}@keyframes fall-172{46.883%{transform:translate(71.802vw,46.883vh) scale(.4249)}to{transform:translate(75.4599vw,99vh) scale(.4249)}}.snow:nth-child(173){opacity:.2596;transform:translate(83.6474vw,-10px) scale(.5457);animation:fall-173 16s -30s linear infinite}@keyframes fall-173{43.174%{transform:translate(79.5271vw,43.174vh) scale(.5457)}to{transform:translate(81.58725vw,99vh) scale(.5457)}}.snow:nth-child(174){opacity:1.6564;transform:translate(93.5135vw,-10px) scale(.994);animation:fall-174 17s -12s linear infinite}@keyframes fall-174{34.713%{transform:translate(92.1612vw,34.713vh) scale(.994)}to{transform:translate(92.83735vw,99vh) scale(.994)}}.snow:nth-child(175){opacity:.084;transform:translate(70.1235vw,-10px) scale(.8521);animation:fall-175 30s -10s linear infinite}@keyframes fall-175{41.62%{transform:translate(75.7283vw,41.62vh) scale(.8521)}to{transform:translate(72.9259vw,99vh) scale(.8521)}}.snow:nth-child(176){opacity:.5472;transform:translate(97.9335vw,-10px) scale(.5708);animation:fall-176 13s -25s linear infinite}@keyframes fall-176{58.469%{transform:translate(105.5758vw,58.469vh) scale(.5708)}to{transform:translate(101.75465vw,99vh) scale(.5708)}}.snow:nth-child(177){opacity:.8426;transform:translate(54.587vw,-10px) scale(.2299);animation:fall-177 26s -12s linear infinite}@keyframes fall-177{71.119%{transform:translate(51.2298vw,71.119vh) scale(.2299)}to{transform:translate(52.9084vw,99vh) scale(.2299)}}.snow:nth-child(178){opacity:.1534;transform:translate(40.9467vw,-10px) scale(.7703);animation:fall-178 15s -21s linear infinite}@keyframes fall-178{48.07%{transform:translate(39.8349vw,48.07vh) scale(.7703)}to{transform:translate(40.3908vw,99vh) scale(.7703)}}.snow:nth-child(179){opacity:1.8234;transform:translate(93.6489vw,-10px) scale(.7654);animation:fall-179 10s -23s linear infinite}@keyframes fall-179{56.052%{transform:translate(95.3196vw,56.052vh) scale(.7654)}to{transform:translate(94.48425vw,99vh) scale(.7654)}}.snow:nth-child(180){opacity:1.826;transform:translate(98.1vw,-10px) scale(.2432);animation:fall-180 19s -27s linear infinite}@keyframes fall-180{46.079%{transform:translate(96.4105vw,46.079vh) scale(.2432)}to{transform:translate(97.25525vw,99vh) scale(.2432)}}.snow:nth-child(181){opacity:.3436;transform:translate(57.4973vw,-10px) scale(.2853);animation:fall-181 23s -22s linear infinite}@keyframes fall-181{67.802%{transform:translate(60.4315vw,67.802vh) scale(.2853)}to{transform:translate(58.9644vw,99vh) scale(.2853)}}.snow:nth-child(182){opacity:.4342;transform:translate(7.3962vw,-10px) scale(.277);animation:fall-182 13s -13s linear infinite}@keyframes fall-182{42.573%{transform:translate(17.029vw,42.573vh) scale(.277)}to{transform:translate(12.2126vw,99vh) scale(.277)}}.snow:nth-child(183){opacity:1.1966;transform:translate(13.5117vw,-10px) scale(.9993);animation:fall-183 18s -16s linear infinite}@keyframes fall-183{59.953%{transform:translate(21.729vw,59.953vh) scale(.9993)}to{transform:translate(17.62035vw,99vh) scale(.9993)}}.snow:nth-child(184){opacity:.1546;transform:translate(89.3655vw,-10px) scale(.9797);animation:fall-184 20s -28s linear infinite}@keyframes fall-184{41.521%{transform:translate(94.895vw,41.521vh) scale(.9797)}to{transform:translate(92.13025vw,99vh) scale(.9797)}}.snow:nth-child(185){opacity:.6602;transform:translate(55.2958vw,-10px) scale(.846);animation:fall-185 19s -27s linear infinite}@keyframes fall-185{39.428%{transform:translate(48.6314vw,39.428vh) scale(.846)}to{transform:translate(51.9636vw,99vh) scale(.846)}}.snow:nth-child(186){opacity:.3818;transform:translate(94.7061vw,-10px) scale(.5069);animation:fall-186 15s -4s linear infinite}@keyframes fall-186{56.792%{transform:translate(98.8767vw,56.792vh) scale(.5069)}to{transform:translate(96.7914vw,99vh) scale(.5069)}}.snow:nth-child(187){opacity:.4388;transform:translate(81.8172vw,-10px) scale(.2241);animation:fall-187 21s -11s linear infinite}@keyframes fall-187{36.794%{transform:translate(81.0593vw,36.794vh) scale(.2241)}to{transform:translate(81.43825vw,99vh) scale(.2241)}}.snow:nth-child(188){opacity:1.3844;transform:translate(78.2321vw,-10px) scale(.7721);animation:fall-188 14s -1s linear infinite}@keyframes fall-188{72.207%{transform:translate(82.5621vw,72.207vh) scale(.7721)}to{transform:translate(80.3971vw,99vh) scale(.7721)}}.snow:nth-child(189){opacity:.1766;transform:translate(87.4591vw,-10px) scale(.2859);animation:fall-189 20s -11s linear infinite}@keyframes fall-189{56.755%{transform:translate(81.6889vw,56.755vh) scale(.2859)}to{transform:translate(84.574vw,99vh) scale(.2859)}}.snow:nth-child(190){opacity:1.8808;transform:translate(92.6554vw,-10px) scale(.8757);animation:fall-190 29s -9s linear infinite}@keyframes fall-190{66.655%{transform:translate(90.0756vw,66.655vh) scale(.8757)}to{transform:translate(91.3655vw,99vh) scale(.8757)}}.snow:nth-child(191){opacity:1.1232;transform:translate(20.1198vw,-10px) scale(.7987);animation:fall-191 28s -4s linear infinite}@keyframes fall-191{56.86%{transform:translate(21.6227vw,56.86vh) scale(.7987)}to{transform:translate(20.87125vw,99vh) scale(.7987)}}.snow:nth-child(192){opacity:.0926;transform:translate(34.0069vw,-10px) scale(.2413);animation:fall-192 14s -22s linear infinite}@keyframes fall-192{33.175%{transform:translate(27.4245vw,33.175vh) scale(.2413)}to{transform:translate(30.7157vw,99vh) scale(.2413)}}.snow:nth-child(193){opacity:1.041;transform:translate(77.1533vw,-10px) scale(.0293);animation:fall-193 10s -18s linear infinite}@keyframes fall-193{70.383%{transform:translate(78.6217vw,70.383vh) scale(.0293)}to{transform:translate(77.8875vw,99vh) scale(.0293)}}.snow:nth-child(194){opacity:1.3866;transform:translate(90.861vw,-10px) scale(.7463);animation:fall-194 11s -29s linear infinite}@keyframes fall-194{65.011%{transform:translate(95.1111vw,65.011vh) scale(.7463)}to{transform:translate(92.98605vw,99vh) scale(.7463)}}.snow:nth-child(195){opacity:1.8212;transform:translate(43.2559vw,-10px) scale(.6255);animation:fall-195 13s -29s linear infinite}@keyframes fall-195{52.739%{transform:translate(39.8486vw,52.739vh) scale(.6255)}to{transform:translate(41.55225vw,99vh) scale(.6255)}}.snow:nth-child(196){opacity:.1956;transform:translate(62.1376vw,-10px) scale(.2955);animation:fall-196 25s -11s linear infinite}@keyframes fall-196{48.942%{transform:translate(70.2842vw,48.942vh) scale(.2955)}to{transform:translate(66.2109vw,99vh) scale(.2955)}}.snow:nth-child(197){opacity:.8964;transform:translate(67.7753vw,-10px) scale(.5115);animation:fall-197 19s -16s linear infinite}@keyframes fall-197{49.181%{transform:translate(64.4856vw,49.181vh) scale(.5115)}to{transform:translate(66.13045vw,99vh) scale(.5115)}}.snow:nth-child(198){opacity:.4502;transform:translate(11.0454vw,-10px) scale(.3459);animation:fall-198 20s -19s linear infinite}@keyframes fall-198{67.305%{transform:translate(2.1769vw,67.305vh) scale(.3459)}to{transform:translate(6.61115vw,99vh) scale(.3459)}}.snow:nth-child(199){opacity:.1508;transform:translate(64.3436vw,-10px) scale(.1806);animation:fall-199 30s -6s linear infinite}@keyframes fall-199{64.148%{transform:translate(65.1659vw,64.148vh) scale(.1806)}to{transform:translate(64.75475vw,99vh) scale(.1806)}}.snow:nth-child(200){opacity:.477;transform:translate(15.1659vw,-10px) scale(.3463);animation:fall-200 16s -1s linear infinite}@keyframes fall-200{72.063%{transform:translate(23.1116vw,72.063vh) scale(.3463)}to{transform:translate(19.13875vw,99vh) scale(.3463)}}.snow:nth-child(201){opacity:.8232;transform:translate(99.8973vw,-10px) scale(.2225);animation:fall-201 19s -2s linear infinite}@keyframes fall-201{35.235%{transform:translate(96.1825vw,35.235vh) scale(.2225)}to{transform:translate(98.0399vw,99vh) scale(.2225)}}.snow:nth-child(202){opacity:.5534;transform:translate(32.1598vw,-10px) scale(.2517);animation:fall-202 25s -22s linear infinite}@keyframes fall-202{71.986%{transform:translate(36.0856vw,71.986vh) scale(.2517)}to{transform:translate(34.1227vw,99vh) scale(.2517)}}.snow:nth-child(203){opacity:.5102;transform:translate(12.9953vw,-10px) scale(.7683);animation:fall-203 17s -30s linear infinite}@keyframes fall-203{46.806%{transform:translate(20.8165vw,46.806vh) scale(.7683)}to{transform:translate(16.9059vw,99vh) scale(.7683)}}.snow:nth-child(204){opacity:.053;transform:translate(13.6734vw,-10px) scale(.7355);animation:fall-204 15s -9s linear infinite}@keyframes fall-204{64.369%{transform:translate(16.9816vw,64.369vh) scale(.7355)}to{transform:translate(15.3275vw,99vh) scale(.7355)}}.snow:nth-child(205){opacity:.4494;transform:translate(96.291vw,-10px) scale(.5869);animation:fall-205 16s -2s linear infinite}@keyframes fall-205{38.99%{transform:translate(106.2875vw,38.99vh) scale(.5869)}to{transform:translate(101.28925vw,99vh) scale(.5869)}}.snow:nth-child(206){opacity:.5036;transform:translate(53.0819vw,-10px) scale(.084);animation:fall-206 19s -9s linear infinite}@keyframes fall-206{49.44%{transform:translate(49.6453vw,49.44vh) scale(.084)}to{transform:translate(51.3636vw,99vh) scale(.084)}}.snow:nth-child(207){opacity:.0608;transform:translate(19.9072vw,-10px) scale(.7397);animation:fall-207 25s -25s linear infinite}@keyframes fall-207{38.273%{transform:translate(27.4691vw,38.273vh) scale(.7397)}to{transform:translate(23.68815vw,99vh) scale(.7397)}}.snow:nth-child(208){opacity:.9404;transform:translate(16.0023vw,-10px) scale(.4549);animation:fall-208 23s -13s linear infinite}@keyframes fall-208{58.411%{transform:translate(16.0793vw,58.411vh) scale(.4549)}to{transform:translate(16.0408vw,99vh) scale(.4549)}}.snow:nth-child(209){opacity:1.2702;transform:translate(82.3702vw,-10px) scale(.8094);animation:fall-209 12s -11s linear infinite}@keyframes fall-209{45.846%{transform:translate(75.8127vw,45.846vh) scale(.8094)}to{transform:translate(79.09145vw,99vh) scale(.8094)}}.snow:nth-child(210){opacity:1.7112;transform:translate(29.6564vw,-10px) scale(.5696);animation:fall-210 26s -23s linear infinite}@keyframes fall-210{36.1%{transform:translate(30.8123vw,36.1vh) scale(.5696)}to{transform:translate(30.23435vw,99vh) scale(.5696)}}.snow:nth-child(211){opacity:1.1298;transform:translate(86.2612vw,-10px) scale(.3848);animation:fall-211 25s -5s linear infinite}@keyframes fall-211{66.586%{transform:translate(78.6523vw,66.586vh) scale(.3848)}to{transform:translate(82.45675vw,99vh) scale(.3848)}}.snow:nth-child(212){opacity:.8912;transform:translate(59.8674vw,-10px) scale(.0726);animation:fall-212 30s -3s linear infinite}@keyframes fall-212{46.507%{transform:translate(68.6183vw,46.507vh) scale(.0726)}to{transform:translate(64.24285vw,99vh) scale(.0726)}}.snow:nth-child(213){opacity:1.211;transform:translate(56.5151vw,-10px) scale(.032);animation:fall-213 23s -25s linear infinite}@keyframes fall-213{74.858%{transform:translate(66.1848vw,74.858vh) scale(.032)}to{transform:translate(61.34995vw,99vh) scale(.032)}}.snow:nth-child(214){opacity:1.2086;transform:translate(81.5116vw,-10px) scale(.2602);animation:fall-214 25s -28s linear infinite}@keyframes fall-214{44.849%{transform:translate(78.1604vw,44.849vh) scale(.2602)}to{transform:translate(79.836vw,99vh) scale(.2602)}}.snow:nth-child(215){opacity:.651;transform:translate(92.1124vw,-10px) scale(.6268);animation:fall-215 27s -19s linear infinite}@keyframes fall-215{48.095%{transform:translate(88.0998vw,48.095vh) scale(.6268)}to{transform:translate(90.1061vw,99vh) scale(.6268)}}.snow:nth-child(216){opacity:.2018;transform:translate(47.0221vw,-10px) scale(.1686);animation:fall-216 28s -21s linear infinite}@keyframes fall-216{52.733%{transform:translate(54.861vw,52.733vh) scale(.1686)}to{transform:translate(50.94155vw,99vh) scale(.1686)}}.snow:nth-child(217){opacity:1.1398;transform:translate(11.7223vw,-10px) scale(.1682);animation:fall-217 13s -29s linear infinite}@keyframes fall-217{62.91%{transform:translate(14.8315vw,62.91vh) scale(.1682)}to{transform:translate(13.2769vw,99vh) scale(.1682)}}.snow:nth-child(218){opacity:.6454;transform:translate(4.003vw,-10px) scale(.5348);animation:fall-218 21s -27s linear infinite}@keyframes fall-218{65.548%{transform:translate(4.8622vw,65.548vh) scale(.5348)}to{transform:translate(4.4326vw,99vh) scale(.5348)}}.snow:nth-child(219){opacity:.1014;transform:translate(95.8903vw,-10px) scale(.9686);animation:fall-219 29s -29s linear infinite}@keyframes fall-219{46.634%{transform:translate(101.8419vw,46.634vh) scale(.9686)}to{transform:translate(98.8661vw,99vh) scale(.9686)}}.snow:nth-child(220){opacity:.9634;transform:translate(85.1561vw,-10px) scale(.7004);animation:fall-220 13s -4s linear infinite}@keyframes fall-220{49.698%{transform:translate(79.0631vw,49.698vh) scale(.7004)}to{transform:translate(82.1096vw,99vh) scale(.7004)}}.snow:nth-child(221){opacity:.4912;transform:translate(4.9182vw,-10px) scale(.2996);animation:fall-221 22s -4s linear infinite}@keyframes fall-221{61.555%{transform:translate(.1652vw,61.555vh) scale(.2996)}to{transform:translate(2.5417vw,99vh) scale(.2996)}}.snow:nth-child(222){opacity:.8138;transform:translate(31.0591vw,-10px) scale(.6462);animation:fall-222 26s -17s linear infinite}@keyframes fall-222{41.516%{transform:translate(32.2639vw,41.516vh) scale(.6462)}to{transform:translate(31.6615vw,99vh) scale(.6462)}}.snow:nth-child(223){opacity:1.905;transform:translate(81.5845vw,-10px) scale(.8888);animation:fall-223 25s -13s linear infinite}@keyframes fall-223{62.832%{transform:translate(90.7553vw,62.832vh) scale(.8888)}to{transform:translate(86.1699vw,99vh) scale(.8888)}}.snow:nth-child(224){opacity:1.8064;transform:translate(8.5659vw,-10px) scale(.9813);animation:fall-224 27s -12s linear infinite}@keyframes fall-224{49.021%{transform:translate(-1.1988vw,49.021vh) scale(.9813)}to{transform:translate(3.68355vw,99vh) scale(.9813)}}.snow:nth-child(225){opacity:.1938;transform:translate(75.3063vw,-10px) scale(.2424);animation:fall-225 30s -5s linear infinite}@keyframes fall-225{78.804%{transform:translate(67.0973vw,78.804vh) scale(.2424)}to{transform:translate(71.2018vw,99vh) scale(.2424)}}.snow:nth-child(226){opacity:1.7134;transform:translate(68.4439vw,-10px) scale(.0605);animation:fall-226 16s -21s linear infinite}@keyframes fall-226{78.542%{transform:translate(72.1924vw,78.542vh) scale(.0605)}to{transform:translate(70.31815vw,99vh) scale(.0605)}}.snow:nth-child(227){opacity:1.2114;transform:translate(36.5596vw,-10px) scale(.1126);animation:fall-227 13s -17s linear infinite}@keyframes fall-227{38.684%{transform:translate(43.8481vw,38.684vh) scale(.1126)}to{transform:translate(40.20385vw,99vh) scale(.1126)}}.snow:nth-child(228){opacity:.9238;transform:translate(55.1614vw,-10px) scale(.0045);animation:fall-228 11s -20s linear infinite}@keyframes fall-228{68.84%{transform:translate(46.5132vw,68.84vh) scale(.0045)}to{transform:translate(50.8373vw,99vh) scale(.0045)}}.snow:nth-child(229){opacity:.8292;transform:translate(40.3794vw,-10px) scale(.4136);animation:fall-229 15s -13s linear infinite}@keyframes fall-229{65.287%{transform:translate(39.0587vw,65.287vh) scale(.4136)}to{transform:translate(39.71905vw,99vh) scale(.4136)}}.snow:nth-child(230){opacity:1.3458;transform:translate(4.0604vw,-10px) scale(.4785);animation:fall-230 17s -26s linear infinite}@keyframes fall-230{59.932%{transform:translate(-3.4562vw,59.932vh) scale(.4785)}to{transform:translate(.3021vw,99vh) scale(.4785)}}.snow:nth-child(231){opacity:1.5046;transform:translate(67.7173vw,-10px) scale(.4944);animation:fall-231 12s -16s linear infinite}@keyframes fall-231{72.236%{transform:translate(58.7072vw,72.236vh) scale(.4944)}to{transform:translate(63.21225vw,99vh) scale(.4944)}}.snow:nth-child(232){opacity:.3134;transform:translate(37.193vw,-10px) scale(.9815);animation:fall-232 20s -15s linear infinite}@keyframes fall-232{52.488%{transform:translate(38.8153vw,52.488vh) scale(.9815)}to{transform:translate(38.00415vw,99vh) scale(.9815)}}.snow:nth-child(233){opacity:.5446;transform:translate(6.4694vw,-10px) scale(.1775);animation:fall-233 21s -7s linear infinite}@keyframes fall-233{65.859%{transform:translate(4.5292vw,65.859vh) scale(.1775)}to{transform:translate(5.4993vw,99vh) scale(.1775)}}.snow:nth-child(234){opacity:.941;transform:translate(18.8867vw,-10px) scale(.052);animation:fall-234 23s -24s linear infinite}@keyframes fall-234{49.406%{transform:translate(14.9371vw,49.406vh) scale(.052)}to{transform:translate(16.9119vw,99vh) scale(.052)}}.snow:nth-child(235){opacity:1.8616;transform:translate(93.7777vw,-10px) scale(.2522);animation:fall-235 30s -10s linear infinite}@keyframes fall-235{77.106%{transform:translate(91.8358vw,77.106vh) scale(.2522)}to{transform:translate(92.80675vw,99vh) scale(.2522)}}.snow:nth-child(236){opacity:1.7622;transform:translate(32.8539vw,-10px) scale(.7237);animation:fall-236 21s -16s linear infinite}@keyframes fall-236{44.317%{transform:translate(24.8151vw,44.317vh) scale(.7237)}to{transform:translate(28.8345vw,99vh) scale(.7237)}}.snow:nth-child(237){opacity:.3274;transform:translate(95.0531vw,-10px) scale(.0293);animation:fall-237 16s -10s linear infinite}@keyframes fall-237{35.984%{transform:translate(101.5258vw,35.984vh) scale(.0293)}to{transform:translate(98.28945vw,99vh) scale(.0293)}}.snow:nth-child(238){opacity:1.4848;transform:translate(71.0811vw,-10px) scale(.4567);animation:fall-238 15s -15s linear infinite}@keyframes fall-238{73.081%{transform:translate(61.124vw,73.081vh) scale(.4567)}to{transform:translate(66.10255vw,99vh) scale(.4567)}}.snow:nth-child(239){opacity:1.4006;transform:translate(44.3116vw,-10px) scale(.7778);animation:fall-239 26s -27s linear infinite}@keyframes fall-239{50.086%{transform:translate(40.5433vw,50.086vh) scale(.7778)}to{transform:translate(42.42745vw,99vh) scale(.7778)}}.snow:nth-child(240){opacity:.6564;transform:translate(36.4901vw,-10px) scale(.5176);animation:fall-240 16s -4s linear infinite}@keyframes fall-240{43.75%{transform:translate(42.6039vw,43.75vh) scale(.5176)}to{transform:translate(39.547vw,99vh) scale(.5176)}}.snow:nth-child(241){opacity:.658;transform:translate(94.8608vw,-10px) scale(.1925);animation:fall-241 17s -2s linear infinite}@keyframes fall-241{45.636%{transform:translate(104.6422vw,45.636vh) scale(.1925)}to{transform:translate(99.7515vw,99vh) scale(.1925)}}.snow:nth-child(242){opacity:1.2478;transform:translate(74.8887vw,-10px) scale(.0498);animation:fall-242 15s -10s linear infinite}@keyframes fall-242{67.681%{transform:translate(74.9119vw,67.681vh) scale(.0498)}to{transform:translate(74.9003vw,99vh) scale(.0498)}}.snow:nth-child(243){opacity:.4744;transform:translate(2.2618vw,-10px) scale(.2095);animation:fall-243 14s -11s linear infinite}@keyframes fall-243{58.882%{transform:translate(-6.1433vw,58.882vh) scale(.2095)}to{transform:translate(-1.94075vw,99vh) scale(.2095)}}.snow:nth-child(244){opacity:.7674;transform:translate(64.6645vw,-10px) scale(.9183);animation:fall-244 23s -6s linear infinite}@keyframes fall-244{71.585%{transform:translate(65.6872vw,71.585vh) scale(.9183)}to{transform:translate(65.17585vw,99vh) scale(.9183)}}.snow:nth-child(245){opacity:.46;transform:translate(94.1396vw,-10px) scale(.6503);animation:fall-245 12s -19s linear infinite}@keyframes fall-245{52.691%{transform:translate(95.2143vw,52.691vh) scale(.6503)}to{transform:translate(94.67695vw,99vh) scale(.6503)}}.snow:nth-child(246){opacity:1.1298;transform:translate(87.6889vw,-10px) scale(.9875);animation:fall-246 30s -4s linear infinite}@keyframes fall-246{56.795%{transform:translate(94.1927vw,56.795vh) scale(.9875)}to{transform:translate(90.9408vw,99vh) scale(.9875)}}.snow:nth-child(247){opacity:1.6016;transform:translate(87.939vw,-10px) scale(.8656);animation:fall-247 15s -18s linear infinite}@keyframes fall-247{52.952%{transform:translate(80.5252vw,52.952vh) scale(.8656)}to{transform:translate(84.2321vw,99vh) scale(.8656)}}.snow:nth-child(248){opacity:1.0496;transform:translate(82.9651vw,-10px) scale(.2285);animation:fall-248 28s -24s linear infinite}@keyframes fall-248{44.881%{transform:translate(80.1136vw,44.881vh) scale(.2285)}to{transform:translate(81.53935vw,99vh) scale(.2285)}}.snow:nth-child(249){opacity:.5796;transform:translate(34.7113vw,-10px) scale(.9214);animation:fall-249 24s -2s linear infinite}@keyframes fall-249{36.244%{transform:translate(28.7978vw,36.244vh) scale(.9214)}to{transform:translate(31.75455vw,99vh) scale(.9214)}}.snow:nth-child(250){opacity:.7004;transform:translate(16.9375vw,-10px) scale(.8437);animation:fall-250 12s -13s linear infinite}@keyframes fall-250{37.417%{transform:translate(20.9505vw,37.417vh) scale(.8437)}to{transform:translate(18.944vw,99vh) scale(.8437)}}.snow:nth-child(251){opacity:1.8186;transform:translate(98.671vw,-10px) scale(.6046);animation:fall-251 21s -25s linear infinite}@keyframes fall-251{51.131%{transform:translate(96.7803vw,51.131vh) scale(.6046)}to{transform:translate(97.72565vw,99vh) scale(.6046)}}.snow:nth-child(252){opacity:.5188;transform:translate(14.4007vw,-10px) scale(.5528);animation:fall-252 17s -11s linear infinite}@keyframes fall-252{78.939%{transform:translate(10.4228vw,78.939vh) scale(.5528)}to{transform:translate(12.41175vw,99vh) scale(.5528)}}.snow:nth-child(253){opacity:.7182;transform:translate(37.7139vw,-10px) scale(.5486);animation:fall-253 10s -19s linear infinite}@keyframes fall-253{75.717%{transform:translate(28.627vw,75.717vh) scale(.5486)}to{transform:translate(33.17045vw,99vh) scale(.5486)}}.snow:nth-child(254){opacity:.7846;transform:translate(75.603vw,-10px) scale(.5993);animation:fall-254 30s -25s linear infinite}@keyframes fall-254{44.409%{transform:translate(74.4175vw,44.409vh) scale(.5993)}to{transform:translate(75.01025vw,99vh) scale(.5993)}}.snow:nth-child(255){opacity:1.44;transform:translate(9.6053vw,-10px) scale(.9843);animation:fall-255 23s -6s linear infinite}@keyframes fall-255{34.293%{transform:translate(4.4295vw,34.293vh) scale(.9843)}to{transform:translate(7.0174vw,99vh) scale(.9843)}}.snow:nth-child(256){opacity:1.2836;transform:translate(20.5894vw,-10px) scale(.5002);animation:fall-256 19s -8s linear infinite}@keyframes fall-256{53.198%{transform:translate(14.8024vw,53.198vh) scale(.5002)}to{transform:translate(17.6959vw,99vh) scale(.5002)}}.snow:nth-child(257){opacity:1.9262;transform:translate(60.8128vw,-10px) scale(.2253);animation:fall-257 10s -25s linear infinite}@keyframes fall-257{57.889%{transform:translate(64.4596vw,57.889vh) scale(.2253)}to{transform:translate(62.6362vw,99vh) scale(.2253)}}.snow:nth-child(258){opacity:.156;transform:translate(73.1576vw,-10px) scale(.4961);animation:fall-258 30s -14s linear infinite}@keyframes fall-258{59.278%{transform:translate(78.8598vw,59.278vh) scale(.4961)}to{transform:translate(76.0087vw,99vh) scale(.4961)}}.snow:nth-child(259){opacity:.5946;transform:translate(62.8259vw,-10px) scale(.196);animation:fall-259 29s -21s linear infinite}@keyframes fall-259{50.164%{transform:translate(53.5548vw,50.164vh) scale(.196)}to{transform:translate(58.19035vw,99vh) scale(.196)}}.snow:nth-child(260){opacity:.586;transform:translate(82.1175vw,-10px) scale(.6805);animation:fall-260 21s -5s linear infinite}@keyframes fall-260{77.417%{transform:translate(91.8063vw,77.417vh) scale(.6805)}to{transform:translate(86.9619vw,99vh) scale(.6805)}}.snow:nth-child(261){opacity:1.359;transform:translate(98.4717vw,-10px) scale(.5441);animation:fall-261 25s -3s linear infinite}@keyframes fall-261{30.811%{transform:translate(91.7602vw,30.811vh) scale(.5441)}to{transform:translate(95.11595vw,99vh) scale(.5441)}}.snow:nth-child(262){opacity:.7904;transform:translate(.7965vw,-10px) scale(.1818);animation:fall-262 13s -3s linear infinite}@keyframes fall-262{67.363%{transform:translate(-6.5375vw,67.363vh) scale(.1818)}to{transform:translate(-2.8705vw,99vh) scale(.1818)}}.snow:nth-child(263){opacity:1.264;transform:translate(33.8451vw,-10px) scale(.4933);animation:fall-263 17s -3s linear infinite}@keyframes fall-263{44.008%{transform:translate(25.4664vw,44.008vh) scale(.4933)}to{transform:translate(29.65575vw,99vh) scale(.4933)}}.snow:nth-child(264){opacity:1.1566;transform:translate(43.0395vw,-10px) scale(.5042);animation:fall-264 21s -21s linear infinite}@keyframes fall-264{72.478%{transform:translate(39.0475vw,72.478vh) scale(.5042)}to{transform:translate(41.0435vw,99vh) scale(.5042)}}.snow:nth-child(265){opacity:1.316;transform:translate(33.5105vw,-10px) scale(.9898);animation:fall-265 20s -2s linear infinite}@keyframes fall-265{42.746%{transform:translate(35.5388vw,42.746vh) scale(.9898)}to{transform:translate(34.52465vw,99vh) scale(.9898)}}.snow:nth-child(266){opacity:1.1472;transform:translate(20.2225vw,-10px) scale(.0683);animation:fall-266 17s -8s linear infinite}@keyframes fall-266{62.623%{transform:translate(17.718vw,62.623vh) scale(.0683)}to{transform:translate(18.97025vw,99vh) scale(.0683)}}.snow:nth-child(267){opacity:.2558;transform:translate(62.1717vw,-10px) scale(.6306);animation:fall-267 20s -13s linear infinite}@keyframes fall-267{77.477%{transform:translate(53.0655vw,77.477vh) scale(.6306)}to{transform:translate(57.6186vw,99vh) scale(.6306)}}.snow:nth-child(268){opacity:.3858;transform:translate(98.2221vw,-10px) scale(.7056);animation:fall-268 10s -23s linear infinite}@keyframes fall-268{64.955%{transform:translate(93.3745vw,64.955vh) scale(.7056)}to{transform:translate(95.7983vw,99vh) scale(.7056)}}.snow:nth-child(269){opacity:.9612;transform:translate(20.1584vw,-10px) scale(.897);animation:fall-269 12s -4s linear infinite}@keyframes fall-269{38.936%{transform:translate(12.3179vw,38.936vh) scale(.897)}to{transform:translate(16.23815vw,99vh) scale(.897)}}.snow:nth-child(270){opacity:1.1896;transform:translate(60.193vw,-10px) scale(.0525);animation:fall-270 14s -20s linear infinite}@keyframes fall-270{52.609%{transform:translate(52.8566vw,52.609vh) scale(.0525)}to{transform:translate(56.5248vw,99vh) scale(.0525)}}.snow:nth-child(271){opacity:.685;transform:translate(3.7531vw,-10px) scale(.4603);animation:fall-271 30s -8s linear infinite}@keyframes fall-271{36.719%{transform:translate(11.5978vw,36.719vh) scale(.4603)}to{transform:translate(7.67545vw,99vh) scale(.4603)}}.snow:nth-child(272){opacity:1.262;transform:translate(75.1581vw,-10px) scale(.7462);animation:fall-272 21s -20s linear infinite}@keyframes fall-272{67.424%{transform:translate(67.4268vw,67.424vh) scale(.7462)}to{transform:translate(71.29245vw,99vh) scale(.7462)}}.snow:nth-child(273){opacity:1.9698;transform:translate(50.2116vw,-10px) scale(.8304);animation:fall-273 17s -5s linear infinite}@keyframes fall-273{63.484%{transform:translate(48.9321vw,63.484vh) scale(.8304)}to{transform:translate(49.57185vw,99vh) scale(.8304)}}.snow:nth-child(274){opacity:.5936;transform:translate(40.0313vw,-10px) scale(.651);animation:fall-274 10s -21s linear infinite}@keyframes fall-274{33.186%{transform:translate(44.2279vw,33.186vh) scale(.651)}to{transform:translate(42.1296vw,99vh) scale(.651)}}.snow:nth-child(275){opacity:.5592;transform:translate(42.7973vw,-10px) scale(.3986);animation:fall-275 24s -5s linear infinite}@keyframes fall-275{50.165%{transform:translate(41.0855vw,50.165vh) scale(.3986)}to{transform:translate(41.9414vw,99vh) scale(.3986)}}.snow:nth-child(276){opacity:1.3524;transform:translate(37.7668vw,-10px) scale(.7972);animation:fall-276 22s -29s linear infinite}@keyframes fall-276{65.084%{transform:translate(31.3621vw,65.084vh) scale(.7972)}to{transform:translate(34.56445vw,99vh) scale(.7972)}}.snow:nth-child(277){opacity:.4208;transform:translate(46.4662vw,-10px) scale(.7523);animation:fall-277 23s -28s linear infinite}@keyframes fall-277{43.375%{transform:translate(50.3252vw,43.375vh) scale(.7523)}to{transform:translate(48.3957vw,99vh) scale(.7523)}}.snow:nth-child(278){opacity:1.2286;transform:translate(31.0602vw,-10px) scale(.6103);animation:fall-278 17s -29s linear infinite}@keyframes fall-278{55.869%{transform:translate(33.7404vw,55.869vh) scale(.6103)}to{transform:translate(32.4003vw,99vh) scale(.6103)}}.snow:nth-child(279){opacity:1.8224;transform:translate(54.2443vw,-10px) scale(.3091);animation:fall-279 23s -26s linear infinite}@keyframes fall-279{79.44%{transform:translate(45.1273vw,79.44vh) scale(.3091)}to{transform:translate(49.6858vw,99vh) scale(.3091)}}.snow:nth-child(280){opacity:.4468;transform:translate(48.3003vw,-10px) scale(.7441);animation:fall-280 24s -9s linear infinite}@keyframes fall-280{39.813%{transform:translate(50.2532vw,39.813vh) scale(.7441)}to{transform:translate(49.27675vw,99vh) scale(.7441)}}.snow:nth-child(281){opacity:1.0922;transform:translate(95.2062vw,-10px) scale(.408);animation:fall-281 25s -18s linear infinite}@keyframes fall-281{75.178%{transform:translate(98.4983vw,75.178vh) scale(.408)}to{transform:translate(96.85225vw,99vh) scale(.408)}}.snow:nth-child(282){opacity:.3366;transform:translate(44.3249vw,-10px) scale(.4609);animation:fall-282 21s -26s linear infinite}@keyframes fall-282{55.48%{transform:translate(38.9529vw,55.48vh) scale(.4609)}to{transform:translate(41.6389vw,99vh) scale(.4609)}}.snow:nth-child(283){opacity:.7204;transform:translate(82.013vw,-10px) scale(.0206);animation:fall-283 28s -14s linear infinite}@keyframes fall-283{77.8%{transform:translate(74.19vw,77.8vh) scale(.0206)}to{transform:translate(78.1015vw,99vh) scale(.0206)}}.snow:nth-child(284){opacity:1.1528;transform:translate(32.5308vw,-10px) scale(.4744);animation:fall-284 16s -29s linear infinite}@keyframes fall-284{64.034%{transform:translate(36.548vw,64.034vh) scale(.4744)}to{transform:translate(34.5394vw,99vh) scale(.4744)}}.snow:nth-child(285){opacity:.3152;transform:translate(26.6085vw,-10px) scale(.5441);animation:fall-285 27s -2s linear infinite}@keyframes fall-285{31.724%{transform:translate(28.4725vw,31.724vh) scale(.5441)}to{transform:translate(27.5405vw,99vh) scale(.5441)}}.snow:nth-child(286){opacity:1.3212;transform:translate(35.4064vw,-10px) scale(.4589);animation:fall-286 17s -5s linear infinite}@keyframes fall-286{56.981%{transform:translate(45.138vw,56.981vh) scale(.4589)}to{transform:translate(40.2722vw,99vh) scale(.4589)}}.snow:nth-child(287){opacity:.8582;transform:translate(62.5554vw,-10px) scale(.3328);animation:fall-287 30s -21s linear infinite}@keyframes fall-287{76.865%{transform:translate(54.4982vw,76.865vh) scale(.3328)}to{transform:translate(58.5268vw,99vh) scale(.3328)}}.snow:nth-child(288){opacity:.0006;transform:translate(70.8011vw,-10px) scale(.2255);animation:fall-288 26s -18s linear infinite}@keyframes fall-288{30.976%{transform:translate(80.5363vw,30.976vh) scale(.2255)}to{transform:translate(75.6687vw,99vh) scale(.2255)}}.snow:nth-child(289){opacity:.6412;transform:translate(18.8946vw,-10px) scale(.0411);animation:fall-289 25s -6s linear infinite}@keyframes fall-289{60.69%{transform:translate(18.8955vw,60.69vh) scale(.0411)}to{transform:translate(18.89505vw,99vh) scale(.0411)}}.snow:nth-child(290){opacity:.156;transform:translate(91.4431vw,-10px) scale(.5835);animation:fall-290 28s -25s linear infinite}@keyframes fall-290{76.565%{transform:translate(83.3645vw,76.565vh) scale(.5835)}to{transform:translate(87.4038vw,99vh) scale(.5835)}}.snow:nth-child(291){opacity:.9514;transform:translate(14.4497vw,-10px) scale(.3489);animation:fall-291 12s -2s linear infinite}@keyframes fall-291{53.989%{transform:translate(9.9826vw,53.989vh) scale(.3489)}to{transform:translate(12.21615vw,99vh) scale(.3489)}}.snow:nth-child(292){opacity:.8404;transform:translate(67.7979vw,-10px) scale(.6007);animation:fall-292 14s -16s linear infinite}@keyframes fall-292{41.062%{transform:translate(59.5946vw,41.062vh) scale(.6007)}to{transform:translate(63.69625vw,99vh) scale(.6007)}}.snow:nth-child(293){opacity:.2844;transform:translate(1.4879vw,-10px) scale(.292);animation:fall-293 27s -20s linear infinite}@keyframes fall-293{76.994%{transform:translate(6.2609vw,76.994vh) scale(.292)}to{transform:translate(3.8744vw,99vh) scale(.292)}}.snow:nth-child(294){opacity:1.9974;transform:translate(91.8536vw,-10px) scale(.9628);animation:fall-294 14s -28s linear infinite}@keyframes fall-294{70.6%{transform:translate(97.562vw,70.6vh) scale(.9628)}to{transform:translate(94.7078vw,99vh) scale(.9628)}}.snow:nth-child(295){opacity:1.6378;transform:translate(51.1373vw,-10px) scale(.1404);animation:fall-295 22s -20s linear infinite}@keyframes fall-295{39.481%{transform:translate(58.6926vw,39.481vh) scale(.1404)}to{transform:translate(54.91495vw,99vh) scale(.1404)}}.snow:nth-child(296){opacity:1.2256;transform:translate(3.1357vw,-10px) scale(.5491);animation:fall-296 30s -1s linear infinite}@keyframes fall-296{54.708%{transform:translate(4.0771vw,54.708vh) scale(.5491)}to{transform:translate(3.6064vw,99vh) scale(.5491)}}.snow:nth-child(297){opacity:1.6888;transform:translate(9.7831vw,-10px) scale(.4064);animation:fall-297 18s -20s linear infinite}@keyframes fall-297{34.067%{transform:translate(15.9211vw,34.067vh) scale(.4064)}to{transform:translate(12.8521vw,99vh) scale(.4064)}}.snow:nth-child(298){opacity:.118;transform:translate(58.9vw,-10px) scale(.8751);animation:fall-298 25s -16s linear infinite}@keyframes fall-298{42.075%{transform:translate(52.5244vw,42.075vh) scale(.8751)}to{transform:translate(55.7122vw,99vh) scale(.8751)}}.snow:nth-child(299){opacity:1.7316;transform:translate(36.6995vw,-10px) scale(.2873);animation:fall-299 13s -16s linear infinite}@keyframes fall-299{37.151%{transform:translate(29.8243vw,37.151vh) scale(.2873)}to{transform:translate(33.2619vw,99vh) scale(.2873)}}.snow:nth-child(300){opacity:1.7018;transform:translate(30.3365vw,-10px) scale(.553);animation:fall-300 22s -6s linear infinite}@keyframes fall-300{51.9%{transform:translate(40.1492vw,51.9vh) scale(.553)}to{transform:translate(35.24285vw,99vh) scale(.553)}}.snow:nth-child(301){opacity:1.0714;transform:translate(68.9573vw,-10px) scale(.0748);animation:fall-301 22s -3s linear infinite}@keyframes fall-301{78.842%{transform:translate(72.0984vw,78.842vh) scale(.0748)}to{transform:translate(70.52785vw,99vh) scale(.0748)}}.snow:nth-child(302){opacity:.7892;transform:translate(16.3894vw,-10px) scale(.2162);animation:fall-302 15s -3s linear infinite}@keyframes fall-302{45.557%{transform:translate(17.6806vw,45.557vh) scale(.2162)}to{transform:translate(17.035vw,99vh) scale(.2162)}}.snow:nth-child(303){opacity:.5366;transform:translate(27.9187vw,-10px) scale(.4);animation:fall-303 13s -23s linear infinite}@keyframes fall-303{46.715%{transform:translate(23.5792vw,46.715vh) scale(.4)}to{transform:translate(25.74895vw,99vh) scale(.4)}}.snow:nth-child(304){opacity:.7026;transform:translate(98.0733vw,-10px) scale(.7378);animation:fall-304 18s -25s linear infinite}@keyframes fall-304{32.988%{transform:translate(107.2531vw,32.988vh) scale(.7378)}to{transform:translate(102.6632vw,99vh) scale(.7378)}}.snow:nth-child(305){opacity:.8412;transform:translate(99.221vw,-10px) scale(.6644);animation:fall-305 24s -17s linear infinite}@keyframes fall-305{42.999%{transform:translate(97.5254vw,42.999vh) scale(.6644)}to{transform:translate(98.3732vw,99vh) scale(.6644)}}.snow:nth-child(306){opacity:1.857;transform:translate(69.6877vw,-10px) scale(.0786);animation:fall-306 22s -15s linear infinite}@keyframes fall-306{73.191%{transform:translate(72.2402vw,73.191vh) scale(.0786)}to{transform:translate(70.96395vw,99vh) scale(.0786)}}.snow:nth-child(307){opacity:1.3974;transform:translate(96.8635vw,-10px) scale(.1878);animation:fall-307 24s -26s linear infinite}@keyframes fall-307{65.88%{transform:translate(103.0933vw,65.88vh) scale(.1878)}to{transform:translate(99.9784vw,99vh) scale(.1878)}}.snow:nth-child(308){opacity:.4854;transform:translate(99.1502vw,-10px) scale(.5045);animation:fall-308 15s -21s linear infinite}@keyframes fall-308{79.202%{transform:translate(103.6403vw,79.202vh) scale(.5045)}to{transform:translate(101.39525vw,99vh) scale(.5045)}}.snow:nth-child(309){opacity:1.1716;transform:translate(88.5123vw,-10px) scale(.334);animation:fall-309 19s -26s linear infinite}@keyframes fall-309{32.769%{transform:translate(96.4844vw,32.769vh) scale(.334)}to{transform:translate(92.49835vw,99vh) scale(.334)}}.snow:nth-child(310){opacity:1.9538;transform:translate(96.805vw,-10px) scale(.4853);animation:fall-310 10s -4s linear infinite}@keyframes fall-310{45.503%{transform:translate(88.8485vw,45.503vh) scale(.4853)}to{transform:translate(92.82675vw,99vh) scale(.4853)}}.snow:nth-child(311){opacity:.8634;transform:translate(99.5954vw,-10px) scale(.746);animation:fall-311 18s -19s linear infinite}@keyframes fall-311{30.682%{transform:translate(94.3942vw,30.682vh) scale(.746)}to{transform:translate(96.9948vw,99vh) scale(.746)}}.snow:nth-child(312){opacity:1.962;transform:translate(13.5465vw,-10px) scale(.1938);animation:fall-312 27s -11s linear infinite}@keyframes fall-312{50.429%{transform:translate(5.1933vw,50.429vh) scale(.1938)}to{transform:translate(9.3699vw,99vh) scale(.1938)}}.snow:nth-child(313){opacity:1.739;transform:translate(94.782vw,-10px) scale(.0926);animation:fall-313 27s -13s linear infinite}@keyframes fall-313{36.323%{transform:translate(93.4795vw,36.323vh) scale(.0926)}to{transform:translate(94.13075vw,99vh) scale(.0926)}}.snow:nth-child(314){opacity:.6764;transform:translate(96.4561vw,-10px) scale(.652);animation:fall-314 10s -30s linear infinite}@keyframes fall-314{58.5%{transform:translate(105.765vw,58.5vh) scale(.652)}to{transform:translate(101.11055vw,99vh) scale(.652)}}.snow:nth-child(315){opacity:1.1398;transform:translate(96.8194vw,-10px) scale(.7632);animation:fall-315 27s -20s linear infinite}@keyframes fall-315{37.357%{transform:translate(97.4678vw,37.357vh) scale(.7632)}to{transform:translate(97.1436vw,99vh) scale(.7632)}}.snow:nth-child(316){opacity:.3012;transform:translate(29.8265vw,-10px) scale(.4869);animation:fall-316 24s -15s linear infinite}@keyframes fall-316{32.681%{transform:translate(39.095vw,32.681vh) scale(.4869)}to{transform:translate(34.46075vw,99vh) scale(.4869)}}.snow:nth-child(317){opacity:1.1192;transform:translate(21.953vw,-10px) scale(.1872);animation:fall-317 21s -20s linear infinite}@keyframes fall-317{70.442%{transform:translate(31.524vw,70.442vh) scale(.1872)}to{transform:translate(26.7385vw,99vh) scale(.1872)}}.snow:nth-child(318){opacity:.0692;transform:translate(6.7556vw,-10px) scale(.0533);animation:fall-318 29s -6s linear infinite}@keyframes fall-318{69.334%{transform:translate(2.9374vw,69.334vh) scale(.0533)}to{transform:translate(4.8465vw,99vh) scale(.0533)}}.snow:nth-child(319){opacity:.0794;transform:translate(44.3827vw,-10px) scale(.3952);animation:fall-319 28s -29s linear infinite}@keyframes fall-319{79.851%{transform:translate(49.0468vw,79.851vh) scale(.3952)}to{transform:translate(46.71475vw,99vh) scale(.3952)}}.snow:nth-child(320){opacity:.334;transform:translate(4.1583vw,-10px) scale(.3315);animation:fall-320 27s -4s linear infinite}@keyframes fall-320{61.659%{transform:translate(-2.5663vw,61.659vh) scale(.3315)}to{transform:translate(.796vw,99vh) scale(.3315)}}.snow:nth-child(321){opacity:1.9416;transform:translate(68.9065vw,-10px) scale(.1446);animation:fall-321 13s -6s linear infinite}@keyframes fall-321{77.108%{transform:translate(66.4827vw,77.108vh) scale(.1446)}to{transform:translate(67.6946vw,99vh) scale(.1446)}}.snow:nth-child(322){opacity:.223;transform:translate(74.126vw,-10px) scale(.907);animation:fall-322 15s -18s linear infinite}@keyframes fall-322{77.289%{transform:translate(76.0633vw,77.289vh) scale(.907)}to{transform:translate(75.09465vw,99vh) scale(.907)}}.snow:nth-child(323){opacity:1.6922;transform:translate(47.8728vw,-10px) scale(.3969);animation:fall-323 13s -21s linear infinite}@keyframes fall-323{79.527%{transform:translate(52.8338vw,79.527vh) scale(.3969)}to{transform:translate(50.3533vw,99vh) scale(.3969)}}.snow:nth-child(324){opacity:.595;transform:translate(18.8696vw,-10px) scale(.7702);animation:fall-324 23s -24s linear infinite}@keyframes fall-324{41.39%{transform:translate(25.8043vw,41.39vh) scale(.7702)}to{transform:translate(22.33695vw,99vh) scale(.7702)}}.snow:nth-child(325){opacity:.2698;transform:translate(37.9435vw,-10px) scale(.9113);animation:fall-325 16s -12s linear infinite}@keyframes fall-325{34.8%{transform:translate(37.9842vw,34.8vh) scale(.9113)}to{transform:translate(37.96385vw,99vh) scale(.9113)}}.snow:nth-child(326){opacity:1.4224;transform:translate(15.4523vw,-10px) scale(.4549);animation:fall-326 27s -4s linear infinite}@keyframes fall-326{62.633%{transform:translate(24.7978vw,62.633vh) scale(.4549)}to{transform:translate(20.12505vw,99vh) scale(.4549)}}.snow:nth-child(327){opacity:.5828;transform:translate(29.8362vw,-10px) scale(.5956);animation:fall-327 27s -29s linear infinite}@keyframes fall-327{38.19%{transform:translate(27.6169vw,38.19vh) scale(.5956)}to{transform:translate(28.72655vw,99vh) scale(.5956)}}.snow:nth-child(328){opacity:.6652;transform:translate(94.1532vw,-10px) scale(.9655);animation:fall-328 28s -10s linear infinite}@keyframes fall-328{79.14%{transform:translate(96.1626vw,79.14vh) scale(.9655)}to{transform:translate(95.1579vw,99vh) scale(.9655)}}.snow:nth-child(329){opacity:.808;transform:translate(20.6885vw,-10px) scale(.7928);animation:fall-329 17s -17s linear infinite}@keyframes fall-329{33.514%{transform:translate(21.9652vw,33.514vh) scale(.7928)}to{transform:translate(21.32685vw,99vh) scale(.7928)}}.snow:nth-child(330){opacity:.9726;transform:translate(82.0212vw,-10px) scale(.5548);animation:fall-330 10s -24s linear infinite}@keyframes fall-330{69.83%{transform:translate(88.8368vw,69.83vh) scale(.5548)}to{transform:translate(85.429vw,99vh) scale(.5548)}}.snow:nth-child(331){opacity:.2544;transform:translate(33.4771vw,-10px) scale(.8639);animation:fall-331 25s -23s linear infinite}@keyframes fall-331{78.253%{transform:translate(41.2026vw,78.253vh) scale(.8639)}to{transform:translate(37.33985vw,99vh) scale(.8639)}}.snow:nth-child(332){opacity:1.1006;transform:translate(59.6919vw,-10px) scale(.5699);animation:fall-332 19s -6s linear infinite}@keyframes fall-332{74.894%{transform:translate(58.8057vw,74.894vh) scale(.5699)}to{transform:translate(59.2488vw,99vh) scale(.5699)}}.snow:nth-child(333){opacity:.5824;transform:translate(55.8647vw,-10px) scale(.6428);animation:fall-333 15s -28s linear infinite}@keyframes fall-333{72.835%{transform:translate(58.4237vw,72.835vh) scale(.6428)}to{transform:translate(57.1442vw,99vh) scale(.6428)}}.snow:nth-child(334){opacity:.8934;transform:translate(93.6013vw,-10px) scale(.6083);animation:fall-334 18s -7s linear infinite}@keyframes fall-334{62.897%{transform:translate(98.3351vw,62.897vh) scale(.6083)}to{transform:translate(95.9682vw,99vh) scale(.6083)}}.snow:nth-child(335){opacity:.2772;transform:translate(88.3274vw,-10px) scale(.8619);animation:fall-335 10s -13s linear infinite}@keyframes fall-335{41.442%{transform:translate(83.4664vw,41.442vh) scale(.8619)}to{transform:translate(85.8969vw,99vh) scale(.8619)}}.snow:nth-child(336){opacity:1.4092;transform:translate(23.9394vw,-10px) scale(.2308);animation:fall-336 26s -27s linear infinite}@keyframes fall-336{65.948%{transform:translate(20.6735vw,65.948vh) scale(.2308)}to{transform:translate(22.30645vw,99vh) scale(.2308)}}.snow:nth-child(337){opacity:1.8622;transform:translate(4.61vw,-10px) scale(.3713);animation:fall-337 21s -13s linear infinite}@keyframes fall-337{50.316%{transform:translate(-.9675vw,50.316vh) scale(.3713)}to{transform:translate(1.82125vw,99vh) scale(.3713)}}.snow:nth-child(338){opacity:1.8026;transform:translate(47.4088vw,-10px) scale(.3622);animation:fall-338 12s -11s linear infinite}@keyframes fall-338{72.295%{transform:translate(57.0868vw,72.295vh) scale(.3622)}to{transform:translate(52.2478vw,99vh) scale(.3622)}}.snow:nth-child(339){opacity:.6592;transform:translate(50.2754vw,-10px) scale(.9817);animation:fall-339 23s -14s linear infinite}@keyframes fall-339{55.051%{transform:translate(53.1028vw,55.051vh) scale(.9817)}to{transform:translate(51.6891vw,99vh) scale(.9817)}}.snow:nth-child(340){opacity:1.0472;transform:translate(31.1909vw,-10px) scale(.8132);animation:fall-340 23s -27s linear infinite}@keyframes fall-340{61.762%{transform:translate(23.6906vw,61.762vh) scale(.8132)}to{transform:translate(27.44075vw,99vh) scale(.8132)}}.snow:nth-child(341){opacity:1.8564;transform:translate(90.6992vw,-10px) scale(.9572);animation:fall-341 12s -10s linear infinite}@keyframes fall-341{35.186%{transform:translate(85.8505vw,35.186vh) scale(.9572)}to{transform:translate(88.27485vw,99vh) scale(.9572)}}.snow:nth-child(342){opacity:.2626;transform:translate(71.2543vw,-10px) scale(.1851);animation:fall-342 24s -13s linear infinite}@keyframes fall-342{70.729%{transform:translate(66.8105vw,70.729vh) scale(.1851)}to{transform:translate(69.0324vw,99vh) scale(.1851)}}.snow:nth-child(343){opacity:1.4974;transform:translate(65.9632vw,-10px) scale(.7145);animation:fall-343 29s -19s linear infinite}@keyframes fall-343{64.412%{transform:translate(66.1047vw,64.412vh) scale(.7145)}to{transform:translate(66.03395vw,99vh) scale(.7145)}}.snow:nth-child(344){opacity:1.1158;transform:translate(62.0828vw,-10px) scale(.3879);animation:fall-344 15s -17s linear infinite}@keyframes fall-344{31.323%{transform:translate(58.9012vw,31.323vh) scale(.3879)}to{transform:translate(60.492vw,99vh) scale(.3879)}}.snow:nth-child(345){opacity:1.2806;transform:translate(14.4228vw,-10px) scale(.2197);animation:fall-345 11s -2s linear infinite}@keyframes fall-345{67.019%{transform:translate(7.4237vw,67.019vh) scale(.2197)}to{transform:translate(10.92325vw,99vh) scale(.2197)}}.snow:nth-child(346){opacity:.7656;transform:translate(27.4704vw,-10px) scale(.8041);animation:fall-346 11s -14s linear infinite}@keyframes fall-346{57.133%{transform:translate(36.2125vw,57.133vh) scale(.8041)}to{transform:translate(31.84145vw,99vh) scale(.8041)}}.snow:nth-child(347){opacity:.4282;transform:translate(1.7607vw,-10px) scale(.7199);animation:fall-347 28s -2s linear infinite}@keyframes fall-347{49.312%{transform:translate(1.1586vw,49.312vh) scale(.7199)}to{transform:translate(1.45965vw,99vh) scale(.7199)}}.snow:nth-child(348){opacity:.3938;transform:translate(29.8398vw,-10px) scale(.8367);animation:fall-348 22s -18s linear infinite}@keyframes fall-348{49.875%{transform:translate(22.6822vw,49.875vh) scale(.8367)}to{transform:translate(26.261vw,99vh) scale(.8367)}}.snow:nth-child(349){opacity:.3596;transform:translate(93.5301vw,-10px) scale(.196);animation:fall-349 16s -18s linear infinite}@keyframes fall-349{38.665%{transform:translate(101.742vw,38.665vh) scale(.196)}to{transform:translate(97.63605vw,99vh) scale(.196)}}.snow:nth-child(350){opacity:1.9782;transform:translate(22.1437vw,-10px) scale(.7066);animation:fall-350 18s -11s linear infinite}@keyframes fall-350{30.107%{transform:translate(22.2322vw,30.107vh) scale(.7066)}to{transform:translate(22.18795vw,99vh) scale(.7066)}}.snow:nth-child(351){opacity:1.9862;transform:translate(72.747vw,-10px) scale(.683);animation:fall-351 19s -21s linear infinite}@keyframes fall-351{50.696%{transform:translate(76.4101vw,50.696vh) scale(.683)}to{transform:translate(74.57855vw,99vh) scale(.683)}}.snow:nth-child(352){opacity:.5146;transform:translate(79.2979vw,-10px) scale(.2401);animation:fall-352 13s -3s linear infinite}@keyframes fall-352{78.661%{transform:translate(78.6327vw,78.661vh) scale(.2401)}to{transform:translate(78.9653vw,99vh) scale(.2401)}}.snow:nth-child(353){opacity:1.5788;transform:translate(47.6924vw,-10px) scale(.0732);animation:fall-353 28s -12s linear infinite}@keyframes fall-353{39.219%{transform:translate(42.3373vw,39.219vh) scale(.0732)}to{transform:translate(45.01485vw,99vh) scale(.0732)}}.snow:nth-child(354){opacity:.1012;transform:translate(71.4866vw,-10px) scale(.7927);animation:fall-354 11s -13s linear infinite}@keyframes fall-354{42.919%{transform:translate(77.3288vw,42.919vh) scale(.7927)}to{transform:translate(74.4077vw,99vh) scale(.7927)}}.snow:nth-child(355){opacity:1.3654;transform:translate(30.9018vw,-10px) scale(.4969);animation:fall-355 25s -2s linear infinite}@keyframes fall-355{52.275%{transform:translate(35.4604vw,52.275vh) scale(.4969)}to{transform:translate(33.1811vw,99vh) scale(.4969)}}.snow:nth-child(356){opacity:1.0394;transform:translate(61.1945vw,-10px) scale(.5812);animation:fall-356 12s -18s linear infinite}@keyframes fall-356{48.231%{transform:translate(65.7045vw,48.231vh) scale(.5812)}to{transform:translate(63.4495vw,99vh) scale(.5812)}}.snow:nth-child(357){opacity:1.215;transform:translate(42.1759vw,-10px) scale(.3105);animation:fall-357 14s -7s linear infinite}@keyframes fall-357{47.311%{transform:translate(37.5027vw,47.311vh) scale(.3105)}to{transform:translate(39.8393vw,99vh) scale(.3105)}}.snow:nth-child(358){opacity:.3612;transform:translate(16.7733vw,-10px) scale(.1096);animation:fall-358 27s -16s linear infinite}@keyframes fall-358{40.018%{transform:translate(14.497vw,40.018vh) scale(.1096)}to{transform:translate(15.63515vw,99vh) scale(.1096)}}.snow:nth-child(359){opacity:.93;transform:translate(10.6738vw,-10px) scale(.4091);animation:fall-359 19s -11s linear infinite}@keyframes fall-359{74.656%{transform:translate(5.6312vw,74.656vh) scale(.4091)}to{transform:translate(8.1525vw,99vh) scale(.4091)}}.snow:nth-child(360){opacity:.1792;transform:translate(82.3959vw,-10px) scale(.4415);animation:fall-360 19s -10s linear infinite}@keyframes fall-360{49.027%{transform:translate(74.986vw,49.027vh) scale(.4415)}to{transform:translate(78.69095vw,99vh) scale(.4415)}}.snow:nth-child(361){opacity:1.6176;transform:translate(1.7587vw,-10px) scale(.8312);animation:fall-361 22s -15s linear infinite}@keyframes fall-361{62.309%{transform:translate(-6.8052vw,62.309vh) scale(.8312)}to{transform:translate(-2.52325vw,99vh) scale(.8312)}}.snow:nth-child(362){opacity:.0296;transform:translate(9.8576vw,-10px) scale(.5585);animation:fall-362 12s -13s linear infinite}@keyframes fall-362{42.916%{transform:translate(5.5423vw,42.916vh) scale(.5585)}to{transform:translate(7.69995vw,99vh) scale(.5585)}}.snow:nth-child(363){opacity:.4898;transform:translate(32.3396vw,-10px) scale(.7171);animation:fall-363 28s -14s linear infinite}@keyframes fall-363{38.943%{transform:translate(33.7694vw,38.943vh) scale(.7171)}to{transform:translate(33.0545vw,99vh) scale(.7171)}}.snow:nth-child(364){opacity:1.138;transform:translate(73.6282vw,-10px) scale(.6608);animation:fall-364 22s -28s linear infinite}@keyframes fall-364{51.723%{transform:translate(64.133vw,51.723vh) scale(.6608)}to{transform:translate(68.8806vw,99vh) scale(.6608)}}.snow:nth-child(365){opacity:1.3154;transform:translate(89.331vw,-10px) scale(.3354);animation:fall-365 24s -4s linear infinite}@keyframes fall-365{47.455%{transform:translate(92.1667vw,47.455vh) scale(.3354)}to{transform:translate(90.74885vw,99vh) scale(.3354)}}.snow:nth-child(366){opacity:.611;transform:translate(26.1731vw,-10px) scale(.6538);animation:fall-366 15s -27s linear infinite}@keyframes fall-366{57.35%{transform:translate(30.8751vw,57.35vh) scale(.6538)}to{transform:translate(28.5241vw,99vh) scale(.6538)}}.snow:nth-child(367){opacity:.5886;transform:translate(.8679vw,-10px) scale(.6295);animation:fall-367 16s -30s linear infinite}@keyframes fall-367{75.851%{transform:translate(2.0094vw,75.851vh) scale(.6295)}to{transform:translate(1.43865vw,99vh) scale(.6295)}}.snow:nth-child(368){opacity:.3678;transform:translate(83.3674vw,-10px) scale(.857);animation:fall-368 17s -4s linear infinite}@keyframes fall-368{47.107%{transform:translate(75.3279vw,47.107vh) scale(.857)}to{transform:translate(79.34765vw,99vh) scale(.857)}}.snow:nth-child(369){opacity:1.3122;transform:translate(40.5598vw,-10px) scale(.7612);animation:fall-369 22s -20s linear infinite}@keyframes fall-369{63.378%{transform:translate(44.7626vw,63.378vh) scale(.7612)}to{transform:translate(42.6612vw,99vh) scale(.7612)}}.snow:nth-child(370){opacity:1.5656;transform:translate(24.8438vw,-10px) scale(.9202);animation:fall-370 21s -30s linear infinite}@keyframes fall-370{37.063%{transform:translate(28.8634vw,37.063vh) scale(.9202)}to{transform:translate(26.8536vw,99vh) scale(.9202)}}.snow:nth-child(371){opacity:1.1002;transform:translate(98.7973vw,-10px) scale(.4943);animation:fall-371 16s -17s linear infinite}@keyframes fall-371{64.687%{transform:translate(92.0043vw,64.687vh) scale(.4943)}to{transform:translate(95.4008vw,99vh) scale(.4943)}}.snow:nth-child(372){opacity:.973;transform:translate(16.0991vw,-10px) scale(.197);animation:fall-372 16s -15s linear infinite}@keyframes fall-372{73.113%{transform:translate(15.2665vw,73.113vh) scale(.197)}to{transform:translate(15.6828vw,99vh) scale(.197)}}.snow:nth-child(373){opacity:1.5518;transform:translate(41.9099vw,-10px) scale(.4934);animation:fall-373 18s -7s linear infinite}@keyframes fall-373{75.185%{transform:translate(35.537vw,75.185vh) scale(.4934)}to{transform:translate(38.72345vw,99vh) scale(.4934)}}.snow:nth-child(374){opacity:.94;transform:translate(14.3731vw,-10px) scale(.9443);animation:fall-374 13s -4s linear infinite}@keyframes fall-374{71.257%{transform:translate(19.6368vw,71.257vh) scale(.9443)}to{transform:translate(17.00495vw,99vh) scale(.9443)}}.snow:nth-child(375){opacity:.8142;transform:translate(3.3549vw,-10px) scale(.2885);animation:fall-375 12s -20s linear infinite}@keyframes fall-375{66.113%{transform:translate(2.1333vw,66.113vh) scale(.2885)}to{transform:translate(2.7441vw,99vh) scale(.2885)}}.snow:nth-child(376){opacity:1.4938;transform:translate(8.1381vw,-10px) scale(.4207);animation:fall-376 11s -13s linear infinite}@keyframes fall-376{41.153%{transform:translate(6.3352vw,41.153vh) scale(.4207)}to{transform:translate(7.23665vw,99vh) scale(.4207)}}.snow:nth-child(377){opacity:.9944;transform:translate(82.1928vw,-10px) scale(.2825);animation:fall-377 10s -9s linear infinite}@keyframes fall-377{61.244%{transform:translate(84.2408vw,61.244vh) scale(.2825)}to{transform:translate(83.2168vw,99vh) scale(.2825)}}.snow:nth-child(378){opacity:.9742;transform:translate(93.4609vw,-10px) scale(.6056);animation:fall-378 12s -15s linear infinite}@keyframes fall-378{37.019%{transform:translate(101.9279vw,37.019vh) scale(.6056)}to{transform:translate(97.6944vw,99vh) scale(.6056)}}.snow:nth-child(379){opacity:.3256;transform:translate(29.5263vw,-10px) scale(.8666);animation:fall-379 26s -12s linear infinite}@keyframes fall-379{74.332%{transform:translate(24.9319vw,74.332vh) scale(.8666)}to{transform:translate(27.2291vw,99vh) scale(.8666)}}.snow:nth-child(380){opacity:1.5416;transform:translate(76.2629vw,-10px) scale(.4188);animation:fall-380 16s -30s linear infinite}@keyframes fall-380{73.838%{transform:translate(73.276vw,73.838vh) scale(.4188)}to{transform:translate(74.76945vw,99vh) scale(.4188)}}.snow:nth-child(381){opacity:.8186;transform:translate(54.4329vw,-10px) scale(.4962);animation:fall-381 17s -28s linear infinite}@keyframes fall-381{60.811%{transform:translate(60.441vw,60.811vh) scale(.4962)}to{transform:translate(57.43695vw,99vh) scale(.4962)}}.snow:nth-child(382){opacity:1.1302;transform:translate(93.7251vw,-10px) scale(.4074);animation:fall-382 14s -26s linear infinite}@keyframes fall-382{77.018%{transform:translate(96.2023vw,77.018vh) scale(.4074)}to{transform:translate(94.9637vw,99vh) scale(.4074)}}.snow:nth-child(383){opacity:1.9724;transform:translate(7.7597vw,-10px) scale(.4879);animation:fall-383 16s -10s linear infinite}@keyframes fall-383{33.836%{transform:translate(-.4085vw,33.836vh) scale(.4879)}to{transform:translate(3.6756vw,99vh) scale(.4879)}}.snow:nth-child(384){opacity:.0926;transform:translate(60.8497vw,-10px) scale(.6304);animation:fall-384 16s -5s linear infinite}@keyframes fall-384{38.907%{transform:translate(59.1706vw,38.907vh) scale(.6304)}to{transform:translate(60.01015vw,99vh) scale(.6304)}}.snow:nth-child(385){opacity:1.7686;transform:translate(67.1871vw,-10px) scale(.8656);animation:fall-385 21s -8s linear infinite}@keyframes fall-385{74.474%{transform:translate(63.3136vw,74.474vh) scale(.8656)}to{transform:translate(65.25035vw,99vh) scale(.8656)}}.snow:nth-child(386){opacity:1.4696;transform:translate(19.0385vw,-10px) scale(.1084);animation:fall-386 16s -14s linear infinite}@keyframes fall-386{56.362%{transform:translate(15.361vw,56.362vh) scale(.1084)}to{transform:translate(17.19975vw,99vh) scale(.1084)}}.snow:nth-child(387){opacity:.3408;transform:translate(97.3162vw,-10px) scale(.2012);animation:fall-387 17s -19s linear infinite}@keyframes fall-387{63.146%{transform:translate(93.8861vw,63.146vh) scale(.2012)}to{transform:translate(95.60115vw,99vh) scale(.2012)}}.snow:nth-child(388){opacity:1.4276;transform:translate(43.5603vw,-10px) scale(.0657);animation:fall-388 22s -22s linear infinite}@keyframes fall-388{73.255%{transform:translate(39.6824vw,73.255vh) scale(.0657)}to{transform:translate(41.62135vw,99vh) scale(.0657)}}.snow:nth-child(389){opacity:1.8136;transform:translate(25.1751vw,-10px) scale(.2385);animation:fall-389 30s -1s linear infinite}@keyframes fall-389{75.891%{transform:translate(22.0749vw,75.891vh) scale(.2385)}to{transform:translate(23.625vw,99vh) scale(.2385)}}.snow:nth-child(390){opacity:1.4128;transform:translate(79.2704vw,-10px) scale(.5219);animation:fall-390 16s -29s linear infinite}@keyframes fall-390{65.328%{transform:translate(77.9747vw,65.328vh) scale(.5219)}to{transform:translate(78.62255vw,99vh) scale(.5219)}}.snow:nth-child(391){opacity:1.906;transform:translate(61.3278vw,-10px) scale(.2865);animation:fall-391 13s -20s linear infinite}@keyframes fall-391{34.872%{transform:translate(55.9814vw,34.872vh) scale(.2865)}to{transform:translate(58.6546vw,99vh) scale(.2865)}}.snow:nth-child(392){opacity:.0572;transform:translate(65.0401vw,-10px) scale(.4192);animation:fall-392 23s -6s linear infinite}@keyframes fall-392{48.156%{transform:translate(56.8007vw,48.156vh) scale(.4192)}to{transform:translate(60.9204vw,99vh) scale(.4192)}}.snow:nth-child(393){opacity:.0272;transform:translate(91.9774vw,-10px) scale(.3486);animation:fall-393 20s -11s linear infinite}@keyframes fall-393{77.674%{transform:translate(101.1112vw,77.674vh) scale(.3486)}to{transform:translate(96.5443vw,99vh) scale(.3486)}}.snow:nth-child(394){opacity:1.7644;transform:translate(57.0631vw,-10px) scale(.1967);animation:fall-394 21s -2s linear infinite}@keyframes fall-394{73.905%{transform:translate(65.3649vw,73.905vh) scale(.1967)}to{transform:translate(61.214vw,99vh) scale(.1967)}}.snow:nth-child(395){opacity:.229;transform:translate(89.1203vw,-10px) scale(.6773);animation:fall-395 15s -11s linear infinite}@keyframes fall-395{33.439%{transform:translate(94.0698vw,33.439vh) scale(.6773)}to{transform:translate(91.59505vw,99vh) scale(.6773)}}.snow:nth-child(396){opacity:.7472;transform:translate(40.5946vw,-10px) scale(.8183);animation:fall-396 12s -13s linear infinite}@keyframes fall-396{52.969%{transform:translate(41.8976vw,52.969vh) scale(.8183)}to{transform:translate(41.2461vw,99vh) scale(.8183)}}.snow:nth-child(397){opacity:1.9676;transform:translate(54.489vw,-10px) scale(.3664);animation:fall-397 29s -26s linear infinite}@keyframes fall-397{60.311%{transform:translate(58.0222vw,60.311vh) scale(.3664)}to{transform:translate(56.2556vw,99vh) scale(.3664)}}.snow:nth-child(398){opacity:1.2548;transform:translate(92.0972vw,-10px) scale(.3237);animation:fall-398 13s -30s linear infinite}@keyframes fall-398{51.791%{transform:translate(90.5582vw,51.791vh) scale(.3237)}to{transform:translate(91.3277vw,99vh) scale(.3237)}}.snow:nth-child(399){opacity:.4052;transform:translate(44.8088vw,-10px) scale(.0688);animation:fall-399 21s -12s linear infinite}@keyframes fall-399{66.781%{transform:translate(48.7967vw,66.781vh) scale(.0688)}to{transform:translate(46.80275vw,99vh) scale(.0688)}}.snow:nth-child(400){opacity:.396;transform:translate(55.2865vw,-10px) scale(.469);animation:fall-400 15s -4s linear infinite}@keyframes fall-400{45.145%{transform:translate(54.7223vw,45.145vh) scale(.469)}to{transform:translate(55.0044vw,99vh) scale(.469)}}\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
79
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", 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:.6568;transform:translate(5.0639vw,-10px) scale(.7018);animation:fall-1 29s -28s linear infinite}@keyframes fall-1{45.37%{transform:translate(-.0142vw,45.37vh) scale(.7018)}to{transform:translate(2.52485vw,99vh) scale(.7018)}}.snow:nth-child(2){opacity:.0094;transform:translate(84.9563vw,-10px) scale(.7569);animation:fall-2 20s -13s linear infinite}@keyframes fall-2{65.168%{transform:translate(88.638vw,65.168vh) scale(.7569)}to{transform:translate(86.79715vw,99vh) scale(.7569)}}.snow:nth-child(3){opacity:1.5442;transform:translate(89.4509vw,-10px) scale(.8538);animation:fall-3 20s -28s linear infinite}@keyframes fall-3{49.035%{transform:translate(92.9131vw,49.035vh) scale(.8538)}to{transform:translate(91.182vw,99vh) scale(.8538)}}.snow:nth-child(4){opacity:1.1668;transform:translate(29.77vw,-10px) scale(.3334);animation:fall-4 23s -29s linear infinite}@keyframes fall-4{69.988%{transform:translate(31.566vw,69.988vh) scale(.3334)}to{transform:translate(30.668vw,99vh) scale(.3334)}}.snow:nth-child(5){opacity:.5594;transform:translate(54.3458vw,-10px) scale(.1364);animation:fall-5 30s -13s linear infinite}@keyframes fall-5{45.522%{transform:translate(60.115vw,45.522vh) scale(.1364)}to{transform:translate(57.2304vw,99vh) scale(.1364)}}.snow:nth-child(6){opacity:.5646;transform:translate(28.2649vw,-10px) scale(.6831);animation:fall-6 10s -13s linear infinite}@keyframes fall-6{73.148%{transform:translate(24.5069vw,73.148vh) scale(.6831)}to{transform:translate(26.3859vw,99vh) scale(.6831)}}.snow:nth-child(7){opacity:.0918;transform:translate(3.905vw,-10px) scale(.4257);animation:fall-7 25s -10s linear infinite}@keyframes fall-7{60.669%{transform:translate(5.2678vw,60.669vh) scale(.4257)}to{transform:translate(4.5864vw,99vh) scale(.4257)}}.snow:nth-child(8){opacity:.2928;transform:translate(78.912vw,-10px) scale(.1364);animation:fall-8 28s -2s linear infinite}@keyframes fall-8{47.055%{transform:translate(78.8737vw,47.055vh) scale(.1364)}to{transform:translate(78.89285vw,99vh) scale(.1364)}}.snow:nth-child(9){opacity:.674;transform:translate(97.3128vw,-10px) scale(.6761);animation:fall-9 27s -27s linear infinite}@keyframes fall-9{49.264%{transform:translate(89.6164vw,49.264vh) scale(.6761)}to{transform:translate(93.4646vw,99vh) scale(.6761)}}.snow:nth-child(10){opacity:.6084;transform:translate(61.0521vw,-10px) scale(.9945);animation:fall-10 13s -8s linear infinite}@keyframes fall-10{39.929%{transform:translate(69.0313vw,39.929vh) scale(.9945)}to{transform:translate(65.0417vw,99vh) scale(.9945)}}.snow:nth-child(11){opacity:1.7682;transform:translate(17.4906vw,-10px) scale(.0461);animation:fall-11 13s -9s linear infinite}@keyframes fall-11{65.408%{transform:translate(19.1191vw,65.408vh) scale(.0461)}to{transform:translate(18.30485vw,99vh) scale(.0461)}}.snow:nth-child(12){opacity:1.3622;transform:translate(89.0494vw,-10px) scale(.5562);animation:fall-12 25s -17s linear infinite}@keyframes fall-12{61.327%{transform:translate(96.4375vw,61.327vh) scale(.5562)}to{transform:translate(92.74345vw,99vh) scale(.5562)}}.snow:nth-child(13){opacity:1.973;transform:translate(1.9955vw,-10px) scale(.2824);animation:fall-13 28s -19s linear infinite}@keyframes fall-13{45.723%{transform:translate(-6.9927vw,45.723vh) scale(.2824)}to{transform:translate(-2.4986vw,99vh) scale(.2824)}}.snow:nth-child(14){opacity:.3544;transform:translate(92.9589vw,-10px) scale(.1371);animation:fall-14 16s -26s linear infinite}@keyframes fall-14{54.696%{transform:translate(84.586vw,54.696vh) scale(.1371)}to{transform:translate(88.77245vw,99vh) scale(.1371)}}.snow:nth-child(15){opacity:1.4186;transform:translate(84.7173vw,-10px) scale(.0716);animation:fall-15 13s -8s linear infinite}@keyframes fall-15{79.712%{transform:translate(94.482vw,79.712vh) scale(.0716)}to{transform:translate(89.59965vw,99vh) scale(.0716)}}.snow:nth-child(16){opacity:.4408;transform:translate(46.4376vw,-10px) scale(.7145);animation:fall-16 17s -1s linear infinite}@keyframes fall-16{74.546%{transform:translate(51.4167vw,74.546vh) scale(.7145)}to{transform:translate(48.92715vw,99vh) scale(.7145)}}.snow:nth-child(17){opacity:1.9178;transform:translate(83.0966vw,-10px) scale(.6269);animation:fall-17 12s -10s linear infinite}@keyframes fall-17{64.273%{transform:translate(92.3125vw,64.273vh) scale(.6269)}to{transform:translate(87.70455vw,99vh) scale(.6269)}}.snow:nth-child(18){opacity:1.429;transform:translate(74.8119vw,-10px) scale(.8891);animation:fall-18 22s -8s linear infinite}@keyframes fall-18{45.488%{transform:translate(77.4136vw,45.488vh) scale(.8891)}to{transform:translate(76.11275vw,99vh) scale(.8891)}}.snow:nth-child(19){opacity:.32;transform:translate(94.3631vw,-10px) scale(.1711);animation:fall-19 23s -8s linear infinite}@keyframes fall-19{62.219%{transform:translate(103.9751vw,62.219vh) scale(.1711)}to{transform:translate(99.1691vw,99vh) scale(.1711)}}.snow:nth-child(20){opacity:1.726;transform:translate(78.1323vw,-10px) scale(.1179);animation:fall-20 12s -18s linear infinite}@keyframes fall-20{65.115%{transform:translate(71.5375vw,65.115vh) scale(.1179)}to{transform:translate(74.8349vw,99vh) scale(.1179)}}.snow:nth-child(21){opacity:.478;transform:translate(45.7523vw,-10px) scale(.7563);animation:fall-21 26s -26s linear infinite}@keyframes fall-21{71.646%{transform:translate(37.9097vw,71.646vh) scale(.7563)}to{transform:translate(41.831vw,99vh) scale(.7563)}}.snow:nth-child(22){opacity:1.3668;transform:translate(89.9975vw,-10px) scale(.8144);animation:fall-22 27s -10s linear infinite}@keyframes fall-22{33.159%{transform:translate(88.0114vw,33.159vh) scale(.8144)}to{transform:translate(89.00445vw,99vh) scale(.8144)}}.snow:nth-child(23){opacity:.83;transform:translate(40.4728vw,-10px) scale(.4414);animation:fall-23 13s -12s linear infinite}@keyframes fall-23{55.732%{transform:translate(47.3599vw,55.732vh) scale(.4414)}to{transform:translate(43.91635vw,99vh) scale(.4414)}}.snow:nth-child(24){opacity:1.6472;transform:translate(7.1719vw,-10px) scale(.8745);animation:fall-24 24s -8s linear infinite}@keyframes fall-24{63.307%{transform:translate(2.1533vw,63.307vh) scale(.8745)}to{transform:translate(4.6626vw,99vh) scale(.8745)}}.snow:nth-child(25){opacity:.0608;transform:translate(87.6452vw,-10px) scale(.0694);animation:fall-25 22s -19s linear infinite}@keyframes fall-25{31.769%{transform:translate(87.4687vw,31.769vh) scale(.0694)}to{transform:translate(87.55695vw,99vh) scale(.0694)}}.snow:nth-child(26){opacity:.6186;transform:translate(24.1588vw,-10px) scale(.0161);animation:fall-26 23s -29s linear infinite}@keyframes fall-26{40.971%{transform:translate(17.3403vw,40.971vh) scale(.0161)}to{transform:translate(20.74955vw,99vh) scale(.0161)}}.snow:nth-child(27){opacity:.1704;transform:translate(23.6397vw,-10px) scale(.8892);animation:fall-27 25s -26s linear infinite}@keyframes fall-27{35.022%{transform:translate(20.1706vw,35.022vh) scale(.8892)}to{transform:translate(21.90515vw,99vh) scale(.8892)}}.snow:nth-child(28){opacity:1.9674;transform:translate(53.0062vw,-10px) scale(.4488);animation:fall-28 25s -23s linear infinite}@keyframes fall-28{78.968%{transform:translate(46.4101vw,78.968vh) scale(.4488)}to{transform:translate(49.70815vw,99vh) scale(.4488)}}.snow:nth-child(29){opacity:.4522;transform:translate(23.8848vw,-10px) scale(.3372);animation:fall-29 23s -26s linear infinite}@keyframes fall-29{78.136%{transform:translate(28.2444vw,78.136vh) scale(.3372)}to{transform:translate(26.0646vw,99vh) scale(.3372)}}.snow:nth-child(30){opacity:.6198;transform:translate(90.3471vw,-10px) scale(.7927);animation:fall-30 10s -18s linear infinite}@keyframes fall-30{57.754%{transform:translate(87.472vw,57.754vh) scale(.7927)}to{transform:translate(88.90955vw,99vh) scale(.7927)}}.snow:nth-child(31){opacity:.6956;transform:translate(71.502vw,-10px) scale(.9225);animation:fall-31 21s -26s linear infinite}@keyframes fall-31{64.608%{transform:translate(72.1192vw,64.608vh) scale(.9225)}to{transform:translate(71.8106vw,99vh) scale(.9225)}}.snow:nth-child(32){opacity:.6586;transform:translate(16.7344vw,-10px) scale(.8118);animation:fall-32 26s -21s linear infinite}@keyframes fall-32{50.804%{transform:translate(10.4247vw,50.804vh) scale(.8118)}to{transform:translate(13.57955vw,99vh) scale(.8118)}}.snow:nth-child(33){opacity:1.4388;transform:translate(73.7587vw,-10px) scale(.7163);animation:fall-33 21s -15s linear infinite}@keyframes fall-33{43.595%{transform:translate(64.3921vw,43.595vh) scale(.7163)}to{transform:translate(69.0754vw,99vh) scale(.7163)}}.snow:nth-child(34){opacity:1.1316;transform:translate(57.0649vw,-10px) scale(.841);animation:fall-34 16s -2s linear infinite}@keyframes fall-34{72.152%{transform:translate(62.265vw,72.152vh) scale(.841)}to{transform:translate(59.66495vw,99vh) scale(.841)}}.snow:nth-child(35){opacity:.317;transform:translate(48.973vw,-10px) scale(.6338);animation:fall-35 23s -27s linear infinite}@keyframes fall-35{60.266%{transform:translate(51.2295vw,60.266vh) scale(.6338)}to{transform:translate(50.10125vw,99vh) scale(.6338)}}.snow:nth-child(36){opacity:1.1838;transform:translate(87.1247vw,-10px) scale(.1492);animation:fall-36 20s -6s linear infinite}@keyframes fall-36{75.917%{transform:translate(80.8571vw,75.917vh) scale(.1492)}to{transform:translate(83.9909vw,99vh) scale(.1492)}}.snow:nth-child(37){opacity:.8748;transform:translate(37.982vw,-10px) scale(.4175);animation:fall-37 19s -16s linear infinite}@keyframes fall-37{41.685%{transform:translate(30.8233vw,41.685vh) scale(.4175)}to{transform:translate(34.40265vw,99vh) scale(.4175)}}.snow:nth-child(38){opacity:1.627;transform:translate(8.1352vw,-10px) scale(.1154);animation:fall-38 25s -15s linear infinite}@keyframes fall-38{30.378%{transform:translate(13.0119vw,30.378vh) scale(.1154)}to{transform:translate(10.57355vw,99vh) scale(.1154)}}.snow:nth-child(39){opacity:1.73;transform:translate(97.5258vw,-10px) scale(.683);animation:fall-39 13s -30s linear infinite}@keyframes fall-39{49.917%{transform:translate(97.164vw,49.917vh) scale(.683)}to{transform:translate(97.3449vw,99vh) scale(.683)}}.snow:nth-child(40){opacity:1.7118;transform:translate(56.0486vw,-10px) scale(.7319);animation:fall-40 29s -21s linear infinite}@keyframes fall-40{71.232%{transform:translate(47.0908vw,71.232vh) scale(.7319)}to{transform:translate(51.5697vw,99vh) scale(.7319)}}.snow:nth-child(41){opacity:1.6734;transform:translate(95.5303vw,-10px) scale(.4675);animation:fall-41 16s -21s linear infinite}@keyframes fall-41{31.69%{transform:translate(101.5203vw,31.69vh) scale(.4675)}to{transform:translate(98.5253vw,99vh) scale(.4675)}}.snow:nth-child(42){opacity:1.4208;transform:translate(24.3403vw,-10px) scale(.2537);animation:fall-42 18s -21s linear infinite}@keyframes fall-42{33.845%{transform:translate(21.0681vw,33.845vh) scale(.2537)}to{transform:translate(22.7042vw,99vh) scale(.2537)}}.snow:nth-child(43){opacity:1.5464;transform:translate(32.6835vw,-10px) scale(.0042);animation:fall-43 24s -4s linear infinite}@keyframes fall-43{78.684%{transform:translate(30.6712vw,78.684vh) scale(.0042)}to{transform:translate(31.67735vw,99vh) scale(.0042)}}.snow:nth-child(44){opacity:1.8738;transform:translate(69.6787vw,-10px) scale(.1165);animation:fall-44 12s -13s linear infinite}@keyframes fall-44{75.48%{transform:translate(62.2938vw,75.48vh) scale(.1165)}to{transform:translate(65.98625vw,99vh) scale(.1165)}}.snow:nth-child(45){opacity:1.2758;transform:translate(42.4326vw,-10px) scale(.5665);animation:fall-45 23s -19s linear infinite}@keyframes fall-45{30.658%{transform:translate(40.9377vw,30.658vh) scale(.5665)}to{transform:translate(41.68515vw,99vh) scale(.5665)}}.snow:nth-child(46){opacity:.527;transform:translate(96.025vw,-10px) scale(.4486);animation:fall-46 23s -27s linear infinite}@keyframes fall-46{32.408%{transform:translate(98.1245vw,32.408vh) scale(.4486)}to{transform:translate(97.07475vw,99vh) scale(.4486)}}.snow:nth-child(47){opacity:.5498;transform:translate(71.0107vw,-10px) scale(.3882);animation:fall-47 17s -15s linear infinite}@keyframes fall-47{42.794%{transform:translate(74.7581vw,42.794vh) scale(.3882)}to{transform:translate(72.8844vw,99vh) scale(.3882)}}.snow:nth-child(48){opacity:.7026;transform:translate(61.7022vw,-10px) scale(.7299);animation:fall-48 10s -24s linear infinite}@keyframes fall-48{37.33%{transform:translate(58.6271vw,37.33vh) scale(.7299)}to{transform:translate(60.16465vw,99vh) scale(.7299)}}.snow:nth-child(49){opacity:.4458;transform:translate(87.5218vw,-10px) scale(.8203);animation:fall-49 23s -4s linear infinite}@keyframes fall-49{74.942%{transform:translate(81.9324vw,74.942vh) scale(.8203)}to{transform:translate(84.7271vw,99vh) scale(.8203)}}.snow:nth-child(50){opacity:1.5106;transform:translate(87.0628vw,-10px) scale(.5343);animation:fall-50 27s -16s linear infinite}@keyframes fall-50{78.766%{transform:translate(82.2948vw,78.766vh) scale(.5343)}to{transform:translate(84.6788vw,99vh) scale(.5343)}}.snow:nth-child(51){opacity:1.0028;transform:translate(9.2663vw,-10px) scale(.2729);animation:fall-51 27s -11s linear infinite}@keyframes fall-51{68.02%{transform:translate(11.0417vw,68.02vh) scale(.2729)}to{transform:translate(10.154vw,99vh) scale(.2729)}}.snow:nth-child(52){opacity:.6236;transform:translate(27.4752vw,-10px) scale(.5295);animation:fall-52 26s -22s linear infinite}@keyframes fall-52{34.191%{transform:translate(29.9987vw,34.191vh) scale(.5295)}to{transform:translate(28.73695vw,99vh) scale(.5295)}}.snow:nth-child(53){opacity:1.6394;transform:translate(73.9471vw,-10px) scale(.8728);animation:fall-53 11s -7s linear infinite}@keyframes fall-53{71.974%{transform:translate(70.6994vw,71.974vh) scale(.8728)}to{transform:translate(72.32325vw,99vh) scale(.8728)}}.snow:nth-child(54){opacity:.9854;transform:translate(81.131vw,-10px) scale(.9981);animation:fall-54 28s -20s linear infinite}@keyframes fall-54{61.052%{transform:translate(76.0198vw,61.052vh) scale(.9981)}to{transform:translate(78.5754vw,99vh) scale(.9981)}}.snow:nth-child(55){opacity:1.3716;transform:translate(7.0909vw,-10px) scale(.7706);animation:fall-55 25s -23s linear infinite}@keyframes fall-55{44.869%{transform:translate(6.0054vw,44.869vh) scale(.7706)}to{transform:translate(6.54815vw,99vh) scale(.7706)}}.snow:nth-child(56){opacity:1.4594;transform:translate(30.6592vw,-10px) scale(.4134);animation:fall-56 10s -26s linear infinite}@keyframes fall-56{65.42%{transform:translate(27.4302vw,65.42vh) scale(.4134)}to{transform:translate(29.0447vw,99vh) scale(.4134)}}.snow:nth-child(57){opacity:.536;transform:translate(28.3292vw,-10px) scale(.037);animation:fall-57 21s -19s linear infinite}@keyframes fall-57{58.535%{transform:translate(31.8864vw,58.535vh) scale(.037)}to{transform:translate(30.1078vw,99vh) scale(.037)}}.snow:nth-child(58){opacity:1.9554;transform:translate(39.0163vw,-10px) scale(.8342);animation:fall-58 25s -15s linear infinite}@keyframes fall-58{76.669%{transform:translate(29.4694vw,76.669vh) scale(.8342)}to{transform:translate(34.24285vw,99vh) scale(.8342)}}.snow:nth-child(59){opacity:1.9268;transform:translate(14.789vw,-10px) scale(.5737);animation:fall-59 30s -1s linear infinite}@keyframes fall-59{47.131%{transform:translate(23.4919vw,47.131vh) scale(.5737)}to{transform:translate(19.14045vw,99vh) scale(.5737)}}.snow:nth-child(60){opacity:.9888;transform:translate(91.9966vw,-10px) scale(.9758);animation:fall-60 29s -25s linear infinite}@keyframes fall-60{33.111%{transform:translate(92.9624vw,33.111vh) scale(.9758)}to{transform:translate(92.4795vw,99vh) scale(.9758)}}.snow:nth-child(61){opacity:1.1278;transform:translate(22.3634vw,-10px) scale(.3635);animation:fall-61 12s -14s linear infinite}@keyframes fall-61{58.479%{transform:translate(19.2685vw,58.479vh) scale(.3635)}to{transform:translate(20.81595vw,99vh) scale(.3635)}}.snow:nth-child(62){opacity:.7762;transform:translate(36.3043vw,-10px) scale(.3701);animation:fall-62 22s -1s linear infinite}@keyframes fall-62{63.591%{transform:translate(37.2166vw,63.591vh) scale(.3701)}to{transform:translate(36.76045vw,99vh) scale(.3701)}}.snow:nth-child(63){opacity:.789;transform:translate(26.4368vw,-10px) scale(.789);animation:fall-63 23s -23s linear infinite}@keyframes fall-63{59.157%{transform:translate(33.2583vw,59.157vh) scale(.789)}to{transform:translate(29.84755vw,99vh) scale(.789)}}.snow:nth-child(64){opacity:1.9738;transform:translate(43.1724vw,-10px) scale(.7335);animation:fall-64 29s -15s linear infinite}@keyframes fall-64{55.941%{transform:translate(49.2889vw,55.941vh) scale(.7335)}to{transform:translate(46.23065vw,99vh) scale(.7335)}}.snow:nth-child(65){opacity:.1964;transform:translate(57.9759vw,-10px) scale(.5904);animation:fall-65 29s -23s linear infinite}@keyframes fall-65{66.638%{transform:translate(54.268vw,66.638vh) scale(.5904)}to{transform:translate(56.12195vw,99vh) scale(.5904)}}.snow:nth-child(66){opacity:.095;transform:translate(15.7078vw,-10px) scale(.0187);animation:fall-66 29s -27s linear infinite}@keyframes fall-66{73.418%{transform:translate(23.8632vw,73.418vh) scale(.0187)}to{transform:translate(19.7855vw,99vh) scale(.0187)}}.snow:nth-child(67){opacity:.0054;transform:translate(37.7829vw,-10px) scale(.1786);animation:fall-67 19s -25s linear infinite}@keyframes fall-67{76.063%{transform:translate(39.6333vw,76.063vh) scale(.1786)}to{transform:translate(38.7081vw,99vh) scale(.1786)}}.snow:nth-child(68){opacity:.1552;transform:translate(79.9676vw,-10px) scale(.1897);animation:fall-68 12s -5s linear infinite}@keyframes fall-68{64.008%{transform:translate(87.6424vw,64.008vh) scale(.1897)}to{transform:translate(83.805vw,99vh) scale(.1897)}}.snow:nth-child(69){opacity:.5764;transform:translate(20.8118vw,-10px) scale(.5517);animation:fall-69 21s -15s linear infinite}@keyframes fall-69{54.115%{transform:translate(26.6227vw,54.115vh) scale(.5517)}to{transform:translate(23.71725vw,99vh) scale(.5517)}}.snow:nth-child(70){opacity:.3454;transform:translate(54.7259vw,-10px) scale(.366);animation:fall-70 19s -1s linear infinite}@keyframes fall-70{62.584%{transform:translate(45.6315vw,62.584vh) scale(.366)}to{transform:translate(50.1787vw,99vh) scale(.366)}}.snow:nth-child(71){opacity:.4572;transform:translate(17.422vw,-10px) scale(.9359);animation:fall-71 19s -3s linear infinite}@keyframes fall-71{77.089%{transform:translate(22.7932vw,77.089vh) scale(.9359)}to{transform:translate(20.1076vw,99vh) scale(.9359)}}.snow:nth-child(72){opacity:1.5992;transform:translate(4.6037vw,-10px) scale(.1558);animation:fall-72 11s -7s linear infinite}@keyframes fall-72{32.346%{transform:translate(-3.2388vw,32.346vh) scale(.1558)}to{transform:translate(.68245vw,99vh) scale(.1558)}}.snow:nth-child(73){opacity:1.958;transform:translate(81.3669vw,-10px) scale(.4915);animation:fall-73 25s -4s linear infinite}@keyframes fall-73{64.798%{transform:translate(80.7334vw,64.798vh) scale(.4915)}to{transform:translate(81.05015vw,99vh) scale(.4915)}}.snow:nth-child(74){opacity:.3462;transform:translate(89.8664vw,-10px) scale(.3633);animation:fall-74 21s -26s linear infinite}@keyframes fall-74{37.751%{transform:translate(97.7273vw,37.751vh) scale(.3633)}to{transform:translate(93.79685vw,99vh) scale(.3633)}}.snow:nth-child(75){opacity:1.892;transform:translate(44.4517vw,-10px) scale(.7791);animation:fall-75 10s -5s linear infinite}@keyframes fall-75{64.626%{transform:translate(42.025vw,64.626vh) scale(.7791)}to{transform:translate(43.23835vw,99vh) scale(.7791)}}.snow:nth-child(76){opacity:.9834;transform:translate(43.0379vw,-10px) scale(.4984);animation:fall-76 29s -23s linear infinite}@keyframes fall-76{45.932%{transform:translate(46.4848vw,45.932vh) scale(.4984)}to{transform:translate(44.76135vw,99vh) scale(.4984)}}.snow:nth-child(77){opacity:1.5564;transform:translate(67.6788vw,-10px) scale(.9973);animation:fall-77 23s -15s linear infinite}@keyframes fall-77{79.137%{transform:translate(60.0185vw,79.137vh) scale(.9973)}to{transform:translate(63.84865vw,99vh) scale(.9973)}}.snow:nth-child(78){opacity:1.2448;transform:translate(86.528vw,-10px) scale(.8016);animation:fall-78 26s -30s linear infinite}@keyframes fall-78{42.774%{transform:translate(78.8458vw,42.774vh) scale(.8016)}to{transform:translate(82.6869vw,99vh) scale(.8016)}}.snow:nth-child(79){opacity:1.254;transform:translate(18.6251vw,-10px) scale(.7906);animation:fall-79 20s -11s linear infinite}@keyframes fall-79{31.562%{transform:translate(19.0478vw,31.562vh) scale(.7906)}to{transform:translate(18.83645vw,99vh) scale(.7906)}}.snow:nth-child(80){opacity:1.0602;transform:translate(8.4831vw,-10px) scale(.9069);animation:fall-80 15s -17s linear infinite}@keyframes fall-80{30.278%{transform:translate(3.916vw,30.278vh) scale(.9069)}to{transform:translate(6.19955vw,99vh) scale(.9069)}}.snow:nth-child(81){opacity:1.866;transform:translate(53.6248vw,-10px) scale(.1507);animation:fall-81 23s -30s linear infinite}@keyframes fall-81{76.225%{transform:translate(53.4999vw,76.225vh) scale(.1507)}to{transform:translate(53.56235vw,99vh) scale(.1507)}}.snow:nth-child(82){opacity:.5186;transform:translate(90.964vw,-10px) scale(.2099);animation:fall-82 25s -25s linear infinite}@keyframes fall-82{72.156%{transform:translate(85.0203vw,72.156vh) scale(.2099)}to{transform:translate(87.99215vw,99vh) scale(.2099)}}.snow:nth-child(83){opacity:1.525;transform:translate(69.724vw,-10px) scale(.6159);animation:fall-83 28s -17s linear infinite}@keyframes fall-83{75.43%{transform:translate(77.8465vw,75.43vh) scale(.6159)}to{transform:translate(73.78525vw,99vh) scale(.6159)}}.snow:nth-child(84){opacity:1.5998;transform:translate(94.5836vw,-10px) scale(.4449);animation:fall-84 27s -29s linear infinite}@keyframes fall-84{43.038%{transform:translate(103.0753vw,43.038vh) scale(.4449)}to{transform:translate(98.82945vw,99vh) scale(.4449)}}.snow:nth-child(85){opacity:.2758;transform:translate(57.3463vw,-10px) scale(.8336);animation:fall-85 24s -24s linear infinite}@keyframes fall-85{51.806%{transform:translate(57.9571vw,51.806vh) scale(.8336)}to{transform:translate(57.6517vw,99vh) scale(.8336)}}.snow:nth-child(86){opacity:1.4964;transform:translate(88.7417vw,-10px) scale(.643);animation:fall-86 21s -17s linear infinite}@keyframes fall-86{50.416%{transform:translate(93.4485vw,50.416vh) scale(.643)}to{transform:translate(91.0951vw,99vh) scale(.643)}}.snow:nth-child(87){opacity:1.9726;transform:translate(35.3695vw,-10px) scale(.8457);animation:fall-87 23s -22s linear infinite}@keyframes fall-87{76.62%{transform:translate(30.8336vw,76.62vh) scale(.8457)}to{transform:translate(33.10155vw,99vh) scale(.8457)}}.snow:nth-child(88){opacity:1.2092;transform:translate(25.876vw,-10px) scale(.5797);animation:fall-88 10s -5s linear infinite}@keyframes fall-88{60.633%{transform:translate(29.5995vw,60.633vh) scale(.5797)}to{transform:translate(27.73775vw,99vh) scale(.5797)}}.snow:nth-child(89){opacity:.4478;transform:translate(28.3736vw,-10px) scale(.0686);animation:fall-89 18s -5s linear infinite}@keyframes fall-89{49.033%{transform:translate(23.4091vw,49.033vh) scale(.0686)}to{transform:translate(25.89135vw,99vh) scale(.0686)}}.snow:nth-child(90){opacity:1.37;transform:translate(57.9372vw,-10px) scale(.8413);animation:fall-90 23s -22s linear infinite}@keyframes fall-90{75.475%{transform:translate(55.6342vw,75.475vh) scale(.8413)}to{transform:translate(56.7857vw,99vh) scale(.8413)}}.snow:nth-child(91){opacity:.3404;transform:translate(87.0602vw,-10px) scale(.556);animation:fall-91 11s -9s linear infinite}@keyframes fall-91{44.249%{transform:translate(86.0689vw,44.249vh) scale(.556)}to{transform:translate(86.56455vw,99vh) scale(.556)}}.snow:nth-child(92){opacity:.0776;transform:translate(80.7567vw,-10px) scale(.4845);animation:fall-92 23s -10s linear infinite}@keyframes fall-92{37.588%{transform:translate(82.5919vw,37.588vh) scale(.4845)}to{transform:translate(81.6743vw,99vh) scale(.4845)}}.snow:nth-child(93){opacity:.1922;transform:translate(47.4788vw,-10px) scale(.5463);animation:fall-93 17s -1s linear infinite}@keyframes fall-93{49.317%{transform:translate(51.4948vw,49.317vh) scale(.5463)}to{transform:translate(49.4868vw,99vh) scale(.5463)}}.snow:nth-child(94){opacity:.0858;transform:translate(42.1872vw,-10px) scale(.1788);animation:fall-94 16s -6s linear infinite}@keyframes fall-94{53.708%{transform:translate(50.1314vw,53.708vh) scale(.1788)}to{transform:translate(46.1593vw,99vh) scale(.1788)}}.snow:nth-child(95){opacity:1.4792;transform:translate(66.5872vw,-10px) scale(.647);animation:fall-95 22s -24s linear infinite}@keyframes fall-95{41.448%{transform:translate(68.8721vw,41.448vh) scale(.647)}to{transform:translate(67.72965vw,99vh) scale(.647)}}.snow:nth-child(96){opacity:.6112;transform:translate(79.3983vw,-10px) scale(.1889);animation:fall-96 30s -1s linear infinite}@keyframes fall-96{79.381%{transform:translate(84.7151vw,79.381vh) scale(.1889)}to{transform:translate(82.0567vw,99vh) scale(.1889)}}.snow:nth-child(97){opacity:1.591;transform:translate(74.7644vw,-10px) scale(.0158);animation:fall-97 15s -18s linear infinite}@keyframes fall-97{63.295%{transform:translate(81.1559vw,63.295vh) scale(.0158)}to{transform:translate(77.96015vw,99vh) scale(.0158)}}.snow:nth-child(98){opacity:.132;transform:translate(96.5193vw,-10px) scale(.383);animation:fall-98 30s -13s linear infinite}@keyframes fall-98{37.736%{transform:translate(98.6574vw,37.736vh) scale(.383)}to{transform:translate(97.58835vw,99vh) scale(.383)}}.snow:nth-child(99){opacity:1.135;transform:translate(77.026vw,-10px) scale(.2873);animation:fall-99 19s -27s linear infinite}@keyframes fall-99{63.491%{transform:translate(84.7449vw,63.491vh) scale(.2873)}to{transform:translate(80.88545vw,99vh) scale(.2873)}}.snow:nth-child(100){opacity:.3094;transform:translate(2.289vw,-10px) scale(.8089);animation:fall-100 17s -11s linear infinite}@keyframes fall-100{74.646%{transform:translate(9.0196vw,74.646vh) scale(.8089)}to{transform:translate(5.6543vw,99vh) scale(.8089)}}.snow:nth-child(101){opacity:.9498;transform:translate(38.5596vw,-10px) scale(.9152);animation:fall-101 28s -4s linear infinite}@keyframes fall-101{77.11%{transform:translate(47.8206vw,77.11vh) scale(.9152)}to{transform:translate(43.1901vw,99vh) scale(.9152)}}.snow:nth-child(102){opacity:1.6372;transform:translate(36.2947vw,-10px) scale(.2637);animation:fall-102 22s -25s linear infinite}@keyframes fall-102{69.634%{transform:translate(42.121vw,69.634vh) scale(.2637)}to{transform:translate(39.20785vw,99vh) scale(.2637)}}.snow:nth-child(103){opacity:1.1024;transform:translate(90.2845vw,-10px) scale(.0317);animation:fall-103 26s -8s linear infinite}@keyframes fall-103{63.005%{transform:translate(84.7092vw,63.005vh) scale(.0317)}to{transform:translate(87.49685vw,99vh) scale(.0317)}}.snow:nth-child(104){opacity:1.6754;transform:translate(81.4275vw,-10px) scale(.1624);animation:fall-104 29s -5s linear infinite}@keyframes fall-104{49.027%{transform:translate(78.0247vw,49.027vh) scale(.1624)}to{transform:translate(79.7261vw,99vh) scale(.1624)}}.snow:nth-child(105){opacity:.8454;transform:translate(12.8161vw,-10px) scale(.7028);animation:fall-105 13s -5s linear infinite}@keyframes fall-105{60.551%{transform:translate(16.1722vw,60.551vh) scale(.7028)}to{transform:translate(14.49415vw,99vh) scale(.7028)}}.snow:nth-child(106){opacity:1.12;transform:translate(50.8459vw,-10px) scale(.6872);animation:fall-106 20s -15s linear infinite}@keyframes fall-106{76.182%{transform:translate(55.8022vw,76.182vh) scale(.6872)}to{transform:translate(53.32405vw,99vh) scale(.6872)}}.snow:nth-child(107){opacity:.3974;transform:translate(76.6953vw,-10px) scale(.4683);animation:fall-107 23s -23s linear infinite}@keyframes fall-107{56.645%{transform:translate(85.6342vw,56.645vh) scale(.4683)}to{transform:translate(81.16475vw,99vh) scale(.4683)}}.snow:nth-child(108){opacity:.3128;transform:translate(3.0848vw,-10px) scale(.5434);animation:fall-108 15s -14s linear infinite}@keyframes fall-108{52.454%{transform:translate(12.5519vw,52.454vh) scale(.5434)}to{transform:translate(7.81835vw,99vh) scale(.5434)}}.snow:nth-child(109){opacity:1.179;transform:translate(34.3122vw,-10px) scale(.4072);animation:fall-109 11s -12s linear infinite}@keyframes fall-109{41.825%{transform:translate(26.8111vw,41.825vh) scale(.4072)}to{transform:translate(30.56165vw,99vh) scale(.4072)}}.snow:nth-child(110){opacity:1.0314;transform:translate(81.3349vw,-10px) scale(.8984);animation:fall-110 27s -4s linear infinite}@keyframes fall-110{32.817%{transform:translate(82.6941vw,32.817vh) scale(.8984)}to{transform:translate(82.0145vw,99vh) scale(.8984)}}.snow:nth-child(111){opacity:1.0574;transform:translate(82.5691vw,-10px) scale(.1747);animation:fall-111 17s -8s linear infinite}@keyframes fall-111{38.508%{transform:translate(90.486vw,38.508vh) scale(.1747)}to{transform:translate(86.52755vw,99vh) scale(.1747)}}.snow:nth-child(112){opacity:1.0192;transform:translate(25.1042vw,-10px) scale(.3454);animation:fall-112 10s -24s linear infinite}@keyframes fall-112{31.858%{transform:translate(26.2066vw,31.858vh) scale(.3454)}to{transform:translate(25.6554vw,99vh) scale(.3454)}}.snow:nth-child(113){opacity:.6918;transform:translate(96.0242vw,-10px) scale(.0373);animation:fall-113 19s -5s linear infinite}@keyframes fall-113{60.804%{transform:translate(88.2598vw,60.804vh) scale(.0373)}to{transform:translate(92.142vw,99vh) scale(.0373)}}.snow:nth-child(114){opacity:.3786;transform:translate(13.8593vw,-10px) scale(.4828);animation:fall-114 18s -22s linear infinite}@keyframes fall-114{43.384%{transform:translate(11.7618vw,43.384vh) scale(.4828)}to{transform:translate(12.81055vw,99vh) scale(.4828)}}.snow:nth-child(115){opacity:.632;transform:translate(89.5512vw,-10px) scale(.9215);animation:fall-115 16s -2s linear infinite}@keyframes fall-115{58.232%{transform:translate(99.4434vw,58.232vh) scale(.9215)}to{transform:translate(94.4973vw,99vh) scale(.9215)}}.snow:nth-child(116){opacity:.1796;transform:translate(69.3057vw,-10px) scale(.9826);animation:fall-116 24s -16s linear infinite}@keyframes fall-116{55.432%{transform:translate(76.5177vw,55.432vh) scale(.9826)}to{transform:translate(72.9117vw,99vh) scale(.9826)}}.snow:nth-child(117){opacity:.114;transform:translate(35.4893vw,-10px) scale(.2685);animation:fall-117 22s -8s linear infinite}@keyframes fall-117{34.336%{transform:translate(34.0626vw,34.336vh) scale(.2685)}to{transform:translate(34.77595vw,99vh) scale(.2685)}}.snow:nth-child(118){opacity:1.22;transform:translate(19.3011vw,-10px) scale(.8725);animation:fall-118 18s -19s linear infinite}@keyframes fall-118{50.929%{transform:translate(10.7751vw,50.929vh) scale(.8725)}to{transform:translate(15.0381vw,99vh) scale(.8725)}}.snow:nth-child(119){opacity:1.303;transform:translate(99.4637vw,-10px) scale(.2135);animation:fall-119 24s -5s linear infinite}@keyframes fall-119{67.864%{transform:translate(105.0817vw,67.864vh) scale(.2135)}to{transform:translate(102.2727vw,99vh) scale(.2135)}}.snow:nth-child(120){opacity:.084;transform:translate(31.144vw,-10px) scale(.4677);animation:fall-120 30s -7s linear infinite}@keyframes fall-120{40.295%{transform:translate(33.5679vw,40.295vh) scale(.4677)}to{transform:translate(32.35595vw,99vh) scale(.4677)}}.snow:nth-child(121){opacity:.0402;transform:translate(38.6666vw,-10px) scale(.4802);animation:fall-121 16s -13s linear infinite}@keyframes fall-121{72.278%{transform:translate(36.9171vw,72.278vh) scale(.4802)}to{transform:translate(37.79185vw,99vh) scale(.4802)}}.snow:nth-child(122){opacity:1.18;transform:translate(54.4122vw,-10px) scale(.9268);animation:fall-122 26s -24s linear infinite}@keyframes fall-122{53.489%{transform:translate(48.2796vw,53.489vh) scale(.9268)}to{transform:translate(51.3459vw,99vh) scale(.9268)}}.snow:nth-child(123){opacity:1.134;transform:translate(34.1756vw,-10px) scale(.8325);animation:fall-123 24s -6s linear infinite}@keyframes fall-123{58.625%{transform:translate(36.3266vw,58.625vh) scale(.8325)}to{transform:translate(35.2511vw,99vh) scale(.8325)}}.snow:nth-child(124){opacity:1.824;transform:translate(2.4421vw,-10px) scale(.3675);animation:fall-124 11s -13s linear infinite}@keyframes fall-124{53.535%{transform:translate(5.1144vw,53.535vh) scale(.3675)}to{transform:translate(3.77825vw,99vh) scale(.3675)}}.snow:nth-child(125){opacity:1.4616;transform:translate(69.5939vw,-10px) scale(.7506);animation:fall-125 19s -15s linear infinite}@keyframes fall-125{67.756%{transform:translate(61.2179vw,67.756vh) scale(.7506)}to{transform:translate(65.4059vw,99vh) scale(.7506)}}.snow:nth-child(126){opacity:1.3772;transform:translate(54.6459vw,-10px) scale(.961);animation:fall-126 19s -16s linear infinite}@keyframes fall-126{50.388%{transform:translate(54.6382vw,50.388vh) scale(.961)}to{transform:translate(54.64205vw,99vh) scale(.961)}}.snow:nth-child(127){opacity:.604;transform:translate(24.0523vw,-10px) scale(.5815);animation:fall-127 30s -5s linear infinite}@keyframes fall-127{47.678%{transform:translate(23.5275vw,47.678vh) scale(.5815)}to{transform:translate(23.7899vw,99vh) scale(.5815)}}.snow:nth-child(128){opacity:.3954;transform:translate(43.0655vw,-10px) scale(.5652);animation:fall-128 11s -11s linear infinite}@keyframes fall-128{38.758%{transform:translate(50.3477vw,38.758vh) scale(.5652)}to{transform:translate(46.7066vw,99vh) scale(.5652)}}.snow:nth-child(129){opacity:.5776;transform:translate(86.1362vw,-10px) scale(.0101);animation:fall-129 23s -24s linear infinite}@keyframes fall-129{78.155%{transform:translate(79.25vw,78.155vh) scale(.0101)}to{transform:translate(82.6931vw,99vh) scale(.0101)}}.snow:nth-child(130){opacity:.359;transform:translate(43.7291vw,-10px) scale(.601);animation:fall-130 18s -15s linear infinite}@keyframes fall-130{64.593%{transform:translate(47.0608vw,64.593vh) scale(.601)}to{transform:translate(45.39495vw,99vh) scale(.601)}}.snow:nth-child(131){opacity:1.3526;transform:translate(1.2659vw,-10px) scale(.2326);animation:fall-131 30s -19s linear infinite}@keyframes fall-131{56.883%{transform:translate(-1.0078vw,56.883vh) scale(.2326)}to{transform:translate(.12905vw,99vh) scale(.2326)}}.snow:nth-child(132){opacity:.2452;transform:translate(92.1013vw,-10px) scale(.1029);animation:fall-132 22s -19s linear infinite}@keyframes fall-132{45.882%{transform:translate(93.516vw,45.882vh) scale(.1029)}to{transform:translate(92.80865vw,99vh) scale(.1029)}}.snow:nth-child(133){opacity:1.1522;transform:translate(63.6598vw,-10px) scale(.3565);animation:fall-133 10s -20s linear infinite}@keyframes fall-133{79.076%{transform:translate(68.2116vw,79.076vh) scale(.3565)}to{transform:translate(65.9357vw,99vh) scale(.3565)}}.snow:nth-child(134){opacity:.9722;transform:translate(46.2494vw,-10px) scale(.3215);animation:fall-134 27s -27s linear infinite}@keyframes fall-134{62.759%{transform:translate(53.6412vw,62.759vh) scale(.3215)}to{transform:translate(49.9453vw,99vh) scale(.3215)}}.snow:nth-child(135){opacity:1.3382;transform:translate(88.0942vw,-10px) scale(.6436);animation:fall-135 29s -10s linear infinite}@keyframes fall-135{43.294%{transform:translate(81.6358vw,43.294vh) scale(.6436)}to{transform:translate(84.865vw,99vh) scale(.6436)}}.snow:nth-child(136){opacity:1.9768;transform:translate(92.4735vw,-10px) scale(.7639);animation:fall-136 27s -30s linear infinite}@keyframes fall-136{36.088%{transform:translate(99.4762vw,36.088vh) scale(.7639)}to{transform:translate(95.97485vw,99vh) scale(.7639)}}.snow:nth-child(137){opacity:1.5796;transform:translate(99.4513vw,-10px) scale(.4003);animation:fall-137 23s -5s linear infinite}@keyframes fall-137{42.03%{transform:translate(98.9163vw,42.03vh) scale(.4003)}to{transform:translate(99.1838vw,99vh) scale(.4003)}}.snow:nth-child(138){opacity:.5724;transform:translate(89.741vw,-10px) scale(.725);animation:fall-138 30s -26s linear infinite}@keyframes fall-138{34.712%{transform:translate(97.9928vw,34.712vh) scale(.725)}to{transform:translate(93.8669vw,99vh) scale(.725)}}.snow:nth-child(139){opacity:.0176;transform:translate(3.0183vw,-10px) scale(.0698);animation:fall-139 13s -17s linear infinite}@keyframes fall-139{48.065%{transform:translate(2.7792vw,48.065vh) scale(.0698)}to{transform:translate(2.89875vw,99vh) scale(.0698)}}.snow:nth-child(140){opacity:1.0316;transform:translate(93.2035vw,-10px) scale(.6333);animation:fall-140 25s -10s linear infinite}@keyframes fall-140{36.277%{transform:translate(94.4438vw,36.277vh) scale(.6333)}to{transform:translate(93.82365vw,99vh) scale(.6333)}}.snow:nth-child(141){opacity:.236;transform:translate(46.8926vw,-10px) scale(.4335);animation:fall-141 20s -7s linear infinite}@keyframes fall-141{61.64%{transform:translate(44.8052vw,61.64vh) scale(.4335)}to{transform:translate(45.8489vw,99vh) scale(.4335)}}.snow:nth-child(142){opacity:1.366;transform:translate(15.9702vw,-10px) scale(.0161);animation:fall-142 15s -18s linear infinite}@keyframes fall-142{42.13%{transform:translate(22.0147vw,42.13vh) scale(.0161)}to{transform:translate(18.99245vw,99vh) scale(.0161)}}.snow:nth-child(143){opacity:1.5422;transform:translate(81.3247vw,-10px) scale(.3437);animation:fall-143 11s -28s linear infinite}@keyframes fall-143{78.47%{transform:translate(87.1815vw,78.47vh) scale(.3437)}to{transform:translate(84.2531vw,99vh) scale(.3437)}}.snow:nth-child(144){opacity:1.3268;transform:translate(98.0541vw,-10px) scale(.752);animation:fall-144 14s -24s linear infinite}@keyframes fall-144{71.916%{transform:translate(107.9255vw,71.916vh) scale(.752)}to{transform:translate(102.9898vw,99vh) scale(.752)}}.snow:nth-child(145){opacity:1.869;transform:translate(71.6061vw,-10px) scale(.504);animation:fall-145 27s -26s linear infinite}@keyframes fall-145{42.579%{transform:translate(70.9035vw,42.579vh) scale(.504)}to{transform:translate(71.2548vw,99vh) scale(.504)}}.snow:nth-child(146){opacity:1.9528;transform:translate(64.231vw,-10px) scale(.7263);animation:fall-146 26s -4s linear infinite}@keyframes fall-146{54.636%{transform:translate(62.7864vw,54.636vh) scale(.7263)}to{transform:translate(63.5087vw,99vh) scale(.7263)}}.snow:nth-child(147){opacity:.9328;transform:translate(20.0849vw,-10px) scale(.0961);animation:fall-147 14s -8s linear infinite}@keyframes fall-147{42.601%{transform:translate(29.8599vw,42.601vh) scale(.0961)}to{transform:translate(24.9724vw,99vh) scale(.0961)}}.snow:nth-child(148){opacity:.9308;transform:translate(.8826vw,-10px) scale(.058);animation:fall-148 17s -29s linear infinite}@keyframes fall-148{77.721%{transform:translate(7.7207vw,77.721vh) scale(.058)}to{transform:translate(4.30165vw,99vh) scale(.058)}}.snow:nth-child(149){opacity:.5896;transform:translate(47.1296vw,-10px) scale(.3315);animation:fall-149 13s -10s linear infinite}@keyframes fall-149{33.227%{transform:translate(48.5117vw,33.227vh) scale(.3315)}to{transform:translate(47.82065vw,99vh) scale(.3315)}}.snow:nth-child(150){opacity:1.9878;transform:translate(7.6372vw,-10px) scale(.2326);animation:fall-150 11s -3s linear infinite}@keyframes fall-150{49.102%{transform:translate(8.7013vw,49.102vh) scale(.2326)}to{transform:translate(8.16925vw,99vh) scale(.2326)}}.snow:nth-child(151){opacity:.6126;transform:translate(86.0255vw,-10px) scale(.5854);animation:fall-151 22s -3s linear infinite}@keyframes fall-151{44.502%{transform:translate(90.0366vw,44.502vh) scale(.5854)}to{transform:translate(88.03105vw,99vh) scale(.5854)}}.snow:nth-child(152){opacity:1.8584;transform:translate(29.5035vw,-10px) scale(.6536);animation:fall-152 26s -10s linear infinite}@keyframes fall-152{75.923%{transform:translate(28.296vw,75.923vh) scale(.6536)}to{transform:translate(28.89975vw,99vh) scale(.6536)}}.snow:nth-child(153){opacity:1.7028;transform:translate(7.549vw,-10px) scale(.7853);animation:fall-153 11s -25s linear infinite}@keyframes fall-153{45.646%{transform:translate(4.1351vw,45.646vh) scale(.7853)}to{transform:translate(5.84205vw,99vh) scale(.7853)}}.snow:nth-child(154){opacity:.3146;transform:translate(20.191vw,-10px) scale(.0853);animation:fall-154 24s -6s linear infinite}@keyframes fall-154{69.265%{transform:translate(17.5352vw,69.265vh) scale(.0853)}to{transform:translate(18.8631vw,99vh) scale(.0853)}}.snow:nth-child(155){opacity:1.743;transform:translate(49.7773vw,-10px) scale(.7984);animation:fall-155 29s -7s linear infinite}@keyframes fall-155{67.703%{transform:translate(56.8153vw,67.703vh) scale(.7984)}to{transform:translate(53.2963vw,99vh) scale(.7984)}}.snow:nth-child(156){opacity:1.4096;transform:translate(23.884vw,-10px) scale(.9509);animation:fall-156 27s -16s linear infinite}@keyframes fall-156{58.882%{transform:translate(28.5502vw,58.882vh) scale(.9509)}to{transform:translate(26.2171vw,99vh) scale(.9509)}}.snow:nth-child(157){opacity:.7236;transform:translate(35.0631vw,-10px) scale(.4019);animation:fall-157 11s -24s linear infinite}@keyframes fall-157{53.085%{transform:translate(26.3252vw,53.085vh) scale(.4019)}to{transform:translate(30.69415vw,99vh) scale(.4019)}}.snow:nth-child(158){opacity:.0578;transform:translate(34.9018vw,-10px) scale(.3133);animation:fall-158 19s -12s linear infinite}@keyframes fall-158{67.015%{transform:translate(39.1724vw,67.015vh) scale(.3133)}to{transform:translate(37.0371vw,99vh) scale(.3133)}}.snow:nth-child(159){opacity:.7258;transform:translate(16.2335vw,-10px) scale(.6627);animation:fall-159 23s -17s linear infinite}@keyframes fall-159{71.774%{transform:translate(17.8429vw,71.774vh) scale(.6627)}to{transform:translate(17.0382vw,99vh) scale(.6627)}}.snow:nth-child(160){opacity:.2076;transform:translate(28.8641vw,-10px) scale(.3637);animation:fall-160 13s -28s linear infinite}@keyframes fall-160{66.442%{transform:translate(36.6955vw,66.442vh) scale(.3637)}to{transform:translate(32.7798vw,99vh) scale(.3637)}}.snow:nth-child(161){opacity:1.3418;transform:translate(44.4299vw,-10px) scale(.0991);animation:fall-161 18s -2s linear infinite}@keyframes fall-161{70.212%{transform:translate(36.8037vw,70.212vh) scale(.0991)}to{transform:translate(40.6168vw,99vh) scale(.0991)}}.snow:nth-child(162){opacity:1.8588;transform:translate(87.6981vw,-10px) scale(.1357);animation:fall-162 25s -16s linear infinite}@keyframes fall-162{38.297%{transform:translate(83.6396vw,38.297vh) scale(.1357)}to{transform:translate(85.66885vw,99vh) scale(.1357)}}.snow:nth-child(163){opacity:.2586;transform:translate(42.1074vw,-10px) scale(.2054);animation:fall-163 30s -22s linear infinite}@keyframes fall-163{49.75%{transform:translate(48.706vw,49.75vh) scale(.2054)}to{transform:translate(45.4067vw,99vh) scale(.2054)}}.snow:nth-child(164){opacity:.4512;transform:translate(88.4837vw,-10px) scale(.922);animation:fall-164 29s -26s linear infinite}@keyframes fall-164{32.556%{transform:translate(94.3131vw,32.556vh) scale(.922)}to{transform:translate(91.3984vw,99vh) scale(.922)}}.snow:nth-child(165){opacity:.8614;transform:translate(65.3404vw,-10px) scale(.9407);animation:fall-165 14s -3s linear infinite}@keyframes fall-165{30.957%{transform:translate(61.1055vw,30.957vh) scale(.9407)}to{transform:translate(63.22295vw,99vh) scale(.9407)}}.snow:nth-child(166){opacity:.4618;transform:translate(87.0819vw,-10px) scale(.5486);animation:fall-166 29s -27s linear infinite}@keyframes fall-166{31.379%{transform:translate(80.4541vw,31.379vh) scale(.5486)}to{transform:translate(83.768vw,99vh) scale(.5486)}}.snow:nth-child(167){opacity:.5084;transform:translate(81.6735vw,-10px) scale(.3013);animation:fall-167 10s -30s linear infinite}@keyframes fall-167{32.436%{transform:translate(91.6522vw,32.436vh) scale(.3013)}to{transform:translate(86.66285vw,99vh) scale(.3013)}}.snow:nth-child(168){opacity:1.244;transform:translate(55.2106vw,-10px) scale(.4241);animation:fall-168 11s -30s linear infinite}@keyframes fall-168{36.002%{transform:translate(53.7944vw,36.002vh) scale(.4241)}to{transform:translate(54.5025vw,99vh) scale(.4241)}}.snow:nth-child(169){opacity:1.3632;transform:translate(39.7629vw,-10px) scale(.168);animation:fall-169 18s -8s linear infinite}@keyframes fall-169{33.152%{transform:translate(39.6992vw,33.152vh) scale(.168)}to{transform:translate(39.73105vw,99vh) scale(.168)}}.snow:nth-child(170){opacity:1.313;transform:translate(38.6678vw,-10px) scale(.871);animation:fall-170 26s -18s linear infinite}@keyframes fall-170{38.67%{transform:translate(45.7779vw,38.67vh) scale(.871)}to{transform:translate(42.22285vw,99vh) scale(.871)}}.snow:nth-child(171){opacity:.47;transform:translate(93.0056vw,-10px) scale(.9181);animation:fall-171 13s -25s linear infinite}@keyframes fall-171{74.809%{transform:translate(90.6773vw,74.809vh) scale(.9181)}to{transform:translate(91.84145vw,99vh) scale(.9181)}}.snow:nth-child(172){opacity:1.1356;transform:translate(75.5675vw,-10px) scale(.4798);animation:fall-172 11s -15s linear infinite}@keyframes fall-172{57.481%{transform:translate(80.5154vw,57.481vh) scale(.4798)}to{transform:translate(78.04145vw,99vh) scale(.4798)}}.snow:nth-child(173){opacity:.1898;transform:translate(33.4308vw,-10px) scale(.3818);animation:fall-173 17s -26s linear infinite}@keyframes fall-173{39.12%{transform:translate(34.3642vw,39.12vh) scale(.3818)}to{transform:translate(33.8975vw,99vh) scale(.3818)}}.snow:nth-child(174){opacity:1.5356;transform:translate(17.2658vw,-10px) scale(.2668);animation:fall-174 11s -3s linear infinite}@keyframes fall-174{43.857%{transform:translate(8.5752vw,43.857vh) scale(.2668)}to{transform:translate(12.9205vw,99vh) scale(.2668)}}.snow:nth-child(175){opacity:1.517;transform:translate(17.7251vw,-10px) scale(.3096);animation:fall-175 14s -3s linear infinite}@keyframes fall-175{57.488%{transform:translate(13.202vw,57.488vh) scale(.3096)}to{transform:translate(15.46355vw,99vh) scale(.3096)}}.snow:nth-child(176){opacity:1.5024;transform:translate(38.3207vw,-10px) scale(.5624);animation:fall-176 26s -14s linear infinite}@keyframes fall-176{62.845%{transform:translate(43.3508vw,62.845vh) scale(.5624)}to{transform:translate(40.83575vw,99vh) scale(.5624)}}.snow:nth-child(177){opacity:.2618;transform:translate(48.2256vw,-10px) scale(.9611);animation:fall-177 21s -25s linear infinite}@keyframes fall-177{41.325%{transform:translate(57.0297vw,41.325vh) scale(.9611)}to{transform:translate(52.62765vw,99vh) scale(.9611)}}.snow:nth-child(178){opacity:.929;transform:translate(26.6441vw,-10px) scale(.7347);animation:fall-178 24s -5s linear infinite}@keyframes fall-178{36.16%{transform:translate(16.838vw,36.16vh) scale(.7347)}to{transform:translate(21.74105vw,99vh) scale(.7347)}}.snow:nth-child(179){opacity:1.2188;transform:translate(63.2025vw,-10px) scale(.2328);animation:fall-179 26s -26s linear infinite}@keyframes fall-179{74.371%{transform:translate(59.1061vw,74.371vh) scale(.2328)}to{transform:translate(61.1543vw,99vh) scale(.2328)}}.snow:nth-child(180){opacity:.9854;transform:translate(53.5899vw,-10px) scale(.8938);animation:fall-180 29s -30s linear infinite}@keyframes fall-180{72.868%{transform:translate(46.5672vw,72.868vh) scale(.8938)}to{transform:translate(50.07855vw,99vh) scale(.8938)}}.snow:nth-child(181){opacity:.3742;transform:translate(69.6197vw,-10px) scale(.5755);animation:fall-181 22s -24s linear infinite}@keyframes fall-181{69.15%{transform:translate(63.9614vw,69.15vh) scale(.5755)}to{transform:translate(66.79055vw,99vh) scale(.5755)}}.snow:nth-child(182){opacity:.3858;transform:translate(52.306vw,-10px) scale(.7842);animation:fall-182 19s -20s linear infinite}@keyframes fall-182{71.961%{transform:translate(54.5327vw,71.961vh) scale(.7842)}to{transform:translate(53.41935vw,99vh) scale(.7842)}}.snow:nth-child(183){opacity:.0768;transform:translate(68.5894vw,-10px) scale(.9064);animation:fall-183 26s -27s linear infinite}@keyframes fall-183{38.476%{transform:translate(64.2375vw,38.476vh) scale(.9064)}to{transform:translate(66.41345vw,99vh) scale(.9064)}}.snow:nth-child(184){opacity:1.0142;transform:translate(55.9466vw,-10px) scale(.5068);animation:fall-184 28s -8s linear infinite}@keyframes fall-184{70.453%{transform:translate(64.6078vw,70.453vh) scale(.5068)}to{transform:translate(60.2772vw,99vh) scale(.5068)}}.snow:nth-child(185){opacity:1.3466;transform:translate(1.9086vw,-10px) scale(.3947);animation:fall-185 18s -18s linear infinite}@keyframes fall-185{32.62%{transform:translate(7.2958vw,32.62vh) scale(.3947)}to{transform:translate(4.6022vw,99vh) scale(.3947)}}.snow:nth-child(186){opacity:.7452;transform:translate(63.5164vw,-10px) scale(.4658);animation:fall-186 29s -1s linear infinite}@keyframes fall-186{62.997%{transform:translate(56.869vw,62.997vh) scale(.4658)}to{transform:translate(60.1927vw,99vh) scale(.4658)}}.snow:nth-child(187){opacity:1.3994;transform:translate(51.3641vw,-10px) scale(.588);animation:fall-187 10s -14s linear infinite}@keyframes fall-187{36.716%{transform:translate(52.574vw,36.716vh) scale(.588)}to{transform:translate(51.96905vw,99vh) scale(.588)}}.snow:nth-child(188){opacity:1.4546;transform:translate(80.7094vw,-10px) scale(.0822);animation:fall-188 19s -24s linear infinite}@keyframes fall-188{75.621%{transform:translate(88.4909vw,75.621vh) scale(.0822)}to{transform:translate(84.60015vw,99vh) scale(.0822)}}.snow:nth-child(189){opacity:1.7064;transform:translate(10.1498vw,-10px) scale(.3294);animation:fall-189 30s -13s linear infinite}@keyframes fall-189{61.196%{transform:translate(15.3981vw,61.196vh) scale(.3294)}to{transform:translate(12.77395vw,99vh) scale(.3294)}}.snow:nth-child(190){opacity:.5004;transform:translate(7.9166vw,-10px) scale(.2002);animation:fall-190 18s -3s linear infinite}@keyframes fall-190{64.897%{transform:translate(.427vw,64.897vh) scale(.2002)}to{transform:translate(4.1718vw,99vh) scale(.2002)}}.snow:nth-child(191){opacity:.6482;transform:translate(11.627vw,-10px) scale(.8131);animation:fall-191 12s -26s linear infinite}@keyframes fall-191{74.962%{transform:translate(16.8988vw,74.962vh) scale(.8131)}to{transform:translate(14.2629vw,99vh) scale(.8131)}}.snow:nth-child(192){opacity:1.7278;transform:translate(61.8701vw,-10px) scale(.7841);animation:fall-192 15s -19s linear infinite}@keyframes fall-192{31.446%{transform:translate(52.3726vw,31.446vh) scale(.7841)}to{transform:translate(57.12135vw,99vh) scale(.7841)}}.snow:nth-child(193){opacity:1.5906;transform:translate(68.9453vw,-10px) scale(.4341);animation:fall-193 30s -8s linear infinite}@keyframes fall-193{61.698%{transform:translate(74.6536vw,61.698vh) scale(.4341)}to{transform:translate(71.79945vw,99vh) scale(.4341)}}.snow:nth-child(194){opacity:1.359;transform:translate(.2854vw,-10px) scale(.5769);animation:fall-194 30s -20s linear infinite}@keyframes fall-194{54.747%{transform:translate(6.4971vw,54.747vh) scale(.5769)}to{transform:translate(3.39125vw,99vh) scale(.5769)}}.snow:nth-child(195){opacity:.188;transform:translate(33.7872vw,-10px) scale(.503);animation:fall-195 22s -11s linear infinite}@keyframes fall-195{54.935%{transform:translate(38.5653vw,54.935vh) scale(.503)}to{transform:translate(36.17625vw,99vh) scale(.503)}}.snow:nth-child(196){opacity:.083;transform:translate(79.3913vw,-10px) scale(.1206);animation:fall-196 15s -8s linear infinite}@keyframes fall-196{30.084%{transform:translate(79.1568vw,30.084vh) scale(.1206)}to{transform:translate(79.27405vw,99vh) scale(.1206)}}.snow:nth-child(197){opacity:1.9358;transform:translate(91.3722vw,-10px) scale(.4384);animation:fall-197 25s -3s linear infinite}@keyframes fall-197{64.258%{transform:translate(94.5959vw,64.258vh) scale(.4384)}to{transform:translate(92.98405vw,99vh) scale(.4384)}}.snow:nth-child(198){opacity:.1644;transform:translate(46.9435vw,-10px) scale(.0402);animation:fall-198 17s -11s linear infinite}@keyframes fall-198{69.463%{transform:translate(48.2398vw,69.463vh) scale(.0402)}to{transform:translate(47.59165vw,99vh) scale(.0402)}}.snow:nth-child(199){opacity:.5856;transform:translate(38.3884vw,-10px) scale(.5798);animation:fall-199 14s -6s linear infinite}@keyframes fall-199{41.432%{transform:translate(29.4739vw,41.432vh) scale(.5798)}to{transform:translate(33.93115vw,99vh) scale(.5798)}}.snow:nth-child(200){opacity:.6562;transform:translate(73.2037vw,-10px) scale(.2658);animation:fall-200 29s -29s linear infinite}@keyframes fall-200{58.014%{transform:translate(66.1116vw,58.014vh) scale(.2658)}to{transform:translate(69.65765vw,99vh) scale(.2658)}}.snow:nth-child(201){opacity:.6334;transform:translate(74.8603vw,-10px) scale(.3563);animation:fall-201 16s -19s linear infinite}@keyframes fall-201{73.047%{transform:translate(78.4705vw,73.047vh) scale(.3563)}to{transform:translate(76.6654vw,99vh) scale(.3563)}}.snow:nth-child(202){opacity:.1906;transform:translate(99.9544vw,-10px) scale(.0006);animation:fall-202 27s -21s linear infinite}@keyframes fall-202{65.948%{transform:translate(103.959vw,65.948vh) scale(.0006)}to{transform:translate(101.9567vw,99vh) scale(.0006)}}.snow:nth-child(203){opacity:.7514;transform:translate(53.2408vw,-10px) scale(.6316);animation:fall-203 26s -9s linear infinite}@keyframes fall-203{69.975%{transform:translate(53.0849vw,69.975vh) scale(.6316)}to{transform:translate(53.16285vw,99vh) scale(.6316)}}.snow:nth-child(204){opacity:.776;transform:translate(59.5031vw,-10px) scale(.9018);animation:fall-204 28s -27s linear infinite}@keyframes fall-204{47.113%{transform:translate(63.8752vw,47.113vh) scale(.9018)}to{transform:translate(61.68915vw,99vh) scale(.9018)}}.snow:nth-child(205){opacity:.7104;transform:translate(20.7392vw,-10px) scale(.4044);animation:fall-205 11s -15s linear infinite}@keyframes fall-205{47.208%{transform:translate(12.5143vw,47.208vh) scale(.4044)}to{transform:translate(16.62675vw,99vh) scale(.4044)}}.snow:nth-child(206){opacity:.7136;transform:translate(9.1374vw,-10px) scale(.861);animation:fall-206 18s -22s linear infinite}@keyframes fall-206{73.491%{transform:translate(10.4744vw,73.491vh) scale(.861)}to{transform:translate(9.8059vw,99vh) scale(.861)}}.snow:nth-child(207){opacity:1.3444;transform:translate(70.2973vw,-10px) scale(.5045);animation:fall-207 15s -19s linear infinite}@keyframes fall-207{51.119%{transform:translate(69.5966vw,51.119vh) scale(.5045)}to{transform:translate(69.94695vw,99vh) scale(.5045)}}.snow:nth-child(208){opacity:.057;transform:translate(51.5731vw,-10px) scale(.1788);animation:fall-208 24s -15s linear infinite}@keyframes fall-208{39.501%{transform:translate(43.2823vw,39.501vh) scale(.1788)}to{transform:translate(47.4277vw,99vh) scale(.1788)}}.snow:nth-child(209){opacity:.14;transform:translate(69.6273vw,-10px) scale(.0878);animation:fall-209 20s -14s linear infinite}@keyframes fall-209{31.607%{transform:translate(78.5301vw,31.607vh) scale(.0878)}to{transform:translate(74.0787vw,99vh) scale(.0878)}}.snow:nth-child(210){opacity:1.9726;transform:translate(45.5494vw,-10px) scale(.3893);animation:fall-210 13s -19s linear infinite}@keyframes fall-210{49.212%{transform:translate(43.6936vw,49.212vh) scale(.3893)}to{transform:translate(44.6215vw,99vh) scale(.3893)}}.snow:nth-child(211){opacity:.4968;transform:translate(60.1766vw,-10px) scale(.0635);animation:fall-211 29s -15s linear infinite}@keyframes fall-211{42.183%{transform:translate(61.1944vw,42.183vh) scale(.0635)}to{transform:translate(60.6855vw,99vh) scale(.0635)}}.snow:nth-child(212){opacity:.561;transform:translate(39.9948vw,-10px) scale(.9073);animation:fall-212 25s -3s linear infinite}@keyframes fall-212{48.499%{transform:translate(49.7317vw,48.499vh) scale(.9073)}to{transform:translate(44.86325vw,99vh) scale(.9073)}}.snow:nth-child(213){opacity:1.7528;transform:translate(76.2885vw,-10px) scale(.8911);animation:fall-213 22s -7s linear infinite}@keyframes fall-213{39.017%{transform:translate(70.9089vw,39.017vh) scale(.8911)}to{transform:translate(73.5987vw,99vh) scale(.8911)}}.snow:nth-child(214){opacity:.9114;transform:translate(81.1451vw,-10px) scale(.9657);animation:fall-214 14s -9s linear infinite}@keyframes fall-214{51.822%{transform:translate(72.5505vw,51.822vh) scale(.9657)}to{transform:translate(76.8478vw,99vh) scale(.9657)}}.snow:nth-child(215){opacity:.1136;transform:translate(68.6793vw,-10px) scale(.3245);animation:fall-215 30s -4s linear infinite}@keyframes fall-215{74.175%{transform:translate(69.7383vw,74.175vh) scale(.3245)}to{transform:translate(69.2088vw,99vh) scale(.3245)}}.snow:nth-child(216){opacity:.3996;transform:translate(26.8292vw,-10px) scale(.8132);animation:fall-216 15s -5s linear infinite}@keyframes fall-216{47.246%{transform:translate(23.2343vw,47.246vh) scale(.8132)}to{transform:translate(25.03175vw,99vh) scale(.8132)}}.snow:nth-child(217){opacity:.3634;transform:translate(2.1872vw,-10px) scale(.7152);animation:fall-217 23s -14s linear infinite}@keyframes fall-217{46.732%{transform:translate(-6.7961vw,46.732vh) scale(.7152)}to{transform:translate(-2.30445vw,99vh) scale(.7152)}}.snow:nth-child(218){opacity:.069;transform:translate(89.4793vw,-10px) scale(.1665);animation:fall-218 24s -12s linear infinite}@keyframes fall-218{51.459%{transform:translate(84.3932vw,51.459vh) scale(.1665)}to{transform:translate(86.93625vw,99vh) scale(.1665)}}.snow:nth-child(219){opacity:.042;transform:translate(77.0751vw,-10px) scale(.5453);animation:fall-219 20s -26s linear infinite}@keyframes fall-219{46.082%{transform:translate(71.9415vw,46.082vh) scale(.5453)}to{transform:translate(74.5083vw,99vh) scale(.5453)}}.snow:nth-child(220){opacity:.188;transform:translate(36.4651vw,-10px) scale(.9076);animation:fall-220 19s -20s linear infinite}@keyframes fall-220{68.077%{transform:translate(46.397vw,68.077vh) scale(.9076)}to{transform:translate(41.43105vw,99vh) scale(.9076)}}.snow:nth-child(221){opacity:.247;transform:translate(49.8722vw,-10px) scale(.0471);animation:fall-221 19s -15s linear infinite}@keyframes fall-221{36.445%{transform:translate(47.0647vw,36.445vh) scale(.0471)}to{transform:translate(48.46845vw,99vh) scale(.0471)}}.snow:nth-child(222){opacity:1.034;transform:translate(16.57vw,-10px) scale(.8166);animation:fall-222 26s -28s linear infinite}@keyframes fall-222{37.387%{transform:translate(13.3853vw,37.387vh) scale(.8166)}to{transform:translate(14.97765vw,99vh) scale(.8166)}}.snow:nth-child(223){opacity:1.89;transform:translate(77.0719vw,-10px) scale(.0837);animation:fall-223 30s -22s linear infinite}@keyframes fall-223{41.047%{transform:translate(85.3585vw,41.047vh) scale(.0837)}to{transform:translate(81.2152vw,99vh) scale(.0837)}}.snow:nth-child(224){opacity:.0848;transform:translate(20.2566vw,-10px) scale(.046);animation:fall-224 27s -3s linear infinite}@keyframes fall-224{34.967%{transform:translate(13.77vw,34.967vh) scale(.046)}to{transform:translate(17.0133vw,99vh) scale(.046)}}.snow:nth-child(225){opacity:1.435;transform:translate(52.3198vw,-10px) scale(.7352);animation:fall-225 26s -30s linear infinite}@keyframes fall-225{47.869%{transform:translate(61.5894vw,47.869vh) scale(.7352)}to{transform:translate(56.9546vw,99vh) scale(.7352)}}.snow:nth-child(226){opacity:.8276;transform:translate(93.0025vw,-10px) scale(.3834);animation:fall-226 23s -28s linear infinite}@keyframes fall-226{66.861%{transform:translate(86.2309vw,66.861vh) scale(.3834)}to{transform:translate(89.6167vw,99vh) scale(.3834)}}.snow:nth-child(227){opacity:1.5398;transform:translate(35.9088vw,-10px) scale(.0357);animation:fall-227 16s -21s linear infinite}@keyframes fall-227{62.485%{transform:translate(38.2297vw,62.485vh) scale(.0357)}to{transform:translate(37.06925vw,99vh) scale(.0357)}}.snow:nth-child(228){opacity:.4022;transform:translate(16.0051vw,-10px) scale(.76);animation:fall-228 28s -4s linear infinite}@keyframes fall-228{33.812%{transform:translate(15.3396vw,33.812vh) scale(.76)}to{transform:translate(15.67235vw,99vh) scale(.76)}}.snow:nth-child(229){opacity:.1378;transform:translate(79.1012vw,-10px) scale(.6272);animation:fall-229 30s -14s linear infinite}@keyframes fall-229{49.035%{transform:translate(72.5937vw,49.035vh) scale(.6272)}to{transform:translate(75.84745vw,99vh) scale(.6272)}}.snow:nth-child(230){opacity:1.8244;transform:translate(89.8823vw,-10px) scale(.26);animation:fall-230 14s -20s linear infinite}@keyframes fall-230{63.96%{transform:translate(88.6816vw,63.96vh) scale(.26)}to{transform:translate(89.28195vw,99vh) scale(.26)}}.snow:nth-child(231){opacity:1.6802;transform:translate(78.1424vw,-10px) scale(.2142);animation:fall-231 24s -26s linear infinite}@keyframes fall-231{60.126%{transform:translate(76.0079vw,60.126vh) scale(.2142)}to{transform:translate(77.07515vw,99vh) scale(.2142)}}.snow:nth-child(232){opacity:.7484;transform:translate(74.8831vw,-10px) scale(.5083);animation:fall-232 29s -5s linear infinite}@keyframes fall-232{60.756%{transform:translate(69.8227vw,60.756vh) scale(.5083)}to{transform:translate(72.3529vw,99vh) scale(.5083)}}.snow:nth-child(233){opacity:1.2926;transform:translate(51.0648vw,-10px) scale(.0404);animation:fall-233 20s -8s linear infinite}@keyframes fall-233{69.759%{transform:translate(41.8332vw,69.759vh) scale(.0404)}to{transform:translate(46.449vw,99vh) scale(.0404)}}.snow:nth-child(234){opacity:1.8184;transform:translate(51.108vw,-10px) scale(.4488);animation:fall-234 26s -14s linear infinite}@keyframes fall-234{70.643%{transform:translate(44.069vw,70.643vh) scale(.4488)}to{transform:translate(47.5885vw,99vh) scale(.4488)}}.snow:nth-child(235){opacity:1.3014;transform:translate(55.1839vw,-10px) scale(.2068);animation:fall-235 29s -15s linear infinite}@keyframes fall-235{54.275%{transform:translate(54.8098vw,54.275vh) scale(.2068)}to{transform:translate(54.99685vw,99vh) scale(.2068)}}.snow:nth-child(236){opacity:1.2542;transform:translate(45.733vw,-10px) scale(.1313);animation:fall-236 26s -23s linear infinite}@keyframes fall-236{35.027%{transform:translate(50.5347vw,35.027vh) scale(.1313)}to{transform:translate(48.13385vw,99vh) scale(.1313)}}.snow:nth-child(237){opacity:1.116;transform:translate(17.8122vw,-10px) scale(.7615);animation:fall-237 10s -13s linear infinite}@keyframes fall-237{63.205%{transform:translate(20.7186vw,63.205vh) scale(.7615)}to{transform:translate(19.2654vw,99vh) scale(.7615)}}.snow:nth-child(238){opacity:.0186;transform:translate(37.5901vw,-10px) scale(.4888);animation:fall-238 22s -21s linear infinite}@keyframes fall-238{65.463%{transform:translate(33.6084vw,65.463vh) scale(.4888)}to{transform:translate(35.59925vw,99vh) scale(.4888)}}.snow:nth-child(239){opacity:1.8046;transform:translate(5.9244vw,-10px) scale(.4109);animation:fall-239 30s -15s linear infinite}@keyframes fall-239{62.346%{transform:translate(-1.5037vw,62.346vh) scale(.4109)}to{transform:translate(2.21035vw,99vh) scale(.4109)}}.snow:nth-child(240){opacity:.4924;transform:translate(36.0681vw,-10px) scale(.8407);animation:fall-240 28s -3s linear infinite}@keyframes fall-240{61.111%{transform:translate(37.2979vw,61.111vh) scale(.8407)}to{transform:translate(36.683vw,99vh) scale(.8407)}}.snow:nth-child(241){opacity:1.7814;transform:translate(5.5776vw,-10px) scale(.7279);animation:fall-241 16s -1s linear infinite}@keyframes fall-241{62.05%{transform:translate(9.2996vw,62.05vh) scale(.7279)}to{transform:translate(7.4386vw,99vh) scale(.7279)}}.snow:nth-child(242){opacity:1.8146;transform:translate(27.3606vw,-10px) scale(.0001);animation:fall-242 26s -24s linear infinite}@keyframes fall-242{42.918%{transform:translate(28.1191vw,42.918vh) scale(.0001)}to{transform:translate(27.73985vw,99vh) scale(.0001)}}.snow:nth-child(243){opacity:1.8464;transform:translate(57.7317vw,-10px) scale(.9436);animation:fall-243 30s -22s linear infinite}@keyframes fall-243{51.33%{transform:translate(65.2812vw,51.33vh) scale(.9436)}to{transform:translate(61.50645vw,99vh) scale(.9436)}}.snow:nth-child(244){opacity:1.0294;transform:translate(42.6163vw,-10px) scale(.4715);animation:fall-244 25s -21s linear infinite}@keyframes fall-244{55.341%{transform:translate(49.0588vw,55.341vh) scale(.4715)}to{transform:translate(45.83755vw,99vh) scale(.4715)}}.snow:nth-child(245){opacity:1.3292;transform:translate(42.8877vw,-10px) scale(.2177);animation:fall-245 14s -4s linear infinite}@keyframes fall-245{54.855%{transform:translate(46.33vw,54.855vh) scale(.2177)}to{transform:translate(44.60885vw,99vh) scale(.2177)}}.snow:nth-child(246){opacity:1.809;transform:translate(13.3278vw,-10px) scale(.0263);animation:fall-246 17s -28s linear infinite}@keyframes fall-246{43.323%{transform:translate(13.1689vw,43.323vh) scale(.0263)}to{transform:translate(13.24835vw,99vh) scale(.0263)}}.snow:nth-child(247){opacity:1.0356;transform:translate(87.5203vw,-10px) scale(.608);animation:fall-247 12s -5s linear infinite}@keyframes fall-247{43.085%{transform:translate(93.7534vw,43.085vh) scale(.608)}to{transform:translate(90.63685vw,99vh) scale(.608)}}.snow:nth-child(248){opacity:.3326;transform:translate(52.4599vw,-10px) scale(.3474);animation:fall-248 10s -5s linear infinite}@keyframes fall-248{47.424%{transform:translate(56.0388vw,47.424vh) scale(.3474)}to{transform:translate(54.24935vw,99vh) scale(.3474)}}.snow:nth-child(249){opacity:1.393;transform:translate(75.7879vw,-10px) scale(.9436);animation:fall-249 21s -5s linear infinite}@keyframes fall-249{56.575%{transform:translate(85.0511vw,56.575vh) scale(.9436)}to{transform:translate(80.4195vw,99vh) scale(.9436)}}.snow:nth-child(250){opacity:.586;transform:translate(62.0101vw,-10px) scale(.8684);animation:fall-250 14s -15s linear infinite}@keyframes fall-250{77.12%{transform:translate(56.7227vw,77.12vh) scale(.8684)}to{transform:translate(59.3664vw,99vh) scale(.8684)}}.snow:nth-child(251){opacity:.7474;transform:translate(50.6446vw,-10px) scale(.9402);animation:fall-251 21s -24s linear infinite}@keyframes fall-251{68.592%{transform:translate(47.954vw,68.592vh) scale(.9402)}to{transform:translate(49.2993vw,99vh) scale(.9402)}}.snow:nth-child(252){opacity:.0992;transform:translate(62.2945vw,-10px) scale(.3598);animation:fall-252 16s -13s linear infinite}@keyframes fall-252{60.877%{transform:translate(71.6466vw,60.877vh) scale(.3598)}to{transform:translate(66.97055vw,99vh) scale(.3598)}}.snow:nth-child(253){opacity:1.6328;transform:translate(4.864vw,-10px) scale(.6241);animation:fall-253 14s -7s linear infinite}@keyframes fall-253{59.215%{transform:translate(-1.3642vw,59.215vh) scale(.6241)}to{transform:translate(1.7499vw,99vh) scale(.6241)}}.snow:nth-child(254){opacity:.6974;transform:translate(25.3815vw,-10px) scale(.4551);animation:fall-254 12s -27s linear infinite}@keyframes fall-254{70.847%{transform:translate(22.128vw,70.847vh) scale(.4551)}to{transform:translate(23.75475vw,99vh) scale(.4551)}}.snow:nth-child(255){opacity:.9508;transform:translate(86.4869vw,-10px) scale(.8007);animation:fall-255 29s -10s linear infinite}@keyframes fall-255{33.322%{transform:translate(84.3075vw,33.322vh) scale(.8007)}to{transform:translate(85.3972vw,99vh) scale(.8007)}}.snow:nth-child(256){opacity:1.7116;transform:translate(99.4294vw,-10px) scale(.3959);animation:fall-256 17s -27s linear infinite}@keyframes fall-256{43.994%{transform:translate(92.6583vw,43.994vh) scale(.3959)}to{transform:translate(96.04385vw,99vh) scale(.3959)}}.snow:nth-child(257){opacity:1.2552;transform:translate(48.1863vw,-10px) scale(.5151);animation:fall-257 22s -27s linear infinite}@keyframes fall-257{33.759%{transform:translate(52.7507vw,33.759vh) scale(.5151)}to{transform:translate(50.4685vw,99vh) scale(.5151)}}.snow:nth-child(258){opacity:1.399;transform:translate(56.0467vw,-10px) scale(.088);animation:fall-258 23s -30s linear infinite}@keyframes fall-258{48.758%{transform:translate(60.9133vw,48.758vh) scale(.088)}to{transform:translate(58.48vw,99vh) scale(.088)}}.snow:nth-child(259){opacity:.5914;transform:translate(16.6994vw,-10px) scale(.381);animation:fall-259 27s -29s linear infinite}@keyframes fall-259{68.933%{transform:translate(16.8141vw,68.933vh) scale(.381)}to{transform:translate(16.75675vw,99vh) scale(.381)}}.snow:nth-child(260){opacity:.1256;transform:translate(77.8883vw,-10px) scale(.3632);animation:fall-260 11s -10s linear infinite}@keyframes fall-260{37.275%{transform:translate(78.7518vw,37.275vh) scale(.3632)}to{transform:translate(78.32005vw,99vh) scale(.3632)}}.snow:nth-child(261){opacity:.9774;transform:translate(66.871vw,-10px) scale(.3376);animation:fall-261 28s -9s linear infinite}@keyframes fall-261{40.258%{transform:translate(67.8348vw,40.258vh) scale(.3376)}to{transform:translate(67.3529vw,99vh) scale(.3376)}}.snow:nth-child(262){opacity:1.2122;transform:translate(63.7488vw,-10px) scale(.418);animation:fall-262 26s -15s linear infinite}@keyframes fall-262{70.441%{transform:translate(54.6904vw,70.441vh) scale(.418)}to{transform:translate(59.2196vw,99vh) scale(.418)}}.snow:nth-child(263){opacity:1.1776;transform:translate(98.1581vw,-10px) scale(.1221);animation:fall-263 17s -11s linear infinite}@keyframes fall-263{71.155%{transform:translate(100.7435vw,71.155vh) scale(.1221)}to{transform:translate(99.4508vw,99vh) scale(.1221)}}.snow:nth-child(264){opacity:1.555;transform:translate(26.2242vw,-10px) scale(.1124);animation:fall-264 19s -8s linear infinite}@keyframes fall-264{74.322%{transform:translate(24.2888vw,74.322vh) scale(.1124)}to{transform:translate(25.2565vw,99vh) scale(.1124)}}.snow:nth-child(265){opacity:.2866;transform:translate(97.6837vw,-10px) scale(.1377);animation:fall-265 22s -11s linear infinite}@keyframes fall-265{36.283%{transform:translate(106.6302vw,36.283vh) scale(.1377)}to{transform:translate(102.15695vw,99vh) scale(.1377)}}.snow:nth-child(266){opacity:.0648;transform:translate(19.0508vw,-10px) scale(.711);animation:fall-266 22s -6s linear infinite}@keyframes fall-266{69.147%{transform:translate(12.899vw,69.147vh) scale(.711)}to{transform:translate(15.9749vw,99vh) scale(.711)}}.snow:nth-child(267){opacity:.0682;transform:translate(95.2109vw,-10px) scale(.9853);animation:fall-267 23s -26s linear infinite}@keyframes fall-267{65.433%{transform:translate(88.1161vw,65.433vh) scale(.9853)}to{transform:translate(91.6635vw,99vh) scale(.9853)}}.snow:nth-child(268){opacity:.7886;transform:translate(79.5479vw,-10px) scale(.934);animation:fall-268 22s -20s linear infinite}@keyframes fall-268{69.935%{transform:translate(84.6334vw,69.935vh) scale(.934)}to{transform:translate(82.09065vw,99vh) scale(.934)}}.snow:nth-child(269){opacity:.828;transform:translate(77.3008vw,-10px) scale(.4783);animation:fall-269 24s -11s linear infinite}@keyframes fall-269{72.471%{transform:translate(79.4628vw,72.471vh) scale(.4783)}to{transform:translate(78.3818vw,99vh) scale(.4783)}}.snow:nth-child(270){opacity:.8582;transform:translate(34.6604vw,-10px) scale(.2277);animation:fall-270 11s -12s linear infinite}@keyframes fall-270{30.615%{transform:translate(29.6906vw,30.615vh) scale(.2277)}to{transform:translate(32.1755vw,99vh) scale(.2277)}}.snow:nth-child(271){opacity:.4504;transform:translate(18.8106vw,-10px) scale(.6047);animation:fall-271 17s -10s linear infinite}@keyframes fall-271{62.609%{transform:translate(11.6285vw,62.609vh) scale(.6047)}to{transform:translate(15.21955vw,99vh) scale(.6047)}}.snow:nth-child(272){opacity:1.4914;transform:translate(4.1938vw,-10px) scale(.4733);animation:fall-272 24s -23s linear infinite}@keyframes fall-272{60.217%{transform:translate(4.0373vw,60.217vh) scale(.4733)}to{transform:translate(4.11555vw,99vh) scale(.4733)}}.snow:nth-child(273){opacity:1.7762;transform:translate(16.5856vw,-10px) scale(.2668);animation:fall-273 27s -12s linear infinite}@keyframes fall-273{31.273%{transform:translate(23.7653vw,31.273vh) scale(.2668)}to{transform:translate(20.17545vw,99vh) scale(.2668)}}.snow:nth-child(274){opacity:.7182;transform:translate(4.8107vw,-10px) scale(.1484);animation:fall-274 12s -21s linear infinite}@keyframes fall-274{40.317%{transform:translate(5.4009vw,40.317vh) scale(.1484)}to{transform:translate(5.1058vw,99vh) scale(.1484)}}.snow:nth-child(275){opacity:1.2856;transform:translate(5.729vw,-10px) scale(.9579);animation:fall-275 25s -21s linear infinite}@keyframes fall-275{68.129%{transform:translate(9.4687vw,68.129vh) scale(.9579)}to{transform:translate(7.59885vw,99vh) scale(.9579)}}.snow:nth-child(276){opacity:.7874;transform:translate(50.9446vw,-10px) scale(.5697);animation:fall-276 20s -18s linear infinite}@keyframes fall-276{48.337%{transform:translate(49.0197vw,48.337vh) scale(.5697)}to{transform:translate(49.98215vw,99vh) scale(.5697)}}.snow:nth-child(277){opacity:1.3606;transform:translate(9.2487vw,-10px) scale(.2313);animation:fall-277 23s -16s linear infinite}@keyframes fall-277{59.752%{transform:translate(4.6344vw,59.752vh) scale(.2313)}to{transform:translate(6.94155vw,99vh) scale(.2313)}}.snow:nth-child(278){opacity:1.3432;transform:translate(61.4306vw,-10px) scale(.8848);animation:fall-278 17s -13s linear infinite}@keyframes fall-278{76.715%{transform:translate(64.3756vw,76.715vh) scale(.8848)}to{transform:translate(62.9031vw,99vh) scale(.8848)}}.snow:nth-child(279){opacity:.6928;transform:translate(26.082vw,-10px) scale(.2182);animation:fall-279 24s -19s linear infinite}@keyframes fall-279{66.333%{transform:translate(16.6089vw,66.333vh) scale(.2182)}to{transform:translate(21.34545vw,99vh) scale(.2182)}}.snow:nth-child(280){opacity:.049;transform:translate(84.6909vw,-10px) scale(.6419);animation:fall-280 13s -12s linear infinite}@keyframes fall-280{58.522%{transform:translate(89.5699vw,58.522vh) scale(.6419)}to{transform:translate(87.1304vw,99vh) scale(.6419)}}.snow:nth-child(281){opacity:1.1608;transform:translate(17.6241vw,-10px) scale(.4104);animation:fall-281 16s -19s linear infinite}@keyframes fall-281{60.655%{transform:translate(20.2625vw,60.655vh) scale(.4104)}to{transform:translate(18.9433vw,99vh) scale(.4104)}}.snow:nth-child(282){opacity:.7296;transform:translate(66.5751vw,-10px) scale(.7465);animation:fall-282 23s -14s linear infinite}@keyframes fall-282{32.765%{transform:translate(73.3077vw,32.765vh) scale(.7465)}to{transform:translate(69.9414vw,99vh) scale(.7465)}}.snow:nth-child(283){opacity:1.9464;transform:translate(60.6551vw,-10px) scale(.1681);animation:fall-283 10s -5s linear infinite}@keyframes fall-283{79.696%{transform:translate(62.3445vw,79.696vh) scale(.1681)}to{transform:translate(61.4998vw,99vh) scale(.1681)}}.snow:nth-child(284){opacity:.5322;transform:translate(45.7759vw,-10px) scale(.9213);animation:fall-284 28s -23s linear infinite}@keyframes fall-284{71.359%{transform:translate(52.7247vw,71.359vh) scale(.9213)}to{transform:translate(49.2503vw,99vh) scale(.9213)}}.snow:nth-child(285){opacity:.0728;transform:translate(24.9122vw,-10px) scale(.6397);animation:fall-285 16s -29s linear infinite}@keyframes fall-285{37.697%{transform:translate(18.1658vw,37.697vh) scale(.6397)}to{transform:translate(21.539vw,99vh) scale(.6397)}}.snow:nth-child(286){opacity:.7324;transform:translate(27.9812vw,-10px) scale(.9899);animation:fall-286 28s -22s linear infinite}@keyframes fall-286{59.927%{transform:translate(27.9896vw,59.927vh) scale(.9899)}to{transform:translate(27.9854vw,99vh) scale(.9899)}}.snow:nth-child(287){opacity:.1026;transform:translate(32.8926vw,-10px) scale(.2519);animation:fall-287 10s -23s linear infinite}@keyframes fall-287{50.894%{transform:translate(27.2749vw,50.894vh) scale(.2519)}to{transform:translate(30.08375vw,99vh) scale(.2519)}}.snow:nth-child(288){opacity:.7032;transform:translate(67.5386vw,-10px) scale(.5145);animation:fall-288 11s -10s linear infinite}@keyframes fall-288{56.521%{transform:translate(64.5719vw,56.521vh) scale(.5145)}to{transform:translate(66.05525vw,99vh) scale(.5145)}}.snow:nth-child(289){opacity:1.224;transform:translate(65.7821vw,-10px) scale(.4174);animation:fall-289 28s -23s linear infinite}@keyframes fall-289{68.551%{transform:translate(74.39vw,68.551vh) scale(.4174)}to{transform:translate(70.08605vw,99vh) scale(.4174)}}.snow:nth-child(290){opacity:.191;transform:translate(8.8055vw,-10px) scale(.0897);animation:fall-290 28s -27s linear infinite}@keyframes fall-290{67.678%{transform:translate(7.2144vw,67.678vh) scale(.0897)}to{transform:translate(8.00995vw,99vh) scale(.0897)}}.snow:nth-child(291){opacity:.8152;transform:translate(15.0939vw,-10px) scale(.3541);animation:fall-291 12s -17s linear infinite}@keyframes fall-291{48.149%{transform:translate(18.8773vw,48.149vh) scale(.3541)}to{transform:translate(16.9856vw,99vh) scale(.3541)}}.snow:nth-child(292){opacity:1.4914;transform:translate(48.0615vw,-10px) scale(.9232);animation:fall-292 25s -11s linear infinite}@keyframes fall-292{74.994%{transform:translate(55.6085vw,74.994vh) scale(.9232)}to{transform:translate(51.835vw,99vh) scale(.9232)}}.snow:nth-child(293){opacity:1.9766;transform:translate(71.9645vw,-10px) scale(.658);animation:fall-293 27s -16s linear infinite}@keyframes fall-293{59.474%{transform:translate(68.8167vw,59.474vh) scale(.658)}to{transform:translate(70.3906vw,99vh) scale(.658)}}.snow:nth-child(294){opacity:.1908;transform:translate(69.6428vw,-10px) scale(.8593);animation:fall-294 26s -5s linear infinite}@keyframes fall-294{64.802%{transform:translate(63.6975vw,64.802vh) scale(.8593)}to{transform:translate(66.67015vw,99vh) scale(.8593)}}.snow:nth-child(295){opacity:1.292;transform:translate(9.3461vw,-10px) scale(.6496);animation:fall-295 17s -17s linear infinite}@keyframes fall-295{41.891%{transform:translate(11.424vw,41.891vh) scale(.6496)}to{transform:translate(10.38505vw,99vh) scale(.6496)}}.snow:nth-child(296){opacity:.4792;transform:translate(96.7036vw,-10px) scale(.2856);animation:fall-296 11s -7s linear infinite}@keyframes fall-296{63.404%{transform:translate(94.7343vw,63.404vh) scale(.2856)}to{transform:translate(95.71895vw,99vh) scale(.2856)}}.snow:nth-child(297){opacity:.1448;transform:translate(59.991vw,-10px) scale(.6634);animation:fall-297 23s -9s linear infinite}@keyframes fall-297{32.587%{transform:translate(52.0291vw,32.587vh) scale(.6634)}to{transform:translate(56.01005vw,99vh) scale(.6634)}}.snow:nth-child(298){opacity:.7466;transform:translate(90.2658vw,-10px) scale(.9652);animation:fall-298 17s -30s linear infinite}@keyframes fall-298{36.742%{transform:translate(96.5693vw,36.742vh) scale(.9652)}to{transform:translate(93.41755vw,99vh) scale(.9652)}}.snow:nth-child(299){opacity:.1464;transform:translate(83.8312vw,-10px) scale(.6016);animation:fall-299 17s -30s linear infinite}@keyframes fall-299{45.525%{transform:translate(91.1498vw,45.525vh) scale(.6016)}to{transform:translate(87.4905vw,99vh) scale(.6016)}}.snow:nth-child(300){opacity:.1436;transform:translate(75.5561vw,-10px) scale(.9354);animation:fall-300 25s -14s linear infinite}@keyframes fall-300{32.534%{transform:translate(70.9101vw,32.534vh) scale(.9354)}to{transform:translate(73.2331vw,99vh) scale(.9354)}}.snow:nth-child(301){opacity:1.0244;transform:translate(92.5316vw,-10px) scale(.7244);animation:fall-301 13s -5s linear infinite}@keyframes fall-301{77.856%{transform:translate(95.2164vw,77.856vh) scale(.7244)}to{transform:translate(93.874vw,99vh) scale(.7244)}}.snow:nth-child(302){opacity:1.549;transform:translate(44.5424vw,-10px) scale(.523);animation:fall-302 15s -12s linear infinite}@keyframes fall-302{75.468%{transform:translate(39.9808vw,75.468vh) scale(.523)}to{transform:translate(42.2616vw,99vh) scale(.523)}}.snow:nth-child(303){opacity:1.4106;transform:translate(34.5309vw,-10px) scale(.265);animation:fall-303 23s -18s linear infinite}@keyframes fall-303{71.347%{transform:translate(38.4933vw,71.347vh) scale(.265)}to{transform:translate(36.5121vw,99vh) scale(.265)}}.snow:nth-child(304){opacity:.3596;transform:translate(41.1362vw,-10px) scale(.5065);animation:fall-304 30s -7s linear infinite}@keyframes fall-304{66.161%{transform:translate(33.1244vw,66.161vh) scale(.5065)}to{transform:translate(37.1303vw,99vh) scale(.5065)}}.snow:nth-child(305){opacity:.9684;transform:translate(65.8726vw,-10px) scale(.986);animation:fall-305 15s -20s linear infinite}@keyframes fall-305{39.083%{transform:translate(65.9975vw,39.083vh) scale(.986)}to{transform:translate(65.93505vw,99vh) scale(.986)}}.snow:nth-child(306){opacity:.1528;transform:translate(83.2882vw,-10px) scale(.1755);animation:fall-306 29s -16s linear infinite}@keyframes fall-306{63.858%{transform:translate(73.521vw,63.858vh) scale(.1755)}to{transform:translate(78.4046vw,99vh) scale(.1755)}}.snow:nth-child(307){opacity:1.1298;transform:translate(86.0858vw,-10px) scale(.8259);animation:fall-307 29s -24s linear infinite}@keyframes fall-307{65.009%{transform:translate(82.6592vw,65.009vh) scale(.8259)}to{transform:translate(84.3725vw,99vh) scale(.8259)}}.snow:nth-child(308){opacity:1.9074;transform:translate(97.2287vw,-10px) scale(.5018);animation:fall-308 16s -3s linear infinite}@keyframes fall-308{38.772%{transform:translate(104.2789vw,38.772vh) scale(.5018)}to{transform:translate(100.7538vw,99vh) scale(.5018)}}.snow:nth-child(309){opacity:1.3032;transform:translate(43.1941vw,-10px) scale(.1315);animation:fall-309 22s -5s linear infinite}@keyframes fall-309{35.56%{transform:translate(39.7014vw,35.56vh) scale(.1315)}to{transform:translate(41.44775vw,99vh) scale(.1315)}}.snow:nth-child(310){opacity:.5858;transform:translate(59.5594vw,-10px) scale(.6964);animation:fall-310 23s -11s linear infinite}@keyframes fall-310{61.559%{transform:translate(69.4565vw,61.559vh) scale(.6964)}to{transform:translate(64.50795vw,99vh) scale(.6964)}}.snow:nth-child(311){opacity:.5562;transform:translate(9.3292vw,-10px) scale(.7118);animation:fall-311 19s -4s linear infinite}@keyframes fall-311{30.426%{transform:translate(7.992vw,30.426vh) scale(.7118)}to{transform:translate(8.6606vw,99vh) scale(.7118)}}.snow:nth-child(312){opacity:1.0942;transform:translate(58.1557vw,-10px) scale(.3268);animation:fall-312 23s -16s linear infinite}@keyframes fall-312{31.25%{transform:translate(50.273vw,31.25vh) scale(.3268)}to{transform:translate(54.21435vw,99vh) scale(.3268)}}.snow:nth-child(313){opacity:.1348;transform:translate(45.1741vw,-10px) scale(.0244);animation:fall-313 21s -15s linear infinite}@keyframes fall-313{45.224%{transform:translate(53.8225vw,45.224vh) scale(.0244)}to{transform:translate(49.4983vw,99vh) scale(.0244)}}.snow:nth-child(314){opacity:.4526;transform:translate(27.7577vw,-10px) scale(.2181);animation:fall-314 20s -17s linear infinite}@keyframes fall-314{49.425%{transform:translate(33.7142vw,49.425vh) scale(.2181)}to{transform:translate(30.73595vw,99vh) scale(.2181)}}.snow:nth-child(315){opacity:1.8052;transform:translate(71.5761vw,-10px) scale(.1547);animation:fall-315 10s -30s linear infinite}@keyframes fall-315{41.888%{transform:translate(70.6808vw,41.888vh) scale(.1547)}to{transform:translate(71.12845vw,99vh) scale(.1547)}}.snow:nth-child(316){opacity:.0846;transform:translate(92.4344vw,-10px) scale(.3744);animation:fall-316 25s -13s linear infinite}@keyframes fall-316{67.525%{transform:translate(88.0051vw,67.525vh) scale(.3744)}to{transform:translate(90.21975vw,99vh) scale(.3744)}}.snow:nth-child(317){opacity:1.437;transform:translate(66.7287vw,-10px) scale(.0654);animation:fall-317 27s -10s linear infinite}@keyframes fall-317{30.555%{transform:translate(67.9166vw,30.555vh) scale(.0654)}to{transform:translate(67.32265vw,99vh) scale(.0654)}}.snow:nth-child(318){opacity:.5886;transform:translate(27.4056vw,-10px) scale(.1765);animation:fall-318 24s -29s linear infinite}@keyframes fall-318{71.195%{transform:translate(19.1441vw,71.195vh) scale(.1765)}to{transform:translate(23.27485vw,99vh) scale(.1765)}}.snow:nth-child(319){opacity:.6392;transform:translate(44.372vw,-10px) scale(.2747);animation:fall-319 30s -18s linear infinite}@keyframes fall-319{63.353%{transform:translate(53.9232vw,63.353vh) scale(.2747)}to{transform:translate(49.1476vw,99vh) scale(.2747)}}.snow:nth-child(320){opacity:.23;transform:translate(44.6976vw,-10px) scale(.4506);animation:fall-320 29s -18s linear infinite}@keyframes fall-320{65.692%{transform:translate(38.5809vw,65.692vh) scale(.4506)}to{transform:translate(41.63925vw,99vh) scale(.4506)}}.snow:nth-child(321){opacity:1.1744;transform:translate(30.5064vw,-10px) scale(.5169);animation:fall-321 20s -13s linear infinite}@keyframes fall-321{57.383%{transform:translate(33.5122vw,57.383vh) scale(.5169)}to{transform:translate(32.0093vw,99vh) scale(.5169)}}.snow:nth-child(322){opacity:1.0192;transform:translate(57.8084vw,-10px) scale(.7651);animation:fall-322 20s -20s linear infinite}@keyframes fall-322{53.112%{transform:translate(52.1539vw,53.112vh) scale(.7651)}to{transform:translate(54.98115vw,99vh) scale(.7651)}}.snow:nth-child(323){opacity:.6304;transform:translate(31.3233vw,-10px) scale(.0163);animation:fall-323 16s -12s linear infinite}@keyframes fall-323{41.309%{transform:translate(21.8557vw,41.309vh) scale(.0163)}to{transform:translate(26.5895vw,99vh) scale(.0163)}}.snow:nth-child(324){opacity:1.0424;transform:translate(64.4315vw,-10px) scale(.266);animation:fall-324 25s -8s linear infinite}@keyframes fall-324{31.076%{transform:translate(73.4671vw,31.076vh) scale(.266)}to{transform:translate(68.9493vw,99vh) scale(.266)}}.snow:nth-child(325){opacity:.9612;transform:translate(81.4497vw,-10px) scale(.5818);animation:fall-325 26s -16s linear infinite}@keyframes fall-325{68.765%{transform:translate(80.8599vw,68.765vh) scale(.5818)}to{transform:translate(81.1548vw,99vh) scale(.5818)}}.snow:nth-child(326){opacity:.732;transform:translate(42.3161vw,-10px) scale(.8746);animation:fall-326 26s -26s linear infinite}@keyframes fall-326{72.34%{transform:translate(51.7235vw,72.34vh) scale(.8746)}to{transform:translate(47.0198vw,99vh) scale(.8746)}}.snow:nth-child(327){opacity:.6016;transform:translate(2.5681vw,-10px) scale(.3319);animation:fall-327 12s -4s linear infinite}@keyframes fall-327{61.474%{transform:translate(3.9765vw,61.474vh) scale(.3319)}to{transform:translate(3.2723vw,99vh) scale(.3319)}}.snow:nth-child(328){opacity:1.3238;transform:translate(52.9819vw,-10px) scale(.8961);animation:fall-328 10s -27s linear infinite}@keyframes fall-328{30.409%{transform:translate(57.3512vw,30.409vh) scale(.8961)}to{transform:translate(55.16655vw,99vh) scale(.8961)}}.snow:nth-child(329){opacity:.8636;transform:translate(89.4178vw,-10px) scale(.673);animation:fall-329 18s -23s linear infinite}@keyframes fall-329{76.655%{transform:translate(89.3904vw,76.655vh) scale(.673)}to{transform:translate(89.4041vw,99vh) scale(.673)}}.snow:nth-child(330){opacity:.3134;transform:translate(16.7863vw,-10px) scale(.6435);animation:fall-330 20s -14s linear infinite}@keyframes fall-330{36.341%{transform:translate(20.3961vw,36.341vh) scale(.6435)}to{transform:translate(18.5912vw,99vh) scale(.6435)}}.snow:nth-child(331){opacity:1.8404;transform:translate(57.4587vw,-10px) scale(.072);animation:fall-331 12s -26s linear infinite}@keyframes fall-331{51.942%{transform:translate(67.4206vw,51.942vh) scale(.072)}to{transform:translate(62.43965vw,99vh) scale(.072)}}.snow:nth-child(332){opacity:1.2846;transform:translate(56.1724vw,-10px) scale(.1577);animation:fall-332 29s -28s linear infinite}@keyframes fall-332{48.569%{transform:translate(59.008vw,48.569vh) scale(.1577)}to{transform:translate(57.5902vw,99vh) scale(.1577)}}.snow:nth-child(333){opacity:.602;transform:translate(22.4934vw,-10px) scale(.3991);animation:fall-333 27s -15s linear infinite}@keyframes fall-333{68.355%{transform:translate(23.6055vw,68.355vh) scale(.3991)}to{transform:translate(23.04945vw,99vh) scale(.3991)}}.snow:nth-child(334){opacity:1.4066;transform:translate(34.8888vw,-10px) scale(.8249);animation:fall-334 23s -14s linear infinite}@keyframes fall-334{52.611%{transform:translate(40.5684vw,52.611vh) scale(.8249)}to{transform:translate(37.7286vw,99vh) scale(.8249)}}.snow:nth-child(335){opacity:.5796;transform:translate(49.2019vw,-10px) scale(.2092);animation:fall-335 10s -10s linear infinite}@keyframes fall-335{38.476%{transform:translate(41.3066vw,38.476vh) scale(.2092)}to{transform:translate(45.25425vw,99vh) scale(.2092)}}.snow:nth-child(336){opacity:.1278;transform:translate(11.5063vw,-10px) scale(.0948);animation:fall-336 14s -29s linear infinite}@keyframes fall-336{70.734%{transform:translate(18.0442vw,70.734vh) scale(.0948)}to{transform:translate(14.77525vw,99vh) scale(.0948)}}.snow:nth-child(337){opacity:.147;transform:translate(51.3173vw,-10px) scale(.1777);animation:fall-337 13s -20s linear infinite}@keyframes fall-337{51.292%{transform:translate(48.1144vw,51.292vh) scale(.1777)}to{transform:translate(49.71585vw,99vh) scale(.1777)}}.snow:nth-child(338){opacity:1.3828;transform:translate(58.6634vw,-10px) scale(.3152);animation:fall-338 12s -9s linear infinite}@keyframes fall-338{65.517%{transform:translate(53.7049vw,65.517vh) scale(.3152)}to{transform:translate(56.18415vw,99vh) scale(.3152)}}.snow:nth-child(339){opacity:1.3784;transform:translate(39.7974vw,-10px) scale(.7442);animation:fall-339 10s -15s linear infinite}@keyframes fall-339{72.296%{transform:translate(47.6828vw,72.296vh) scale(.7442)}to{transform:translate(43.7401vw,99vh) scale(.7442)}}.snow:nth-child(340){opacity:.233;transform:translate(66.0607vw,-10px) scale(.1742);animation:fall-340 10s -8s linear infinite}@keyframes fall-340{40.538%{transform:translate(74.8005vw,40.538vh) scale(.1742)}to{transform:translate(70.4306vw,99vh) scale(.1742)}}.snow:nth-child(341){opacity:1.2652;transform:translate(58.4628vw,-10px) scale(.7939);animation:fall-341 30s -3s linear infinite}@keyframes fall-341{38.012%{transform:translate(66.935vw,38.012vh) scale(.7939)}to{transform:translate(62.6989vw,99vh) scale(.7939)}}.snow:nth-child(342){opacity:1.6238;transform:translate(77.3745vw,-10px) scale(.6764);animation:fall-342 10s -17s linear infinite}@keyframes fall-342{63.52%{transform:translate(79.8641vw,63.52vh) scale(.6764)}to{transform:translate(78.6193vw,99vh) scale(.6764)}}.snow:nth-child(343){opacity:1.023;transform:translate(38.852vw,-10px) scale(.3544);animation:fall-343 27s -3s linear infinite}@keyframes fall-343{67.692%{transform:translate(30.6564vw,67.692vh) scale(.3544)}to{transform:translate(34.7542vw,99vh) scale(.3544)}}.snow:nth-child(344){opacity:.92;transform:translate(63.0928vw,-10px) scale(.5532);animation:fall-344 30s -22s linear infinite}@keyframes fall-344{79.187%{transform:translate(62.6895vw,79.187vh) scale(.5532)}to{transform:translate(62.89115vw,99vh) scale(.5532)}}.snow:nth-child(345){opacity:1.8212;transform:translate(27.3306vw,-10px) scale(.9883);animation:fall-345 25s -14s linear infinite}@keyframes fall-345{33.703%{transform:translate(33.311vw,33.703vh) scale(.9883)}to{transform:translate(30.3208vw,99vh) scale(.9883)}}.snow:nth-child(346){opacity:1.7054;transform:translate(81.9399vw,-10px) scale(.884);animation:fall-346 15s -26s linear infinite}@keyframes fall-346{77.878%{transform:translate(89.5106vw,77.878vh) scale(.884)}to{transform:translate(85.72525vw,99vh) scale(.884)}}.snow:nth-child(347){opacity:1.0202;transform:translate(73.3045vw,-10px) scale(.5512);animation:fall-347 14s -17s linear infinite}@keyframes fall-347{61.884%{transform:translate(71.6784vw,61.884vh) scale(.5512)}to{transform:translate(72.49145vw,99vh) scale(.5512)}}.snow:nth-child(348){opacity:1.9024;transform:translate(47.6647vw,-10px) scale(.8121);animation:fall-348 15s -10s linear infinite}@keyframes fall-348{60.608%{transform:translate(38.2074vw,60.608vh) scale(.8121)}to{transform:translate(42.93605vw,99vh) scale(.8121)}}.snow:nth-child(349){opacity:1.6646;transform:translate(15.5137vw,-10px) scale(.4888);animation:fall-349 30s -2s linear infinite}@keyframes fall-349{52.421%{transform:translate(9.0134vw,52.421vh) scale(.4888)}to{transform:translate(12.26355vw,99vh) scale(.4888)}}.snow:nth-child(350){opacity:.0048;transform:translate(2.0979vw,-10px) scale(.2719);animation:fall-350 20s -10s linear infinite}@keyframes fall-350{30.37%{transform:translate(11.6428vw,30.37vh) scale(.2719)}to{transform:translate(6.87035vw,99vh) scale(.2719)}}.snow:nth-child(351){opacity:1.8728;transform:translate(37.0624vw,-10px) scale(.8341);animation:fall-351 11s -22s linear infinite}@keyframes fall-351{59.53%{transform:translate(41.9267vw,59.53vh) scale(.8341)}to{transform:translate(39.49455vw,99vh) scale(.8341)}}.snow:nth-child(352){opacity:1.6124;transform:translate(22.1722vw,-10px) scale(.7274);animation:fall-352 29s -29s linear infinite}@keyframes fall-352{41.046%{transform:translate(13.4697vw,41.046vh) scale(.7274)}to{transform:translate(17.82095vw,99vh) scale(.7274)}}.snow:nth-child(353){opacity:1.2182;transform:translate(82.5307vw,-10px) scale(.9992);animation:fall-353 26s -11s linear infinite}@keyframes fall-353{73.285%{transform:translate(81.5821vw,73.285vh) scale(.9992)}to{transform:translate(82.0564vw,99vh) scale(.9992)}}.snow:nth-child(354){opacity:.752;transform:translate(55.3422vw,-10px) scale(.6397);animation:fall-354 15s -22s linear infinite}@keyframes fall-354{70.042%{transform:translate(57.0907vw,70.042vh) scale(.6397)}to{transform:translate(56.21645vw,99vh) scale(.6397)}}.snow:nth-child(355){opacity:.7974;transform:translate(21.0415vw,-10px) scale(.1491);animation:fall-355 27s -5s linear infinite}@keyframes fall-355{40.516%{transform:translate(11.6944vw,40.516vh) scale(.1491)}to{transform:translate(16.36795vw,99vh) scale(.1491)}}.snow:nth-child(356){opacity:1.2758;transform:translate(92.0008vw,-10px) scale(.5495);animation:fall-356 13s -10s linear infinite}@keyframes fall-356{79.082%{transform:translate(99.3628vw,79.082vh) scale(.5495)}to{transform:translate(95.6818vw,99vh) scale(.5495)}}.snow:nth-child(357){opacity:1.0936;transform:translate(66.7064vw,-10px) scale(.6303);animation:fall-357 22s -28s linear infinite}@keyframes fall-357{74.973%{transform:translate(57.5973vw,74.973vh) scale(.6303)}to{transform:translate(62.15185vw,99vh) scale(.6303)}}.snow:nth-child(358){opacity:.2884;transform:translate(45.2316vw,-10px) scale(.7932);animation:fall-358 29s -5s linear infinite}@keyframes fall-358{42.745%{transform:translate(46.4736vw,42.745vh) scale(.7932)}to{transform:translate(45.8526vw,99vh) scale(.7932)}}.snow:nth-child(359){opacity:.099;transform:translate(77.0826vw,-10px) scale(.9009);animation:fall-359 28s -6s linear infinite}@keyframes fall-359{32.948%{transform:translate(84.3161vw,32.948vh) scale(.9009)}to{transform:translate(80.69935vw,99vh) scale(.9009)}}.snow:nth-child(360){opacity:.6278;transform:translate(89.4454vw,-10px) scale(.3173);animation:fall-360 22s -13s linear infinite}@keyframes fall-360{57.662%{transform:translate(98.4885vw,57.662vh) scale(.3173)}to{transform:translate(93.96695vw,99vh) scale(.3173)}}.snow:nth-child(361){opacity:1.2724;transform:translate(12.8592vw,-10px) scale(.3685);animation:fall-361 16s -11s linear infinite}@keyframes fall-361{39.297%{transform:translate(14.9444vw,39.297vh) scale(.3685)}to{transform:translate(13.9018vw,99vh) scale(.3685)}}.snow:nth-child(362){opacity:.7146;transform:translate(81.3595vw,-10px) scale(.7413);animation:fall-362 24s -3s linear infinite}@keyframes fall-362{71.368%{transform:translate(80.0925vw,71.368vh) scale(.7413)}to{transform:translate(80.726vw,99vh) scale(.7413)}}.snow:nth-child(363){opacity:1.7158;transform:translate(8.8851vw,-10px) scale(.866);animation:fall-363 16s -19s linear infinite}@keyframes fall-363{60.146%{transform:translate(6.7582vw,60.146vh) scale(.866)}to{transform:translate(7.82165vw,99vh) scale(.866)}}.snow:nth-child(364){opacity:.6904;transform:translate(52.3287vw,-10px) scale(.1959);animation:fall-364 25s -8s linear infinite}@keyframes fall-364{74.341%{transform:translate(53.0035vw,74.341vh) scale(.1959)}to{transform:translate(52.6661vw,99vh) scale(.1959)}}.snow:nth-child(365){opacity:.099;transform:translate(47.5641vw,-10px) scale(.245);animation:fall-365 11s -11s linear infinite}@keyframes fall-365{64.758%{transform:translate(49.4549vw,64.758vh) scale(.245)}to{transform:translate(48.5095vw,99vh) scale(.245)}}.snow:nth-child(366){opacity:.7414;transform:translate(1.7867vw,-10px) scale(.2999);animation:fall-366 12s -2s linear infinite}@keyframes fall-366{53.923%{transform:translate(-4.2301vw,53.923vh) scale(.2999)}to{transform:translate(-1.2217vw,99vh) scale(.2999)}}.snow:nth-child(367){opacity:.2542;transform:translate(63.0141vw,-10px) scale(.665);animation:fall-367 19s -9s linear infinite}@keyframes fall-367{53.836%{transform:translate(65.7768vw,53.836vh) scale(.665)}to{transform:translate(64.39545vw,99vh) scale(.665)}}.snow:nth-child(368){opacity:.4918;transform:translate(12.438vw,-10px) scale(.7809);animation:fall-368 11s -1s linear infinite}@keyframes fall-368{58.045%{transform:translate(18.628vw,58.045vh) scale(.7809)}to{transform:translate(15.533vw,99vh) scale(.7809)}}.snow:nth-child(369){opacity:.562;transform:translate(32.5488vw,-10px) scale(.0628);animation:fall-369 10s -1s linear infinite}@keyframes fall-369{66.741%{transform:translate(38.2138vw,66.741vh) scale(.0628)}to{transform:translate(35.3813vw,99vh) scale(.0628)}}.snow:nth-child(370){opacity:1.3676;transform:translate(57.2897vw,-10px) scale(.1944);animation:fall-370 24s -20s linear infinite}@keyframes fall-370{58.511%{transform:translate(58.3265vw,58.511vh) scale(.1944)}to{transform:translate(57.8081vw,99vh) scale(.1944)}}.snow:nth-child(371){opacity:.0576;transform:translate(41.274vw,-10px) scale(.4952);animation:fall-371 16s -2s linear infinite}@keyframes fall-371{64.679%{transform:translate(35.0551vw,64.679vh) scale(.4952)}to{transform:translate(38.16455vw,99vh) scale(.4952)}}.snow:nth-child(372){opacity:1.1526;transform:translate(6.5424vw,-10px) scale(.0803);animation:fall-372 29s -5s linear infinite}@keyframes fall-372{41.519%{transform:translate(12.6692vw,41.519vh) scale(.0803)}to{transform:translate(9.6058vw,99vh) scale(.0803)}}.snow:nth-child(373){opacity:1.8996;transform:translate(67.256vw,-10px) scale(.5336);animation:fall-373 23s -25s linear infinite}@keyframes fall-373{68.51%{transform:translate(58.9889vw,68.51vh) scale(.5336)}to{transform:translate(63.12245vw,99vh) scale(.5336)}}.snow:nth-child(374){opacity:1.7148;transform:translate(2.1225vw,-10px) scale(.6925);animation:fall-374 25s -8s linear infinite}@keyframes fall-374{62.244%{transform:translate(7.6477vw,62.244vh) scale(.6925)}to{transform:translate(4.8851vw,99vh) scale(.6925)}}.snow:nth-child(375){opacity:1.9316;transform:translate(63.7098vw,-10px) scale(.8553);animation:fall-375 27s -28s linear infinite}@keyframes fall-375{61.067%{transform:translate(62.5069vw,61.067vh) scale(.8553)}to{transform:translate(63.10835vw,99vh) scale(.8553)}}.snow:nth-child(376){opacity:1.744;transform:translate(55.2232vw,-10px) scale(.6756);animation:fall-376 29s -19s linear infinite}@keyframes fall-376{75.558%{transform:translate(53.9641vw,75.558vh) scale(.6756)}to{transform:translate(54.59365vw,99vh) scale(.6756)}}.snow:nth-child(377){opacity:1.9208;transform:translate(85.4578vw,-10px) scale(.8128);animation:fall-377 17s -8s linear infinite}@keyframes fall-377{49.456%{transform:translate(93.4639vw,49.456vh) scale(.8128)}to{transform:translate(89.46085vw,99vh) scale(.8128)}}.snow:nth-child(378){opacity:1.1916;transform:translate(32.1085vw,-10px) scale(.6385);animation:fall-378 22s -9s linear infinite}@keyframes fall-378{78.885%{transform:translate(31.0485vw,78.885vh) scale(.6385)}to{transform:translate(31.5785vw,99vh) scale(.6385)}}.snow:nth-child(379){opacity:1.9448;transform:translate(94.8484vw,-10px) scale(.7702);animation:fall-379 22s -15s linear infinite}@keyframes fall-379{72.393%{transform:translate(95.5735vw,72.393vh) scale(.7702)}to{transform:translate(95.21095vw,99vh) scale(.7702)}}.snow:nth-child(380){opacity:.1326;transform:translate(24.395vw,-10px) scale(.8635);animation:fall-380 20s -20s linear infinite}@keyframes fall-380{34.229%{transform:translate(30.7295vw,34.229vh) scale(.8635)}to{transform:translate(27.56225vw,99vh) scale(.8635)}}.snow:nth-child(381){opacity:1.974;transform:translate(2.5225vw,-10px) scale(.868);animation:fall-381 20s -27s linear infinite}@keyframes fall-381{52.749%{transform:translate(-4.6481vw,52.749vh) scale(.868)}to{transform:translate(-1.0628vw,99vh) scale(.868)}}.snow:nth-child(382){opacity:1.88;transform:translate(41.6619vw,-10px) scale(.8184);animation:fall-382 22s -24s linear infinite}@keyframes fall-382{46.071%{transform:translate(40.7756vw,46.071vh) scale(.8184)}to{transform:translate(41.21875vw,99vh) scale(.8184)}}.snow:nth-child(383){opacity:.3414;transform:translate(71.5303vw,-10px) scale(.9933);animation:fall-383 10s -3s linear infinite}@keyframes fall-383{59.881%{transform:translate(71.9522vw,59.881vh) scale(.9933)}to{transform:translate(71.74125vw,99vh) scale(.9933)}}.snow:nth-child(384){opacity:.0138;transform:translate(.772vw,-10px) scale(.1823);animation:fall-384 29s -27s linear infinite}@keyframes fall-384{39.987%{transform:translate(-2.276vw,39.987vh) scale(.1823)}to{transform:translate(-.752vw,99vh) scale(.1823)}}.snow:nth-child(385){opacity:1.233;transform:translate(97.143vw,-10px) scale(.1557);animation:fall-385 24s -24s linear infinite}@keyframes fall-385{48.99%{transform:translate(95.2829vw,48.99vh) scale(.1557)}to{transform:translate(96.21295vw,99vh) scale(.1557)}}.snow:nth-child(386){opacity:1.6532;transform:translate(84.9702vw,-10px) scale(.4563);animation:fall-386 12s -8s linear infinite}@keyframes fall-386{32.438%{transform:translate(86.5641vw,32.438vh) scale(.4563)}to{transform:translate(85.76715vw,99vh) scale(.4563)}}.snow:nth-child(387){opacity:1.6556;transform:translate(13.3884vw,-10px) scale(.5635);animation:fall-387 13s -4s linear infinite}@keyframes fall-387{45.929%{transform:translate(7.276vw,45.929vh) scale(.5635)}to{transform:translate(10.3322vw,99vh) scale(.5635)}}.snow:nth-child(388){opacity:1.6092;transform:translate(64.1076vw,-10px) scale(.0251);animation:fall-388 12s -1s linear infinite}@keyframes fall-388{56.377%{transform:translate(67.0571vw,56.377vh) scale(.0251)}to{transform:translate(65.58235vw,99vh) scale(.0251)}}.snow:nth-child(389){opacity:1.7954;transform:translate(6.8831vw,-10px) scale(.1652);animation:fall-389 24s -22s linear infinite}@keyframes fall-389{33.423%{transform:translate(1.0659vw,33.423vh) scale(.1652)}to{transform:translate(3.9745vw,99vh) scale(.1652)}}.snow:nth-child(390){opacity:.2488;transform:translate(62.3422vw,-10px) scale(.5835);animation:fall-390 26s -11s linear infinite}@keyframes fall-390{55%{transform:translate(67.7923vw,55vh) scale(.5835)}to{transform:translate(65.06725vw,99vh) scale(.5835)}}.snow:nth-child(391){opacity:.8606;transform:translate(55.7524vw,-10px) scale(.2564);animation:fall-391 10s -24s linear infinite}@keyframes fall-391{61.282%{transform:translate(58.38vw,61.282vh) scale(.2564)}to{transform:translate(57.0662vw,99vh) scale(.2564)}}.snow:nth-child(392){opacity:1.5602;transform:translate(25.7142vw,-10px) scale(.1307);animation:fall-392 26s -28s linear infinite}@keyframes fall-392{43.55%{transform:translate(18.4737vw,43.55vh) scale(.1307)}to{transform:translate(22.09395vw,99vh) scale(.1307)}}.snow:nth-child(393){opacity:.5184;transform:translate(11.7093vw,-10px) scale(.7293);animation:fall-393 15s -25s linear infinite}@keyframes fall-393{40.716%{transform:translate(17.562vw,40.716vh) scale(.7293)}to{transform:translate(14.63565vw,99vh) scale(.7293)}}.snow:nth-child(394){opacity:.557;transform:translate(17.2074vw,-10px) scale(.579);animation:fall-394 21s -28s linear infinite}@keyframes fall-394{70.358%{transform:translate(26.1724vw,70.358vh) scale(.579)}to{transform:translate(21.6899vw,99vh) scale(.579)}}.snow:nth-child(395){opacity:1.305;transform:translate(13.2996vw,-10px) scale(.5051);animation:fall-395 11s -25s linear infinite}@keyframes fall-395{33.556%{transform:translate(6.676vw,33.556vh) scale(.5051)}to{transform:translate(9.9878vw,99vh) scale(.5051)}}.snow:nth-child(396){opacity:.8446;transform:translate(59.1234vw,-10px) scale(.8486);animation:fall-396 18s -3s linear infinite}@keyframes fall-396{56.628%{transform:translate(60.5172vw,56.628vh) scale(.8486)}to{transform:translate(59.8203vw,99vh) scale(.8486)}}.snow:nth-child(397){opacity:1.6884;transform:translate(22.3026vw,-10px) scale(.2943);animation:fall-397 11s -28s linear infinite}@keyframes fall-397{57.428%{transform:translate(29.002vw,57.428vh) scale(.2943)}to{transform:translate(25.6523vw,99vh) scale(.2943)}}.snow:nth-child(398){opacity:1.2066;transform:translate(32.467vw,-10px) scale(.3505);animation:fall-398 24s -21s linear infinite}@keyframes fall-398{70.879%{transform:translate(29.8563vw,70.879vh) scale(.3505)}to{transform:translate(31.16165vw,99vh) scale(.3505)}}.snow:nth-child(399){opacity:1.4096;transform:translate(17.9069vw,-10px) scale(.5151);animation:fall-399 29s -4s linear infinite}@keyframes fall-399{79.658%{transform:translate(22.1027vw,79.658vh) scale(.5151)}to{transform:translate(20.0048vw,99vh) scale(.5151)}}.snow:nth-child(400){opacity:.3146;transform:translate(1.1418vw,-10px) scale(.1955);animation:fall-400 25s -6s linear infinite}@keyframes fall-400{72.835%{transform:translate(-3.5014vw,72.835vh) scale(.1955)}to{transform:translate(-1.1798vw,99vh) scale(.1955)}}\n"] }]
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:1.9674;transform:translate(84.7458vw,-10px) scale(.753);animation:fall-1 12s -21s linear infinite}@keyframes fall-1{42.357%{transform:translate(91.4984vw,42.357vh) scale(.753)}to{transform:translate(88.1221vw,99vh) scale(.753)}}.snow:nth-child(2){opacity:.2454;transform:translate(87.2625vw,-10px) scale(.2451);animation:fall-2 14s -27s linear infinite}@keyframes fall-2{44.67%{transform:translate(82.9841vw,44.67vh) scale(.2451)}to{transform:translate(85.1233vw,99vh) scale(.2451)}}.snow:nth-child(3){opacity:.9842;transform:translate(21.5828vw,-10px) scale(.0854);animation:fall-3 25s -30s linear infinite}@keyframes fall-3{70.442%{transform:translate(14.4839vw,70.442vh) scale(.0854)}to{transform:translate(18.03335vw,99vh) scale(.0854)}}.snow:nth-child(4){opacity:.981;transform:translate(52.4743vw,-10px) scale(.6586);animation:fall-4 17s -25s linear infinite}@keyframes fall-4{55.76%{transform:translate(49.3301vw,55.76vh) scale(.6586)}to{transform:translate(50.9022vw,99vh) scale(.6586)}}.snow:nth-child(5){opacity:1.2622;transform:translate(56.8067vw,-10px) scale(.3591);animation:fall-5 20s -11s linear infinite}@keyframes fall-5{52.747%{transform:translate(58.1472vw,52.747vh) scale(.3591)}to{transform:translate(57.47695vw,99vh) scale(.3591)}}.snow:nth-child(6){opacity:1.8214;transform:translate(4.1243vw,-10px) scale(.5518);animation:fall-6 23s -17s linear infinite}@keyframes fall-6{68.881%{transform:translate(12.3392vw,68.881vh) scale(.5518)}to{transform:translate(8.23175vw,99vh) scale(.5518)}}.snow:nth-child(7){opacity:1.9768;transform:translate(7.6845vw,-10px) scale(.0565);animation:fall-7 27s -9s linear infinite}@keyframes fall-7{41.823%{transform:translate(12.6311vw,41.823vh) scale(.0565)}to{transform:translate(10.1578vw,99vh) scale(.0565)}}.snow:nth-child(8){opacity:.304;transform:translate(34.0762vw,-10px) scale(.1986);animation:fall-8 21s -3s linear infinite}@keyframes fall-8{60.021%{transform:translate(28.4666vw,60.021vh) scale(.1986)}to{transform:translate(31.2714vw,99vh) scale(.1986)}}.snow:nth-child(9){opacity:.9168;transform:translate(28.2697vw,-10px) scale(.8777);animation:fall-9 16s -11s linear infinite}@keyframes fall-9{51.271%{transform:translate(35.2933vw,51.271vh) scale(.8777)}to{transform:translate(31.7815vw,99vh) scale(.8777)}}.snow:nth-child(10){opacity:1.0226;transform:translate(92.3328vw,-10px) scale(.1204);animation:fall-10 20s -8s linear infinite}@keyframes fall-10{76.256%{transform:translate(83.1785vw,76.256vh) scale(.1204)}to{transform:translate(87.75565vw,99vh) scale(.1204)}}.snow:nth-child(11){opacity:1.9366;transform:translate(26.8098vw,-10px) scale(.3581);animation:fall-11 30s -26s linear infinite}@keyframes fall-11{71.865%{transform:translate(32.6484vw,71.865vh) scale(.3581)}to{transform:translate(29.7291vw,99vh) scale(.3581)}}.snow:nth-child(12){opacity:1.6378;transform:translate(94.9504vw,-10px) scale(.365);animation:fall-12 29s -14s linear infinite}@keyframes fall-12{38.655%{transform:translate(96.8988vw,38.655vh) scale(.365)}to{transform:translate(95.9246vw,99vh) scale(.365)}}.snow:nth-child(13){opacity:.6222;transform:translate(51.3286vw,-10px) scale(.1773);animation:fall-13 26s -1s linear infinite}@keyframes fall-13{59.93%{transform:translate(51.1153vw,59.93vh) scale(.1773)}to{transform:translate(51.22195vw,99vh) scale(.1773)}}.snow:nth-child(14){opacity:1.2454;transform:translate(59.9204vw,-10px) scale(.8728);animation:fall-14 25s -3s linear infinite}@keyframes fall-14{77.811%{transform:translate(67.5154vw,77.811vh) scale(.8728)}to{transform:translate(63.7179vw,99vh) scale(.8728)}}.snow:nth-child(15){opacity:.2402;transform:translate(95.376vw,-10px) scale(.1798);animation:fall-15 29s -24s linear infinite}@keyframes fall-15{76.671%{transform:translate(99.5436vw,76.671vh) scale(.1798)}to{transform:translate(97.4598vw,99vh) scale(.1798)}}.snow:nth-child(16){opacity:.6112;transform:translate(87.2382vw,-10px) scale(.3665);animation:fall-16 17s -2s linear infinite}@keyframes fall-16{32.961%{transform:translate(82.1263vw,32.961vh) scale(.3665)}to{transform:translate(84.68225vw,99vh) scale(.3665)}}.snow:nth-child(17){opacity:1.724;transform:translate(36.0026vw,-10px) scale(.9754);animation:fall-17 13s -2s linear infinite}@keyframes fall-17{41.044%{transform:translate(44.9364vw,41.044vh) scale(.9754)}to{transform:translate(40.4695vw,99vh) scale(.9754)}}.snow:nth-child(18){opacity:.2986;transform:translate(13.3011vw,-10px) scale(.746);animation:fall-18 18s -26s linear infinite}@keyframes fall-18{38.643%{transform:translate(12.9208vw,38.643vh) scale(.746)}to{transform:translate(13.11095vw,99vh) scale(.746)}}.snow:nth-child(19){opacity:1.3882;transform:translate(27.7002vw,-10px) scale(.5611);animation:fall-19 13s -19s linear infinite}@keyframes fall-19{43.825%{transform:translate(29.6117vw,43.825vh) scale(.5611)}to{transform:translate(28.65595vw,99vh) scale(.5611)}}.snow:nth-child(20){opacity:1.111;transform:translate(82.4894vw,-10px) scale(.1939);animation:fall-20 23s -16s linear infinite}@keyframes fall-20{40.632%{transform:translate(75.2638vw,40.632vh) scale(.1939)}to{transform:translate(78.8766vw,99vh) scale(.1939)}}.snow:nth-child(21){opacity:1.863;transform:translate(63.8704vw,-10px) scale(.0296);animation:fall-21 25s -22s linear infinite}@keyframes fall-21{33.985%{transform:translate(70.4744vw,33.985vh) scale(.0296)}to{transform:translate(67.1724vw,99vh) scale(.0296)}}.snow:nth-child(22){opacity:.9268;transform:translate(96.8355vw,-10px) scale(.888);animation:fall-22 22s -19s linear infinite}@keyframes fall-22{73.121%{transform:translate(98.6278vw,73.121vh) scale(.888)}to{transform:translate(97.73165vw,99vh) scale(.888)}}.snow:nth-child(23){opacity:.2054;transform:translate(70.2778vw,-10px) scale(.9883);animation:fall-23 11s -28s linear infinite}@keyframes fall-23{65.607%{transform:translate(62.4032vw,65.607vh) scale(.9883)}to{transform:translate(66.3405vw,99vh) scale(.9883)}}.snow:nth-child(24){opacity:.3848;transform:translate(93.8531vw,-10px) scale(.117);animation:fall-24 22s -28s linear infinite}@keyframes fall-24{31.799%{transform:translate(87.1043vw,31.799vh) scale(.117)}to{transform:translate(90.4787vw,99vh) scale(.117)}}.snow:nth-child(25){opacity:.5442;transform:translate(29.7514vw,-10px) scale(.6368);animation:fall-25 29s -27s linear infinite}@keyframes fall-25{70.675%{transform:translate(35.8273vw,70.675vh) scale(.6368)}to{transform:translate(32.78935vw,99vh) scale(.6368)}}.snow:nth-child(26){opacity:1.9096;transform:translate(70.5528vw,-10px) scale(.9736);animation:fall-26 17s -3s linear infinite}@keyframes fall-26{74.6%{transform:translate(79.7736vw,74.6vh) scale(.9736)}to{transform:translate(75.1632vw,99vh) scale(.9736)}}.snow:nth-child(27){opacity:1.2042;transform:translate(50.0999vw,-10px) scale(.254);animation:fall-27 11s -15s linear infinite}@keyframes fall-27{45.534%{transform:translate(51.786vw,45.534vh) scale(.254)}to{transform:translate(50.94295vw,99vh) scale(.254)}}.snow:nth-child(28){opacity:.1856;transform:translate(36.117vw,-10px) scale(.1792);animation:fall-28 17s -7s linear infinite}@keyframes fall-28{48.013%{transform:translate(36.0203vw,48.013vh) scale(.1792)}to{transform:translate(36.06865vw,99vh) scale(.1792)}}.snow:nth-child(29){opacity:1.5318;transform:translate(85.1553vw,-10px) scale(.2093);animation:fall-29 22s -5s linear infinite}@keyframes fall-29{79.802%{transform:translate(86.4076vw,79.802vh) scale(.2093)}to{transform:translate(85.78145vw,99vh) scale(.2093)}}.snow:nth-child(30){opacity:.0374;transform:translate(48.0087vw,-10px) scale(.4194);animation:fall-30 24s -13s linear infinite}@keyframes fall-30{69.898%{transform:translate(42.6359vw,69.898vh) scale(.4194)}to{transform:translate(45.3223vw,99vh) scale(.4194)}}.snow:nth-child(31){opacity:.1258;transform:translate(86.7412vw,-10px) scale(.3839);animation:fall-31 12s -17s linear infinite}@keyframes fall-31{60.146%{transform:translate(78.3108vw,60.146vh) scale(.3839)}to{transform:translate(82.526vw,99vh) scale(.3839)}}.snow:nth-child(32){opacity:.35;transform:translate(63.6096vw,-10px) scale(.7828);animation:fall-32 18s -24s linear infinite}@keyframes fall-32{79.387%{transform:translate(59.1906vw,79.387vh) scale(.7828)}to{transform:translate(61.4001vw,99vh) scale(.7828)}}.snow:nth-child(33){opacity:1.211;transform:translate(8.5018vw,-10px) scale(.0474);animation:fall-33 11s -25s linear infinite}@keyframes fall-33{65.365%{transform:translate(14.9956vw,65.365vh) scale(.0474)}to{transform:translate(11.7487vw,99vh) scale(.0474)}}.snow:nth-child(34){opacity:1.9432;transform:translate(43.7209vw,-10px) scale(.4519);animation:fall-34 12s -25s linear infinite}@keyframes fall-34{44.854%{transform:translate(35.9938vw,44.854vh) scale(.4519)}to{transform:translate(39.85735vw,99vh) scale(.4519)}}.snow:nth-child(35){opacity:.6678;transform:translate(29.4747vw,-10px) scale(.6457);animation:fall-35 22s -19s linear infinite}@keyframes fall-35{59.616%{transform:translate(25.5828vw,59.616vh) scale(.6457)}to{transform:translate(27.52875vw,99vh) scale(.6457)}}.snow:nth-child(36){opacity:.7624;transform:translate(3.0785vw,-10px) scale(.1372);animation:fall-36 22s -8s linear infinite}@keyframes fall-36{33.575%{transform:translate(7.2834vw,33.575vh) scale(.1372)}to{transform:translate(5.18095vw,99vh) scale(.1372)}}.snow:nth-child(37){opacity:.9558;transform:translate(66.2273vw,-10px) scale(.2231);animation:fall-37 26s -14s linear infinite}@keyframes fall-37{72.071%{transform:translate(69.9863vw,72.071vh) scale(.2231)}to{transform:translate(68.1068vw,99vh) scale(.2231)}}.snow:nth-child(38){opacity:1.0472;transform:translate(50.2858vw,-10px) scale(.3468);animation:fall-38 10s -12s linear infinite}@keyframes fall-38{76.9%{transform:translate(46.6861vw,76.9vh) scale(.3468)}to{transform:translate(48.48595vw,99vh) scale(.3468)}}.snow:nth-child(39){opacity:1.2152;transform:translate(31.8679vw,-10px) scale(.7204);animation:fall-39 12s -28s linear infinite}@keyframes fall-39{65.661%{transform:translate(26.2566vw,65.661vh) scale(.7204)}to{transform:translate(29.06225vw,99vh) scale(.7204)}}.snow:nth-child(40){opacity:.8898;transform:translate(65.5706vw,-10px) scale(.6974);animation:fall-40 26s -15s linear infinite}@keyframes fall-40{63.522%{transform:translate(59.3496vw,63.522vh) scale(.6974)}to{transform:translate(62.4601vw,99vh) scale(.6974)}}.snow:nth-child(41){opacity:1.4592;transform:translate(71.3231vw,-10px) scale(.7548);animation:fall-41 16s -6s linear infinite}@keyframes fall-41{77.69%{transform:translate(67.018vw,77.69vh) scale(.7548)}to{transform:translate(69.17055vw,99vh) scale(.7548)}}.snow:nth-child(42){opacity:.4678;transform:translate(45.4026vw,-10px) scale(.1107);animation:fall-42 13s -26s linear infinite}@keyframes fall-42{57.561%{transform:translate(36.517vw,57.561vh) scale(.1107)}to{transform:translate(40.9598vw,99vh) scale(.1107)}}.snow:nth-child(43){opacity:1.1886;transform:translate(22.452vw,-10px) scale(.1132);animation:fall-43 29s -7s linear infinite}@keyframes fall-43{72.557%{transform:translate(12.8116vw,72.557vh) scale(.1132)}to{transform:translate(17.6318vw,99vh) scale(.1132)}}.snow:nth-child(44){opacity:1.1418;transform:translate(38.2405vw,-10px) scale(.9314);animation:fall-44 16s -25s linear infinite}@keyframes fall-44{58.453%{transform:translate(38.7206vw,58.453vh) scale(.9314)}to{transform:translate(38.48055vw,99vh) scale(.9314)}}.snow:nth-child(45){opacity:.1704;transform:translate(.1593vw,-10px) scale(.0601);animation:fall-45 24s -12s linear infinite}@keyframes fall-45{60.046%{transform:translate(8.738vw,60.046vh) scale(.0601)}to{transform:translate(4.44865vw,99vh) scale(.0601)}}.snow:nth-child(46){opacity:1.1166;transform:translate(96.7488vw,-10px) scale(.7299);animation:fall-46 30s -18s linear infinite}@keyframes fall-46{33.811%{transform:translate(94.9134vw,33.811vh) scale(.7299)}to{transform:translate(95.8311vw,99vh) scale(.7299)}}.snow:nth-child(47){opacity:1.3474;transform:translate(89.898vw,-10px) scale(.1567);animation:fall-47 23s -15s linear infinite}@keyframes fall-47{70.594%{transform:translate(87.1522vw,70.594vh) scale(.1567)}to{transform:translate(88.5251vw,99vh) scale(.1567)}}.snow:nth-child(48){opacity:.4276;transform:translate(72.8752vw,-10px) scale(.1148);animation:fall-48 26s -2s linear infinite}@keyframes fall-48{61.552%{transform:translate(73.5224vw,61.552vh) scale(.1148)}to{transform:translate(73.1988vw,99vh) scale(.1148)}}.snow:nth-child(49){opacity:1.0874;transform:translate(86.2844vw,-10px) scale(.1127);animation:fall-49 21s -11s linear infinite}@keyframes fall-49{53.147%{transform:translate(93.3449vw,53.147vh) scale(.1127)}to{transform:translate(89.81465vw,99vh) scale(.1127)}}.snow:nth-child(50){opacity:1.203;transform:translate(46.8586vw,-10px) scale(.0679);animation:fall-50 28s -12s linear infinite}@keyframes fall-50{30.783%{transform:translate(45.4578vw,30.783vh) scale(.0679)}to{transform:translate(46.1582vw,99vh) scale(.0679)}}.snow:nth-child(51){opacity:.589;transform:translate(11.9838vw,-10px) scale(.1737);animation:fall-51 18s -13s linear infinite}@keyframes fall-51{72.398%{transform:translate(14.0757vw,72.398vh) scale(.1737)}to{transform:translate(13.02975vw,99vh) scale(.1737)}}.snow:nth-child(52){opacity:.3012;transform:translate(32.6839vw,-10px) scale(.6334);animation:fall-52 16s -11s linear infinite}@keyframes fall-52{73.137%{transform:translate(30.491vw,73.137vh) scale(.6334)}to{transform:translate(31.58745vw,99vh) scale(.6334)}}.snow:nth-child(53){opacity:.3544;transform:translate(52.1896vw,-10px) scale(.7517);animation:fall-53 17s -15s linear infinite}@keyframes fall-53{64.57%{transform:translate(62.1301vw,64.57vh) scale(.7517)}to{transform:translate(57.15985vw,99vh) scale(.7517)}}.snow:nth-child(54){opacity:.6054;transform:translate(84.8698vw,-10px) scale(.4545);animation:fall-54 19s -13s linear infinite}@keyframes fall-54{40.448%{transform:translate(85.5117vw,40.448vh) scale(.4545)}to{transform:translate(85.19075vw,99vh) scale(.4545)}}.snow:nth-child(55){opacity:1.6174;transform:translate(61.9433vw,-10px) scale(.0196);animation:fall-55 16s -5s linear infinite}@keyframes fall-55{65.208%{transform:translate(68.0717vw,65.208vh) scale(.0196)}to{transform:translate(65.0075vw,99vh) scale(.0196)}}.snow:nth-child(56){opacity:1.0194;transform:translate(89.3653vw,-10px) scale(.8315);animation:fall-56 10s -19s linear infinite}@keyframes fall-56{43.244%{transform:translate(88.9336vw,43.244vh) scale(.8315)}to{transform:translate(89.14945vw,99vh) scale(.8315)}}.snow:nth-child(57){opacity:1.28;transform:translate(14.0132vw,-10px) scale(.7068);animation:fall-57 28s -5s linear infinite}@keyframes fall-57{34.876%{transform:translate(7.3705vw,34.876vh) scale(.7068)}to{transform:translate(10.69185vw,99vh) scale(.7068)}}.snow:nth-child(58){opacity:1.9834;transform:translate(87.1235vw,-10px) scale(.7515);animation:fall-58 23s -4s linear infinite}@keyframes fall-58{51.079%{transform:translate(84.7536vw,51.079vh) scale(.7515)}to{transform:translate(85.93855vw,99vh) scale(.7515)}}.snow:nth-child(59){opacity:1.8282;transform:translate(48.6704vw,-10px) scale(.035);animation:fall-59 19s -19s linear infinite}@keyframes fall-59{50.318%{transform:translate(46.4253vw,50.318vh) scale(.035)}to{transform:translate(47.54785vw,99vh) scale(.035)}}.snow:nth-child(60){opacity:1.5452;transform:translate(33.0295vw,-10px) scale(.085);animation:fall-60 19s -6s linear infinite}@keyframes fall-60{63.009%{transform:translate(33.381vw,63.009vh) scale(.085)}to{transform:translate(33.20525vw,99vh) scale(.085)}}.snow:nth-child(61){opacity:.2338;transform:translate(55.0244vw,-10px) scale(.96);animation:fall-61 17s -2s linear infinite}@keyframes fall-61{55.825%{transform:translate(49.363vw,55.825vh) scale(.96)}to{transform:translate(52.1937vw,99vh) scale(.96)}}.snow:nth-child(62){opacity:1.6196;transform:translate(20.123vw,-10px) scale(.6589);animation:fall-62 16s -18s linear infinite}@keyframes fall-62{47.822%{transform:translate(28.2356vw,47.822vh) scale(.6589)}to{transform:translate(24.1793vw,99vh) scale(.6589)}}.snow:nth-child(63){opacity:.5918;transform:translate(90.2116vw,-10px) scale(.1054);animation:fall-63 18s -16s linear infinite}@keyframes fall-63{54.014%{transform:translate(89.3382vw,54.014vh) scale(.1054)}to{transform:translate(89.7749vw,99vh) scale(.1054)}}.snow:nth-child(64){opacity:.4438;transform:translate(16.9185vw,-10px) scale(.56);animation:fall-64 19s -14s linear infinite}@keyframes fall-64{75.573%{transform:translate(24.0082vw,75.573vh) scale(.56)}to{transform:translate(20.46335vw,99vh) scale(.56)}}.snow:nth-child(65){opacity:.8504;transform:translate(61.303vw,-10px) scale(.6697);animation:fall-65 29s -10s linear infinite}@keyframes fall-65{55.487%{transform:translate(64.0683vw,55.487vh) scale(.6697)}to{transform:translate(62.68565vw,99vh) scale(.6697)}}.snow:nth-child(66){opacity:.3192;transform:translate(86.7033vw,-10px) scale(.9828);animation:fall-66 15s -6s linear infinite}@keyframes fall-66{30.075%{transform:translate(80.7779vw,30.075vh) scale(.9828)}to{transform:translate(83.7406vw,99vh) scale(.9828)}}.snow:nth-child(67){opacity:1.5978;transform:translate(62.3048vw,-10px) scale(.0608);animation:fall-67 29s -26s linear infinite}@keyframes fall-67{73.61%{transform:translate(61.0316vw,73.61vh) scale(.0608)}to{transform:translate(61.6682vw,99vh) scale(.0608)}}.snow:nth-child(68){opacity:1.6618;transform:translate(71.3707vw,-10px) scale(.387);animation:fall-68 20s -8s linear infinite}@keyframes fall-68{49.02%{transform:translate(77.9675vw,49.02vh) scale(.387)}to{transform:translate(74.6691vw,99vh) scale(.387)}}.snow:nth-child(69){opacity:1.0958;transform:translate(41.2534vw,-10px) scale(.6253);animation:fall-69 11s -4s linear infinite}@keyframes fall-69{53.325%{transform:translate(36.6429vw,53.325vh) scale(.6253)}to{transform:translate(38.94815vw,99vh) scale(.6253)}}.snow:nth-child(70){opacity:.8486;transform:translate(31.8485vw,-10px) scale(.4);animation:fall-70 25s -27s linear infinite}@keyframes fall-70{36.61%{transform:translate(41.0546vw,36.61vh) scale(.4)}to{transform:translate(36.45155vw,99vh) scale(.4)}}.snow:nth-child(71){opacity:1.5268;transform:translate(61.2013vw,-10px) scale(.4513);animation:fall-71 30s -13s linear infinite}@keyframes fall-71{50.941%{transform:translate(52.2204vw,50.941vh) scale(.4513)}to{transform:translate(56.71085vw,99vh) scale(.4513)}}.snow:nth-child(72){opacity:1.5168;transform:translate(64.9179vw,-10px) scale(.8483);animation:fall-72 10s -8s linear infinite}@keyframes fall-72{45.745%{transform:translate(70.1866vw,45.745vh) scale(.8483)}to{transform:translate(67.55225vw,99vh) scale(.8483)}}.snow:nth-child(73){opacity:.9332;transform:translate(13.1234vw,-10px) scale(.5249);animation:fall-73 27s -13s linear infinite}@keyframes fall-73{53.887%{transform:translate(10.8109vw,53.887vh) scale(.5249)}to{transform:translate(11.96715vw,99vh) scale(.5249)}}.snow:nth-child(74){opacity:.9956;transform:translate(78.0879vw,-10px) scale(.7122);animation:fall-74 10s -17s linear infinite}@keyframes fall-74{61.772%{transform:translate(80.8383vw,61.772vh) scale(.7122)}to{transform:translate(79.4631vw,99vh) scale(.7122)}}.snow:nth-child(75){opacity:.4686;transform:translate(52.0551vw,-10px) scale(.1344);animation:fall-75 18s -11s linear infinite}@keyframes fall-75{60.739%{transform:translate(51.6171vw,60.739vh) scale(.1344)}to{transform:translate(51.8361vw,99vh) scale(.1344)}}.snow:nth-child(76){opacity:.7824;transform:translate(99.5259vw,-10px) scale(.6149);animation:fall-76 14s -6s linear infinite}@keyframes fall-76{35.481%{transform:translate(105.3107vw,35.481vh) scale(.6149)}to{transform:translate(102.4183vw,99vh) scale(.6149)}}.snow:nth-child(77){opacity:.7486;transform:translate(75.0086vw,-10px) scale(.2333);animation:fall-77 27s -1s linear infinite}@keyframes fall-77{54.182%{transform:translate(79.7378vw,54.182vh) scale(.2333)}to{transform:translate(77.3732vw,99vh) scale(.2333)}}.snow:nth-child(78){opacity:.3292;transform:translate(61.9187vw,-10px) scale(.9353);animation:fall-78 30s -6s linear infinite}@keyframes fall-78{41.51%{transform:translate(66.9673vw,41.51vh) scale(.9353)}to{transform:translate(64.443vw,99vh) scale(.9353)}}.snow:nth-child(79){opacity:.9522;transform:translate(12.2834vw,-10px) scale(.2655);animation:fall-79 24s -25s linear infinite}@keyframes fall-79{58.969%{transform:translate(6.5818vw,58.969vh) scale(.2655)}to{transform:translate(9.4326vw,99vh) scale(.2655)}}.snow:nth-child(80){opacity:.2528;transform:translate(95.7067vw,-10px) scale(.3426);animation:fall-80 27s -19s linear infinite}@keyframes fall-80{65.991%{transform:translate(88.858vw,65.991vh) scale(.3426)}to{transform:translate(92.28235vw,99vh) scale(.3426)}}.snow:nth-child(81){opacity:1.5418;transform:translate(1.7917vw,-10px) scale(.7606);animation:fall-81 18s -21s linear infinite}@keyframes fall-81{42.156%{transform:translate(-4.642vw,42.156vh) scale(.7606)}to{transform:translate(-1.42515vw,99vh) scale(.7606)}}.snow:nth-child(82){opacity:1.5828;transform:translate(10.932vw,-10px) scale(.8303);animation:fall-82 12s -21s linear infinite}@keyframes fall-82{51.181%{transform:translate(9.3318vw,51.181vh) scale(.8303)}to{transform:translate(10.1319vw,99vh) scale(.8303)}}.snow:nth-child(83){opacity:.2154;transform:translate(68.173vw,-10px) scale(.9925);animation:fall-83 29s -17s linear infinite}@keyframes fall-83{53.601%{transform:translate(64.6735vw,53.601vh) scale(.9925)}to{transform:translate(66.42325vw,99vh) scale(.9925)}}.snow:nth-child(84){opacity:.5836;transform:translate(23.2155vw,-10px) scale(.0006);animation:fall-84 27s -29s linear infinite}@keyframes fall-84{56.469%{transform:translate(27.8436vw,56.469vh) scale(.0006)}to{transform:translate(25.52955vw,99vh) scale(.0006)}}.snow:nth-child(85){opacity:1.925;transform:translate(96.9554vw,-10px) scale(.0598);animation:fall-85 11s -26s linear infinite}@keyframes fall-85{62.681%{transform:translate(87.6636vw,62.681vh) scale(.0598)}to{transform:translate(92.3095vw,99vh) scale(.0598)}}.snow:nth-child(86){opacity:1.1754;transform:translate(20.1592vw,-10px) scale(.0125);animation:fall-86 20s -21s linear infinite}@keyframes fall-86{75.618%{transform:translate(24.3279vw,75.618vh) scale(.0125)}to{transform:translate(22.24355vw,99vh) scale(.0125)}}.snow:nth-child(87){opacity:1.444;transform:translate(52.7177vw,-10px) scale(.8981);animation:fall-87 10s -19s linear infinite}@keyframes fall-87{60.75%{transform:translate(60.5822vw,60.75vh) scale(.8981)}to{transform:translate(56.64995vw,99vh) scale(.8981)}}.snow:nth-child(88){opacity:1.4158;transform:translate(46.7701vw,-10px) scale(.7312);animation:fall-88 21s -13s linear infinite}@keyframes fall-88{62.457%{transform:translate(36.8413vw,62.457vh) scale(.7312)}to{transform:translate(41.8057vw,99vh) scale(.7312)}}.snow:nth-child(89){opacity:1.678;transform:translate(77.5286vw,-10px) scale(.545);animation:fall-89 15s -28s linear infinite}@keyframes fall-89{61.054%{transform:translate(68.0431vw,61.054vh) scale(.545)}to{transform:translate(72.78585vw,99vh) scale(.545)}}.snow:nth-child(90){opacity:1.7586;transform:translate(60.1151vw,-10px) scale(.3985);animation:fall-90 16s -12s linear infinite}@keyframes fall-90{51.565%{transform:translate(67.2821vw,51.565vh) scale(.3985)}to{transform:translate(63.6986vw,99vh) scale(.3985)}}.snow:nth-child(91){opacity:.7466;transform:translate(20.1198vw,-10px) scale(.0434);animation:fall-91 11s -23s linear infinite}@keyframes fall-91{73.331%{transform:translate(23.734vw,73.331vh) scale(.0434)}to{transform:translate(21.9269vw,99vh) scale(.0434)}}.snow:nth-child(92){opacity:1.786;transform:translate(3.2682vw,-10px) scale(.0246);animation:fall-92 10s -29s linear infinite}@keyframes fall-92{39.481%{transform:translate(2.971vw,39.481vh) scale(.0246)}to{transform:translate(3.1196vw,99vh) scale(.0246)}}.snow:nth-child(93){opacity:1.2394;transform:translate(8.603vw,-10px) scale(.8608);animation:fall-93 18s -2s linear infinite}@keyframes fall-93{36.518%{transform:translate(5vw,36.518vh) scale(.8608)}to{transform:translate(6.8015vw,99vh) scale(.8608)}}.snow:nth-child(94){opacity:1.424;transform:translate(61.6vw,-10px) scale(.1419);animation:fall-94 26s -7s linear infinite}@keyframes fall-94{71.933%{transform:translate(63.536vw,71.933vh) scale(.1419)}to{transform:translate(62.568vw,99vh) scale(.1419)}}.snow:nth-child(95){opacity:.992;transform:translate(.6094vw,-10px) scale(.5801);animation:fall-95 30s -24s linear infinite}@keyframes fall-95{53.062%{transform:translate(-2.6338vw,53.062vh) scale(.5801)}to{transform:translate(-1.0122vw,99vh) scale(.5801)}}.snow:nth-child(96){opacity:.3744;transform:translate(22.505vw,-10px) scale(.0576);animation:fall-96 26s -12s linear infinite}@keyframes fall-96{45.943%{transform:translate(14.9193vw,45.943vh) scale(.0576)}to{transform:translate(18.71215vw,99vh) scale(.0576)}}.snow:nth-child(97){opacity:1.7764;transform:translate(61.5556vw,-10px) scale(.4664);animation:fall-97 29s -4s linear infinite}@keyframes fall-97{60.395%{transform:translate(53.9353vw,60.395vh) scale(.4664)}to{transform:translate(57.74545vw,99vh) scale(.4664)}}.snow:nth-child(98){opacity:1.2204;transform:translate(74.9558vw,-10px) scale(.8182);animation:fall-98 24s -15s linear infinite}@keyframes fall-98{50.289%{transform:translate(67.4308vw,50.289vh) scale(.8182)}to{transform:translate(71.1933vw,99vh) scale(.8182)}}.snow:nth-child(99){opacity:1.8054;transform:translate(75.4551vw,-10px) scale(.8231);animation:fall-99 26s -6s linear infinite}@keyframes fall-99{45.493%{transform:translate(81.2862vw,45.493vh) scale(.8231)}to{transform:translate(78.37065vw,99vh) scale(.8231)}}.snow:nth-child(100){opacity:.9788;transform:translate(42.9065vw,-10px) scale(.5631);animation:fall-100 30s -17s linear infinite}@keyframes fall-100{67.535%{transform:translate(37.8289vw,67.535vh) scale(.5631)}to{transform:translate(40.3677vw,99vh) scale(.5631)}}.snow:nth-child(101){opacity:.641;transform:translate(40.5452vw,-10px) scale(.3973);animation:fall-101 20s -27s linear infinite}@keyframes fall-101{77.459%{transform:translate(37.3619vw,77.459vh) scale(.3973)}to{transform:translate(38.95355vw,99vh) scale(.3973)}}.snow:nth-child(102){opacity:1.8842;transform:translate(54.2721vw,-10px) scale(.6285);animation:fall-102 21s -14s linear infinite}@keyframes fall-102{77.702%{transform:translate(46.9518vw,77.702vh) scale(.6285)}to{transform:translate(50.61195vw,99vh) scale(.6285)}}.snow:nth-child(103){opacity:1.62;transform:translate(2.7928vw,-10px) scale(.4209);animation:fall-103 27s -27s linear infinite}@keyframes fall-103{70.844%{transform:translate(3.5595vw,70.844vh) scale(.4209)}to{transform:translate(3.17615vw,99vh) scale(.4209)}}.snow:nth-child(104){opacity:1.517;transform:translate(52.4327vw,-10px) scale(.7538);animation:fall-104 19s -17s linear infinite}@keyframes fall-104{78.221%{transform:translate(45.7004vw,78.221vh) scale(.7538)}to{transform:translate(49.06655vw,99vh) scale(.7538)}}.snow:nth-child(105){opacity:.7146;transform:translate(98.2338vw,-10px) scale(.5605);animation:fall-105 17s -4s linear infinite}@keyframes fall-105{73.247%{transform:translate(102.4008vw,73.247vh) scale(.5605)}to{transform:translate(100.3173vw,99vh) scale(.5605)}}.snow:nth-child(106){opacity:1.4168;transform:translate(65.9626vw,-10px) scale(.9287);animation:fall-106 11s -12s linear infinite}@keyframes fall-106{67.466%{transform:translate(65.0567vw,67.466vh) scale(.9287)}to{transform:translate(65.50965vw,99vh) scale(.9287)}}.snow:nth-child(107){opacity:.8164;transform:translate(26.5739vw,-10px) scale(.4666);animation:fall-107 21s -16s linear infinite}@keyframes fall-107{72.694%{transform:translate(23.1182vw,72.694vh) scale(.4666)}to{transform:translate(24.84605vw,99vh) scale(.4666)}}.snow:nth-child(108){opacity:1.0292;transform:translate(26.9346vw,-10px) scale(.3444);animation:fall-108 12s -9s linear infinite}@keyframes fall-108{71.241%{transform:translate(18.85vw,71.241vh) scale(.3444)}to{transform:translate(22.8923vw,99vh) scale(.3444)}}.snow:nth-child(109){opacity:1.3906;transform:translate(3.5593vw,-10px) scale(.459);animation:fall-109 27s -21s linear infinite}@keyframes fall-109{32.827%{transform:translate(6.2189vw,32.827vh) scale(.459)}to{transform:translate(4.8891vw,99vh) scale(.459)}}.snow:nth-child(110){opacity:1.9028;transform:translate(28.4947vw,-10px) scale(.8761);animation:fall-110 25s -12s linear infinite}@keyframes fall-110{60.416%{transform:translate(26.0247vw,60.416vh) scale(.8761)}to{transform:translate(27.2597vw,99vh) scale(.8761)}}.snow:nth-child(111){opacity:.2496;transform:translate(39.9569vw,-10px) scale(.5508);animation:fall-111 11s -29s linear infinite}@keyframes fall-111{52.909%{transform:translate(35.2162vw,52.909vh) scale(.5508)}to{transform:translate(37.58655vw,99vh) scale(.5508)}}.snow:nth-child(112){opacity:.2236;transform:translate(66.9413vw,-10px) scale(.1281);animation:fall-112 24s -8s linear infinite}@keyframes fall-112{54.607%{transform:translate(69.3055vw,54.607vh) scale(.1281)}to{transform:translate(68.1234vw,99vh) scale(.1281)}}.snow:nth-child(113){opacity:1.666;transform:translate(79.5052vw,-10px) scale(.8088);animation:fall-113 25s -8s linear infinite}@keyframes fall-113{30.32%{transform:translate(80.1149vw,30.32vh) scale(.8088)}to{transform:translate(79.81005vw,99vh) scale(.8088)}}.snow:nth-child(114){opacity:1.7714;transform:translate(16.0317vw,-10px) scale(.7874);animation:fall-114 12s -26s linear infinite}@keyframes fall-114{50.11%{transform:translate(18.667vw,50.11vh) scale(.7874)}to{transform:translate(17.34935vw,99vh) scale(.7874)}}.snow:nth-child(115){opacity:1.0494;transform:translate(83.1758vw,-10px) scale(.3532);animation:fall-115 24s -7s linear infinite}@keyframes fall-115{39.261%{transform:translate(92.283vw,39.261vh) scale(.3532)}to{transform:translate(87.7294vw,99vh) scale(.3532)}}.snow:nth-child(116){opacity:1.0088;transform:translate(70.1183vw,-10px) scale(.1204);animation:fall-116 30s -27s linear infinite}@keyframes fall-116{34.716%{transform:translate(70.1198vw,34.716vh) scale(.1204)}to{transform:translate(70.11905vw,99vh) scale(.1204)}}.snow:nth-child(117){opacity:1.1432;transform:translate(47.4472vw,-10px) scale(.0579);animation:fall-117 11s -17s linear infinite}@keyframes fall-117{37.705%{transform:translate(45.9565vw,37.705vh) scale(.0579)}to{transform:translate(46.70185vw,99vh) scale(.0579)}}.snow:nth-child(118){opacity:1.5398;transform:translate(54.6141vw,-10px) scale(.1525);animation:fall-118 11s -7s linear infinite}@keyframes fall-118{45.412%{transform:translate(62.0625vw,45.412vh) scale(.1525)}to{transform:translate(58.3383vw,99vh) scale(.1525)}}.snow:nth-child(119){opacity:1.6842;transform:translate(56.624vw,-10px) scale(.1606);animation:fall-119 10s -30s linear infinite}@keyframes fall-119{34.3%{transform:translate(51.9353vw,34.3vh) scale(.1606)}to{transform:translate(54.27965vw,99vh) scale(.1606)}}.snow:nth-child(120){opacity:1.805;transform:translate(83.3458vw,-10px) scale(.0675);animation:fall-120 25s -3s linear infinite}@keyframes fall-120{58.595%{transform:translate(89.8986vw,58.595vh) scale(.0675)}to{transform:translate(86.6222vw,99vh) scale(.0675)}}.snow:nth-child(121){opacity:.5312;transform:translate(23.1552vw,-10px) scale(.7859);animation:fall-121 26s -26s linear infinite}@keyframes fall-121{77.449%{transform:translate(16.0965vw,77.449vh) scale(.7859)}to{transform:translate(19.62585vw,99vh) scale(.7859)}}.snow:nth-child(122){opacity:1.5966;transform:translate(15.8814vw,-10px) scale(.6244);animation:fall-122 21s -26s linear infinite}@keyframes fall-122{71.385%{transform:translate(22.134vw,71.385vh) scale(.6244)}to{transform:translate(19.0077vw,99vh) scale(.6244)}}.snow:nth-child(123){opacity:1.5748;transform:translate(20.5763vw,-10px) scale(.4252);animation:fall-123 30s -16s linear infinite}@keyframes fall-123{41.949%{transform:translate(18.8617vw,41.949vh) scale(.4252)}to{transform:translate(19.719vw,99vh) scale(.4252)}}.snow:nth-child(124){opacity:1.3584;transform:translate(19.384vw,-10px) scale(.2086);animation:fall-124 20s -28s linear infinite}@keyframes fall-124{71.023%{transform:translate(16.9829vw,71.023vh) scale(.2086)}to{transform:translate(18.18345vw,99vh) scale(.2086)}}.snow:nth-child(125){opacity:.2668;transform:translate(53.8159vw,-10px) scale(.7257);animation:fall-125 22s -16s linear infinite}@keyframes fall-125{68.53%{transform:translate(45.2926vw,68.53vh) scale(.7257)}to{transform:translate(49.55425vw,99vh) scale(.7257)}}.snow:nth-child(126){opacity:.9586;transform:translate(85.2945vw,-10px) scale(.2305);animation:fall-126 30s -26s linear infinite}@keyframes fall-126{62.825%{transform:translate(91.3773vw,62.825vh) scale(.2305)}to{transform:translate(88.3359vw,99vh) scale(.2305)}}.snow:nth-child(127){opacity:.6068;transform:translate(45.6199vw,-10px) scale(.596);animation:fall-127 12s -18s linear infinite}@keyframes fall-127{79.219%{transform:translate(49.5159vw,79.219vh) scale(.596)}to{transform:translate(47.5679vw,99vh) scale(.596)}}.snow:nth-child(128){opacity:.3486;transform:translate(23.7782vw,-10px) scale(.1303);animation:fall-128 30s -19s linear infinite}@keyframes fall-128{79.099%{transform:translate(24.12vw,79.099vh) scale(.1303)}to{transform:translate(23.9491vw,99vh) scale(.1303)}}.snow:nth-child(129){opacity:1.1174;transform:translate(13.3668vw,-10px) scale(.2868);animation:fall-129 24s -16s linear infinite}@keyframes fall-129{79.203%{transform:translate(18.9723vw,79.203vh) scale(.2868)}to{transform:translate(16.16955vw,99vh) scale(.2868)}}.snow:nth-child(130){opacity:1.6368;transform:translate(75.2215vw,-10px) scale(.9823);animation:fall-130 24s -16s linear infinite}@keyframes fall-130{32.961%{transform:translate(74.1431vw,32.961vh) scale(.9823)}to{transform:translate(74.6823vw,99vh) scale(.9823)}}.snow:nth-child(131){opacity:.7136;transform:translate(48.7692vw,-10px) scale(.0846);animation:fall-131 24s -26s linear infinite}@keyframes fall-131{79.112%{transform:translate(46.8686vw,79.112vh) scale(.0846)}to{transform:translate(47.8189vw,99vh) scale(.0846)}}.snow:nth-child(132){opacity:.508;transform:translate(72.6417vw,-10px) scale(.4546);animation:fall-132 19s -6s linear infinite}@keyframes fall-132{35.315%{transform:translate(74.9448vw,35.315vh) scale(.4546)}to{transform:translate(73.79325vw,99vh) scale(.4546)}}.snow:nth-child(133){opacity:.1718;transform:translate(97.5852vw,-10px) scale(.6574);animation:fall-133 26s -21s linear infinite}@keyframes fall-133{59.521%{transform:translate(101.3975vw,59.521vh) scale(.6574)}to{transform:translate(99.49135vw,99vh) scale(.6574)}}.snow:nth-child(134){opacity:.815;transform:translate(27.0595vw,-10px) scale(.0359);animation:fall-134 21s -5s linear infinite}@keyframes fall-134{78.153%{transform:translate(23.4825vw,78.153vh) scale(.0359)}to{transform:translate(25.271vw,99vh) scale(.0359)}}.snow:nth-child(135){opacity:.4708;transform:translate(76.0399vw,-10px) scale(.1306);animation:fall-135 25s -10s linear infinite}@keyframes fall-135{48.853%{transform:translate(72.9838vw,48.853vh) scale(.1306)}to{transform:translate(74.51185vw,99vh) scale(.1306)}}.snow:nth-child(136){opacity:1.037;transform:translate(7.8698vw,-10px) scale(.4831);animation:fall-136 25s -15s linear infinite}@keyframes fall-136{53.128%{transform:translate(7.7584vw,53.128vh) scale(.4831)}to{transform:translate(7.8141vw,99vh) scale(.4831)}}.snow:nth-child(137){opacity:.1562;transform:translate(23.4913vw,-10px) scale(.8262);animation:fall-137 17s -6s linear infinite}@keyframes fall-137{63.584%{transform:translate(23.5283vw,63.584vh) scale(.8262)}to{transform:translate(23.5098vw,99vh) scale(.8262)}}.snow:nth-child(138){opacity:1.9918;transform:translate(35.4418vw,-10px) scale(.7459);animation:fall-138 13s -5s linear infinite}@keyframes fall-138{43.88%{transform:translate(38.7761vw,43.88vh) scale(.7459)}to{transform:translate(37.10895vw,99vh) scale(.7459)}}.snow:nth-child(139){opacity:.8384;transform:translate(41.7534vw,-10px) scale(.7715);animation:fall-139 25s -23s linear infinite}@keyframes fall-139{35.622%{transform:translate(40.8296vw,35.622vh) scale(.7715)}to{transform:translate(41.2915vw,99vh) scale(.7715)}}.snow:nth-child(140){opacity:.2558;transform:translate(41.1326vw,-10px) scale(.3979);animation:fall-140 28s -4s linear infinite}@keyframes fall-140{35.379%{transform:translate(38.8466vw,35.379vh) scale(.3979)}to{transform:translate(39.9896vw,99vh) scale(.3979)}}.snow:nth-child(141){opacity:.6548;transform:translate(92.7913vw,-10px) scale(.5734);animation:fall-141 18s -18s linear infinite}@keyframes fall-141{40.771%{transform:translate(87.154vw,40.771vh) scale(.5734)}to{transform:translate(89.97265vw,99vh) scale(.5734)}}.snow:nth-child(142){opacity:1.2506;transform:translate(71.3163vw,-10px) scale(.2128);animation:fall-142 10s -22s linear infinite}@keyframes fall-142{73.832%{transform:translate(80.6394vw,73.832vh) scale(.2128)}to{transform:translate(75.97785vw,99vh) scale(.2128)}}.snow:nth-child(143){opacity:.9692;transform:translate(92.6582vw,-10px) scale(.2139);animation:fall-143 22s -23s linear infinite}@keyframes fall-143{42.448%{transform:translate(92.2358vw,42.448vh) scale(.2139)}to{transform:translate(92.447vw,99vh) scale(.2139)}}.snow:nth-child(144){opacity:1.211;transform:translate(3.1211vw,-10px) scale(.986);animation:fall-144 10s -21s linear infinite}@keyframes fall-144{65.199%{transform:translate(7.2555vw,65.199vh) scale(.986)}to{transform:translate(5.1883vw,99vh) scale(.986)}}.snow:nth-child(145){opacity:.016;transform:translate(81.5085vw,-10px) scale(.4088);animation:fall-145 20s -25s linear infinite}@keyframes fall-145{71.142%{transform:translate(78.998vw,71.142vh) scale(.4088)}to{transform:translate(80.25325vw,99vh) scale(.4088)}}.snow:nth-child(146){opacity:1.1072;transform:translate(64.8245vw,-10px) scale(.3119);animation:fall-146 27s -4s linear infinite}@keyframes fall-146{43.494%{transform:translate(59.0188vw,43.494vh) scale(.3119)}to{transform:translate(61.92165vw,99vh) scale(.3119)}}.snow:nth-child(147){opacity:.8984;transform:translate(45.9016vw,-10px) scale(.5578);animation:fall-147 12s -17s linear infinite}@keyframes fall-147{51.582%{transform:translate(48.9325vw,51.582vh) scale(.5578)}to{transform:translate(47.41705vw,99vh) scale(.5578)}}.snow:nth-child(148){opacity:1.4376;transform:translate(42.7154vw,-10px) scale(.3448);animation:fall-148 19s -2s linear infinite}@keyframes fall-148{64.881%{transform:translate(38.0954vw,64.881vh) scale(.3448)}to{transform:translate(40.4054vw,99vh) scale(.3448)}}.snow:nth-child(149){opacity:.3002;transform:translate(34.5819vw,-10px) scale(.5417);animation:fall-149 29s -24s linear infinite}@keyframes fall-149{56.007%{transform:translate(40.1886vw,56.007vh) scale(.5417)}to{transform:translate(37.38525vw,99vh) scale(.5417)}}.snow:nth-child(150){opacity:.9564;transform:translate(23.6836vw,-10px) scale(.1815);animation:fall-150 15s -18s linear infinite}@keyframes fall-150{48.295%{transform:translate(29.7838vw,48.295vh) scale(.1815)}to{transform:translate(26.7337vw,99vh) scale(.1815)}}.snow:nth-child(151){opacity:.3406;transform:translate(22.3125vw,-10px) scale(.442);animation:fall-151 29s -5s linear infinite}@keyframes fall-151{46.5%{transform:translate(16.6108vw,46.5vh) scale(.442)}to{transform:translate(19.46165vw,99vh) scale(.442)}}.snow:nth-child(152){opacity:.6698;transform:translate(77.7523vw,-10px) scale(.3052);animation:fall-152 13s -13s linear infinite}@keyframes fall-152{58.736%{transform:translate(84.6959vw,58.736vh) scale(.3052)}to{transform:translate(81.2241vw,99vh) scale(.3052)}}.snow:nth-child(153){opacity:.3094;transform:translate(91.0484vw,-10px) scale(.6044);animation:fall-153 17s -15s linear infinite}@keyframes fall-153{69.875%{transform:translate(83.8574vw,69.875vh) scale(.6044)}to{transform:translate(87.4529vw,99vh) scale(.6044)}}.snow:nth-child(154){opacity:1.434;transform:translate(58.5115vw,-10px) scale(.4775);animation:fall-154 14s -24s linear infinite}@keyframes fall-154{43.661%{transform:translate(58.2313vw,43.661vh) scale(.4775)}to{transform:translate(58.3714vw,99vh) scale(.4775)}}.snow:nth-child(155){opacity:.784;transform:translate(58.7994vw,-10px) scale(.4044);animation:fall-155 25s -11s linear infinite}@keyframes fall-155{39.892%{transform:translate(61.8247vw,39.892vh) scale(.4044)}to{transform:translate(60.31205vw,99vh) scale(.4044)}}.snow:nth-child(156){opacity:.2462;transform:translate(87.3217vw,-10px) scale(.7082);animation:fall-156 28s -29s linear infinite}@keyframes fall-156{47.997%{transform:translate(83.5898vw,47.997vh) scale(.7082)}to{transform:translate(85.45575vw,99vh) scale(.7082)}}.snow:nth-child(157){opacity:1.963;transform:translate(97.2118vw,-10px) scale(.6003);animation:fall-157 28s -12s linear infinite}@keyframes fall-157{37.057%{transform:translate(102.4733vw,37.057vh) scale(.6003)}to{transform:translate(99.84255vw,99vh) scale(.6003)}}.snow:nth-child(158){opacity:1.065;transform:translate(86.7588vw,-10px) scale(.1661);animation:fall-158 15s -1s linear infinite}@keyframes fall-158{68.072%{transform:translate(84.8782vw,68.072vh) scale(.1661)}to{transform:translate(85.8185vw,99vh) scale(.1661)}}.snow:nth-child(159){opacity:.2042;transform:translate(43.4236vw,-10px) scale(.8091);animation:fall-159 12s -8s linear infinite}@keyframes fall-159{38.885%{transform:translate(33.8009vw,38.885vh) scale(.8091)}to{transform:translate(38.61225vw,99vh) scale(.8091)}}.snow:nth-child(160){opacity:.9248;transform:translate(80.313vw,-10px) scale(.1785);animation:fall-160 13s -23s linear infinite}@keyframes fall-160{63.073%{transform:translate(89.0865vw,63.073vh) scale(.1785)}to{transform:translate(84.69975vw,99vh) scale(.1785)}}.snow:nth-child(161){opacity:1.7204;transform:translate(28.4922vw,-10px) scale(.2471);animation:fall-161 13s -8s linear infinite}@keyframes fall-161{45.355%{transform:translate(29.5115vw,45.355vh) scale(.2471)}to{transform:translate(29.00185vw,99vh) scale(.2471)}}.snow:nth-child(162){opacity:1.935;transform:translate(82.0994vw,-10px) scale(.9783);animation:fall-162 10s -22s linear infinite}@keyframes fall-162{30.371%{transform:translate(85.6702vw,30.371vh) scale(.9783)}to{transform:translate(83.8848vw,99vh) scale(.9783)}}.snow:nth-child(163){opacity:.9804;transform:translate(33.8036vw,-10px) scale(.0177);animation:fall-163 14s -26s linear infinite}@keyframes fall-163{48.41%{transform:translate(34.5728vw,48.41vh) scale(.0177)}to{transform:translate(34.1882vw,99vh) scale(.0177)}}.snow:nth-child(164){opacity:1.7352;transform:translate(30.6768vw,-10px) scale(.3798);animation:fall-164 24s -28s linear infinite}@keyframes fall-164{33.183%{transform:translate(31.9263vw,33.183vh) scale(.3798)}to{transform:translate(31.30155vw,99vh) scale(.3798)}}.snow:nth-child(165){opacity:1.5492;transform:translate(7.3265vw,-10px) scale(.822);animation:fall-165 17s -27s linear infinite}@keyframes fall-165{37.433%{transform:translate(10.1041vw,37.433vh) scale(.822)}to{transform:translate(8.7153vw,99vh) scale(.822)}}.snow:nth-child(166){opacity:.2644;transform:translate(30.0799vw,-10px) scale(.0893);animation:fall-166 30s -21s linear infinite}@keyframes fall-166{59.093%{transform:translate(31.3341vw,59.093vh) scale(.0893)}to{transform:translate(30.707vw,99vh) scale(.0893)}}.snow:nth-child(167){opacity:.5428;transform:translate(68.8418vw,-10px) scale(.5969);animation:fall-167 11s -1s linear infinite}@keyframes fall-167{64.201%{transform:translate(67.6893vw,64.201vh) scale(.5969)}to{transform:translate(68.26555vw,99vh) scale(.5969)}}.snow:nth-child(168){opacity:.6278;transform:translate(95.3829vw,-10px) scale(.5808);animation:fall-168 30s -20s linear infinite}@keyframes fall-168{65.46%{transform:translate(90.1887vw,65.46vh) scale(.5808)}to{transform:translate(92.7858vw,99vh) scale(.5808)}}.snow:nth-child(169){opacity:1.6578;transform:translate(92.4631vw,-10px) scale(.8964);animation:fall-169 19s -23s linear infinite}@keyframes fall-169{71.949%{transform:translate(82.81vw,71.949vh) scale(.8964)}to{transform:translate(87.63655vw,99vh) scale(.8964)}}.snow:nth-child(170){opacity:.2054;transform:translate(25.0896vw,-10px) scale(.2597);animation:fall-170 11s -23s linear infinite}@keyframes fall-170{48.621%{transform:translate(15.3731vw,48.621vh) scale(.2597)}to{transform:translate(20.23135vw,99vh) scale(.2597)}}.snow:nth-child(171){opacity:.1026;transform:translate(66.9947vw,-10px) scale(.3494);animation:fall-171 19s -24s linear infinite}@keyframes fall-171{47.742%{transform:translate(75.6772vw,47.742vh) scale(.3494)}to{transform:translate(71.33595vw,99vh) scale(.3494)}}.snow:nth-child(172){opacity:1.1324;transform:translate(79.1178vw,-10px) scale(.4249);animation:fall-172 24s -9s linear infinite}@keyframes fall-172{46.883%{transform:translate(71.802vw,46.883vh) scale(.4249)}to{transform:translate(75.4599vw,99vh) scale(.4249)}}.snow:nth-child(173){opacity:.2596;transform:translate(83.6474vw,-10px) scale(.5457);animation:fall-173 16s -30s linear infinite}@keyframes fall-173{43.174%{transform:translate(79.5271vw,43.174vh) scale(.5457)}to{transform:translate(81.58725vw,99vh) scale(.5457)}}.snow:nth-child(174){opacity:1.6564;transform:translate(93.5135vw,-10px) scale(.994);animation:fall-174 17s -12s linear infinite}@keyframes fall-174{34.713%{transform:translate(92.1612vw,34.713vh) scale(.994)}to{transform:translate(92.83735vw,99vh) scale(.994)}}.snow:nth-child(175){opacity:.084;transform:translate(70.1235vw,-10px) scale(.8521);animation:fall-175 30s -10s linear infinite}@keyframes fall-175{41.62%{transform:translate(75.7283vw,41.62vh) scale(.8521)}to{transform:translate(72.9259vw,99vh) scale(.8521)}}.snow:nth-child(176){opacity:.5472;transform:translate(97.9335vw,-10px) scale(.5708);animation:fall-176 13s -25s linear infinite}@keyframes fall-176{58.469%{transform:translate(105.5758vw,58.469vh) scale(.5708)}to{transform:translate(101.75465vw,99vh) scale(.5708)}}.snow:nth-child(177){opacity:.8426;transform:translate(54.587vw,-10px) scale(.2299);animation:fall-177 26s -12s linear infinite}@keyframes fall-177{71.119%{transform:translate(51.2298vw,71.119vh) scale(.2299)}to{transform:translate(52.9084vw,99vh) scale(.2299)}}.snow:nth-child(178){opacity:.1534;transform:translate(40.9467vw,-10px) scale(.7703);animation:fall-178 15s -21s linear infinite}@keyframes fall-178{48.07%{transform:translate(39.8349vw,48.07vh) scale(.7703)}to{transform:translate(40.3908vw,99vh) scale(.7703)}}.snow:nth-child(179){opacity:1.8234;transform:translate(93.6489vw,-10px) scale(.7654);animation:fall-179 10s -23s linear infinite}@keyframes fall-179{56.052%{transform:translate(95.3196vw,56.052vh) scale(.7654)}to{transform:translate(94.48425vw,99vh) scale(.7654)}}.snow:nth-child(180){opacity:1.826;transform:translate(98.1vw,-10px) scale(.2432);animation:fall-180 19s -27s linear infinite}@keyframes fall-180{46.079%{transform:translate(96.4105vw,46.079vh) scale(.2432)}to{transform:translate(97.25525vw,99vh) scale(.2432)}}.snow:nth-child(181){opacity:.3436;transform:translate(57.4973vw,-10px) scale(.2853);animation:fall-181 23s -22s linear infinite}@keyframes fall-181{67.802%{transform:translate(60.4315vw,67.802vh) scale(.2853)}to{transform:translate(58.9644vw,99vh) scale(.2853)}}.snow:nth-child(182){opacity:.4342;transform:translate(7.3962vw,-10px) scale(.277);animation:fall-182 13s -13s linear infinite}@keyframes fall-182{42.573%{transform:translate(17.029vw,42.573vh) scale(.277)}to{transform:translate(12.2126vw,99vh) scale(.277)}}.snow:nth-child(183){opacity:1.1966;transform:translate(13.5117vw,-10px) scale(.9993);animation:fall-183 18s -16s linear infinite}@keyframes fall-183{59.953%{transform:translate(21.729vw,59.953vh) scale(.9993)}to{transform:translate(17.62035vw,99vh) scale(.9993)}}.snow:nth-child(184){opacity:.1546;transform:translate(89.3655vw,-10px) scale(.9797);animation:fall-184 20s -28s linear infinite}@keyframes fall-184{41.521%{transform:translate(94.895vw,41.521vh) scale(.9797)}to{transform:translate(92.13025vw,99vh) scale(.9797)}}.snow:nth-child(185){opacity:.6602;transform:translate(55.2958vw,-10px) scale(.846);animation:fall-185 19s -27s linear infinite}@keyframes fall-185{39.428%{transform:translate(48.6314vw,39.428vh) scale(.846)}to{transform:translate(51.9636vw,99vh) scale(.846)}}.snow:nth-child(186){opacity:.3818;transform:translate(94.7061vw,-10px) scale(.5069);animation:fall-186 15s -4s linear infinite}@keyframes fall-186{56.792%{transform:translate(98.8767vw,56.792vh) scale(.5069)}to{transform:translate(96.7914vw,99vh) scale(.5069)}}.snow:nth-child(187){opacity:.4388;transform:translate(81.8172vw,-10px) scale(.2241);animation:fall-187 21s -11s linear infinite}@keyframes fall-187{36.794%{transform:translate(81.0593vw,36.794vh) scale(.2241)}to{transform:translate(81.43825vw,99vh) scale(.2241)}}.snow:nth-child(188){opacity:1.3844;transform:translate(78.2321vw,-10px) scale(.7721);animation:fall-188 14s -1s linear infinite}@keyframes fall-188{72.207%{transform:translate(82.5621vw,72.207vh) scale(.7721)}to{transform:translate(80.3971vw,99vh) scale(.7721)}}.snow:nth-child(189){opacity:.1766;transform:translate(87.4591vw,-10px) scale(.2859);animation:fall-189 20s -11s linear infinite}@keyframes fall-189{56.755%{transform:translate(81.6889vw,56.755vh) scale(.2859)}to{transform:translate(84.574vw,99vh) scale(.2859)}}.snow:nth-child(190){opacity:1.8808;transform:translate(92.6554vw,-10px) scale(.8757);animation:fall-190 29s -9s linear infinite}@keyframes fall-190{66.655%{transform:translate(90.0756vw,66.655vh) scale(.8757)}to{transform:translate(91.3655vw,99vh) scale(.8757)}}.snow:nth-child(191){opacity:1.1232;transform:translate(20.1198vw,-10px) scale(.7987);animation:fall-191 28s -4s linear infinite}@keyframes fall-191{56.86%{transform:translate(21.6227vw,56.86vh) scale(.7987)}to{transform:translate(20.87125vw,99vh) scale(.7987)}}.snow:nth-child(192){opacity:.0926;transform:translate(34.0069vw,-10px) scale(.2413);animation:fall-192 14s -22s linear infinite}@keyframes fall-192{33.175%{transform:translate(27.4245vw,33.175vh) scale(.2413)}to{transform:translate(30.7157vw,99vh) scale(.2413)}}.snow:nth-child(193){opacity:1.041;transform:translate(77.1533vw,-10px) scale(.0293);animation:fall-193 10s -18s linear infinite}@keyframes fall-193{70.383%{transform:translate(78.6217vw,70.383vh) scale(.0293)}to{transform:translate(77.8875vw,99vh) scale(.0293)}}.snow:nth-child(194){opacity:1.3866;transform:translate(90.861vw,-10px) scale(.7463);animation:fall-194 11s -29s linear infinite}@keyframes fall-194{65.011%{transform:translate(95.1111vw,65.011vh) scale(.7463)}to{transform:translate(92.98605vw,99vh) scale(.7463)}}.snow:nth-child(195){opacity:1.8212;transform:translate(43.2559vw,-10px) scale(.6255);animation:fall-195 13s -29s linear infinite}@keyframes fall-195{52.739%{transform:translate(39.8486vw,52.739vh) scale(.6255)}to{transform:translate(41.55225vw,99vh) scale(.6255)}}.snow:nth-child(196){opacity:.1956;transform:translate(62.1376vw,-10px) scale(.2955);animation:fall-196 25s -11s linear infinite}@keyframes fall-196{48.942%{transform:translate(70.2842vw,48.942vh) scale(.2955)}to{transform:translate(66.2109vw,99vh) scale(.2955)}}.snow:nth-child(197){opacity:.8964;transform:translate(67.7753vw,-10px) scale(.5115);animation:fall-197 19s -16s linear infinite}@keyframes fall-197{49.181%{transform:translate(64.4856vw,49.181vh) scale(.5115)}to{transform:translate(66.13045vw,99vh) scale(.5115)}}.snow:nth-child(198){opacity:.4502;transform:translate(11.0454vw,-10px) scale(.3459);animation:fall-198 20s -19s linear infinite}@keyframes fall-198{67.305%{transform:translate(2.1769vw,67.305vh) scale(.3459)}to{transform:translate(6.61115vw,99vh) scale(.3459)}}.snow:nth-child(199){opacity:.1508;transform:translate(64.3436vw,-10px) scale(.1806);animation:fall-199 30s -6s linear infinite}@keyframes fall-199{64.148%{transform:translate(65.1659vw,64.148vh) scale(.1806)}to{transform:translate(64.75475vw,99vh) scale(.1806)}}.snow:nth-child(200){opacity:.477;transform:translate(15.1659vw,-10px) scale(.3463);animation:fall-200 16s -1s linear infinite}@keyframes fall-200{72.063%{transform:translate(23.1116vw,72.063vh) scale(.3463)}to{transform:translate(19.13875vw,99vh) scale(.3463)}}.snow:nth-child(201){opacity:.8232;transform:translate(99.8973vw,-10px) scale(.2225);animation:fall-201 19s -2s linear infinite}@keyframes fall-201{35.235%{transform:translate(96.1825vw,35.235vh) scale(.2225)}to{transform:translate(98.0399vw,99vh) scale(.2225)}}.snow:nth-child(202){opacity:.5534;transform:translate(32.1598vw,-10px) scale(.2517);animation:fall-202 25s -22s linear infinite}@keyframes fall-202{71.986%{transform:translate(36.0856vw,71.986vh) scale(.2517)}to{transform:translate(34.1227vw,99vh) scale(.2517)}}.snow:nth-child(203){opacity:.5102;transform:translate(12.9953vw,-10px) scale(.7683);animation:fall-203 17s -30s linear infinite}@keyframes fall-203{46.806%{transform:translate(20.8165vw,46.806vh) scale(.7683)}to{transform:translate(16.9059vw,99vh) scale(.7683)}}.snow:nth-child(204){opacity:.053;transform:translate(13.6734vw,-10px) scale(.7355);animation:fall-204 15s -9s linear infinite}@keyframes fall-204{64.369%{transform:translate(16.9816vw,64.369vh) scale(.7355)}to{transform:translate(15.3275vw,99vh) scale(.7355)}}.snow:nth-child(205){opacity:.4494;transform:translate(96.291vw,-10px) scale(.5869);animation:fall-205 16s -2s linear infinite}@keyframes fall-205{38.99%{transform:translate(106.2875vw,38.99vh) scale(.5869)}to{transform:translate(101.28925vw,99vh) scale(.5869)}}.snow:nth-child(206){opacity:.5036;transform:translate(53.0819vw,-10px) scale(.084);animation:fall-206 19s -9s linear infinite}@keyframes fall-206{49.44%{transform:translate(49.6453vw,49.44vh) scale(.084)}to{transform:translate(51.3636vw,99vh) scale(.084)}}.snow:nth-child(207){opacity:.0608;transform:translate(19.9072vw,-10px) scale(.7397);animation:fall-207 25s -25s linear infinite}@keyframes fall-207{38.273%{transform:translate(27.4691vw,38.273vh) scale(.7397)}to{transform:translate(23.68815vw,99vh) scale(.7397)}}.snow:nth-child(208){opacity:.9404;transform:translate(16.0023vw,-10px) scale(.4549);animation:fall-208 23s -13s linear infinite}@keyframes fall-208{58.411%{transform:translate(16.0793vw,58.411vh) scale(.4549)}to{transform:translate(16.0408vw,99vh) scale(.4549)}}.snow:nth-child(209){opacity:1.2702;transform:translate(82.3702vw,-10px) scale(.8094);animation:fall-209 12s -11s linear infinite}@keyframes fall-209{45.846%{transform:translate(75.8127vw,45.846vh) scale(.8094)}to{transform:translate(79.09145vw,99vh) scale(.8094)}}.snow:nth-child(210){opacity:1.7112;transform:translate(29.6564vw,-10px) scale(.5696);animation:fall-210 26s -23s linear infinite}@keyframes fall-210{36.1%{transform:translate(30.8123vw,36.1vh) scale(.5696)}to{transform:translate(30.23435vw,99vh) scale(.5696)}}.snow:nth-child(211){opacity:1.1298;transform:translate(86.2612vw,-10px) scale(.3848);animation:fall-211 25s -5s linear infinite}@keyframes fall-211{66.586%{transform:translate(78.6523vw,66.586vh) scale(.3848)}to{transform:translate(82.45675vw,99vh) scale(.3848)}}.snow:nth-child(212){opacity:.8912;transform:translate(59.8674vw,-10px) scale(.0726);animation:fall-212 30s -3s linear infinite}@keyframes fall-212{46.507%{transform:translate(68.6183vw,46.507vh) scale(.0726)}to{transform:translate(64.24285vw,99vh) scale(.0726)}}.snow:nth-child(213){opacity:1.211;transform:translate(56.5151vw,-10px) scale(.032);animation:fall-213 23s -25s linear infinite}@keyframes fall-213{74.858%{transform:translate(66.1848vw,74.858vh) scale(.032)}to{transform:translate(61.34995vw,99vh) scale(.032)}}.snow:nth-child(214){opacity:1.2086;transform:translate(81.5116vw,-10px) scale(.2602);animation:fall-214 25s -28s linear infinite}@keyframes fall-214{44.849%{transform:translate(78.1604vw,44.849vh) scale(.2602)}to{transform:translate(79.836vw,99vh) scale(.2602)}}.snow:nth-child(215){opacity:.651;transform:translate(92.1124vw,-10px) scale(.6268);animation:fall-215 27s -19s linear infinite}@keyframes fall-215{48.095%{transform:translate(88.0998vw,48.095vh) scale(.6268)}to{transform:translate(90.1061vw,99vh) scale(.6268)}}.snow:nth-child(216){opacity:.2018;transform:translate(47.0221vw,-10px) scale(.1686);animation:fall-216 28s -21s linear infinite}@keyframes fall-216{52.733%{transform:translate(54.861vw,52.733vh) scale(.1686)}to{transform:translate(50.94155vw,99vh) scale(.1686)}}.snow:nth-child(217){opacity:1.1398;transform:translate(11.7223vw,-10px) scale(.1682);animation:fall-217 13s -29s linear infinite}@keyframes fall-217{62.91%{transform:translate(14.8315vw,62.91vh) scale(.1682)}to{transform:translate(13.2769vw,99vh) scale(.1682)}}.snow:nth-child(218){opacity:.6454;transform:translate(4.003vw,-10px) scale(.5348);animation:fall-218 21s -27s linear infinite}@keyframes fall-218{65.548%{transform:translate(4.8622vw,65.548vh) scale(.5348)}to{transform:translate(4.4326vw,99vh) scale(.5348)}}.snow:nth-child(219){opacity:.1014;transform:translate(95.8903vw,-10px) scale(.9686);animation:fall-219 29s -29s linear infinite}@keyframes fall-219{46.634%{transform:translate(101.8419vw,46.634vh) scale(.9686)}to{transform:translate(98.8661vw,99vh) scale(.9686)}}.snow:nth-child(220){opacity:.9634;transform:translate(85.1561vw,-10px) scale(.7004);animation:fall-220 13s -4s linear infinite}@keyframes fall-220{49.698%{transform:translate(79.0631vw,49.698vh) scale(.7004)}to{transform:translate(82.1096vw,99vh) scale(.7004)}}.snow:nth-child(221){opacity:.4912;transform:translate(4.9182vw,-10px) scale(.2996);animation:fall-221 22s -4s linear infinite}@keyframes fall-221{61.555%{transform:translate(.1652vw,61.555vh) scale(.2996)}to{transform:translate(2.5417vw,99vh) scale(.2996)}}.snow:nth-child(222){opacity:.8138;transform:translate(31.0591vw,-10px) scale(.6462);animation:fall-222 26s -17s linear infinite}@keyframes fall-222{41.516%{transform:translate(32.2639vw,41.516vh) scale(.6462)}to{transform:translate(31.6615vw,99vh) scale(.6462)}}.snow:nth-child(223){opacity:1.905;transform:translate(81.5845vw,-10px) scale(.8888);animation:fall-223 25s -13s linear infinite}@keyframes fall-223{62.832%{transform:translate(90.7553vw,62.832vh) scale(.8888)}to{transform:translate(86.1699vw,99vh) scale(.8888)}}.snow:nth-child(224){opacity:1.8064;transform:translate(8.5659vw,-10px) scale(.9813);animation:fall-224 27s -12s linear infinite}@keyframes fall-224{49.021%{transform:translate(-1.1988vw,49.021vh) scale(.9813)}to{transform:translate(3.68355vw,99vh) scale(.9813)}}.snow:nth-child(225){opacity:.1938;transform:translate(75.3063vw,-10px) scale(.2424);animation:fall-225 30s -5s linear infinite}@keyframes fall-225{78.804%{transform:translate(67.0973vw,78.804vh) scale(.2424)}to{transform:translate(71.2018vw,99vh) scale(.2424)}}.snow:nth-child(226){opacity:1.7134;transform:translate(68.4439vw,-10px) scale(.0605);animation:fall-226 16s -21s linear infinite}@keyframes fall-226{78.542%{transform:translate(72.1924vw,78.542vh) scale(.0605)}to{transform:translate(70.31815vw,99vh) scale(.0605)}}.snow:nth-child(227){opacity:1.2114;transform:translate(36.5596vw,-10px) scale(.1126);animation:fall-227 13s -17s linear infinite}@keyframes fall-227{38.684%{transform:translate(43.8481vw,38.684vh) scale(.1126)}to{transform:translate(40.20385vw,99vh) scale(.1126)}}.snow:nth-child(228){opacity:.9238;transform:translate(55.1614vw,-10px) scale(.0045);animation:fall-228 11s -20s linear infinite}@keyframes fall-228{68.84%{transform:translate(46.5132vw,68.84vh) scale(.0045)}to{transform:translate(50.8373vw,99vh) scale(.0045)}}.snow:nth-child(229){opacity:.8292;transform:translate(40.3794vw,-10px) scale(.4136);animation:fall-229 15s -13s linear infinite}@keyframes fall-229{65.287%{transform:translate(39.0587vw,65.287vh) scale(.4136)}to{transform:translate(39.71905vw,99vh) scale(.4136)}}.snow:nth-child(230){opacity:1.3458;transform:translate(4.0604vw,-10px) scale(.4785);animation:fall-230 17s -26s linear infinite}@keyframes fall-230{59.932%{transform:translate(-3.4562vw,59.932vh) scale(.4785)}to{transform:translate(.3021vw,99vh) scale(.4785)}}.snow:nth-child(231){opacity:1.5046;transform:translate(67.7173vw,-10px) scale(.4944);animation:fall-231 12s -16s linear infinite}@keyframes fall-231{72.236%{transform:translate(58.7072vw,72.236vh) scale(.4944)}to{transform:translate(63.21225vw,99vh) scale(.4944)}}.snow:nth-child(232){opacity:.3134;transform:translate(37.193vw,-10px) scale(.9815);animation:fall-232 20s -15s linear infinite}@keyframes fall-232{52.488%{transform:translate(38.8153vw,52.488vh) scale(.9815)}to{transform:translate(38.00415vw,99vh) scale(.9815)}}.snow:nth-child(233){opacity:.5446;transform:translate(6.4694vw,-10px) scale(.1775);animation:fall-233 21s -7s linear infinite}@keyframes fall-233{65.859%{transform:translate(4.5292vw,65.859vh) scale(.1775)}to{transform:translate(5.4993vw,99vh) scale(.1775)}}.snow:nth-child(234){opacity:.941;transform:translate(18.8867vw,-10px) scale(.052);animation:fall-234 23s -24s linear infinite}@keyframes fall-234{49.406%{transform:translate(14.9371vw,49.406vh) scale(.052)}to{transform:translate(16.9119vw,99vh) scale(.052)}}.snow:nth-child(235){opacity:1.8616;transform:translate(93.7777vw,-10px) scale(.2522);animation:fall-235 30s -10s linear infinite}@keyframes fall-235{77.106%{transform:translate(91.8358vw,77.106vh) scale(.2522)}to{transform:translate(92.80675vw,99vh) scale(.2522)}}.snow:nth-child(236){opacity:1.7622;transform:translate(32.8539vw,-10px) scale(.7237);animation:fall-236 21s -16s linear infinite}@keyframes fall-236{44.317%{transform:translate(24.8151vw,44.317vh) scale(.7237)}to{transform:translate(28.8345vw,99vh) scale(.7237)}}.snow:nth-child(237){opacity:.3274;transform:translate(95.0531vw,-10px) scale(.0293);animation:fall-237 16s -10s linear infinite}@keyframes fall-237{35.984%{transform:translate(101.5258vw,35.984vh) scale(.0293)}to{transform:translate(98.28945vw,99vh) scale(.0293)}}.snow:nth-child(238){opacity:1.4848;transform:translate(71.0811vw,-10px) scale(.4567);animation:fall-238 15s -15s linear infinite}@keyframes fall-238{73.081%{transform:translate(61.124vw,73.081vh) scale(.4567)}to{transform:translate(66.10255vw,99vh) scale(.4567)}}.snow:nth-child(239){opacity:1.4006;transform:translate(44.3116vw,-10px) scale(.7778);animation:fall-239 26s -27s linear infinite}@keyframes fall-239{50.086%{transform:translate(40.5433vw,50.086vh) scale(.7778)}to{transform:translate(42.42745vw,99vh) scale(.7778)}}.snow:nth-child(240){opacity:.6564;transform:translate(36.4901vw,-10px) scale(.5176);animation:fall-240 16s -4s linear infinite}@keyframes fall-240{43.75%{transform:translate(42.6039vw,43.75vh) scale(.5176)}to{transform:translate(39.547vw,99vh) scale(.5176)}}.snow:nth-child(241){opacity:.658;transform:translate(94.8608vw,-10px) scale(.1925);animation:fall-241 17s -2s linear infinite}@keyframes fall-241{45.636%{transform:translate(104.6422vw,45.636vh) scale(.1925)}to{transform:translate(99.7515vw,99vh) scale(.1925)}}.snow:nth-child(242){opacity:1.2478;transform:translate(74.8887vw,-10px) scale(.0498);animation:fall-242 15s -10s linear infinite}@keyframes fall-242{67.681%{transform:translate(74.9119vw,67.681vh) scale(.0498)}to{transform:translate(74.9003vw,99vh) scale(.0498)}}.snow:nth-child(243){opacity:.4744;transform:translate(2.2618vw,-10px) scale(.2095);animation:fall-243 14s -11s linear infinite}@keyframes fall-243{58.882%{transform:translate(-6.1433vw,58.882vh) scale(.2095)}to{transform:translate(-1.94075vw,99vh) scale(.2095)}}.snow:nth-child(244){opacity:.7674;transform:translate(64.6645vw,-10px) scale(.9183);animation:fall-244 23s -6s linear infinite}@keyframes fall-244{71.585%{transform:translate(65.6872vw,71.585vh) scale(.9183)}to{transform:translate(65.17585vw,99vh) scale(.9183)}}.snow:nth-child(245){opacity:.46;transform:translate(94.1396vw,-10px) scale(.6503);animation:fall-245 12s -19s linear infinite}@keyframes fall-245{52.691%{transform:translate(95.2143vw,52.691vh) scale(.6503)}to{transform:translate(94.67695vw,99vh) scale(.6503)}}.snow:nth-child(246){opacity:1.1298;transform:translate(87.6889vw,-10px) scale(.9875);animation:fall-246 30s -4s linear infinite}@keyframes fall-246{56.795%{transform:translate(94.1927vw,56.795vh) scale(.9875)}to{transform:translate(90.9408vw,99vh) scale(.9875)}}.snow:nth-child(247){opacity:1.6016;transform:translate(87.939vw,-10px) scale(.8656);animation:fall-247 15s -18s linear infinite}@keyframes fall-247{52.952%{transform:translate(80.5252vw,52.952vh) scale(.8656)}to{transform:translate(84.2321vw,99vh) scale(.8656)}}.snow:nth-child(248){opacity:1.0496;transform:translate(82.9651vw,-10px) scale(.2285);animation:fall-248 28s -24s linear infinite}@keyframes fall-248{44.881%{transform:translate(80.1136vw,44.881vh) scale(.2285)}to{transform:translate(81.53935vw,99vh) scale(.2285)}}.snow:nth-child(249){opacity:.5796;transform:translate(34.7113vw,-10px) scale(.9214);animation:fall-249 24s -2s linear infinite}@keyframes fall-249{36.244%{transform:translate(28.7978vw,36.244vh) scale(.9214)}to{transform:translate(31.75455vw,99vh) scale(.9214)}}.snow:nth-child(250){opacity:.7004;transform:translate(16.9375vw,-10px) scale(.8437);animation:fall-250 12s -13s linear infinite}@keyframes fall-250{37.417%{transform:translate(20.9505vw,37.417vh) scale(.8437)}to{transform:translate(18.944vw,99vh) scale(.8437)}}.snow:nth-child(251){opacity:1.8186;transform:translate(98.671vw,-10px) scale(.6046);animation:fall-251 21s -25s linear infinite}@keyframes fall-251{51.131%{transform:translate(96.7803vw,51.131vh) scale(.6046)}to{transform:translate(97.72565vw,99vh) scale(.6046)}}.snow:nth-child(252){opacity:.5188;transform:translate(14.4007vw,-10px) scale(.5528);animation:fall-252 17s -11s linear infinite}@keyframes fall-252{78.939%{transform:translate(10.4228vw,78.939vh) scale(.5528)}to{transform:translate(12.41175vw,99vh) scale(.5528)}}.snow:nth-child(253){opacity:.7182;transform:translate(37.7139vw,-10px) scale(.5486);animation:fall-253 10s -19s linear infinite}@keyframes fall-253{75.717%{transform:translate(28.627vw,75.717vh) scale(.5486)}to{transform:translate(33.17045vw,99vh) scale(.5486)}}.snow:nth-child(254){opacity:.7846;transform:translate(75.603vw,-10px) scale(.5993);animation:fall-254 30s -25s linear infinite}@keyframes fall-254{44.409%{transform:translate(74.4175vw,44.409vh) scale(.5993)}to{transform:translate(75.01025vw,99vh) scale(.5993)}}.snow:nth-child(255){opacity:1.44;transform:translate(9.6053vw,-10px) scale(.9843);animation:fall-255 23s -6s linear infinite}@keyframes fall-255{34.293%{transform:translate(4.4295vw,34.293vh) scale(.9843)}to{transform:translate(7.0174vw,99vh) scale(.9843)}}.snow:nth-child(256){opacity:1.2836;transform:translate(20.5894vw,-10px) scale(.5002);animation:fall-256 19s -8s linear infinite}@keyframes fall-256{53.198%{transform:translate(14.8024vw,53.198vh) scale(.5002)}to{transform:translate(17.6959vw,99vh) scale(.5002)}}.snow:nth-child(257){opacity:1.9262;transform:translate(60.8128vw,-10px) scale(.2253);animation:fall-257 10s -25s linear infinite}@keyframes fall-257{57.889%{transform:translate(64.4596vw,57.889vh) scale(.2253)}to{transform:translate(62.6362vw,99vh) scale(.2253)}}.snow:nth-child(258){opacity:.156;transform:translate(73.1576vw,-10px) scale(.4961);animation:fall-258 30s -14s linear infinite}@keyframes fall-258{59.278%{transform:translate(78.8598vw,59.278vh) scale(.4961)}to{transform:translate(76.0087vw,99vh) scale(.4961)}}.snow:nth-child(259){opacity:.5946;transform:translate(62.8259vw,-10px) scale(.196);animation:fall-259 29s -21s linear infinite}@keyframes fall-259{50.164%{transform:translate(53.5548vw,50.164vh) scale(.196)}to{transform:translate(58.19035vw,99vh) scale(.196)}}.snow:nth-child(260){opacity:.586;transform:translate(82.1175vw,-10px) scale(.6805);animation:fall-260 21s -5s linear infinite}@keyframes fall-260{77.417%{transform:translate(91.8063vw,77.417vh) scale(.6805)}to{transform:translate(86.9619vw,99vh) scale(.6805)}}.snow:nth-child(261){opacity:1.359;transform:translate(98.4717vw,-10px) scale(.5441);animation:fall-261 25s -3s linear infinite}@keyframes fall-261{30.811%{transform:translate(91.7602vw,30.811vh) scale(.5441)}to{transform:translate(95.11595vw,99vh) scale(.5441)}}.snow:nth-child(262){opacity:.7904;transform:translate(.7965vw,-10px) scale(.1818);animation:fall-262 13s -3s linear infinite}@keyframes fall-262{67.363%{transform:translate(-6.5375vw,67.363vh) scale(.1818)}to{transform:translate(-2.8705vw,99vh) scale(.1818)}}.snow:nth-child(263){opacity:1.264;transform:translate(33.8451vw,-10px) scale(.4933);animation:fall-263 17s -3s linear infinite}@keyframes fall-263{44.008%{transform:translate(25.4664vw,44.008vh) scale(.4933)}to{transform:translate(29.65575vw,99vh) scale(.4933)}}.snow:nth-child(264){opacity:1.1566;transform:translate(43.0395vw,-10px) scale(.5042);animation:fall-264 21s -21s linear infinite}@keyframes fall-264{72.478%{transform:translate(39.0475vw,72.478vh) scale(.5042)}to{transform:translate(41.0435vw,99vh) scale(.5042)}}.snow:nth-child(265){opacity:1.316;transform:translate(33.5105vw,-10px) scale(.9898);animation:fall-265 20s -2s linear infinite}@keyframes fall-265{42.746%{transform:translate(35.5388vw,42.746vh) scale(.9898)}to{transform:translate(34.52465vw,99vh) scale(.9898)}}.snow:nth-child(266){opacity:1.1472;transform:translate(20.2225vw,-10px) scale(.0683);animation:fall-266 17s -8s linear infinite}@keyframes fall-266{62.623%{transform:translate(17.718vw,62.623vh) scale(.0683)}to{transform:translate(18.97025vw,99vh) scale(.0683)}}.snow:nth-child(267){opacity:.2558;transform:translate(62.1717vw,-10px) scale(.6306);animation:fall-267 20s -13s linear infinite}@keyframes fall-267{77.477%{transform:translate(53.0655vw,77.477vh) scale(.6306)}to{transform:translate(57.6186vw,99vh) scale(.6306)}}.snow:nth-child(268){opacity:.3858;transform:translate(98.2221vw,-10px) scale(.7056);animation:fall-268 10s -23s linear infinite}@keyframes fall-268{64.955%{transform:translate(93.3745vw,64.955vh) scale(.7056)}to{transform:translate(95.7983vw,99vh) scale(.7056)}}.snow:nth-child(269){opacity:.9612;transform:translate(20.1584vw,-10px) scale(.897);animation:fall-269 12s -4s linear infinite}@keyframes fall-269{38.936%{transform:translate(12.3179vw,38.936vh) scale(.897)}to{transform:translate(16.23815vw,99vh) scale(.897)}}.snow:nth-child(270){opacity:1.1896;transform:translate(60.193vw,-10px) scale(.0525);animation:fall-270 14s -20s linear infinite}@keyframes fall-270{52.609%{transform:translate(52.8566vw,52.609vh) scale(.0525)}to{transform:translate(56.5248vw,99vh) scale(.0525)}}.snow:nth-child(271){opacity:.685;transform:translate(3.7531vw,-10px) scale(.4603);animation:fall-271 30s -8s linear infinite}@keyframes fall-271{36.719%{transform:translate(11.5978vw,36.719vh) scale(.4603)}to{transform:translate(7.67545vw,99vh) scale(.4603)}}.snow:nth-child(272){opacity:1.262;transform:translate(75.1581vw,-10px) scale(.7462);animation:fall-272 21s -20s linear infinite}@keyframes fall-272{67.424%{transform:translate(67.4268vw,67.424vh) scale(.7462)}to{transform:translate(71.29245vw,99vh) scale(.7462)}}.snow:nth-child(273){opacity:1.9698;transform:translate(50.2116vw,-10px) scale(.8304);animation:fall-273 17s -5s linear infinite}@keyframes fall-273{63.484%{transform:translate(48.9321vw,63.484vh) scale(.8304)}to{transform:translate(49.57185vw,99vh) scale(.8304)}}.snow:nth-child(274){opacity:.5936;transform:translate(40.0313vw,-10px) scale(.651);animation:fall-274 10s -21s linear infinite}@keyframes fall-274{33.186%{transform:translate(44.2279vw,33.186vh) scale(.651)}to{transform:translate(42.1296vw,99vh) scale(.651)}}.snow:nth-child(275){opacity:.5592;transform:translate(42.7973vw,-10px) scale(.3986);animation:fall-275 24s -5s linear infinite}@keyframes fall-275{50.165%{transform:translate(41.0855vw,50.165vh) scale(.3986)}to{transform:translate(41.9414vw,99vh) scale(.3986)}}.snow:nth-child(276){opacity:1.3524;transform:translate(37.7668vw,-10px) scale(.7972);animation:fall-276 22s -29s linear infinite}@keyframes fall-276{65.084%{transform:translate(31.3621vw,65.084vh) scale(.7972)}to{transform:translate(34.56445vw,99vh) scale(.7972)}}.snow:nth-child(277){opacity:.4208;transform:translate(46.4662vw,-10px) scale(.7523);animation:fall-277 23s -28s linear infinite}@keyframes fall-277{43.375%{transform:translate(50.3252vw,43.375vh) scale(.7523)}to{transform:translate(48.3957vw,99vh) scale(.7523)}}.snow:nth-child(278){opacity:1.2286;transform:translate(31.0602vw,-10px) scale(.6103);animation:fall-278 17s -29s linear infinite}@keyframes fall-278{55.869%{transform:translate(33.7404vw,55.869vh) scale(.6103)}to{transform:translate(32.4003vw,99vh) scale(.6103)}}.snow:nth-child(279){opacity:1.8224;transform:translate(54.2443vw,-10px) scale(.3091);animation:fall-279 23s -26s linear infinite}@keyframes fall-279{79.44%{transform:translate(45.1273vw,79.44vh) scale(.3091)}to{transform:translate(49.6858vw,99vh) scale(.3091)}}.snow:nth-child(280){opacity:.4468;transform:translate(48.3003vw,-10px) scale(.7441);animation:fall-280 24s -9s linear infinite}@keyframes fall-280{39.813%{transform:translate(50.2532vw,39.813vh) scale(.7441)}to{transform:translate(49.27675vw,99vh) scale(.7441)}}.snow:nth-child(281){opacity:1.0922;transform:translate(95.2062vw,-10px) scale(.408);animation:fall-281 25s -18s linear infinite}@keyframes fall-281{75.178%{transform:translate(98.4983vw,75.178vh) scale(.408)}to{transform:translate(96.85225vw,99vh) scale(.408)}}.snow:nth-child(282){opacity:.3366;transform:translate(44.3249vw,-10px) scale(.4609);animation:fall-282 21s -26s linear infinite}@keyframes fall-282{55.48%{transform:translate(38.9529vw,55.48vh) scale(.4609)}to{transform:translate(41.6389vw,99vh) scale(.4609)}}.snow:nth-child(283){opacity:.7204;transform:translate(82.013vw,-10px) scale(.0206);animation:fall-283 28s -14s linear infinite}@keyframes fall-283{77.8%{transform:translate(74.19vw,77.8vh) scale(.0206)}to{transform:translate(78.1015vw,99vh) scale(.0206)}}.snow:nth-child(284){opacity:1.1528;transform:translate(32.5308vw,-10px) scale(.4744);animation:fall-284 16s -29s linear infinite}@keyframes fall-284{64.034%{transform:translate(36.548vw,64.034vh) scale(.4744)}to{transform:translate(34.5394vw,99vh) scale(.4744)}}.snow:nth-child(285){opacity:.3152;transform:translate(26.6085vw,-10px) scale(.5441);animation:fall-285 27s -2s linear infinite}@keyframes fall-285{31.724%{transform:translate(28.4725vw,31.724vh) scale(.5441)}to{transform:translate(27.5405vw,99vh) scale(.5441)}}.snow:nth-child(286){opacity:1.3212;transform:translate(35.4064vw,-10px) scale(.4589);animation:fall-286 17s -5s linear infinite}@keyframes fall-286{56.981%{transform:translate(45.138vw,56.981vh) scale(.4589)}to{transform:translate(40.2722vw,99vh) scale(.4589)}}.snow:nth-child(287){opacity:.8582;transform:translate(62.5554vw,-10px) scale(.3328);animation:fall-287 30s -21s linear infinite}@keyframes fall-287{76.865%{transform:translate(54.4982vw,76.865vh) scale(.3328)}to{transform:translate(58.5268vw,99vh) scale(.3328)}}.snow:nth-child(288){opacity:.0006;transform:translate(70.8011vw,-10px) scale(.2255);animation:fall-288 26s -18s linear infinite}@keyframes fall-288{30.976%{transform:translate(80.5363vw,30.976vh) scale(.2255)}to{transform:translate(75.6687vw,99vh) scale(.2255)}}.snow:nth-child(289){opacity:.6412;transform:translate(18.8946vw,-10px) scale(.0411);animation:fall-289 25s -6s linear infinite}@keyframes fall-289{60.69%{transform:translate(18.8955vw,60.69vh) scale(.0411)}to{transform:translate(18.89505vw,99vh) scale(.0411)}}.snow:nth-child(290){opacity:.156;transform:translate(91.4431vw,-10px) scale(.5835);animation:fall-290 28s -25s linear infinite}@keyframes fall-290{76.565%{transform:translate(83.3645vw,76.565vh) scale(.5835)}to{transform:translate(87.4038vw,99vh) scale(.5835)}}.snow:nth-child(291){opacity:.9514;transform:translate(14.4497vw,-10px) scale(.3489);animation:fall-291 12s -2s linear infinite}@keyframes fall-291{53.989%{transform:translate(9.9826vw,53.989vh) scale(.3489)}to{transform:translate(12.21615vw,99vh) scale(.3489)}}.snow:nth-child(292){opacity:.8404;transform:translate(67.7979vw,-10px) scale(.6007);animation:fall-292 14s -16s linear infinite}@keyframes fall-292{41.062%{transform:translate(59.5946vw,41.062vh) scale(.6007)}to{transform:translate(63.69625vw,99vh) scale(.6007)}}.snow:nth-child(293){opacity:.2844;transform:translate(1.4879vw,-10px) scale(.292);animation:fall-293 27s -20s linear infinite}@keyframes fall-293{76.994%{transform:translate(6.2609vw,76.994vh) scale(.292)}to{transform:translate(3.8744vw,99vh) scale(.292)}}.snow:nth-child(294){opacity:1.9974;transform:translate(91.8536vw,-10px) scale(.9628);animation:fall-294 14s -28s linear infinite}@keyframes fall-294{70.6%{transform:translate(97.562vw,70.6vh) scale(.9628)}to{transform:translate(94.7078vw,99vh) scale(.9628)}}.snow:nth-child(295){opacity:1.6378;transform:translate(51.1373vw,-10px) scale(.1404);animation:fall-295 22s -20s linear infinite}@keyframes fall-295{39.481%{transform:translate(58.6926vw,39.481vh) scale(.1404)}to{transform:translate(54.91495vw,99vh) scale(.1404)}}.snow:nth-child(296){opacity:1.2256;transform:translate(3.1357vw,-10px) scale(.5491);animation:fall-296 30s -1s linear infinite}@keyframes fall-296{54.708%{transform:translate(4.0771vw,54.708vh) scale(.5491)}to{transform:translate(3.6064vw,99vh) scale(.5491)}}.snow:nth-child(297){opacity:1.6888;transform:translate(9.7831vw,-10px) scale(.4064);animation:fall-297 18s -20s linear infinite}@keyframes fall-297{34.067%{transform:translate(15.9211vw,34.067vh) scale(.4064)}to{transform:translate(12.8521vw,99vh) scale(.4064)}}.snow:nth-child(298){opacity:.118;transform:translate(58.9vw,-10px) scale(.8751);animation:fall-298 25s -16s linear infinite}@keyframes fall-298{42.075%{transform:translate(52.5244vw,42.075vh) scale(.8751)}to{transform:translate(55.7122vw,99vh) scale(.8751)}}.snow:nth-child(299){opacity:1.7316;transform:translate(36.6995vw,-10px) scale(.2873);animation:fall-299 13s -16s linear infinite}@keyframes fall-299{37.151%{transform:translate(29.8243vw,37.151vh) scale(.2873)}to{transform:translate(33.2619vw,99vh) scale(.2873)}}.snow:nth-child(300){opacity:1.7018;transform:translate(30.3365vw,-10px) scale(.553);animation:fall-300 22s -6s linear infinite}@keyframes fall-300{51.9%{transform:translate(40.1492vw,51.9vh) scale(.553)}to{transform:translate(35.24285vw,99vh) scale(.553)}}.snow:nth-child(301){opacity:1.0714;transform:translate(68.9573vw,-10px) scale(.0748);animation:fall-301 22s -3s linear infinite}@keyframes fall-301{78.842%{transform:translate(72.0984vw,78.842vh) scale(.0748)}to{transform:translate(70.52785vw,99vh) scale(.0748)}}.snow:nth-child(302){opacity:.7892;transform:translate(16.3894vw,-10px) scale(.2162);animation:fall-302 15s -3s linear infinite}@keyframes fall-302{45.557%{transform:translate(17.6806vw,45.557vh) scale(.2162)}to{transform:translate(17.035vw,99vh) scale(.2162)}}.snow:nth-child(303){opacity:.5366;transform:translate(27.9187vw,-10px) scale(.4);animation:fall-303 13s -23s linear infinite}@keyframes fall-303{46.715%{transform:translate(23.5792vw,46.715vh) scale(.4)}to{transform:translate(25.74895vw,99vh) scale(.4)}}.snow:nth-child(304){opacity:.7026;transform:translate(98.0733vw,-10px) scale(.7378);animation:fall-304 18s -25s linear infinite}@keyframes fall-304{32.988%{transform:translate(107.2531vw,32.988vh) scale(.7378)}to{transform:translate(102.6632vw,99vh) scale(.7378)}}.snow:nth-child(305){opacity:.8412;transform:translate(99.221vw,-10px) scale(.6644);animation:fall-305 24s -17s linear infinite}@keyframes fall-305{42.999%{transform:translate(97.5254vw,42.999vh) scale(.6644)}to{transform:translate(98.3732vw,99vh) scale(.6644)}}.snow:nth-child(306){opacity:1.857;transform:translate(69.6877vw,-10px) scale(.0786);animation:fall-306 22s -15s linear infinite}@keyframes fall-306{73.191%{transform:translate(72.2402vw,73.191vh) scale(.0786)}to{transform:translate(70.96395vw,99vh) scale(.0786)}}.snow:nth-child(307){opacity:1.3974;transform:translate(96.8635vw,-10px) scale(.1878);animation:fall-307 24s -26s linear infinite}@keyframes fall-307{65.88%{transform:translate(103.0933vw,65.88vh) scale(.1878)}to{transform:translate(99.9784vw,99vh) scale(.1878)}}.snow:nth-child(308){opacity:.4854;transform:translate(99.1502vw,-10px) scale(.5045);animation:fall-308 15s -21s linear infinite}@keyframes fall-308{79.202%{transform:translate(103.6403vw,79.202vh) scale(.5045)}to{transform:translate(101.39525vw,99vh) scale(.5045)}}.snow:nth-child(309){opacity:1.1716;transform:translate(88.5123vw,-10px) scale(.334);animation:fall-309 19s -26s linear infinite}@keyframes fall-309{32.769%{transform:translate(96.4844vw,32.769vh) scale(.334)}to{transform:translate(92.49835vw,99vh) scale(.334)}}.snow:nth-child(310){opacity:1.9538;transform:translate(96.805vw,-10px) scale(.4853);animation:fall-310 10s -4s linear infinite}@keyframes fall-310{45.503%{transform:translate(88.8485vw,45.503vh) scale(.4853)}to{transform:translate(92.82675vw,99vh) scale(.4853)}}.snow:nth-child(311){opacity:.8634;transform:translate(99.5954vw,-10px) scale(.746);animation:fall-311 18s -19s linear infinite}@keyframes fall-311{30.682%{transform:translate(94.3942vw,30.682vh) scale(.746)}to{transform:translate(96.9948vw,99vh) scale(.746)}}.snow:nth-child(312){opacity:1.962;transform:translate(13.5465vw,-10px) scale(.1938);animation:fall-312 27s -11s linear infinite}@keyframes fall-312{50.429%{transform:translate(5.1933vw,50.429vh) scale(.1938)}to{transform:translate(9.3699vw,99vh) scale(.1938)}}.snow:nth-child(313){opacity:1.739;transform:translate(94.782vw,-10px) scale(.0926);animation:fall-313 27s -13s linear infinite}@keyframes fall-313{36.323%{transform:translate(93.4795vw,36.323vh) scale(.0926)}to{transform:translate(94.13075vw,99vh) scale(.0926)}}.snow:nth-child(314){opacity:.6764;transform:translate(96.4561vw,-10px) scale(.652);animation:fall-314 10s -30s linear infinite}@keyframes fall-314{58.5%{transform:translate(105.765vw,58.5vh) scale(.652)}to{transform:translate(101.11055vw,99vh) scale(.652)}}.snow:nth-child(315){opacity:1.1398;transform:translate(96.8194vw,-10px) scale(.7632);animation:fall-315 27s -20s linear infinite}@keyframes fall-315{37.357%{transform:translate(97.4678vw,37.357vh) scale(.7632)}to{transform:translate(97.1436vw,99vh) scale(.7632)}}.snow:nth-child(316){opacity:.3012;transform:translate(29.8265vw,-10px) scale(.4869);animation:fall-316 24s -15s linear infinite}@keyframes fall-316{32.681%{transform:translate(39.095vw,32.681vh) scale(.4869)}to{transform:translate(34.46075vw,99vh) scale(.4869)}}.snow:nth-child(317){opacity:1.1192;transform:translate(21.953vw,-10px) scale(.1872);animation:fall-317 21s -20s linear infinite}@keyframes fall-317{70.442%{transform:translate(31.524vw,70.442vh) scale(.1872)}to{transform:translate(26.7385vw,99vh) scale(.1872)}}.snow:nth-child(318){opacity:.0692;transform:translate(6.7556vw,-10px) scale(.0533);animation:fall-318 29s -6s linear infinite}@keyframes fall-318{69.334%{transform:translate(2.9374vw,69.334vh) scale(.0533)}to{transform:translate(4.8465vw,99vh) scale(.0533)}}.snow:nth-child(319){opacity:.0794;transform:translate(44.3827vw,-10px) scale(.3952);animation:fall-319 28s -29s linear infinite}@keyframes fall-319{79.851%{transform:translate(49.0468vw,79.851vh) scale(.3952)}to{transform:translate(46.71475vw,99vh) scale(.3952)}}.snow:nth-child(320){opacity:.334;transform:translate(4.1583vw,-10px) scale(.3315);animation:fall-320 27s -4s linear infinite}@keyframes fall-320{61.659%{transform:translate(-2.5663vw,61.659vh) scale(.3315)}to{transform:translate(.796vw,99vh) scale(.3315)}}.snow:nth-child(321){opacity:1.9416;transform:translate(68.9065vw,-10px) scale(.1446);animation:fall-321 13s -6s linear infinite}@keyframes fall-321{77.108%{transform:translate(66.4827vw,77.108vh) scale(.1446)}to{transform:translate(67.6946vw,99vh) scale(.1446)}}.snow:nth-child(322){opacity:.223;transform:translate(74.126vw,-10px) scale(.907);animation:fall-322 15s -18s linear infinite}@keyframes fall-322{77.289%{transform:translate(76.0633vw,77.289vh) scale(.907)}to{transform:translate(75.09465vw,99vh) scale(.907)}}.snow:nth-child(323){opacity:1.6922;transform:translate(47.8728vw,-10px) scale(.3969);animation:fall-323 13s -21s linear infinite}@keyframes fall-323{79.527%{transform:translate(52.8338vw,79.527vh) scale(.3969)}to{transform:translate(50.3533vw,99vh) scale(.3969)}}.snow:nth-child(324){opacity:.595;transform:translate(18.8696vw,-10px) scale(.7702);animation:fall-324 23s -24s linear infinite}@keyframes fall-324{41.39%{transform:translate(25.8043vw,41.39vh) scale(.7702)}to{transform:translate(22.33695vw,99vh) scale(.7702)}}.snow:nth-child(325){opacity:.2698;transform:translate(37.9435vw,-10px) scale(.9113);animation:fall-325 16s -12s linear infinite}@keyframes fall-325{34.8%{transform:translate(37.9842vw,34.8vh) scale(.9113)}to{transform:translate(37.96385vw,99vh) scale(.9113)}}.snow:nth-child(326){opacity:1.4224;transform:translate(15.4523vw,-10px) scale(.4549);animation:fall-326 27s -4s linear infinite}@keyframes fall-326{62.633%{transform:translate(24.7978vw,62.633vh) scale(.4549)}to{transform:translate(20.12505vw,99vh) scale(.4549)}}.snow:nth-child(327){opacity:.5828;transform:translate(29.8362vw,-10px) scale(.5956);animation:fall-327 27s -29s linear infinite}@keyframes fall-327{38.19%{transform:translate(27.6169vw,38.19vh) scale(.5956)}to{transform:translate(28.72655vw,99vh) scale(.5956)}}.snow:nth-child(328){opacity:.6652;transform:translate(94.1532vw,-10px) scale(.9655);animation:fall-328 28s -10s linear infinite}@keyframes fall-328{79.14%{transform:translate(96.1626vw,79.14vh) scale(.9655)}to{transform:translate(95.1579vw,99vh) scale(.9655)}}.snow:nth-child(329){opacity:.808;transform:translate(20.6885vw,-10px) scale(.7928);animation:fall-329 17s -17s linear infinite}@keyframes fall-329{33.514%{transform:translate(21.9652vw,33.514vh) scale(.7928)}to{transform:translate(21.32685vw,99vh) scale(.7928)}}.snow:nth-child(330){opacity:.9726;transform:translate(82.0212vw,-10px) scale(.5548);animation:fall-330 10s -24s linear infinite}@keyframes fall-330{69.83%{transform:translate(88.8368vw,69.83vh) scale(.5548)}to{transform:translate(85.429vw,99vh) scale(.5548)}}.snow:nth-child(331){opacity:.2544;transform:translate(33.4771vw,-10px) scale(.8639);animation:fall-331 25s -23s linear infinite}@keyframes fall-331{78.253%{transform:translate(41.2026vw,78.253vh) scale(.8639)}to{transform:translate(37.33985vw,99vh) scale(.8639)}}.snow:nth-child(332){opacity:1.1006;transform:translate(59.6919vw,-10px) scale(.5699);animation:fall-332 19s -6s linear infinite}@keyframes fall-332{74.894%{transform:translate(58.8057vw,74.894vh) scale(.5699)}to{transform:translate(59.2488vw,99vh) scale(.5699)}}.snow:nth-child(333){opacity:.5824;transform:translate(55.8647vw,-10px) scale(.6428);animation:fall-333 15s -28s linear infinite}@keyframes fall-333{72.835%{transform:translate(58.4237vw,72.835vh) scale(.6428)}to{transform:translate(57.1442vw,99vh) scale(.6428)}}.snow:nth-child(334){opacity:.8934;transform:translate(93.6013vw,-10px) scale(.6083);animation:fall-334 18s -7s linear infinite}@keyframes fall-334{62.897%{transform:translate(98.3351vw,62.897vh) scale(.6083)}to{transform:translate(95.9682vw,99vh) scale(.6083)}}.snow:nth-child(335){opacity:.2772;transform:translate(88.3274vw,-10px) scale(.8619);animation:fall-335 10s -13s linear infinite}@keyframes fall-335{41.442%{transform:translate(83.4664vw,41.442vh) scale(.8619)}to{transform:translate(85.8969vw,99vh) scale(.8619)}}.snow:nth-child(336){opacity:1.4092;transform:translate(23.9394vw,-10px) scale(.2308);animation:fall-336 26s -27s linear infinite}@keyframes fall-336{65.948%{transform:translate(20.6735vw,65.948vh) scale(.2308)}to{transform:translate(22.30645vw,99vh) scale(.2308)}}.snow:nth-child(337){opacity:1.8622;transform:translate(4.61vw,-10px) scale(.3713);animation:fall-337 21s -13s linear infinite}@keyframes fall-337{50.316%{transform:translate(-.9675vw,50.316vh) scale(.3713)}to{transform:translate(1.82125vw,99vh) scale(.3713)}}.snow:nth-child(338){opacity:1.8026;transform:translate(47.4088vw,-10px) scale(.3622);animation:fall-338 12s -11s linear infinite}@keyframes fall-338{72.295%{transform:translate(57.0868vw,72.295vh) scale(.3622)}to{transform:translate(52.2478vw,99vh) scale(.3622)}}.snow:nth-child(339){opacity:.6592;transform:translate(50.2754vw,-10px) scale(.9817);animation:fall-339 23s -14s linear infinite}@keyframes fall-339{55.051%{transform:translate(53.1028vw,55.051vh) scale(.9817)}to{transform:translate(51.6891vw,99vh) scale(.9817)}}.snow:nth-child(340){opacity:1.0472;transform:translate(31.1909vw,-10px) scale(.8132);animation:fall-340 23s -27s linear infinite}@keyframes fall-340{61.762%{transform:translate(23.6906vw,61.762vh) scale(.8132)}to{transform:translate(27.44075vw,99vh) scale(.8132)}}.snow:nth-child(341){opacity:1.8564;transform:translate(90.6992vw,-10px) scale(.9572);animation:fall-341 12s -10s linear infinite}@keyframes fall-341{35.186%{transform:translate(85.8505vw,35.186vh) scale(.9572)}to{transform:translate(88.27485vw,99vh) scale(.9572)}}.snow:nth-child(342){opacity:.2626;transform:translate(71.2543vw,-10px) scale(.1851);animation:fall-342 24s -13s linear infinite}@keyframes fall-342{70.729%{transform:translate(66.8105vw,70.729vh) scale(.1851)}to{transform:translate(69.0324vw,99vh) scale(.1851)}}.snow:nth-child(343){opacity:1.4974;transform:translate(65.9632vw,-10px) scale(.7145);animation:fall-343 29s -19s linear infinite}@keyframes fall-343{64.412%{transform:translate(66.1047vw,64.412vh) scale(.7145)}to{transform:translate(66.03395vw,99vh) scale(.7145)}}.snow:nth-child(344){opacity:1.1158;transform:translate(62.0828vw,-10px) scale(.3879);animation:fall-344 15s -17s linear infinite}@keyframes fall-344{31.323%{transform:translate(58.9012vw,31.323vh) scale(.3879)}to{transform:translate(60.492vw,99vh) scale(.3879)}}.snow:nth-child(345){opacity:1.2806;transform:translate(14.4228vw,-10px) scale(.2197);animation:fall-345 11s -2s linear infinite}@keyframes fall-345{67.019%{transform:translate(7.4237vw,67.019vh) scale(.2197)}to{transform:translate(10.92325vw,99vh) scale(.2197)}}.snow:nth-child(346){opacity:.7656;transform:translate(27.4704vw,-10px) scale(.8041);animation:fall-346 11s -14s linear infinite}@keyframes fall-346{57.133%{transform:translate(36.2125vw,57.133vh) scale(.8041)}to{transform:translate(31.84145vw,99vh) scale(.8041)}}.snow:nth-child(347){opacity:.4282;transform:translate(1.7607vw,-10px) scale(.7199);animation:fall-347 28s -2s linear infinite}@keyframes fall-347{49.312%{transform:translate(1.1586vw,49.312vh) scale(.7199)}to{transform:translate(1.45965vw,99vh) scale(.7199)}}.snow:nth-child(348){opacity:.3938;transform:translate(29.8398vw,-10px) scale(.8367);animation:fall-348 22s -18s linear infinite}@keyframes fall-348{49.875%{transform:translate(22.6822vw,49.875vh) scale(.8367)}to{transform:translate(26.261vw,99vh) scale(.8367)}}.snow:nth-child(349){opacity:.3596;transform:translate(93.5301vw,-10px) scale(.196);animation:fall-349 16s -18s linear infinite}@keyframes fall-349{38.665%{transform:translate(101.742vw,38.665vh) scale(.196)}to{transform:translate(97.63605vw,99vh) scale(.196)}}.snow:nth-child(350){opacity:1.9782;transform:translate(22.1437vw,-10px) scale(.7066);animation:fall-350 18s -11s linear infinite}@keyframes fall-350{30.107%{transform:translate(22.2322vw,30.107vh) scale(.7066)}to{transform:translate(22.18795vw,99vh) scale(.7066)}}.snow:nth-child(351){opacity:1.9862;transform:translate(72.747vw,-10px) scale(.683);animation:fall-351 19s -21s linear infinite}@keyframes fall-351{50.696%{transform:translate(76.4101vw,50.696vh) scale(.683)}to{transform:translate(74.57855vw,99vh) scale(.683)}}.snow:nth-child(352){opacity:.5146;transform:translate(79.2979vw,-10px) scale(.2401);animation:fall-352 13s -3s linear infinite}@keyframes fall-352{78.661%{transform:translate(78.6327vw,78.661vh) scale(.2401)}to{transform:translate(78.9653vw,99vh) scale(.2401)}}.snow:nth-child(353){opacity:1.5788;transform:translate(47.6924vw,-10px) scale(.0732);animation:fall-353 28s -12s linear infinite}@keyframes fall-353{39.219%{transform:translate(42.3373vw,39.219vh) scale(.0732)}to{transform:translate(45.01485vw,99vh) scale(.0732)}}.snow:nth-child(354){opacity:.1012;transform:translate(71.4866vw,-10px) scale(.7927);animation:fall-354 11s -13s linear infinite}@keyframes fall-354{42.919%{transform:translate(77.3288vw,42.919vh) scale(.7927)}to{transform:translate(74.4077vw,99vh) scale(.7927)}}.snow:nth-child(355){opacity:1.3654;transform:translate(30.9018vw,-10px) scale(.4969);animation:fall-355 25s -2s linear infinite}@keyframes fall-355{52.275%{transform:translate(35.4604vw,52.275vh) scale(.4969)}to{transform:translate(33.1811vw,99vh) scale(.4969)}}.snow:nth-child(356){opacity:1.0394;transform:translate(61.1945vw,-10px) scale(.5812);animation:fall-356 12s -18s linear infinite}@keyframes fall-356{48.231%{transform:translate(65.7045vw,48.231vh) scale(.5812)}to{transform:translate(63.4495vw,99vh) scale(.5812)}}.snow:nth-child(357){opacity:1.215;transform:translate(42.1759vw,-10px) scale(.3105);animation:fall-357 14s -7s linear infinite}@keyframes fall-357{47.311%{transform:translate(37.5027vw,47.311vh) scale(.3105)}to{transform:translate(39.8393vw,99vh) scale(.3105)}}.snow:nth-child(358){opacity:.3612;transform:translate(16.7733vw,-10px) scale(.1096);animation:fall-358 27s -16s linear infinite}@keyframes fall-358{40.018%{transform:translate(14.497vw,40.018vh) scale(.1096)}to{transform:translate(15.63515vw,99vh) scale(.1096)}}.snow:nth-child(359){opacity:.93;transform:translate(10.6738vw,-10px) scale(.4091);animation:fall-359 19s -11s linear infinite}@keyframes fall-359{74.656%{transform:translate(5.6312vw,74.656vh) scale(.4091)}to{transform:translate(8.1525vw,99vh) scale(.4091)}}.snow:nth-child(360){opacity:.1792;transform:translate(82.3959vw,-10px) scale(.4415);animation:fall-360 19s -10s linear infinite}@keyframes fall-360{49.027%{transform:translate(74.986vw,49.027vh) scale(.4415)}to{transform:translate(78.69095vw,99vh) scale(.4415)}}.snow:nth-child(361){opacity:1.6176;transform:translate(1.7587vw,-10px) scale(.8312);animation:fall-361 22s -15s linear infinite}@keyframes fall-361{62.309%{transform:translate(-6.8052vw,62.309vh) scale(.8312)}to{transform:translate(-2.52325vw,99vh) scale(.8312)}}.snow:nth-child(362){opacity:.0296;transform:translate(9.8576vw,-10px) scale(.5585);animation:fall-362 12s -13s linear infinite}@keyframes fall-362{42.916%{transform:translate(5.5423vw,42.916vh) scale(.5585)}to{transform:translate(7.69995vw,99vh) scale(.5585)}}.snow:nth-child(363){opacity:.4898;transform:translate(32.3396vw,-10px) scale(.7171);animation:fall-363 28s -14s linear infinite}@keyframes fall-363{38.943%{transform:translate(33.7694vw,38.943vh) scale(.7171)}to{transform:translate(33.0545vw,99vh) scale(.7171)}}.snow:nth-child(364){opacity:1.138;transform:translate(73.6282vw,-10px) scale(.6608);animation:fall-364 22s -28s linear infinite}@keyframes fall-364{51.723%{transform:translate(64.133vw,51.723vh) scale(.6608)}to{transform:translate(68.8806vw,99vh) scale(.6608)}}.snow:nth-child(365){opacity:1.3154;transform:translate(89.331vw,-10px) scale(.3354);animation:fall-365 24s -4s linear infinite}@keyframes fall-365{47.455%{transform:translate(92.1667vw,47.455vh) scale(.3354)}to{transform:translate(90.74885vw,99vh) scale(.3354)}}.snow:nth-child(366){opacity:.611;transform:translate(26.1731vw,-10px) scale(.6538);animation:fall-366 15s -27s linear infinite}@keyframes fall-366{57.35%{transform:translate(30.8751vw,57.35vh) scale(.6538)}to{transform:translate(28.5241vw,99vh) scale(.6538)}}.snow:nth-child(367){opacity:.5886;transform:translate(.8679vw,-10px) scale(.6295);animation:fall-367 16s -30s linear infinite}@keyframes fall-367{75.851%{transform:translate(2.0094vw,75.851vh) scale(.6295)}to{transform:translate(1.43865vw,99vh) scale(.6295)}}.snow:nth-child(368){opacity:.3678;transform:translate(83.3674vw,-10px) scale(.857);animation:fall-368 17s -4s linear infinite}@keyframes fall-368{47.107%{transform:translate(75.3279vw,47.107vh) scale(.857)}to{transform:translate(79.34765vw,99vh) scale(.857)}}.snow:nth-child(369){opacity:1.3122;transform:translate(40.5598vw,-10px) scale(.7612);animation:fall-369 22s -20s linear infinite}@keyframes fall-369{63.378%{transform:translate(44.7626vw,63.378vh) scale(.7612)}to{transform:translate(42.6612vw,99vh) scale(.7612)}}.snow:nth-child(370){opacity:1.5656;transform:translate(24.8438vw,-10px) scale(.9202);animation:fall-370 21s -30s linear infinite}@keyframes fall-370{37.063%{transform:translate(28.8634vw,37.063vh) scale(.9202)}to{transform:translate(26.8536vw,99vh) scale(.9202)}}.snow:nth-child(371){opacity:1.1002;transform:translate(98.7973vw,-10px) scale(.4943);animation:fall-371 16s -17s linear infinite}@keyframes fall-371{64.687%{transform:translate(92.0043vw,64.687vh) scale(.4943)}to{transform:translate(95.4008vw,99vh) scale(.4943)}}.snow:nth-child(372){opacity:.973;transform:translate(16.0991vw,-10px) scale(.197);animation:fall-372 16s -15s linear infinite}@keyframes fall-372{73.113%{transform:translate(15.2665vw,73.113vh) scale(.197)}to{transform:translate(15.6828vw,99vh) scale(.197)}}.snow:nth-child(373){opacity:1.5518;transform:translate(41.9099vw,-10px) scale(.4934);animation:fall-373 18s -7s linear infinite}@keyframes fall-373{75.185%{transform:translate(35.537vw,75.185vh) scale(.4934)}to{transform:translate(38.72345vw,99vh) scale(.4934)}}.snow:nth-child(374){opacity:.94;transform:translate(14.3731vw,-10px) scale(.9443);animation:fall-374 13s -4s linear infinite}@keyframes fall-374{71.257%{transform:translate(19.6368vw,71.257vh) scale(.9443)}to{transform:translate(17.00495vw,99vh) scale(.9443)}}.snow:nth-child(375){opacity:.8142;transform:translate(3.3549vw,-10px) scale(.2885);animation:fall-375 12s -20s linear infinite}@keyframes fall-375{66.113%{transform:translate(2.1333vw,66.113vh) scale(.2885)}to{transform:translate(2.7441vw,99vh) scale(.2885)}}.snow:nth-child(376){opacity:1.4938;transform:translate(8.1381vw,-10px) scale(.4207);animation:fall-376 11s -13s linear infinite}@keyframes fall-376{41.153%{transform:translate(6.3352vw,41.153vh) scale(.4207)}to{transform:translate(7.23665vw,99vh) scale(.4207)}}.snow:nth-child(377){opacity:.9944;transform:translate(82.1928vw,-10px) scale(.2825);animation:fall-377 10s -9s linear infinite}@keyframes fall-377{61.244%{transform:translate(84.2408vw,61.244vh) scale(.2825)}to{transform:translate(83.2168vw,99vh) scale(.2825)}}.snow:nth-child(378){opacity:.9742;transform:translate(93.4609vw,-10px) scale(.6056);animation:fall-378 12s -15s linear infinite}@keyframes fall-378{37.019%{transform:translate(101.9279vw,37.019vh) scale(.6056)}to{transform:translate(97.6944vw,99vh) scale(.6056)}}.snow:nth-child(379){opacity:.3256;transform:translate(29.5263vw,-10px) scale(.8666);animation:fall-379 26s -12s linear infinite}@keyframes fall-379{74.332%{transform:translate(24.9319vw,74.332vh) scale(.8666)}to{transform:translate(27.2291vw,99vh) scale(.8666)}}.snow:nth-child(380){opacity:1.5416;transform:translate(76.2629vw,-10px) scale(.4188);animation:fall-380 16s -30s linear infinite}@keyframes fall-380{73.838%{transform:translate(73.276vw,73.838vh) scale(.4188)}to{transform:translate(74.76945vw,99vh) scale(.4188)}}.snow:nth-child(381){opacity:.8186;transform:translate(54.4329vw,-10px) scale(.4962);animation:fall-381 17s -28s linear infinite}@keyframes fall-381{60.811%{transform:translate(60.441vw,60.811vh) scale(.4962)}to{transform:translate(57.43695vw,99vh) scale(.4962)}}.snow:nth-child(382){opacity:1.1302;transform:translate(93.7251vw,-10px) scale(.4074);animation:fall-382 14s -26s linear infinite}@keyframes fall-382{77.018%{transform:translate(96.2023vw,77.018vh) scale(.4074)}to{transform:translate(94.9637vw,99vh) scale(.4074)}}.snow:nth-child(383){opacity:1.9724;transform:translate(7.7597vw,-10px) scale(.4879);animation:fall-383 16s -10s linear infinite}@keyframes fall-383{33.836%{transform:translate(-.4085vw,33.836vh) scale(.4879)}to{transform:translate(3.6756vw,99vh) scale(.4879)}}.snow:nth-child(384){opacity:.0926;transform:translate(60.8497vw,-10px) scale(.6304);animation:fall-384 16s -5s linear infinite}@keyframes fall-384{38.907%{transform:translate(59.1706vw,38.907vh) scale(.6304)}to{transform:translate(60.01015vw,99vh) scale(.6304)}}.snow:nth-child(385){opacity:1.7686;transform:translate(67.1871vw,-10px) scale(.8656);animation:fall-385 21s -8s linear infinite}@keyframes fall-385{74.474%{transform:translate(63.3136vw,74.474vh) scale(.8656)}to{transform:translate(65.25035vw,99vh) scale(.8656)}}.snow:nth-child(386){opacity:1.4696;transform:translate(19.0385vw,-10px) scale(.1084);animation:fall-386 16s -14s linear infinite}@keyframes fall-386{56.362%{transform:translate(15.361vw,56.362vh) scale(.1084)}to{transform:translate(17.19975vw,99vh) scale(.1084)}}.snow:nth-child(387){opacity:.3408;transform:translate(97.3162vw,-10px) scale(.2012);animation:fall-387 17s -19s linear infinite}@keyframes fall-387{63.146%{transform:translate(93.8861vw,63.146vh) scale(.2012)}to{transform:translate(95.60115vw,99vh) scale(.2012)}}.snow:nth-child(388){opacity:1.4276;transform:translate(43.5603vw,-10px) scale(.0657);animation:fall-388 22s -22s linear infinite}@keyframes fall-388{73.255%{transform:translate(39.6824vw,73.255vh) scale(.0657)}to{transform:translate(41.62135vw,99vh) scale(.0657)}}.snow:nth-child(389){opacity:1.8136;transform:translate(25.1751vw,-10px) scale(.2385);animation:fall-389 30s -1s linear infinite}@keyframes fall-389{75.891%{transform:translate(22.0749vw,75.891vh) scale(.2385)}to{transform:translate(23.625vw,99vh) scale(.2385)}}.snow:nth-child(390){opacity:1.4128;transform:translate(79.2704vw,-10px) scale(.5219);animation:fall-390 16s -29s linear infinite}@keyframes fall-390{65.328%{transform:translate(77.9747vw,65.328vh) scale(.5219)}to{transform:translate(78.62255vw,99vh) scale(.5219)}}.snow:nth-child(391){opacity:1.906;transform:translate(61.3278vw,-10px) scale(.2865);animation:fall-391 13s -20s linear infinite}@keyframes fall-391{34.872%{transform:translate(55.9814vw,34.872vh) scale(.2865)}to{transform:translate(58.6546vw,99vh) scale(.2865)}}.snow:nth-child(392){opacity:.0572;transform:translate(65.0401vw,-10px) scale(.4192);animation:fall-392 23s -6s linear infinite}@keyframes fall-392{48.156%{transform:translate(56.8007vw,48.156vh) scale(.4192)}to{transform:translate(60.9204vw,99vh) scale(.4192)}}.snow:nth-child(393){opacity:.0272;transform:translate(91.9774vw,-10px) scale(.3486);animation:fall-393 20s -11s linear infinite}@keyframes fall-393{77.674%{transform:translate(101.1112vw,77.674vh) scale(.3486)}to{transform:translate(96.5443vw,99vh) scale(.3486)}}.snow:nth-child(394){opacity:1.7644;transform:translate(57.0631vw,-10px) scale(.1967);animation:fall-394 21s -2s linear infinite}@keyframes fall-394{73.905%{transform:translate(65.3649vw,73.905vh) scale(.1967)}to{transform:translate(61.214vw,99vh) scale(.1967)}}.snow:nth-child(395){opacity:.229;transform:translate(89.1203vw,-10px) scale(.6773);animation:fall-395 15s -11s linear infinite}@keyframes fall-395{33.439%{transform:translate(94.0698vw,33.439vh) scale(.6773)}to{transform:translate(91.59505vw,99vh) scale(.6773)}}.snow:nth-child(396){opacity:.7472;transform:translate(40.5946vw,-10px) scale(.8183);animation:fall-396 12s -13s linear infinite}@keyframes fall-396{52.969%{transform:translate(41.8976vw,52.969vh) scale(.8183)}to{transform:translate(41.2461vw,99vh) scale(.8183)}}.snow:nth-child(397){opacity:1.9676;transform:translate(54.489vw,-10px) scale(.3664);animation:fall-397 29s -26s linear infinite}@keyframes fall-397{60.311%{transform:translate(58.0222vw,60.311vh) scale(.3664)}to{transform:translate(56.2556vw,99vh) scale(.3664)}}.snow:nth-child(398){opacity:1.2548;transform:translate(92.0972vw,-10px) scale(.3237);animation:fall-398 13s -30s linear infinite}@keyframes fall-398{51.791%{transform:translate(90.5582vw,51.791vh) scale(.3237)}to{transform:translate(91.3277vw,99vh) scale(.3237)}}.snow:nth-child(399){opacity:.4052;transform:translate(44.8088vw,-10px) scale(.0688);animation:fall-399 21s -12s linear infinite}@keyframes fall-399{66.781%{transform:translate(48.7967vw,66.781vh) scale(.0688)}to{transform:translate(46.80275vw,99vh) scale(.0688)}}.snow:nth-child(400){opacity:.396;transform:translate(55.2865vw,-10px) scale(.469);animation:fall-400 15s -4s linear infinite}@keyframes fall-400{45.145%{transform:translate(54.7223vw,45.145vh) scale(.469)}to{transform:translate(55.0044vw,99vh) scale(.469)}}\n"] }]
82
82
  }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
83
83
  type: Inject,
84
- args: [ALLOW_ANONYMOUS]
84
+ args: [ANONYMOUS_MODE]
85
85
  }] }]; } });
86
86
 
87
87
  // Angular
@@ -172,6 +172,14 @@ class EsFaenzaCoreModule {
172
172
  config.debugMode = (!isDevMode() && !config.forceDebugModeForProdBuilds) ? DebugFlags.None : (config.debugMode || DebugFlags.All);
173
173
  let mergedAppInitializer = (http, bts, aac, loc) => {
174
174
  return () => {
175
+ if (config.anonymousMode) {
176
+ if (!config.initializerFunction)
177
+ return of();
178
+ console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
179
+ return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
180
+ console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
181
+ }));
182
+ }
175
183
  console.log("%c[APP_INITIALIZER] Loading AppConfig and Account Scope...", "background-color: yellow");
176
184
  let realObservable = forkJoin({
177
185
  appConfig: http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))),
@@ -218,7 +226,7 @@ class EsFaenzaCoreModule {
218
226
  { provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
219
227
  { provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : false },
220
228
  { provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
221
- { provide: ALLOW_ANONYMOUS, useValue: config.allowAnonymous ? config.allowAnonymous : false },
229
+ { provide: ANONYMOUS_MODE, useValue: config.anonymousMode ? config.anonymousMode : false },
222
230
  { provide: BaseAdapter, useClass: config?.chartsAdapter || BaseAdapter },
223
231
  { provide: BaseMessageService, useClass: config?.messageService || BaseMessageService },
224
232
  { provide: GlobalSearchService, useClass: config?.globalSearchService || GlobalSearchService },