@esfaenza/core 15.2.252 → 15.2.254

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/domain/tokens.d.ts +2 -0
  2. package/esm2020/components/es-image-cropper/es-image-cropper.component.mjs +1 -1
  3. package/esm2020/components/user_infos/user_infos.component.mjs +6 -4
  4. package/esm2020/domain/tokens.mjs +3 -1
  5. package/esm2020/lib/app.component.mjs +12 -8
  6. package/esm2020/lib/core.module.mjs +6 -4
  7. package/esm2020/services/classes/app.routeguard.mjs +4 -3
  8. package/esm2020/services/classes/app.session.mjs +13 -5
  9. package/esm2020/services/classes/app.state.mjs +17 -7
  10. package/esm2020/services/classes/preferences/user/app.userpreferences.base.mjs +6 -3
  11. package/fesm2015/esfaenza-core-components.mjs +6 -4
  12. package/fesm2015/esfaenza-core-components.mjs.map +1 -1
  13. package/fesm2015/esfaenza-core-domain.mjs +3 -1
  14. package/fesm2015/esfaenza-core-domain.mjs.map +1 -1
  15. package/fesm2015/esfaenza-core-services.mjs +35 -13
  16. package/fesm2015/esfaenza-core-services.mjs.map +1 -1
  17. package/fesm2015/esfaenza-core.mjs +17 -10
  18. package/fesm2015/esfaenza-core.mjs.map +1 -1
  19. package/fesm2020/esfaenza-core-components.mjs +6 -4
  20. package/fesm2020/esfaenza-core-components.mjs.map +1 -1
  21. package/fesm2020/esfaenza-core-domain.mjs +3 -1
  22. package/fesm2020/esfaenza-core-domain.mjs.map +1 -1
  23. package/fesm2020/esfaenza-core-services.mjs +31 -13
  24. package/fesm2020/esfaenza-core-services.mjs.map +1 -1
  25. package/fesm2020/esfaenza-core.mjs +15 -10
  26. package/fesm2020/esfaenza-core.mjs.map +1 -1
  27. package/lib/app.component.d.ts +1 -1
  28. package/lib/core.module.d.ts +1 -0
  29. package/package.json +12 -12
  30. package/services/classes/app.session.d.ts +2 -1
  31. package/services/classes/app.state.d.ts +2 -1
@@ -1,12 +1,13 @@
1
1
  // Angular
2
- import { Component, ViewEncapsulation } from "@angular/core";
2
+ import { Component, Inject, ViewEncapsulation } from "@angular/core";
3
+ import { ALLOW_ANONYMOUS } from "@esfaenza/core/domain";
3
4
  import * as i0 from "@angular/core";
4
5
  import * as i1 from "@esfaenza/core/services";
5
6
  import * as i2 from "@angular/router";
6
7
  import * as i3 from "@angular/common";
7
8
  /* 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à */
8
9
  export class AppComponent {
9
- constructor(bts, _state, router) {
10
+ constructor(bts, _state, router, allowAnonymous) {
10
11
  this.bts = bts;
11
12
  this._state = _state;
12
13
  this.router = router;
@@ -15,16 +16,19 @@ export class AppComponent {
15
16
  if (this._state.christmasTime)
16
17
  for (let i = 0; i < 400; i++)
17
18
  this.snows.push(i);
18
- if (!this.bts.accountScope) {
19
+ if (!this.bts.accountScope && !allowAnonymous) {
19
20
  console.log("AppComponent - no account scope, redirecting to login");
20
21
  this.router.navigate(["login", { fromUrl: this.router.url }]);
21
22
  }
22
23
  }
23
24
  }
24
- 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 }], target: i0.ɵɵFactoryTarget.Component });
25
- 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.6108;transform:translate(74.9916vw,-10px) scale(.0397);animation:fall-1 30s -25s linear infinite}@keyframes fall-1{76.973%{transform:translate(68.2362vw,76.973vh) scale(.0397)}to{transform:translate(71.6139vw,99vh) scale(.0397)}}.snow:nth-child(2){opacity:1.8956;transform:translate(89.4728vw,-10px) scale(.0564);animation:fall-2 26s -10s linear infinite}@keyframes fall-2{33.659%{transform:translate(94.0312vw,33.659vh) scale(.0564)}to{transform:translate(91.752vw,99vh) scale(.0564)}}.snow:nth-child(3){opacity:1.2468;transform:translate(16.6758vw,-10px) scale(.9539);animation:fall-3 22s -12s linear infinite}@keyframes fall-3{45.161%{transform:translate(7.6438vw,45.161vh) scale(.9539)}to{transform:translate(12.1598vw,99vh) scale(.9539)}}.snow:nth-child(4){opacity:.048;transform:translate(55.7019vw,-10px) scale(.5387);animation:fall-4 14s -28s linear infinite}@keyframes fall-4{30.843%{transform:translate(54.4715vw,30.843vh) scale(.5387)}to{transform:translate(55.0867vw,99vh) scale(.5387)}}.snow:nth-child(5){opacity:1.6114;transform:translate(40.5969vw,-10px) scale(.5998);animation:fall-5 21s -8s linear infinite}@keyframes fall-5{39.544%{transform:translate(48.4061vw,39.544vh) scale(.5998)}to{transform:translate(44.5015vw,99vh) scale(.5998)}}.snow:nth-child(6){opacity:1.4694;transform:translate(27.2407vw,-10px) scale(.3385);animation:fall-6 21s -18s linear infinite}@keyframes fall-6{74.607%{transform:translate(31.0753vw,74.607vh) scale(.3385)}to{transform:translate(29.158vw,99vh) scale(.3385)}}.snow:nth-child(7){opacity:1.2716;transform:translate(24.0968vw,-10px) scale(.0237);animation:fall-7 29s -20s linear infinite}@keyframes fall-7{36.764%{transform:translate(19.8004vw,36.764vh) scale(.0237)}to{transform:translate(21.9486vw,99vh) scale(.0237)}}.snow:nth-child(8){opacity:.035;transform:translate(54.365vw,-10px) scale(.3944);animation:fall-8 25s -10s linear infinite}@keyframes fall-8{71.272%{transform:translate(57.3758vw,71.272vh) scale(.3944)}to{transform:translate(55.8704vw,99vh) scale(.3944)}}.snow:nth-child(9){opacity:1.4314;transform:translate(25.2676vw,-10px) scale(.0769);animation:fall-9 25s -9s linear infinite}@keyframes fall-9{49.605%{transform:translate(29.0951vw,49.605vh) scale(.0769)}to{transform:translate(27.18135vw,99vh) scale(.0769)}}.snow:nth-child(10){opacity:1.1314;transform:translate(19.3604vw,-10px) scale(.5435);animation:fall-10 21s -16s linear infinite}@keyframes fall-10{31.219%{transform:translate(15.9623vw,31.219vh) scale(.5435)}to{transform:translate(17.66135vw,99vh) scale(.5435)}}.snow:nth-child(11){opacity:.9552;transform:translate(58.5104vw,-10px) scale(.7782);animation:fall-11 10s -28s linear infinite}@keyframes fall-11{46.384%{transform:translate(54.4028vw,46.384vh) scale(.7782)}to{transform:translate(56.4566vw,99vh) scale(.7782)}}.snow:nth-child(12){opacity:.155;transform:translate(33.4005vw,-10px) scale(.0592);animation:fall-12 17s -15s linear infinite}@keyframes fall-12{76.828%{transform:translate(24.4312vw,76.828vh) scale(.0592)}to{transform:translate(28.91585vw,99vh) scale(.0592)}}.snow:nth-child(13){opacity:1.086;transform:translate(79.7156vw,-10px) scale(.7851);animation:fall-13 12s -25s linear infinite}@keyframes fall-13{42.447%{transform:translate(76.9076vw,42.447vh) scale(.7851)}to{transform:translate(78.3116vw,99vh) scale(.7851)}}.snow:nth-child(14){opacity:.6608;transform:translate(38.3423vw,-10px) scale(.6997);animation:fall-14 26s -22s linear infinite}@keyframes fall-14{33.382%{transform:translate(29.5619vw,33.382vh) scale(.6997)}to{transform:translate(33.9521vw,99vh) scale(.6997)}}.snow:nth-child(15){opacity:1.1624;transform:translate(32.1578vw,-10px) scale(.2429);animation:fall-15 11s -13s linear infinite}@keyframes fall-15{48.397%{transform:translate(27.5256vw,48.397vh) scale(.2429)}to{transform:translate(29.8417vw,99vh) scale(.2429)}}.snow:nth-child(16){opacity:.2838;transform:translate(70.0317vw,-10px) scale(.044);animation:fall-16 12s -15s linear infinite}@keyframes fall-16{36.842%{transform:translate(69.5682vw,36.842vh) scale(.044)}to{transform:translate(69.79995vw,99vh) scale(.044)}}.snow:nth-child(17){opacity:1.9634;transform:translate(25.8872vw,-10px) scale(.5439);animation:fall-17 22s -18s linear infinite}@keyframes fall-17{37.696%{transform:translate(30.148vw,37.696vh) scale(.5439)}to{transform:translate(28.0176vw,99vh) scale(.5439)}}.snow:nth-child(18){opacity:.6818;transform:translate(31.0583vw,-10px) scale(.5444);animation:fall-18 23s -12s linear infinite}@keyframes fall-18{61.871%{transform:translate(22.9625vw,61.871vh) scale(.5444)}to{transform:translate(27.0104vw,99vh) scale(.5444)}}.snow:nth-child(19){opacity:.8154;transform:translate(93.01vw,-10px) scale(.3175);animation:fall-19 14s -27s linear infinite}@keyframes fall-19{64.187%{transform:translate(99.4165vw,64.187vh) scale(.3175)}to{transform:translate(96.21325vw,99vh) scale(.3175)}}.snow:nth-child(20){opacity:.4648;transform:translate(41.5063vw,-10px) scale(.6709);animation:fall-20 18s -17s linear infinite}@keyframes fall-20{70.31%{transform:translate(33.8981vw,70.31vh) scale(.6709)}to{transform:translate(37.7022vw,99vh) scale(.6709)}}.snow:nth-child(21){opacity:.1496;transform:translate(68.4273vw,-10px) scale(.6809);animation:fall-21 21s -13s linear infinite}@keyframes fall-21{40.051%{transform:translate(60.7675vw,40.051vh) scale(.6809)}to{transform:translate(64.5974vw,99vh) scale(.6809)}}.snow:nth-child(22){opacity:1.6292;transform:translate(30.0765vw,-10px) scale(.8655);animation:fall-22 30s -20s linear infinite}@keyframes fall-22{43.345%{transform:translate(23.1067vw,43.345vh) scale(.8655)}to{transform:translate(26.5916vw,99vh) scale(.8655)}}.snow:nth-child(23){opacity:.1394;transform:translate(89.1513vw,-10px) scale(.4785);animation:fall-23 12s -8s linear infinite}@keyframes fall-23{79.579%{transform:translate(83.6786vw,79.579vh) scale(.4785)}to{transform:translate(86.41495vw,99vh) scale(.4785)}}.snow:nth-child(24){opacity:1.9524;transform:translate(76.7815vw,-10px) scale(.2226);animation:fall-24 18s -28s linear infinite}@keyframes fall-24{44.312%{transform:translate(70.3136vw,44.312vh) scale(.2226)}to{transform:translate(73.54755vw,99vh) scale(.2226)}}.snow:nth-child(25){opacity:.237;transform:translate(25.9891vw,-10px) scale(.1284);animation:fall-25 30s -21s linear infinite}@keyframes fall-25{61.044%{transform:translate(28.5025vw,61.044vh) scale(.1284)}to{transform:translate(27.2458vw,99vh) scale(.1284)}}.snow:nth-child(26){opacity:.4184;transform:translate(62.1514vw,-10px) scale(.4631);animation:fall-26 28s -25s linear infinite}@keyframes fall-26{72.977%{transform:translate(61.0257vw,72.977vh) scale(.4631)}to{transform:translate(61.58855vw,99vh) scale(.4631)}}.snow:nth-child(27){opacity:1.6016;transform:translate(82.7426vw,-10px) scale(.2295);animation:fall-27 17s -23s linear infinite}@keyframes fall-27{67.192%{transform:translate(91.9065vw,67.192vh) scale(.2295)}to{transform:translate(87.32455vw,99vh) scale(.2295)}}.snow:nth-child(28){opacity:1.52;transform:translate(64.0661vw,-10px) scale(.6931);animation:fall-28 15s -11s linear infinite}@keyframes fall-28{66.26%{transform:translate(60.0765vw,66.26vh) scale(.6931)}to{transform:translate(62.0713vw,99vh) scale(.6931)}}.snow:nth-child(29){opacity:.7948;transform:translate(70.3914vw,-10px) scale(.7988);animation:fall-29 17s -15s linear infinite}@keyframes fall-29{49.835%{transform:translate(80.2657vw,49.835vh) scale(.7988)}to{transform:translate(75.32855vw,99vh) scale(.7988)}}.snow:nth-child(30){opacity:.6442;transform:translate(61.6401vw,-10px) scale(.8157);animation:fall-30 21s -19s linear infinite}@keyframes fall-30{49.267%{transform:translate(57.101vw,49.267vh) scale(.8157)}to{transform:translate(59.37055vw,99vh) scale(.8157)}}.snow:nth-child(31){opacity:1.8128;transform:translate(40.366vw,-10px) scale(.9671);animation:fall-31 13s -25s linear infinite}@keyframes fall-31{49.613%{transform:translate(49.5657vw,49.613vh) scale(.9671)}to{transform:translate(44.96585vw,99vh) scale(.9671)}}.snow:nth-child(32){opacity:1.9274;transform:translate(27.6031vw,-10px) scale(.0508);animation:fall-32 16s -29s linear infinite}@keyframes fall-32{47.062%{transform:translate(29.6548vw,47.062vh) scale(.0508)}to{transform:translate(28.62895vw,99vh) scale(.0508)}}.snow:nth-child(33){opacity:.7792;transform:translate(26.8082vw,-10px) scale(.7359);animation:fall-33 25s -6s linear infinite}@keyframes fall-33{39.186%{transform:translate(36.1627vw,39.186vh) scale(.7359)}to{transform:translate(31.48545vw,99vh) scale(.7359)}}.snow:nth-child(34){opacity:.601;transform:translate(12.4296vw,-10px) scale(.3754);animation:fall-34 29s -6s linear infinite}@keyframes fall-34{43.91%{transform:translate(9.2776vw,43.91vh) scale(.3754)}to{transform:translate(10.8536vw,99vh) scale(.3754)}}.snow:nth-child(35){opacity:.4408;transform:translate(56.0367vw,-10px) scale(.6807);animation:fall-35 24s -23s linear infinite}@keyframes fall-35{60.166%{transform:translate(62.7145vw,60.166vh) scale(.6807)}to{transform:translate(59.3756vw,99vh) scale(.6807)}}.snow:nth-child(36){opacity:.6646;transform:translate(94.7739vw,-10px) scale(.5916);animation:fall-36 26s -4s linear infinite}@keyframes fall-36{55.871%{transform:translate(99.2816vw,55.871vh) scale(.5916)}to{transform:translate(97.02775vw,99vh) scale(.5916)}}.snow:nth-child(37){opacity:.046;transform:translate(68.2693vw,-10px) scale(.3165);animation:fall-37 12s -4s linear infinite}@keyframes fall-37{72.739%{transform:translate(67.8694vw,72.739vh) scale(.3165)}to{transform:translate(68.06935vw,99vh) scale(.3165)}}.snow:nth-child(38){opacity:.6766;transform:translate(79.0038vw,-10px) scale(.344);animation:fall-38 24s -24s linear infinite}@keyframes fall-38{41.079%{transform:translate(82.4122vw,41.079vh) scale(.344)}to{transform:translate(80.708vw,99vh) scale(.344)}}.snow:nth-child(39){opacity:.6958;transform:translate(9.3795vw,-10px) scale(.0135);animation:fall-39 11s -25s linear infinite}@keyframes fall-39{58.384%{transform:translate(10.8934vw,58.384vh) scale(.0135)}to{transform:translate(10.13645vw,99vh) scale(.0135)}}.snow:nth-child(40){opacity:1.0412;transform:translate(41.2239vw,-10px) scale(.4013);animation:fall-40 28s -17s linear infinite}@keyframes fall-40{67.174%{transform:translate(47.766vw,67.174vh) scale(.4013)}to{transform:translate(44.49495vw,99vh) scale(.4013)}}.snow:nth-child(41){opacity:.5522;transform:translate(58.2661vw,-10px) scale(.6394);animation:fall-41 30s -5s linear infinite}@keyframes fall-41{44.622%{transform:translate(62.8297vw,44.622vh) scale(.6394)}to{transform:translate(60.5479vw,99vh) scale(.6394)}}.snow:nth-child(42){opacity:.7874;transform:translate(19.3324vw,-10px) scale(.1608);animation:fall-42 18s -27s linear infinite}@keyframes fall-42{65.628%{transform:translate(29.0562vw,65.628vh) scale(.1608)}to{transform:translate(24.1943vw,99vh) scale(.1608)}}.snow:nth-child(43){opacity:1.5936;transform:translate(76.8165vw,-10px) scale(.934);animation:fall-43 30s -12s linear infinite}@keyframes fall-43{74.36%{transform:translate(77.0381vw,74.36vh) scale(.934)}to{transform:translate(76.9273vw,99vh) scale(.934)}}.snow:nth-child(44){opacity:.9722;transform:translate(4.7602vw,-10px) scale(.7319);animation:fall-44 11s -2s linear infinite}@keyframes fall-44{35.138%{transform:translate(-1.1094vw,35.138vh) scale(.7319)}to{transform:translate(1.8254vw,99vh) scale(.7319)}}.snow:nth-child(45){opacity:1.252;transform:translate(17.5431vw,-10px) scale(.1805);animation:fall-45 24s -25s linear infinite}@keyframes fall-45{54.735%{transform:translate(16.99vw,54.735vh) scale(.1805)}to{transform:translate(17.26655vw,99vh) scale(.1805)}}.snow:nth-child(46){opacity:.949;transform:translate(3.2637vw,-10px) scale(.9763);animation:fall-46 18s -26s linear infinite}@keyframes fall-46{62.136%{transform:translate(11.0974vw,62.136vh) scale(.9763)}to{transform:translate(7.18055vw,99vh) scale(.9763)}}.snow:nth-child(47){opacity:.6476;transform:translate(95.6582vw,-10px) scale(.7064);animation:fall-47 29s -29s linear infinite}@keyframes fall-47{49.84%{transform:translate(89.6279vw,49.84vh) scale(.7064)}to{transform:translate(92.64305vw,99vh) scale(.7064)}}.snow:nth-child(48){opacity:1.92;transform:translate(32.2231vw,-10px) scale(.797);animation:fall-48 22s -24s linear infinite}@keyframes fall-48{79.637%{transform:translate(26.9765vw,79.637vh) scale(.797)}to{transform:translate(29.5998vw,99vh) scale(.797)}}.snow:nth-child(49){opacity:.5852;transform:translate(57.8027vw,-10px) scale(.9341);animation:fall-49 20s -17s linear infinite}@keyframes fall-49{32.635%{transform:translate(59.0245vw,32.635vh) scale(.9341)}to{transform:translate(58.4136vw,99vh) scale(.9341)}}.snow:nth-child(50){opacity:.595;transform:translate(59.3047vw,-10px) scale(.4952);animation:fall-50 25s -9s linear infinite}@keyframes fall-50{34.373%{transform:translate(69.2377vw,34.373vh) scale(.4952)}to{transform:translate(64.2712vw,99vh) scale(.4952)}}.snow:nth-child(51){opacity:1.9786;transform:translate(25.1814vw,-10px) scale(.7993);animation:fall-51 11s -26s linear infinite}@keyframes fall-51{59.017%{transform:translate(23.6275vw,59.017vh) scale(.7993)}to{transform:translate(24.40445vw,99vh) scale(.7993)}}.snow:nth-child(52){opacity:.2412;transform:translate(4.6394vw,-10px) scale(.8467);animation:fall-52 14s -14s linear infinite}@keyframes fall-52{46.414%{transform:translate(3.9496vw,46.414vh) scale(.8467)}to{transform:translate(4.2945vw,99vh) scale(.8467)}}.snow:nth-child(53){opacity:.992;transform:translate(42.5933vw,-10px) scale(.9526);animation:fall-53 18s -5s linear infinite}@keyframes fall-53{40.356%{transform:translate(35.7657vw,40.356vh) scale(.9526)}to{transform:translate(39.1795vw,99vh) scale(.9526)}}.snow:nth-child(54){opacity:1.5054;transform:translate(75.2658vw,-10px) scale(.1919);animation:fall-54 26s -3s linear infinite}@keyframes fall-54{77.467%{transform:translate(77.4157vw,77.467vh) scale(.1919)}to{transform:translate(76.34075vw,99vh) scale(.1919)}}.snow:nth-child(55){opacity:1.6942;transform:translate(56.1184vw,-10px) scale(.7715);animation:fall-55 17s -27s linear infinite}@keyframes fall-55{78.058%{transform:translate(52.0209vw,78.058vh) scale(.7715)}to{transform:translate(54.06965vw,99vh) scale(.7715)}}.snow:nth-child(56){opacity:1.5496;transform:translate(19.6496vw,-10px) scale(.008);animation:fall-56 16s -24s linear infinite}@keyframes fall-56{35.982%{transform:translate(25.0581vw,35.982vh) scale(.008)}to{transform:translate(22.35385vw,99vh) scale(.008)}}.snow:nth-child(57){opacity:.1972;transform:translate(62.3113vw,-10px) scale(.5853);animation:fall-57 16s -3s linear infinite}@keyframes fall-57{76.311%{transform:translate(67.6287vw,76.311vh) scale(.5853)}to{transform:translate(64.97vw,99vh) scale(.5853)}}.snow:nth-child(58){opacity:1.735;transform:translate(4.6229vw,-10px) scale(.4639);animation:fall-58 12s -28s linear infinite}@keyframes fall-58{50.26%{transform:translate(-2.6215vw,50.26vh) scale(.4639)}to{transform:translate(1.0007vw,99vh) scale(.4639)}}.snow:nth-child(59){opacity:.943;transform:translate(20.4031vw,-10px) scale(.2653);animation:fall-59 17s -29s linear infinite}@keyframes fall-59{48.48%{transform:translate(11.1439vw,48.48vh) scale(.2653)}to{transform:translate(15.7735vw,99vh) scale(.2653)}}.snow:nth-child(60){opacity:.841;transform:translate(86.607vw,-10px) scale(.3071);animation:fall-60 24s -21s linear infinite}@keyframes fall-60{54.472%{transform:translate(86.903vw,54.472vh) scale(.3071)}to{transform:translate(86.755vw,99vh) scale(.3071)}}.snow:nth-child(61){opacity:.7008;transform:translate(66.0736vw,-10px) scale(.2241);animation:fall-61 13s -24s linear infinite}@keyframes fall-61{38.428%{transform:translate(69.8019vw,38.428vh) scale(.2241)}to{transform:translate(67.93775vw,99vh) scale(.2241)}}.snow:nth-child(62){opacity:1.1694;transform:translate(29.7717vw,-10px) scale(.8191);animation:fall-62 28s -17s linear infinite}@keyframes fall-62{74.795%{transform:translate(34.5228vw,74.795vh) scale(.8191)}to{transform:translate(32.14725vw,99vh) scale(.8191)}}.snow:nth-child(63){opacity:1.4902;transform:translate(96.1436vw,-10px) scale(.3142);animation:fall-63 16s -15s linear infinite}@keyframes fall-63{48.76%{transform:translate(86.2674vw,48.76vh) scale(.3142)}to{transform:translate(91.2055vw,99vh) scale(.3142)}}.snow:nth-child(64){opacity:1.8872;transform:translate(63.3154vw,-10px) scale(.0605);animation:fall-64 12s -2s linear infinite}@keyframes fall-64{68.505%{transform:translate(58.8896vw,68.505vh) scale(.0605)}to{transform:translate(61.1025vw,99vh) scale(.0605)}}.snow:nth-child(65){opacity:1.7542;transform:translate(10.5837vw,-10px) scale(.9337);animation:fall-65 16s -28s linear infinite}@keyframes fall-65{76.332%{transform:translate(13.3329vw,76.332vh) scale(.9337)}to{transform:translate(11.9583vw,99vh) scale(.9337)}}.snow:nth-child(66){opacity:.9252;transform:translate(48.174vw,-10px) scale(.8891);animation:fall-66 11s -16s linear infinite}@keyframes fall-66{77.672%{transform:translate(56.0877vw,77.672vh) scale(.8891)}to{transform:translate(52.13085vw,99vh) scale(.8891)}}.snow:nth-child(67){opacity:.4902;transform:translate(35.9208vw,-10px) scale(.7067);animation:fall-67 15s -13s linear infinite}@keyframes fall-67{66.198%{transform:translate(45.0105vw,66.198vh) scale(.7067)}to{transform:translate(40.46565vw,99vh) scale(.7067)}}.snow:nth-child(68){opacity:1.846;transform:translate(7.5481vw,-10px) scale(.5775);animation:fall-68 26s -6s linear infinite}@keyframes fall-68{40.225%{transform:translate(.1461vw,40.225vh) scale(.5775)}to{transform:translate(3.8471vw,99vh) scale(.5775)}}.snow:nth-child(69){opacity:.2864;transform:translate(17.4943vw,-10px) scale(.9627);animation:fall-69 18s -30s linear infinite}@keyframes fall-69{69.497%{transform:translate(8.005vw,69.497vh) scale(.9627)}to{transform:translate(12.74965vw,99vh) scale(.9627)}}.snow:nth-child(70){opacity:.7578;transform:translate(51.3616vw,-10px) scale(.5417);animation:fall-70 30s -2s linear infinite}@keyframes fall-70{31.234%{transform:translate(45.9309vw,31.234vh) scale(.5417)}to{transform:translate(48.64625vw,99vh) scale(.5417)}}.snow:nth-child(71){opacity:.7616;transform:translate(61.4596vw,-10px) scale(.3758);animation:fall-71 29s -9s linear infinite}@keyframes fall-71{63.979%{transform:translate(70.5814vw,63.979vh) scale(.3758)}to{transform:translate(66.0205vw,99vh) scale(.3758)}}.snow:nth-child(72){opacity:1.1412;transform:translate(56.2885vw,-10px) scale(.0457);animation:fall-72 17s -19s linear infinite}@keyframes fall-72{59.922%{transform:translate(52.4678vw,59.922vh) scale(.0457)}to{transform:translate(54.37815vw,99vh) scale(.0457)}}.snow:nth-child(73){opacity:1.5896;transform:translate(86.5226vw,-10px) scale(.6906);animation:fall-73 14s -6s linear infinite}@keyframes fall-73{67.43%{transform:translate(84.832vw,67.43vh) scale(.6906)}to{transform:translate(85.6773vw,99vh) scale(.6906)}}.snow:nth-child(74){opacity:.2056;transform:translate(83.89vw,-10px) scale(.9724);animation:fall-74 15s -7s linear infinite}@keyframes fall-74{32.63%{transform:translate(88.2531vw,32.63vh) scale(.9724)}to{transform:translate(86.07155vw,99vh) scale(.9724)}}.snow:nth-child(75){opacity:.8974;transform:translate(83.3677vw,-10px) scale(.838);animation:fall-75 12s -21s linear infinite}@keyframes fall-75{68.553%{transform:translate(76.145vw,68.553vh) scale(.838)}to{transform:translate(79.75635vw,99vh) scale(.838)}}.snow:nth-child(76){opacity:.9576;transform:translate(16.481vw,-10px) scale(.4009);animation:fall-76 10s -17s linear infinite}@keyframes fall-76{30.345%{transform:translate(12.56vw,30.345vh) scale(.4009)}to{transform:translate(14.5205vw,99vh) scale(.4009)}}.snow:nth-child(77){opacity:.5838;transform:translate(65.1313vw,-10px) scale(.5167);animation:fall-77 13s -12s linear infinite}@keyframes fall-77{68%{transform:translate(69.8395vw,68vh) scale(.5167)}to{transform:translate(67.4854vw,99vh) scale(.5167)}}.snow:nth-child(78){opacity:1.807;transform:translate(.5916vw,-10px) scale(.6231);animation:fall-78 13s -25s linear infinite}@keyframes fall-78{55.116%{transform:translate(-7.9012vw,55.116vh) scale(.6231)}to{transform:translate(-3.6548vw,99vh) scale(.6231)}}.snow:nth-child(79){opacity:1.9976;transform:translate(2.6609vw,-10px) scale(.262);animation:fall-79 26s -19s linear infinite}@keyframes fall-79{53.767%{transform:translate(-4.2019vw,53.767vh) scale(.262)}to{transform:translate(-.7705vw,99vh) scale(.262)}}.snow:nth-child(80){opacity:1.954;transform:translate(21.2667vw,-10px) scale(.7467);animation:fall-80 23s -15s linear infinite}@keyframes fall-80{66.146%{transform:translate(23.9357vw,66.146vh) scale(.7467)}to{transform:translate(22.6012vw,99vh) scale(.7467)}}.snow:nth-child(81){opacity:1.7522;transform:translate(68.766vw,-10px) scale(.9379);animation:fall-81 23s -3s linear infinite}@keyframes fall-81{71.919%{transform:translate(74.8097vw,71.919vh) scale(.9379)}to{transform:translate(71.78785vw,99vh) scale(.9379)}}.snow:nth-child(82){opacity:.539;transform:translate(68.9313vw,-10px) scale(.9341);animation:fall-82 25s -19s linear infinite}@keyframes fall-82{65.069%{transform:translate(70.8646vw,65.069vh) scale(.9341)}to{transform:translate(69.89795vw,99vh) scale(.9341)}}.snow:nth-child(83){opacity:1.963;transform:translate(45.9355vw,-10px) scale(.8636);animation:fall-83 20s -14s linear infinite}@keyframes fall-83{61.973%{transform:translate(50.4219vw,61.973vh) scale(.8636)}to{transform:translate(48.1787vw,99vh) scale(.8636)}}.snow:nth-child(84){opacity:1.485;transform:translate(72.991vw,-10px) scale(.826);animation:fall-84 22s -12s linear infinite}@keyframes fall-84{53.98%{transform:translate(75.0128vw,53.98vh) scale(.826)}to{transform:translate(74.0019vw,99vh) scale(.826)}}.snow:nth-child(85){opacity:.2168;transform:translate(72.9643vw,-10px) scale(.0117);animation:fall-85 26s -25s linear infinite}@keyframes fall-85{61.422%{transform:translate(67.1712vw,61.422vh) scale(.0117)}to{transform:translate(70.06775vw,99vh) scale(.0117)}}.snow:nth-child(86){opacity:1.9092;transform:translate(38.4761vw,-10px) scale(.7032);animation:fall-86 23s -4s linear infinite}@keyframes fall-86{35.395%{transform:translate(30.1383vw,35.395vh) scale(.7032)}to{transform:translate(34.3072vw,99vh) scale(.7032)}}.snow:nth-child(87){opacity:1.7758;transform:translate(23.9167vw,-10px) scale(.1193);animation:fall-87 15s -6s linear infinite}@keyframes fall-87{66.091%{transform:translate(32.5039vw,66.091vh) scale(.1193)}to{transform:translate(28.2103vw,99vh) scale(.1193)}}.snow:nth-child(88){opacity:.8982;transform:translate(12.5821vw,-10px) scale(.6266);animation:fall-88 14s -29s linear infinite}@keyframes fall-88{34.926%{transform:translate(21.1062vw,34.926vh) scale(.6266)}to{transform:translate(16.84415vw,99vh) scale(.6266)}}.snow:nth-child(89){opacity:1.8588;transform:translate(80.0068vw,-10px) scale(.6716);animation:fall-89 12s -9s linear infinite}@keyframes fall-89{43.917%{transform:translate(89.4189vw,43.917vh) scale(.6716)}to{transform:translate(84.71285vw,99vh) scale(.6716)}}.snow:nth-child(90){opacity:.5978;transform:translate(10.7389vw,-10px) scale(.5702);animation:fall-90 13s -30s linear infinite}@keyframes fall-90{41.567%{transform:translate(14.8265vw,41.567vh) scale(.5702)}to{transform:translate(12.7827vw,99vh) scale(.5702)}}.snow:nth-child(91){opacity:.5754;transform:translate(15.7428vw,-10px) scale(.0253);animation:fall-91 19s -30s linear infinite}@keyframes fall-91{73.272%{transform:translate(6.4669vw,73.272vh) scale(.0253)}to{transform:translate(11.10485vw,99vh) scale(.0253)}}.snow:nth-child(92){opacity:.0246;transform:translate(29.0583vw,-10px) scale(.2529);animation:fall-92 27s -25s linear infinite}@keyframes fall-92{43.181%{transform:translate(37.7122vw,43.181vh) scale(.2529)}to{transform:translate(33.38525vw,99vh) scale(.2529)}}.snow:nth-child(93){opacity:.5482;transform:translate(31.6649vw,-10px) scale(.7572);animation:fall-93 25s -24s linear infinite}@keyframes fall-93{47.583%{transform:translate(32.375vw,47.583vh) scale(.7572)}to{transform:translate(32.01995vw,99vh) scale(.7572)}}.snow:nth-child(94){opacity:1.5638;transform:translate(71.8688vw,-10px) scale(.2353);animation:fall-94 29s -6s linear infinite}@keyframes fall-94{38.288%{transform:translate(70.4985vw,38.288vh) scale(.2353)}to{transform:translate(71.18365vw,99vh) scale(.2353)}}.snow:nth-child(95){opacity:1.3006;transform:translate(80.5892vw,-10px) scale(.0596);animation:fall-95 28s -15s linear infinite}@keyframes fall-95{35.868%{transform:translate(79.2615vw,35.868vh) scale(.0596)}to{transform:translate(79.92535vw,99vh) scale(.0596)}}.snow:nth-child(96){opacity:1.164;transform:translate(6.8187vw,-10px) scale(.5393);animation:fall-96 21s -18s linear infinite}@keyframes fall-96{39.042%{transform:translate(12.6979vw,39.042vh) scale(.5393)}to{transform:translate(9.7583vw,99vh) scale(.5393)}}.snow:nth-child(97){opacity:1.2248;transform:translate(69.8606vw,-10px) scale(.6909);animation:fall-97 17s -19s linear infinite}@keyframes fall-97{76.136%{transform:translate(77.8072vw,76.136vh) scale(.6909)}to{transform:translate(73.8339vw,99vh) scale(.6909)}}.snow:nth-child(98){opacity:.5422;transform:translate(91.9782vw,-10px) scale(.5857);animation:fall-98 23s -16s linear infinite}@keyframes fall-98{76.006%{transform:translate(84.5381vw,76.006vh) scale(.5857)}to{transform:translate(88.25815vw,99vh) scale(.5857)}}.snow:nth-child(99){opacity:.9814;transform:translate(36.4196vw,-10px) scale(.5123);animation:fall-99 27s -14s linear infinite}@keyframes fall-99{43.448%{transform:translate(31.8462vw,43.448vh) scale(.5123)}to{transform:translate(34.1329vw,99vh) scale(.5123)}}.snow:nth-child(100){opacity:1.5752;transform:translate(57.5088vw,-10px) scale(.0624);animation:fall-100 19s -20s linear infinite}@keyframes fall-100{62.632%{transform:translate(58.6856vw,62.632vh) scale(.0624)}to{transform:translate(58.0972vw,99vh) scale(.0624)}}.snow:nth-child(101){opacity:.1124;transform:translate(18.7825vw,-10px) scale(.5817);animation:fall-101 17s -12s linear infinite}@keyframes fall-101{78.099%{transform:translate(21.7234vw,78.099vh) scale(.5817)}to{transform:translate(20.25295vw,99vh) scale(.5817)}}.snow:nth-child(102){opacity:1.7912;transform:translate(59.9201vw,-10px) scale(.4847);animation:fall-102 16s -15s linear infinite}@keyframes fall-102{39.301%{transform:translate(57.222vw,39.301vh) scale(.4847)}to{transform:translate(58.57105vw,99vh) scale(.4847)}}.snow:nth-child(103){opacity:1.528;transform:translate(5.9902vw,-10px) scale(.0087);animation:fall-103 12s -13s linear infinite}@keyframes fall-103{44.975%{transform:translate(3.7275vw,44.975vh) scale(.0087)}to{transform:translate(4.85885vw,99vh) scale(.0087)}}.snow:nth-child(104){opacity:1.4282;transform:translate(36.1685vw,-10px) scale(.7994);animation:fall-104 12s -3s linear infinite}@keyframes fall-104{47.656%{transform:translate(39.0426vw,47.656vh) scale(.7994)}to{transform:translate(37.60555vw,99vh) scale(.7994)}}.snow:nth-child(105){opacity:.4388;transform:translate(14.0104vw,-10px) scale(.6279);animation:fall-105 25s -20s linear infinite}@keyframes fall-105{31.935%{transform:translate(23.6257vw,31.935vh) scale(.6279)}to{transform:translate(18.81805vw,99vh) scale(.6279)}}.snow:nth-child(106){opacity:1.099;transform:translate(50.198vw,-10px) scale(.0891);animation:fall-106 14s -12s linear infinite}@keyframes fall-106{62.033%{transform:translate(49.1486vw,62.033vh) scale(.0891)}to{transform:translate(49.6733vw,99vh) scale(.0891)}}.snow:nth-child(107){opacity:1.4684;transform:translate(71.233vw,-10px) scale(.6727);animation:fall-107 11s -27s linear infinite}@keyframes fall-107{58.163%{transform:translate(67.5116vw,58.163vh) scale(.6727)}to{transform:translate(69.3723vw,99vh) scale(.6727)}}.snow:nth-child(108){opacity:.2272;transform:translate(47.9945vw,-10px) scale(.3455);animation:fall-108 21s -9s linear infinite}@keyframes fall-108{50.712%{transform:translate(55.8109vw,50.712vh) scale(.3455)}to{transform:translate(51.9027vw,99vh) scale(.3455)}}.snow:nth-child(109){opacity:1.3634;transform:translate(11.4946vw,-10px) scale(.6889);animation:fall-109 30s -10s linear infinite}@keyframes fall-109{49.128%{transform:translate(17.0293vw,49.128vh) scale(.6889)}to{transform:translate(14.26195vw,99vh) scale(.6889)}}.snow:nth-child(110){opacity:1.4944;transform:translate(33.1287vw,-10px) scale(.9572);animation:fall-110 10s -27s linear infinite}@keyframes fall-110{44.877%{transform:translate(39.3525vw,44.877vh) scale(.9572)}to{transform:translate(36.2406vw,99vh) scale(.9572)}}.snow:nth-child(111){opacity:.6642;transform:translate(54.8058vw,-10px) scale(.6234);animation:fall-111 19s -24s linear infinite}@keyframes fall-111{61.585%{transform:translate(61.8546vw,61.585vh) scale(.6234)}to{transform:translate(58.3302vw,99vh) scale(.6234)}}.snow:nth-child(112){opacity:1.1456;transform:translate(17.7897vw,-10px) scale(.8134);animation:fall-112 13s -1s linear infinite}@keyframes fall-112{52.142%{transform:translate(10.0431vw,52.142vh) scale(.8134)}to{transform:translate(13.9164vw,99vh) scale(.8134)}}.snow:nth-child(113){opacity:1.088;transform:translate(62.0844vw,-10px) scale(.0628);animation:fall-113 22s -20s linear infinite}@keyframes fall-113{50.025%{transform:translate(59.5169vw,50.025vh) scale(.0628)}to{transform:translate(60.80065vw,99vh) scale(.0628)}}.snow:nth-child(114){opacity:.3626;transform:translate(57.4417vw,-10px) scale(.7201);animation:fall-114 18s -25s linear infinite}@keyframes fall-114{60.278%{transform:translate(56.8002vw,60.278vh) scale(.7201)}to{transform:translate(57.12095vw,99vh) scale(.7201)}}.snow:nth-child(115){opacity:.2084;transform:translate(20.9894vw,-10px) scale(.0511);animation:fall-115 11s -8s linear infinite}@keyframes fall-115{60.029%{transform:translate(28.1155vw,60.029vh) scale(.0511)}to{transform:translate(24.55245vw,99vh) scale(.0511)}}.snow:nth-child(116){opacity:1.824;transform:translate(94.0409vw,-10px) scale(.8785);animation:fall-116 10s -8s linear infinite}@keyframes fall-116{59.736%{transform:translate(96.175vw,59.736vh) scale(.8785)}to{transform:translate(95.10795vw,99vh) scale(.8785)}}.snow:nth-child(117){opacity:1.2126;transform:translate(25.575vw,-10px) scale(.8197);animation:fall-117 29s -24s linear infinite}@keyframes fall-117{72.674%{transform:translate(17.1156vw,72.674vh) scale(.8197)}to{transform:translate(21.3453vw,99vh) scale(.8197)}}.snow:nth-child(118){opacity:1.2332;transform:translate(21.4358vw,-10px) scale(.2672);animation:fall-118 23s -18s linear infinite}@keyframes fall-118{32.467%{transform:translate(28.7437vw,32.467vh) scale(.2672)}to{transform:translate(25.08975vw,99vh) scale(.2672)}}.snow:nth-child(119){opacity:1.6972;transform:translate(62.7266vw,-10px) scale(.2919);animation:fall-119 17s -2s linear infinite}@keyframes fall-119{63.958%{transform:translate(72.4383vw,63.958vh) scale(.2919)}to{transform:translate(67.58245vw,99vh) scale(.2919)}}.snow:nth-child(120){opacity:.215;transform:translate(43.3672vw,-10px) scale(.6566);animation:fall-120 11s -19s linear infinite}@keyframes fall-120{30.908%{transform:translate(33.8983vw,30.908vh) scale(.6566)}to{transform:translate(38.63275vw,99vh) scale(.6566)}}.snow:nth-child(121){opacity:.481;transform:translate(72.2536vw,-10px) scale(.7776);animation:fall-121 24s -29s linear infinite}@keyframes fall-121{37.565%{transform:translate(81.2844vw,37.565vh) scale(.7776)}to{transform:translate(76.769vw,99vh) scale(.7776)}}.snow:nth-child(122){opacity:1.5956;transform:translate(83.5467vw,-10px) scale(.3365);animation:fall-122 12s -21s linear infinite}@keyframes fall-122{48.621%{transform:translate(92.684vw,48.621vh) scale(.3365)}to{transform:translate(88.11535vw,99vh) scale(.3365)}}.snow:nth-child(123){opacity:1.5636;transform:translate(69.7595vw,-10px) scale(.249);animation:fall-123 30s -21s linear infinite}@keyframes fall-123{61.429%{transform:translate(73.2085vw,61.429vh) scale(.249)}to{transform:translate(71.484vw,99vh) scale(.249)}}.snow:nth-child(124){opacity:1.933;transform:translate(21.7982vw,-10px) scale(.7292);animation:fall-124 14s -2s linear infinite}@keyframes fall-124{60.522%{transform:translate(17.0672vw,60.522vh) scale(.7292)}to{transform:translate(19.4327vw,99vh) scale(.7292)}}.snow:nth-child(125){opacity:1.3436;transform:translate(83.2979vw,-10px) scale(.5363);animation:fall-125 14s -28s linear infinite}@keyframes fall-125{77.443%{transform:translate(82.0686vw,77.443vh) scale(.5363)}to{transform:translate(82.68325vw,99vh) scale(.5363)}}.snow:nth-child(126){opacity:1.382;transform:translate(.498vw,-10px) scale(.2602);animation:fall-126 27s -19s linear infinite}@keyframes fall-126{61.296%{transform:translate(9.3136vw,61.296vh) scale(.2602)}to{transform:translate(4.9058vw,99vh) scale(.2602)}}.snow:nth-child(127){opacity:1.1788;transform:translate(70.9102vw,-10px) scale(.2281);animation:fall-127 16s -27s linear infinite}@keyframes fall-127{50.446%{transform:translate(77.8961vw,50.446vh) scale(.2281)}to{transform:translate(74.40315vw,99vh) scale(.2281)}}.snow:nth-child(128){opacity:1.1608;transform:translate(98.96vw,-10px) scale(.7618);animation:fall-128 27s -10s linear infinite}@keyframes fall-128{57.772%{transform:translate(104.8615vw,57.772vh) scale(.7618)}to{transform:translate(101.91075vw,99vh) scale(.7618)}}.snow:nth-child(129){opacity:1.1586;transform:translate(26.6455vw,-10px) scale(.196);animation:fall-129 28s -13s linear infinite}@keyframes fall-129{30.975%{transform:translate(33.618vw,30.975vh) scale(.196)}to{transform:translate(30.13175vw,99vh) scale(.196)}}.snow:nth-child(130){opacity:1.1826;transform:translate(5.3844vw,-10px) scale(.6474);animation:fall-130 30s -29s linear infinite}@keyframes fall-130{60.879%{transform:translate(14.676vw,60.879vh) scale(.6474)}to{transform:translate(10.0302vw,99vh) scale(.6474)}}.snow:nth-child(131){opacity:1.7658;transform:translate(19.4153vw,-10px) scale(.5178);animation:fall-131 22s -24s linear infinite}@keyframes fall-131{58.822%{transform:translate(22.3983vw,58.822vh) scale(.5178)}to{transform:translate(20.9068vw,99vh) scale(.5178)}}.snow:nth-child(132){opacity:1.8112;transform:translate(56.8343vw,-10px) scale(.9484);animation:fall-132 14s -7s linear infinite}@keyframes fall-132{50.01%{transform:translate(49.1852vw,50.01vh) scale(.9484)}to{transform:translate(53.00975vw,99vh) scale(.9484)}}.snow:nth-child(133){opacity:.6488;transform:translate(46.3333vw,-10px) scale(.7044);animation:fall-133 13s -20s linear infinite}@keyframes fall-133{56.636%{transform:translate(53.4035vw,56.636vh) scale(.7044)}to{transform:translate(49.8684vw,99vh) scale(.7044)}}.snow:nth-child(134){opacity:1.3386;transform:translate(18.7755vw,-10px) scale(.1297);animation:fall-134 24s -22s linear infinite}@keyframes fall-134{55.175%{transform:translate(19.1233vw,55.175vh) scale(.1297)}to{transform:translate(18.9494vw,99vh) scale(.1297)}}.snow:nth-child(135){opacity:.0782;transform:translate(26.9855vw,-10px) scale(.9714);animation:fall-135 29s -19s linear infinite}@keyframes fall-135{35.437%{transform:translate(34.316vw,35.437vh) scale(.9714)}to{transform:translate(30.65075vw,99vh) scale(.9714)}}.snow:nth-child(136){opacity:.2752;transform:translate(90.9867vw,-10px) scale(.0239);animation:fall-136 16s -2s linear infinite}@keyframes fall-136{66.92%{transform:translate(90.659vw,66.92vh) scale(.0239)}to{transform:translate(90.82285vw,99vh) scale(.0239)}}.snow:nth-child(137){opacity:1.0824;transform:translate(53.7552vw,-10px) scale(.5758);animation:fall-137 23s -1s linear infinite}@keyframes fall-137{63.224%{transform:translate(50.3544vw,63.224vh) scale(.5758)}to{transform:translate(52.0548vw,99vh) scale(.5758)}}.snow:nth-child(138){opacity:1.1796;transform:translate(22.9116vw,-10px) scale(.4965);animation:fall-138 26s -24s linear infinite}@keyframes fall-138{68.81%{transform:translate(28.0456vw,68.81vh) scale(.4965)}to{transform:translate(25.4786vw,99vh) scale(.4965)}}.snow:nth-child(139){opacity:.8456;transform:translate(71.2059vw,-10px) scale(.4734);animation:fall-139 18s -7s linear infinite}@keyframes fall-139{45.482%{transform:translate(75.743vw,45.482vh) scale(.4734)}to{transform:translate(73.47445vw,99vh) scale(.4734)}}.snow:nth-child(140){opacity:1.773;transform:translate(78.3219vw,-10px) scale(.0469);animation:fall-140 11s -18s linear infinite}@keyframes fall-140{41.601%{transform:translate(78.8369vw,41.601vh) scale(.0469)}to{transform:translate(78.5794vw,99vh) scale(.0469)}}.snow:nth-child(141){opacity:1.0202;transform:translate(7.1365vw,-10px) scale(.6068);animation:fall-141 30s -28s linear infinite}@keyframes fall-141{66.18%{transform:translate(4.4874vw,66.18vh) scale(.6068)}to{transform:translate(5.81195vw,99vh) scale(.6068)}}.snow:nth-child(142){opacity:1.2104;transform:translate(72.6693vw,-10px) scale(.1274);animation:fall-142 21s -5s linear infinite}@keyframes fall-142{48.089%{transform:translate(68.6808vw,48.089vh) scale(.1274)}to{transform:translate(70.67505vw,99vh) scale(.1274)}}.snow:nth-child(143){opacity:.8948;transform:translate(90.3652vw,-10px) scale(.1116);animation:fall-143 23s -21s linear infinite}@keyframes fall-143{65.188%{transform:translate(87.8718vw,65.188vh) scale(.1116)}to{transform:translate(89.1185vw,99vh) scale(.1116)}}.snow:nth-child(144){opacity:.3148;transform:translate(63.0269vw,-10px) scale(.0765);animation:fall-144 26s -8s linear infinite}@keyframes fall-144{58.902%{transform:translate(58.5975vw,58.902vh) scale(.0765)}to{transform:translate(60.8122vw,99vh) scale(.0765)}}.snow:nth-child(145){opacity:1.2726;transform:translate(22.2354vw,-10px) scale(.3218);animation:fall-145 20s -20s linear infinite}@keyframes fall-145{52.669%{transform:translate(28.5377vw,52.669vh) scale(.3218)}to{transform:translate(25.38655vw,99vh) scale(.3218)}}.snow:nth-child(146){opacity:.5852;transform:translate(91.0792vw,-10px) scale(.5155);animation:fall-146 19s -25s linear infinite}@keyframes fall-146{62.441%{transform:translate(99.3734vw,62.441vh) scale(.5155)}to{transform:translate(95.2263vw,99vh) scale(.5155)}}.snow:nth-child(147){opacity:.2116;transform:translate(47.7027vw,-10px) scale(.9499);animation:fall-147 29s -9s linear infinite}@keyframes fall-147{76.151%{transform:translate(48.9748vw,76.151vh) scale(.9499)}to{transform:translate(48.33875vw,99vh) scale(.9499)}}.snow:nth-child(148){opacity:.2288;transform:translate(40.0967vw,-10px) scale(.5532);animation:fall-148 11s -11s linear infinite}@keyframes fall-148{48.766%{transform:translate(33.944vw,48.766vh) scale(.5532)}to{transform:translate(37.02035vw,99vh) scale(.5532)}}.snow:nth-child(149){opacity:1.4504;transform:translate(84.9675vw,-10px) scale(.0369);animation:fall-149 12s -14s linear infinite}@keyframes fall-149{65.477%{transform:translate(94.1417vw,65.477vh) scale(.0369)}to{transform:translate(89.5546vw,99vh) scale(.0369)}}.snow:nth-child(150){opacity:.7222;transform:translate(25.5949vw,-10px) scale(.907);animation:fall-150 19s -24s linear infinite}@keyframes fall-150{49.181%{transform:translate(20.4459vw,49.181vh) scale(.907)}to{transform:translate(23.0204vw,99vh) scale(.907)}}.snow:nth-child(151){opacity:1.8822;transform:translate(64.718vw,-10px) scale(.0715);animation:fall-151 26s -20s linear infinite}@keyframes fall-151{60.253%{transform:translate(72.5393vw,60.253vh) scale(.0715)}to{transform:translate(68.62865vw,99vh) scale(.0715)}}.snow:nth-child(152){opacity:1.3516;transform:translate(83.6494vw,-10px) scale(.3647);animation:fall-152 13s -1s linear infinite}@keyframes fall-152{66.068%{transform:translate(88.7646vw,66.068vh) scale(.3647)}to{transform:translate(86.207vw,99vh) scale(.3647)}}.snow:nth-child(153){opacity:1.7866;transform:translate(77.2311vw,-10px) scale(.4221);animation:fall-153 30s -18s linear infinite}@keyframes fall-153{52.79%{transform:translate(86.27vw,52.79vh) scale(.4221)}to{transform:translate(81.75055vw,99vh) scale(.4221)}}.snow:nth-child(154){opacity:.0158;transform:translate(67.363vw,-10px) scale(.7236);animation:fall-154 24s -10s linear infinite}@keyframes fall-154{65.844%{transform:translate(63.9356vw,65.844vh) scale(.7236)}to{transform:translate(65.6493vw,99vh) scale(.7236)}}.snow:nth-child(155){opacity:.2678;transform:translate(94.8871vw,-10px) scale(.3518);animation:fall-155 30s -12s linear infinite}@keyframes fall-155{62.462%{transform:translate(97.8139vw,62.462vh) scale(.3518)}to{transform:translate(96.3505vw,99vh) scale(.3518)}}.snow:nth-child(156){opacity:1.678;transform:translate(52.298vw,-10px) scale(.1365);animation:fall-156 25s -21s linear infinite}@keyframes fall-156{73.541%{transform:translate(45.8912vw,73.541vh) scale(.1365)}to{transform:translate(49.0946vw,99vh) scale(.1365)}}.snow:nth-child(157){opacity:.2762;transform:translate(54.6446vw,-10px) scale(.8871);animation:fall-157 12s -11s linear infinite}@keyframes fall-157{72.414%{transform:translate(54.9198vw,72.414vh) scale(.8871)}to{transform:translate(54.7822vw,99vh) scale(.8871)}}.snow:nth-child(158){opacity:1.2284;transform:translate(94.1713vw,-10px) scale(.5367);animation:fall-158 10s -2s linear infinite}@keyframes fall-158{77.335%{transform:translate(91.7697vw,77.335vh) scale(.5367)}to{transform:translate(92.9705vw,99vh) scale(.5367)}}.snow:nth-child(159){opacity:1.4634;transform:translate(91.8595vw,-10px) scale(.5202);animation:fall-159 13s -28s linear infinite}@keyframes fall-159{45.944%{transform:translate(91.4971vw,45.944vh) scale(.5202)}to{transform:translate(91.6783vw,99vh) scale(.5202)}}.snow:nth-child(160){opacity:1.0274;transform:translate(77.6496vw,-10px) scale(.6997);animation:fall-160 19s -28s linear infinite}@keyframes fall-160{76.667%{transform:translate(78.1352vw,76.667vh) scale(.6997)}to{transform:translate(77.8924vw,99vh) scale(.6997)}}.snow:nth-child(161){opacity:1.8392;transform:translate(15.0392vw,-10px) scale(.0591);animation:fall-161 27s -16s linear infinite}@keyframes fall-161{45.866%{transform:translate(13.8014vw,45.866vh) scale(.0591)}to{transform:translate(14.4203vw,99vh) scale(.0591)}}.snow:nth-child(162){opacity:.7562;transform:translate(25.624vw,-10px) scale(.4281);animation:fall-162 30s -8s linear infinite}@keyframes fall-162{34.597%{transform:translate(22.8779vw,34.597vh) scale(.4281)}to{transform:translate(24.25095vw,99vh) scale(.4281)}}.snow:nth-child(163){opacity:1.1828;transform:translate(4.8914vw,-10px) scale(.9709);animation:fall-163 19s -6s linear infinite}@keyframes fall-163{34.232%{transform:translate(3.1313vw,34.232vh) scale(.9709)}to{transform:translate(4.01135vw,99vh) scale(.9709)}}.snow:nth-child(164){opacity:.4704;transform:translate(98.48vw,-10px) scale(.0793);animation:fall-164 29s -1s linear infinite}@keyframes fall-164{58.863%{transform:translate(100.2839vw,58.863vh) scale(.0793)}to{transform:translate(99.38195vw,99vh) scale(.0793)}}.snow:nth-child(165){opacity:.9728;transform:translate(59.1842vw,-10px) scale(.8046);animation:fall-165 17s -21s linear infinite}@keyframes fall-165{52.659%{transform:translate(65.3273vw,52.659vh) scale(.8046)}to{transform:translate(62.25575vw,99vh) scale(.8046)}}.snow:nth-child(166){opacity:.96;transform:translate(61.9497vw,-10px) scale(.5744);animation:fall-166 19s -26s linear infinite}@keyframes fall-166{74.334%{transform:translate(64.0067vw,74.334vh) scale(.5744)}to{transform:translate(62.9782vw,99vh) scale(.5744)}}.snow:nth-child(167){opacity:1.3412;transform:translate(79.7712vw,-10px) scale(.8572);animation:fall-167 12s -18s linear infinite}@keyframes fall-167{39.448%{transform:translate(84.4782vw,39.448vh) scale(.8572)}to{transform:translate(82.1247vw,99vh) scale(.8572)}}.snow:nth-child(168){opacity:.045;transform:translate(34.2825vw,-10px) scale(.0699);animation:fall-168 19s -13s linear infinite}@keyframes fall-168{76.304%{transform:translate(29.7482vw,76.304vh) scale(.0699)}to{transform:translate(32.01535vw,99vh) scale(.0699)}}.snow:nth-child(169){opacity:.673;transform:translate(71.8827vw,-10px) scale(.2351);animation:fall-169 12s -7s linear infinite}@keyframes fall-169{42.987%{transform:translate(80.6223vw,42.987vh) scale(.2351)}to{transform:translate(76.2525vw,99vh) scale(.2351)}}.snow:nth-child(170){opacity:1.0152;transform:translate(25.3991vw,-10px) scale(.2422);animation:fall-170 17s -26s linear infinite}@keyframes fall-170{51.385%{transform:translate(20.5201vw,51.385vh) scale(.2422)}to{transform:translate(22.9596vw,99vh) scale(.2422)}}.snow:nth-child(171){opacity:.1086;transform:translate(51.0005vw,-10px) scale(.9654);animation:fall-171 23s -10s linear infinite}@keyframes fall-171{43.773%{transform:translate(58.6584vw,43.773vh) scale(.9654)}to{transform:translate(54.82945vw,99vh) scale(.9654)}}.snow:nth-child(172){opacity:1.8328;transform:translate(2.0023vw,-10px) scale(.4454);animation:fall-172 24s -26s linear infinite}@keyframes fall-172{36.518%{transform:translate(4.261vw,36.518vh) scale(.4454)}to{transform:translate(3.13165vw,99vh) scale(.4454)}}.snow:nth-child(173){opacity:1.294;transform:translate(67.4285vw,-10px) scale(.1388);animation:fall-173 17s -7s linear infinite}@keyframes fall-173{62.776%{transform:translate(76.6909vw,62.776vh) scale(.1388)}to{transform:translate(72.0597vw,99vh) scale(.1388)}}.snow:nth-child(174){opacity:1.5612;transform:translate(77.0747vw,-10px) scale(.95);animation:fall-174 25s -26s linear infinite}@keyframes fall-174{36.075%{transform:translate(79.4191vw,36.075vh) scale(.95)}to{transform:translate(78.2469vw,99vh) scale(.95)}}.snow:nth-child(175){opacity:1.3202;transform:translate(88.5338vw,-10px) scale(.7967);animation:fall-175 30s -14s linear infinite}@keyframes fall-175{53.818%{transform:translate(87.2333vw,53.818vh) scale(.7967)}to{transform:translate(87.88355vw,99vh) scale(.7967)}}.snow:nth-child(176){opacity:1.2042;transform:translate(19.4541vw,-10px) scale(.5629);animation:fall-176 25s -28s linear infinite}@keyframes fall-176{39.847%{transform:translate(17.5491vw,39.847vh) scale(.5629)}to{transform:translate(18.5016vw,99vh) scale(.5629)}}.snow:nth-child(177){opacity:.7148;transform:translate(28.388vw,-10px) scale(.8741);animation:fall-177 23s -6s linear infinite}@keyframes fall-177{56.547%{transform:translate(37.6968vw,56.547vh) scale(.8741)}to{transform:translate(33.0424vw,99vh) scale(.8741)}}.snow:nth-child(178){opacity:1.1896;transform:translate(44.1471vw,-10px) scale(.0806);animation:fall-178 30s -12s linear infinite}@keyframes fall-178{57.602%{transform:translate(34.5223vw,57.602vh) scale(.0806)}to{transform:translate(39.3347vw,99vh) scale(.0806)}}.snow:nth-child(179){opacity:.9284;transform:translate(.2312vw,-10px) scale(.5949);animation:fall-179 30s -29s linear infinite}@keyframes fall-179{45.466%{transform:translate(-4.2753vw,45.466vh) scale(.5949)}to{transform:translate(-2.02205vw,99vh) scale(.5949)}}.snow:nth-child(180){opacity:.5512;transform:translate(59.8063vw,-10px) scale(.1764);animation:fall-180 13s -4s linear infinite}@keyframes fall-180{62.857%{transform:translate(65.5979vw,62.857vh) scale(.1764)}to{transform:translate(62.7021vw,99vh) scale(.1764)}}.snow:nth-child(181){opacity:.8276;transform:translate(36.9759vw,-10px) scale(.693);animation:fall-181 15s -28s linear infinite}@keyframes fall-181{45.347%{transform:translate(46.0709vw,45.347vh) scale(.693)}to{transform:translate(41.5234vw,99vh) scale(.693)}}.snow:nth-child(182){opacity:.3084;transform:translate(17.0235vw,-10px) scale(.1782);animation:fall-182 22s -5s linear infinite}@keyframes fall-182{68.038%{transform:translate(19.9036vw,68.038vh) scale(.1782)}to{transform:translate(18.46355vw,99vh) scale(.1782)}}.snow:nth-child(183){opacity:1.8056;transform:translate(4.447vw,-10px) scale(.6316);animation:fall-183 11s -10s linear infinite}@keyframes fall-183{61.62%{transform:translate(2.5841vw,61.62vh) scale(.6316)}to{transform:translate(3.51555vw,99vh) scale(.6316)}}.snow:nth-child(184){opacity:.292;transform:translate(61.5018vw,-10px) scale(.782);animation:fall-184 18s -24s linear infinite}@keyframes fall-184{65.765%{transform:translate(56.6879vw,65.765vh) scale(.782)}to{transform:translate(59.09485vw,99vh) scale(.782)}}.snow:nth-child(185){opacity:.7056;transform:translate(93.5243vw,-10px) scale(.9985);animation:fall-185 14s -1s linear infinite}@keyframes fall-185{54.238%{transform:translate(84.834vw,54.238vh) scale(.9985)}to{transform:translate(89.17915vw,99vh) scale(.9985)}}.snow:nth-child(186){opacity:.4044;transform:translate(80.1292vw,-10px) scale(.3465);animation:fall-186 17s -6s linear infinite}@keyframes fall-186{44.564%{transform:translate(70.8206vw,44.564vh) scale(.3465)}to{transform:translate(75.4749vw,99vh) scale(.3465)}}.snow:nth-child(187){opacity:.9576;transform:translate(77.7501vw,-10px) scale(.6909);animation:fall-187 24s -14s linear infinite}@keyframes fall-187{52.942%{transform:translate(68.1355vw,52.942vh) scale(.6909)}to{transform:translate(72.9428vw,99vh) scale(.6909)}}.snow:nth-child(188){opacity:.7794;transform:translate(25.566vw,-10px) scale(.7476);animation:fall-188 22s -30s linear infinite}@keyframes fall-188{77.154%{transform:translate(23.3105vw,77.154vh) scale(.7476)}to{transform:translate(24.43825vw,99vh) scale(.7476)}}.snow:nth-child(189){opacity:.5634;transform:translate(37.2766vw,-10px) scale(.4253);animation:fall-189 28s -28s linear infinite}@keyframes fall-189{50.802%{transform:translate(42.9214vw,50.802vh) scale(.4253)}to{transform:translate(40.099vw,99vh) scale(.4253)}}.snow:nth-child(190){opacity:1.4582;transform:translate(84.0755vw,-10px) scale(.5149);animation:fall-190 29s -16s linear infinite}@keyframes fall-190{67.305%{transform:translate(75.3899vw,67.305vh) scale(.5149)}to{transform:translate(79.7327vw,99vh) scale(.5149)}}.snow:nth-child(191){opacity:.9382;transform:translate(23.9248vw,-10px) scale(.7975);animation:fall-191 15s -27s linear infinite}@keyframes fall-191{48.905%{transform:translate(28.9716vw,48.905vh) scale(.7975)}to{transform:translate(26.4482vw,99vh) scale(.7975)}}.snow:nth-child(192){opacity:1.5866;transform:translate(74.5166vw,-10px) scale(.751);animation:fall-192 16s -11s linear infinite}@keyframes fall-192{55.048%{transform:translate(83.8436vw,55.048vh) scale(.751)}to{transform:translate(79.1801vw,99vh) scale(.751)}}.snow:nth-child(193){opacity:1.844;transform:translate(38.3506vw,-10px) scale(.4939);animation:fall-193 13s -5s linear infinite}@keyframes fall-193{75.511%{transform:translate(31.6638vw,75.511vh) scale(.4939)}to{transform:translate(35.0072vw,99vh) scale(.4939)}}.snow:nth-child(194){opacity:.9644;transform:translate(51.578vw,-10px) scale(.5106);animation:fall-194 11s -6s linear infinite}@keyframes fall-194{58.715%{transform:translate(52.775vw,58.715vh) scale(.5106)}to{transform:translate(52.1765vw,99vh) scale(.5106)}}.snow:nth-child(195){opacity:1.935;transform:translate(95.4038vw,-10px) scale(.8558);animation:fall-195 23s -11s linear infinite}@keyframes fall-195{65.122%{transform:translate(90.359vw,65.122vh) scale(.8558)}to{transform:translate(92.8814vw,99vh) scale(.8558)}}.snow:nth-child(196){opacity:1.4234;transform:translate(66.3527vw,-10px) scale(.5524);animation:fall-196 30s -24s linear infinite}@keyframes fall-196{43.922%{transform:translate(75.8018vw,43.922vh) scale(.5524)}to{transform:translate(71.07725vw,99vh) scale(.5524)}}.snow:nth-child(197){opacity:1.909;transform:translate(94.1603vw,-10px) scale(.6452);animation:fall-197 25s -3s linear infinite}@keyframes fall-197{73.779%{transform:translate(93.3421vw,73.779vh) scale(.6452)}to{transform:translate(93.7512vw,99vh) scale(.6452)}}.snow:nth-child(198){opacity:.4776;transform:translate(11.7853vw,-10px) scale(.6482);animation:fall-198 13s -26s linear infinite}@keyframes fall-198{58.434%{transform:translate(2.6382vw,58.434vh) scale(.6482)}to{transform:translate(7.21175vw,99vh) scale(.6482)}}.snow:nth-child(199){opacity:.3222;transform:translate(97.4534vw,-10px) scale(.1375);animation:fall-199 28s -26s linear infinite}@keyframes fall-199{45.043%{transform:translate(99.3768vw,45.043vh) scale(.1375)}to{transform:translate(98.4151vw,99vh) scale(.1375)}}.snow:nth-child(200){opacity:.3276;transform:translate(27.03vw,-10px) scale(.3381);animation:fall-200 19s -25s linear infinite}@keyframes fall-200{32.801%{transform:translate(25.2297vw,32.801vh) scale(.3381)}to{transform:translate(26.12985vw,99vh) scale(.3381)}}.snow:nth-child(201){opacity:.103;transform:translate(64.318vw,-10px) scale(.2362);animation:fall-201 28s -30s linear infinite}@keyframes fall-201{62.011%{transform:translate(63.6177vw,62.011vh) scale(.2362)}to{transform:translate(63.96785vw,99vh) scale(.2362)}}.snow:nth-child(202){opacity:1.377;transform:translate(63.2958vw,-10px) scale(.8306);animation:fall-202 20s -10s linear infinite}@keyframes fall-202{65.793%{transform:translate(65.8273vw,65.793vh) scale(.8306)}to{transform:translate(64.56155vw,99vh) scale(.8306)}}.snow:nth-child(203){opacity:.2792;transform:translate(57.6631vw,-10px) scale(.7737);animation:fall-203 29s -10s linear infinite}@keyframes fall-203{64.715%{transform:translate(50.1327vw,64.715vh) scale(.7737)}to{transform:translate(53.8979vw,99vh) scale(.7737)}}.snow:nth-child(204){opacity:.4802;transform:translate(98.1602vw,-10px) scale(.9306);animation:fall-204 27s -6s linear infinite}@keyframes fall-204{61.432%{transform:translate(96.4872vw,61.432vh) scale(.9306)}to{transform:translate(97.3237vw,99vh) scale(.9306)}}.snow:nth-child(205){opacity:1.8458;transform:translate(45.1273vw,-10px) scale(.8093);animation:fall-205 20s -20s linear infinite}@keyframes fall-205{72.856%{transform:translate(50.872vw,72.856vh) scale(.8093)}to{transform:translate(47.99965vw,99vh) scale(.8093)}}.snow:nth-child(206){opacity:.4918;transform:translate(16.2186vw,-10px) scale(.2651);animation:fall-206 10s -11s linear infinite}@keyframes fall-206{35.141%{transform:translate(26.0693vw,35.141vh) scale(.2651)}to{transform:translate(21.14395vw,99vh) scale(.2651)}}.snow:nth-child(207){opacity:1.2668;transform:translate(58.8341vw,-10px) scale(.1525);animation:fall-207 26s -14s linear infinite}@keyframes fall-207{30.4%{transform:translate(57.5235vw,30.4vh) scale(.1525)}to{transform:translate(58.1788vw,99vh) scale(.1525)}}.snow:nth-child(208){opacity:.5624;transform:translate(55.3461vw,-10px) scale(.4982);animation:fall-208 24s -16s linear infinite}@keyframes fall-208{70.6%{transform:translate(57.5309vw,70.6vh) scale(.4982)}to{transform:translate(56.4385vw,99vh) scale(.4982)}}.snow:nth-child(209){opacity:.5632;transform:translate(15.7008vw,-10px) scale(.7593);animation:fall-209 10s -9s linear infinite}@keyframes fall-209{60.731%{transform:translate(13.9734vw,60.731vh) scale(.7593)}to{transform:translate(14.8371vw,99vh) scale(.7593)}}.snow:nth-child(210){opacity:1.3268;transform:translate(14.5299vw,-10px) scale(.215);animation:fall-210 19s -22s linear infinite}@keyframes fall-210{56.421%{transform:translate(21.3887vw,56.421vh) scale(.215)}to{transform:translate(17.9593vw,99vh) scale(.215)}}.snow:nth-child(211){opacity:.4572;transform:translate(49.8965vw,-10px) scale(.8183);animation:fall-211 26s -3s linear infinite}@keyframes fall-211{34.041%{transform:translate(59.7216vw,34.041vh) scale(.8183)}to{transform:translate(54.80905vw,99vh) scale(.8183)}}.snow:nth-child(212){opacity:1.723;transform:translate(41.0283vw,-10px) scale(.2806);animation:fall-212 11s -1s linear infinite}@keyframes fall-212{63.872%{transform:translate(42.556vw,63.872vh) scale(.2806)}to{transform:translate(41.79215vw,99vh) scale(.2806)}}.snow:nth-child(213){opacity:.028;transform:translate(64.8198vw,-10px) scale(.1441);animation:fall-213 19s -3s linear infinite}@keyframes fall-213{73.666%{transform:translate(70.6373vw,73.666vh) scale(.1441)}to{transform:translate(67.72855vw,99vh) scale(.1441)}}.snow:nth-child(214){opacity:1.8026;transform:translate(15.6889vw,-10px) scale(.5025);animation:fall-214 25s -13s linear infinite}@keyframes fall-214{30.748%{transform:translate(11.1368vw,30.748vh) scale(.5025)}to{transform:translate(13.41285vw,99vh) scale(.5025)}}.snow:nth-child(215){opacity:.022;transform:translate(3.4171vw,-10px) scale(.2581);animation:fall-215 12s -10s linear infinite}@keyframes fall-215{55.642%{transform:translate(8.6828vw,55.642vh) scale(.2581)}to{transform:translate(6.04995vw,99vh) scale(.2581)}}.snow:nth-child(216){opacity:.1116;transform:translate(36.0986vw,-10px) scale(.8809);animation:fall-216 15s -10s linear infinite}@keyframes fall-216{52.811%{transform:translate(27.2276vw,52.811vh) scale(.8809)}to{transform:translate(31.6631vw,99vh) scale(.8809)}}.snow:nth-child(217){opacity:.1918;transform:translate(48.5639vw,-10px) scale(.232);animation:fall-217 11s -22s linear infinite}@keyframes fall-217{56.42%{transform:translate(49.4066vw,56.42vh) scale(.232)}to{transform:translate(48.98525vw,99vh) scale(.232)}}.snow:nth-child(218){opacity:1.1054;transform:translate(7.6406vw,-10px) scale(.153);animation:fall-218 12s -12s linear infinite}@keyframes fall-218{52.83%{transform:translate(17.5322vw,52.83vh) scale(.153)}to{transform:translate(12.5864vw,99vh) scale(.153)}}.snow:nth-child(219){opacity:1.6938;transform:translate(97.5471vw,-10px) scale(.0677);animation:fall-219 13s -19s linear infinite}@keyframes fall-219{60.532%{transform:translate(104.3866vw,60.532vh) scale(.0677)}to{transform:translate(100.96685vw,99vh) scale(.0677)}}.snow:nth-child(220){opacity:1.3946;transform:translate(41.7031vw,-10px) scale(.5013);animation:fall-220 12s -14s linear infinite}@keyframes fall-220{33.417%{transform:translate(42.952vw,33.417vh) scale(.5013)}to{transform:translate(42.32755vw,99vh) scale(.5013)}}.snow:nth-child(221){opacity:1.1988;transform:translate(3.099vw,-10px) scale(.8365);animation:fall-221 11s -1s linear infinite}@keyframes fall-221{70.96%{transform:translate(12.2514vw,70.96vh) scale(.8365)}to{transform:translate(7.6752vw,99vh) scale(.8365)}}.snow:nth-child(222){opacity:.6868;transform:translate(63.5297vw,-10px) scale(.6369);animation:fall-222 11s -6s linear infinite}@keyframes fall-222{49.515%{transform:translate(71.283vw,49.515vh) scale(.6369)}to{transform:translate(67.40635vw,99vh) scale(.6369)}}.snow:nth-child(223){opacity:1.8922;transform:translate(17.5961vw,-10px) scale(.6221);animation:fall-223 27s -13s linear infinite}@keyframes fall-223{59.42%{transform:translate(10.5197vw,59.42vh) scale(.6221)}to{transform:translate(14.0579vw,99vh) scale(.6221)}}.snow:nth-child(224){opacity:.627;transform:translate(94.8158vw,-10px) scale(.2496);animation:fall-224 28s -28s linear infinite}@keyframes fall-224{69.58%{transform:translate(96.8931vw,69.58vh) scale(.2496)}to{transform:translate(95.85445vw,99vh) scale(.2496)}}.snow:nth-child(225){opacity:.4894;transform:translate(37.3097vw,-10px) scale(.9804);animation:fall-225 24s -1s linear infinite}@keyframes fall-225{57.999%{transform:translate(29.0373vw,57.999vh) scale(.9804)}to{transform:translate(33.1735vw,99vh) scale(.9804)}}.snow:nth-child(226){opacity:1.0204;transform:translate(26.1978vw,-10px) scale(.6771);animation:fall-226 24s -14s linear infinite}@keyframes fall-226{52.652%{transform:translate(21.332vw,52.652vh) scale(.6771)}to{transform:translate(23.7649vw,99vh) scale(.6771)}}.snow:nth-child(227){opacity:.4822;transform:translate(1.3008vw,-10px) scale(.8843);animation:fall-227 11s -12s linear infinite}@keyframes fall-227{44.172%{transform:translate(4.9269vw,44.172vh) scale(.8843)}to{transform:translate(3.11385vw,99vh) scale(.8843)}}.snow:nth-child(228){opacity:.7164;transform:translate(70.2473vw,-10px) scale(.7823);animation:fall-228 24s -17s linear infinite}@keyframes fall-228{73.535%{transform:translate(62.3025vw,73.535vh) scale(.7823)}to{transform:translate(66.2749vw,99vh) scale(.7823)}}.snow:nth-child(229){opacity:1.1714;transform:translate(55.2157vw,-10px) scale(.3317);animation:fall-229 25s -26s linear infinite}@keyframes fall-229{71.947%{transform:translate(48.3483vw,71.947vh) scale(.3317)}to{transform:translate(51.782vw,99vh) scale(.3317)}}.snow:nth-child(230){opacity:1.3964;transform:translate(24.0572vw,-10px) scale(.1708);animation:fall-230 18s -13s linear infinite}@keyframes fall-230{76.994%{transform:translate(14.5377vw,76.994vh) scale(.1708)}to{transform:translate(19.29745vw,99vh) scale(.1708)}}.snow:nth-child(231){opacity:.8676;transform:translate(57.3142vw,-10px) scale(.9633);animation:fall-231 30s -13s linear infinite}@keyframes fall-231{45.652%{transform:translate(57.4679vw,45.652vh) scale(.9633)}to{transform:translate(57.39105vw,99vh) scale(.9633)}}.snow:nth-child(232){opacity:1.2336;transform:translate(32.2546vw,-10px) scale(.2959);animation:fall-232 26s -23s linear infinite}@keyframes fall-232{32.512%{transform:translate(39.05vw,32.512vh) scale(.2959)}to{transform:translate(35.6523vw,99vh) scale(.2959)}}.snow:nth-child(233){opacity:.0914;transform:translate(51.7483vw,-10px) scale(.9965);animation:fall-233 21s -12s linear infinite}@keyframes fall-233{42.479%{transform:translate(48.6098vw,42.479vh) scale(.9965)}to{transform:translate(50.17905vw,99vh) scale(.9965)}}.snow:nth-child(234){opacity:.9168;transform:translate(50.9883vw,-10px) scale(.7864);animation:fall-234 20s -3s linear infinite}@keyframes fall-234{75.454%{transform:translate(44.4515vw,75.454vh) scale(.7864)}to{transform:translate(47.7199vw,99vh) scale(.7864)}}.snow:nth-child(235){opacity:1.5276;transform:translate(21.4953vw,-10px) scale(.0357);animation:fall-235 20s -21s linear infinite}@keyframes fall-235{67.403%{transform:translate(13.291vw,67.403vh) scale(.0357)}to{transform:translate(17.39315vw,99vh) scale(.0357)}}.snow:nth-child(236){opacity:1.0462;transform:translate(3.6121vw,-10px) scale(.0839);animation:fall-236 10s -12s linear infinite}@keyframes fall-236{78.173%{transform:translate(11.9453vw,78.173vh) scale(.0839)}to{transform:translate(7.7787vw,99vh) scale(.0839)}}.snow:nth-child(237){opacity:.3522;transform:translate(37.395vw,-10px) scale(.7534);animation:fall-237 18s -25s linear infinite}@keyframes fall-237{36.36%{transform:translate(40.0782vw,36.36vh) scale(.7534)}to{transform:translate(38.7366vw,99vh) scale(.7534)}}.snow:nth-child(238){opacity:1.5644;transform:translate(23.0316vw,-10px) scale(.9054);animation:fall-238 20s -17s linear infinite}@keyframes fall-238{48.41%{transform:translate(18.5785vw,48.41vh) scale(.9054)}to{transform:translate(20.80505vw,99vh) scale(.9054)}}.snow:nth-child(239){opacity:.0462;transform:translate(97.516vw,-10px) scale(.3474);animation:fall-239 30s -26s linear infinite}@keyframes fall-239{73.578%{transform:translate(106.1864vw,73.578vh) scale(.3474)}to{transform:translate(101.8512vw,99vh) scale(.3474)}}.snow:nth-child(240){opacity:.6612;transform:translate(39.6677vw,-10px) scale(.9831);animation:fall-240 22s -30s linear infinite}@keyframes fall-240{51.31%{transform:translate(31.0765vw,51.31vh) scale(.9831)}to{transform:translate(35.3721vw,99vh) scale(.9831)}}.snow:nth-child(241){opacity:.9212;transform:translate(57.6709vw,-10px) scale(.035);animation:fall-241 27s -4s linear infinite}@keyframes fall-241{57.579%{transform:translate(47.6801vw,57.579vh) scale(.035)}to{transform:translate(52.6755vw,99vh) scale(.035)}}.snow:nth-child(242){opacity:.579;transform:translate(31.5986vw,-10px) scale(.0971);animation:fall-242 22s -15s linear infinite}@keyframes fall-242{51.036%{transform:translate(25.5295vw,51.036vh) scale(.0971)}to{transform:translate(28.56405vw,99vh) scale(.0971)}}.snow:nth-child(243){opacity:.3864;transform:translate(83.7878vw,-10px) scale(.4701);animation:fall-243 11s -18s linear infinite}@keyframes fall-243{34.687%{transform:translate(90.4356vw,34.687vh) scale(.4701)}to{transform:translate(87.1117vw,99vh) scale(.4701)}}.snow:nth-child(244){opacity:1.101;transform:translate(82.6673vw,-10px) scale(.7181);animation:fall-244 14s -4s linear infinite}@keyframes fall-244{72.183%{transform:translate(77.4753vw,72.183vh) scale(.7181)}to{transform:translate(80.0713vw,99vh) scale(.7181)}}.snow:nth-child(245){opacity:.376;transform:translate(59.532vw,-10px) scale(.2097);animation:fall-245 19s -28s linear infinite}@keyframes fall-245{64.163%{transform:translate(59.5869vw,64.163vh) scale(.2097)}to{transform:translate(59.55945vw,99vh) scale(.2097)}}.snow:nth-child(246){opacity:.9796;transform:translate(.8797vw,-10px) scale(.8304);animation:fall-246 20s -30s linear infinite}@keyframes fall-246{76.519%{transform:translate(-2.4472vw,76.519vh) scale(.8304)}to{transform:translate(-.78375vw,99vh) scale(.8304)}}.snow:nth-child(247){opacity:.1206;transform:translate(2.893vw,-10px) scale(.051);animation:fall-247 18s -1s linear infinite}@keyframes fall-247{68.553%{transform:translate(5.314vw,68.553vh) scale(.051)}to{transform:translate(4.1035vw,99vh) scale(.051)}}.snow:nth-child(248){opacity:1.5548;transform:translate(67.0036vw,-10px) scale(.0713);animation:fall-248 17s -18s linear infinite}@keyframes fall-248{61.195%{transform:translate(70.8937vw,61.195vh) scale(.0713)}to{transform:translate(68.94865vw,99vh) scale(.0713)}}.snow:nth-child(249){opacity:1.993;transform:translate(12.2787vw,-10px) scale(.1538);animation:fall-249 18s -20s linear infinite}@keyframes fall-249{75.599%{transform:translate(7.8946vw,75.599vh) scale(.1538)}to{transform:translate(10.08665vw,99vh) scale(.1538)}}.snow:nth-child(250){opacity:1.6922;transform:translate(47.1926vw,-10px) scale(.0153);animation:fall-250 17s -26s linear infinite}@keyframes fall-250{77.024%{transform:translate(50.3874vw,77.024vh) scale(.0153)}to{transform:translate(48.79vw,99vh) scale(.0153)}}.snow:nth-child(251){opacity:.883;transform:translate(56.2312vw,-10px) scale(.4332);animation:fall-251 10s -4s linear infinite}@keyframes fall-251{55.482%{transform:translate(53.0976vw,55.482vh) scale(.4332)}to{transform:translate(54.6644vw,99vh) scale(.4332)}}.snow:nth-child(252){opacity:1.5498;transform:translate(69.1356vw,-10px) scale(.0421);animation:fall-252 16s -26s linear infinite}@keyframes fall-252{70.99%{transform:translate(64.2883vw,70.99vh) scale(.0421)}to{transform:translate(66.71195vw,99vh) scale(.0421)}}.snow:nth-child(253){opacity:.6292;transform:translate(61.9795vw,-10px) scale(.3128);animation:fall-253 16s -14s linear infinite}@keyframes fall-253{51.173%{transform:translate(53.9759vw,51.173vh) scale(.3128)}to{transform:translate(57.9777vw,99vh) scale(.3128)}}.snow:nth-child(254){opacity:1.9828;transform:translate(60.5521vw,-10px) scale(.7318);animation:fall-254 20s -2s linear infinite}@keyframes fall-254{47.471%{transform:translate(70.5503vw,47.471vh) scale(.7318)}to{transform:translate(65.5512vw,99vh) scale(.7318)}}.snow:nth-child(255){opacity:.0948;transform:translate(78.534vw,-10px) scale(.032);animation:fall-255 26s -26s linear infinite}@keyframes fall-255{35.957%{transform:translate(77.195vw,35.957vh) scale(.032)}to{transform:translate(77.8645vw,99vh) scale(.032)}}.snow:nth-child(256){opacity:1.1668;transform:translate(9.5007vw,-10px) scale(.3673);animation:fall-256 27s -27s linear infinite}@keyframes fall-256{59.614%{transform:translate(2.215vw,59.614vh) scale(.3673)}to{transform:translate(5.85785vw,99vh) scale(.3673)}}.snow:nth-child(257){opacity:.0576;transform:translate(8.8054vw,-10px) scale(.1602);animation:fall-257 23s -10s linear infinite}@keyframes fall-257{51.743%{transform:translate(13.6263vw,51.743vh) scale(.1602)}to{transform:translate(11.21585vw,99vh) scale(.1602)}}.snow:nth-child(258){opacity:1.9586;transform:translate(60.7949vw,-10px) scale(.667);animation:fall-258 11s -5s linear infinite}@keyframes fall-258{52.238%{transform:translate(51.0583vw,52.238vh) scale(.667)}to{transform:translate(55.9266vw,99vh) scale(.667)}}.snow:nth-child(259){opacity:.2954;transform:translate(63.7824vw,-10px) scale(.3462);animation:fall-259 20s -15s linear infinite}@keyframes fall-259{35.191%{transform:translate(58.9223vw,35.191vh) scale(.3462)}to{transform:translate(61.35235vw,99vh) scale(.3462)}}.snow:nth-child(260){opacity:.3178;transform:translate(43.3835vw,-10px) scale(.938);animation:fall-260 25s -13s linear infinite}@keyframes fall-260{45.329%{transform:translate(33.9217vw,45.329vh) scale(.938)}to{transform:translate(38.6526vw,99vh) scale(.938)}}.snow:nth-child(261){opacity:1.6038;transform:translate(13.8563vw,-10px) scale(.6625);animation:fall-261 25s -10s linear infinite}@keyframes fall-261{61.372%{transform:translate(4.9268vw,61.372vh) scale(.6625)}to{transform:translate(9.39155vw,99vh) scale(.6625)}}.snow:nth-child(262){opacity:.9072;transform:translate(84.4063vw,-10px) scale(.5283);animation:fall-262 24s -26s linear infinite}@keyframes fall-262{51.548%{transform:translate(93.9729vw,51.548vh) scale(.5283)}to{transform:translate(89.1896vw,99vh) scale(.5283)}}.snow:nth-child(263){opacity:.3974;transform:translate(7.1764vw,-10px) scale(.8366);animation:fall-263 12s -4s linear infinite}@keyframes fall-263{56.225%{transform:translate(4.1978vw,56.225vh) scale(.8366)}to{transform:translate(5.6871vw,99vh) scale(.8366)}}.snow:nth-child(264){opacity:1.3116;transform:translate(64.6966vw,-10px) scale(.6092);animation:fall-264 24s -25s linear infinite}@keyframes fall-264{65.684%{transform:translate(66.5549vw,65.684vh) scale(.6092)}to{transform:translate(65.62575vw,99vh) scale(.6092)}}.snow:nth-child(265){opacity:1.579;transform:translate(.8363vw,-10px) scale(.6653);animation:fall-265 11s -9s linear infinite}@keyframes fall-265{71.122%{transform:translate(-.7895vw,71.122vh) scale(.6653)}to{transform:translate(.0234vw,99vh) scale(.6653)}}.snow:nth-child(266){opacity:1.451;transform:translate(67.0102vw,-10px) scale(.7474);animation:fall-266 21s -29s linear infinite}@keyframes fall-266{54.083%{transform:translate(67.1592vw,54.083vh) scale(.7474)}to{transform:translate(67.0847vw,99vh) scale(.7474)}}.snow:nth-child(267){opacity:1.6248;transform:translate(98.2404vw,-10px) scale(.7);animation:fall-267 14s -14s linear infinite}@keyframes fall-267{48.178%{transform:translate(97.4624vw,48.178vh) scale(.7)}to{transform:translate(97.8514vw,99vh) scale(.7)}}.snow:nth-child(268){opacity:1.4156;transform:translate(28.003vw,-10px) scale(.5867);animation:fall-268 13s -7s linear infinite}@keyframes fall-268{48.491%{transform:translate(22.485vw,48.491vh) scale(.5867)}to{transform:translate(25.244vw,99vh) scale(.5867)}}.snow:nth-child(269){opacity:1.9968;transform:translate(97.3976vw,-10px) scale(.5408);animation:fall-269 22s -19s linear infinite}@keyframes fall-269{66.251%{transform:translate(93.3848vw,66.251vh) scale(.5408)}to{transform:translate(95.3912vw,99vh) scale(.5408)}}.snow:nth-child(270){opacity:.2494;transform:translate(89.3023vw,-10px) scale(.2673);animation:fall-270 28s -4s linear infinite}@keyframes fall-270{33.604%{transform:translate(89.6273vw,33.604vh) scale(.2673)}to{transform:translate(89.4648vw,99vh) scale(.2673)}}.snow:nth-child(271){opacity:1.4744;transform:translate(42.0244vw,-10px) scale(.9127);animation:fall-271 25s -19s linear infinite}@keyframes fall-271{58.436%{transform:translate(33.5325vw,58.436vh) scale(.9127)}to{transform:translate(37.77845vw,99vh) scale(.9127)}}.snow:nth-child(272){opacity:1.3432;transform:translate(10.8504vw,-10px) scale(.2102);animation:fall-272 25s -6s linear infinite}@keyframes fall-272{71.292%{transform:translate(7.2785vw,71.292vh) scale(.2102)}to{transform:translate(9.06445vw,99vh) scale(.2102)}}.snow:nth-child(273){opacity:.6158;transform:translate(99.107vw,-10px) scale(.8703);animation:fall-273 17s -18s linear infinite}@keyframes fall-273{40.445%{transform:translate(104.2614vw,40.445vh) scale(.8703)}to{transform:translate(101.6842vw,99vh) scale(.8703)}}.snow:nth-child(274){opacity:1.0886;transform:translate(27.5507vw,-10px) scale(.2502);animation:fall-274 19s -10s linear infinite}@keyframes fall-274{74.088%{transform:translate(22.8056vw,74.088vh) scale(.2502)}to{transform:translate(25.17815vw,99vh) scale(.2502)}}.snow:nth-child(275){opacity:1.5938;transform:translate(41.687vw,-10px) scale(.6605);animation:fall-275 22s -1s linear infinite}@keyframes fall-275{49.87%{transform:translate(34.0585vw,49.87vh) scale(.6605)}to{transform:translate(37.87275vw,99vh) scale(.6605)}}.snow:nth-child(276){opacity:1.6542;transform:translate(7.6942vw,-10px) scale(.6627);animation:fall-276 13s -21s linear infinite}@keyframes fall-276{72.747%{transform:translate(6.1255vw,72.747vh) scale(.6627)}to{transform:translate(6.90985vw,99vh) scale(.6627)}}.snow:nth-child(277){opacity:1.813;transform:translate(53.0258vw,-10px) scale(.2358);animation:fall-277 20s -13s linear infinite}@keyframes fall-277{41.808%{transform:translate(45.8182vw,41.808vh) scale(.2358)}to{transform:translate(49.422vw,99vh) scale(.2358)}}.snow:nth-child(278){opacity:.4376;transform:translate(87.7631vw,-10px) scale(.7218);animation:fall-278 17s -8s linear infinite}@keyframes fall-278{54.627%{transform:translate(89.8501vw,54.627vh) scale(.7218)}to{transform:translate(88.8066vw,99vh) scale(.7218)}}.snow:nth-child(279){opacity:1.581;transform:translate(98.4082vw,-10px) scale(.6305);animation:fall-279 19s -14s linear infinite}@keyframes fall-279{72.517%{transform:translate(88.6724vw,72.517vh) scale(.6305)}to{transform:translate(93.5403vw,99vh) scale(.6305)}}.snow:nth-child(280){opacity:.8166;transform:translate(58.7662vw,-10px) scale(.4523);animation:fall-280 29s -20s linear infinite}@keyframes fall-280{55.261%{transform:translate(68.3241vw,55.261vh) scale(.4523)}to{transform:translate(63.54515vw,99vh) scale(.4523)}}.snow:nth-child(281){opacity:1.671;transform:translate(57.4958vw,-10px) scale(.0123);animation:fall-281 30s -20s linear infinite}@keyframes fall-281{58.4%{transform:translate(56.2669vw,58.4vh) scale(.0123)}to{transform:translate(56.88135vw,99vh) scale(.0123)}}.snow:nth-child(282){opacity:.3978;transform:translate(2.2446vw,-10px) scale(.7318);animation:fall-282 16s -29s linear infinite}@keyframes fall-282{39.912%{transform:translate(1.7535vw,39.912vh) scale(.7318)}to{transform:translate(1.99905vw,99vh) scale(.7318)}}.snow:nth-child(283){opacity:1.4776;transform:translate(93.8375vw,-10px) scale(.8832);animation:fall-283 27s -3s linear infinite}@keyframes fall-283{62.728%{transform:translate(88.7817vw,62.728vh) scale(.8832)}to{transform:translate(91.3096vw,99vh) scale(.8832)}}.snow:nth-child(284){opacity:1.1386;transform:translate(9.6468vw,-10px) scale(.0103);animation:fall-284 24s -30s linear infinite}@keyframes fall-284{72.751%{transform:translate(9.9767vw,72.751vh) scale(.0103)}to{transform:translate(9.81175vw,99vh) scale(.0103)}}.snow:nth-child(285){opacity:.0684;transform:translate(72.5957vw,-10px) scale(.1749);animation:fall-285 10s -20s linear infinite}@keyframes fall-285{62.229%{transform:translate(69.531vw,62.229vh) scale(.1749)}to{transform:translate(71.06335vw,99vh) scale(.1749)}}.snow:nth-child(286){opacity:1.2106;transform:translate(34.3236vw,-10px) scale(.2221);animation:fall-286 22s -16s linear infinite}@keyframes fall-286{45.998%{transform:translate(27.2854vw,45.998vh) scale(.2221)}to{transform:translate(30.8045vw,99vh) scale(.2221)}}.snow:nth-child(287){opacity:.1466;transform:translate(64.4316vw,-10px) scale(.5087);animation:fall-287 27s -30s linear infinite}@keyframes fall-287{58.707%{transform:translate(59.0342vw,58.707vh) scale(.5087)}to{transform:translate(61.7329vw,99vh) scale(.5087)}}.snow:nth-child(288){opacity:1.8212;transform:translate(81.9818vw,-10px) scale(.2642);animation:fall-288 13s -8s linear infinite}@keyframes fall-288{43.06%{transform:translate(80.5378vw,43.06vh) scale(.2642)}to{transform:translate(81.2598vw,99vh) scale(.2642)}}.snow:nth-child(289){opacity:1.712;transform:translate(75.0882vw,-10px) scale(.9036);animation:fall-289 27s -25s linear infinite}@keyframes fall-289{34.945%{transform:translate(76.9808vw,34.945vh) scale(.9036)}to{transform:translate(76.0345vw,99vh) scale(.9036)}}.snow:nth-child(290){opacity:.7572;transform:translate(16.6431vw,-10px) scale(.2802);animation:fall-290 17s -13s linear infinite}@keyframes fall-290{46.689%{transform:translate(19.4819vw,46.689vh) scale(.2802)}to{transform:translate(18.0625vw,99vh) scale(.2802)}}.snow:nth-child(291){opacity:1.2626;transform:translate(67.6733vw,-10px) scale(.6392);animation:fall-291 22s -14s linear infinite}@keyframes fall-291{58.705%{transform:translate(72.9492vw,58.705vh) scale(.6392)}to{transform:translate(70.31125vw,99vh) scale(.6392)}}.snow:nth-child(292){opacity:.9016;transform:translate(50.1052vw,-10px) scale(.988);animation:fall-292 26s -6s linear infinite}@keyframes fall-292{53.247%{transform:translate(44.1827vw,53.247vh) scale(.988)}to{transform:translate(47.14395vw,99vh) scale(.988)}}.snow:nth-child(293){opacity:1.9874;transform:translate(2.9363vw,-10px) scale(.4973);animation:fall-293 24s -11s linear infinite}@keyframes fall-293{46.814%{transform:translate(-2.0463vw,46.814vh) scale(.4973)}to{transform:translate(.445vw,99vh) scale(.4973)}}.snow:nth-child(294){opacity:.931;transform:translate(63.9817vw,-10px) scale(.0209);animation:fall-294 10s -18s linear infinite}@keyframes fall-294{63.192%{transform:translate(59.8852vw,63.192vh) scale(.0209)}to{transform:translate(61.93345vw,99vh) scale(.0209)}}.snow:nth-child(295){opacity:.2082;transform:translate(72.3633vw,-10px) scale(.9972);animation:fall-295 21s -23s linear infinite}@keyframes fall-295{48.369%{transform:translate(63.1744vw,48.369vh) scale(.9972)}to{transform:translate(67.76885vw,99vh) scale(.9972)}}.snow:nth-child(296){opacity:1.8126;transform:translate(99.8695vw,-10px) scale(.2811);animation:fall-296 11s -3s linear infinite}@keyframes fall-296{56.559%{transform:translate(105.6967vw,56.559vh) scale(.2811)}to{transform:translate(102.7831vw,99vh) scale(.2811)}}.snow:nth-child(297){opacity:.8678;transform:translate(61.9375vw,-10px) scale(.4544);animation:fall-297 13s -20s linear infinite}@keyframes fall-297{62.136%{transform:translate(53.1018vw,62.136vh) scale(.4544)}to{transform:translate(57.51965vw,99vh) scale(.4544)}}.snow:nth-child(298){opacity:1.0518;transform:translate(37.3916vw,-10px) scale(.1664);animation:fall-298 27s -14s linear infinite}@keyframes fall-298{58.021%{transform:translate(29.9357vw,58.021vh) scale(.1664)}to{transform:translate(33.66365vw,99vh) scale(.1664)}}.snow:nth-child(299){opacity:.3472;transform:translate(80.0157vw,-10px) scale(.3539);animation:fall-299 24s -27s linear infinite}@keyframes fall-299{54.016%{transform:translate(78.7191vw,54.016vh) scale(.3539)}to{transform:translate(79.3674vw,99vh) scale(.3539)}}.snow:nth-child(300){opacity:.9488;transform:translate(77.7854vw,-10px) scale(.98);animation:fall-300 11s -21s linear infinite}@keyframes fall-300{75.067%{transform:translate(75.6854vw,75.067vh) scale(.98)}to{transform:translate(76.7354vw,99vh) scale(.98)}}.snow:nth-child(301){opacity:.087;transform:translate(22.273vw,-10px) scale(.7277);animation:fall-301 15s -17s linear infinite}@keyframes fall-301{62.806%{transform:translate(29.4772vw,62.806vh) scale(.7277)}to{transform:translate(25.8751vw,99vh) scale(.7277)}}.snow:nth-child(302){opacity:1.9144;transform:translate(96.2947vw,-10px) scale(.7936);animation:fall-302 28s -22s linear infinite}@keyframes fall-302{73.128%{transform:translate(92.5301vw,73.128vh) scale(.7936)}to{transform:translate(94.4124vw,99vh) scale(.7936)}}.snow:nth-child(303){opacity:.4058;transform:translate(80.8058vw,-10px) scale(.9126);animation:fall-303 22s -29s linear infinite}@keyframes fall-303{61.908%{transform:translate(84.8163vw,61.908vh) scale(.9126)}to{transform:translate(82.81105vw,99vh) scale(.9126)}}.snow:nth-child(304){opacity:1.7504;transform:translate(70.6158vw,-10px) scale(.3481);animation:fall-304 25s -26s linear infinite}@keyframes fall-304{52.271%{transform:translate(63.7988vw,52.271vh) scale(.3481)}to{transform:translate(67.2073vw,99vh) scale(.3481)}}.snow:nth-child(305){opacity:1.813;transform:translate(59.9346vw,-10px) scale(.2686);animation:fall-305 19s -12s linear infinite}@keyframes fall-305{35.597%{transform:translate(56.1161vw,35.597vh) scale(.2686)}to{transform:translate(58.02535vw,99vh) scale(.2686)}}.snow:nth-child(306){opacity:1.1948;transform:translate(82.3335vw,-10px) scale(.053);animation:fall-306 21s -13s linear infinite}@keyframes fall-306{48.405%{transform:translate(88.3448vw,48.405vh) scale(.053)}to{transform:translate(85.33915vw,99vh) scale(.053)}}.snow:nth-child(307){opacity:1.1326;transform:translate(10.2644vw,-10px) scale(.5902);animation:fall-307 30s -11s linear infinite}@keyframes fall-307{42.324%{transform:translate(14.2016vw,42.324vh) scale(.5902)}to{transform:translate(12.233vw,99vh) scale(.5902)}}.snow:nth-child(308){opacity:1.5964;transform:translate(70.2913vw,-10px) scale(.7155);animation:fall-308 18s -29s linear infinite}@keyframes fall-308{75.629%{transform:translate(69.9394vw,75.629vh) scale(.7155)}to{transform:translate(70.11535vw,99vh) scale(.7155)}}.snow:nth-child(309){opacity:.5482;transform:translate(73.9671vw,-10px) scale(.4053);animation:fall-309 26s -24s linear infinite}@keyframes fall-309{54.741%{transform:translate(72.38vw,54.741vh) scale(.4053)}to{transform:translate(73.17355vw,99vh) scale(.4053)}}.snow:nth-child(310){opacity:1.9998;transform:translate(82.5607vw,-10px) scale(.9342);animation:fall-310 21s -7s linear infinite}@keyframes fall-310{40.511%{transform:translate(78.2085vw,40.511vh) scale(.9342)}to{transform:translate(80.3846vw,99vh) scale(.9342)}}.snow:nth-child(311){opacity:.9292;transform:translate(28.447vw,-10px) scale(.1379);animation:fall-311 12s -12s linear infinite}@keyframes fall-311{35.492%{transform:translate(25.5276vw,35.492vh) scale(.1379)}to{transform:translate(26.9873vw,99vh) scale(.1379)}}.snow:nth-child(312){opacity:.359;transform:translate(29.3881vw,-10px) scale(.8343);animation:fall-312 23s -15s linear infinite}@keyframes fall-312{42.403%{transform:translate(26.2819vw,42.403vh) scale(.8343)}to{transform:translate(27.835vw,99vh) scale(.8343)}}.snow:nth-child(313){opacity:.6746;transform:translate(44.6609vw,-10px) scale(.7808);animation:fall-313 27s -8s linear infinite}@keyframes fall-313{56.167%{transform:translate(50.6028vw,56.167vh) scale(.7808)}to{transform:translate(47.63185vw,99vh) scale(.7808)}}.snow:nth-child(314){opacity:1.2154;transform:translate(5.7222vw,-10px) scale(.1648);animation:fall-314 20s -2s linear infinite}@keyframes fall-314{61.048%{transform:translate(13.5635vw,61.048vh) scale(.1648)}to{transform:translate(9.64285vw,99vh) scale(.1648)}}.snow:nth-child(315){opacity:1.9426;transform:translate(32.2731vw,-10px) scale(.286);animation:fall-315 16s -6s linear infinite}@keyframes fall-315{69.733%{transform:translate(31.0676vw,69.733vh) scale(.286)}to{transform:translate(31.67035vw,99vh) scale(.286)}}.snow:nth-child(316){opacity:.1596;transform:translate(8.7296vw,-10px) scale(.8343);animation:fall-316 27s -9s linear infinite}@keyframes fall-316{77.231%{transform:translate(9.047vw,77.231vh) scale(.8343)}to{transform:translate(8.8883vw,99vh) scale(.8343)}}.snow:nth-child(317){opacity:.2958;transform:translate(28.8276vw,-10px) scale(.3709);animation:fall-317 29s -18s linear infinite}@keyframes fall-317{51.788%{transform:translate(27.711vw,51.788vh) scale(.3709)}to{transform:translate(28.2693vw,99vh) scale(.3709)}}.snow:nth-child(318){opacity:1.8952;transform:translate(88.7392vw,-10px) scale(.0849);animation:fall-318 16s -19s linear infinite}@keyframes fall-318{62.049%{transform:translate(81.3932vw,62.049vh) scale(.0849)}to{transform:translate(85.0662vw,99vh) scale(.0849)}}.snow:nth-child(319){opacity:1.0096;transform:translate(36.3495vw,-10px) scale(.1005);animation:fall-319 20s -28s linear infinite}@keyframes fall-319{38.755%{transform:translate(38.1698vw,38.755vh) scale(.1005)}to{transform:translate(37.25965vw,99vh) scale(.1005)}}.snow:nth-child(320){opacity:.004;transform:translate(73.6153vw,-10px) scale(.0352);animation:fall-320 25s -6s linear infinite}@keyframes fall-320{66.788%{transform:translate(73.6662vw,66.788vh) scale(.0352)}to{transform:translate(73.64075vw,99vh) scale(.0352)}}.snow:nth-child(321){opacity:.2552;transform:translate(12.0786vw,-10px) scale(.3413);animation:fall-321 17s -22s linear infinite}@keyframes fall-321{55.6%{transform:translate(17.9624vw,55.6vh) scale(.3413)}to{transform:translate(15.0205vw,99vh) scale(.3413)}}.snow:nth-child(322){opacity:1.9728;transform:translate(61.4307vw,-10px) scale(.5697);animation:fall-322 14s -5s linear infinite}@keyframes fall-322{61.317%{transform:translate(63.2511vw,61.317vh) scale(.5697)}to{transform:translate(62.3409vw,99vh) scale(.5697)}}.snow:nth-child(323){opacity:.5164;transform:translate(54.9028vw,-10px) scale(.6652);animation:fall-323 20s -14s linear infinite}@keyframes fall-323{57.976%{transform:translate(56.9615vw,57.976vh) scale(.6652)}to{transform:translate(55.93215vw,99vh) scale(.6652)}}.snow:nth-child(324){opacity:.205;transform:translate(35.8397vw,-10px) scale(.968);animation:fall-324 13s -2s linear infinite}@keyframes fall-324{32.668%{transform:translate(42.3539vw,32.668vh) scale(.968)}to{transform:translate(39.0968vw,99vh) scale(.968)}}.snow:nth-child(325){opacity:.4016;transform:translate(60.7761vw,-10px) scale(.8934);animation:fall-325 17s -6s linear infinite}@keyframes fall-325{55.765%{transform:translate(57.9594vw,55.765vh) scale(.8934)}to{transform:translate(59.36775vw,99vh) scale(.8934)}}.snow:nth-child(326){opacity:.9536;transform:translate(48.6675vw,-10px) scale(.9647);animation:fall-326 21s -4s linear infinite}@keyframes fall-326{36.481%{transform:translate(49.0491vw,36.481vh) scale(.9647)}to{transform:translate(48.8583vw,99vh) scale(.9647)}}.snow:nth-child(327){opacity:.4658;transform:translate(7.2049vw,-10px) scale(.64);animation:fall-327 14s -29s linear infinite}@keyframes fall-327{75.319%{transform:translate(10.1984vw,75.319vh) scale(.64)}to{transform:translate(8.70165vw,99vh) scale(.64)}}.snow:nth-child(328){opacity:.427;transform:translate(61.3819vw,-10px) scale(.7893);animation:fall-328 19s -14s linear infinite}@keyframes fall-328{68.515%{transform:translate(68.4235vw,68.515vh) scale(.7893)}to{transform:translate(64.9027vw,99vh) scale(.7893)}}.snow:nth-child(329){opacity:1.4944;transform:translate(30.2976vw,-10px) scale(.0584);animation:fall-329 24s -4s linear infinite}@keyframes fall-329{42.513%{transform:translate(35.5758vw,42.513vh) scale(.0584)}to{transform:translate(32.9367vw,99vh) scale(.0584)}}.snow:nth-child(330){opacity:1.3164;transform:translate(27.8027vw,-10px) scale(.7178);animation:fall-330 18s -10s linear infinite}@keyframes fall-330{40.901%{transform:translate(30.0482vw,40.901vh) scale(.7178)}to{transform:translate(28.92545vw,99vh) scale(.7178)}}.snow:nth-child(331){opacity:.0466;transform:translate(91.7337vw,-10px) scale(.0075);animation:fall-331 21s -27s linear infinite}@keyframes fall-331{70.297%{transform:translate(93.927vw,70.297vh) scale(.0075)}to{transform:translate(92.83035vw,99vh) scale(.0075)}}.snow:nth-child(332){opacity:1.7584;transform:translate(74.5915vw,-10px) scale(.7259);animation:fall-332 12s -27s linear infinite}@keyframes fall-332{76.423%{transform:translate(71.6415vw,76.423vh) scale(.7259)}to{transform:translate(73.1165vw,99vh) scale(.7259)}}.snow:nth-child(333){opacity:1.346;transform:translate(38.79vw,-10px) scale(.4184);animation:fall-333 27s -30s linear infinite}@keyframes fall-333{51.731%{transform:translate(38.0066vw,51.731vh) scale(.4184)}to{transform:translate(38.3983vw,99vh) scale(.4184)}}.snow:nth-child(334){opacity:1.6808;transform:translate(5.313vw,-10px) scale(.8459);animation:fall-334 25s -20s linear infinite}@keyframes fall-334{44.651%{transform:translate(9.8293vw,44.651vh) scale(.8459)}to{transform:translate(7.57115vw,99vh) scale(.8459)}}.snow:nth-child(335){opacity:.656;transform:translate(23.0554vw,-10px) scale(.0707);animation:fall-335 14s -4s linear infinite}@keyframes fall-335{58.334%{transform:translate(26.6357vw,58.334vh) scale(.0707)}to{transform:translate(24.84555vw,99vh) scale(.0707)}}.snow:nth-child(336){opacity:.6618;transform:translate(64.1379vw,-10px) scale(.9249);animation:fall-336 16s -11s linear infinite}@keyframes fall-336{33.464%{transform:translate(73.5959vw,33.464vh) scale(.9249)}to{transform:translate(68.8669vw,99vh) scale(.9249)}}.snow:nth-child(337){opacity:1.6842;transform:translate(49.5793vw,-10px) scale(.4784);animation:fall-337 28s -14s linear infinite}@keyframes fall-337{55.085%{transform:translate(48.7235vw,55.085vh) scale(.4784)}to{transform:translate(49.1514vw,99vh) scale(.4784)}}.snow:nth-child(338){opacity:1.9998;transform:translate(14.9371vw,-10px) scale(.8698);animation:fall-338 29s -14s linear infinite}@keyframes fall-338{38.979%{transform:translate(20.6116vw,38.979vh) scale(.8698)}to{transform:translate(17.77435vw,99vh) scale(.8698)}}.snow:nth-child(339){opacity:.4856;transform:translate(87.2257vw,-10px) scale(.8754);animation:fall-339 29s -10s linear infinite}@keyframes fall-339{33.211%{transform:translate(96.8044vw,33.211vh) scale(.8754)}to{transform:translate(92.01505vw,99vh) scale(.8754)}}.snow:nth-child(340){opacity:1.3176;transform:translate(41.5986vw,-10px) scale(.8629);animation:fall-340 17s -18s linear infinite}@keyframes fall-340{42.64%{transform:translate(47.6441vw,42.64vh) scale(.8629)}to{transform:translate(44.62135vw,99vh) scale(.8629)}}.snow:nth-child(341){opacity:.768;transform:translate(6.8347vw,-10px) scale(.9048);animation:fall-341 28s -5s linear infinite}@keyframes fall-341{38.899%{transform:translate(3.3935vw,38.899vh) scale(.9048)}to{transform:translate(5.1141vw,99vh) scale(.9048)}}.snow:nth-child(342){opacity:.4028;transform:translate(99.9608vw,-10px) scale(.6256);animation:fall-342 11s -12s linear infinite}@keyframes fall-342{73.975%{transform:translate(91.1694vw,73.975vh) scale(.6256)}to{transform:translate(95.5651vw,99vh) scale(.6256)}}.snow:nth-child(343){opacity:.4;transform:translate(32.6262vw,-10px) scale(.0917);animation:fall-343 19s -21s linear infinite}@keyframes fall-343{39.138%{transform:translate(32.3106vw,39.138vh) scale(.0917)}to{transform:translate(32.4684vw,99vh) scale(.0917)}}.snow:nth-child(344){opacity:.6708;transform:translate(92.0246vw,-10px) scale(.0713);animation:fall-344 22s -13s linear infinite}@keyframes fall-344{64.159%{transform:translate(90.2661vw,64.159vh) scale(.0713)}to{transform:translate(91.14535vw,99vh) scale(.0713)}}.snow:nth-child(345){opacity:.0036;transform:translate(50.5678vw,-10px) scale(.5876);animation:fall-345 12s -28s linear infinite}@keyframes fall-345{31.263%{transform:translate(42.1609vw,31.263vh) scale(.5876)}to{transform:translate(46.36435vw,99vh) scale(.5876)}}.snow:nth-child(346){opacity:1.336;transform:translate(91.2214vw,-10px) scale(.8438);animation:fall-346 11s -15s linear infinite}@keyframes fall-346{71.153%{transform:translate(87.3081vw,71.153vh) scale(.8438)}to{transform:translate(89.26475vw,99vh) scale(.8438)}}.snow:nth-child(347){opacity:.1668;transform:translate(24.969vw,-10px) scale(.0916);animation:fall-347 22s -1s linear infinite}@keyframes fall-347{74.435%{transform:translate(26.9123vw,74.435vh) scale(.0916)}to{transform:translate(25.94065vw,99vh) scale(.0916)}}.snow:nth-child(348){opacity:.946;transform:translate(22.5695vw,-10px) scale(.5087);animation:fall-348 12s -17s linear infinite}@keyframes fall-348{59.135%{transform:translate(13.3521vw,59.135vh) scale(.5087)}to{transform:translate(17.9608vw,99vh) scale(.5087)}}.snow:nth-child(349){opacity:1.4922;transform:translate(45.3742vw,-10px) scale(.7691);animation:fall-349 14s -19s linear infinite}@keyframes fall-349{36.998%{transform:translate(36.5225vw,36.998vh) scale(.7691)}to{transform:translate(40.94835vw,99vh) scale(.7691)}}.snow:nth-child(350){opacity:.3816;transform:translate(43.1677vw,-10px) scale(.8791);animation:fall-350 30s -14s linear infinite}@keyframes fall-350{34.708%{transform:translate(35.6259vw,34.708vh) scale(.8791)}to{transform:translate(39.3968vw,99vh) scale(.8791)}}.snow:nth-child(351){opacity:.5508;transform:translate(96.3297vw,-10px) scale(.0078);animation:fall-351 20s -13s linear infinite}@keyframes fall-351{43.197%{transform:translate(90.6219vw,43.197vh) scale(.0078)}to{transform:translate(93.4758vw,99vh) scale(.0078)}}.snow:nth-child(352){opacity:1.8288;transform:translate(98.875vw,-10px) scale(.983);animation:fall-352 19s -4s linear infinite}@keyframes fall-352{62.162%{transform:translate(107.0513vw,62.162vh) scale(.983)}to{transform:translate(102.96315vw,99vh) scale(.983)}}.snow:nth-child(353){opacity:1.5454;transform:translate(45.4535vw,-10px) scale(.0351);animation:fall-353 25s -12s linear infinite}@keyframes fall-353{60.301%{transform:translate(48.2075vw,60.301vh) scale(.0351)}to{transform:translate(46.8305vw,99vh) scale(.0351)}}.snow:nth-child(354){opacity:.4856;transform:translate(20.8926vw,-10px) scale(.429);animation:fall-354 16s -20s linear infinite}@keyframes fall-354{74.17%{transform:translate(14.2321vw,74.17vh) scale(.429)}to{transform:translate(17.56235vw,99vh) scale(.429)}}.snow:nth-child(355){opacity:1.404;transform:translate(33.738vw,-10px) scale(.9964);animation:fall-355 21s -29s linear infinite}@keyframes fall-355{61.436%{transform:translate(31.8772vw,61.436vh) scale(.9964)}to{transform:translate(32.8076vw,99vh) scale(.9964)}}.snow:nth-child(356){opacity:.3694;transform:translate(2.7163vw,-10px) scale(.5825);animation:fall-356 16s -17s linear infinite}@keyframes fall-356{34.416%{transform:translate(.3069vw,34.416vh) scale(.5825)}to{transform:translate(1.5116vw,99vh) scale(.5825)}}.snow:nth-child(357){opacity:.3636;transform:translate(7.3235vw,-10px) scale(.2478);animation:fall-357 17s -29s linear infinite}@keyframes fall-357{63.48%{transform:translate(-.4166vw,63.48vh) scale(.2478)}to{transform:translate(3.45345vw,99vh) scale(.2478)}}.snow:nth-child(358){opacity:.3904;transform:translate(96.8368vw,-10px) scale(.2565);animation:fall-358 23s -24s linear infinite}@keyframes fall-358{70.784%{transform:translate(93.6246vw,70.784vh) scale(.2565)}to{transform:translate(95.2307vw,99vh) scale(.2565)}}.snow:nth-child(359){opacity:.6386;transform:translate(51.7227vw,-10px) scale(.1042);animation:fall-359 24s -7s linear infinite}@keyframes fall-359{60.58%{transform:translate(53.1821vw,60.58vh) scale(.1042)}to{transform:translate(52.4524vw,99vh) scale(.1042)}}.snow:nth-child(360){opacity:.3768;transform:translate(12.6258vw,-10px) scale(.1446);animation:fall-360 20s -25s linear infinite}@keyframes fall-360{66.13%{transform:translate(14.3533vw,66.13vh) scale(.1446)}to{transform:translate(13.48955vw,99vh) scale(.1446)}}.snow:nth-child(361){opacity:1.9802;transform:translate(65.3125vw,-10px) scale(.1352);animation:fall-361 28s -6s linear infinite}@keyframes fall-361{68.569%{transform:translate(63.3781vw,68.569vh) scale(.1352)}to{transform:translate(64.3453vw,99vh) scale(.1352)}}.snow:nth-child(362){opacity:.0842;transform:translate(99.7277vw,-10px) scale(.3578);animation:fall-362 27s -10s linear infinite}@keyframes fall-362{63.199%{transform:translate(105.3952vw,63.199vh) scale(.3578)}to{transform:translate(102.56145vw,99vh) scale(.3578)}}.snow:nth-child(363){opacity:1.5768;transform:translate(95.8297vw,-10px) scale(.4387);animation:fall-363 19s -8s linear infinite}@keyframes fall-363{45.156%{transform:translate(92.5852vw,45.156vh) scale(.4387)}to{transform:translate(94.20745vw,99vh) scale(.4387)}}.snow:nth-child(364){opacity:.6552;transform:translate(9.7535vw,-10px) scale(.6779);animation:fall-364 16s -6s linear infinite}@keyframes fall-364{46.2%{transform:translate(16.7853vw,46.2vh) scale(.6779)}to{transform:translate(13.2694vw,99vh) scale(.6779)}}.snow:nth-child(365){opacity:.2924;transform:translate(18.3311vw,-10px) scale(.3236);animation:fall-365 24s -6s linear infinite}@keyframes fall-365{40.671%{transform:translate(9.6201vw,40.671vh) scale(.3236)}to{transform:translate(13.9756vw,99vh) scale(.3236)}}.snow:nth-child(366){opacity:1.5328;transform:translate(38.6073vw,-10px) scale(.2552);animation:fall-366 29s -23s linear infinite}@keyframes fall-366{50.797%{transform:translate(36.6271vw,50.797vh) scale(.2552)}to{transform:translate(37.6172vw,99vh) scale(.2552)}}.snow:nth-child(367){opacity:1.9682;transform:translate(64.1595vw,-10px) scale(.2195);animation:fall-367 10s -12s linear infinite}@keyframes fall-367{37.637%{transform:translate(54.2037vw,37.637vh) scale(.2195)}to{transform:translate(59.1816vw,99vh) scale(.2195)}}.snow:nth-child(368){opacity:1.4056;transform:translate(7.6593vw,-10px) scale(.175);animation:fall-368 10s -17s linear infinite}@keyframes fall-368{31.644%{transform:translate(5.676vw,31.644vh) scale(.175)}to{transform:translate(6.66765vw,99vh) scale(.175)}}.snow:nth-child(369){opacity:1.4178;transform:translate(68.665vw,-10px) scale(.6379);animation:fall-369 15s -10s linear infinite}@keyframes fall-369{59.772%{transform:translate(58.9654vw,59.772vh) scale(.6379)}to{transform:translate(63.8152vw,99vh) scale(.6379)}}.snow:nth-child(370){opacity:.7074;transform:translate(57.423vw,-10px) scale(.5064);animation:fall-370 14s -8s linear infinite}@keyframes fall-370{35.47%{transform:translate(62.9709vw,35.47vh) scale(.5064)}to{transform:translate(60.19695vw,99vh) scale(.5064)}}.snow:nth-child(371){opacity:1.9386;transform:translate(98.8538vw,-10px) scale(.2553);animation:fall-371 18s -12s linear infinite}@keyframes fall-371{79.91%{transform:translate(93.2105vw,79.91vh) scale(.2553)}to{transform:translate(96.03215vw,99vh) scale(.2553)}}.snow:nth-child(372){opacity:.4676;transform:translate(98.0279vw,-10px) scale(.091);animation:fall-372 14s -9s linear infinite}@keyframes fall-372{42.688%{transform:translate(93.3229vw,42.688vh) scale(.091)}to{transform:translate(95.6754vw,99vh) scale(.091)}}.snow:nth-child(373){opacity:1.118;transform:translate(70.645vw,-10px) scale(.5124);animation:fall-373 15s -27s linear infinite}@keyframes fall-373{52.285%{transform:translate(75.3577vw,52.285vh) scale(.5124)}to{transform:translate(73.00135vw,99vh) scale(.5124)}}.snow:nth-child(374){opacity:1.8906;transform:translate(51.6005vw,-10px) scale(.7544);animation:fall-374 17s -6s linear infinite}@keyframes fall-374{61.611%{transform:translate(52.8452vw,61.611vh) scale(.7544)}to{transform:translate(52.22285vw,99vh) scale(.7544)}}.snow:nth-child(375){opacity:.6696;transform:translate(26.5983vw,-10px) scale(.204);animation:fall-375 20s -1s linear infinite}@keyframes fall-375{41.77%{transform:translate(34.5635vw,41.77vh) scale(.204)}to{transform:translate(30.5809vw,99vh) scale(.204)}}.snow:nth-child(376){opacity:.081;transform:translate(70.7773vw,-10px) scale(.5163);animation:fall-376 26s -3s linear infinite}@keyframes fall-376{56.478%{transform:translate(65.4431vw,56.478vh) scale(.5163)}to{transform:translate(68.1102vw,99vh) scale(.5163)}}.snow:nth-child(377){opacity:.1188;transform:translate(96.166vw,-10px) scale(.9674);animation:fall-377 19s -10s linear infinite}@keyframes fall-377{38.245%{transform:translate(101.9064vw,38.245vh) scale(.9674)}to{transform:translate(99.0362vw,99vh) scale(.9674)}}.snow:nth-child(378){opacity:.1808;transform:translate(73.1263vw,-10px) scale(.2891);animation:fall-378 30s -25s linear infinite}@keyframes fall-378{73.174%{transform:translate(67.6782vw,73.174vh) scale(.2891)}to{transform:translate(70.40225vw,99vh) scale(.2891)}}.snow:nth-child(379){opacity:1.1516;transform:translate(77.7153vw,-10px) scale(.8572);animation:fall-379 16s -25s linear infinite}@keyframes fall-379{36.911%{transform:translate(73.1194vw,36.911vh) scale(.8572)}to{transform:translate(75.41735vw,99vh) scale(.8572)}}.snow:nth-child(380){opacity:1.3938;transform:translate(76.0917vw,-10px) scale(.5349);animation:fall-380 15s -11s linear infinite}@keyframes fall-380{53.488%{transform:translate(85.1983vw,53.488vh) scale(.5349)}to{transform:translate(80.645vw,99vh) scale(.5349)}}.snow:nth-child(381){opacity:1.1104;transform:translate(47.6697vw,-10px) scale(.3947);animation:fall-381 29s -24s linear infinite}@keyframes fall-381{32.484%{transform:translate(50.1441vw,32.484vh) scale(.3947)}to{transform:translate(48.9069vw,99vh) scale(.3947)}}.snow:nth-child(382){opacity:.9398;transform:translate(62.6493vw,-10px) scale(.5377);animation:fall-382 19s -13s linear infinite}@keyframes fall-382{44.966%{transform:translate(64.4634vw,44.966vh) scale(.5377)}to{transform:translate(63.55635vw,99vh) scale(.5377)}}.snow:nth-child(383){opacity:1.7052;transform:translate(82.5736vw,-10px) scale(.248);animation:fall-383 12s -11s linear infinite}@keyframes fall-383{56.818%{transform:translate(90.6652vw,56.818vh) scale(.248)}to{transform:translate(86.6194vw,99vh) scale(.248)}}.snow:nth-child(384){opacity:1.2236;transform:translate(71.7323vw,-10px) scale(.5524);animation:fall-384 13s -2s linear infinite}@keyframes fall-384{41.037%{transform:translate(67.8772vw,41.037vh) scale(.5524)}to{transform:translate(69.80475vw,99vh) scale(.5524)}}.snow:nth-child(385){opacity:1.9788;transform:translate(18.7286vw,-10px) scale(.8175);animation:fall-385 21s -10s linear infinite}@keyframes fall-385{37.247%{transform:translate(12.5704vw,37.247vh) scale(.8175)}to{transform:translate(15.6495vw,99vh) scale(.8175)}}.snow:nth-child(386){opacity:1.4046;transform:translate(61.9071vw,-10px) scale(.536);animation:fall-386 17s -19s linear infinite}@keyframes fall-386{57.772%{transform:translate(71.7648vw,57.772vh) scale(.536)}to{transform:translate(66.83595vw,99vh) scale(.536)}}.snow:nth-child(387){opacity:1.2536;transform:translate(90.5847vw,-10px) scale(.1213);animation:fall-387 27s -30s linear infinite}@keyframes fall-387{76.011%{transform:translate(88.6076vw,76.011vh) scale(.1213)}to{transform:translate(89.59615vw,99vh) scale(.1213)}}.snow:nth-child(388){opacity:.0148;transform:translate(71.1622vw,-10px) scale(.791);animation:fall-388 16s -6s linear infinite}@keyframes fall-388{54.022%{transform:translate(71.6815vw,54.022vh) scale(.791)}to{transform:translate(71.42185vw,99vh) scale(.791)}}.snow:nth-child(389){opacity:.6186;transform:translate(25.8301vw,-10px) scale(.9902);animation:fall-389 30s -4s linear infinite}@keyframes fall-389{78.748%{transform:translate(18.9227vw,78.748vh) scale(.9902)}to{transform:translate(22.3764vw,99vh) scale(.9902)}}.snow:nth-child(390){opacity:.78;transform:translate(21.9593vw,-10px) scale(.1496);animation:fall-390 29s -19s linear infinite}@keyframes fall-390{61.739%{transform:translate(14.3326vw,61.739vh) scale(.1496)}to{transform:translate(18.14595vw,99vh) scale(.1496)}}.snow:nth-child(391){opacity:.3442;transform:translate(1.8769vw,-10px) scale(.9257);animation:fall-391 13s -26s linear infinite}@keyframes fall-391{73.306%{transform:translate(5.1346vw,73.306vh) scale(.9257)}to{transform:translate(3.50575vw,99vh) scale(.9257)}}.snow:nth-child(392){opacity:.1178;transform:translate(15.1681vw,-10px) scale(.7908);animation:fall-392 30s -12s linear infinite}@keyframes fall-392{39.316%{transform:translate(13.2893vw,39.316vh) scale(.7908)}to{transform:translate(14.2287vw,99vh) scale(.7908)}}.snow:nth-child(393){opacity:1.3524;transform:translate(1.5978vw,-10px) scale(.8456);animation:fall-393 11s -21s linear infinite}@keyframes fall-393{42.61%{transform:translate(3.1075vw,42.61vh) scale(.8456)}to{transform:translate(2.35265vw,99vh) scale(.8456)}}.snow:nth-child(394){opacity:.584;transform:translate(13.3333vw,-10px) scale(.1093);animation:fall-394 28s -18s linear infinite}@keyframes fall-394{65.598%{transform:translate(9.1481vw,65.598vh) scale(.1093)}to{transform:translate(11.2407vw,99vh) scale(.1093)}}.snow:nth-child(395){opacity:.0942;transform:translate(3.008vw,-10px) scale(.7891);animation:fall-395 12s -4s linear infinite}@keyframes fall-395{78.127%{transform:translate(4.2818vw,78.127vh) scale(.7891)}to{transform:translate(3.6449vw,99vh) scale(.7891)}}.snow:nth-child(396){opacity:.2414;transform:translate(52.9073vw,-10px) scale(.5544);animation:fall-396 21s -5s linear infinite}@keyframes fall-396{32.647%{transform:translate(61.2866vw,32.647vh) scale(.5544)}to{transform:translate(57.09695vw,99vh) scale(.5544)}}.snow:nth-child(397){opacity:.3368;transform:translate(28.0288vw,-10px) scale(.0635);animation:fall-397 11s -10s linear infinite}@keyframes fall-397{66.165%{transform:translate(20.2453vw,66.165vh) scale(.0635)}to{transform:translate(24.13705vw,99vh) scale(.0635)}}.snow:nth-child(398){opacity:.4002;transform:translate(87.2417vw,-10px) scale(.19);animation:fall-398 20s -20s linear infinite}@keyframes fall-398{38.338%{transform:translate(91.0773vw,38.338vh) scale(.19)}to{transform:translate(89.1595vw,99vh) scale(.19)}}.snow:nth-child(399){opacity:1.1962;transform:translate(67.9819vw,-10px) scale(.0566);animation:fall-399 10s -24s linear infinite}@keyframes fall-399{46.101%{transform:translate(66.3493vw,46.101vh) scale(.0566)}to{transform:translate(67.1656vw,99vh) scale(.0566)}}.snow:nth-child(400){opacity:1.4998;transform:translate(80.2012vw,-10px) scale(.922);animation:fall-400 23s -25s linear infinite}@keyframes fall-400{41.393%{transform:translate(89.1793vw,41.393vh) scale(.922)}to{transform:translate(84.69025vw,99vh) scale(.922)}}\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 });
25
+ 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 });
26
+ 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.602;transform:translate(23.896vw,-10px) scale(.2566);animation:fall-1 24s -10s linear infinite}@keyframes fall-1{35.655%{transform:translate(14.1599vw,35.655vh) scale(.2566)}to{transform:translate(19.02795vw,99vh) scale(.2566)}}.snow:nth-child(2){opacity:.0436;transform:translate(5.4007vw,-10px) scale(.5871);animation:fall-2 21s -21s linear infinite}@keyframes fall-2{38.274%{transform:translate(-4.3068vw,38.274vh) scale(.5871)}to{transform:translate(.54695vw,99vh) scale(.5871)}}.snow:nth-child(3){opacity:1.717;transform:translate(58.4099vw,-10px) scale(.0919);animation:fall-3 24s -3s linear infinite}@keyframes fall-3{34.704%{transform:translate(49.3788vw,34.704vh) scale(.0919)}to{transform:translate(53.89435vw,99vh) scale(.0919)}}.snow:nth-child(4){opacity:1.9486;transform:translate(94.8248vw,-10px) scale(.4869);animation:fall-4 28s -10s linear infinite}@keyframes fall-4{64.324%{transform:translate(89.2025vw,64.324vh) scale(.4869)}to{transform:translate(92.01365vw,99vh) scale(.4869)}}.snow:nth-child(5){opacity:.3986;transform:translate(98.1947vw,-10px) scale(.4129);animation:fall-5 24s -1s linear infinite}@keyframes fall-5{78.645%{transform:translate(91.2311vw,78.645vh) scale(.4129)}to{transform:translate(94.7129vw,99vh) scale(.4129)}}.snow:nth-child(6){opacity:1.754;transform:translate(41.8879vw,-10px) scale(.3448);animation:fall-6 14s -25s linear infinite}@keyframes fall-6{38.221%{transform:translate(40.95vw,38.221vh) scale(.3448)}to{transform:translate(41.41895vw,99vh) scale(.3448)}}.snow:nth-child(7){opacity:.4046;transform:translate(46.9679vw,-10px) scale(.3745);animation:fall-7 17s -14s linear infinite}@keyframes fall-7{47.466%{transform:translate(55.111vw,47.466vh) scale(.3745)}to{transform:translate(51.03945vw,99vh) scale(.3745)}}.snow:nth-child(8){opacity:1.8584;transform:translate(30.2764vw,-10px) scale(.9153);animation:fall-8 16s -6s linear infinite}@keyframes fall-8{31.855%{transform:translate(23.4036vw,31.855vh) scale(.9153)}to{transform:translate(26.84vw,99vh) scale(.9153)}}.snow:nth-child(9){opacity:1.6218;transform:translate(96.0937vw,-10px) scale(.0853);animation:fall-9 18s -21s linear infinite}@keyframes fall-9{58.971%{transform:translate(89.072vw,58.971vh) scale(.0853)}to{transform:translate(92.58285vw,99vh) scale(.0853)}}.snow:nth-child(10){opacity:1.1216;transform:translate(52.4074vw,-10px) scale(.791);animation:fall-10 23s -8s linear infinite}@keyframes fall-10{60.914%{transform:translate(44.1186vw,60.914vh) scale(.791)}to{transform:translate(48.263vw,99vh) scale(.791)}}.snow:nth-child(11){opacity:1.7808;transform:translate(11.0131vw,-10px) scale(.5119);animation:fall-11 26s -13s linear infinite}@keyframes fall-11{76.217%{transform:translate(8.636vw,76.217vh) scale(.5119)}to{transform:translate(9.82455vw,99vh) scale(.5119)}}.snow:nth-child(12){opacity:1.9536;transform:translate(86.9875vw,-10px) scale(.7341);animation:fall-12 17s -10s linear infinite}@keyframes fall-12{45.902%{transform:translate(80.197vw,45.902vh) scale(.7341)}to{transform:translate(83.59225vw,99vh) scale(.7341)}}.snow:nth-child(13){opacity:1.5638;transform:translate(59.8693vw,-10px) scale(.5184);animation:fall-13 18s -15s linear infinite}@keyframes fall-13{46.14%{transform:translate(60.1778vw,46.14vh) scale(.5184)}to{transform:translate(60.02355vw,99vh) scale(.5184)}}.snow:nth-child(14){opacity:1.908;transform:translate(47.1388vw,-10px) scale(.8813);animation:fall-14 11s -12s linear infinite}@keyframes fall-14{34.546%{transform:translate(42.0221vw,34.546vh) scale(.8813)}to{transform:translate(44.58045vw,99vh) scale(.8813)}}.snow:nth-child(15){opacity:1.8926;transform:translate(14.8897vw,-10px) scale(.0898);animation:fall-15 28s -19s linear infinite}@keyframes fall-15{44.418%{transform:translate(23.6509vw,44.418vh) scale(.0898)}to{transform:translate(19.2703vw,99vh) scale(.0898)}}.snow:nth-child(16){opacity:1.6184;transform:translate(74.3231vw,-10px) scale(.8827);animation:fall-16 28s -19s linear infinite}@keyframes fall-16{58.295%{transform:translate(67.3944vw,58.295vh) scale(.8827)}to{transform:translate(70.85875vw,99vh) scale(.8827)}}.snow:nth-child(17){opacity:1.4874;transform:translate(53.7438vw,-10px) scale(.1515);animation:fall-17 29s -26s linear infinite}@keyframes fall-17{33.621%{transform:translate(48.3803vw,33.621vh) scale(.1515)}to{transform:translate(51.06205vw,99vh) scale(.1515)}}.snow:nth-child(18){opacity:.8698;transform:translate(14.1831vw,-10px) scale(.5305);animation:fall-18 22s -7s linear infinite}@keyframes fall-18{49.997%{transform:translate(13.7642vw,49.997vh) scale(.5305)}to{transform:translate(13.97365vw,99vh) scale(.5305)}}.snow:nth-child(19){opacity:.4044;transform:translate(90.8972vw,-10px) scale(.951);animation:fall-19 28s -21s linear infinite}@keyframes fall-19{63.692%{transform:translate(82.4922vw,63.692vh) scale(.951)}to{transform:translate(86.6947vw,99vh) scale(.951)}}.snow:nth-child(20){opacity:1.4382;transform:translate(11.8935vw,-10px) scale(.1768);animation:fall-20 15s -1s linear infinite}@keyframes fall-20{49.296%{transform:translate(10.4441vw,49.296vh) scale(.1768)}to{transform:translate(11.1688vw,99vh) scale(.1768)}}.snow:nth-child(21){opacity:1.1632;transform:translate(85.6307vw,-10px) scale(.9525);animation:fall-21 18s -23s linear infinite}@keyframes fall-21{53.677%{transform:translate(82.6734vw,53.677vh) scale(.9525)}to{transform:translate(84.15205vw,99vh) scale(.9525)}}.snow:nth-child(22){opacity:.9798;transform:translate(31.341vw,-10px) scale(.0954);animation:fall-22 17s -4s linear infinite}@keyframes fall-22{38.672%{transform:translate(38.8805vw,38.672vh) scale(.0954)}to{transform:translate(35.11075vw,99vh) scale(.0954)}}.snow:nth-child(23){opacity:.9764;transform:translate(48.6632vw,-10px) scale(.473);animation:fall-23 14s -25s linear infinite}@keyframes fall-23{60.545%{transform:translate(52.4859vw,60.545vh) scale(.473)}to{transform:translate(50.57455vw,99vh) scale(.473)}}.snow:nth-child(24){opacity:.0544;transform:translate(62.7734vw,-10px) scale(.441);animation:fall-24 29s -28s linear infinite}@keyframes fall-24{60.749%{transform:translate(56.6093vw,60.749vh) scale(.441)}to{transform:translate(59.69135vw,99vh) scale(.441)}}.snow:nth-child(25){opacity:1.0716;transform:translate(2.6129vw,-10px) scale(.3686);animation:fall-25 12s -29s linear infinite}@keyframes fall-25{32.334%{transform:translate(-1.6822vw,32.334vh) scale(.3686)}to{transform:translate(.46535vw,99vh) scale(.3686)}}.snow:nth-child(26){opacity:1.6468;transform:translate(45.0257vw,-10px) scale(.7023);animation:fall-26 23s -3s linear infinite}@keyframes fall-26{40.949%{transform:translate(39.9728vw,40.949vh) scale(.7023)}to{transform:translate(42.49925vw,99vh) scale(.7023)}}.snow:nth-child(27){opacity:.8098;transform:translate(7.3173vw,-10px) scale(.1354);animation:fall-27 24s -26s linear infinite}@keyframes fall-27{62.493%{transform:translate(10.7268vw,62.493vh) scale(.1354)}to{transform:translate(9.02205vw,99vh) scale(.1354)}}.snow:nth-child(28){opacity:1.4472;transform:translate(68.6213vw,-10px) scale(.8692);animation:fall-28 20s -11s linear infinite}@keyframes fall-28{34.113%{transform:translate(71.5915vw,34.113vh) scale(.8692)}to{transform:translate(70.1064vw,99vh) scale(.8692)}}.snow:nth-child(29){opacity:.6842;transform:translate(59.3696vw,-10px) scale(.8936);animation:fall-29 27s -15s linear infinite}@keyframes fall-29{40.638%{transform:translate(52.8419vw,40.638vh) scale(.8936)}to{transform:translate(56.10575vw,99vh) scale(.8936)}}.snow:nth-child(30){opacity:1.1002;transform:translate(12.328vw,-10px) scale(.802);animation:fall-30 21s -13s linear infinite}@keyframes fall-30{61.151%{transform:translate(18.1138vw,61.151vh) scale(.802)}to{transform:translate(15.2209vw,99vh) scale(.802)}}.snow:nth-child(31){opacity:.5804;transform:translate(45.2413vw,-10px) scale(.877);animation:fall-31 20s -5s linear infinite}@keyframes fall-31{36.686%{transform:translate(52.7393vw,36.686vh) scale(.877)}to{transform:translate(48.9903vw,99vh) scale(.877)}}.snow:nth-child(32){opacity:.4978;transform:translate(74.3904vw,-10px) scale(.3805);animation:fall-32 11s -19s linear infinite}@keyframes fall-32{57.051%{transform:translate(73.8912vw,57.051vh) scale(.3805)}to{transform:translate(74.1408vw,99vh) scale(.3805)}}.snow:nth-child(33){opacity:1.984;transform:translate(6.6667vw,-10px) scale(.4222);animation:fall-33 10s -24s linear infinite}@keyframes fall-33{60.121%{transform:translate(8.7915vw,60.121vh) scale(.4222)}to{transform:translate(7.7291vw,99vh) scale(.4222)}}.snow:nth-child(34){opacity:1.3124;transform:translate(78.8734vw,-10px) scale(.8188);animation:fall-34 14s -4s linear infinite}@keyframes fall-34{51.561%{transform:translate(75.4719vw,51.561vh) scale(.8188)}to{transform:translate(77.17265vw,99vh) scale(.8188)}}.snow:nth-child(35){opacity:.4392;transform:translate(75.645vw,-10px) scale(.651);animation:fall-35 30s -9s linear infinite}@keyframes fall-35{65.554%{transform:translate(77.1125vw,65.554vh) scale(.651)}to{transform:translate(76.37875vw,99vh) scale(.651)}}.snow:nth-child(36){opacity:.4196;transform:translate(87.6779vw,-10px) scale(.3749);animation:fall-36 28s -28s linear infinite}@keyframes fall-36{63.607%{transform:translate(79.7459vw,63.607vh) scale(.3749)}to{transform:translate(83.7119vw,99vh) scale(.3749)}}.snow:nth-child(37){opacity:.7644;transform:translate(81.8242vw,-10px) scale(.0847);animation:fall-37 14s -7s linear infinite}@keyframes fall-37{67.3%{transform:translate(91.4056vw,67.3vh) scale(.0847)}to{transform:translate(86.6149vw,99vh) scale(.0847)}}.snow:nth-child(38){opacity:1.5528;transform:translate(49.1472vw,-10px) scale(.3825);animation:fall-38 23s -17s linear infinite}@keyframes fall-38{58.672%{transform:translate(48.4204vw,58.672vh) scale(.3825)}to{transform:translate(48.7838vw,99vh) scale(.3825)}}.snow:nth-child(39){opacity:.4458;transform:translate(43.8719vw,-10px) scale(.7202);animation:fall-39 11s -13s linear infinite}@keyframes fall-39{53.914%{transform:translate(40.162vw,53.914vh) scale(.7202)}to{transform:translate(42.01695vw,99vh) scale(.7202)}}.snow:nth-child(40){opacity:1.4538;transform:translate(85.5372vw,-10px) scale(.0699);animation:fall-40 21s -26s linear infinite}@keyframes fall-40{39.096%{transform:translate(76.314vw,39.096vh) scale(.0699)}to{transform:translate(80.9256vw,99vh) scale(.0699)}}.snow:nth-child(41){opacity:1.5838;transform:translate(25.0814vw,-10px) scale(.1826);animation:fall-41 13s -15s linear infinite}@keyframes fall-41{40.985%{transform:translate(27.4239vw,40.985vh) scale(.1826)}to{transform:translate(26.25265vw,99vh) scale(.1826)}}.snow:nth-child(42){opacity:.955;transform:translate(66.5553vw,-10px) scale(.0342);animation:fall-42 21s -16s linear infinite}@keyframes fall-42{69.766%{transform:translate(69.4026vw,69.766vh) scale(.0342)}to{transform:translate(67.97895vw,99vh) scale(.0342)}}.snow:nth-child(43){opacity:.8428;transform:translate(44.0366vw,-10px) scale(.2863);animation:fall-43 17s -6s linear infinite}@keyframes fall-43{74.79%{transform:translate(43.5322vw,74.79vh) scale(.2863)}to{transform:translate(43.7844vw,99vh) scale(.2863)}}.snow:nth-child(44){opacity:.2016;transform:translate(24.5869vw,-10px) scale(.1249);animation:fall-44 26s -13s linear infinite}@keyframes fall-44{39.702%{transform:translate(25.9616vw,39.702vh) scale(.1249)}to{transform:translate(25.27425vw,99vh) scale(.1249)}}.snow:nth-child(45){opacity:1.9316;transform:translate(50.6186vw,-10px) scale(.7409);animation:fall-45 25s -1s linear infinite}@keyframes fall-45{59.561%{transform:translate(47.5773vw,59.561vh) scale(.7409)}to{transform:translate(49.09795vw,99vh) scale(.7409)}}.snow:nth-child(46){opacity:.292;transform:translate(70.7313vw,-10px) scale(.1716);animation:fall-46 20s -21s linear infinite}@keyframes fall-46{65.845%{transform:translate(79.6813vw,65.845vh) scale(.1716)}to{transform:translate(75.2063vw,99vh) scale(.1716)}}.snow:nth-child(47){opacity:1.743;transform:translate(46.5846vw,-10px) scale(.6394);animation:fall-47 20s -30s linear infinite}@keyframes fall-47{68.363%{transform:translate(40.8948vw,68.363vh) scale(.6394)}to{transform:translate(43.7397vw,99vh) scale(.6394)}}.snow:nth-child(48){opacity:1.7578;transform:translate(76.0532vw,-10px) scale(.9184);animation:fall-48 28s -18s linear infinite}@keyframes fall-48{39.85%{transform:translate(73.9601vw,39.85vh) scale(.9184)}to{transform:translate(75.00665vw,99vh) scale(.9184)}}.snow:nth-child(49){opacity:1.008;transform:translate(47.7164vw,-10px) scale(.9044);animation:fall-49 19s -15s linear infinite}@keyframes fall-49{70.052%{transform:translate(38.9095vw,70.052vh) scale(.9044)}to{transform:translate(43.31295vw,99vh) scale(.9044)}}.snow:nth-child(50){opacity:.235;transform:translate(44.8198vw,-10px) scale(.3874);animation:fall-50 10s -19s linear infinite}@keyframes fall-50{70.897%{transform:translate(51.9916vw,70.897vh) scale(.3874)}to{transform:translate(48.4057vw,99vh) scale(.3874)}}.snow:nth-child(51){opacity:1.6168;transform:translate(22.0161vw,-10px) scale(.4221);animation:fall-51 20s -14s linear infinite}@keyframes fall-51{57.845%{transform:translate(13.7054vw,57.845vh) scale(.4221)}to{transform:translate(17.86075vw,99vh) scale(.4221)}}.snow:nth-child(52){opacity:1.1246;transform:translate(14.0574vw,-10px) scale(.2937);animation:fall-52 19s -17s linear infinite}@keyframes fall-52{36.143%{transform:translate(11.5335vw,36.143vh) scale(.2937)}to{transform:translate(12.79545vw,99vh) scale(.2937)}}.snow:nth-child(53){opacity:1.675;transform:translate(15.1115vw,-10px) scale(.9998);animation:fall-53 15s -1s linear infinite}@keyframes fall-53{40.336%{transform:translate(21.4283vw,40.336vh) scale(.9998)}to{transform:translate(18.2699vw,99vh) scale(.9998)}}.snow:nth-child(54){opacity:.3528;transform:translate(76.7594vw,-10px) scale(.4552);animation:fall-54 23s -5s linear infinite}@keyframes fall-54{52.092%{transform:translate(71.35vw,52.092vh) scale(.4552)}to{transform:translate(74.0547vw,99vh) scale(.4552)}}.snow:nth-child(55){opacity:.9996;transform:translate(93.3592vw,-10px) scale(.484);animation:fall-55 19s -10s linear infinite}@keyframes fall-55{75.109%{transform:translate(93.8466vw,75.109vh) scale(.484)}to{transform:translate(93.6029vw,99vh) scale(.484)}}.snow:nth-child(56){opacity:.4204;transform:translate(92.9955vw,-10px) scale(.6416);animation:fall-56 26s -24s linear infinite}@keyframes fall-56{44.996%{transform:translate(90.0824vw,44.996vh) scale(.6416)}to{transform:translate(91.53895vw,99vh) scale(.6416)}}.snow:nth-child(57){opacity:.317;transform:translate(64.8745vw,-10px) scale(.2221);animation:fall-57 26s -5s linear infinite}@keyframes fall-57{34.718%{transform:translate(68.6714vw,34.718vh) scale(.2221)}to{transform:translate(66.77295vw,99vh) scale(.2221)}}.snow:nth-child(58){opacity:.2928;transform:translate(16.6682vw,-10px) scale(.746);animation:fall-58 13s -1s linear infinite}@keyframes fall-58{77.659%{transform:translate(22.4963vw,77.659vh) scale(.746)}to{transform:translate(19.58225vw,99vh) scale(.746)}}.snow:nth-child(59){opacity:.2664;transform:translate(6.4079vw,-10px) scale(.8837);animation:fall-59 14s -20s linear infinite}@keyframes fall-59{73.616%{transform:translate(7.6721vw,73.616vh) scale(.8837)}to{transform:translate(7.04vw,99vh) scale(.8837)}}.snow:nth-child(60){opacity:1.2196;transform:translate(42.9829vw,-10px) scale(.141);animation:fall-60 16s -30s linear infinite}@keyframes fall-60{78.064%{transform:translate(43.5746vw,78.064vh) scale(.141)}to{transform:translate(43.27875vw,99vh) scale(.141)}}.snow:nth-child(61){opacity:.0258;transform:translate(59.3182vw,-10px) scale(.5708);animation:fall-61 20s -9s linear infinite}@keyframes fall-61{74.547%{transform:translate(52.8164vw,74.547vh) scale(.5708)}to{transform:translate(56.0673vw,99vh) scale(.5708)}}.snow:nth-child(62){opacity:.3916;transform:translate(79.9252vw,-10px) scale(.1176);animation:fall-62 15s -18s linear infinite}@keyframes fall-62{30.495%{transform:translate(80.4603vw,30.495vh) scale(.1176)}to{transform:translate(80.19275vw,99vh) scale(.1176)}}.snow:nth-child(63){opacity:1.981;transform:translate(85.9888vw,-10px) scale(.5102);animation:fall-63 16s -15s linear infinite}@keyframes fall-63{71.707%{transform:translate(92.5188vw,71.707vh) scale(.5102)}to{transform:translate(89.2538vw,99vh) scale(.5102)}}.snow:nth-child(64){opacity:1.815;transform:translate(84.0991vw,-10px) scale(.2695);animation:fall-64 19s -5s linear infinite}@keyframes fall-64{45.702%{transform:translate(80.6751vw,45.702vh) scale(.2695)}to{transform:translate(82.3871vw,99vh) scale(.2695)}}.snow:nth-child(65){opacity:.6812;transform:translate(71.752vw,-10px) scale(.4092);animation:fall-65 17s -14s linear infinite}@keyframes fall-65{30.792%{transform:translate(74.9873vw,30.792vh) scale(.4092)}to{transform:translate(73.36965vw,99vh) scale(.4092)}}.snow:nth-child(66){opacity:1.0136;transform:translate(67.7576vw,-10px) scale(.9153);animation:fall-66 22s -17s linear infinite}@keyframes fall-66{33.215%{transform:translate(68.15vw,33.215vh) scale(.9153)}to{transform:translate(67.9538vw,99vh) scale(.9153)}}.snow:nth-child(67){opacity:.9246;transform:translate(69.3995vw,-10px) scale(.6164);animation:fall-67 19s -15s linear infinite}@keyframes fall-67{78.161%{transform:translate(65.4619vw,78.161vh) scale(.6164)}to{transform:translate(67.4307vw,99vh) scale(.6164)}}.snow:nth-child(68){opacity:1.7246;transform:translate(6.8124vw,-10px) scale(.7353);animation:fall-68 23s -27s linear infinite}@keyframes fall-68{44.378%{transform:translate(6.9471vw,44.378vh) scale(.7353)}to{transform:translate(6.87975vw,99vh) scale(.7353)}}.snow:nth-child(69){opacity:1.4472;transform:translate(12.5773vw,-10px) scale(.0812);animation:fall-69 10s -22s linear infinite}@keyframes fall-69{51.62%{transform:translate(17.3217vw,51.62vh) scale(.0812)}to{transform:translate(14.9495vw,99vh) scale(.0812)}}.snow:nth-child(70){opacity:.2296;transform:translate(52.3568vw,-10px) scale(.6839);animation:fall-70 23s -19s linear infinite}@keyframes fall-70{36.882%{transform:translate(55.0293vw,36.882vh) scale(.6839)}to{transform:translate(53.69305vw,99vh) scale(.6839)}}.snow:nth-child(71){opacity:.8292;transform:translate(48.6975vw,-10px) scale(.4879);animation:fall-71 21s -4s linear infinite}@keyframes fall-71{60.049%{transform:translate(47.4037vw,60.049vh) scale(.4879)}to{transform:translate(48.0506vw,99vh) scale(.4879)}}.snow:nth-child(72){opacity:1.0504;transform:translate(54.1524vw,-10px) scale(.5207);animation:fall-72 28s -7s linear infinite}@keyframes fall-72{69.078%{transform:translate(62.3959vw,69.078vh) scale(.5207)}to{transform:translate(58.27415vw,99vh) scale(.5207)}}.snow:nth-child(73){opacity:1.9238;transform:translate(3.9324vw,-10px) scale(.8918);animation:fall-73 29s -20s linear infinite}@keyframes fall-73{43.011%{transform:translate(-.5909vw,43.011vh) scale(.8918)}to{transform:translate(1.67075vw,99vh) scale(.8918)}}.snow:nth-child(74){opacity:1.7914;transform:translate(83.1111vw,-10px) scale(.4557);animation:fall-74 12s -11s linear infinite}@keyframes fall-74{52.404%{transform:translate(73.5563vw,52.404vh) scale(.4557)}to{transform:translate(78.3337vw,99vh) scale(.4557)}}.snow:nth-child(75){opacity:1.2958;transform:translate(94.3251vw,-10px) scale(.74);animation:fall-75 15s -23s linear infinite}@keyframes fall-75{74.842%{transform:translate(101.4284vw,74.842vh) scale(.74)}to{transform:translate(97.87675vw,99vh) scale(.74)}}.snow:nth-child(76){opacity:1.7154;transform:translate(13.0856vw,-10px) scale(.2685);animation:fall-76 19s -5s linear infinite}@keyframes fall-76{70.589%{transform:translate(9.3139vw,70.589vh) scale(.2685)}to{transform:translate(11.19975vw,99vh) scale(.2685)}}.snow:nth-child(77){opacity:.2888;transform:translate(30.6148vw,-10px) scale(.4929);animation:fall-77 10s -27s linear infinite}@keyframes fall-77{37.425%{transform:translate(33.3852vw,37.425vh) scale(.4929)}to{transform:translate(32vw,99vh) scale(.4929)}}.snow:nth-child(78){opacity:.5908;transform:translate(24.5852vw,-10px) scale(.7539);animation:fall-78 19s -29s linear infinite}@keyframes fall-78{35.645%{transform:translate(19.5148vw,35.645vh) scale(.7539)}to{transform:translate(22.05vw,99vh) scale(.7539)}}.snow:nth-child(79){opacity:1.2252;transform:translate(60.2447vw,-10px) scale(.7884);animation:fall-79 22s -15s linear infinite}@keyframes fall-79{38.8%{transform:translate(61.8667vw,38.8vh) scale(.7884)}to{transform:translate(61.0557vw,99vh) scale(.7884)}}.snow:nth-child(80){opacity:.792;transform:translate(7.2801vw,-10px) scale(.9885);animation:fall-80 21s -24s linear infinite}@keyframes fall-80{63.435%{transform:translate(1.7163vw,63.435vh) scale(.9885)}to{transform:translate(4.4982vw,99vh) scale(.9885)}}.snow:nth-child(81){opacity:1.1926;transform:translate(32.4256vw,-10px) scale(.7573);animation:fall-81 22s -7s linear infinite}@keyframes fall-81{56.752%{transform:translate(23.5018vw,56.752vh) scale(.7573)}to{transform:translate(27.9637vw,99vh) scale(.7573)}}.snow:nth-child(82){opacity:.8612;transform:translate(78.12vw,-10px) scale(.7061);animation:fall-82 13s -14s linear infinite}@keyframes fall-82{61.486%{transform:translate(70.667vw,61.486vh) scale(.7061)}to{transform:translate(74.3935vw,99vh) scale(.7061)}}.snow:nth-child(83){opacity:1.0304;transform:translate(85.5145vw,-10px) scale(.4974);animation:fall-83 16s -27s linear infinite}@keyframes fall-83{57.089%{transform:translate(81.2382vw,57.089vh) scale(.4974)}to{transform:translate(83.37635vw,99vh) scale(.4974)}}.snow:nth-child(84){opacity:.0418;transform:translate(90.9805vw,-10px) scale(.9475);animation:fall-84 28s -17s linear infinite}@keyframes fall-84{75.903%{transform:translate(99.7463vw,75.903vh) scale(.9475)}to{transform:translate(95.3634vw,99vh) scale(.9475)}}.snow:nth-child(85){opacity:1.0334;transform:translate(25.8967vw,-10px) scale(.071);animation:fall-85 24s -3s linear infinite}@keyframes fall-85{58.337%{transform:translate(23.079vw,58.337vh) scale(.071)}to{transform:translate(24.48785vw,99vh) scale(.071)}}.snow:nth-child(86){opacity:1.8192;transform:translate(44.0843vw,-10px) scale(.4091);animation:fall-86 21s -22s linear infinite}@keyframes fall-86{79.224%{transform:translate(40.2855vw,79.224vh) scale(.4091)}to{transform:translate(42.1849vw,99vh) scale(.4091)}}.snow:nth-child(87){opacity:.3966;transform:translate(61.0482vw,-10px) scale(.2147);animation:fall-87 20s -1s linear infinite}@keyframes fall-87{59.011%{transform:translate(63.2929vw,59.011vh) scale(.2147)}to{transform:translate(62.17055vw,99vh) scale(.2147)}}.snow:nth-child(88){opacity:.1588;transform:translate(44.3437vw,-10px) scale(.5013);animation:fall-88 28s -27s linear infinite}@keyframes fall-88{48.615%{transform:translate(54.3065vw,48.615vh) scale(.5013)}to{transform:translate(49.3251vw,99vh) scale(.5013)}}.snow:nth-child(89){opacity:.5512;transform:translate(9.6932vw,-10px) scale(.3047);animation:fall-89 18s -9s linear infinite}@keyframes fall-89{48.656%{transform:translate(12.107vw,48.656vh) scale(.3047)}to{transform:translate(10.9001vw,99vh) scale(.3047)}}.snow:nth-child(90){opacity:1.2014;transform:translate(46.0624vw,-10px) scale(.1332);animation:fall-90 19s -16s linear infinite}@keyframes fall-90{30.385%{transform:translate(52.1963vw,30.385vh) scale(.1332)}to{transform:translate(49.12935vw,99vh) scale(.1332)}}.snow:nth-child(91){opacity:.0556;transform:translate(37.5925vw,-10px) scale(.1218);animation:fall-91 18s -23s linear infinite}@keyframes fall-91{35.72%{transform:translate(38.6123vw,35.72vh) scale(.1218)}to{transform:translate(38.1024vw,99vh) scale(.1218)}}.snow:nth-child(92){opacity:1.129;transform:translate(52.6501vw,-10px) scale(.2541);animation:fall-92 24s -27s linear infinite}@keyframes fall-92{34.391%{transform:translate(57.3639vw,34.391vh) scale(.2541)}to{transform:translate(55.007vw,99vh) scale(.2541)}}.snow:nth-child(93){opacity:.9076;transform:translate(1.5194vw,-10px) scale(.9402);animation:fall-93 24s -17s linear infinite}@keyframes fall-93{78.019%{transform:translate(2.1711vw,78.019vh) scale(.9402)}to{transform:translate(1.84525vw,99vh) scale(.9402)}}.snow:nth-child(94){opacity:1.2208;transform:translate(11.2756vw,-10px) scale(.6206);animation:fall-94 13s -11s linear infinite}@keyframes fall-94{76.569%{transform:translate(15.0997vw,76.569vh) scale(.6206)}to{transform:translate(13.18765vw,99vh) scale(.6206)}}.snow:nth-child(95){opacity:.6622;transform:translate(13.274vw,-10px) scale(.4571);animation:fall-95 11s -15s linear infinite}@keyframes fall-95{53.107%{transform:translate(21.3603vw,53.107vh) scale(.4571)}to{transform:translate(17.31715vw,99vh) scale(.4571)}}.snow:nth-child(96){opacity:.4304;transform:translate(74.6228vw,-10px) scale(.3673);animation:fall-96 22s -25s linear infinite}@keyframes fall-96{70.661%{transform:translate(73.6324vw,70.661vh) scale(.3673)}to{transform:translate(74.1276vw,99vh) scale(.3673)}}.snow:nth-child(97){opacity:1.1966;transform:translate(55.0496vw,-10px) scale(.6241);animation:fall-97 20s -25s linear infinite}@keyframes fall-97{42.075%{transform:translate(55.1385vw,42.075vh) scale(.6241)}to{transform:translate(55.09405vw,99vh) scale(.6241)}}.snow:nth-child(98){opacity:.5264;transform:translate(.1037vw,-10px) scale(.4969);animation:fall-98 28s -14s linear infinite}@keyframes fall-98{42.213%{transform:translate(.5658vw,42.213vh) scale(.4969)}to{transform:translate(.33475vw,99vh) scale(.4969)}}.snow:nth-child(99){opacity:1.4356;transform:translate(81.3962vw,-10px) scale(.6383);animation:fall-99 11s -12s linear infinite}@keyframes fall-99{71.435%{transform:translate(76.2803vw,71.435vh) scale(.6383)}to{transform:translate(78.83825vw,99vh) scale(.6383)}}.snow:nth-child(100){opacity:1.769;transform:translate(30.5164vw,-10px) scale(.519);animation:fall-100 29s -5s linear infinite}@keyframes fall-100{38.47%{transform:translate(35.1638vw,38.47vh) scale(.519)}to{transform:translate(32.8401vw,99vh) scale(.519)}}.snow:nth-child(101){opacity:.0606;transform:translate(76.3333vw,-10px) scale(.4229);animation:fall-101 25s -19s linear infinite}@keyframes fall-101{34.508%{transform:translate(80.7314vw,34.508vh) scale(.4229)}to{transform:translate(78.53235vw,99vh) scale(.4229)}}.snow:nth-child(102){opacity:1.0848;transform:translate(42.789vw,-10px) scale(.8326);animation:fall-102 26s -5s linear infinite}@keyframes fall-102{33.211%{transform:translate(34.8305vw,33.211vh) scale(.8326)}to{transform:translate(38.80975vw,99vh) scale(.8326)}}.snow:nth-child(103){opacity:.4668;transform:translate(90.802vw,-10px) scale(.6131);animation:fall-103 19s -10s linear infinite}@keyframes fall-103{53.237%{transform:translate(91.5174vw,53.237vh) scale(.6131)}to{transform:translate(91.1597vw,99vh) scale(.6131)}}.snow:nth-child(104){opacity:.8194;transform:translate(71.2383vw,-10px) scale(.6684);animation:fall-104 14s -23s linear infinite}@keyframes fall-104{64.306%{transform:translate(72.2758vw,64.306vh) scale(.6684)}to{transform:translate(71.75705vw,99vh) scale(.6684)}}.snow:nth-child(105){opacity:.414;transform:translate(15.2996vw,-10px) scale(.0101);animation:fall-105 11s -15s linear infinite}@keyframes fall-105{70.089%{transform:translate(18.988vw,70.089vh) scale(.0101)}to{transform:translate(17.1438vw,99vh) scale(.0101)}}.snow:nth-child(106){opacity:1.654;transform:translate(48.3676vw,-10px) scale(.284);animation:fall-106 18s -19s linear infinite}@keyframes fall-106{43.792%{transform:translate(48.7904vw,43.792vh) scale(.284)}to{transform:translate(48.579vw,99vh) scale(.284)}}.snow:nth-child(107){opacity:1.61;transform:translate(25.0886vw,-10px) scale(.9567);animation:fall-107 11s -25s linear infinite}@keyframes fall-107{74.255%{transform:translate(26.3032vw,74.255vh) scale(.9567)}to{transform:translate(25.6959vw,99vh) scale(.9567)}}.snow:nth-child(108){opacity:1.1782;transform:translate(21.7242vw,-10px) scale(.0565);animation:fall-108 16s -18s linear infinite}@keyframes fall-108{35.857%{transform:translate(17.4404vw,35.857vh) scale(.0565)}to{transform:translate(19.5823vw,99vh) scale(.0565)}}.snow:nth-child(109){opacity:.895;transform:translate(94.4264vw,-10px) scale(.0436);animation:fall-109 25s -3s linear infinite}@keyframes fall-109{58.608%{transform:translate(90.7631vw,58.608vh) scale(.0436)}to{transform:translate(92.59475vw,99vh) scale(.0436)}}.snow:nth-child(110){opacity:1.7782;transform:translate(49.9591vw,-10px) scale(.1907);animation:fall-110 16s -9s linear infinite}@keyframes fall-110{71.275%{transform:translate(55.9708vw,71.275vh) scale(.1907)}to{transform:translate(52.96495vw,99vh) scale(.1907)}}.snow:nth-child(111){opacity:1.1344;transform:translate(57.7608vw,-10px) scale(.1329);animation:fall-111 16s -4s linear infinite}@keyframes fall-111{54.611%{transform:translate(66.4908vw,54.611vh) scale(.1329)}to{transform:translate(62.1258vw,99vh) scale(.1329)}}.snow:nth-child(112){opacity:1.3172;transform:translate(7.7189vw,-10px) scale(.7555);animation:fall-112 30s -15s linear infinite}@keyframes fall-112{54.847%{transform:translate(4.6517vw,54.847vh) scale(.7555)}to{transform:translate(6.1853vw,99vh) scale(.7555)}}.snow:nth-child(113){opacity:1.7842;transform:translate(79.3287vw,-10px) scale(.4018);animation:fall-113 21s -10s linear infinite}@keyframes fall-113{39.299%{transform:translate(71.7926vw,39.299vh) scale(.4018)}to{transform:translate(75.56065vw,99vh) scale(.4018)}}.snow:nth-child(114){opacity:1.1376;transform:translate(20.4331vw,-10px) scale(.3214);animation:fall-114 24s -10s linear infinite}@keyframes fall-114{76.389%{transform:translate(23.6572vw,76.389vh) scale(.3214)}to{transform:translate(22.04515vw,99vh) scale(.3214)}}.snow:nth-child(115){opacity:.1848;transform:translate(71.7049vw,-10px) scale(.0276);animation:fall-115 22s -14s linear infinite}@keyframes fall-115{62.475%{transform:translate(73.2098vw,62.475vh) scale(.0276)}to{transform:translate(72.45735vw,99vh) scale(.0276)}}.snow:nth-child(116){opacity:.302;transform:translate(57.9226vw,-10px) scale(.3123);animation:fall-116 22s -11s linear infinite}@keyframes fall-116{39.199%{transform:translate(50.8931vw,39.199vh) scale(.3123)}to{transform:translate(54.40785vw,99vh) scale(.3123)}}.snow:nth-child(117){opacity:1.9766;transform:translate(10.9401vw,-10px) scale(.6287);animation:fall-117 19s -8s linear infinite}@keyframes fall-117{43.552%{transform:translate(3.9006vw,43.552vh) scale(.6287)}to{transform:translate(7.42035vw,99vh) scale(.6287)}}.snow:nth-child(118){opacity:.5968;transform:translate(35.9042vw,-10px) scale(.2571);animation:fall-118 18s -15s linear infinite}@keyframes fall-118{77.773%{transform:translate(38.039vw,77.773vh) scale(.2571)}to{transform:translate(36.9716vw,99vh) scale(.2571)}}.snow:nth-child(119){opacity:1.7346;transform:translate(18.5689vw,-10px) scale(.2591);animation:fall-119 19s -11s linear infinite}@keyframes fall-119{54.235%{transform:translate(22.221vw,54.235vh) scale(.2591)}to{transform:translate(20.39495vw,99vh) scale(.2591)}}.snow:nth-child(120){opacity:.5104;transform:translate(59.78vw,-10px) scale(.0358);animation:fall-120 25s -23s linear infinite}@keyframes fall-120{39.07%{transform:translate(59.0217vw,39.07vh) scale(.0358)}to{transform:translate(59.40085vw,99vh) scale(.0358)}}.snow:nth-child(121){opacity:1.8996;transform:translate(19.526vw,-10px) scale(.6613);animation:fall-121 23s -17s linear infinite}@keyframes fall-121{49.513%{transform:translate(24.6462vw,49.513vh) scale(.6613)}to{transform:translate(22.0861vw,99vh) scale(.6613)}}.snow:nth-child(122){opacity:.2904;transform:translate(1.2039vw,-10px) scale(.8395);animation:fall-122 11s -6s linear infinite}@keyframes fall-122{79.449%{transform:translate(2.3894vw,79.449vh) scale(.8395)}to{transform:translate(1.79665vw,99vh) scale(.8395)}}.snow:nth-child(123){opacity:.8968;transform:translate(19.7017vw,-10px) scale(.9503);animation:fall-123 28s -18s linear infinite}@keyframes fall-123{55.743%{transform:translate(26.638vw,55.743vh) scale(.9503)}to{transform:translate(23.16985vw,99vh) scale(.9503)}}.snow:nth-child(124){opacity:.488;transform:translate(.0104vw,-10px) scale(.5489);animation:fall-124 28s -13s linear infinite}@keyframes fall-124{54.339%{transform:translate(-.269vw,54.339vh) scale(.5489)}to{transform:translate(-.1293vw,99vh) scale(.5489)}}.snow:nth-child(125){opacity:1.7346;transform:translate(27.4194vw,-10px) scale(.644);animation:fall-125 27s -26s linear infinite}@keyframes fall-125{42.278%{transform:translate(20.0829vw,42.278vh) scale(.644)}to{transform:translate(23.75115vw,99vh) scale(.644)}}.snow:nth-child(126){opacity:.9342;transform:translate(62.9367vw,-10px) scale(.6569);animation:fall-126 15s -26s linear infinite}@keyframes fall-126{35.603%{transform:translate(58.5329vw,35.603vh) scale(.6569)}to{transform:translate(60.7348vw,99vh) scale(.6569)}}.snow:nth-child(127){opacity:1.7244;transform:translate(60.9983vw,-10px) scale(.0199);animation:fall-127 19s -6s linear infinite}@keyframes fall-127{53.003%{transform:translate(52.4123vw,53.003vh) scale(.0199)}to{transform:translate(56.7053vw,99vh) scale(.0199)}}.snow:nth-child(128){opacity:.594;transform:translate(61.4596vw,-10px) scale(.0338);animation:fall-128 21s -27s linear infinite}@keyframes fall-128{51.386%{transform:translate(65.7775vw,51.386vh) scale(.0338)}to{transform:translate(63.61855vw,99vh) scale(.0338)}}.snow:nth-child(129){opacity:.626;transform:translate(76.9009vw,-10px) scale(.9719);animation:fall-129 11s -12s linear infinite}@keyframes fall-129{74.583%{transform:translate(82.6997vw,74.583vh) scale(.9719)}to{transform:translate(79.8003vw,99vh) scale(.9719)}}.snow:nth-child(130){opacity:.9038;transform:translate(97.518vw,-10px) scale(.4728);animation:fall-130 18s -27s linear infinite}@keyframes fall-130{54.435%{transform:translate(107.3446vw,54.435vh) scale(.4728)}to{transform:translate(102.4313vw,99vh) scale(.4728)}}.snow:nth-child(131){opacity:1.3238;transform:translate(57.5777vw,-10px) scale(.3047);animation:fall-131 18s -17s linear infinite}@keyframes fall-131{52.187%{transform:translate(59.6665vw,52.187vh) scale(.3047)}to{transform:translate(58.6221vw,99vh) scale(.3047)}}.snow:nth-child(132){opacity:.9698;transform:translate(63.5258vw,-10px) scale(.9556);animation:fall-132 19s -11s linear infinite}@keyframes fall-132{48.704%{transform:translate(58.5809vw,48.704vh) scale(.9556)}to{transform:translate(61.05335vw,99vh) scale(.9556)}}.snow:nth-child(133){opacity:.021;transform:translate(33.1507vw,-10px) scale(.1986);animation:fall-133 25s -18s linear infinite}@keyframes fall-133{37.126%{transform:translate(32.2896vw,37.126vh) scale(.1986)}to{transform:translate(32.72015vw,99vh) scale(.1986)}}.snow:nth-child(134){opacity:1.8786;transform:translate(31.8706vw,-10px) scale(.4976);animation:fall-134 25s -23s linear infinite}@keyframes fall-134{39.109%{transform:translate(26.5037vw,39.109vh) scale(.4976)}to{transform:translate(29.18715vw,99vh) scale(.4976)}}.snow:nth-child(135){opacity:.3472;transform:translate(54.2755vw,-10px) scale(.0272);animation:fall-135 21s -12s linear infinite}@keyframes fall-135{67.465%{transform:translate(45.5196vw,67.465vh) scale(.0272)}to{transform:translate(49.89755vw,99vh) scale(.0272)}}.snow:nth-child(136){opacity:1.29;transform:translate(8.3274vw,-10px) scale(.0786);animation:fall-136 26s -29s linear infinite}@keyframes fall-136{48.967%{transform:translate(4.4535vw,48.967vh) scale(.0786)}to{transform:translate(6.39045vw,99vh) scale(.0786)}}.snow:nth-child(137){opacity:.2306;transform:translate(12.401vw,-10px) scale(.6129);animation:fall-137 15s -28s linear infinite}@keyframes fall-137{73.871%{transform:translate(9.3711vw,73.871vh) scale(.6129)}to{transform:translate(10.88605vw,99vh) scale(.6129)}}.snow:nth-child(138){opacity:.0982;transform:translate(5.0718vw,-10px) scale(.8597);animation:fall-138 21s -18s linear infinite}@keyframes fall-138{38.897%{transform:translate(11.4622vw,38.897vh) scale(.8597)}to{transform:translate(8.267vw,99vh) scale(.8597)}}.snow:nth-child(139){opacity:1.3724;transform:translate(99.0965vw,-10px) scale(.9388);animation:fall-139 21s -19s linear infinite}@keyframes fall-139{55.236%{transform:translate(91.808vw,55.236vh) scale(.9388)}to{transform:translate(95.45225vw,99vh) scale(.9388)}}.snow:nth-child(140){opacity:.1214;transform:translate(57.2974vw,-10px) scale(.0068);animation:fall-140 10s -23s linear infinite}@keyframes fall-140{30.496%{transform:translate(51.4472vw,30.496vh) scale(.0068)}to{transform:translate(54.3723vw,99vh) scale(.0068)}}.snow:nth-child(141){opacity:1.5504;transform:translate(31.1809vw,-10px) scale(.7403);animation:fall-141 12s -21s linear infinite}@keyframes fall-141{62.364%{transform:translate(27.1937vw,62.364vh) scale(.7403)}to{transform:translate(29.1873vw,99vh) scale(.7403)}}.snow:nth-child(142){opacity:.848;transform:translate(63.054vw,-10px) scale(.5153);animation:fall-142 20s -4s linear infinite}@keyframes fall-142{50.134%{transform:translate(72.4503vw,50.134vh) scale(.5153)}to{transform:translate(67.75215vw,99vh) scale(.5153)}}.snow:nth-child(143){opacity:.8316;transform:translate(27.2115vw,-10px) scale(.669);animation:fall-143 19s -4s linear infinite}@keyframes fall-143{64.691%{transform:translate(17.3484vw,64.691vh) scale(.669)}to{transform:translate(22.27995vw,99vh) scale(.669)}}.snow:nth-child(144){opacity:.1424;transform:translate(28.228vw,-10px) scale(.2529);animation:fall-144 15s -29s linear infinite}@keyframes fall-144{50.36%{transform:translate(19.5177vw,50.36vh) scale(.2529)}to{transform:translate(23.87285vw,99vh) scale(.2529)}}.snow:nth-child(145){opacity:.529;transform:translate(65.9975vw,-10px) scale(.6822);animation:fall-145 22s -3s linear infinite}@keyframes fall-145{64.591%{transform:translate(71.3864vw,64.591vh) scale(.6822)}to{transform:translate(68.69195vw,99vh) scale(.6822)}}.snow:nth-child(146){opacity:1.2264;transform:translate(88.9014vw,-10px) scale(.8148);animation:fall-146 28s -26s linear infinite}@keyframes fall-146{47.476%{transform:translate(84.9616vw,47.476vh) scale(.8148)}to{transform:translate(86.9315vw,99vh) scale(.8148)}}.snow:nth-child(147){opacity:1.9984;transform:translate(35.4643vw,-10px) scale(.8331);animation:fall-147 28s -1s linear infinite}@keyframes fall-147{73.725%{transform:translate(40.3711vw,73.725vh) scale(.8331)}to{transform:translate(37.9177vw,99vh) scale(.8331)}}.snow:nth-child(148){opacity:.3902;transform:translate(23.8576vw,-10px) scale(.705);animation:fall-148 18s -9s linear infinite}@keyframes fall-148{35.394%{transform:translate(18.489vw,35.394vh) scale(.705)}to{transform:translate(21.1733vw,99vh) scale(.705)}}.snow:nth-child(149){opacity:1.8306;transform:translate(62.9594vw,-10px) scale(.9678);animation:fall-149 15s -17s linear infinite}@keyframes fall-149{37.71%{transform:translate(66.1793vw,37.71vh) scale(.9678)}to{transform:translate(64.56935vw,99vh) scale(.9678)}}.snow:nth-child(150){opacity:1.2764;transform:translate(23.0868vw,-10px) scale(.9991);animation:fall-150 17s -5s linear infinite}@keyframes fall-150{30.845%{transform:translate(13.3203vw,30.845vh) scale(.9991)}to{transform:translate(18.20355vw,99vh) scale(.9991)}}.snow:nth-child(151){opacity:1.4122;transform:translate(61.441vw,-10px) scale(.3366);animation:fall-151 27s -15s linear infinite}@keyframes fall-151{72.102%{transform:translate(65.4277vw,72.102vh) scale(.3366)}to{transform:translate(63.43435vw,99vh) scale(.3366)}}.snow:nth-child(152){opacity:.8098;transform:translate(38.0333vw,-10px) scale(.0151);animation:fall-152 23s -14s linear infinite}@keyframes fall-152{42.556%{transform:translate(39.9917vw,42.556vh) scale(.0151)}to{transform:translate(39.0125vw,99vh) scale(.0151)}}.snow:nth-child(153){opacity:.7774;transform:translate(91.726vw,-10px) scale(.6577);animation:fall-153 21s -21s linear infinite}@keyframes fall-153{50.315%{transform:translate(99.6157vw,50.315vh) scale(.6577)}to{transform:translate(95.67085vw,99vh) scale(.6577)}}.snow:nth-child(154){opacity:1.1092;transform:translate(41.4533vw,-10px) scale(.9983);animation:fall-154 19s -18s linear infinite}@keyframes fall-154{56.684%{transform:translate(34.8126vw,56.684vh) scale(.9983)}to{transform:translate(38.13295vw,99vh) scale(.9983)}}.snow:nth-child(155){opacity:.6734;transform:translate(71.5435vw,-10px) scale(.7619);animation:fall-155 10s -9s linear infinite}@keyframes fall-155{48.882%{transform:translate(65.2293vw,48.882vh) scale(.7619)}to{transform:translate(68.3864vw,99vh) scale(.7619)}}.snow:nth-child(156){opacity:.2002;transform:translate(42.384vw,-10px) scale(.0497);animation:fall-156 17s -9s linear infinite}@keyframes fall-156{76.87%{transform:translate(34.8911vw,76.87vh) scale(.0497)}to{transform:translate(38.63755vw,99vh) scale(.0497)}}.snow:nth-child(157){opacity:.3218;transform:translate(9.1158vw,-10px) scale(.513);animation:fall-157 26s -9s linear infinite}@keyframes fall-157{34.897%{transform:translate(6.4606vw,34.897vh) scale(.513)}to{transform:translate(7.7882vw,99vh) scale(.513)}}.snow:nth-child(158){opacity:1.8294;transform:translate(99.1287vw,-10px) scale(.7385);animation:fall-158 29s -14s linear infinite}@keyframes fall-158{53.112%{transform:translate(98.6717vw,53.112vh) scale(.7385)}to{transform:translate(98.9002vw,99vh) scale(.7385)}}.snow:nth-child(159){opacity:.4132;transform:translate(4.9966vw,-10px) scale(.4169);animation:fall-159 29s -6s linear infinite}@keyframes fall-159{74.359%{transform:translate(.8975vw,74.359vh) scale(.4169)}to{transform:translate(2.94705vw,99vh) scale(.4169)}}.snow:nth-child(160){opacity:1.7852;transform:translate(95.2232vw,-10px) scale(.3378);animation:fall-160 12s -15s linear infinite}@keyframes fall-160{47.035%{transform:translate(104.6308vw,47.035vh) scale(.3378)}to{transform:translate(99.927vw,99vh) scale(.3378)}}.snow:nth-child(161){opacity:1.6918;transform:translate(21.7425vw,-10px) scale(.1145);animation:fall-161 12s -22s linear infinite}@keyframes fall-161{34.017%{transform:translate(14.3169vw,34.017vh) scale(.1145)}to{transform:translate(18.0297vw,99vh) scale(.1145)}}.snow:nth-child(162){opacity:.8996;transform:translate(97.7577vw,-10px) scale(.3858);animation:fall-162 14s -18s linear infinite}@keyframes fall-162{76.31%{transform:translate(99.663vw,76.31vh) scale(.3858)}to{transform:translate(98.71035vw,99vh) scale(.3858)}}.snow:nth-child(163){opacity:.6752;transform:translate(51.9846vw,-10px) scale(.6801);animation:fall-163 30s -15s linear infinite}@keyframes fall-163{75.568%{transform:translate(53.1514vw,75.568vh) scale(.6801)}to{transform:translate(52.568vw,99vh) scale(.6801)}}.snow:nth-child(164){opacity:1.1148;transform:translate(60.6229vw,-10px) scale(.1999);animation:fall-164 12s -28s linear infinite}@keyframes fall-164{63.604%{transform:translate(52.5536vw,63.604vh) scale(.1999)}to{transform:translate(56.58825vw,99vh) scale(.1999)}}.snow:nth-child(165){opacity:.1536;transform:translate(22.1321vw,-10px) scale(.2662);animation:fall-165 25s -21s linear infinite}@keyframes fall-165{36.966%{transform:translate(22.8698vw,36.966vh) scale(.2662)}to{transform:translate(22.50095vw,99vh) scale(.2662)}}.snow:nth-child(166){opacity:.5404;transform:translate(72.2612vw,-10px) scale(.0875);animation:fall-166 21s -16s linear infinite}@keyframes fall-166{71.243%{transform:translate(76.1843vw,71.243vh) scale(.0875)}to{transform:translate(74.22275vw,99vh) scale(.0875)}}.snow:nth-child(167){opacity:1.0848;transform:translate(57.5428vw,-10px) scale(.021);animation:fall-167 26s -21s linear infinite}@keyframes fall-167{48.414%{transform:translate(52.5577vw,48.414vh) scale(.021)}to{transform:translate(55.05025vw,99vh) scale(.021)}}.snow:nth-child(168){opacity:.4022;transform:translate(53.5389vw,-10px) scale(.3957);animation:fall-168 11s -23s linear infinite}@keyframes fall-168{31.871%{transform:translate(56.9358vw,31.871vh) scale(.3957)}to{transform:translate(55.23735vw,99vh) scale(.3957)}}.snow:nth-child(169){opacity:1.981;transform:translate(3.2626vw,-10px) scale(.0395);animation:fall-169 22s -8s linear infinite}@keyframes fall-169{75.988%{transform:translate(8.7164vw,75.988vh) scale(.0395)}to{transform:translate(5.9895vw,99vh) scale(.0395)}}.snow:nth-child(170){opacity:1.5688;transform:translate(78.7737vw,-10px) scale(.721);animation:fall-170 30s -15s linear infinite}@keyframes fall-170{31.893%{transform:translate(78.83vw,31.893vh) scale(.721)}to{transform:translate(78.80185vw,99vh) scale(.721)}}.snow:nth-child(171){opacity:1.7404;transform:translate(8.6075vw,-10px) scale(.3213);animation:fall-171 24s -25s linear infinite}@keyframes fall-171{66.529%{transform:translate(5.5567vw,66.529vh) scale(.3213)}to{transform:translate(7.0821vw,99vh) scale(.3213)}}.snow:nth-child(172){opacity:.5206;transform:translate(41.047vw,-10px) scale(.2389);animation:fall-172 20s -26s linear infinite}@keyframes fall-172{57.873%{transform:translate(31.9171vw,57.873vh) scale(.2389)}to{transform:translate(36.48205vw,99vh) scale(.2389)}}.snow:nth-child(173){opacity:.45;transform:translate(56.2153vw,-10px) scale(.4468);animation:fall-173 17s -15s linear infinite}@keyframes fall-173{58.654%{transform:translate(46.4324vw,58.654vh) scale(.4468)}to{transform:translate(51.32385vw,99vh) scale(.4468)}}.snow:nth-child(174){opacity:.4972;transform:translate(77.8498vw,-10px) scale(.8736);animation:fall-174 18s -9s linear infinite}@keyframes fall-174{73.693%{transform:translate(87.5965vw,73.693vh) scale(.8736)}to{transform:translate(82.72315vw,99vh) scale(.8736)}}.snow:nth-child(175){opacity:.7694;transform:translate(12.7778vw,-10px) scale(.1311);animation:fall-175 23s -28s linear infinite}@keyframes fall-175{43.959%{transform:translate(14.2612vw,43.959vh) scale(.1311)}to{transform:translate(13.5195vw,99vh) scale(.1311)}}.snow:nth-child(176){opacity:.9968;transform:translate(57.8255vw,-10px) scale(.0249);animation:fall-176 25s -11s linear infinite}@keyframes fall-176{41.381%{transform:translate(49.0244vw,41.381vh) scale(.0249)}to{transform:translate(53.42495vw,99vh) scale(.0249)}}.snow:nth-child(177){opacity:1.0316;transform:translate(.5604vw,-10px) scale(.25);animation:fall-177 21s -18s linear infinite}@keyframes fall-177{43.53%{transform:translate(-.5161vw,43.53vh) scale(.25)}to{transform:translate(.02215vw,99vh) scale(.25)}}.snow:nth-child(178){opacity:1.6384;transform:translate(32.8096vw,-10px) scale(.0454);animation:fall-178 10s -3s linear infinite}@keyframes fall-178{75.266%{transform:translate(32.1413vw,75.266vh) scale(.0454)}to{transform:translate(32.47545vw,99vh) scale(.0454)}}.snow:nth-child(179){opacity:1.5268;transform:translate(96.3985vw,-10px) scale(.8346);animation:fall-179 23s -29s linear infinite}@keyframes fall-179{49.471%{transform:translate(94.9973vw,49.471vh) scale(.8346)}to{transform:translate(95.6979vw,99vh) scale(.8346)}}.snow:nth-child(180){opacity:.9628;transform:translate(47.0166vw,-10px) scale(.8355);animation:fall-180 12s -4s linear infinite}@keyframes fall-180{30.75%{transform:translate(44.8591vw,30.75vh) scale(.8355)}to{transform:translate(45.93785vw,99vh) scale(.8355)}}.snow:nth-child(181){opacity:1.2906;transform:translate(35.3297vw,-10px) scale(.1309);animation:fall-181 20s -26s linear infinite}@keyframes fall-181{76.221%{transform:translate(33.2145vw,76.221vh) scale(.1309)}to{transform:translate(34.2721vw,99vh) scale(.1309)}}.snow:nth-child(182){opacity:.731;transform:translate(11.6167vw,-10px) scale(.3466);animation:fall-182 25s -18s linear infinite}@keyframes fall-182{32.607%{transform:translate(20.2655vw,32.607vh) scale(.3466)}to{transform:translate(15.9411vw,99vh) scale(.3466)}}.snow:nth-child(183){opacity:.2918;transform:translate(29.6822vw,-10px) scale(.3737);animation:fall-183 27s -29s linear infinite}@keyframes fall-183{72.735%{transform:translate(38.9884vw,72.735vh) scale(.3737)}to{transform:translate(34.3353vw,99vh) scale(.3737)}}.snow:nth-child(184){opacity:1.8636;transform:translate(48.7623vw,-10px) scale(.7241);animation:fall-184 26s -17s linear infinite}@keyframes fall-184{63.193%{transform:translate(44.7767vw,63.193vh) scale(.7241)}to{transform:translate(46.7695vw,99vh) scale(.7241)}}.snow:nth-child(185){opacity:1.3508;transform:translate(86.1182vw,-10px) scale(.3382);animation:fall-185 23s -22s linear infinite}@keyframes fall-185{41.497%{transform:translate(83.6564vw,41.497vh) scale(.3382)}to{transform:translate(84.8873vw,99vh) scale(.3382)}}.snow:nth-child(186){opacity:.571;transform:translate(42.3431vw,-10px) scale(.8272);animation:fall-186 25s -16s linear infinite}@keyframes fall-186{37.869%{transform:translate(34.693vw,37.869vh) scale(.8272)}to{transform:translate(38.51805vw,99vh) scale(.8272)}}.snow:nth-child(187){opacity:.1114;transform:translate(40.9887vw,-10px) scale(.3472);animation:fall-187 14s -29s linear infinite}@keyframes fall-187{48.082%{transform:translate(35.777vw,48.082vh) scale(.3472)}to{transform:translate(38.38285vw,99vh) scale(.3472)}}.snow:nth-child(188){opacity:.1118;transform:translate(51.2688vw,-10px) scale(.6762);animation:fall-188 26s -30s linear infinite}@keyframes fall-188{72.344%{transform:translate(47.8061vw,72.344vh) scale(.6762)}to{transform:translate(49.53745vw,99vh) scale(.6762)}}.snow:nth-child(189){opacity:.3308;transform:translate(16.3805vw,-10px) scale(.6852);animation:fall-189 23s -10s linear infinite}@keyframes fall-189{70.443%{transform:translate(10.4152vw,70.443vh) scale(.6852)}to{transform:translate(13.39785vw,99vh) scale(.6852)}}.snow:nth-child(190){opacity:.413;transform:translate(4.1224vw,-10px) scale(.2602);animation:fall-190 24s -29s linear infinite}@keyframes fall-190{45.771%{transform:translate(.7542vw,45.771vh) scale(.2602)}to{transform:translate(2.4383vw,99vh) scale(.2602)}}.snow:nth-child(191){opacity:1.119;transform:translate(53.5579vw,-10px) scale(.5641);animation:fall-191 20s -2s linear infinite}@keyframes fall-191{48.918%{transform:translate(62.7643vw,48.918vh) scale(.5641)}to{transform:translate(58.1611vw,99vh) scale(.5641)}}.snow:nth-child(192){opacity:1.318;transform:translate(60.6491vw,-10px) scale(.8968);animation:fall-192 17s -10s linear infinite}@keyframes fall-192{79.258%{transform:translate(53.9345vw,79.258vh) scale(.8968)}to{transform:translate(57.2918vw,99vh) scale(.8968)}}.snow:nth-child(193){opacity:1.7316;transform:translate(92.5502vw,-10px) scale(.7456);animation:fall-193 19s -27s linear infinite}@keyframes fall-193{60.842%{transform:translate(101.7836vw,60.842vh) scale(.7456)}to{transform:translate(97.1669vw,99vh) scale(.7456)}}.snow:nth-child(194){opacity:1.2674;transform:translate(55.0318vw,-10px) scale(.6499);animation:fall-194 19s -27s linear infinite}@keyframes fall-194{53.657%{transform:translate(56.7774vw,53.657vh) scale(.6499)}to{transform:translate(55.9046vw,99vh) scale(.6499)}}.snow:nth-child(195){opacity:1.2834;transform:translate(1.8845vw,-10px) scale(.0432);animation:fall-195 14s -22s linear infinite}@keyframes fall-195{34.048%{transform:translate(-1.4717vw,34.048vh) scale(.0432)}to{transform:translate(.2064vw,99vh) scale(.0432)}}.snow:nth-child(196){opacity:.4828;transform:translate(32.4731vw,-10px) scale(.9878);animation:fall-196 12s -12s linear infinite}@keyframes fall-196{43.309%{transform:translate(41.788vw,43.309vh) scale(.9878)}to{transform:translate(37.13055vw,99vh) scale(.9878)}}.snow:nth-child(197){opacity:.7708;transform:translate(27.7365vw,-10px) scale(.0938);animation:fall-197 27s -14s linear infinite}@keyframes fall-197{68.293%{transform:translate(36.1113vw,68.293vh) scale(.0938)}to{transform:translate(31.9239vw,99vh) scale(.0938)}}.snow:nth-child(198){opacity:.897;transform:translate(7.31vw,-10px) scale(.962);animation:fall-198 13s -24s linear infinite}@keyframes fall-198{74.588%{transform:translate(7.6715vw,74.588vh) scale(.962)}to{transform:translate(7.49075vw,99vh) scale(.962)}}.snow:nth-child(199){opacity:.117;transform:translate(58.7366vw,-10px) scale(.6681);animation:fall-199 22s -24s linear infinite}@keyframes fall-199{33.195%{transform:translate(60.8676vw,33.195vh) scale(.6681)}to{transform:translate(59.8021vw,99vh) scale(.6681)}}.snow:nth-child(200){opacity:1.9234;transform:translate(18.2912vw,-10px) scale(.689);animation:fall-200 19s -24s linear infinite}@keyframes fall-200{71.756%{transform:translate(8.756vw,71.756vh) scale(.689)}to{transform:translate(13.5236vw,99vh) scale(.689)}}.snow:nth-child(201){opacity:.6324;transform:translate(59.5873vw,-10px) scale(.5139);animation:fall-201 22s -11s linear infinite}@keyframes fall-201{61.223%{transform:translate(63.5649vw,61.223vh) scale(.5139)}to{transform:translate(61.5761vw,99vh) scale(.5139)}}.snow:nth-child(202){opacity:1.4822;transform:translate(17.5899vw,-10px) scale(.8203);animation:fall-202 28s -21s linear infinite}@keyframes fall-202{40.928%{transform:translate(19.3398vw,40.928vh) scale(.8203)}to{transform:translate(18.46485vw,99vh) scale(.8203)}}.snow:nth-child(203){opacity:1.7952;transform:translate(72.7742vw,-10px) scale(.3898);animation:fall-203 16s -7s linear infinite}@keyframes fall-203{56.431%{transform:translate(63.4093vw,56.431vh) scale(.3898)}to{transform:translate(68.09175vw,99vh) scale(.3898)}}.snow:nth-child(204){opacity:1.477;transform:translate(49.9402vw,-10px) scale(.9363);animation:fall-204 15s -22s linear infinite}@keyframes fall-204{75.697%{transform:translate(55.5513vw,75.697vh) scale(.9363)}to{transform:translate(52.74575vw,99vh) scale(.9363)}}.snow:nth-child(205){opacity:1.72;transform:translate(34.6977vw,-10px) scale(.4826);animation:fall-205 24s -29s linear infinite}@keyframes fall-205{65.945%{transform:translate(41.104vw,65.945vh) scale(.4826)}to{transform:translate(37.90085vw,99vh) scale(.4826)}}.snow:nth-child(206){opacity:.6602;transform:translate(75.5074vw,-10px) scale(.4208);animation:fall-206 25s -25s linear infinite}@keyframes fall-206{31.867%{transform:translate(82.3785vw,31.867vh) scale(.4208)}to{transform:translate(78.94295vw,99vh) scale(.4208)}}.snow:nth-child(207){opacity:1.7144;transform:translate(4.0563vw,-10px) scale(.8942);animation:fall-207 12s -25s linear infinite}@keyframes fall-207{31.209%{transform:translate(9.0106vw,31.209vh) scale(.8942)}to{transform:translate(6.53345vw,99vh) scale(.8942)}}.snow:nth-child(208){opacity:1.0938;transform:translate(24.1192vw,-10px) scale(.873);animation:fall-208 30s -26s linear infinite}@keyframes fall-208{72.31%{transform:translate(14.9443vw,72.31vh) scale(.873)}to{transform:translate(19.53175vw,99vh) scale(.873)}}.snow:nth-child(209){opacity:.2184;transform:translate(5.1753vw,-10px) scale(.0085);animation:fall-209 15s -2s linear infinite}@keyframes fall-209{52.181%{transform:translate(1.4126vw,52.181vh) scale(.0085)}to{transform:translate(3.29395vw,99vh) scale(.0085)}}.snow:nth-child(210){opacity:1.6982;transform:translate(6.6689vw,-10px) scale(.9473);animation:fall-210 24s -25s linear infinite}@keyframes fall-210{68.76%{transform:translate(1.4066vw,68.76vh) scale(.9473)}to{transform:translate(4.03775vw,99vh) scale(.9473)}}.snow:nth-child(211){opacity:1.2282;transform:translate(33.2614vw,-10px) scale(.8919);animation:fall-211 10s -9s linear infinite}@keyframes fall-211{57.671%{transform:translate(32.0616vw,57.671vh) scale(.8919)}to{transform:translate(32.6615vw,99vh) scale(.8919)}}.snow:nth-child(212){opacity:1.7052;transform:translate(40.6035vw,-10px) scale(.2921);animation:fall-212 21s -19s linear infinite}@keyframes fall-212{36.166%{transform:translate(48.9507vw,36.166vh) scale(.2921)}to{transform:translate(44.7771vw,99vh) scale(.2921)}}.snow:nth-child(213){opacity:.3638;transform:translate(84.3612vw,-10px) scale(.2576);animation:fall-213 15s -9s linear infinite}@keyframes fall-213{48.024%{transform:translate(76.9576vw,48.024vh) scale(.2576)}to{transform:translate(80.6594vw,99vh) scale(.2576)}}.snow:nth-child(214){opacity:.9478;transform:translate(38.6899vw,-10px) scale(.9693);animation:fall-214 26s -4s linear infinite}@keyframes fall-214{71.989%{transform:translate(39.0925vw,71.989vh) scale(.9693)}to{transform:translate(38.8912vw,99vh) scale(.9693)}}.snow:nth-child(215){opacity:.0938;transform:translate(70.8156vw,-10px) scale(.1379);animation:fall-215 22s -29s linear infinite}@keyframes fall-215{45.047%{transform:translate(68.0088vw,45.047vh) scale(.1379)}to{transform:translate(69.4122vw,99vh) scale(.1379)}}.snow:nth-child(216){opacity:.5442;transform:translate(39.4396vw,-10px) scale(.7335);animation:fall-216 26s -7s linear infinite}@keyframes fall-216{35.259%{transform:translate(47.1213vw,35.259vh) scale(.7335)}to{transform:translate(43.28045vw,99vh) scale(.7335)}}.snow:nth-child(217){opacity:.7242;transform:translate(69.5659vw,-10px) scale(.6937);animation:fall-217 22s -20s linear infinite}@keyframes fall-217{55.351%{transform:translate(76.033vw,55.351vh) scale(.6937)}to{transform:translate(72.79945vw,99vh) scale(.6937)}}.snow:nth-child(218){opacity:1.0016;transform:translate(27.9953vw,-10px) scale(.1373);animation:fall-218 24s -14s linear infinite}@keyframes fall-218{63.242%{transform:translate(19.6416vw,63.242vh) scale(.1373)}to{transform:translate(23.81845vw,99vh) scale(.1373)}}.snow:nth-child(219){opacity:1.959;transform:translate(35.7006vw,-10px) scale(.3631);animation:fall-219 20s -12s linear infinite}@keyframes fall-219{68.449%{transform:translate(37.7038vw,68.449vh) scale(.3631)}to{transform:translate(36.7022vw,99vh) scale(.3631)}}.snow:nth-child(220){opacity:1.1916;transform:translate(35.3914vw,-10px) scale(.6311);animation:fall-220 26s -24s linear infinite}@keyframes fall-220{40.212%{transform:translate(32.7055vw,40.212vh) scale(.6311)}to{transform:translate(34.04845vw,99vh) scale(.6311)}}.snow:nth-child(221){opacity:1.5708;transform:translate(20.9502vw,-10px) scale(.9463);animation:fall-221 19s -29s linear infinite}@keyframes fall-221{62.502%{transform:translate(11.4504vw,62.502vh) scale(.9463)}to{transform:translate(16.2003vw,99vh) scale(.9463)}}.snow:nth-child(222){opacity:.733;transform:translate(11.957vw,-10px) scale(.4203);animation:fall-222 10s -18s linear infinite}@keyframes fall-222{42.316%{transform:translate(15.8282vw,42.316vh) scale(.4203)}to{transform:translate(13.8926vw,99vh) scale(.4203)}}.snow:nth-child(223){opacity:1.0822;transform:translate(79.6004vw,-10px) scale(.2196);animation:fall-223 13s -10s linear infinite}@keyframes fall-223{43.562%{transform:translate(80.965vw,43.562vh) scale(.2196)}to{transform:translate(80.2827vw,99vh) scale(.2196)}}.snow:nth-child(224){opacity:.336;transform:translate(61.8115vw,-10px) scale(.9026);animation:fall-224 24s -30s linear infinite}@keyframes fall-224{48.057%{transform:translate(56.5091vw,48.057vh) scale(.9026)}to{transform:translate(59.1603vw,99vh) scale(.9026)}}.snow:nth-child(225){opacity:.5082;transform:translate(92.2908vw,-10px) scale(.5719);animation:fall-225 14s -20s linear infinite}@keyframes fall-225{72.834%{transform:translate(85.3119vw,72.834vh) scale(.5719)}to{transform:translate(88.80135vw,99vh) scale(.5719)}}.snow:nth-child(226){opacity:.0354;transform:translate(39.3194vw,-10px) scale(.9271);animation:fall-226 16s -23s linear infinite}@keyframes fall-226{46.253%{transform:translate(42.1376vw,46.253vh) scale(.9271)}to{transform:translate(40.7285vw,99vh) scale(.9271)}}.snow:nth-child(227){opacity:.3042;transform:translate(40.6649vw,-10px) scale(.3614);animation:fall-227 16s -14s linear infinite}@keyframes fall-227{38.26%{transform:translate(43.0872vw,38.26vh) scale(.3614)}to{transform:translate(41.87605vw,99vh) scale(.3614)}}.snow:nth-child(228){opacity:1.2988;transform:translate(17.7989vw,-10px) scale(.8232);animation:fall-228 12s -27s linear infinite}@keyframes fall-228{41.822%{transform:translate(24.8664vw,41.822vh) scale(.8232)}to{transform:translate(21.33265vw,99vh) scale(.8232)}}.snow:nth-child(229){opacity:1.9876;transform:translate(55.2542vw,-10px) scale(.4399);animation:fall-229 14s -30s linear infinite}@keyframes fall-229{51.853%{transform:translate(54.1277vw,51.853vh) scale(.4399)}to{transform:translate(54.69095vw,99vh) scale(.4399)}}.snow:nth-child(230){opacity:.377;transform:translate(3.628vw,-10px) scale(.48);animation:fall-230 13s -30s linear infinite}@keyframes fall-230{54.287%{transform:translate(3.946vw,54.287vh) scale(.48)}to{transform:translate(3.787vw,99vh) scale(.48)}}.snow:nth-child(231){opacity:.4478;transform:translate(57.8434vw,-10px) scale(.4873);animation:fall-231 28s -3s linear infinite}@keyframes fall-231{33.087%{transform:translate(62.2311vw,33.087vh) scale(.4873)}to{transform:translate(60.03725vw,99vh) scale(.4873)}}.snow:nth-child(232){opacity:.69;transform:translate(4.7418vw,-10px) scale(.2567);animation:fall-232 12s -19s linear infinite}@keyframes fall-232{52.951%{transform:translate(10.4343vw,52.951vh) scale(.2567)}to{transform:translate(7.58805vw,99vh) scale(.2567)}}.snow:nth-child(233){opacity:.6458;transform:translate(67.749vw,-10px) scale(.0816);animation:fall-233 28s -9s linear infinite}@keyframes fall-233{57.83%{transform:translate(67.5821vw,57.83vh) scale(.0816)}to{transform:translate(67.66555vw,99vh) scale(.0816)}}.snow:nth-child(234){opacity:.1186;transform:translate(38.9861vw,-10px) scale(.4286);animation:fall-234 23s -7s linear infinite}@keyframes fall-234{53.114%{transform:translate(39.6553vw,53.114vh) scale(.4286)}to{transform:translate(39.3207vw,99vh) scale(.4286)}}.snow:nth-child(235){opacity:.827;transform:translate(53.0545vw,-10px) scale(.2886);animation:fall-235 27s -3s linear infinite}@keyframes fall-235{31.926%{transform:translate(49.027vw,31.926vh) scale(.2886)}to{transform:translate(51.04075vw,99vh) scale(.2886)}}.snow:nth-child(236){opacity:1.5514;transform:translate(77.895vw,-10px) scale(.0064);animation:fall-236 17s -11s linear infinite}@keyframes fall-236{53.049%{transform:translate(74.0848vw,53.049vh) scale(.0064)}to{transform:translate(75.9899vw,99vh) scale(.0064)}}.snow:nth-child(237){opacity:1.649;transform:translate(90.255vw,-10px) scale(.2121);animation:fall-237 24s -10s linear infinite}@keyframes fall-237{56.104%{transform:translate(97.8271vw,56.104vh) scale(.2121)}to{transform:translate(94.04105vw,99vh) scale(.2121)}}.snow:nth-child(238){opacity:1.8702;transform:translate(16.4256vw,-10px) scale(.2997);animation:fall-238 27s -11s linear infinite}@keyframes fall-238{44.405%{transform:translate(24.4329vw,44.405vh) scale(.2997)}to{transform:translate(20.42925vw,99vh) scale(.2997)}}.snow:nth-child(239){opacity:.2596;transform:translate(24.74vw,-10px) scale(.827);animation:fall-239 14s -22s linear infinite}@keyframes fall-239{59.115%{transform:translate(27.1768vw,59.115vh) scale(.827)}to{transform:translate(25.9584vw,99vh) scale(.827)}}.snow:nth-child(240){opacity:1.2256;transform:translate(93.2871vw,-10px) scale(.0789);animation:fall-240 27s -15s linear infinite}@keyframes fall-240{33.193%{transform:translate(91.4304vw,33.193vh) scale(.0789)}to{transform:translate(92.35875vw,99vh) scale(.0789)}}.snow:nth-child(241){opacity:1.8294;transform:translate(71.5283vw,-10px) scale(.081);animation:fall-241 24s -22s linear infinite}@keyframes fall-241{35.53%{transform:translate(72.8385vw,35.53vh) scale(.081)}to{transform:translate(72.1834vw,99vh) scale(.081)}}.snow:nth-child(242){opacity:.8142;transform:translate(51.416vw,-10px) scale(.6546);animation:fall-242 29s -24s linear infinite}@keyframes fall-242{63.667%{transform:translate(57.3457vw,63.667vh) scale(.6546)}to{transform:translate(54.38085vw,99vh) scale(.6546)}}.snow:nth-child(243){opacity:1.1296;transform:translate(38.3281vw,-10px) scale(.2715);animation:fall-243 25s -18s linear infinite}@keyframes fall-243{47.635%{transform:translate(46.7979vw,47.635vh) scale(.2715)}to{transform:translate(42.563vw,99vh) scale(.2715)}}.snow:nth-child(244){opacity:.6914;transform:translate(17.2374vw,-10px) scale(.987);animation:fall-244 22s -30s linear infinite}@keyframes fall-244{41.349%{transform:translate(24.4175vw,41.349vh) scale(.987)}to{transform:translate(20.82745vw,99vh) scale(.987)}}.snow:nth-child(245){opacity:1.6978;transform:translate(17.7039vw,-10px) scale(.2163);animation:fall-245 20s -16s linear infinite}@keyframes fall-245{48.537%{transform:translate(23.0825vw,48.537vh) scale(.2163)}to{transform:translate(20.3932vw,99vh) scale(.2163)}}.snow:nth-child(246){opacity:.4374;transform:translate(61.7012vw,-10px) scale(.5423);animation:fall-246 16s -6s linear infinite}@keyframes fall-246{79.23%{transform:translate(57.2658vw,79.23vh) scale(.5423)}to{transform:translate(59.4835vw,99vh) scale(.5423)}}.snow:nth-child(247){opacity:.1364;transform:translate(20.3228vw,-10px) scale(.8662);animation:fall-247 23s -19s linear infinite}@keyframes fall-247{52.763%{transform:translate(13.4994vw,52.763vh) scale(.8662)}to{transform:translate(16.9111vw,99vh) scale(.8662)}}.snow:nth-child(248){opacity:.9976;transform:translate(63.9793vw,-10px) scale(.0606);animation:fall-248 29s -20s linear infinite}@keyframes fall-248{73.695%{transform:translate(57.2038vw,73.695vh) scale(.0606)}to{transform:translate(60.59155vw,99vh) scale(.0606)}}.snow:nth-child(249){opacity:1.4724;transform:translate(60.9848vw,-10px) scale(.0806);animation:fall-249 25s -28s linear infinite}@keyframes fall-249{57.425%{transform:translate(61.7578vw,57.425vh) scale(.0806)}to{transform:translate(61.3713vw,99vh) scale(.0806)}}.snow:nth-child(250){opacity:.7588;transform:translate(58.1839vw,-10px) scale(.6464);animation:fall-250 23s -16s linear infinite}@keyframes fall-250{74.832%{transform:translate(55.3721vw,74.832vh) scale(.6464)}to{transform:translate(56.778vw,99vh) scale(.6464)}}.snow:nth-child(251){opacity:.6806;transform:translate(19.881vw,-10px) scale(.8344);animation:fall-251 12s -28s linear infinite}@keyframes fall-251{78.337%{transform:translate(11.5268vw,78.337vh) scale(.8344)}to{transform:translate(15.7039vw,99vh) scale(.8344)}}.snow:nth-child(252){opacity:1.3838;transform:translate(89.3219vw,-10px) scale(.306);animation:fall-252 27s -12s linear infinite}@keyframes fall-252{40.89%{transform:translate(87.8164vw,40.89vh) scale(.306)}to{transform:translate(88.56915vw,99vh) scale(.306)}}.snow:nth-child(253){opacity:.9398;transform:translate(78.4108vw,-10px) scale(.6483);animation:fall-253 13s -26s linear infinite}@keyframes fall-253{39.198%{transform:translate(87.8385vw,39.198vh) scale(.6483)}to{transform:translate(83.12465vw,99vh) scale(.6483)}}.snow:nth-child(254){opacity:1.2208;transform:translate(28.5725vw,-10px) scale(.9365);animation:fall-254 17s -25s linear infinite}@keyframes fall-254{47.413%{transform:translate(37.4162vw,47.413vh) scale(.9365)}to{transform:translate(32.99435vw,99vh) scale(.9365)}}.snow:nth-child(255){opacity:.291;transform:translate(6.8769vw,-10px) scale(.3532);animation:fall-255 23s -7s linear infinite}@keyframes fall-255{37.242%{transform:translate(9.1357vw,37.242vh) scale(.3532)}to{transform:translate(8.0063vw,99vh) scale(.3532)}}.snow:nth-child(256){opacity:.9454;transform:translate(67.1771vw,-10px) scale(.7514);animation:fall-256 17s -18s linear infinite}@keyframes fall-256{36.141%{transform:translate(72.693vw,36.141vh) scale(.7514)}to{transform:translate(69.93505vw,99vh) scale(.7514)}}.snow:nth-child(257){opacity:.5748;transform:translate(24.1848vw,-10px) scale(.4594);animation:fall-257 20s -16s linear infinite}@keyframes fall-257{38.773%{transform:translate(20.6662vw,38.773vh) scale(.4594)}to{transform:translate(22.4255vw,99vh) scale(.4594)}}.snow:nth-child(258){opacity:.5468;transform:translate(38.1642vw,-10px) scale(.2975);animation:fall-258 11s -23s linear infinite}@keyframes fall-258{58.787%{transform:translate(44.5662vw,58.787vh) scale(.2975)}to{transform:translate(41.3652vw,99vh) scale(.2975)}}.snow:nth-child(259){opacity:.7508;transform:translate(52.753vw,-10px) scale(.2988);animation:fall-259 12s -25s linear infinite}@keyframes fall-259{57.601%{transform:translate(59.1996vw,57.601vh) scale(.2988)}to{transform:translate(55.9763vw,99vh) scale(.2988)}}.snow:nth-child(260){opacity:1.8082;transform:translate(90.7858vw,-10px) scale(.7389);animation:fall-260 11s -4s linear infinite}@keyframes fall-260{40.577%{transform:translate(91.701vw,40.577vh) scale(.7389)}to{transform:translate(91.2434vw,99vh) scale(.7389)}}.snow:nth-child(261){opacity:.866;transform:translate(70.9766vw,-10px) scale(.0037);animation:fall-261 24s -22s linear infinite}@keyframes fall-261{49.878%{transform:translate(68.1234vw,49.878vh) scale(.0037)}to{transform:translate(69.55vw,99vh) scale(.0037)}}.snow:nth-child(262){opacity:.226;transform:translate(30.4948vw,-10px) scale(.2008);animation:fall-262 16s -16s linear infinite}@keyframes fall-262{73.804%{transform:translate(31.2915vw,73.804vh) scale(.2008)}to{transform:translate(30.89315vw,99vh) scale(.2008)}}.snow:nth-child(263){opacity:1.7328;transform:translate(88.3975vw,-10px) scale(.2704);animation:fall-263 20s -22s linear infinite}@keyframes fall-263{36.015%{transform:translate(83.0825vw,36.015vh) scale(.2704)}to{transform:translate(85.74vw,99vh) scale(.2704)}}.snow:nth-child(264){opacity:.7802;transform:translate(60.5481vw,-10px) scale(.5419);animation:fall-264 28s -27s linear infinite}@keyframes fall-264{35.639%{transform:translate(52.1367vw,35.639vh) scale(.5419)}to{transform:translate(56.3424vw,99vh) scale(.5419)}}.snow:nth-child(265){opacity:1.3498;transform:translate(65.7095vw,-10px) scale(.9661);animation:fall-265 12s -5s linear infinite}@keyframes fall-265{60.949%{transform:translate(67.4321vw,60.949vh) scale(.9661)}to{transform:translate(66.5708vw,99vh) scale(.9661)}}.snow:nth-child(266){opacity:.4698;transform:translate(60.9108vw,-10px) scale(.1583);animation:fall-266 28s -18s linear infinite}@keyframes fall-266{61.556%{transform:translate(53.7185vw,61.556vh) scale(.1583)}to{transform:translate(57.31465vw,99vh) scale(.1583)}}.snow:nth-child(267){opacity:.3028;transform:translate(60.3957vw,-10px) scale(.1797);animation:fall-267 21s -11s linear infinite}@keyframes fall-267{31.856%{transform:translate(67.0697vw,31.856vh) scale(.1797)}to{transform:translate(63.7327vw,99vh) scale(.1797)}}.snow:nth-child(268){opacity:1.3374;transform:translate(14.1739vw,-10px) scale(.1528);animation:fall-268 28s -7s linear infinite}@keyframes fall-268{55.06%{transform:translate(9.8437vw,55.06vh) scale(.1528)}to{transform:translate(12.0088vw,99vh) scale(.1528)}}.snow:nth-child(269){opacity:.1456;transform:translate(13.789vw,-10px) scale(.6173);animation:fall-269 28s -30s linear infinite}@keyframes fall-269{68.711%{transform:translate(21.698vw,68.711vh) scale(.6173)}to{transform:translate(17.7435vw,99vh) scale(.6173)}}.snow:nth-child(270){opacity:.7554;transform:translate(12.6342vw,-10px) scale(.2712);animation:fall-270 13s -4s linear infinite}@keyframes fall-270{39.443%{transform:translate(21.0203vw,39.443vh) scale(.2712)}to{transform:translate(16.82725vw,99vh) scale(.2712)}}.snow:nth-child(271){opacity:1.809;transform:translate(15.6761vw,-10px) scale(.0804);animation:fall-271 12s -26s linear infinite}@keyframes fall-271{54.744%{transform:translate(5.7643vw,54.744vh) scale(.0804)}to{transform:translate(10.7202vw,99vh) scale(.0804)}}.snow:nth-child(272){opacity:1.2128;transform:translate(91.4017vw,-10px) scale(.2595);animation:fall-272 23s -6s linear infinite}@keyframes fall-272{61.228%{transform:translate(97.9312vw,61.228vh) scale(.2595)}to{transform:translate(94.66645vw,99vh) scale(.2595)}}.snow:nth-child(273){opacity:.987;transform:translate(1.8401vw,-10px) scale(.2067);animation:fall-273 27s -8s linear infinite}@keyframes fall-273{70.553%{transform:translate(.4873vw,70.553vh) scale(.2067)}to{transform:translate(1.1637vw,99vh) scale(.2067)}}.snow:nth-child(274){opacity:.8612;transform:translate(66.6732vw,-10px) scale(.807);animation:fall-274 19s -22s linear infinite}@keyframes fall-274{47.531%{transform:translate(69.7879vw,47.531vh) scale(.807)}to{transform:translate(68.23055vw,99vh) scale(.807)}}.snow:nth-child(275){opacity:.6046;transform:translate(28.0999vw,-10px) scale(.6289);animation:fall-275 22s -16s linear infinite}@keyframes fall-275{73.972%{transform:translate(32.3141vw,73.972vh) scale(.6289)}to{transform:translate(30.207vw,99vh) scale(.6289)}}.snow:nth-child(276){opacity:1.8102;transform:translate(71.7407vw,-10px) scale(.228);animation:fall-276 15s -26s linear infinite}@keyframes fall-276{63.756%{transform:translate(63.3691vw,63.756vh) scale(.228)}to{transform:translate(67.5549vw,99vh) scale(.228)}}.snow:nth-child(277){opacity:1.2586;transform:translate(16.545vw,-10px) scale(.1702);animation:fall-277 20s -22s linear infinite}@keyframes fall-277{75.511%{transform:translate(26.4778vw,75.511vh) scale(.1702)}to{transform:translate(21.5114vw,99vh) scale(.1702)}}.snow:nth-child(278){opacity:1.9442;transform:translate(85.7975vw,-10px) scale(.8715);animation:fall-278 28s -21s linear infinite}@keyframes fall-278{61.414%{transform:translate(92.8743vw,61.414vh) scale(.8715)}to{transform:translate(89.3359vw,99vh) scale(.8715)}}.snow:nth-child(279){opacity:.2844;transform:translate(16.7148vw,-10px) scale(.219);animation:fall-279 28s -21s linear infinite}@keyframes fall-279{64.249%{transform:translate(26.4939vw,64.249vh) scale(.219)}to{transform:translate(21.60435vw,99vh) scale(.219)}}.snow:nth-child(280){opacity:.512;transform:translate(68.5886vw,-10px) scale(.6253);animation:fall-280 27s -29s linear infinite}@keyframes fall-280{75.901%{transform:translate(71.0131vw,75.901vh) scale(.6253)}to{transform:translate(69.80085vw,99vh) scale(.6253)}}.snow:nth-child(281){opacity:1.2258;transform:translate(7.9349vw,-10px) scale(.8507);animation:fall-281 24s -1s linear infinite}@keyframes fall-281{34.312%{transform:translate(13.0457vw,34.312vh) scale(.8507)}to{transform:translate(10.4903vw,99vh) scale(.8507)}}.snow:nth-child(282){opacity:1.7396;transform:translate(11.9523vw,-10px) scale(.0361);animation:fall-282 17s -30s linear infinite}@keyframes fall-282{64.563%{transform:translate(3.8157vw,64.563vh) scale(.0361)}to{transform:translate(7.884vw,99vh) scale(.0361)}}.snow:nth-child(283){opacity:.719;transform:translate(16.6906vw,-10px) scale(.7323);animation:fall-283 13s -22s linear infinite}@keyframes fall-283{39.339%{transform:translate(22.7971vw,39.339vh) scale(.7323)}to{transform:translate(19.74385vw,99vh) scale(.7323)}}.snow:nth-child(284){opacity:.233;transform:translate(96.2805vw,-10px) scale(.5033);animation:fall-284 30s -22s linear infinite}@keyframes fall-284{33.992%{transform:translate(89.1166vw,33.992vh) scale(.5033)}to{transform:translate(92.69855vw,99vh) scale(.5033)}}.snow:nth-child(285){opacity:1.7882;transform:translate(39.043vw,-10px) scale(.4515);animation:fall-285 14s -11s linear infinite}@keyframes fall-285{53.337%{transform:translate(36.5361vw,53.337vh) scale(.4515)}to{transform:translate(37.78955vw,99vh) scale(.4515)}}.snow:nth-child(286){opacity:.9696;transform:translate(71.475vw,-10px) scale(.5562);animation:fall-286 30s -18s linear infinite}@keyframes fall-286{43.591%{transform:translate(77.741vw,43.591vh) scale(.5562)}to{transform:translate(74.608vw,99vh) scale(.5562)}}.snow:nth-child(287){opacity:1.0692;transform:translate(82.5603vw,-10px) scale(.012);animation:fall-287 25s -15s linear infinite}@keyframes fall-287{48.652%{transform:translate(91.9623vw,48.652vh) scale(.012)}to{transform:translate(87.2613vw,99vh) scale(.012)}}.snow:nth-child(288){opacity:.2624;transform:translate(31.9061vw,-10px) scale(.8702);animation:fall-288 27s -21s linear infinite}@keyframes fall-288{58.911%{transform:translate(39.0329vw,58.911vh) scale(.8702)}to{transform:translate(35.4695vw,99vh) scale(.8702)}}.snow:nth-child(289){opacity:1.1602;transform:translate(87.4231vw,-10px) scale(.0501);animation:fall-289 19s -1s linear infinite}@keyframes fall-289{76.86%{transform:translate(86.7114vw,76.86vh) scale(.0501)}to{transform:translate(87.06725vw,99vh) scale(.0501)}}.snow:nth-child(290){opacity:.2362;transform:translate(22.3034vw,-10px) scale(.0235);animation:fall-290 15s -9s linear infinite}@keyframes fall-290{63.815%{transform:translate(20.6156vw,63.815vh) scale(.0235)}to{transform:translate(21.4595vw,99vh) scale(.0235)}}.snow:nth-child(291){opacity:1.9352;transform:translate(7.9598vw,-10px) scale(.546);animation:fall-291 30s -29s linear infinite}@keyframes fall-291{72.782%{transform:translate(-.7338vw,72.782vh) scale(.546)}to{transform:translate(3.613vw,99vh) scale(.546)}}.snow:nth-child(292){opacity:.9086;transform:translate(15.0742vw,-10px) scale(.2143);animation:fall-292 28s -21s linear infinite}@keyframes fall-292{42.294%{transform:translate(7.7802vw,42.294vh) scale(.2143)}to{transform:translate(11.4272vw,99vh) scale(.2143)}}.snow:nth-child(293){opacity:.1562;transform:translate(27.9216vw,-10px) scale(.2044);animation:fall-293 22s -4s linear infinite}@keyframes fall-293{41.277%{transform:translate(27.4405vw,41.277vh) scale(.2044)}to{transform:translate(27.68105vw,99vh) scale(.2044)}}.snow:nth-child(294){opacity:.3598;transform:translate(3.2331vw,-10px) scale(.3068);animation:fall-294 20s -28s linear infinite}@keyframes fall-294{58.597%{transform:translate(.8717vw,58.597vh) scale(.3068)}to{transform:translate(2.0524vw,99vh) scale(.3068)}}.snow:nth-child(295){opacity:1.0226;transform:translate(83.7836vw,-10px) scale(.0212);animation:fall-295 26s -7s linear infinite}@keyframes fall-295{50.514%{transform:translate(78.0865vw,50.514vh) scale(.0212)}to{transform:translate(80.93505vw,99vh) scale(.0212)}}.snow:nth-child(296){opacity:.8368;transform:translate(28.5549vw,-10px) scale(.5584);animation:fall-296 10s -14s linear infinite}@keyframes fall-296{65.736%{transform:translate(33.0419vw,65.736vh) scale(.5584)}to{transform:translate(30.7984vw,99vh) scale(.5584)}}.snow:nth-child(297){opacity:1.1016;transform:translate(95.5213vw,-10px) scale(.7553);animation:fall-297 16s -7s linear infinite}@keyframes fall-297{50.401%{transform:translate(100.5105vw,50.401vh) scale(.7553)}to{transform:translate(98.0159vw,99vh) scale(.7553)}}.snow:nth-child(298){opacity:.846;transform:translate(9.5725vw,-10px) scale(.7706);animation:fall-298 25s -2s linear infinite}@keyframes fall-298{48.957%{transform:translate(15.6851vw,48.957vh) scale(.7706)}to{transform:translate(12.6288vw,99vh) scale(.7706)}}.snow:nth-child(299){opacity:1.9116;transform:translate(84.4596vw,-10px) scale(.9483);animation:fall-299 14s -27s linear infinite}@keyframes fall-299{56.359%{transform:translate(91.653vw,56.359vh) scale(.9483)}to{transform:translate(88.0563vw,99vh) scale(.9483)}}.snow:nth-child(300){opacity:.7678;transform:translate(46.4957vw,-10px) scale(.314);animation:fall-300 24s -10s linear infinite}@keyframes fall-300{59.442%{transform:translate(48.5495vw,59.442vh) scale(.314)}to{transform:translate(47.5226vw,99vh) scale(.314)}}.snow:nth-child(301){opacity:1.2828;transform:translate(54.2125vw,-10px) scale(.829);animation:fall-301 24s -27s linear infinite}@keyframes fall-301{49.708%{transform:translate(50.4861vw,49.708vh) scale(.829)}to{transform:translate(52.3493vw,99vh) scale(.829)}}.snow:nth-child(302){opacity:.7326;transform:translate(74.2323vw,-10px) scale(.9189);animation:fall-302 14s -5s linear infinite}@keyframes fall-302{75.766%{transform:translate(71.6272vw,75.766vh) scale(.9189)}to{transform:translate(72.92975vw,99vh) scale(.9189)}}.snow:nth-child(303){opacity:1.85;transform:translate(15.7197vw,-10px) scale(.3818);animation:fall-303 29s -4s linear infinite}@keyframes fall-303{37.963%{transform:translate(25.6227vw,37.963vh) scale(.3818)}to{transform:translate(20.6712vw,99vh) scale(.3818)}}.snow:nth-child(304){opacity:.3112;transform:translate(58.4804vw,-10px) scale(.3259);animation:fall-304 19s -12s linear infinite}@keyframes fall-304{67.009%{transform:translate(53.098vw,67.009vh) scale(.3259)}to{transform:translate(55.7892vw,99vh) scale(.3259)}}.snow:nth-child(305){opacity:.7904;transform:translate(12.2504vw,-10px) scale(.1164);animation:fall-305 16s -14s linear infinite}@keyframes fall-305{76.391%{transform:translate(21.7272vw,76.391vh) scale(.1164)}to{transform:translate(16.9888vw,99vh) scale(.1164)}}.snow:nth-child(306){opacity:1.1836;transform:translate(4.6011vw,-10px) scale(.7303);animation:fall-306 14s -1s linear infinite}@keyframes fall-306{61.067%{transform:translate(7.7557vw,61.067vh) scale(.7303)}to{transform:translate(6.1784vw,99vh) scale(.7303)}}.snow:nth-child(307){opacity:1.3608;transform:translate(81.6821vw,-10px) scale(.5508);animation:fall-307 29s -26s linear infinite}@keyframes fall-307{41.744%{transform:translate(87.061vw,41.744vh) scale(.5508)}to{transform:translate(84.37155vw,99vh) scale(.5508)}}.snow:nth-child(308){opacity:.1912;transform:translate(17.4923vw,-10px) scale(.2139);animation:fall-308 24s -19s linear infinite}@keyframes fall-308{60.239%{transform:translate(10.444vw,60.239vh) scale(.2139)}to{transform:translate(13.96815vw,99vh) scale(.2139)}}.snow:nth-child(309){opacity:.0294;transform:translate(37.9928vw,-10px) scale(.0672);animation:fall-309 15s -29s linear infinite}@keyframes fall-309{79.431%{transform:translate(37.4967vw,79.431vh) scale(.0672)}to{transform:translate(37.74475vw,99vh) scale(.0672)}}.snow:nth-child(310){opacity:1.866;transform:translate(26.3564vw,-10px) scale(.8085);animation:fall-310 18s -25s linear infinite}@keyframes fall-310{43.038%{transform:translate(20.7989vw,43.038vh) scale(.8085)}to{transform:translate(23.57765vw,99vh) scale(.8085)}}.snow:nth-child(311){opacity:.5138;transform:translate(18.8839vw,-10px) scale(.0641);animation:fall-311 30s -3s linear infinite}@keyframes fall-311{65.13%{transform:translate(21.6375vw,65.13vh) scale(.0641)}to{transform:translate(20.2607vw,99vh) scale(.0641)}}.snow:nth-child(312){opacity:1.0552;transform:translate(98.3118vw,-10px) scale(.3422);animation:fall-312 28s -16s linear infinite}@keyframes fall-312{33.633%{transform:translate(94.5022vw,33.633vh) scale(.3422)}to{transform:translate(96.407vw,99vh) scale(.3422)}}.snow:nth-child(313){opacity:.3648;transform:translate(7.4455vw,-10px) scale(.7049);animation:fall-313 29s -26s linear infinite}@keyframes fall-313{45.868%{transform:translate(8.5486vw,45.868vh) scale(.7049)}to{transform:translate(7.99705vw,99vh) scale(.7049)}}.snow:nth-child(314){opacity:.7236;transform:translate(31.9034vw,-10px) scale(.1104);animation:fall-314 12s -7s linear infinite}@keyframes fall-314{63.273%{transform:translate(37.6784vw,63.273vh) scale(.1104)}to{transform:translate(34.7909vw,99vh) scale(.1104)}}.snow:nth-child(315){opacity:1.8962;transform:translate(83.1422vw,-10px) scale(.1557);animation:fall-315 17s -29s linear infinite}@keyframes fall-315{55.584%{transform:translate(81.2704vw,55.584vh) scale(.1557)}to{transform:translate(82.2063vw,99vh) scale(.1557)}}.snow:nth-child(316){opacity:.4252;transform:translate(55.7384vw,-10px) scale(.968);animation:fall-316 30s -4s linear infinite}@keyframes fall-316{37.443%{transform:translate(48.9138vw,37.443vh) scale(.968)}to{transform:translate(52.3261vw,99vh) scale(.968)}}.snow:nth-child(317){opacity:1.3638;transform:translate(99.9317vw,-10px) scale(.4857);animation:fall-317 13s -16s linear infinite}@keyframes fall-317{30.052%{transform:translate(97.239vw,30.052vh) scale(.4857)}to{transform:translate(98.58535vw,99vh) scale(.4857)}}.snow:nth-child(318){opacity:.198;transform:translate(9.4003vw,-10px) scale(.7568);animation:fall-318 22s -15s linear infinite}@keyframes fall-318{72.358%{transform:translate(17.8207vw,72.358vh) scale(.7568)}to{transform:translate(13.6105vw,99vh) scale(.7568)}}.snow:nth-child(319){opacity:1.173;transform:translate(59.4454vw,-10px) scale(.1966);animation:fall-319 13s -4s linear infinite}@keyframes fall-319{46.727%{transform:translate(50.4202vw,46.727vh) scale(.1966)}to{transform:translate(54.9328vw,99vh) scale(.1966)}}.snow:nth-child(320){opacity:.3608;transform:translate(31.2605vw,-10px) scale(.6273);animation:fall-320 16s -6s linear infinite}@keyframes fall-320{62.573%{transform:translate(29.5368vw,62.573vh) scale(.6273)}to{transform:translate(30.39865vw,99vh) scale(.6273)}}.snow:nth-child(321){opacity:.8892;transform:translate(94.4591vw,-10px) scale(.0965);animation:fall-321 24s -21s linear infinite}@keyframes fall-321{72.92%{transform:translate(101.308vw,72.92vh) scale(.0965)}to{transform:translate(97.88355vw,99vh) scale(.0965)}}.snow:nth-child(322){opacity:.6926;transform:translate(87.2357vw,-10px) scale(.6157);animation:fall-322 18s -6s linear infinite}@keyframes fall-322{74.313%{transform:translate(82.9692vw,74.313vh) scale(.6157)}to{transform:translate(85.10245vw,99vh) scale(.6157)}}.snow:nth-child(323){opacity:.6138;transform:translate(33.5144vw,-10px) scale(.4752);animation:fall-323 16s -22s linear infinite}@keyframes fall-323{70.75%{transform:translate(38.144vw,70.75vh) scale(.4752)}to{transform:translate(35.8292vw,99vh) scale(.4752)}}.snow:nth-child(324){opacity:1.4012;transform:translate(41.7114vw,-10px) scale(.5493);animation:fall-324 24s -30s linear infinite}@keyframes fall-324{76.193%{transform:translate(33.998vw,76.193vh) scale(.5493)}to{transform:translate(37.8547vw,99vh) scale(.5493)}}.snow:nth-child(325){opacity:1.9732;transform:translate(24.106vw,-10px) scale(.9059);animation:fall-325 30s -21s linear infinite}@keyframes fall-325{76.548%{transform:translate(26.8274vw,76.548vh) scale(.9059)}to{transform:translate(25.4667vw,99vh) scale(.9059)}}.snow:nth-child(326){opacity:.7026;transform:translate(44.086vw,-10px) scale(.6054);animation:fall-326 23s -24s linear infinite}@keyframes fall-326{63.25%{transform:translate(41.8953vw,63.25vh) scale(.6054)}to{transform:translate(42.99065vw,99vh) scale(.6054)}}.snow:nth-child(327){opacity:.7576;transform:translate(90.944vw,-10px) scale(.5438);animation:fall-327 13s -4s linear infinite}@keyframes fall-327{78.242%{transform:translate(94.0385vw,78.242vh) scale(.5438)}to{transform:translate(92.49125vw,99vh) scale(.5438)}}.snow:nth-child(328){opacity:.6654;transform:translate(10.5223vw,-10px) scale(.4692);animation:fall-328 12s -18s linear infinite}@keyframes fall-328{63.977%{transform:translate(11.1481vw,63.977vh) scale(.4692)}to{transform:translate(10.8352vw,99vh) scale(.4692)}}.snow:nth-child(329){opacity:.968;transform:translate(15.5941vw,-10px) scale(.0449);animation:fall-329 30s -24s linear infinite}@keyframes fall-329{58.245%{transform:translate(20.8345vw,58.245vh) scale(.0449)}to{transform:translate(18.2143vw,99vh) scale(.0449)}}.snow:nth-child(330){opacity:.1308;transform:translate(9.0893vw,-10px) scale(.6476);animation:fall-330 11s -8s linear infinite}@keyframes fall-330{68.198%{transform:translate(3.6577vw,68.198vh) scale(.6476)}to{transform:translate(6.3735vw,99vh) scale(.6476)}}.snow:nth-child(331){opacity:.2994;transform:translate(49.8068vw,-10px) scale(.316);animation:fall-331 29s -17s linear infinite}@keyframes fall-331{71.238%{transform:translate(57.746vw,71.238vh) scale(.316)}to{transform:translate(53.7764vw,99vh) scale(.316)}}.snow:nth-child(332){opacity:1.8972;transform:translate(77.3662vw,-10px) scale(.9667);animation:fall-332 17s -3s linear infinite}@keyframes fall-332{70.441%{transform:translate(76.1571vw,70.441vh) scale(.9667)}to{transform:translate(76.76165vw,99vh) scale(.9667)}}.snow:nth-child(333){opacity:1.7214;transform:translate(39.2987vw,-10px) scale(.6138);animation:fall-333 20s -25s linear infinite}@keyframes fall-333{37.468%{transform:translate(36.7893vw,37.468vh) scale(.6138)}to{transform:translate(38.044vw,99vh) scale(.6138)}}.snow:nth-child(334){opacity:1.464;transform:translate(46.5927vw,-10px) scale(.9872);animation:fall-334 11s -10s linear infinite}@keyframes fall-334{51.467%{transform:translate(40.0593vw,51.467vh) scale(.9872)}to{transform:translate(43.326vw,99vh) scale(.9872)}}.snow:nth-child(335){opacity:1.2758;transform:translate(49.6785vw,-10px) scale(.235);animation:fall-335 22s -26s linear infinite}@keyframes fall-335{57.547%{transform:translate(53.2912vw,57.547vh) scale(.235)}to{transform:translate(51.48485vw,99vh) scale(.235)}}.snow:nth-child(336){opacity:.0628;transform:translate(17.1481vw,-10px) scale(.6086);animation:fall-336 21s -3s linear infinite}@keyframes fall-336{52.692%{transform:translate(23.7397vw,52.692vh) scale(.6086)}to{transform:translate(20.4439vw,99vh) scale(.6086)}}.snow:nth-child(337){opacity:.616;transform:translate(54.5975vw,-10px) scale(.2551);animation:fall-337 10s -7s linear infinite}@keyframes fall-337{69.76%{transform:translate(53.5696vw,69.76vh) scale(.2551)}to{transform:translate(54.08355vw,99vh) scale(.2551)}}.snow:nth-child(338){opacity:.2248;transform:translate(13.674vw,-10px) scale(.7015);animation:fall-338 17s -22s linear infinite}@keyframes fall-338{59.278%{transform:translate(19.5381vw,59.278vh) scale(.7015)}to{transform:translate(16.60605vw,99vh) scale(.7015)}}.snow:nth-child(339){opacity:1.5432;transform:translate(76.1111vw,-10px) scale(.6025);animation:fall-339 14s -11s linear infinite}@keyframes fall-339{55.122%{transform:translate(83.1516vw,55.122vh) scale(.6025)}to{transform:translate(79.63135vw,99vh) scale(.6025)}}.snow:nth-child(340){opacity:.6092;transform:translate(46.0927vw,-10px) scale(.2939);animation:fall-340 15s -27s linear infinite}@keyframes fall-340{57.78%{transform:translate(53.4187vw,57.78vh) scale(.2939)}to{transform:translate(49.7557vw,99vh) scale(.2939)}}.snow:nth-child(341){opacity:1.262;transform:translate(44.712vw,-10px) scale(.8918);animation:fall-341 16s -11s linear infinite}@keyframes fall-341{59.487%{transform:translate(41.2084vw,59.487vh) scale(.8918)}to{transform:translate(42.9602vw,99vh) scale(.8918)}}.snow:nth-child(342){opacity:1.2152;transform:translate(95.5753vw,-10px) scale(.7674);animation:fall-342 14s -5s linear infinite}@keyframes fall-342{64.318%{transform:translate(92.5811vw,64.318vh) scale(.7674)}to{transform:translate(94.0782vw,99vh) scale(.7674)}}.snow:nth-child(343){opacity:1.549;transform:translate(53.5904vw,-10px) scale(.4968);animation:fall-343 27s -4s linear infinite}@keyframes fall-343{73.11%{transform:translate(48.7017vw,73.11vh) scale(.4968)}to{transform:translate(51.14605vw,99vh) scale(.4968)}}.snow:nth-child(344){opacity:.1142;transform:translate(76.8929vw,-10px) scale(.9024);animation:fall-344 24s -26s linear infinite}@keyframes fall-344{52.217%{transform:translate(84.6944vw,52.217vh) scale(.9024)}to{transform:translate(80.79365vw,99vh) scale(.9024)}}.snow:nth-child(345){opacity:.1476;transform:translate(68.7436vw,-10px) scale(.159);animation:fall-345 24s -21s linear infinite}@keyframes fall-345{42.835%{transform:translate(59.9554vw,42.835vh) scale(.159)}to{transform:translate(64.3495vw,99vh) scale(.159)}}.snow:nth-child(346){opacity:1.2176;transform:translate(91.4171vw,-10px) scale(.0129);animation:fall-346 16s -13s linear infinite}@keyframes fall-346{66.029%{transform:translate(90.9799vw,66.029vh) scale(.0129)}to{transform:translate(91.1985vw,99vh) scale(.0129)}}.snow:nth-child(347){opacity:1.4556;transform:translate(7.0149vw,-10px) scale(.5492);animation:fall-347 15s -23s linear infinite}@keyframes fall-347{36.977%{transform:translate(5.2295vw,36.977vh) scale(.5492)}to{transform:translate(6.1222vw,99vh) scale(.5492)}}.snow:nth-child(348){opacity:1.349;transform:translate(78.2vw,-10px) scale(.0122);animation:fall-348 12s -4s linear infinite}@keyframes fall-348{43.682%{transform:translate(87.9253vw,43.682vh) scale(.0122)}to{transform:translate(83.06265vw,99vh) scale(.0122)}}.snow:nth-child(349){opacity:.9862;transform:translate(22.8056vw,-10px) scale(.2725);animation:fall-349 19s -10s linear infinite}@keyframes fall-349{37.361%{transform:translate(13.2454vw,37.361vh) scale(.2725)}to{transform:translate(18.0255vw,99vh) scale(.2725)}}.snow:nth-child(350){opacity:.7664;transform:translate(17.785vw,-10px) scale(.0877);animation:fall-350 28s -9s linear infinite}@keyframes fall-350{59.08%{transform:translate(23.4652vw,59.08vh) scale(.0877)}to{transform:translate(20.6251vw,99vh) scale(.0877)}}.snow:nth-child(351){opacity:1.6424;transform:translate(61.0084vw,-10px) scale(.6136);animation:fall-351 13s -14s linear infinite}@keyframes fall-351{41.022%{transform:translate(55.0796vw,41.022vh) scale(.6136)}to{transform:translate(58.044vw,99vh) scale(.6136)}}.snow:nth-child(352){opacity:.6322;transform:translate(17.4686vw,-10px) scale(.0926);animation:fall-352 18s -30s linear infinite}@keyframes fall-352{66.203%{transform:translate(13.4455vw,66.203vh) scale(.0926)}to{transform:translate(15.45705vw,99vh) scale(.0926)}}.snow:nth-child(353){opacity:.7704;transform:translate(38.3576vw,-10px) scale(.6856);animation:fall-353 23s -10s linear infinite}@keyframes fall-353{30.581%{transform:translate(31.4394vw,30.581vh) scale(.6856)}to{transform:translate(34.8985vw,99vh) scale(.6856)}}.snow:nth-child(354){opacity:.113;transform:translate(13.78vw,-10px) scale(.3965);animation:fall-354 14s -7s linear infinite}@keyframes fall-354{30.427%{transform:translate(13.1159vw,30.427vh) scale(.3965)}to{transform:translate(13.44795vw,99vh) scale(.3965)}}.snow:nth-child(355){opacity:1.9706;transform:translate(28.3228vw,-10px) scale(.7324);animation:fall-355 11s -1s linear infinite}@keyframes fall-355{42.712%{transform:translate(36.2809vw,42.712vh) scale(.7324)}to{transform:translate(32.30185vw,99vh) scale(.7324)}}.snow:nth-child(356){opacity:1.129;transform:translate(91.3871vw,-10px) scale(.7778);animation:fall-356 27s -23s linear infinite}@keyframes fall-356{44.438%{transform:translate(97.039vw,44.438vh) scale(.7778)}to{transform:translate(94.21305vw,99vh) scale(.7778)}}.snow:nth-child(357){opacity:1.412;transform:translate(24.905vw,-10px) scale(.5437);animation:fall-357 26s -6s linear infinite}@keyframes fall-357{35.265%{transform:translate(22.7944vw,35.265vh) scale(.5437)}to{transform:translate(23.8497vw,99vh) scale(.5437)}}.snow:nth-child(358){opacity:.0356;transform:translate(55.5121vw,-10px) scale(.7286);animation:fall-358 12s -14s linear infinite}@keyframes fall-358{54.396%{transform:translate(57.1963vw,54.396vh) scale(.7286)}to{transform:translate(56.3542vw,99vh) scale(.7286)}}.snow:nth-child(359){opacity:.9402;transform:translate(94.0996vw,-10px) scale(.6035);animation:fall-359 18s -17s linear infinite}@keyframes fall-359{63.968%{transform:translate(85.0108vw,63.968vh) scale(.6035)}to{transform:translate(89.5552vw,99vh) scale(.6035)}}.snow:nth-child(360){opacity:1.917;transform:translate(87.7497vw,-10px) scale(.8395);animation:fall-360 27s -5s linear infinite}@keyframes fall-360{70.567%{transform:translate(79.909vw,70.567vh) scale(.8395)}to{transform:translate(83.82935vw,99vh) scale(.8395)}}.snow:nth-child(361){opacity:1.7678;transform:translate(43.7706vw,-10px) scale(.1124);animation:fall-361 21s -14s linear infinite}@keyframes fall-361{39.439%{transform:translate(48.2129vw,39.439vh) scale(.1124)}to{transform:translate(45.99175vw,99vh) scale(.1124)}}.snow:nth-child(362){opacity:.4158;transform:translate(35.2524vw,-10px) scale(.1613);animation:fall-362 14s -14s linear infinite}@keyframes fall-362{35.939%{transform:translate(40.8824vw,35.939vh) scale(.1613)}to{transform:translate(38.0674vw,99vh) scale(.1613)}}.snow:nth-child(363){opacity:.5946;transform:translate(76.9037vw,-10px) scale(.3458);animation:fall-363 18s -22s linear infinite}@keyframes fall-363{34.061%{transform:translate(74.8714vw,34.061vh) scale(.3458)}to{transform:translate(75.88755vw,99vh) scale(.3458)}}.snow:nth-child(364){opacity:1.4428;transform:translate(92.1096vw,-10px) scale(.4239);animation:fall-364 19s -13s linear infinite}@keyframes fall-364{35.155%{transform:translate(84.7188vw,35.155vh) scale(.4239)}to{transform:translate(88.4142vw,99vh) scale(.4239)}}.snow:nth-child(365){opacity:.4348;transform:translate(77.0811vw,-10px) scale(.7235);animation:fall-365 14s -8s linear infinite}@keyframes fall-365{58.991%{transform:translate(68.5779vw,58.991vh) scale(.7235)}to{transform:translate(72.8295vw,99vh) scale(.7235)}}.snow:nth-child(366){opacity:.9078;transform:translate(70.2258vw,-10px) scale(.3641);animation:fall-366 16s -24s linear infinite}@keyframes fall-366{44.672%{transform:translate(77.2518vw,44.672vh) scale(.3641)}to{transform:translate(73.7388vw,99vh) scale(.3641)}}.snow:nth-child(367){opacity:.2664;transform:translate(34.4227vw,-10px) scale(.756);animation:fall-367 12s -4s linear infinite}@keyframes fall-367{52.464%{transform:translate(43.316vw,52.464vh) scale(.756)}to{transform:translate(38.86935vw,99vh) scale(.756)}}.snow:nth-child(368){opacity:1.3956;transform:translate(87.0533vw,-10px) scale(.7269);animation:fall-368 27s -10s linear infinite}@keyframes fall-368{44.691%{transform:translate(86.934vw,44.691vh) scale(.7269)}to{transform:translate(86.99365vw,99vh) scale(.7269)}}.snow:nth-child(369){opacity:.6826;transform:translate(94.915vw,-10px) scale(.1852);animation:fall-369 15s -1s linear infinite}@keyframes fall-369{64.292%{transform:translate(90.3817vw,64.292vh) scale(.1852)}to{transform:translate(92.64835vw,99vh) scale(.1852)}}.snow:nth-child(370){opacity:.7462;transform:translate(31.5326vw,-10px) scale(.6899);animation:fall-370 22s -30s linear infinite}@keyframes fall-370{34.375%{transform:translate(21.624vw,34.375vh) scale(.6899)}to{transform:translate(26.5783vw,99vh) scale(.6899)}}.snow:nth-child(371){opacity:1.8638;transform:translate(26.3274vw,-10px) scale(.5249);animation:fall-371 11s -30s linear infinite}@keyframes fall-371{31.717%{transform:translate(16.7985vw,31.717vh) scale(.5249)}to{transform:translate(21.56295vw,99vh) scale(.5249)}}.snow:nth-child(372){opacity:.895;transform:translate(60.0231vw,-10px) scale(.06);animation:fall-372 26s -6s linear infinite}@keyframes fall-372{78.147%{transform:translate(62.0116vw,78.147vh) scale(.06)}to{transform:translate(61.01735vw,99vh) scale(.06)}}.snow:nth-child(373){opacity:.2806;transform:translate(.8193vw,-10px) scale(.1908);animation:fall-373 27s -12s linear infinite}@keyframes fall-373{59.308%{transform:translate(6.1204vw,59.308vh) scale(.1908)}to{transform:translate(3.46985vw,99vh) scale(.1908)}}.snow:nth-child(374){opacity:.7462;transform:translate(54.7339vw,-10px) scale(.4512);animation:fall-374 12s -16s linear infinite}@keyframes fall-374{72.717%{transform:translate(64.1183vw,72.717vh) scale(.4512)}to{transform:translate(59.4261vw,99vh) scale(.4512)}}.snow:nth-child(375){opacity:.9106;transform:translate(83.6164vw,-10px) scale(.4875);animation:fall-375 19s -12s linear infinite}@keyframes fall-375{30.979%{transform:translate(82.4178vw,30.979vh) scale(.4875)}to{transform:translate(83.0171vw,99vh) scale(.4875)}}.snow:nth-child(376){opacity:1.5812;transform:translate(25.881vw,-10px) scale(.8214);animation:fall-376 26s -3s linear infinite}@keyframes fall-376{65.576%{transform:translate(17.9657vw,65.576vh) scale(.8214)}to{transform:translate(21.92335vw,99vh) scale(.8214)}}.snow:nth-child(377){opacity:.736;transform:translate(70.2455vw,-10px) scale(.2208);animation:fall-377 15s -24s linear infinite}@keyframes fall-377{52.989%{transform:translate(71.4243vw,52.989vh) scale(.2208)}to{transform:translate(70.8349vw,99vh) scale(.2208)}}.snow:nth-child(378){opacity:1.0908;transform:translate(27.3343vw,-10px) scale(.0884);animation:fall-378 23s -25s linear infinite}@keyframes fall-378{42.246%{transform:translate(35.3478vw,42.246vh) scale(.0884)}to{transform:translate(31.34105vw,99vh) scale(.0884)}}.snow:nth-child(379){opacity:1.8592;transform:translate(14.6647vw,-10px) scale(.7858);animation:fall-379 24s -18s linear infinite}@keyframes fall-379{45.169%{transform:translate(16.685vw,45.169vh) scale(.7858)}to{transform:translate(15.67485vw,99vh) scale(.7858)}}.snow:nth-child(380){opacity:1.521;transform:translate(20.0602vw,-10px) scale(.8786);animation:fall-380 17s -4s linear infinite}@keyframes fall-380{75.076%{transform:translate(16.0845vw,75.076vh) scale(.8786)}to{transform:translate(18.07235vw,99vh) scale(.8786)}}.snow:nth-child(381){opacity:.0066;transform:translate(37.9223vw,-10px) scale(.693);animation:fall-381 25s -11s linear infinite}@keyframes fall-381{41.344%{transform:translate(35.5267vw,41.344vh) scale(.693)}to{transform:translate(36.7245vw,99vh) scale(.693)}}.snow:nth-child(382){opacity:1.2812;transform:translate(85.2458vw,-10px) scale(.4708);animation:fall-382 29s -23s linear infinite}@keyframes fall-382{55.559%{transform:translate(94.1219vw,55.559vh) scale(.4708)}to{transform:translate(89.68385vw,99vh) scale(.4708)}}.snow:nth-child(383){opacity:.5792;transform:translate(90.6403vw,-10px) scale(.7582);animation:fall-383 20s -14s linear infinite}@keyframes fall-383{36.62%{transform:translate(97.5881vw,36.62vh) scale(.7582)}to{transform:translate(94.1142vw,99vh) scale(.7582)}}.snow:nth-child(384){opacity:1.802;transform:translate(87.3708vw,-10px) scale(.0958);animation:fall-384 13s -16s linear infinite}@keyframes fall-384{50.47%{transform:translate(86.4572vw,50.47vh) scale(.0958)}to{transform:translate(86.914vw,99vh) scale(.0958)}}.snow:nth-child(385){opacity:.463;transform:translate(39.7314vw,-10px) scale(.5481);animation:fall-385 11s -6s linear infinite}@keyframes fall-385{55.461%{transform:translate(33.4755vw,55.461vh) scale(.5481)}to{transform:translate(36.60345vw,99vh) scale(.5481)}}.snow:nth-child(386){opacity:1.9852;transform:translate(55.2082vw,-10px) scale(.684);animation:fall-386 20s -6s linear infinite}@keyframes fall-386{62.69%{transform:translate(53.3042vw,62.69vh) scale(.684)}to{transform:translate(54.2562vw,99vh) scale(.684)}}.snow:nth-child(387){opacity:.9722;transform:translate(71.3542vw,-10px) scale(.0868);animation:fall-387 25s -23s linear infinite}@keyframes fall-387{63.572%{transform:translate(76.6633vw,63.572vh) scale(.0868)}to{transform:translate(74.00875vw,99vh) scale(.0868)}}.snow:nth-child(388){opacity:1.1086;transform:translate(45.777vw,-10px) scale(.0083);animation:fall-388 11s -5s linear infinite}@keyframes fall-388{79.991%{transform:translate(37.5575vw,79.991vh) scale(.0083)}to{transform:translate(41.66725vw,99vh) scale(.0083)}}.snow:nth-child(389){opacity:.0386;transform:translate(76.1357vw,-10px) scale(.2656);animation:fall-389 20s -6s linear infinite}@keyframes fall-389{57.36%{transform:translate(72.5087vw,57.36vh) scale(.2656)}to{transform:translate(74.3222vw,99vh) scale(.2656)}}.snow:nth-child(390){opacity:1.5536;transform:translate(55.7411vw,-10px) scale(.5265);animation:fall-390 13s -7s linear infinite}@keyframes fall-390{40.293%{transform:translate(50.6991vw,40.293vh) scale(.5265)}to{transform:translate(53.2201vw,99vh) scale(.5265)}}.snow:nth-child(391){opacity:1.3956;transform:translate(32.6106vw,-10px) scale(.4594);animation:fall-391 21s -3s linear infinite}@keyframes fall-391{61.536%{transform:translate(34.4003vw,61.536vh) scale(.4594)}to{transform:translate(33.50545vw,99vh) scale(.4594)}}.snow:nth-child(392){opacity:1.0146;transform:translate(86.7971vw,-10px) scale(.6147);animation:fall-392 28s -13s linear infinite}@keyframes fall-392{77.197%{transform:translate(80.4555vw,77.197vh) scale(.6147)}to{transform:translate(83.6263vw,99vh) scale(.6147)}}.snow:nth-child(393){opacity:1.1726;transform:translate(85.0007vw,-10px) scale(.6004);animation:fall-393 16s -17s linear infinite}@keyframes fall-393{58.461%{transform:translate(80.3004vw,58.461vh) scale(.6004)}to{transform:translate(82.65055vw,99vh) scale(.6004)}}.snow:nth-child(394){opacity:1.008;transform:translate(18.613vw,-10px) scale(.6038);animation:fall-394 18s -8s linear infinite}@keyframes fall-394{46.344%{transform:translate(13.2168vw,46.344vh) scale(.6038)}to{transform:translate(15.9149vw,99vh) scale(.6038)}}.snow:nth-child(395){opacity:1.3894;transform:translate(45.8533vw,-10px) scale(.7907);animation:fall-395 21s -21s linear infinite}@keyframes fall-395{76.681%{transform:translate(53.6293vw,76.681vh) scale(.7907)}to{transform:translate(49.7413vw,99vh) scale(.7907)}}.snow:nth-child(396){opacity:.296;transform:translate(68.9585vw,-10px) scale(.4915);animation:fall-396 26s -23s linear infinite}@keyframes fall-396{41.445%{transform:translate(71.1456vw,41.445vh) scale(.4915)}to{transform:translate(70.05205vw,99vh) scale(.4915)}}.snow:nth-child(397){opacity:1.1;transform:translate(41.3914vw,-10px) scale(.7236);animation:fall-397 25s -23s linear infinite}@keyframes fall-397{70.919%{transform:translate(39.9947vw,70.919vh) scale(.7236)}to{transform:translate(40.69305vw,99vh) scale(.7236)}}.snow:nth-child(398){opacity:.9206;transform:translate(66.1589vw,-10px) scale(.7116);animation:fall-398 11s -30s linear infinite}@keyframes fall-398{53.36%{transform:translate(57.7595vw,53.36vh) scale(.7116)}to{transform:translate(61.9592vw,99vh) scale(.7116)}}.snow:nth-child(399){opacity:.3314;transform:translate(83.3621vw,-10px) scale(.429);animation:fall-399 29s -28s linear infinite}@keyframes fall-399{52.597%{transform:translate(85.9161vw,52.597vh) scale(.429)}to{transform:translate(84.6391vw,99vh) scale(.429)}}.snow:nth-child(400){opacity:1.1008;transform:translate(54.2321vw,-10px) scale(.3169);animation:fall-400 21s -6s linear infinite}@keyframes fall-400{71.861%{transform:translate(51.8691vw,71.861vh) scale(.3169)}to{transform:translate(53.0506vw,99vh) scale(.3169)}}\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 });
26
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
27
28
  type: Component,
28
- 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.6108;transform:translate(74.9916vw,-10px) scale(.0397);animation:fall-1 30s -25s linear infinite}@keyframes fall-1{76.973%{transform:translate(68.2362vw,76.973vh) scale(.0397)}to{transform:translate(71.6139vw,99vh) scale(.0397)}}.snow:nth-child(2){opacity:1.8956;transform:translate(89.4728vw,-10px) scale(.0564);animation:fall-2 26s -10s linear infinite}@keyframes fall-2{33.659%{transform:translate(94.0312vw,33.659vh) scale(.0564)}to{transform:translate(91.752vw,99vh) scale(.0564)}}.snow:nth-child(3){opacity:1.2468;transform:translate(16.6758vw,-10px) scale(.9539);animation:fall-3 22s -12s linear infinite}@keyframes fall-3{45.161%{transform:translate(7.6438vw,45.161vh) scale(.9539)}to{transform:translate(12.1598vw,99vh) scale(.9539)}}.snow:nth-child(4){opacity:.048;transform:translate(55.7019vw,-10px) scale(.5387);animation:fall-4 14s -28s linear infinite}@keyframes fall-4{30.843%{transform:translate(54.4715vw,30.843vh) scale(.5387)}to{transform:translate(55.0867vw,99vh) scale(.5387)}}.snow:nth-child(5){opacity:1.6114;transform:translate(40.5969vw,-10px) scale(.5998);animation:fall-5 21s -8s linear infinite}@keyframes fall-5{39.544%{transform:translate(48.4061vw,39.544vh) scale(.5998)}to{transform:translate(44.5015vw,99vh) scale(.5998)}}.snow:nth-child(6){opacity:1.4694;transform:translate(27.2407vw,-10px) scale(.3385);animation:fall-6 21s -18s linear infinite}@keyframes fall-6{74.607%{transform:translate(31.0753vw,74.607vh) scale(.3385)}to{transform:translate(29.158vw,99vh) scale(.3385)}}.snow:nth-child(7){opacity:1.2716;transform:translate(24.0968vw,-10px) scale(.0237);animation:fall-7 29s -20s linear infinite}@keyframes fall-7{36.764%{transform:translate(19.8004vw,36.764vh) scale(.0237)}to{transform:translate(21.9486vw,99vh) scale(.0237)}}.snow:nth-child(8){opacity:.035;transform:translate(54.365vw,-10px) scale(.3944);animation:fall-8 25s -10s linear infinite}@keyframes fall-8{71.272%{transform:translate(57.3758vw,71.272vh) scale(.3944)}to{transform:translate(55.8704vw,99vh) scale(.3944)}}.snow:nth-child(9){opacity:1.4314;transform:translate(25.2676vw,-10px) scale(.0769);animation:fall-9 25s -9s linear infinite}@keyframes fall-9{49.605%{transform:translate(29.0951vw,49.605vh) scale(.0769)}to{transform:translate(27.18135vw,99vh) scale(.0769)}}.snow:nth-child(10){opacity:1.1314;transform:translate(19.3604vw,-10px) scale(.5435);animation:fall-10 21s -16s linear infinite}@keyframes fall-10{31.219%{transform:translate(15.9623vw,31.219vh) scale(.5435)}to{transform:translate(17.66135vw,99vh) scale(.5435)}}.snow:nth-child(11){opacity:.9552;transform:translate(58.5104vw,-10px) scale(.7782);animation:fall-11 10s -28s linear infinite}@keyframes fall-11{46.384%{transform:translate(54.4028vw,46.384vh) scale(.7782)}to{transform:translate(56.4566vw,99vh) scale(.7782)}}.snow:nth-child(12){opacity:.155;transform:translate(33.4005vw,-10px) scale(.0592);animation:fall-12 17s -15s linear infinite}@keyframes fall-12{76.828%{transform:translate(24.4312vw,76.828vh) scale(.0592)}to{transform:translate(28.91585vw,99vh) scale(.0592)}}.snow:nth-child(13){opacity:1.086;transform:translate(79.7156vw,-10px) scale(.7851);animation:fall-13 12s -25s linear infinite}@keyframes fall-13{42.447%{transform:translate(76.9076vw,42.447vh) scale(.7851)}to{transform:translate(78.3116vw,99vh) scale(.7851)}}.snow:nth-child(14){opacity:.6608;transform:translate(38.3423vw,-10px) scale(.6997);animation:fall-14 26s -22s linear infinite}@keyframes fall-14{33.382%{transform:translate(29.5619vw,33.382vh) scale(.6997)}to{transform:translate(33.9521vw,99vh) scale(.6997)}}.snow:nth-child(15){opacity:1.1624;transform:translate(32.1578vw,-10px) scale(.2429);animation:fall-15 11s -13s linear infinite}@keyframes fall-15{48.397%{transform:translate(27.5256vw,48.397vh) scale(.2429)}to{transform:translate(29.8417vw,99vh) scale(.2429)}}.snow:nth-child(16){opacity:.2838;transform:translate(70.0317vw,-10px) scale(.044);animation:fall-16 12s -15s linear infinite}@keyframes fall-16{36.842%{transform:translate(69.5682vw,36.842vh) scale(.044)}to{transform:translate(69.79995vw,99vh) scale(.044)}}.snow:nth-child(17){opacity:1.9634;transform:translate(25.8872vw,-10px) scale(.5439);animation:fall-17 22s -18s linear infinite}@keyframes fall-17{37.696%{transform:translate(30.148vw,37.696vh) scale(.5439)}to{transform:translate(28.0176vw,99vh) scale(.5439)}}.snow:nth-child(18){opacity:.6818;transform:translate(31.0583vw,-10px) scale(.5444);animation:fall-18 23s -12s linear infinite}@keyframes fall-18{61.871%{transform:translate(22.9625vw,61.871vh) scale(.5444)}to{transform:translate(27.0104vw,99vh) scale(.5444)}}.snow:nth-child(19){opacity:.8154;transform:translate(93.01vw,-10px) scale(.3175);animation:fall-19 14s -27s linear infinite}@keyframes fall-19{64.187%{transform:translate(99.4165vw,64.187vh) scale(.3175)}to{transform:translate(96.21325vw,99vh) scale(.3175)}}.snow:nth-child(20){opacity:.4648;transform:translate(41.5063vw,-10px) scale(.6709);animation:fall-20 18s -17s linear infinite}@keyframes fall-20{70.31%{transform:translate(33.8981vw,70.31vh) scale(.6709)}to{transform:translate(37.7022vw,99vh) scale(.6709)}}.snow:nth-child(21){opacity:.1496;transform:translate(68.4273vw,-10px) scale(.6809);animation:fall-21 21s -13s linear infinite}@keyframes fall-21{40.051%{transform:translate(60.7675vw,40.051vh) scale(.6809)}to{transform:translate(64.5974vw,99vh) scale(.6809)}}.snow:nth-child(22){opacity:1.6292;transform:translate(30.0765vw,-10px) scale(.8655);animation:fall-22 30s -20s linear infinite}@keyframes fall-22{43.345%{transform:translate(23.1067vw,43.345vh) scale(.8655)}to{transform:translate(26.5916vw,99vh) scale(.8655)}}.snow:nth-child(23){opacity:.1394;transform:translate(89.1513vw,-10px) scale(.4785);animation:fall-23 12s -8s linear infinite}@keyframes fall-23{79.579%{transform:translate(83.6786vw,79.579vh) scale(.4785)}to{transform:translate(86.41495vw,99vh) scale(.4785)}}.snow:nth-child(24){opacity:1.9524;transform:translate(76.7815vw,-10px) scale(.2226);animation:fall-24 18s -28s linear infinite}@keyframes fall-24{44.312%{transform:translate(70.3136vw,44.312vh) scale(.2226)}to{transform:translate(73.54755vw,99vh) scale(.2226)}}.snow:nth-child(25){opacity:.237;transform:translate(25.9891vw,-10px) scale(.1284);animation:fall-25 30s -21s linear infinite}@keyframes fall-25{61.044%{transform:translate(28.5025vw,61.044vh) scale(.1284)}to{transform:translate(27.2458vw,99vh) scale(.1284)}}.snow:nth-child(26){opacity:.4184;transform:translate(62.1514vw,-10px) scale(.4631);animation:fall-26 28s -25s linear infinite}@keyframes fall-26{72.977%{transform:translate(61.0257vw,72.977vh) scale(.4631)}to{transform:translate(61.58855vw,99vh) scale(.4631)}}.snow:nth-child(27){opacity:1.6016;transform:translate(82.7426vw,-10px) scale(.2295);animation:fall-27 17s -23s linear infinite}@keyframes fall-27{67.192%{transform:translate(91.9065vw,67.192vh) scale(.2295)}to{transform:translate(87.32455vw,99vh) scale(.2295)}}.snow:nth-child(28){opacity:1.52;transform:translate(64.0661vw,-10px) scale(.6931);animation:fall-28 15s -11s linear infinite}@keyframes fall-28{66.26%{transform:translate(60.0765vw,66.26vh) scale(.6931)}to{transform:translate(62.0713vw,99vh) scale(.6931)}}.snow:nth-child(29){opacity:.7948;transform:translate(70.3914vw,-10px) scale(.7988);animation:fall-29 17s -15s linear infinite}@keyframes fall-29{49.835%{transform:translate(80.2657vw,49.835vh) scale(.7988)}to{transform:translate(75.32855vw,99vh) scale(.7988)}}.snow:nth-child(30){opacity:.6442;transform:translate(61.6401vw,-10px) scale(.8157);animation:fall-30 21s -19s linear infinite}@keyframes fall-30{49.267%{transform:translate(57.101vw,49.267vh) scale(.8157)}to{transform:translate(59.37055vw,99vh) scale(.8157)}}.snow:nth-child(31){opacity:1.8128;transform:translate(40.366vw,-10px) scale(.9671);animation:fall-31 13s -25s linear infinite}@keyframes fall-31{49.613%{transform:translate(49.5657vw,49.613vh) scale(.9671)}to{transform:translate(44.96585vw,99vh) scale(.9671)}}.snow:nth-child(32){opacity:1.9274;transform:translate(27.6031vw,-10px) scale(.0508);animation:fall-32 16s -29s linear infinite}@keyframes fall-32{47.062%{transform:translate(29.6548vw,47.062vh) scale(.0508)}to{transform:translate(28.62895vw,99vh) scale(.0508)}}.snow:nth-child(33){opacity:.7792;transform:translate(26.8082vw,-10px) scale(.7359);animation:fall-33 25s -6s linear infinite}@keyframes fall-33{39.186%{transform:translate(36.1627vw,39.186vh) scale(.7359)}to{transform:translate(31.48545vw,99vh) scale(.7359)}}.snow:nth-child(34){opacity:.601;transform:translate(12.4296vw,-10px) scale(.3754);animation:fall-34 29s -6s linear infinite}@keyframes fall-34{43.91%{transform:translate(9.2776vw,43.91vh) scale(.3754)}to{transform:translate(10.8536vw,99vh) scale(.3754)}}.snow:nth-child(35){opacity:.4408;transform:translate(56.0367vw,-10px) scale(.6807);animation:fall-35 24s -23s linear infinite}@keyframes fall-35{60.166%{transform:translate(62.7145vw,60.166vh) scale(.6807)}to{transform:translate(59.3756vw,99vh) scale(.6807)}}.snow:nth-child(36){opacity:.6646;transform:translate(94.7739vw,-10px) scale(.5916);animation:fall-36 26s -4s linear infinite}@keyframes fall-36{55.871%{transform:translate(99.2816vw,55.871vh) scale(.5916)}to{transform:translate(97.02775vw,99vh) scale(.5916)}}.snow:nth-child(37){opacity:.046;transform:translate(68.2693vw,-10px) scale(.3165);animation:fall-37 12s -4s linear infinite}@keyframes fall-37{72.739%{transform:translate(67.8694vw,72.739vh) scale(.3165)}to{transform:translate(68.06935vw,99vh) scale(.3165)}}.snow:nth-child(38){opacity:.6766;transform:translate(79.0038vw,-10px) scale(.344);animation:fall-38 24s -24s linear infinite}@keyframes fall-38{41.079%{transform:translate(82.4122vw,41.079vh) scale(.344)}to{transform:translate(80.708vw,99vh) scale(.344)}}.snow:nth-child(39){opacity:.6958;transform:translate(9.3795vw,-10px) scale(.0135);animation:fall-39 11s -25s linear infinite}@keyframes fall-39{58.384%{transform:translate(10.8934vw,58.384vh) scale(.0135)}to{transform:translate(10.13645vw,99vh) scale(.0135)}}.snow:nth-child(40){opacity:1.0412;transform:translate(41.2239vw,-10px) scale(.4013);animation:fall-40 28s -17s linear infinite}@keyframes fall-40{67.174%{transform:translate(47.766vw,67.174vh) scale(.4013)}to{transform:translate(44.49495vw,99vh) scale(.4013)}}.snow:nth-child(41){opacity:.5522;transform:translate(58.2661vw,-10px) scale(.6394);animation:fall-41 30s -5s linear infinite}@keyframes fall-41{44.622%{transform:translate(62.8297vw,44.622vh) scale(.6394)}to{transform:translate(60.5479vw,99vh) scale(.6394)}}.snow:nth-child(42){opacity:.7874;transform:translate(19.3324vw,-10px) scale(.1608);animation:fall-42 18s -27s linear infinite}@keyframes fall-42{65.628%{transform:translate(29.0562vw,65.628vh) scale(.1608)}to{transform:translate(24.1943vw,99vh) scale(.1608)}}.snow:nth-child(43){opacity:1.5936;transform:translate(76.8165vw,-10px) scale(.934);animation:fall-43 30s -12s linear infinite}@keyframes fall-43{74.36%{transform:translate(77.0381vw,74.36vh) scale(.934)}to{transform:translate(76.9273vw,99vh) scale(.934)}}.snow:nth-child(44){opacity:.9722;transform:translate(4.7602vw,-10px) scale(.7319);animation:fall-44 11s -2s linear infinite}@keyframes fall-44{35.138%{transform:translate(-1.1094vw,35.138vh) scale(.7319)}to{transform:translate(1.8254vw,99vh) scale(.7319)}}.snow:nth-child(45){opacity:1.252;transform:translate(17.5431vw,-10px) scale(.1805);animation:fall-45 24s -25s linear infinite}@keyframes fall-45{54.735%{transform:translate(16.99vw,54.735vh) scale(.1805)}to{transform:translate(17.26655vw,99vh) scale(.1805)}}.snow:nth-child(46){opacity:.949;transform:translate(3.2637vw,-10px) scale(.9763);animation:fall-46 18s -26s linear infinite}@keyframes fall-46{62.136%{transform:translate(11.0974vw,62.136vh) scale(.9763)}to{transform:translate(7.18055vw,99vh) scale(.9763)}}.snow:nth-child(47){opacity:.6476;transform:translate(95.6582vw,-10px) scale(.7064);animation:fall-47 29s -29s linear infinite}@keyframes fall-47{49.84%{transform:translate(89.6279vw,49.84vh) scale(.7064)}to{transform:translate(92.64305vw,99vh) scale(.7064)}}.snow:nth-child(48){opacity:1.92;transform:translate(32.2231vw,-10px) scale(.797);animation:fall-48 22s -24s linear infinite}@keyframes fall-48{79.637%{transform:translate(26.9765vw,79.637vh) scale(.797)}to{transform:translate(29.5998vw,99vh) scale(.797)}}.snow:nth-child(49){opacity:.5852;transform:translate(57.8027vw,-10px) scale(.9341);animation:fall-49 20s -17s linear infinite}@keyframes fall-49{32.635%{transform:translate(59.0245vw,32.635vh) scale(.9341)}to{transform:translate(58.4136vw,99vh) scale(.9341)}}.snow:nth-child(50){opacity:.595;transform:translate(59.3047vw,-10px) scale(.4952);animation:fall-50 25s -9s linear infinite}@keyframes fall-50{34.373%{transform:translate(69.2377vw,34.373vh) scale(.4952)}to{transform:translate(64.2712vw,99vh) scale(.4952)}}.snow:nth-child(51){opacity:1.9786;transform:translate(25.1814vw,-10px) scale(.7993);animation:fall-51 11s -26s linear infinite}@keyframes fall-51{59.017%{transform:translate(23.6275vw,59.017vh) scale(.7993)}to{transform:translate(24.40445vw,99vh) scale(.7993)}}.snow:nth-child(52){opacity:.2412;transform:translate(4.6394vw,-10px) scale(.8467);animation:fall-52 14s -14s linear infinite}@keyframes fall-52{46.414%{transform:translate(3.9496vw,46.414vh) scale(.8467)}to{transform:translate(4.2945vw,99vh) scale(.8467)}}.snow:nth-child(53){opacity:.992;transform:translate(42.5933vw,-10px) scale(.9526);animation:fall-53 18s -5s linear infinite}@keyframes fall-53{40.356%{transform:translate(35.7657vw,40.356vh) scale(.9526)}to{transform:translate(39.1795vw,99vh) scale(.9526)}}.snow:nth-child(54){opacity:1.5054;transform:translate(75.2658vw,-10px) scale(.1919);animation:fall-54 26s -3s linear infinite}@keyframes fall-54{77.467%{transform:translate(77.4157vw,77.467vh) scale(.1919)}to{transform:translate(76.34075vw,99vh) scale(.1919)}}.snow:nth-child(55){opacity:1.6942;transform:translate(56.1184vw,-10px) scale(.7715);animation:fall-55 17s -27s linear infinite}@keyframes fall-55{78.058%{transform:translate(52.0209vw,78.058vh) scale(.7715)}to{transform:translate(54.06965vw,99vh) scale(.7715)}}.snow:nth-child(56){opacity:1.5496;transform:translate(19.6496vw,-10px) scale(.008);animation:fall-56 16s -24s linear infinite}@keyframes fall-56{35.982%{transform:translate(25.0581vw,35.982vh) scale(.008)}to{transform:translate(22.35385vw,99vh) scale(.008)}}.snow:nth-child(57){opacity:.1972;transform:translate(62.3113vw,-10px) scale(.5853);animation:fall-57 16s -3s linear infinite}@keyframes fall-57{76.311%{transform:translate(67.6287vw,76.311vh) scale(.5853)}to{transform:translate(64.97vw,99vh) scale(.5853)}}.snow:nth-child(58){opacity:1.735;transform:translate(4.6229vw,-10px) scale(.4639);animation:fall-58 12s -28s linear infinite}@keyframes fall-58{50.26%{transform:translate(-2.6215vw,50.26vh) scale(.4639)}to{transform:translate(1.0007vw,99vh) scale(.4639)}}.snow:nth-child(59){opacity:.943;transform:translate(20.4031vw,-10px) scale(.2653);animation:fall-59 17s -29s linear infinite}@keyframes fall-59{48.48%{transform:translate(11.1439vw,48.48vh) scale(.2653)}to{transform:translate(15.7735vw,99vh) scale(.2653)}}.snow:nth-child(60){opacity:.841;transform:translate(86.607vw,-10px) scale(.3071);animation:fall-60 24s -21s linear infinite}@keyframes fall-60{54.472%{transform:translate(86.903vw,54.472vh) scale(.3071)}to{transform:translate(86.755vw,99vh) scale(.3071)}}.snow:nth-child(61){opacity:.7008;transform:translate(66.0736vw,-10px) scale(.2241);animation:fall-61 13s -24s linear infinite}@keyframes fall-61{38.428%{transform:translate(69.8019vw,38.428vh) scale(.2241)}to{transform:translate(67.93775vw,99vh) scale(.2241)}}.snow:nth-child(62){opacity:1.1694;transform:translate(29.7717vw,-10px) scale(.8191);animation:fall-62 28s -17s linear infinite}@keyframes fall-62{74.795%{transform:translate(34.5228vw,74.795vh) scale(.8191)}to{transform:translate(32.14725vw,99vh) scale(.8191)}}.snow:nth-child(63){opacity:1.4902;transform:translate(96.1436vw,-10px) scale(.3142);animation:fall-63 16s -15s linear infinite}@keyframes fall-63{48.76%{transform:translate(86.2674vw,48.76vh) scale(.3142)}to{transform:translate(91.2055vw,99vh) scale(.3142)}}.snow:nth-child(64){opacity:1.8872;transform:translate(63.3154vw,-10px) scale(.0605);animation:fall-64 12s -2s linear infinite}@keyframes fall-64{68.505%{transform:translate(58.8896vw,68.505vh) scale(.0605)}to{transform:translate(61.1025vw,99vh) scale(.0605)}}.snow:nth-child(65){opacity:1.7542;transform:translate(10.5837vw,-10px) scale(.9337);animation:fall-65 16s -28s linear infinite}@keyframes fall-65{76.332%{transform:translate(13.3329vw,76.332vh) scale(.9337)}to{transform:translate(11.9583vw,99vh) scale(.9337)}}.snow:nth-child(66){opacity:.9252;transform:translate(48.174vw,-10px) scale(.8891);animation:fall-66 11s -16s linear infinite}@keyframes fall-66{77.672%{transform:translate(56.0877vw,77.672vh) scale(.8891)}to{transform:translate(52.13085vw,99vh) scale(.8891)}}.snow:nth-child(67){opacity:.4902;transform:translate(35.9208vw,-10px) scale(.7067);animation:fall-67 15s -13s linear infinite}@keyframes fall-67{66.198%{transform:translate(45.0105vw,66.198vh) scale(.7067)}to{transform:translate(40.46565vw,99vh) scale(.7067)}}.snow:nth-child(68){opacity:1.846;transform:translate(7.5481vw,-10px) scale(.5775);animation:fall-68 26s -6s linear infinite}@keyframes fall-68{40.225%{transform:translate(.1461vw,40.225vh) scale(.5775)}to{transform:translate(3.8471vw,99vh) scale(.5775)}}.snow:nth-child(69){opacity:.2864;transform:translate(17.4943vw,-10px) scale(.9627);animation:fall-69 18s -30s linear infinite}@keyframes fall-69{69.497%{transform:translate(8.005vw,69.497vh) scale(.9627)}to{transform:translate(12.74965vw,99vh) scale(.9627)}}.snow:nth-child(70){opacity:.7578;transform:translate(51.3616vw,-10px) scale(.5417);animation:fall-70 30s -2s linear infinite}@keyframes fall-70{31.234%{transform:translate(45.9309vw,31.234vh) scale(.5417)}to{transform:translate(48.64625vw,99vh) scale(.5417)}}.snow:nth-child(71){opacity:.7616;transform:translate(61.4596vw,-10px) scale(.3758);animation:fall-71 29s -9s linear infinite}@keyframes fall-71{63.979%{transform:translate(70.5814vw,63.979vh) scale(.3758)}to{transform:translate(66.0205vw,99vh) scale(.3758)}}.snow:nth-child(72){opacity:1.1412;transform:translate(56.2885vw,-10px) scale(.0457);animation:fall-72 17s -19s linear infinite}@keyframes fall-72{59.922%{transform:translate(52.4678vw,59.922vh) scale(.0457)}to{transform:translate(54.37815vw,99vh) scale(.0457)}}.snow:nth-child(73){opacity:1.5896;transform:translate(86.5226vw,-10px) scale(.6906);animation:fall-73 14s -6s linear infinite}@keyframes fall-73{67.43%{transform:translate(84.832vw,67.43vh) scale(.6906)}to{transform:translate(85.6773vw,99vh) scale(.6906)}}.snow:nth-child(74){opacity:.2056;transform:translate(83.89vw,-10px) scale(.9724);animation:fall-74 15s -7s linear infinite}@keyframes fall-74{32.63%{transform:translate(88.2531vw,32.63vh) scale(.9724)}to{transform:translate(86.07155vw,99vh) scale(.9724)}}.snow:nth-child(75){opacity:.8974;transform:translate(83.3677vw,-10px) scale(.838);animation:fall-75 12s -21s linear infinite}@keyframes fall-75{68.553%{transform:translate(76.145vw,68.553vh) scale(.838)}to{transform:translate(79.75635vw,99vh) scale(.838)}}.snow:nth-child(76){opacity:.9576;transform:translate(16.481vw,-10px) scale(.4009);animation:fall-76 10s -17s linear infinite}@keyframes fall-76{30.345%{transform:translate(12.56vw,30.345vh) scale(.4009)}to{transform:translate(14.5205vw,99vh) scale(.4009)}}.snow:nth-child(77){opacity:.5838;transform:translate(65.1313vw,-10px) scale(.5167);animation:fall-77 13s -12s linear infinite}@keyframes fall-77{68%{transform:translate(69.8395vw,68vh) scale(.5167)}to{transform:translate(67.4854vw,99vh) scale(.5167)}}.snow:nth-child(78){opacity:1.807;transform:translate(.5916vw,-10px) scale(.6231);animation:fall-78 13s -25s linear infinite}@keyframes fall-78{55.116%{transform:translate(-7.9012vw,55.116vh) scale(.6231)}to{transform:translate(-3.6548vw,99vh) scale(.6231)}}.snow:nth-child(79){opacity:1.9976;transform:translate(2.6609vw,-10px) scale(.262);animation:fall-79 26s -19s linear infinite}@keyframes fall-79{53.767%{transform:translate(-4.2019vw,53.767vh) scale(.262)}to{transform:translate(-.7705vw,99vh) scale(.262)}}.snow:nth-child(80){opacity:1.954;transform:translate(21.2667vw,-10px) scale(.7467);animation:fall-80 23s -15s linear infinite}@keyframes fall-80{66.146%{transform:translate(23.9357vw,66.146vh) scale(.7467)}to{transform:translate(22.6012vw,99vh) scale(.7467)}}.snow:nth-child(81){opacity:1.7522;transform:translate(68.766vw,-10px) scale(.9379);animation:fall-81 23s -3s linear infinite}@keyframes fall-81{71.919%{transform:translate(74.8097vw,71.919vh) scale(.9379)}to{transform:translate(71.78785vw,99vh) scale(.9379)}}.snow:nth-child(82){opacity:.539;transform:translate(68.9313vw,-10px) scale(.9341);animation:fall-82 25s -19s linear infinite}@keyframes fall-82{65.069%{transform:translate(70.8646vw,65.069vh) scale(.9341)}to{transform:translate(69.89795vw,99vh) scale(.9341)}}.snow:nth-child(83){opacity:1.963;transform:translate(45.9355vw,-10px) scale(.8636);animation:fall-83 20s -14s linear infinite}@keyframes fall-83{61.973%{transform:translate(50.4219vw,61.973vh) scale(.8636)}to{transform:translate(48.1787vw,99vh) scale(.8636)}}.snow:nth-child(84){opacity:1.485;transform:translate(72.991vw,-10px) scale(.826);animation:fall-84 22s -12s linear infinite}@keyframes fall-84{53.98%{transform:translate(75.0128vw,53.98vh) scale(.826)}to{transform:translate(74.0019vw,99vh) scale(.826)}}.snow:nth-child(85){opacity:.2168;transform:translate(72.9643vw,-10px) scale(.0117);animation:fall-85 26s -25s linear infinite}@keyframes fall-85{61.422%{transform:translate(67.1712vw,61.422vh) scale(.0117)}to{transform:translate(70.06775vw,99vh) scale(.0117)}}.snow:nth-child(86){opacity:1.9092;transform:translate(38.4761vw,-10px) scale(.7032);animation:fall-86 23s -4s linear infinite}@keyframes fall-86{35.395%{transform:translate(30.1383vw,35.395vh) scale(.7032)}to{transform:translate(34.3072vw,99vh) scale(.7032)}}.snow:nth-child(87){opacity:1.7758;transform:translate(23.9167vw,-10px) scale(.1193);animation:fall-87 15s -6s linear infinite}@keyframes fall-87{66.091%{transform:translate(32.5039vw,66.091vh) scale(.1193)}to{transform:translate(28.2103vw,99vh) scale(.1193)}}.snow:nth-child(88){opacity:.8982;transform:translate(12.5821vw,-10px) scale(.6266);animation:fall-88 14s -29s linear infinite}@keyframes fall-88{34.926%{transform:translate(21.1062vw,34.926vh) scale(.6266)}to{transform:translate(16.84415vw,99vh) scale(.6266)}}.snow:nth-child(89){opacity:1.8588;transform:translate(80.0068vw,-10px) scale(.6716);animation:fall-89 12s -9s linear infinite}@keyframes fall-89{43.917%{transform:translate(89.4189vw,43.917vh) scale(.6716)}to{transform:translate(84.71285vw,99vh) scale(.6716)}}.snow:nth-child(90){opacity:.5978;transform:translate(10.7389vw,-10px) scale(.5702);animation:fall-90 13s -30s linear infinite}@keyframes fall-90{41.567%{transform:translate(14.8265vw,41.567vh) scale(.5702)}to{transform:translate(12.7827vw,99vh) scale(.5702)}}.snow:nth-child(91){opacity:.5754;transform:translate(15.7428vw,-10px) scale(.0253);animation:fall-91 19s -30s linear infinite}@keyframes fall-91{73.272%{transform:translate(6.4669vw,73.272vh) scale(.0253)}to{transform:translate(11.10485vw,99vh) scale(.0253)}}.snow:nth-child(92){opacity:.0246;transform:translate(29.0583vw,-10px) scale(.2529);animation:fall-92 27s -25s linear infinite}@keyframes fall-92{43.181%{transform:translate(37.7122vw,43.181vh) scale(.2529)}to{transform:translate(33.38525vw,99vh) scale(.2529)}}.snow:nth-child(93){opacity:.5482;transform:translate(31.6649vw,-10px) scale(.7572);animation:fall-93 25s -24s linear infinite}@keyframes fall-93{47.583%{transform:translate(32.375vw,47.583vh) scale(.7572)}to{transform:translate(32.01995vw,99vh) scale(.7572)}}.snow:nth-child(94){opacity:1.5638;transform:translate(71.8688vw,-10px) scale(.2353);animation:fall-94 29s -6s linear infinite}@keyframes fall-94{38.288%{transform:translate(70.4985vw,38.288vh) scale(.2353)}to{transform:translate(71.18365vw,99vh) scale(.2353)}}.snow:nth-child(95){opacity:1.3006;transform:translate(80.5892vw,-10px) scale(.0596);animation:fall-95 28s -15s linear infinite}@keyframes fall-95{35.868%{transform:translate(79.2615vw,35.868vh) scale(.0596)}to{transform:translate(79.92535vw,99vh) scale(.0596)}}.snow:nth-child(96){opacity:1.164;transform:translate(6.8187vw,-10px) scale(.5393);animation:fall-96 21s -18s linear infinite}@keyframes fall-96{39.042%{transform:translate(12.6979vw,39.042vh) scale(.5393)}to{transform:translate(9.7583vw,99vh) scale(.5393)}}.snow:nth-child(97){opacity:1.2248;transform:translate(69.8606vw,-10px) scale(.6909);animation:fall-97 17s -19s linear infinite}@keyframes fall-97{76.136%{transform:translate(77.8072vw,76.136vh) scale(.6909)}to{transform:translate(73.8339vw,99vh) scale(.6909)}}.snow:nth-child(98){opacity:.5422;transform:translate(91.9782vw,-10px) scale(.5857);animation:fall-98 23s -16s linear infinite}@keyframes fall-98{76.006%{transform:translate(84.5381vw,76.006vh) scale(.5857)}to{transform:translate(88.25815vw,99vh) scale(.5857)}}.snow:nth-child(99){opacity:.9814;transform:translate(36.4196vw,-10px) scale(.5123);animation:fall-99 27s -14s linear infinite}@keyframes fall-99{43.448%{transform:translate(31.8462vw,43.448vh) scale(.5123)}to{transform:translate(34.1329vw,99vh) scale(.5123)}}.snow:nth-child(100){opacity:1.5752;transform:translate(57.5088vw,-10px) scale(.0624);animation:fall-100 19s -20s linear infinite}@keyframes fall-100{62.632%{transform:translate(58.6856vw,62.632vh) scale(.0624)}to{transform:translate(58.0972vw,99vh) scale(.0624)}}.snow:nth-child(101){opacity:.1124;transform:translate(18.7825vw,-10px) scale(.5817);animation:fall-101 17s -12s linear infinite}@keyframes fall-101{78.099%{transform:translate(21.7234vw,78.099vh) scale(.5817)}to{transform:translate(20.25295vw,99vh) scale(.5817)}}.snow:nth-child(102){opacity:1.7912;transform:translate(59.9201vw,-10px) scale(.4847);animation:fall-102 16s -15s linear infinite}@keyframes fall-102{39.301%{transform:translate(57.222vw,39.301vh) scale(.4847)}to{transform:translate(58.57105vw,99vh) scale(.4847)}}.snow:nth-child(103){opacity:1.528;transform:translate(5.9902vw,-10px) scale(.0087);animation:fall-103 12s -13s linear infinite}@keyframes fall-103{44.975%{transform:translate(3.7275vw,44.975vh) scale(.0087)}to{transform:translate(4.85885vw,99vh) scale(.0087)}}.snow:nth-child(104){opacity:1.4282;transform:translate(36.1685vw,-10px) scale(.7994);animation:fall-104 12s -3s linear infinite}@keyframes fall-104{47.656%{transform:translate(39.0426vw,47.656vh) scale(.7994)}to{transform:translate(37.60555vw,99vh) scale(.7994)}}.snow:nth-child(105){opacity:.4388;transform:translate(14.0104vw,-10px) scale(.6279);animation:fall-105 25s -20s linear infinite}@keyframes fall-105{31.935%{transform:translate(23.6257vw,31.935vh) scale(.6279)}to{transform:translate(18.81805vw,99vh) scale(.6279)}}.snow:nth-child(106){opacity:1.099;transform:translate(50.198vw,-10px) scale(.0891);animation:fall-106 14s -12s linear infinite}@keyframes fall-106{62.033%{transform:translate(49.1486vw,62.033vh) scale(.0891)}to{transform:translate(49.6733vw,99vh) scale(.0891)}}.snow:nth-child(107){opacity:1.4684;transform:translate(71.233vw,-10px) scale(.6727);animation:fall-107 11s -27s linear infinite}@keyframes fall-107{58.163%{transform:translate(67.5116vw,58.163vh) scale(.6727)}to{transform:translate(69.3723vw,99vh) scale(.6727)}}.snow:nth-child(108){opacity:.2272;transform:translate(47.9945vw,-10px) scale(.3455);animation:fall-108 21s -9s linear infinite}@keyframes fall-108{50.712%{transform:translate(55.8109vw,50.712vh) scale(.3455)}to{transform:translate(51.9027vw,99vh) scale(.3455)}}.snow:nth-child(109){opacity:1.3634;transform:translate(11.4946vw,-10px) scale(.6889);animation:fall-109 30s -10s linear infinite}@keyframes fall-109{49.128%{transform:translate(17.0293vw,49.128vh) scale(.6889)}to{transform:translate(14.26195vw,99vh) scale(.6889)}}.snow:nth-child(110){opacity:1.4944;transform:translate(33.1287vw,-10px) scale(.9572);animation:fall-110 10s -27s linear infinite}@keyframes fall-110{44.877%{transform:translate(39.3525vw,44.877vh) scale(.9572)}to{transform:translate(36.2406vw,99vh) scale(.9572)}}.snow:nth-child(111){opacity:.6642;transform:translate(54.8058vw,-10px) scale(.6234);animation:fall-111 19s -24s linear infinite}@keyframes fall-111{61.585%{transform:translate(61.8546vw,61.585vh) scale(.6234)}to{transform:translate(58.3302vw,99vh) scale(.6234)}}.snow:nth-child(112){opacity:1.1456;transform:translate(17.7897vw,-10px) scale(.8134);animation:fall-112 13s -1s linear infinite}@keyframes fall-112{52.142%{transform:translate(10.0431vw,52.142vh) scale(.8134)}to{transform:translate(13.9164vw,99vh) scale(.8134)}}.snow:nth-child(113){opacity:1.088;transform:translate(62.0844vw,-10px) scale(.0628);animation:fall-113 22s -20s linear infinite}@keyframes fall-113{50.025%{transform:translate(59.5169vw,50.025vh) scale(.0628)}to{transform:translate(60.80065vw,99vh) scale(.0628)}}.snow:nth-child(114){opacity:.3626;transform:translate(57.4417vw,-10px) scale(.7201);animation:fall-114 18s -25s linear infinite}@keyframes fall-114{60.278%{transform:translate(56.8002vw,60.278vh) scale(.7201)}to{transform:translate(57.12095vw,99vh) scale(.7201)}}.snow:nth-child(115){opacity:.2084;transform:translate(20.9894vw,-10px) scale(.0511);animation:fall-115 11s -8s linear infinite}@keyframes fall-115{60.029%{transform:translate(28.1155vw,60.029vh) scale(.0511)}to{transform:translate(24.55245vw,99vh) scale(.0511)}}.snow:nth-child(116){opacity:1.824;transform:translate(94.0409vw,-10px) scale(.8785);animation:fall-116 10s -8s linear infinite}@keyframes fall-116{59.736%{transform:translate(96.175vw,59.736vh) scale(.8785)}to{transform:translate(95.10795vw,99vh) scale(.8785)}}.snow:nth-child(117){opacity:1.2126;transform:translate(25.575vw,-10px) scale(.8197);animation:fall-117 29s -24s linear infinite}@keyframes fall-117{72.674%{transform:translate(17.1156vw,72.674vh) scale(.8197)}to{transform:translate(21.3453vw,99vh) scale(.8197)}}.snow:nth-child(118){opacity:1.2332;transform:translate(21.4358vw,-10px) scale(.2672);animation:fall-118 23s -18s linear infinite}@keyframes fall-118{32.467%{transform:translate(28.7437vw,32.467vh) scale(.2672)}to{transform:translate(25.08975vw,99vh) scale(.2672)}}.snow:nth-child(119){opacity:1.6972;transform:translate(62.7266vw,-10px) scale(.2919);animation:fall-119 17s -2s linear infinite}@keyframes fall-119{63.958%{transform:translate(72.4383vw,63.958vh) scale(.2919)}to{transform:translate(67.58245vw,99vh) scale(.2919)}}.snow:nth-child(120){opacity:.215;transform:translate(43.3672vw,-10px) scale(.6566);animation:fall-120 11s -19s linear infinite}@keyframes fall-120{30.908%{transform:translate(33.8983vw,30.908vh) scale(.6566)}to{transform:translate(38.63275vw,99vh) scale(.6566)}}.snow:nth-child(121){opacity:.481;transform:translate(72.2536vw,-10px) scale(.7776);animation:fall-121 24s -29s linear infinite}@keyframes fall-121{37.565%{transform:translate(81.2844vw,37.565vh) scale(.7776)}to{transform:translate(76.769vw,99vh) scale(.7776)}}.snow:nth-child(122){opacity:1.5956;transform:translate(83.5467vw,-10px) scale(.3365);animation:fall-122 12s -21s linear infinite}@keyframes fall-122{48.621%{transform:translate(92.684vw,48.621vh) scale(.3365)}to{transform:translate(88.11535vw,99vh) scale(.3365)}}.snow:nth-child(123){opacity:1.5636;transform:translate(69.7595vw,-10px) scale(.249);animation:fall-123 30s -21s linear infinite}@keyframes fall-123{61.429%{transform:translate(73.2085vw,61.429vh) scale(.249)}to{transform:translate(71.484vw,99vh) scale(.249)}}.snow:nth-child(124){opacity:1.933;transform:translate(21.7982vw,-10px) scale(.7292);animation:fall-124 14s -2s linear infinite}@keyframes fall-124{60.522%{transform:translate(17.0672vw,60.522vh) scale(.7292)}to{transform:translate(19.4327vw,99vh) scale(.7292)}}.snow:nth-child(125){opacity:1.3436;transform:translate(83.2979vw,-10px) scale(.5363);animation:fall-125 14s -28s linear infinite}@keyframes fall-125{77.443%{transform:translate(82.0686vw,77.443vh) scale(.5363)}to{transform:translate(82.68325vw,99vh) scale(.5363)}}.snow:nth-child(126){opacity:1.382;transform:translate(.498vw,-10px) scale(.2602);animation:fall-126 27s -19s linear infinite}@keyframes fall-126{61.296%{transform:translate(9.3136vw,61.296vh) scale(.2602)}to{transform:translate(4.9058vw,99vh) scale(.2602)}}.snow:nth-child(127){opacity:1.1788;transform:translate(70.9102vw,-10px) scale(.2281);animation:fall-127 16s -27s linear infinite}@keyframes fall-127{50.446%{transform:translate(77.8961vw,50.446vh) scale(.2281)}to{transform:translate(74.40315vw,99vh) scale(.2281)}}.snow:nth-child(128){opacity:1.1608;transform:translate(98.96vw,-10px) scale(.7618);animation:fall-128 27s -10s linear infinite}@keyframes fall-128{57.772%{transform:translate(104.8615vw,57.772vh) scale(.7618)}to{transform:translate(101.91075vw,99vh) scale(.7618)}}.snow:nth-child(129){opacity:1.1586;transform:translate(26.6455vw,-10px) scale(.196);animation:fall-129 28s -13s linear infinite}@keyframes fall-129{30.975%{transform:translate(33.618vw,30.975vh) scale(.196)}to{transform:translate(30.13175vw,99vh) scale(.196)}}.snow:nth-child(130){opacity:1.1826;transform:translate(5.3844vw,-10px) scale(.6474);animation:fall-130 30s -29s linear infinite}@keyframes fall-130{60.879%{transform:translate(14.676vw,60.879vh) scale(.6474)}to{transform:translate(10.0302vw,99vh) scale(.6474)}}.snow:nth-child(131){opacity:1.7658;transform:translate(19.4153vw,-10px) scale(.5178);animation:fall-131 22s -24s linear infinite}@keyframes fall-131{58.822%{transform:translate(22.3983vw,58.822vh) scale(.5178)}to{transform:translate(20.9068vw,99vh) scale(.5178)}}.snow:nth-child(132){opacity:1.8112;transform:translate(56.8343vw,-10px) scale(.9484);animation:fall-132 14s -7s linear infinite}@keyframes fall-132{50.01%{transform:translate(49.1852vw,50.01vh) scale(.9484)}to{transform:translate(53.00975vw,99vh) scale(.9484)}}.snow:nth-child(133){opacity:.6488;transform:translate(46.3333vw,-10px) scale(.7044);animation:fall-133 13s -20s linear infinite}@keyframes fall-133{56.636%{transform:translate(53.4035vw,56.636vh) scale(.7044)}to{transform:translate(49.8684vw,99vh) scale(.7044)}}.snow:nth-child(134){opacity:1.3386;transform:translate(18.7755vw,-10px) scale(.1297);animation:fall-134 24s -22s linear infinite}@keyframes fall-134{55.175%{transform:translate(19.1233vw,55.175vh) scale(.1297)}to{transform:translate(18.9494vw,99vh) scale(.1297)}}.snow:nth-child(135){opacity:.0782;transform:translate(26.9855vw,-10px) scale(.9714);animation:fall-135 29s -19s linear infinite}@keyframes fall-135{35.437%{transform:translate(34.316vw,35.437vh) scale(.9714)}to{transform:translate(30.65075vw,99vh) scale(.9714)}}.snow:nth-child(136){opacity:.2752;transform:translate(90.9867vw,-10px) scale(.0239);animation:fall-136 16s -2s linear infinite}@keyframes fall-136{66.92%{transform:translate(90.659vw,66.92vh) scale(.0239)}to{transform:translate(90.82285vw,99vh) scale(.0239)}}.snow:nth-child(137){opacity:1.0824;transform:translate(53.7552vw,-10px) scale(.5758);animation:fall-137 23s -1s linear infinite}@keyframes fall-137{63.224%{transform:translate(50.3544vw,63.224vh) scale(.5758)}to{transform:translate(52.0548vw,99vh) scale(.5758)}}.snow:nth-child(138){opacity:1.1796;transform:translate(22.9116vw,-10px) scale(.4965);animation:fall-138 26s -24s linear infinite}@keyframes fall-138{68.81%{transform:translate(28.0456vw,68.81vh) scale(.4965)}to{transform:translate(25.4786vw,99vh) scale(.4965)}}.snow:nth-child(139){opacity:.8456;transform:translate(71.2059vw,-10px) scale(.4734);animation:fall-139 18s -7s linear infinite}@keyframes fall-139{45.482%{transform:translate(75.743vw,45.482vh) scale(.4734)}to{transform:translate(73.47445vw,99vh) scale(.4734)}}.snow:nth-child(140){opacity:1.773;transform:translate(78.3219vw,-10px) scale(.0469);animation:fall-140 11s -18s linear infinite}@keyframes fall-140{41.601%{transform:translate(78.8369vw,41.601vh) scale(.0469)}to{transform:translate(78.5794vw,99vh) scale(.0469)}}.snow:nth-child(141){opacity:1.0202;transform:translate(7.1365vw,-10px) scale(.6068);animation:fall-141 30s -28s linear infinite}@keyframes fall-141{66.18%{transform:translate(4.4874vw,66.18vh) scale(.6068)}to{transform:translate(5.81195vw,99vh) scale(.6068)}}.snow:nth-child(142){opacity:1.2104;transform:translate(72.6693vw,-10px) scale(.1274);animation:fall-142 21s -5s linear infinite}@keyframes fall-142{48.089%{transform:translate(68.6808vw,48.089vh) scale(.1274)}to{transform:translate(70.67505vw,99vh) scale(.1274)}}.snow:nth-child(143){opacity:.8948;transform:translate(90.3652vw,-10px) scale(.1116);animation:fall-143 23s -21s linear infinite}@keyframes fall-143{65.188%{transform:translate(87.8718vw,65.188vh) scale(.1116)}to{transform:translate(89.1185vw,99vh) scale(.1116)}}.snow:nth-child(144){opacity:.3148;transform:translate(63.0269vw,-10px) scale(.0765);animation:fall-144 26s -8s linear infinite}@keyframes fall-144{58.902%{transform:translate(58.5975vw,58.902vh) scale(.0765)}to{transform:translate(60.8122vw,99vh) scale(.0765)}}.snow:nth-child(145){opacity:1.2726;transform:translate(22.2354vw,-10px) scale(.3218);animation:fall-145 20s -20s linear infinite}@keyframes fall-145{52.669%{transform:translate(28.5377vw,52.669vh) scale(.3218)}to{transform:translate(25.38655vw,99vh) scale(.3218)}}.snow:nth-child(146){opacity:.5852;transform:translate(91.0792vw,-10px) scale(.5155);animation:fall-146 19s -25s linear infinite}@keyframes fall-146{62.441%{transform:translate(99.3734vw,62.441vh) scale(.5155)}to{transform:translate(95.2263vw,99vh) scale(.5155)}}.snow:nth-child(147){opacity:.2116;transform:translate(47.7027vw,-10px) scale(.9499);animation:fall-147 29s -9s linear infinite}@keyframes fall-147{76.151%{transform:translate(48.9748vw,76.151vh) scale(.9499)}to{transform:translate(48.33875vw,99vh) scale(.9499)}}.snow:nth-child(148){opacity:.2288;transform:translate(40.0967vw,-10px) scale(.5532);animation:fall-148 11s -11s linear infinite}@keyframes fall-148{48.766%{transform:translate(33.944vw,48.766vh) scale(.5532)}to{transform:translate(37.02035vw,99vh) scale(.5532)}}.snow:nth-child(149){opacity:1.4504;transform:translate(84.9675vw,-10px) scale(.0369);animation:fall-149 12s -14s linear infinite}@keyframes fall-149{65.477%{transform:translate(94.1417vw,65.477vh) scale(.0369)}to{transform:translate(89.5546vw,99vh) scale(.0369)}}.snow:nth-child(150){opacity:.7222;transform:translate(25.5949vw,-10px) scale(.907);animation:fall-150 19s -24s linear infinite}@keyframes fall-150{49.181%{transform:translate(20.4459vw,49.181vh) scale(.907)}to{transform:translate(23.0204vw,99vh) scale(.907)}}.snow:nth-child(151){opacity:1.8822;transform:translate(64.718vw,-10px) scale(.0715);animation:fall-151 26s -20s linear infinite}@keyframes fall-151{60.253%{transform:translate(72.5393vw,60.253vh) scale(.0715)}to{transform:translate(68.62865vw,99vh) scale(.0715)}}.snow:nth-child(152){opacity:1.3516;transform:translate(83.6494vw,-10px) scale(.3647);animation:fall-152 13s -1s linear infinite}@keyframes fall-152{66.068%{transform:translate(88.7646vw,66.068vh) scale(.3647)}to{transform:translate(86.207vw,99vh) scale(.3647)}}.snow:nth-child(153){opacity:1.7866;transform:translate(77.2311vw,-10px) scale(.4221);animation:fall-153 30s -18s linear infinite}@keyframes fall-153{52.79%{transform:translate(86.27vw,52.79vh) scale(.4221)}to{transform:translate(81.75055vw,99vh) scale(.4221)}}.snow:nth-child(154){opacity:.0158;transform:translate(67.363vw,-10px) scale(.7236);animation:fall-154 24s -10s linear infinite}@keyframes fall-154{65.844%{transform:translate(63.9356vw,65.844vh) scale(.7236)}to{transform:translate(65.6493vw,99vh) scale(.7236)}}.snow:nth-child(155){opacity:.2678;transform:translate(94.8871vw,-10px) scale(.3518);animation:fall-155 30s -12s linear infinite}@keyframes fall-155{62.462%{transform:translate(97.8139vw,62.462vh) scale(.3518)}to{transform:translate(96.3505vw,99vh) scale(.3518)}}.snow:nth-child(156){opacity:1.678;transform:translate(52.298vw,-10px) scale(.1365);animation:fall-156 25s -21s linear infinite}@keyframes fall-156{73.541%{transform:translate(45.8912vw,73.541vh) scale(.1365)}to{transform:translate(49.0946vw,99vh) scale(.1365)}}.snow:nth-child(157){opacity:.2762;transform:translate(54.6446vw,-10px) scale(.8871);animation:fall-157 12s -11s linear infinite}@keyframes fall-157{72.414%{transform:translate(54.9198vw,72.414vh) scale(.8871)}to{transform:translate(54.7822vw,99vh) scale(.8871)}}.snow:nth-child(158){opacity:1.2284;transform:translate(94.1713vw,-10px) scale(.5367);animation:fall-158 10s -2s linear infinite}@keyframes fall-158{77.335%{transform:translate(91.7697vw,77.335vh) scale(.5367)}to{transform:translate(92.9705vw,99vh) scale(.5367)}}.snow:nth-child(159){opacity:1.4634;transform:translate(91.8595vw,-10px) scale(.5202);animation:fall-159 13s -28s linear infinite}@keyframes fall-159{45.944%{transform:translate(91.4971vw,45.944vh) scale(.5202)}to{transform:translate(91.6783vw,99vh) scale(.5202)}}.snow:nth-child(160){opacity:1.0274;transform:translate(77.6496vw,-10px) scale(.6997);animation:fall-160 19s -28s linear infinite}@keyframes fall-160{76.667%{transform:translate(78.1352vw,76.667vh) scale(.6997)}to{transform:translate(77.8924vw,99vh) scale(.6997)}}.snow:nth-child(161){opacity:1.8392;transform:translate(15.0392vw,-10px) scale(.0591);animation:fall-161 27s -16s linear infinite}@keyframes fall-161{45.866%{transform:translate(13.8014vw,45.866vh) scale(.0591)}to{transform:translate(14.4203vw,99vh) scale(.0591)}}.snow:nth-child(162){opacity:.7562;transform:translate(25.624vw,-10px) scale(.4281);animation:fall-162 30s -8s linear infinite}@keyframes fall-162{34.597%{transform:translate(22.8779vw,34.597vh) scale(.4281)}to{transform:translate(24.25095vw,99vh) scale(.4281)}}.snow:nth-child(163){opacity:1.1828;transform:translate(4.8914vw,-10px) scale(.9709);animation:fall-163 19s -6s linear infinite}@keyframes fall-163{34.232%{transform:translate(3.1313vw,34.232vh) scale(.9709)}to{transform:translate(4.01135vw,99vh) scale(.9709)}}.snow:nth-child(164){opacity:.4704;transform:translate(98.48vw,-10px) scale(.0793);animation:fall-164 29s -1s linear infinite}@keyframes fall-164{58.863%{transform:translate(100.2839vw,58.863vh) scale(.0793)}to{transform:translate(99.38195vw,99vh) scale(.0793)}}.snow:nth-child(165){opacity:.9728;transform:translate(59.1842vw,-10px) scale(.8046);animation:fall-165 17s -21s linear infinite}@keyframes fall-165{52.659%{transform:translate(65.3273vw,52.659vh) scale(.8046)}to{transform:translate(62.25575vw,99vh) scale(.8046)}}.snow:nth-child(166){opacity:.96;transform:translate(61.9497vw,-10px) scale(.5744);animation:fall-166 19s -26s linear infinite}@keyframes fall-166{74.334%{transform:translate(64.0067vw,74.334vh) scale(.5744)}to{transform:translate(62.9782vw,99vh) scale(.5744)}}.snow:nth-child(167){opacity:1.3412;transform:translate(79.7712vw,-10px) scale(.8572);animation:fall-167 12s -18s linear infinite}@keyframes fall-167{39.448%{transform:translate(84.4782vw,39.448vh) scale(.8572)}to{transform:translate(82.1247vw,99vh) scale(.8572)}}.snow:nth-child(168){opacity:.045;transform:translate(34.2825vw,-10px) scale(.0699);animation:fall-168 19s -13s linear infinite}@keyframes fall-168{76.304%{transform:translate(29.7482vw,76.304vh) scale(.0699)}to{transform:translate(32.01535vw,99vh) scale(.0699)}}.snow:nth-child(169){opacity:.673;transform:translate(71.8827vw,-10px) scale(.2351);animation:fall-169 12s -7s linear infinite}@keyframes fall-169{42.987%{transform:translate(80.6223vw,42.987vh) scale(.2351)}to{transform:translate(76.2525vw,99vh) scale(.2351)}}.snow:nth-child(170){opacity:1.0152;transform:translate(25.3991vw,-10px) scale(.2422);animation:fall-170 17s -26s linear infinite}@keyframes fall-170{51.385%{transform:translate(20.5201vw,51.385vh) scale(.2422)}to{transform:translate(22.9596vw,99vh) scale(.2422)}}.snow:nth-child(171){opacity:.1086;transform:translate(51.0005vw,-10px) scale(.9654);animation:fall-171 23s -10s linear infinite}@keyframes fall-171{43.773%{transform:translate(58.6584vw,43.773vh) scale(.9654)}to{transform:translate(54.82945vw,99vh) scale(.9654)}}.snow:nth-child(172){opacity:1.8328;transform:translate(2.0023vw,-10px) scale(.4454);animation:fall-172 24s -26s linear infinite}@keyframes fall-172{36.518%{transform:translate(4.261vw,36.518vh) scale(.4454)}to{transform:translate(3.13165vw,99vh) scale(.4454)}}.snow:nth-child(173){opacity:1.294;transform:translate(67.4285vw,-10px) scale(.1388);animation:fall-173 17s -7s linear infinite}@keyframes fall-173{62.776%{transform:translate(76.6909vw,62.776vh) scale(.1388)}to{transform:translate(72.0597vw,99vh) scale(.1388)}}.snow:nth-child(174){opacity:1.5612;transform:translate(77.0747vw,-10px) scale(.95);animation:fall-174 25s -26s linear infinite}@keyframes fall-174{36.075%{transform:translate(79.4191vw,36.075vh) scale(.95)}to{transform:translate(78.2469vw,99vh) scale(.95)}}.snow:nth-child(175){opacity:1.3202;transform:translate(88.5338vw,-10px) scale(.7967);animation:fall-175 30s -14s linear infinite}@keyframes fall-175{53.818%{transform:translate(87.2333vw,53.818vh) scale(.7967)}to{transform:translate(87.88355vw,99vh) scale(.7967)}}.snow:nth-child(176){opacity:1.2042;transform:translate(19.4541vw,-10px) scale(.5629);animation:fall-176 25s -28s linear infinite}@keyframes fall-176{39.847%{transform:translate(17.5491vw,39.847vh) scale(.5629)}to{transform:translate(18.5016vw,99vh) scale(.5629)}}.snow:nth-child(177){opacity:.7148;transform:translate(28.388vw,-10px) scale(.8741);animation:fall-177 23s -6s linear infinite}@keyframes fall-177{56.547%{transform:translate(37.6968vw,56.547vh) scale(.8741)}to{transform:translate(33.0424vw,99vh) scale(.8741)}}.snow:nth-child(178){opacity:1.1896;transform:translate(44.1471vw,-10px) scale(.0806);animation:fall-178 30s -12s linear infinite}@keyframes fall-178{57.602%{transform:translate(34.5223vw,57.602vh) scale(.0806)}to{transform:translate(39.3347vw,99vh) scale(.0806)}}.snow:nth-child(179){opacity:.9284;transform:translate(.2312vw,-10px) scale(.5949);animation:fall-179 30s -29s linear infinite}@keyframes fall-179{45.466%{transform:translate(-4.2753vw,45.466vh) scale(.5949)}to{transform:translate(-2.02205vw,99vh) scale(.5949)}}.snow:nth-child(180){opacity:.5512;transform:translate(59.8063vw,-10px) scale(.1764);animation:fall-180 13s -4s linear infinite}@keyframes fall-180{62.857%{transform:translate(65.5979vw,62.857vh) scale(.1764)}to{transform:translate(62.7021vw,99vh) scale(.1764)}}.snow:nth-child(181){opacity:.8276;transform:translate(36.9759vw,-10px) scale(.693);animation:fall-181 15s -28s linear infinite}@keyframes fall-181{45.347%{transform:translate(46.0709vw,45.347vh) scale(.693)}to{transform:translate(41.5234vw,99vh) scale(.693)}}.snow:nth-child(182){opacity:.3084;transform:translate(17.0235vw,-10px) scale(.1782);animation:fall-182 22s -5s linear infinite}@keyframes fall-182{68.038%{transform:translate(19.9036vw,68.038vh) scale(.1782)}to{transform:translate(18.46355vw,99vh) scale(.1782)}}.snow:nth-child(183){opacity:1.8056;transform:translate(4.447vw,-10px) scale(.6316);animation:fall-183 11s -10s linear infinite}@keyframes fall-183{61.62%{transform:translate(2.5841vw,61.62vh) scale(.6316)}to{transform:translate(3.51555vw,99vh) scale(.6316)}}.snow:nth-child(184){opacity:.292;transform:translate(61.5018vw,-10px) scale(.782);animation:fall-184 18s -24s linear infinite}@keyframes fall-184{65.765%{transform:translate(56.6879vw,65.765vh) scale(.782)}to{transform:translate(59.09485vw,99vh) scale(.782)}}.snow:nth-child(185){opacity:.7056;transform:translate(93.5243vw,-10px) scale(.9985);animation:fall-185 14s -1s linear infinite}@keyframes fall-185{54.238%{transform:translate(84.834vw,54.238vh) scale(.9985)}to{transform:translate(89.17915vw,99vh) scale(.9985)}}.snow:nth-child(186){opacity:.4044;transform:translate(80.1292vw,-10px) scale(.3465);animation:fall-186 17s -6s linear infinite}@keyframes fall-186{44.564%{transform:translate(70.8206vw,44.564vh) scale(.3465)}to{transform:translate(75.4749vw,99vh) scale(.3465)}}.snow:nth-child(187){opacity:.9576;transform:translate(77.7501vw,-10px) scale(.6909);animation:fall-187 24s -14s linear infinite}@keyframes fall-187{52.942%{transform:translate(68.1355vw,52.942vh) scale(.6909)}to{transform:translate(72.9428vw,99vh) scale(.6909)}}.snow:nth-child(188){opacity:.7794;transform:translate(25.566vw,-10px) scale(.7476);animation:fall-188 22s -30s linear infinite}@keyframes fall-188{77.154%{transform:translate(23.3105vw,77.154vh) scale(.7476)}to{transform:translate(24.43825vw,99vh) scale(.7476)}}.snow:nth-child(189){opacity:.5634;transform:translate(37.2766vw,-10px) scale(.4253);animation:fall-189 28s -28s linear infinite}@keyframes fall-189{50.802%{transform:translate(42.9214vw,50.802vh) scale(.4253)}to{transform:translate(40.099vw,99vh) scale(.4253)}}.snow:nth-child(190){opacity:1.4582;transform:translate(84.0755vw,-10px) scale(.5149);animation:fall-190 29s -16s linear infinite}@keyframes fall-190{67.305%{transform:translate(75.3899vw,67.305vh) scale(.5149)}to{transform:translate(79.7327vw,99vh) scale(.5149)}}.snow:nth-child(191){opacity:.9382;transform:translate(23.9248vw,-10px) scale(.7975);animation:fall-191 15s -27s linear infinite}@keyframes fall-191{48.905%{transform:translate(28.9716vw,48.905vh) scale(.7975)}to{transform:translate(26.4482vw,99vh) scale(.7975)}}.snow:nth-child(192){opacity:1.5866;transform:translate(74.5166vw,-10px) scale(.751);animation:fall-192 16s -11s linear infinite}@keyframes fall-192{55.048%{transform:translate(83.8436vw,55.048vh) scale(.751)}to{transform:translate(79.1801vw,99vh) scale(.751)}}.snow:nth-child(193){opacity:1.844;transform:translate(38.3506vw,-10px) scale(.4939);animation:fall-193 13s -5s linear infinite}@keyframes fall-193{75.511%{transform:translate(31.6638vw,75.511vh) scale(.4939)}to{transform:translate(35.0072vw,99vh) scale(.4939)}}.snow:nth-child(194){opacity:.9644;transform:translate(51.578vw,-10px) scale(.5106);animation:fall-194 11s -6s linear infinite}@keyframes fall-194{58.715%{transform:translate(52.775vw,58.715vh) scale(.5106)}to{transform:translate(52.1765vw,99vh) scale(.5106)}}.snow:nth-child(195){opacity:1.935;transform:translate(95.4038vw,-10px) scale(.8558);animation:fall-195 23s -11s linear infinite}@keyframes fall-195{65.122%{transform:translate(90.359vw,65.122vh) scale(.8558)}to{transform:translate(92.8814vw,99vh) scale(.8558)}}.snow:nth-child(196){opacity:1.4234;transform:translate(66.3527vw,-10px) scale(.5524);animation:fall-196 30s -24s linear infinite}@keyframes fall-196{43.922%{transform:translate(75.8018vw,43.922vh) scale(.5524)}to{transform:translate(71.07725vw,99vh) scale(.5524)}}.snow:nth-child(197){opacity:1.909;transform:translate(94.1603vw,-10px) scale(.6452);animation:fall-197 25s -3s linear infinite}@keyframes fall-197{73.779%{transform:translate(93.3421vw,73.779vh) scale(.6452)}to{transform:translate(93.7512vw,99vh) scale(.6452)}}.snow:nth-child(198){opacity:.4776;transform:translate(11.7853vw,-10px) scale(.6482);animation:fall-198 13s -26s linear infinite}@keyframes fall-198{58.434%{transform:translate(2.6382vw,58.434vh) scale(.6482)}to{transform:translate(7.21175vw,99vh) scale(.6482)}}.snow:nth-child(199){opacity:.3222;transform:translate(97.4534vw,-10px) scale(.1375);animation:fall-199 28s -26s linear infinite}@keyframes fall-199{45.043%{transform:translate(99.3768vw,45.043vh) scale(.1375)}to{transform:translate(98.4151vw,99vh) scale(.1375)}}.snow:nth-child(200){opacity:.3276;transform:translate(27.03vw,-10px) scale(.3381);animation:fall-200 19s -25s linear infinite}@keyframes fall-200{32.801%{transform:translate(25.2297vw,32.801vh) scale(.3381)}to{transform:translate(26.12985vw,99vh) scale(.3381)}}.snow:nth-child(201){opacity:.103;transform:translate(64.318vw,-10px) scale(.2362);animation:fall-201 28s -30s linear infinite}@keyframes fall-201{62.011%{transform:translate(63.6177vw,62.011vh) scale(.2362)}to{transform:translate(63.96785vw,99vh) scale(.2362)}}.snow:nth-child(202){opacity:1.377;transform:translate(63.2958vw,-10px) scale(.8306);animation:fall-202 20s -10s linear infinite}@keyframes fall-202{65.793%{transform:translate(65.8273vw,65.793vh) scale(.8306)}to{transform:translate(64.56155vw,99vh) scale(.8306)}}.snow:nth-child(203){opacity:.2792;transform:translate(57.6631vw,-10px) scale(.7737);animation:fall-203 29s -10s linear infinite}@keyframes fall-203{64.715%{transform:translate(50.1327vw,64.715vh) scale(.7737)}to{transform:translate(53.8979vw,99vh) scale(.7737)}}.snow:nth-child(204){opacity:.4802;transform:translate(98.1602vw,-10px) scale(.9306);animation:fall-204 27s -6s linear infinite}@keyframes fall-204{61.432%{transform:translate(96.4872vw,61.432vh) scale(.9306)}to{transform:translate(97.3237vw,99vh) scale(.9306)}}.snow:nth-child(205){opacity:1.8458;transform:translate(45.1273vw,-10px) scale(.8093);animation:fall-205 20s -20s linear infinite}@keyframes fall-205{72.856%{transform:translate(50.872vw,72.856vh) scale(.8093)}to{transform:translate(47.99965vw,99vh) scale(.8093)}}.snow:nth-child(206){opacity:.4918;transform:translate(16.2186vw,-10px) scale(.2651);animation:fall-206 10s -11s linear infinite}@keyframes fall-206{35.141%{transform:translate(26.0693vw,35.141vh) scale(.2651)}to{transform:translate(21.14395vw,99vh) scale(.2651)}}.snow:nth-child(207){opacity:1.2668;transform:translate(58.8341vw,-10px) scale(.1525);animation:fall-207 26s -14s linear infinite}@keyframes fall-207{30.4%{transform:translate(57.5235vw,30.4vh) scale(.1525)}to{transform:translate(58.1788vw,99vh) scale(.1525)}}.snow:nth-child(208){opacity:.5624;transform:translate(55.3461vw,-10px) scale(.4982);animation:fall-208 24s -16s linear infinite}@keyframes fall-208{70.6%{transform:translate(57.5309vw,70.6vh) scale(.4982)}to{transform:translate(56.4385vw,99vh) scale(.4982)}}.snow:nth-child(209){opacity:.5632;transform:translate(15.7008vw,-10px) scale(.7593);animation:fall-209 10s -9s linear infinite}@keyframes fall-209{60.731%{transform:translate(13.9734vw,60.731vh) scale(.7593)}to{transform:translate(14.8371vw,99vh) scale(.7593)}}.snow:nth-child(210){opacity:1.3268;transform:translate(14.5299vw,-10px) scale(.215);animation:fall-210 19s -22s linear infinite}@keyframes fall-210{56.421%{transform:translate(21.3887vw,56.421vh) scale(.215)}to{transform:translate(17.9593vw,99vh) scale(.215)}}.snow:nth-child(211){opacity:.4572;transform:translate(49.8965vw,-10px) scale(.8183);animation:fall-211 26s -3s linear infinite}@keyframes fall-211{34.041%{transform:translate(59.7216vw,34.041vh) scale(.8183)}to{transform:translate(54.80905vw,99vh) scale(.8183)}}.snow:nth-child(212){opacity:1.723;transform:translate(41.0283vw,-10px) scale(.2806);animation:fall-212 11s -1s linear infinite}@keyframes fall-212{63.872%{transform:translate(42.556vw,63.872vh) scale(.2806)}to{transform:translate(41.79215vw,99vh) scale(.2806)}}.snow:nth-child(213){opacity:.028;transform:translate(64.8198vw,-10px) scale(.1441);animation:fall-213 19s -3s linear infinite}@keyframes fall-213{73.666%{transform:translate(70.6373vw,73.666vh) scale(.1441)}to{transform:translate(67.72855vw,99vh) scale(.1441)}}.snow:nth-child(214){opacity:1.8026;transform:translate(15.6889vw,-10px) scale(.5025);animation:fall-214 25s -13s linear infinite}@keyframes fall-214{30.748%{transform:translate(11.1368vw,30.748vh) scale(.5025)}to{transform:translate(13.41285vw,99vh) scale(.5025)}}.snow:nth-child(215){opacity:.022;transform:translate(3.4171vw,-10px) scale(.2581);animation:fall-215 12s -10s linear infinite}@keyframes fall-215{55.642%{transform:translate(8.6828vw,55.642vh) scale(.2581)}to{transform:translate(6.04995vw,99vh) scale(.2581)}}.snow:nth-child(216){opacity:.1116;transform:translate(36.0986vw,-10px) scale(.8809);animation:fall-216 15s -10s linear infinite}@keyframes fall-216{52.811%{transform:translate(27.2276vw,52.811vh) scale(.8809)}to{transform:translate(31.6631vw,99vh) scale(.8809)}}.snow:nth-child(217){opacity:.1918;transform:translate(48.5639vw,-10px) scale(.232);animation:fall-217 11s -22s linear infinite}@keyframes fall-217{56.42%{transform:translate(49.4066vw,56.42vh) scale(.232)}to{transform:translate(48.98525vw,99vh) scale(.232)}}.snow:nth-child(218){opacity:1.1054;transform:translate(7.6406vw,-10px) scale(.153);animation:fall-218 12s -12s linear infinite}@keyframes fall-218{52.83%{transform:translate(17.5322vw,52.83vh) scale(.153)}to{transform:translate(12.5864vw,99vh) scale(.153)}}.snow:nth-child(219){opacity:1.6938;transform:translate(97.5471vw,-10px) scale(.0677);animation:fall-219 13s -19s linear infinite}@keyframes fall-219{60.532%{transform:translate(104.3866vw,60.532vh) scale(.0677)}to{transform:translate(100.96685vw,99vh) scale(.0677)}}.snow:nth-child(220){opacity:1.3946;transform:translate(41.7031vw,-10px) scale(.5013);animation:fall-220 12s -14s linear infinite}@keyframes fall-220{33.417%{transform:translate(42.952vw,33.417vh) scale(.5013)}to{transform:translate(42.32755vw,99vh) scale(.5013)}}.snow:nth-child(221){opacity:1.1988;transform:translate(3.099vw,-10px) scale(.8365);animation:fall-221 11s -1s linear infinite}@keyframes fall-221{70.96%{transform:translate(12.2514vw,70.96vh) scale(.8365)}to{transform:translate(7.6752vw,99vh) scale(.8365)}}.snow:nth-child(222){opacity:.6868;transform:translate(63.5297vw,-10px) scale(.6369);animation:fall-222 11s -6s linear infinite}@keyframes fall-222{49.515%{transform:translate(71.283vw,49.515vh) scale(.6369)}to{transform:translate(67.40635vw,99vh) scale(.6369)}}.snow:nth-child(223){opacity:1.8922;transform:translate(17.5961vw,-10px) scale(.6221);animation:fall-223 27s -13s linear infinite}@keyframes fall-223{59.42%{transform:translate(10.5197vw,59.42vh) scale(.6221)}to{transform:translate(14.0579vw,99vh) scale(.6221)}}.snow:nth-child(224){opacity:.627;transform:translate(94.8158vw,-10px) scale(.2496);animation:fall-224 28s -28s linear infinite}@keyframes fall-224{69.58%{transform:translate(96.8931vw,69.58vh) scale(.2496)}to{transform:translate(95.85445vw,99vh) scale(.2496)}}.snow:nth-child(225){opacity:.4894;transform:translate(37.3097vw,-10px) scale(.9804);animation:fall-225 24s -1s linear infinite}@keyframes fall-225{57.999%{transform:translate(29.0373vw,57.999vh) scale(.9804)}to{transform:translate(33.1735vw,99vh) scale(.9804)}}.snow:nth-child(226){opacity:1.0204;transform:translate(26.1978vw,-10px) scale(.6771);animation:fall-226 24s -14s linear infinite}@keyframes fall-226{52.652%{transform:translate(21.332vw,52.652vh) scale(.6771)}to{transform:translate(23.7649vw,99vh) scale(.6771)}}.snow:nth-child(227){opacity:.4822;transform:translate(1.3008vw,-10px) scale(.8843);animation:fall-227 11s -12s linear infinite}@keyframes fall-227{44.172%{transform:translate(4.9269vw,44.172vh) scale(.8843)}to{transform:translate(3.11385vw,99vh) scale(.8843)}}.snow:nth-child(228){opacity:.7164;transform:translate(70.2473vw,-10px) scale(.7823);animation:fall-228 24s -17s linear infinite}@keyframes fall-228{73.535%{transform:translate(62.3025vw,73.535vh) scale(.7823)}to{transform:translate(66.2749vw,99vh) scale(.7823)}}.snow:nth-child(229){opacity:1.1714;transform:translate(55.2157vw,-10px) scale(.3317);animation:fall-229 25s -26s linear infinite}@keyframes fall-229{71.947%{transform:translate(48.3483vw,71.947vh) scale(.3317)}to{transform:translate(51.782vw,99vh) scale(.3317)}}.snow:nth-child(230){opacity:1.3964;transform:translate(24.0572vw,-10px) scale(.1708);animation:fall-230 18s -13s linear infinite}@keyframes fall-230{76.994%{transform:translate(14.5377vw,76.994vh) scale(.1708)}to{transform:translate(19.29745vw,99vh) scale(.1708)}}.snow:nth-child(231){opacity:.8676;transform:translate(57.3142vw,-10px) scale(.9633);animation:fall-231 30s -13s linear infinite}@keyframes fall-231{45.652%{transform:translate(57.4679vw,45.652vh) scale(.9633)}to{transform:translate(57.39105vw,99vh) scale(.9633)}}.snow:nth-child(232){opacity:1.2336;transform:translate(32.2546vw,-10px) scale(.2959);animation:fall-232 26s -23s linear infinite}@keyframes fall-232{32.512%{transform:translate(39.05vw,32.512vh) scale(.2959)}to{transform:translate(35.6523vw,99vh) scale(.2959)}}.snow:nth-child(233){opacity:.0914;transform:translate(51.7483vw,-10px) scale(.9965);animation:fall-233 21s -12s linear infinite}@keyframes fall-233{42.479%{transform:translate(48.6098vw,42.479vh) scale(.9965)}to{transform:translate(50.17905vw,99vh) scale(.9965)}}.snow:nth-child(234){opacity:.9168;transform:translate(50.9883vw,-10px) scale(.7864);animation:fall-234 20s -3s linear infinite}@keyframes fall-234{75.454%{transform:translate(44.4515vw,75.454vh) scale(.7864)}to{transform:translate(47.7199vw,99vh) scale(.7864)}}.snow:nth-child(235){opacity:1.5276;transform:translate(21.4953vw,-10px) scale(.0357);animation:fall-235 20s -21s linear infinite}@keyframes fall-235{67.403%{transform:translate(13.291vw,67.403vh) scale(.0357)}to{transform:translate(17.39315vw,99vh) scale(.0357)}}.snow:nth-child(236){opacity:1.0462;transform:translate(3.6121vw,-10px) scale(.0839);animation:fall-236 10s -12s linear infinite}@keyframes fall-236{78.173%{transform:translate(11.9453vw,78.173vh) scale(.0839)}to{transform:translate(7.7787vw,99vh) scale(.0839)}}.snow:nth-child(237){opacity:.3522;transform:translate(37.395vw,-10px) scale(.7534);animation:fall-237 18s -25s linear infinite}@keyframes fall-237{36.36%{transform:translate(40.0782vw,36.36vh) scale(.7534)}to{transform:translate(38.7366vw,99vh) scale(.7534)}}.snow:nth-child(238){opacity:1.5644;transform:translate(23.0316vw,-10px) scale(.9054);animation:fall-238 20s -17s linear infinite}@keyframes fall-238{48.41%{transform:translate(18.5785vw,48.41vh) scale(.9054)}to{transform:translate(20.80505vw,99vh) scale(.9054)}}.snow:nth-child(239){opacity:.0462;transform:translate(97.516vw,-10px) scale(.3474);animation:fall-239 30s -26s linear infinite}@keyframes fall-239{73.578%{transform:translate(106.1864vw,73.578vh) scale(.3474)}to{transform:translate(101.8512vw,99vh) scale(.3474)}}.snow:nth-child(240){opacity:.6612;transform:translate(39.6677vw,-10px) scale(.9831);animation:fall-240 22s -30s linear infinite}@keyframes fall-240{51.31%{transform:translate(31.0765vw,51.31vh) scale(.9831)}to{transform:translate(35.3721vw,99vh) scale(.9831)}}.snow:nth-child(241){opacity:.9212;transform:translate(57.6709vw,-10px) scale(.035);animation:fall-241 27s -4s linear infinite}@keyframes fall-241{57.579%{transform:translate(47.6801vw,57.579vh) scale(.035)}to{transform:translate(52.6755vw,99vh) scale(.035)}}.snow:nth-child(242){opacity:.579;transform:translate(31.5986vw,-10px) scale(.0971);animation:fall-242 22s -15s linear infinite}@keyframes fall-242{51.036%{transform:translate(25.5295vw,51.036vh) scale(.0971)}to{transform:translate(28.56405vw,99vh) scale(.0971)}}.snow:nth-child(243){opacity:.3864;transform:translate(83.7878vw,-10px) scale(.4701);animation:fall-243 11s -18s linear infinite}@keyframes fall-243{34.687%{transform:translate(90.4356vw,34.687vh) scale(.4701)}to{transform:translate(87.1117vw,99vh) scale(.4701)}}.snow:nth-child(244){opacity:1.101;transform:translate(82.6673vw,-10px) scale(.7181);animation:fall-244 14s -4s linear infinite}@keyframes fall-244{72.183%{transform:translate(77.4753vw,72.183vh) scale(.7181)}to{transform:translate(80.0713vw,99vh) scale(.7181)}}.snow:nth-child(245){opacity:.376;transform:translate(59.532vw,-10px) scale(.2097);animation:fall-245 19s -28s linear infinite}@keyframes fall-245{64.163%{transform:translate(59.5869vw,64.163vh) scale(.2097)}to{transform:translate(59.55945vw,99vh) scale(.2097)}}.snow:nth-child(246){opacity:.9796;transform:translate(.8797vw,-10px) scale(.8304);animation:fall-246 20s -30s linear infinite}@keyframes fall-246{76.519%{transform:translate(-2.4472vw,76.519vh) scale(.8304)}to{transform:translate(-.78375vw,99vh) scale(.8304)}}.snow:nth-child(247){opacity:.1206;transform:translate(2.893vw,-10px) scale(.051);animation:fall-247 18s -1s linear infinite}@keyframes fall-247{68.553%{transform:translate(5.314vw,68.553vh) scale(.051)}to{transform:translate(4.1035vw,99vh) scale(.051)}}.snow:nth-child(248){opacity:1.5548;transform:translate(67.0036vw,-10px) scale(.0713);animation:fall-248 17s -18s linear infinite}@keyframes fall-248{61.195%{transform:translate(70.8937vw,61.195vh) scale(.0713)}to{transform:translate(68.94865vw,99vh) scale(.0713)}}.snow:nth-child(249){opacity:1.993;transform:translate(12.2787vw,-10px) scale(.1538);animation:fall-249 18s -20s linear infinite}@keyframes fall-249{75.599%{transform:translate(7.8946vw,75.599vh) scale(.1538)}to{transform:translate(10.08665vw,99vh) scale(.1538)}}.snow:nth-child(250){opacity:1.6922;transform:translate(47.1926vw,-10px) scale(.0153);animation:fall-250 17s -26s linear infinite}@keyframes fall-250{77.024%{transform:translate(50.3874vw,77.024vh) scale(.0153)}to{transform:translate(48.79vw,99vh) scale(.0153)}}.snow:nth-child(251){opacity:.883;transform:translate(56.2312vw,-10px) scale(.4332);animation:fall-251 10s -4s linear infinite}@keyframes fall-251{55.482%{transform:translate(53.0976vw,55.482vh) scale(.4332)}to{transform:translate(54.6644vw,99vh) scale(.4332)}}.snow:nth-child(252){opacity:1.5498;transform:translate(69.1356vw,-10px) scale(.0421);animation:fall-252 16s -26s linear infinite}@keyframes fall-252{70.99%{transform:translate(64.2883vw,70.99vh) scale(.0421)}to{transform:translate(66.71195vw,99vh) scale(.0421)}}.snow:nth-child(253){opacity:.6292;transform:translate(61.9795vw,-10px) scale(.3128);animation:fall-253 16s -14s linear infinite}@keyframes fall-253{51.173%{transform:translate(53.9759vw,51.173vh) scale(.3128)}to{transform:translate(57.9777vw,99vh) scale(.3128)}}.snow:nth-child(254){opacity:1.9828;transform:translate(60.5521vw,-10px) scale(.7318);animation:fall-254 20s -2s linear infinite}@keyframes fall-254{47.471%{transform:translate(70.5503vw,47.471vh) scale(.7318)}to{transform:translate(65.5512vw,99vh) scale(.7318)}}.snow:nth-child(255){opacity:.0948;transform:translate(78.534vw,-10px) scale(.032);animation:fall-255 26s -26s linear infinite}@keyframes fall-255{35.957%{transform:translate(77.195vw,35.957vh) scale(.032)}to{transform:translate(77.8645vw,99vh) scale(.032)}}.snow:nth-child(256){opacity:1.1668;transform:translate(9.5007vw,-10px) scale(.3673);animation:fall-256 27s -27s linear infinite}@keyframes fall-256{59.614%{transform:translate(2.215vw,59.614vh) scale(.3673)}to{transform:translate(5.85785vw,99vh) scale(.3673)}}.snow:nth-child(257){opacity:.0576;transform:translate(8.8054vw,-10px) scale(.1602);animation:fall-257 23s -10s linear infinite}@keyframes fall-257{51.743%{transform:translate(13.6263vw,51.743vh) scale(.1602)}to{transform:translate(11.21585vw,99vh) scale(.1602)}}.snow:nth-child(258){opacity:1.9586;transform:translate(60.7949vw,-10px) scale(.667);animation:fall-258 11s -5s linear infinite}@keyframes fall-258{52.238%{transform:translate(51.0583vw,52.238vh) scale(.667)}to{transform:translate(55.9266vw,99vh) scale(.667)}}.snow:nth-child(259){opacity:.2954;transform:translate(63.7824vw,-10px) scale(.3462);animation:fall-259 20s -15s linear infinite}@keyframes fall-259{35.191%{transform:translate(58.9223vw,35.191vh) scale(.3462)}to{transform:translate(61.35235vw,99vh) scale(.3462)}}.snow:nth-child(260){opacity:.3178;transform:translate(43.3835vw,-10px) scale(.938);animation:fall-260 25s -13s linear infinite}@keyframes fall-260{45.329%{transform:translate(33.9217vw,45.329vh) scale(.938)}to{transform:translate(38.6526vw,99vh) scale(.938)}}.snow:nth-child(261){opacity:1.6038;transform:translate(13.8563vw,-10px) scale(.6625);animation:fall-261 25s -10s linear infinite}@keyframes fall-261{61.372%{transform:translate(4.9268vw,61.372vh) scale(.6625)}to{transform:translate(9.39155vw,99vh) scale(.6625)}}.snow:nth-child(262){opacity:.9072;transform:translate(84.4063vw,-10px) scale(.5283);animation:fall-262 24s -26s linear infinite}@keyframes fall-262{51.548%{transform:translate(93.9729vw,51.548vh) scale(.5283)}to{transform:translate(89.1896vw,99vh) scale(.5283)}}.snow:nth-child(263){opacity:.3974;transform:translate(7.1764vw,-10px) scale(.8366);animation:fall-263 12s -4s linear infinite}@keyframes fall-263{56.225%{transform:translate(4.1978vw,56.225vh) scale(.8366)}to{transform:translate(5.6871vw,99vh) scale(.8366)}}.snow:nth-child(264){opacity:1.3116;transform:translate(64.6966vw,-10px) scale(.6092);animation:fall-264 24s -25s linear infinite}@keyframes fall-264{65.684%{transform:translate(66.5549vw,65.684vh) scale(.6092)}to{transform:translate(65.62575vw,99vh) scale(.6092)}}.snow:nth-child(265){opacity:1.579;transform:translate(.8363vw,-10px) scale(.6653);animation:fall-265 11s -9s linear infinite}@keyframes fall-265{71.122%{transform:translate(-.7895vw,71.122vh) scale(.6653)}to{transform:translate(.0234vw,99vh) scale(.6653)}}.snow:nth-child(266){opacity:1.451;transform:translate(67.0102vw,-10px) scale(.7474);animation:fall-266 21s -29s linear infinite}@keyframes fall-266{54.083%{transform:translate(67.1592vw,54.083vh) scale(.7474)}to{transform:translate(67.0847vw,99vh) scale(.7474)}}.snow:nth-child(267){opacity:1.6248;transform:translate(98.2404vw,-10px) scale(.7);animation:fall-267 14s -14s linear infinite}@keyframes fall-267{48.178%{transform:translate(97.4624vw,48.178vh) scale(.7)}to{transform:translate(97.8514vw,99vh) scale(.7)}}.snow:nth-child(268){opacity:1.4156;transform:translate(28.003vw,-10px) scale(.5867);animation:fall-268 13s -7s linear infinite}@keyframes fall-268{48.491%{transform:translate(22.485vw,48.491vh) scale(.5867)}to{transform:translate(25.244vw,99vh) scale(.5867)}}.snow:nth-child(269){opacity:1.9968;transform:translate(97.3976vw,-10px) scale(.5408);animation:fall-269 22s -19s linear infinite}@keyframes fall-269{66.251%{transform:translate(93.3848vw,66.251vh) scale(.5408)}to{transform:translate(95.3912vw,99vh) scale(.5408)}}.snow:nth-child(270){opacity:.2494;transform:translate(89.3023vw,-10px) scale(.2673);animation:fall-270 28s -4s linear infinite}@keyframes fall-270{33.604%{transform:translate(89.6273vw,33.604vh) scale(.2673)}to{transform:translate(89.4648vw,99vh) scale(.2673)}}.snow:nth-child(271){opacity:1.4744;transform:translate(42.0244vw,-10px) scale(.9127);animation:fall-271 25s -19s linear infinite}@keyframes fall-271{58.436%{transform:translate(33.5325vw,58.436vh) scale(.9127)}to{transform:translate(37.77845vw,99vh) scale(.9127)}}.snow:nth-child(272){opacity:1.3432;transform:translate(10.8504vw,-10px) scale(.2102);animation:fall-272 25s -6s linear infinite}@keyframes fall-272{71.292%{transform:translate(7.2785vw,71.292vh) scale(.2102)}to{transform:translate(9.06445vw,99vh) scale(.2102)}}.snow:nth-child(273){opacity:.6158;transform:translate(99.107vw,-10px) scale(.8703);animation:fall-273 17s -18s linear infinite}@keyframes fall-273{40.445%{transform:translate(104.2614vw,40.445vh) scale(.8703)}to{transform:translate(101.6842vw,99vh) scale(.8703)}}.snow:nth-child(274){opacity:1.0886;transform:translate(27.5507vw,-10px) scale(.2502);animation:fall-274 19s -10s linear infinite}@keyframes fall-274{74.088%{transform:translate(22.8056vw,74.088vh) scale(.2502)}to{transform:translate(25.17815vw,99vh) scale(.2502)}}.snow:nth-child(275){opacity:1.5938;transform:translate(41.687vw,-10px) scale(.6605);animation:fall-275 22s -1s linear infinite}@keyframes fall-275{49.87%{transform:translate(34.0585vw,49.87vh) scale(.6605)}to{transform:translate(37.87275vw,99vh) scale(.6605)}}.snow:nth-child(276){opacity:1.6542;transform:translate(7.6942vw,-10px) scale(.6627);animation:fall-276 13s -21s linear infinite}@keyframes fall-276{72.747%{transform:translate(6.1255vw,72.747vh) scale(.6627)}to{transform:translate(6.90985vw,99vh) scale(.6627)}}.snow:nth-child(277){opacity:1.813;transform:translate(53.0258vw,-10px) scale(.2358);animation:fall-277 20s -13s linear infinite}@keyframes fall-277{41.808%{transform:translate(45.8182vw,41.808vh) scale(.2358)}to{transform:translate(49.422vw,99vh) scale(.2358)}}.snow:nth-child(278){opacity:.4376;transform:translate(87.7631vw,-10px) scale(.7218);animation:fall-278 17s -8s linear infinite}@keyframes fall-278{54.627%{transform:translate(89.8501vw,54.627vh) scale(.7218)}to{transform:translate(88.8066vw,99vh) scale(.7218)}}.snow:nth-child(279){opacity:1.581;transform:translate(98.4082vw,-10px) scale(.6305);animation:fall-279 19s -14s linear infinite}@keyframes fall-279{72.517%{transform:translate(88.6724vw,72.517vh) scale(.6305)}to{transform:translate(93.5403vw,99vh) scale(.6305)}}.snow:nth-child(280){opacity:.8166;transform:translate(58.7662vw,-10px) scale(.4523);animation:fall-280 29s -20s linear infinite}@keyframes fall-280{55.261%{transform:translate(68.3241vw,55.261vh) scale(.4523)}to{transform:translate(63.54515vw,99vh) scale(.4523)}}.snow:nth-child(281){opacity:1.671;transform:translate(57.4958vw,-10px) scale(.0123);animation:fall-281 30s -20s linear infinite}@keyframes fall-281{58.4%{transform:translate(56.2669vw,58.4vh) scale(.0123)}to{transform:translate(56.88135vw,99vh) scale(.0123)}}.snow:nth-child(282){opacity:.3978;transform:translate(2.2446vw,-10px) scale(.7318);animation:fall-282 16s -29s linear infinite}@keyframes fall-282{39.912%{transform:translate(1.7535vw,39.912vh) scale(.7318)}to{transform:translate(1.99905vw,99vh) scale(.7318)}}.snow:nth-child(283){opacity:1.4776;transform:translate(93.8375vw,-10px) scale(.8832);animation:fall-283 27s -3s linear infinite}@keyframes fall-283{62.728%{transform:translate(88.7817vw,62.728vh) scale(.8832)}to{transform:translate(91.3096vw,99vh) scale(.8832)}}.snow:nth-child(284){opacity:1.1386;transform:translate(9.6468vw,-10px) scale(.0103);animation:fall-284 24s -30s linear infinite}@keyframes fall-284{72.751%{transform:translate(9.9767vw,72.751vh) scale(.0103)}to{transform:translate(9.81175vw,99vh) scale(.0103)}}.snow:nth-child(285){opacity:.0684;transform:translate(72.5957vw,-10px) scale(.1749);animation:fall-285 10s -20s linear infinite}@keyframes fall-285{62.229%{transform:translate(69.531vw,62.229vh) scale(.1749)}to{transform:translate(71.06335vw,99vh) scale(.1749)}}.snow:nth-child(286){opacity:1.2106;transform:translate(34.3236vw,-10px) scale(.2221);animation:fall-286 22s -16s linear infinite}@keyframes fall-286{45.998%{transform:translate(27.2854vw,45.998vh) scale(.2221)}to{transform:translate(30.8045vw,99vh) scale(.2221)}}.snow:nth-child(287){opacity:.1466;transform:translate(64.4316vw,-10px) scale(.5087);animation:fall-287 27s -30s linear infinite}@keyframes fall-287{58.707%{transform:translate(59.0342vw,58.707vh) scale(.5087)}to{transform:translate(61.7329vw,99vh) scale(.5087)}}.snow:nth-child(288){opacity:1.8212;transform:translate(81.9818vw,-10px) scale(.2642);animation:fall-288 13s -8s linear infinite}@keyframes fall-288{43.06%{transform:translate(80.5378vw,43.06vh) scale(.2642)}to{transform:translate(81.2598vw,99vh) scale(.2642)}}.snow:nth-child(289){opacity:1.712;transform:translate(75.0882vw,-10px) scale(.9036);animation:fall-289 27s -25s linear infinite}@keyframes fall-289{34.945%{transform:translate(76.9808vw,34.945vh) scale(.9036)}to{transform:translate(76.0345vw,99vh) scale(.9036)}}.snow:nth-child(290){opacity:.7572;transform:translate(16.6431vw,-10px) scale(.2802);animation:fall-290 17s -13s linear infinite}@keyframes fall-290{46.689%{transform:translate(19.4819vw,46.689vh) scale(.2802)}to{transform:translate(18.0625vw,99vh) scale(.2802)}}.snow:nth-child(291){opacity:1.2626;transform:translate(67.6733vw,-10px) scale(.6392);animation:fall-291 22s -14s linear infinite}@keyframes fall-291{58.705%{transform:translate(72.9492vw,58.705vh) scale(.6392)}to{transform:translate(70.31125vw,99vh) scale(.6392)}}.snow:nth-child(292){opacity:.9016;transform:translate(50.1052vw,-10px) scale(.988);animation:fall-292 26s -6s linear infinite}@keyframes fall-292{53.247%{transform:translate(44.1827vw,53.247vh) scale(.988)}to{transform:translate(47.14395vw,99vh) scale(.988)}}.snow:nth-child(293){opacity:1.9874;transform:translate(2.9363vw,-10px) scale(.4973);animation:fall-293 24s -11s linear infinite}@keyframes fall-293{46.814%{transform:translate(-2.0463vw,46.814vh) scale(.4973)}to{transform:translate(.445vw,99vh) scale(.4973)}}.snow:nth-child(294){opacity:.931;transform:translate(63.9817vw,-10px) scale(.0209);animation:fall-294 10s -18s linear infinite}@keyframes fall-294{63.192%{transform:translate(59.8852vw,63.192vh) scale(.0209)}to{transform:translate(61.93345vw,99vh) scale(.0209)}}.snow:nth-child(295){opacity:.2082;transform:translate(72.3633vw,-10px) scale(.9972);animation:fall-295 21s -23s linear infinite}@keyframes fall-295{48.369%{transform:translate(63.1744vw,48.369vh) scale(.9972)}to{transform:translate(67.76885vw,99vh) scale(.9972)}}.snow:nth-child(296){opacity:1.8126;transform:translate(99.8695vw,-10px) scale(.2811);animation:fall-296 11s -3s linear infinite}@keyframes fall-296{56.559%{transform:translate(105.6967vw,56.559vh) scale(.2811)}to{transform:translate(102.7831vw,99vh) scale(.2811)}}.snow:nth-child(297){opacity:.8678;transform:translate(61.9375vw,-10px) scale(.4544);animation:fall-297 13s -20s linear infinite}@keyframes fall-297{62.136%{transform:translate(53.1018vw,62.136vh) scale(.4544)}to{transform:translate(57.51965vw,99vh) scale(.4544)}}.snow:nth-child(298){opacity:1.0518;transform:translate(37.3916vw,-10px) scale(.1664);animation:fall-298 27s -14s linear infinite}@keyframes fall-298{58.021%{transform:translate(29.9357vw,58.021vh) scale(.1664)}to{transform:translate(33.66365vw,99vh) scale(.1664)}}.snow:nth-child(299){opacity:.3472;transform:translate(80.0157vw,-10px) scale(.3539);animation:fall-299 24s -27s linear infinite}@keyframes fall-299{54.016%{transform:translate(78.7191vw,54.016vh) scale(.3539)}to{transform:translate(79.3674vw,99vh) scale(.3539)}}.snow:nth-child(300){opacity:.9488;transform:translate(77.7854vw,-10px) scale(.98);animation:fall-300 11s -21s linear infinite}@keyframes fall-300{75.067%{transform:translate(75.6854vw,75.067vh) scale(.98)}to{transform:translate(76.7354vw,99vh) scale(.98)}}.snow:nth-child(301){opacity:.087;transform:translate(22.273vw,-10px) scale(.7277);animation:fall-301 15s -17s linear infinite}@keyframes fall-301{62.806%{transform:translate(29.4772vw,62.806vh) scale(.7277)}to{transform:translate(25.8751vw,99vh) scale(.7277)}}.snow:nth-child(302){opacity:1.9144;transform:translate(96.2947vw,-10px) scale(.7936);animation:fall-302 28s -22s linear infinite}@keyframes fall-302{73.128%{transform:translate(92.5301vw,73.128vh) scale(.7936)}to{transform:translate(94.4124vw,99vh) scale(.7936)}}.snow:nth-child(303){opacity:.4058;transform:translate(80.8058vw,-10px) scale(.9126);animation:fall-303 22s -29s linear infinite}@keyframes fall-303{61.908%{transform:translate(84.8163vw,61.908vh) scale(.9126)}to{transform:translate(82.81105vw,99vh) scale(.9126)}}.snow:nth-child(304){opacity:1.7504;transform:translate(70.6158vw,-10px) scale(.3481);animation:fall-304 25s -26s linear infinite}@keyframes fall-304{52.271%{transform:translate(63.7988vw,52.271vh) scale(.3481)}to{transform:translate(67.2073vw,99vh) scale(.3481)}}.snow:nth-child(305){opacity:1.813;transform:translate(59.9346vw,-10px) scale(.2686);animation:fall-305 19s -12s linear infinite}@keyframes fall-305{35.597%{transform:translate(56.1161vw,35.597vh) scale(.2686)}to{transform:translate(58.02535vw,99vh) scale(.2686)}}.snow:nth-child(306){opacity:1.1948;transform:translate(82.3335vw,-10px) scale(.053);animation:fall-306 21s -13s linear infinite}@keyframes fall-306{48.405%{transform:translate(88.3448vw,48.405vh) scale(.053)}to{transform:translate(85.33915vw,99vh) scale(.053)}}.snow:nth-child(307){opacity:1.1326;transform:translate(10.2644vw,-10px) scale(.5902);animation:fall-307 30s -11s linear infinite}@keyframes fall-307{42.324%{transform:translate(14.2016vw,42.324vh) scale(.5902)}to{transform:translate(12.233vw,99vh) scale(.5902)}}.snow:nth-child(308){opacity:1.5964;transform:translate(70.2913vw,-10px) scale(.7155);animation:fall-308 18s -29s linear infinite}@keyframes fall-308{75.629%{transform:translate(69.9394vw,75.629vh) scale(.7155)}to{transform:translate(70.11535vw,99vh) scale(.7155)}}.snow:nth-child(309){opacity:.5482;transform:translate(73.9671vw,-10px) scale(.4053);animation:fall-309 26s -24s linear infinite}@keyframes fall-309{54.741%{transform:translate(72.38vw,54.741vh) scale(.4053)}to{transform:translate(73.17355vw,99vh) scale(.4053)}}.snow:nth-child(310){opacity:1.9998;transform:translate(82.5607vw,-10px) scale(.9342);animation:fall-310 21s -7s linear infinite}@keyframes fall-310{40.511%{transform:translate(78.2085vw,40.511vh) scale(.9342)}to{transform:translate(80.3846vw,99vh) scale(.9342)}}.snow:nth-child(311){opacity:.9292;transform:translate(28.447vw,-10px) scale(.1379);animation:fall-311 12s -12s linear infinite}@keyframes fall-311{35.492%{transform:translate(25.5276vw,35.492vh) scale(.1379)}to{transform:translate(26.9873vw,99vh) scale(.1379)}}.snow:nth-child(312){opacity:.359;transform:translate(29.3881vw,-10px) scale(.8343);animation:fall-312 23s -15s linear infinite}@keyframes fall-312{42.403%{transform:translate(26.2819vw,42.403vh) scale(.8343)}to{transform:translate(27.835vw,99vh) scale(.8343)}}.snow:nth-child(313){opacity:.6746;transform:translate(44.6609vw,-10px) scale(.7808);animation:fall-313 27s -8s linear infinite}@keyframes fall-313{56.167%{transform:translate(50.6028vw,56.167vh) scale(.7808)}to{transform:translate(47.63185vw,99vh) scale(.7808)}}.snow:nth-child(314){opacity:1.2154;transform:translate(5.7222vw,-10px) scale(.1648);animation:fall-314 20s -2s linear infinite}@keyframes fall-314{61.048%{transform:translate(13.5635vw,61.048vh) scale(.1648)}to{transform:translate(9.64285vw,99vh) scale(.1648)}}.snow:nth-child(315){opacity:1.9426;transform:translate(32.2731vw,-10px) scale(.286);animation:fall-315 16s -6s linear infinite}@keyframes fall-315{69.733%{transform:translate(31.0676vw,69.733vh) scale(.286)}to{transform:translate(31.67035vw,99vh) scale(.286)}}.snow:nth-child(316){opacity:.1596;transform:translate(8.7296vw,-10px) scale(.8343);animation:fall-316 27s -9s linear infinite}@keyframes fall-316{77.231%{transform:translate(9.047vw,77.231vh) scale(.8343)}to{transform:translate(8.8883vw,99vh) scale(.8343)}}.snow:nth-child(317){opacity:.2958;transform:translate(28.8276vw,-10px) scale(.3709);animation:fall-317 29s -18s linear infinite}@keyframes fall-317{51.788%{transform:translate(27.711vw,51.788vh) scale(.3709)}to{transform:translate(28.2693vw,99vh) scale(.3709)}}.snow:nth-child(318){opacity:1.8952;transform:translate(88.7392vw,-10px) scale(.0849);animation:fall-318 16s -19s linear infinite}@keyframes fall-318{62.049%{transform:translate(81.3932vw,62.049vh) scale(.0849)}to{transform:translate(85.0662vw,99vh) scale(.0849)}}.snow:nth-child(319){opacity:1.0096;transform:translate(36.3495vw,-10px) scale(.1005);animation:fall-319 20s -28s linear infinite}@keyframes fall-319{38.755%{transform:translate(38.1698vw,38.755vh) scale(.1005)}to{transform:translate(37.25965vw,99vh) scale(.1005)}}.snow:nth-child(320){opacity:.004;transform:translate(73.6153vw,-10px) scale(.0352);animation:fall-320 25s -6s linear infinite}@keyframes fall-320{66.788%{transform:translate(73.6662vw,66.788vh) scale(.0352)}to{transform:translate(73.64075vw,99vh) scale(.0352)}}.snow:nth-child(321){opacity:.2552;transform:translate(12.0786vw,-10px) scale(.3413);animation:fall-321 17s -22s linear infinite}@keyframes fall-321{55.6%{transform:translate(17.9624vw,55.6vh) scale(.3413)}to{transform:translate(15.0205vw,99vh) scale(.3413)}}.snow:nth-child(322){opacity:1.9728;transform:translate(61.4307vw,-10px) scale(.5697);animation:fall-322 14s -5s linear infinite}@keyframes fall-322{61.317%{transform:translate(63.2511vw,61.317vh) scale(.5697)}to{transform:translate(62.3409vw,99vh) scale(.5697)}}.snow:nth-child(323){opacity:.5164;transform:translate(54.9028vw,-10px) scale(.6652);animation:fall-323 20s -14s linear infinite}@keyframes fall-323{57.976%{transform:translate(56.9615vw,57.976vh) scale(.6652)}to{transform:translate(55.93215vw,99vh) scale(.6652)}}.snow:nth-child(324){opacity:.205;transform:translate(35.8397vw,-10px) scale(.968);animation:fall-324 13s -2s linear infinite}@keyframes fall-324{32.668%{transform:translate(42.3539vw,32.668vh) scale(.968)}to{transform:translate(39.0968vw,99vh) scale(.968)}}.snow:nth-child(325){opacity:.4016;transform:translate(60.7761vw,-10px) scale(.8934);animation:fall-325 17s -6s linear infinite}@keyframes fall-325{55.765%{transform:translate(57.9594vw,55.765vh) scale(.8934)}to{transform:translate(59.36775vw,99vh) scale(.8934)}}.snow:nth-child(326){opacity:.9536;transform:translate(48.6675vw,-10px) scale(.9647);animation:fall-326 21s -4s linear infinite}@keyframes fall-326{36.481%{transform:translate(49.0491vw,36.481vh) scale(.9647)}to{transform:translate(48.8583vw,99vh) scale(.9647)}}.snow:nth-child(327){opacity:.4658;transform:translate(7.2049vw,-10px) scale(.64);animation:fall-327 14s -29s linear infinite}@keyframes fall-327{75.319%{transform:translate(10.1984vw,75.319vh) scale(.64)}to{transform:translate(8.70165vw,99vh) scale(.64)}}.snow:nth-child(328){opacity:.427;transform:translate(61.3819vw,-10px) scale(.7893);animation:fall-328 19s -14s linear infinite}@keyframes fall-328{68.515%{transform:translate(68.4235vw,68.515vh) scale(.7893)}to{transform:translate(64.9027vw,99vh) scale(.7893)}}.snow:nth-child(329){opacity:1.4944;transform:translate(30.2976vw,-10px) scale(.0584);animation:fall-329 24s -4s linear infinite}@keyframes fall-329{42.513%{transform:translate(35.5758vw,42.513vh) scale(.0584)}to{transform:translate(32.9367vw,99vh) scale(.0584)}}.snow:nth-child(330){opacity:1.3164;transform:translate(27.8027vw,-10px) scale(.7178);animation:fall-330 18s -10s linear infinite}@keyframes fall-330{40.901%{transform:translate(30.0482vw,40.901vh) scale(.7178)}to{transform:translate(28.92545vw,99vh) scale(.7178)}}.snow:nth-child(331){opacity:.0466;transform:translate(91.7337vw,-10px) scale(.0075);animation:fall-331 21s -27s linear infinite}@keyframes fall-331{70.297%{transform:translate(93.927vw,70.297vh) scale(.0075)}to{transform:translate(92.83035vw,99vh) scale(.0075)}}.snow:nth-child(332){opacity:1.7584;transform:translate(74.5915vw,-10px) scale(.7259);animation:fall-332 12s -27s linear infinite}@keyframes fall-332{76.423%{transform:translate(71.6415vw,76.423vh) scale(.7259)}to{transform:translate(73.1165vw,99vh) scale(.7259)}}.snow:nth-child(333){opacity:1.346;transform:translate(38.79vw,-10px) scale(.4184);animation:fall-333 27s -30s linear infinite}@keyframes fall-333{51.731%{transform:translate(38.0066vw,51.731vh) scale(.4184)}to{transform:translate(38.3983vw,99vh) scale(.4184)}}.snow:nth-child(334){opacity:1.6808;transform:translate(5.313vw,-10px) scale(.8459);animation:fall-334 25s -20s linear infinite}@keyframes fall-334{44.651%{transform:translate(9.8293vw,44.651vh) scale(.8459)}to{transform:translate(7.57115vw,99vh) scale(.8459)}}.snow:nth-child(335){opacity:.656;transform:translate(23.0554vw,-10px) scale(.0707);animation:fall-335 14s -4s linear infinite}@keyframes fall-335{58.334%{transform:translate(26.6357vw,58.334vh) scale(.0707)}to{transform:translate(24.84555vw,99vh) scale(.0707)}}.snow:nth-child(336){opacity:.6618;transform:translate(64.1379vw,-10px) scale(.9249);animation:fall-336 16s -11s linear infinite}@keyframes fall-336{33.464%{transform:translate(73.5959vw,33.464vh) scale(.9249)}to{transform:translate(68.8669vw,99vh) scale(.9249)}}.snow:nth-child(337){opacity:1.6842;transform:translate(49.5793vw,-10px) scale(.4784);animation:fall-337 28s -14s linear infinite}@keyframes fall-337{55.085%{transform:translate(48.7235vw,55.085vh) scale(.4784)}to{transform:translate(49.1514vw,99vh) scale(.4784)}}.snow:nth-child(338){opacity:1.9998;transform:translate(14.9371vw,-10px) scale(.8698);animation:fall-338 29s -14s linear infinite}@keyframes fall-338{38.979%{transform:translate(20.6116vw,38.979vh) scale(.8698)}to{transform:translate(17.77435vw,99vh) scale(.8698)}}.snow:nth-child(339){opacity:.4856;transform:translate(87.2257vw,-10px) scale(.8754);animation:fall-339 29s -10s linear infinite}@keyframes fall-339{33.211%{transform:translate(96.8044vw,33.211vh) scale(.8754)}to{transform:translate(92.01505vw,99vh) scale(.8754)}}.snow:nth-child(340){opacity:1.3176;transform:translate(41.5986vw,-10px) scale(.8629);animation:fall-340 17s -18s linear infinite}@keyframes fall-340{42.64%{transform:translate(47.6441vw,42.64vh) scale(.8629)}to{transform:translate(44.62135vw,99vh) scale(.8629)}}.snow:nth-child(341){opacity:.768;transform:translate(6.8347vw,-10px) scale(.9048);animation:fall-341 28s -5s linear infinite}@keyframes fall-341{38.899%{transform:translate(3.3935vw,38.899vh) scale(.9048)}to{transform:translate(5.1141vw,99vh) scale(.9048)}}.snow:nth-child(342){opacity:.4028;transform:translate(99.9608vw,-10px) scale(.6256);animation:fall-342 11s -12s linear infinite}@keyframes fall-342{73.975%{transform:translate(91.1694vw,73.975vh) scale(.6256)}to{transform:translate(95.5651vw,99vh) scale(.6256)}}.snow:nth-child(343){opacity:.4;transform:translate(32.6262vw,-10px) scale(.0917);animation:fall-343 19s -21s linear infinite}@keyframes fall-343{39.138%{transform:translate(32.3106vw,39.138vh) scale(.0917)}to{transform:translate(32.4684vw,99vh) scale(.0917)}}.snow:nth-child(344){opacity:.6708;transform:translate(92.0246vw,-10px) scale(.0713);animation:fall-344 22s -13s linear infinite}@keyframes fall-344{64.159%{transform:translate(90.2661vw,64.159vh) scale(.0713)}to{transform:translate(91.14535vw,99vh) scale(.0713)}}.snow:nth-child(345){opacity:.0036;transform:translate(50.5678vw,-10px) scale(.5876);animation:fall-345 12s -28s linear infinite}@keyframes fall-345{31.263%{transform:translate(42.1609vw,31.263vh) scale(.5876)}to{transform:translate(46.36435vw,99vh) scale(.5876)}}.snow:nth-child(346){opacity:1.336;transform:translate(91.2214vw,-10px) scale(.8438);animation:fall-346 11s -15s linear infinite}@keyframes fall-346{71.153%{transform:translate(87.3081vw,71.153vh) scale(.8438)}to{transform:translate(89.26475vw,99vh) scale(.8438)}}.snow:nth-child(347){opacity:.1668;transform:translate(24.969vw,-10px) scale(.0916);animation:fall-347 22s -1s linear infinite}@keyframes fall-347{74.435%{transform:translate(26.9123vw,74.435vh) scale(.0916)}to{transform:translate(25.94065vw,99vh) scale(.0916)}}.snow:nth-child(348){opacity:.946;transform:translate(22.5695vw,-10px) scale(.5087);animation:fall-348 12s -17s linear infinite}@keyframes fall-348{59.135%{transform:translate(13.3521vw,59.135vh) scale(.5087)}to{transform:translate(17.9608vw,99vh) scale(.5087)}}.snow:nth-child(349){opacity:1.4922;transform:translate(45.3742vw,-10px) scale(.7691);animation:fall-349 14s -19s linear infinite}@keyframes fall-349{36.998%{transform:translate(36.5225vw,36.998vh) scale(.7691)}to{transform:translate(40.94835vw,99vh) scale(.7691)}}.snow:nth-child(350){opacity:.3816;transform:translate(43.1677vw,-10px) scale(.8791);animation:fall-350 30s -14s linear infinite}@keyframes fall-350{34.708%{transform:translate(35.6259vw,34.708vh) scale(.8791)}to{transform:translate(39.3968vw,99vh) scale(.8791)}}.snow:nth-child(351){opacity:.5508;transform:translate(96.3297vw,-10px) scale(.0078);animation:fall-351 20s -13s linear infinite}@keyframes fall-351{43.197%{transform:translate(90.6219vw,43.197vh) scale(.0078)}to{transform:translate(93.4758vw,99vh) scale(.0078)}}.snow:nth-child(352){opacity:1.8288;transform:translate(98.875vw,-10px) scale(.983);animation:fall-352 19s -4s linear infinite}@keyframes fall-352{62.162%{transform:translate(107.0513vw,62.162vh) scale(.983)}to{transform:translate(102.96315vw,99vh) scale(.983)}}.snow:nth-child(353){opacity:1.5454;transform:translate(45.4535vw,-10px) scale(.0351);animation:fall-353 25s -12s linear infinite}@keyframes fall-353{60.301%{transform:translate(48.2075vw,60.301vh) scale(.0351)}to{transform:translate(46.8305vw,99vh) scale(.0351)}}.snow:nth-child(354){opacity:.4856;transform:translate(20.8926vw,-10px) scale(.429);animation:fall-354 16s -20s linear infinite}@keyframes fall-354{74.17%{transform:translate(14.2321vw,74.17vh) scale(.429)}to{transform:translate(17.56235vw,99vh) scale(.429)}}.snow:nth-child(355){opacity:1.404;transform:translate(33.738vw,-10px) scale(.9964);animation:fall-355 21s -29s linear infinite}@keyframes fall-355{61.436%{transform:translate(31.8772vw,61.436vh) scale(.9964)}to{transform:translate(32.8076vw,99vh) scale(.9964)}}.snow:nth-child(356){opacity:.3694;transform:translate(2.7163vw,-10px) scale(.5825);animation:fall-356 16s -17s linear infinite}@keyframes fall-356{34.416%{transform:translate(.3069vw,34.416vh) scale(.5825)}to{transform:translate(1.5116vw,99vh) scale(.5825)}}.snow:nth-child(357){opacity:.3636;transform:translate(7.3235vw,-10px) scale(.2478);animation:fall-357 17s -29s linear infinite}@keyframes fall-357{63.48%{transform:translate(-.4166vw,63.48vh) scale(.2478)}to{transform:translate(3.45345vw,99vh) scale(.2478)}}.snow:nth-child(358){opacity:.3904;transform:translate(96.8368vw,-10px) scale(.2565);animation:fall-358 23s -24s linear infinite}@keyframes fall-358{70.784%{transform:translate(93.6246vw,70.784vh) scale(.2565)}to{transform:translate(95.2307vw,99vh) scale(.2565)}}.snow:nth-child(359){opacity:.6386;transform:translate(51.7227vw,-10px) scale(.1042);animation:fall-359 24s -7s linear infinite}@keyframes fall-359{60.58%{transform:translate(53.1821vw,60.58vh) scale(.1042)}to{transform:translate(52.4524vw,99vh) scale(.1042)}}.snow:nth-child(360){opacity:.3768;transform:translate(12.6258vw,-10px) scale(.1446);animation:fall-360 20s -25s linear infinite}@keyframes fall-360{66.13%{transform:translate(14.3533vw,66.13vh) scale(.1446)}to{transform:translate(13.48955vw,99vh) scale(.1446)}}.snow:nth-child(361){opacity:1.9802;transform:translate(65.3125vw,-10px) scale(.1352);animation:fall-361 28s -6s linear infinite}@keyframes fall-361{68.569%{transform:translate(63.3781vw,68.569vh) scale(.1352)}to{transform:translate(64.3453vw,99vh) scale(.1352)}}.snow:nth-child(362){opacity:.0842;transform:translate(99.7277vw,-10px) scale(.3578);animation:fall-362 27s -10s linear infinite}@keyframes fall-362{63.199%{transform:translate(105.3952vw,63.199vh) scale(.3578)}to{transform:translate(102.56145vw,99vh) scale(.3578)}}.snow:nth-child(363){opacity:1.5768;transform:translate(95.8297vw,-10px) scale(.4387);animation:fall-363 19s -8s linear infinite}@keyframes fall-363{45.156%{transform:translate(92.5852vw,45.156vh) scale(.4387)}to{transform:translate(94.20745vw,99vh) scale(.4387)}}.snow:nth-child(364){opacity:.6552;transform:translate(9.7535vw,-10px) scale(.6779);animation:fall-364 16s -6s linear infinite}@keyframes fall-364{46.2%{transform:translate(16.7853vw,46.2vh) scale(.6779)}to{transform:translate(13.2694vw,99vh) scale(.6779)}}.snow:nth-child(365){opacity:.2924;transform:translate(18.3311vw,-10px) scale(.3236);animation:fall-365 24s -6s linear infinite}@keyframes fall-365{40.671%{transform:translate(9.6201vw,40.671vh) scale(.3236)}to{transform:translate(13.9756vw,99vh) scale(.3236)}}.snow:nth-child(366){opacity:1.5328;transform:translate(38.6073vw,-10px) scale(.2552);animation:fall-366 29s -23s linear infinite}@keyframes fall-366{50.797%{transform:translate(36.6271vw,50.797vh) scale(.2552)}to{transform:translate(37.6172vw,99vh) scale(.2552)}}.snow:nth-child(367){opacity:1.9682;transform:translate(64.1595vw,-10px) scale(.2195);animation:fall-367 10s -12s linear infinite}@keyframes fall-367{37.637%{transform:translate(54.2037vw,37.637vh) scale(.2195)}to{transform:translate(59.1816vw,99vh) scale(.2195)}}.snow:nth-child(368){opacity:1.4056;transform:translate(7.6593vw,-10px) scale(.175);animation:fall-368 10s -17s linear infinite}@keyframes fall-368{31.644%{transform:translate(5.676vw,31.644vh) scale(.175)}to{transform:translate(6.66765vw,99vh) scale(.175)}}.snow:nth-child(369){opacity:1.4178;transform:translate(68.665vw,-10px) scale(.6379);animation:fall-369 15s -10s linear infinite}@keyframes fall-369{59.772%{transform:translate(58.9654vw,59.772vh) scale(.6379)}to{transform:translate(63.8152vw,99vh) scale(.6379)}}.snow:nth-child(370){opacity:.7074;transform:translate(57.423vw,-10px) scale(.5064);animation:fall-370 14s -8s linear infinite}@keyframes fall-370{35.47%{transform:translate(62.9709vw,35.47vh) scale(.5064)}to{transform:translate(60.19695vw,99vh) scale(.5064)}}.snow:nth-child(371){opacity:1.9386;transform:translate(98.8538vw,-10px) scale(.2553);animation:fall-371 18s -12s linear infinite}@keyframes fall-371{79.91%{transform:translate(93.2105vw,79.91vh) scale(.2553)}to{transform:translate(96.03215vw,99vh) scale(.2553)}}.snow:nth-child(372){opacity:.4676;transform:translate(98.0279vw,-10px) scale(.091);animation:fall-372 14s -9s linear infinite}@keyframes fall-372{42.688%{transform:translate(93.3229vw,42.688vh) scale(.091)}to{transform:translate(95.6754vw,99vh) scale(.091)}}.snow:nth-child(373){opacity:1.118;transform:translate(70.645vw,-10px) scale(.5124);animation:fall-373 15s -27s linear infinite}@keyframes fall-373{52.285%{transform:translate(75.3577vw,52.285vh) scale(.5124)}to{transform:translate(73.00135vw,99vh) scale(.5124)}}.snow:nth-child(374){opacity:1.8906;transform:translate(51.6005vw,-10px) scale(.7544);animation:fall-374 17s -6s linear infinite}@keyframes fall-374{61.611%{transform:translate(52.8452vw,61.611vh) scale(.7544)}to{transform:translate(52.22285vw,99vh) scale(.7544)}}.snow:nth-child(375){opacity:.6696;transform:translate(26.5983vw,-10px) scale(.204);animation:fall-375 20s -1s linear infinite}@keyframes fall-375{41.77%{transform:translate(34.5635vw,41.77vh) scale(.204)}to{transform:translate(30.5809vw,99vh) scale(.204)}}.snow:nth-child(376){opacity:.081;transform:translate(70.7773vw,-10px) scale(.5163);animation:fall-376 26s -3s linear infinite}@keyframes fall-376{56.478%{transform:translate(65.4431vw,56.478vh) scale(.5163)}to{transform:translate(68.1102vw,99vh) scale(.5163)}}.snow:nth-child(377){opacity:.1188;transform:translate(96.166vw,-10px) scale(.9674);animation:fall-377 19s -10s linear infinite}@keyframes fall-377{38.245%{transform:translate(101.9064vw,38.245vh) scale(.9674)}to{transform:translate(99.0362vw,99vh) scale(.9674)}}.snow:nth-child(378){opacity:.1808;transform:translate(73.1263vw,-10px) scale(.2891);animation:fall-378 30s -25s linear infinite}@keyframes fall-378{73.174%{transform:translate(67.6782vw,73.174vh) scale(.2891)}to{transform:translate(70.40225vw,99vh) scale(.2891)}}.snow:nth-child(379){opacity:1.1516;transform:translate(77.7153vw,-10px) scale(.8572);animation:fall-379 16s -25s linear infinite}@keyframes fall-379{36.911%{transform:translate(73.1194vw,36.911vh) scale(.8572)}to{transform:translate(75.41735vw,99vh) scale(.8572)}}.snow:nth-child(380){opacity:1.3938;transform:translate(76.0917vw,-10px) scale(.5349);animation:fall-380 15s -11s linear infinite}@keyframes fall-380{53.488%{transform:translate(85.1983vw,53.488vh) scale(.5349)}to{transform:translate(80.645vw,99vh) scale(.5349)}}.snow:nth-child(381){opacity:1.1104;transform:translate(47.6697vw,-10px) scale(.3947);animation:fall-381 29s -24s linear infinite}@keyframes fall-381{32.484%{transform:translate(50.1441vw,32.484vh) scale(.3947)}to{transform:translate(48.9069vw,99vh) scale(.3947)}}.snow:nth-child(382){opacity:.9398;transform:translate(62.6493vw,-10px) scale(.5377);animation:fall-382 19s -13s linear infinite}@keyframes fall-382{44.966%{transform:translate(64.4634vw,44.966vh) scale(.5377)}to{transform:translate(63.55635vw,99vh) scale(.5377)}}.snow:nth-child(383){opacity:1.7052;transform:translate(82.5736vw,-10px) scale(.248);animation:fall-383 12s -11s linear infinite}@keyframes fall-383{56.818%{transform:translate(90.6652vw,56.818vh) scale(.248)}to{transform:translate(86.6194vw,99vh) scale(.248)}}.snow:nth-child(384){opacity:1.2236;transform:translate(71.7323vw,-10px) scale(.5524);animation:fall-384 13s -2s linear infinite}@keyframes fall-384{41.037%{transform:translate(67.8772vw,41.037vh) scale(.5524)}to{transform:translate(69.80475vw,99vh) scale(.5524)}}.snow:nth-child(385){opacity:1.9788;transform:translate(18.7286vw,-10px) scale(.8175);animation:fall-385 21s -10s linear infinite}@keyframes fall-385{37.247%{transform:translate(12.5704vw,37.247vh) scale(.8175)}to{transform:translate(15.6495vw,99vh) scale(.8175)}}.snow:nth-child(386){opacity:1.4046;transform:translate(61.9071vw,-10px) scale(.536);animation:fall-386 17s -19s linear infinite}@keyframes fall-386{57.772%{transform:translate(71.7648vw,57.772vh) scale(.536)}to{transform:translate(66.83595vw,99vh) scale(.536)}}.snow:nth-child(387){opacity:1.2536;transform:translate(90.5847vw,-10px) scale(.1213);animation:fall-387 27s -30s linear infinite}@keyframes fall-387{76.011%{transform:translate(88.6076vw,76.011vh) scale(.1213)}to{transform:translate(89.59615vw,99vh) scale(.1213)}}.snow:nth-child(388){opacity:.0148;transform:translate(71.1622vw,-10px) scale(.791);animation:fall-388 16s -6s linear infinite}@keyframes fall-388{54.022%{transform:translate(71.6815vw,54.022vh) scale(.791)}to{transform:translate(71.42185vw,99vh) scale(.791)}}.snow:nth-child(389){opacity:.6186;transform:translate(25.8301vw,-10px) scale(.9902);animation:fall-389 30s -4s linear infinite}@keyframes fall-389{78.748%{transform:translate(18.9227vw,78.748vh) scale(.9902)}to{transform:translate(22.3764vw,99vh) scale(.9902)}}.snow:nth-child(390){opacity:.78;transform:translate(21.9593vw,-10px) scale(.1496);animation:fall-390 29s -19s linear infinite}@keyframes fall-390{61.739%{transform:translate(14.3326vw,61.739vh) scale(.1496)}to{transform:translate(18.14595vw,99vh) scale(.1496)}}.snow:nth-child(391){opacity:.3442;transform:translate(1.8769vw,-10px) scale(.9257);animation:fall-391 13s -26s linear infinite}@keyframes fall-391{73.306%{transform:translate(5.1346vw,73.306vh) scale(.9257)}to{transform:translate(3.50575vw,99vh) scale(.9257)}}.snow:nth-child(392){opacity:.1178;transform:translate(15.1681vw,-10px) scale(.7908);animation:fall-392 30s -12s linear infinite}@keyframes fall-392{39.316%{transform:translate(13.2893vw,39.316vh) scale(.7908)}to{transform:translate(14.2287vw,99vh) scale(.7908)}}.snow:nth-child(393){opacity:1.3524;transform:translate(1.5978vw,-10px) scale(.8456);animation:fall-393 11s -21s linear infinite}@keyframes fall-393{42.61%{transform:translate(3.1075vw,42.61vh) scale(.8456)}to{transform:translate(2.35265vw,99vh) scale(.8456)}}.snow:nth-child(394){opacity:.584;transform:translate(13.3333vw,-10px) scale(.1093);animation:fall-394 28s -18s linear infinite}@keyframes fall-394{65.598%{transform:translate(9.1481vw,65.598vh) scale(.1093)}to{transform:translate(11.2407vw,99vh) scale(.1093)}}.snow:nth-child(395){opacity:.0942;transform:translate(3.008vw,-10px) scale(.7891);animation:fall-395 12s -4s linear infinite}@keyframes fall-395{78.127%{transform:translate(4.2818vw,78.127vh) scale(.7891)}to{transform:translate(3.6449vw,99vh) scale(.7891)}}.snow:nth-child(396){opacity:.2414;transform:translate(52.9073vw,-10px) scale(.5544);animation:fall-396 21s -5s linear infinite}@keyframes fall-396{32.647%{transform:translate(61.2866vw,32.647vh) scale(.5544)}to{transform:translate(57.09695vw,99vh) scale(.5544)}}.snow:nth-child(397){opacity:.3368;transform:translate(28.0288vw,-10px) scale(.0635);animation:fall-397 11s -10s linear infinite}@keyframes fall-397{66.165%{transform:translate(20.2453vw,66.165vh) scale(.0635)}to{transform:translate(24.13705vw,99vh) scale(.0635)}}.snow:nth-child(398){opacity:.4002;transform:translate(87.2417vw,-10px) scale(.19);animation:fall-398 20s -20s linear infinite}@keyframes fall-398{38.338%{transform:translate(91.0773vw,38.338vh) scale(.19)}to{transform:translate(89.1595vw,99vh) scale(.19)}}.snow:nth-child(399){opacity:1.1962;transform:translate(67.9819vw,-10px) scale(.0566);animation:fall-399 10s -24s linear infinite}@keyframes fall-399{46.101%{transform:translate(66.3493vw,46.101vh) scale(.0566)}to{transform:translate(67.1656vw,99vh) scale(.0566)}}.snow:nth-child(400){opacity:1.4998;transform:translate(80.2012vw,-10px) scale(.922);animation:fall-400 23s -25s linear infinite}@keyframes fall-400{41.393%{transform:translate(89.1793vw,41.393vh) scale(.922)}to{transform:translate(84.69025vw,99vh) scale(.922)}}\n"] }]
29
- }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFNN0Qsa01BQWtNO0FBT2xNLE1BQU0sT0FBTyxZQUFZO0lBTXJCLFlBQW9CLEdBQWlCLEVBQVMsTUFBZ0IsRUFBVSxNQUFjO1FBQWxFLFFBQUcsR0FBSCxHQUFHLENBQWM7UUFBUyxXQUFNLEdBQU4sTUFBTSxDQUFVO1FBQVUsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQUovRSxVQUFLLEdBQWEsRUFBRSxDQUFDO1FBRXJCLGdCQUFXLEdBQUcsQ0FBQyxDQUFTLEVBQUUsSUFBUyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUM7UUFJaEQsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWE7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUU7Z0JBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTNCLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRTtZQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLHVEQUF1RCxDQUFDLENBQUE7WUFDcEUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7U0FDakU7SUFDTCxDQUFDOzt5R0FoQlEsWUFBWTs2RkFBWixZQUFZLGdEQ2R6Qix1TEFHK0I7MkZEV2xCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSBcIkBhbmd1bGFyL3JvdXRlclwiO1xyXG5cclxuLy8gQ29uZmlndXJhemlvbmlcclxuaW1wb3J0IHsgQXBwU3RhdGUsIFRva2VuU2VydmljZSB9IGZyb20gXCJAZXNmYWVuemEvY29yZS9zZXJ2aWNlc1wiO1xyXG5cclxuLyogTi5COiBRdWVzdG8gY29tcG9uZW50ZSBub24gcHXDsiBkaXZlbnRhcmUgc3RhbmRhbG9uZS4gw4ggaWwgcHVudG8gZGkgaW5ncmVzc28gcGVyIGlsIGJvb3RzdHJhcCBkZWkgbW9kdWxpIGRpIEZyb250ZW5kLCBjaGUgTk9OIHNpIGJhc2FubyBzdWkgY29tcG9uZW50aSBzdGFuZGFsb25lIGEgbWVubyBkaSByYXJlIGZ1bnppb25hbGl0w6AgKi9cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2FwcC1yb290JyxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBzdHlsZVVybHM6IFtcIi4vYXBwLmNvbXBvbmVudC5zY3NzXCJdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FwcC5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIEFwcENvbXBvbmVudCB7XHJcblxyXG4gICAgcHVibGljIHNub3dzOiBudW1iZXJbXSA9IFtdO1xyXG5cclxuICAgIHB1YmxpYyBzbm93VHJhY2tCeSA9IChfOiBudW1iZXIsIGl0ZW06IGFueSkgPT4gaXRlbTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGJ0czogVG9rZW5TZXJ2aWNlLCBwdWJsaWMgX3N0YXRlOiBBcHBTdGF0ZSwgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUpIHtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coXCJBcHBDb21wb25lbnQgLSBubyBhY2NvdW50IHNjb3BlLCByZWRpcmVjdGluZyB0byBsb2dpblwiKVxyXG4gICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbXCJsb2dpblwiLCB7IGZyb21Vcmw6IHRoaXMucm91dGVyLnVybCB9XSk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59IiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cIl9zdGF0ZS5jaHJpc3RtYXNUaW1lXCI+XHJcbiAgICA8ZGl2ICpuZ0Zvcj1cImxldCBpIG9mIHNub3dzOyB0cmFja0J5OiBzbm93VHJhY2tCeVwiIGNsYXNzPVwic25vd1wiPjwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PiJdfQ==
29
+ 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.602;transform:translate(23.896vw,-10px) scale(.2566);animation:fall-1 24s -10s linear infinite}@keyframes fall-1{35.655%{transform:translate(14.1599vw,35.655vh) scale(.2566)}to{transform:translate(19.02795vw,99vh) scale(.2566)}}.snow:nth-child(2){opacity:.0436;transform:translate(5.4007vw,-10px) scale(.5871);animation:fall-2 21s -21s linear infinite}@keyframes fall-2{38.274%{transform:translate(-4.3068vw,38.274vh) scale(.5871)}to{transform:translate(.54695vw,99vh) scale(.5871)}}.snow:nth-child(3){opacity:1.717;transform:translate(58.4099vw,-10px) scale(.0919);animation:fall-3 24s -3s linear infinite}@keyframes fall-3{34.704%{transform:translate(49.3788vw,34.704vh) scale(.0919)}to{transform:translate(53.89435vw,99vh) scale(.0919)}}.snow:nth-child(4){opacity:1.9486;transform:translate(94.8248vw,-10px) scale(.4869);animation:fall-4 28s -10s linear infinite}@keyframes fall-4{64.324%{transform:translate(89.2025vw,64.324vh) scale(.4869)}to{transform:translate(92.01365vw,99vh) scale(.4869)}}.snow:nth-child(5){opacity:.3986;transform:translate(98.1947vw,-10px) scale(.4129);animation:fall-5 24s -1s linear infinite}@keyframes fall-5{78.645%{transform:translate(91.2311vw,78.645vh) scale(.4129)}to{transform:translate(94.7129vw,99vh) scale(.4129)}}.snow:nth-child(6){opacity:1.754;transform:translate(41.8879vw,-10px) scale(.3448);animation:fall-6 14s -25s linear infinite}@keyframes fall-6{38.221%{transform:translate(40.95vw,38.221vh) scale(.3448)}to{transform:translate(41.41895vw,99vh) scale(.3448)}}.snow:nth-child(7){opacity:.4046;transform:translate(46.9679vw,-10px) scale(.3745);animation:fall-7 17s -14s linear infinite}@keyframes fall-7{47.466%{transform:translate(55.111vw,47.466vh) scale(.3745)}to{transform:translate(51.03945vw,99vh) scale(.3745)}}.snow:nth-child(8){opacity:1.8584;transform:translate(30.2764vw,-10px) scale(.9153);animation:fall-8 16s -6s linear infinite}@keyframes fall-8{31.855%{transform:translate(23.4036vw,31.855vh) scale(.9153)}to{transform:translate(26.84vw,99vh) scale(.9153)}}.snow:nth-child(9){opacity:1.6218;transform:translate(96.0937vw,-10px) scale(.0853);animation:fall-9 18s -21s linear infinite}@keyframes fall-9{58.971%{transform:translate(89.072vw,58.971vh) scale(.0853)}to{transform:translate(92.58285vw,99vh) scale(.0853)}}.snow:nth-child(10){opacity:1.1216;transform:translate(52.4074vw,-10px) scale(.791);animation:fall-10 23s -8s linear infinite}@keyframes fall-10{60.914%{transform:translate(44.1186vw,60.914vh) scale(.791)}to{transform:translate(48.263vw,99vh) scale(.791)}}.snow:nth-child(11){opacity:1.7808;transform:translate(11.0131vw,-10px) scale(.5119);animation:fall-11 26s -13s linear infinite}@keyframes fall-11{76.217%{transform:translate(8.636vw,76.217vh) scale(.5119)}to{transform:translate(9.82455vw,99vh) scale(.5119)}}.snow:nth-child(12){opacity:1.9536;transform:translate(86.9875vw,-10px) scale(.7341);animation:fall-12 17s -10s linear infinite}@keyframes fall-12{45.902%{transform:translate(80.197vw,45.902vh) scale(.7341)}to{transform:translate(83.59225vw,99vh) scale(.7341)}}.snow:nth-child(13){opacity:1.5638;transform:translate(59.8693vw,-10px) scale(.5184);animation:fall-13 18s -15s linear infinite}@keyframes fall-13{46.14%{transform:translate(60.1778vw,46.14vh) scale(.5184)}to{transform:translate(60.02355vw,99vh) scale(.5184)}}.snow:nth-child(14){opacity:1.908;transform:translate(47.1388vw,-10px) scale(.8813);animation:fall-14 11s -12s linear infinite}@keyframes fall-14{34.546%{transform:translate(42.0221vw,34.546vh) scale(.8813)}to{transform:translate(44.58045vw,99vh) scale(.8813)}}.snow:nth-child(15){opacity:1.8926;transform:translate(14.8897vw,-10px) scale(.0898);animation:fall-15 28s -19s linear infinite}@keyframes fall-15{44.418%{transform:translate(23.6509vw,44.418vh) scale(.0898)}to{transform:translate(19.2703vw,99vh) scale(.0898)}}.snow:nth-child(16){opacity:1.6184;transform:translate(74.3231vw,-10px) scale(.8827);animation:fall-16 28s -19s linear infinite}@keyframes fall-16{58.295%{transform:translate(67.3944vw,58.295vh) scale(.8827)}to{transform:translate(70.85875vw,99vh) scale(.8827)}}.snow:nth-child(17){opacity:1.4874;transform:translate(53.7438vw,-10px) scale(.1515);animation:fall-17 29s -26s linear infinite}@keyframes fall-17{33.621%{transform:translate(48.3803vw,33.621vh) scale(.1515)}to{transform:translate(51.06205vw,99vh) scale(.1515)}}.snow:nth-child(18){opacity:.8698;transform:translate(14.1831vw,-10px) scale(.5305);animation:fall-18 22s -7s linear infinite}@keyframes fall-18{49.997%{transform:translate(13.7642vw,49.997vh) scale(.5305)}to{transform:translate(13.97365vw,99vh) scale(.5305)}}.snow:nth-child(19){opacity:.4044;transform:translate(90.8972vw,-10px) scale(.951);animation:fall-19 28s -21s linear infinite}@keyframes fall-19{63.692%{transform:translate(82.4922vw,63.692vh) scale(.951)}to{transform:translate(86.6947vw,99vh) scale(.951)}}.snow:nth-child(20){opacity:1.4382;transform:translate(11.8935vw,-10px) scale(.1768);animation:fall-20 15s -1s linear infinite}@keyframes fall-20{49.296%{transform:translate(10.4441vw,49.296vh) scale(.1768)}to{transform:translate(11.1688vw,99vh) scale(.1768)}}.snow:nth-child(21){opacity:1.1632;transform:translate(85.6307vw,-10px) scale(.9525);animation:fall-21 18s -23s linear infinite}@keyframes fall-21{53.677%{transform:translate(82.6734vw,53.677vh) scale(.9525)}to{transform:translate(84.15205vw,99vh) scale(.9525)}}.snow:nth-child(22){opacity:.9798;transform:translate(31.341vw,-10px) scale(.0954);animation:fall-22 17s -4s linear infinite}@keyframes fall-22{38.672%{transform:translate(38.8805vw,38.672vh) scale(.0954)}to{transform:translate(35.11075vw,99vh) scale(.0954)}}.snow:nth-child(23){opacity:.9764;transform:translate(48.6632vw,-10px) scale(.473);animation:fall-23 14s -25s linear infinite}@keyframes fall-23{60.545%{transform:translate(52.4859vw,60.545vh) scale(.473)}to{transform:translate(50.57455vw,99vh) scale(.473)}}.snow:nth-child(24){opacity:.0544;transform:translate(62.7734vw,-10px) scale(.441);animation:fall-24 29s -28s linear infinite}@keyframes fall-24{60.749%{transform:translate(56.6093vw,60.749vh) scale(.441)}to{transform:translate(59.69135vw,99vh) scale(.441)}}.snow:nth-child(25){opacity:1.0716;transform:translate(2.6129vw,-10px) scale(.3686);animation:fall-25 12s -29s linear infinite}@keyframes fall-25{32.334%{transform:translate(-1.6822vw,32.334vh) scale(.3686)}to{transform:translate(.46535vw,99vh) scale(.3686)}}.snow:nth-child(26){opacity:1.6468;transform:translate(45.0257vw,-10px) scale(.7023);animation:fall-26 23s -3s linear infinite}@keyframes fall-26{40.949%{transform:translate(39.9728vw,40.949vh) scale(.7023)}to{transform:translate(42.49925vw,99vh) scale(.7023)}}.snow:nth-child(27){opacity:.8098;transform:translate(7.3173vw,-10px) scale(.1354);animation:fall-27 24s -26s linear infinite}@keyframes fall-27{62.493%{transform:translate(10.7268vw,62.493vh) scale(.1354)}to{transform:translate(9.02205vw,99vh) scale(.1354)}}.snow:nth-child(28){opacity:1.4472;transform:translate(68.6213vw,-10px) scale(.8692);animation:fall-28 20s -11s linear infinite}@keyframes fall-28{34.113%{transform:translate(71.5915vw,34.113vh) scale(.8692)}to{transform:translate(70.1064vw,99vh) scale(.8692)}}.snow:nth-child(29){opacity:.6842;transform:translate(59.3696vw,-10px) scale(.8936);animation:fall-29 27s -15s linear infinite}@keyframes fall-29{40.638%{transform:translate(52.8419vw,40.638vh) scale(.8936)}to{transform:translate(56.10575vw,99vh) scale(.8936)}}.snow:nth-child(30){opacity:1.1002;transform:translate(12.328vw,-10px) scale(.802);animation:fall-30 21s -13s linear infinite}@keyframes fall-30{61.151%{transform:translate(18.1138vw,61.151vh) scale(.802)}to{transform:translate(15.2209vw,99vh) scale(.802)}}.snow:nth-child(31){opacity:.5804;transform:translate(45.2413vw,-10px) scale(.877);animation:fall-31 20s -5s linear infinite}@keyframes fall-31{36.686%{transform:translate(52.7393vw,36.686vh) scale(.877)}to{transform:translate(48.9903vw,99vh) scale(.877)}}.snow:nth-child(32){opacity:.4978;transform:translate(74.3904vw,-10px) scale(.3805);animation:fall-32 11s -19s linear infinite}@keyframes fall-32{57.051%{transform:translate(73.8912vw,57.051vh) scale(.3805)}to{transform:translate(74.1408vw,99vh) scale(.3805)}}.snow:nth-child(33){opacity:1.984;transform:translate(6.6667vw,-10px) scale(.4222);animation:fall-33 10s -24s linear infinite}@keyframes fall-33{60.121%{transform:translate(8.7915vw,60.121vh) scale(.4222)}to{transform:translate(7.7291vw,99vh) scale(.4222)}}.snow:nth-child(34){opacity:1.3124;transform:translate(78.8734vw,-10px) scale(.8188);animation:fall-34 14s -4s linear infinite}@keyframes fall-34{51.561%{transform:translate(75.4719vw,51.561vh) scale(.8188)}to{transform:translate(77.17265vw,99vh) scale(.8188)}}.snow:nth-child(35){opacity:.4392;transform:translate(75.645vw,-10px) scale(.651);animation:fall-35 30s -9s linear infinite}@keyframes fall-35{65.554%{transform:translate(77.1125vw,65.554vh) scale(.651)}to{transform:translate(76.37875vw,99vh) scale(.651)}}.snow:nth-child(36){opacity:.4196;transform:translate(87.6779vw,-10px) scale(.3749);animation:fall-36 28s -28s linear infinite}@keyframes fall-36{63.607%{transform:translate(79.7459vw,63.607vh) scale(.3749)}to{transform:translate(83.7119vw,99vh) scale(.3749)}}.snow:nth-child(37){opacity:.7644;transform:translate(81.8242vw,-10px) scale(.0847);animation:fall-37 14s -7s linear infinite}@keyframes fall-37{67.3%{transform:translate(91.4056vw,67.3vh) scale(.0847)}to{transform:translate(86.6149vw,99vh) scale(.0847)}}.snow:nth-child(38){opacity:1.5528;transform:translate(49.1472vw,-10px) scale(.3825);animation:fall-38 23s -17s linear infinite}@keyframes fall-38{58.672%{transform:translate(48.4204vw,58.672vh) scale(.3825)}to{transform:translate(48.7838vw,99vh) scale(.3825)}}.snow:nth-child(39){opacity:.4458;transform:translate(43.8719vw,-10px) scale(.7202);animation:fall-39 11s -13s linear infinite}@keyframes fall-39{53.914%{transform:translate(40.162vw,53.914vh) scale(.7202)}to{transform:translate(42.01695vw,99vh) scale(.7202)}}.snow:nth-child(40){opacity:1.4538;transform:translate(85.5372vw,-10px) scale(.0699);animation:fall-40 21s -26s linear infinite}@keyframes fall-40{39.096%{transform:translate(76.314vw,39.096vh) scale(.0699)}to{transform:translate(80.9256vw,99vh) scale(.0699)}}.snow:nth-child(41){opacity:1.5838;transform:translate(25.0814vw,-10px) scale(.1826);animation:fall-41 13s -15s linear infinite}@keyframes fall-41{40.985%{transform:translate(27.4239vw,40.985vh) scale(.1826)}to{transform:translate(26.25265vw,99vh) scale(.1826)}}.snow:nth-child(42){opacity:.955;transform:translate(66.5553vw,-10px) scale(.0342);animation:fall-42 21s -16s linear infinite}@keyframes fall-42{69.766%{transform:translate(69.4026vw,69.766vh) scale(.0342)}to{transform:translate(67.97895vw,99vh) scale(.0342)}}.snow:nth-child(43){opacity:.8428;transform:translate(44.0366vw,-10px) scale(.2863);animation:fall-43 17s -6s linear infinite}@keyframes fall-43{74.79%{transform:translate(43.5322vw,74.79vh) scale(.2863)}to{transform:translate(43.7844vw,99vh) scale(.2863)}}.snow:nth-child(44){opacity:.2016;transform:translate(24.5869vw,-10px) scale(.1249);animation:fall-44 26s -13s linear infinite}@keyframes fall-44{39.702%{transform:translate(25.9616vw,39.702vh) scale(.1249)}to{transform:translate(25.27425vw,99vh) scale(.1249)}}.snow:nth-child(45){opacity:1.9316;transform:translate(50.6186vw,-10px) scale(.7409);animation:fall-45 25s -1s linear infinite}@keyframes fall-45{59.561%{transform:translate(47.5773vw,59.561vh) scale(.7409)}to{transform:translate(49.09795vw,99vh) scale(.7409)}}.snow:nth-child(46){opacity:.292;transform:translate(70.7313vw,-10px) scale(.1716);animation:fall-46 20s -21s linear infinite}@keyframes fall-46{65.845%{transform:translate(79.6813vw,65.845vh) scale(.1716)}to{transform:translate(75.2063vw,99vh) scale(.1716)}}.snow:nth-child(47){opacity:1.743;transform:translate(46.5846vw,-10px) scale(.6394);animation:fall-47 20s -30s linear infinite}@keyframes fall-47{68.363%{transform:translate(40.8948vw,68.363vh) scale(.6394)}to{transform:translate(43.7397vw,99vh) scale(.6394)}}.snow:nth-child(48){opacity:1.7578;transform:translate(76.0532vw,-10px) scale(.9184);animation:fall-48 28s -18s linear infinite}@keyframes fall-48{39.85%{transform:translate(73.9601vw,39.85vh) scale(.9184)}to{transform:translate(75.00665vw,99vh) scale(.9184)}}.snow:nth-child(49){opacity:1.008;transform:translate(47.7164vw,-10px) scale(.9044);animation:fall-49 19s -15s linear infinite}@keyframes fall-49{70.052%{transform:translate(38.9095vw,70.052vh) scale(.9044)}to{transform:translate(43.31295vw,99vh) scale(.9044)}}.snow:nth-child(50){opacity:.235;transform:translate(44.8198vw,-10px) scale(.3874);animation:fall-50 10s -19s linear infinite}@keyframes fall-50{70.897%{transform:translate(51.9916vw,70.897vh) scale(.3874)}to{transform:translate(48.4057vw,99vh) scale(.3874)}}.snow:nth-child(51){opacity:1.6168;transform:translate(22.0161vw,-10px) scale(.4221);animation:fall-51 20s -14s linear infinite}@keyframes fall-51{57.845%{transform:translate(13.7054vw,57.845vh) scale(.4221)}to{transform:translate(17.86075vw,99vh) scale(.4221)}}.snow:nth-child(52){opacity:1.1246;transform:translate(14.0574vw,-10px) scale(.2937);animation:fall-52 19s -17s linear infinite}@keyframes fall-52{36.143%{transform:translate(11.5335vw,36.143vh) scale(.2937)}to{transform:translate(12.79545vw,99vh) scale(.2937)}}.snow:nth-child(53){opacity:1.675;transform:translate(15.1115vw,-10px) scale(.9998);animation:fall-53 15s -1s linear infinite}@keyframes fall-53{40.336%{transform:translate(21.4283vw,40.336vh) scale(.9998)}to{transform:translate(18.2699vw,99vh) scale(.9998)}}.snow:nth-child(54){opacity:.3528;transform:translate(76.7594vw,-10px) scale(.4552);animation:fall-54 23s -5s linear infinite}@keyframes fall-54{52.092%{transform:translate(71.35vw,52.092vh) scale(.4552)}to{transform:translate(74.0547vw,99vh) scale(.4552)}}.snow:nth-child(55){opacity:.9996;transform:translate(93.3592vw,-10px) scale(.484);animation:fall-55 19s -10s linear infinite}@keyframes fall-55{75.109%{transform:translate(93.8466vw,75.109vh) scale(.484)}to{transform:translate(93.6029vw,99vh) scale(.484)}}.snow:nth-child(56){opacity:.4204;transform:translate(92.9955vw,-10px) scale(.6416);animation:fall-56 26s -24s linear infinite}@keyframes fall-56{44.996%{transform:translate(90.0824vw,44.996vh) scale(.6416)}to{transform:translate(91.53895vw,99vh) scale(.6416)}}.snow:nth-child(57){opacity:.317;transform:translate(64.8745vw,-10px) scale(.2221);animation:fall-57 26s -5s linear infinite}@keyframes fall-57{34.718%{transform:translate(68.6714vw,34.718vh) scale(.2221)}to{transform:translate(66.77295vw,99vh) scale(.2221)}}.snow:nth-child(58){opacity:.2928;transform:translate(16.6682vw,-10px) scale(.746);animation:fall-58 13s -1s linear infinite}@keyframes fall-58{77.659%{transform:translate(22.4963vw,77.659vh) scale(.746)}to{transform:translate(19.58225vw,99vh) scale(.746)}}.snow:nth-child(59){opacity:.2664;transform:translate(6.4079vw,-10px) scale(.8837);animation:fall-59 14s -20s linear infinite}@keyframes fall-59{73.616%{transform:translate(7.6721vw,73.616vh) scale(.8837)}to{transform:translate(7.04vw,99vh) scale(.8837)}}.snow:nth-child(60){opacity:1.2196;transform:translate(42.9829vw,-10px) scale(.141);animation:fall-60 16s -30s linear infinite}@keyframes fall-60{78.064%{transform:translate(43.5746vw,78.064vh) scale(.141)}to{transform:translate(43.27875vw,99vh) scale(.141)}}.snow:nth-child(61){opacity:.0258;transform:translate(59.3182vw,-10px) scale(.5708);animation:fall-61 20s -9s linear infinite}@keyframes fall-61{74.547%{transform:translate(52.8164vw,74.547vh) scale(.5708)}to{transform:translate(56.0673vw,99vh) scale(.5708)}}.snow:nth-child(62){opacity:.3916;transform:translate(79.9252vw,-10px) scale(.1176);animation:fall-62 15s -18s linear infinite}@keyframes fall-62{30.495%{transform:translate(80.4603vw,30.495vh) scale(.1176)}to{transform:translate(80.19275vw,99vh) scale(.1176)}}.snow:nth-child(63){opacity:1.981;transform:translate(85.9888vw,-10px) scale(.5102);animation:fall-63 16s -15s linear infinite}@keyframes fall-63{71.707%{transform:translate(92.5188vw,71.707vh) scale(.5102)}to{transform:translate(89.2538vw,99vh) scale(.5102)}}.snow:nth-child(64){opacity:1.815;transform:translate(84.0991vw,-10px) scale(.2695);animation:fall-64 19s -5s linear infinite}@keyframes fall-64{45.702%{transform:translate(80.6751vw,45.702vh) scale(.2695)}to{transform:translate(82.3871vw,99vh) scale(.2695)}}.snow:nth-child(65){opacity:.6812;transform:translate(71.752vw,-10px) scale(.4092);animation:fall-65 17s -14s linear infinite}@keyframes fall-65{30.792%{transform:translate(74.9873vw,30.792vh) scale(.4092)}to{transform:translate(73.36965vw,99vh) scale(.4092)}}.snow:nth-child(66){opacity:1.0136;transform:translate(67.7576vw,-10px) scale(.9153);animation:fall-66 22s -17s linear infinite}@keyframes fall-66{33.215%{transform:translate(68.15vw,33.215vh) scale(.9153)}to{transform:translate(67.9538vw,99vh) scale(.9153)}}.snow:nth-child(67){opacity:.9246;transform:translate(69.3995vw,-10px) scale(.6164);animation:fall-67 19s -15s linear infinite}@keyframes fall-67{78.161%{transform:translate(65.4619vw,78.161vh) scale(.6164)}to{transform:translate(67.4307vw,99vh) scale(.6164)}}.snow:nth-child(68){opacity:1.7246;transform:translate(6.8124vw,-10px) scale(.7353);animation:fall-68 23s -27s linear infinite}@keyframes fall-68{44.378%{transform:translate(6.9471vw,44.378vh) scale(.7353)}to{transform:translate(6.87975vw,99vh) scale(.7353)}}.snow:nth-child(69){opacity:1.4472;transform:translate(12.5773vw,-10px) scale(.0812);animation:fall-69 10s -22s linear infinite}@keyframes fall-69{51.62%{transform:translate(17.3217vw,51.62vh) scale(.0812)}to{transform:translate(14.9495vw,99vh) scale(.0812)}}.snow:nth-child(70){opacity:.2296;transform:translate(52.3568vw,-10px) scale(.6839);animation:fall-70 23s -19s linear infinite}@keyframes fall-70{36.882%{transform:translate(55.0293vw,36.882vh) scale(.6839)}to{transform:translate(53.69305vw,99vh) scale(.6839)}}.snow:nth-child(71){opacity:.8292;transform:translate(48.6975vw,-10px) scale(.4879);animation:fall-71 21s -4s linear infinite}@keyframes fall-71{60.049%{transform:translate(47.4037vw,60.049vh) scale(.4879)}to{transform:translate(48.0506vw,99vh) scale(.4879)}}.snow:nth-child(72){opacity:1.0504;transform:translate(54.1524vw,-10px) scale(.5207);animation:fall-72 28s -7s linear infinite}@keyframes fall-72{69.078%{transform:translate(62.3959vw,69.078vh) scale(.5207)}to{transform:translate(58.27415vw,99vh) scale(.5207)}}.snow:nth-child(73){opacity:1.9238;transform:translate(3.9324vw,-10px) scale(.8918);animation:fall-73 29s -20s linear infinite}@keyframes fall-73{43.011%{transform:translate(-.5909vw,43.011vh) scale(.8918)}to{transform:translate(1.67075vw,99vh) scale(.8918)}}.snow:nth-child(74){opacity:1.7914;transform:translate(83.1111vw,-10px) scale(.4557);animation:fall-74 12s -11s linear infinite}@keyframes fall-74{52.404%{transform:translate(73.5563vw,52.404vh) scale(.4557)}to{transform:translate(78.3337vw,99vh) scale(.4557)}}.snow:nth-child(75){opacity:1.2958;transform:translate(94.3251vw,-10px) scale(.74);animation:fall-75 15s -23s linear infinite}@keyframes fall-75{74.842%{transform:translate(101.4284vw,74.842vh) scale(.74)}to{transform:translate(97.87675vw,99vh) scale(.74)}}.snow:nth-child(76){opacity:1.7154;transform:translate(13.0856vw,-10px) scale(.2685);animation:fall-76 19s -5s linear infinite}@keyframes fall-76{70.589%{transform:translate(9.3139vw,70.589vh) scale(.2685)}to{transform:translate(11.19975vw,99vh) scale(.2685)}}.snow:nth-child(77){opacity:.2888;transform:translate(30.6148vw,-10px) scale(.4929);animation:fall-77 10s -27s linear infinite}@keyframes fall-77{37.425%{transform:translate(33.3852vw,37.425vh) scale(.4929)}to{transform:translate(32vw,99vh) scale(.4929)}}.snow:nth-child(78){opacity:.5908;transform:translate(24.5852vw,-10px) scale(.7539);animation:fall-78 19s -29s linear infinite}@keyframes fall-78{35.645%{transform:translate(19.5148vw,35.645vh) scale(.7539)}to{transform:translate(22.05vw,99vh) scale(.7539)}}.snow:nth-child(79){opacity:1.2252;transform:translate(60.2447vw,-10px) scale(.7884);animation:fall-79 22s -15s linear infinite}@keyframes fall-79{38.8%{transform:translate(61.8667vw,38.8vh) scale(.7884)}to{transform:translate(61.0557vw,99vh) scale(.7884)}}.snow:nth-child(80){opacity:.792;transform:translate(7.2801vw,-10px) scale(.9885);animation:fall-80 21s -24s linear infinite}@keyframes fall-80{63.435%{transform:translate(1.7163vw,63.435vh) scale(.9885)}to{transform:translate(4.4982vw,99vh) scale(.9885)}}.snow:nth-child(81){opacity:1.1926;transform:translate(32.4256vw,-10px) scale(.7573);animation:fall-81 22s -7s linear infinite}@keyframes fall-81{56.752%{transform:translate(23.5018vw,56.752vh) scale(.7573)}to{transform:translate(27.9637vw,99vh) scale(.7573)}}.snow:nth-child(82){opacity:.8612;transform:translate(78.12vw,-10px) scale(.7061);animation:fall-82 13s -14s linear infinite}@keyframes fall-82{61.486%{transform:translate(70.667vw,61.486vh) scale(.7061)}to{transform:translate(74.3935vw,99vh) scale(.7061)}}.snow:nth-child(83){opacity:1.0304;transform:translate(85.5145vw,-10px) scale(.4974);animation:fall-83 16s -27s linear infinite}@keyframes fall-83{57.089%{transform:translate(81.2382vw,57.089vh) scale(.4974)}to{transform:translate(83.37635vw,99vh) scale(.4974)}}.snow:nth-child(84){opacity:.0418;transform:translate(90.9805vw,-10px) scale(.9475);animation:fall-84 28s -17s linear infinite}@keyframes fall-84{75.903%{transform:translate(99.7463vw,75.903vh) scale(.9475)}to{transform:translate(95.3634vw,99vh) scale(.9475)}}.snow:nth-child(85){opacity:1.0334;transform:translate(25.8967vw,-10px) scale(.071);animation:fall-85 24s -3s linear infinite}@keyframes fall-85{58.337%{transform:translate(23.079vw,58.337vh) scale(.071)}to{transform:translate(24.48785vw,99vh) scale(.071)}}.snow:nth-child(86){opacity:1.8192;transform:translate(44.0843vw,-10px) scale(.4091);animation:fall-86 21s -22s linear infinite}@keyframes fall-86{79.224%{transform:translate(40.2855vw,79.224vh) scale(.4091)}to{transform:translate(42.1849vw,99vh) scale(.4091)}}.snow:nth-child(87){opacity:.3966;transform:translate(61.0482vw,-10px) scale(.2147);animation:fall-87 20s -1s linear infinite}@keyframes fall-87{59.011%{transform:translate(63.2929vw,59.011vh) scale(.2147)}to{transform:translate(62.17055vw,99vh) scale(.2147)}}.snow:nth-child(88){opacity:.1588;transform:translate(44.3437vw,-10px) scale(.5013);animation:fall-88 28s -27s linear infinite}@keyframes fall-88{48.615%{transform:translate(54.3065vw,48.615vh) scale(.5013)}to{transform:translate(49.3251vw,99vh) scale(.5013)}}.snow:nth-child(89){opacity:.5512;transform:translate(9.6932vw,-10px) scale(.3047);animation:fall-89 18s -9s linear infinite}@keyframes fall-89{48.656%{transform:translate(12.107vw,48.656vh) scale(.3047)}to{transform:translate(10.9001vw,99vh) scale(.3047)}}.snow:nth-child(90){opacity:1.2014;transform:translate(46.0624vw,-10px) scale(.1332);animation:fall-90 19s -16s linear infinite}@keyframes fall-90{30.385%{transform:translate(52.1963vw,30.385vh) scale(.1332)}to{transform:translate(49.12935vw,99vh) scale(.1332)}}.snow:nth-child(91){opacity:.0556;transform:translate(37.5925vw,-10px) scale(.1218);animation:fall-91 18s -23s linear infinite}@keyframes fall-91{35.72%{transform:translate(38.6123vw,35.72vh) scale(.1218)}to{transform:translate(38.1024vw,99vh) scale(.1218)}}.snow:nth-child(92){opacity:1.129;transform:translate(52.6501vw,-10px) scale(.2541);animation:fall-92 24s -27s linear infinite}@keyframes fall-92{34.391%{transform:translate(57.3639vw,34.391vh) scale(.2541)}to{transform:translate(55.007vw,99vh) scale(.2541)}}.snow:nth-child(93){opacity:.9076;transform:translate(1.5194vw,-10px) scale(.9402);animation:fall-93 24s -17s linear infinite}@keyframes fall-93{78.019%{transform:translate(2.1711vw,78.019vh) scale(.9402)}to{transform:translate(1.84525vw,99vh) scale(.9402)}}.snow:nth-child(94){opacity:1.2208;transform:translate(11.2756vw,-10px) scale(.6206);animation:fall-94 13s -11s linear infinite}@keyframes fall-94{76.569%{transform:translate(15.0997vw,76.569vh) scale(.6206)}to{transform:translate(13.18765vw,99vh) scale(.6206)}}.snow:nth-child(95){opacity:.6622;transform:translate(13.274vw,-10px) scale(.4571);animation:fall-95 11s -15s linear infinite}@keyframes fall-95{53.107%{transform:translate(21.3603vw,53.107vh) scale(.4571)}to{transform:translate(17.31715vw,99vh) scale(.4571)}}.snow:nth-child(96){opacity:.4304;transform:translate(74.6228vw,-10px) scale(.3673);animation:fall-96 22s -25s linear infinite}@keyframes fall-96{70.661%{transform:translate(73.6324vw,70.661vh) scale(.3673)}to{transform:translate(74.1276vw,99vh) scale(.3673)}}.snow:nth-child(97){opacity:1.1966;transform:translate(55.0496vw,-10px) scale(.6241);animation:fall-97 20s -25s linear infinite}@keyframes fall-97{42.075%{transform:translate(55.1385vw,42.075vh) scale(.6241)}to{transform:translate(55.09405vw,99vh) scale(.6241)}}.snow:nth-child(98){opacity:.5264;transform:translate(.1037vw,-10px) scale(.4969);animation:fall-98 28s -14s linear infinite}@keyframes fall-98{42.213%{transform:translate(.5658vw,42.213vh) scale(.4969)}to{transform:translate(.33475vw,99vh) scale(.4969)}}.snow:nth-child(99){opacity:1.4356;transform:translate(81.3962vw,-10px) scale(.6383);animation:fall-99 11s -12s linear infinite}@keyframes fall-99{71.435%{transform:translate(76.2803vw,71.435vh) scale(.6383)}to{transform:translate(78.83825vw,99vh) scale(.6383)}}.snow:nth-child(100){opacity:1.769;transform:translate(30.5164vw,-10px) scale(.519);animation:fall-100 29s -5s linear infinite}@keyframes fall-100{38.47%{transform:translate(35.1638vw,38.47vh) scale(.519)}to{transform:translate(32.8401vw,99vh) scale(.519)}}.snow:nth-child(101){opacity:.0606;transform:translate(76.3333vw,-10px) scale(.4229);animation:fall-101 25s -19s linear infinite}@keyframes fall-101{34.508%{transform:translate(80.7314vw,34.508vh) scale(.4229)}to{transform:translate(78.53235vw,99vh) scale(.4229)}}.snow:nth-child(102){opacity:1.0848;transform:translate(42.789vw,-10px) scale(.8326);animation:fall-102 26s -5s linear infinite}@keyframes fall-102{33.211%{transform:translate(34.8305vw,33.211vh) scale(.8326)}to{transform:translate(38.80975vw,99vh) scale(.8326)}}.snow:nth-child(103){opacity:.4668;transform:translate(90.802vw,-10px) scale(.6131);animation:fall-103 19s -10s linear infinite}@keyframes fall-103{53.237%{transform:translate(91.5174vw,53.237vh) scale(.6131)}to{transform:translate(91.1597vw,99vh) scale(.6131)}}.snow:nth-child(104){opacity:.8194;transform:translate(71.2383vw,-10px) scale(.6684);animation:fall-104 14s -23s linear infinite}@keyframes fall-104{64.306%{transform:translate(72.2758vw,64.306vh) scale(.6684)}to{transform:translate(71.75705vw,99vh) scale(.6684)}}.snow:nth-child(105){opacity:.414;transform:translate(15.2996vw,-10px) scale(.0101);animation:fall-105 11s -15s linear infinite}@keyframes fall-105{70.089%{transform:translate(18.988vw,70.089vh) scale(.0101)}to{transform:translate(17.1438vw,99vh) scale(.0101)}}.snow:nth-child(106){opacity:1.654;transform:translate(48.3676vw,-10px) scale(.284);animation:fall-106 18s -19s linear infinite}@keyframes fall-106{43.792%{transform:translate(48.7904vw,43.792vh) scale(.284)}to{transform:translate(48.579vw,99vh) scale(.284)}}.snow:nth-child(107){opacity:1.61;transform:translate(25.0886vw,-10px) scale(.9567);animation:fall-107 11s -25s linear infinite}@keyframes fall-107{74.255%{transform:translate(26.3032vw,74.255vh) scale(.9567)}to{transform:translate(25.6959vw,99vh) scale(.9567)}}.snow:nth-child(108){opacity:1.1782;transform:translate(21.7242vw,-10px) scale(.0565);animation:fall-108 16s -18s linear infinite}@keyframes fall-108{35.857%{transform:translate(17.4404vw,35.857vh) scale(.0565)}to{transform:translate(19.5823vw,99vh) scale(.0565)}}.snow:nth-child(109){opacity:.895;transform:translate(94.4264vw,-10px) scale(.0436);animation:fall-109 25s -3s linear infinite}@keyframes fall-109{58.608%{transform:translate(90.7631vw,58.608vh) scale(.0436)}to{transform:translate(92.59475vw,99vh) scale(.0436)}}.snow:nth-child(110){opacity:1.7782;transform:translate(49.9591vw,-10px) scale(.1907);animation:fall-110 16s -9s linear infinite}@keyframes fall-110{71.275%{transform:translate(55.9708vw,71.275vh) scale(.1907)}to{transform:translate(52.96495vw,99vh) scale(.1907)}}.snow:nth-child(111){opacity:1.1344;transform:translate(57.7608vw,-10px) scale(.1329);animation:fall-111 16s -4s linear infinite}@keyframes fall-111{54.611%{transform:translate(66.4908vw,54.611vh) scale(.1329)}to{transform:translate(62.1258vw,99vh) scale(.1329)}}.snow:nth-child(112){opacity:1.3172;transform:translate(7.7189vw,-10px) scale(.7555);animation:fall-112 30s -15s linear infinite}@keyframes fall-112{54.847%{transform:translate(4.6517vw,54.847vh) scale(.7555)}to{transform:translate(6.1853vw,99vh) scale(.7555)}}.snow:nth-child(113){opacity:1.7842;transform:translate(79.3287vw,-10px) scale(.4018);animation:fall-113 21s -10s linear infinite}@keyframes fall-113{39.299%{transform:translate(71.7926vw,39.299vh) scale(.4018)}to{transform:translate(75.56065vw,99vh) scale(.4018)}}.snow:nth-child(114){opacity:1.1376;transform:translate(20.4331vw,-10px) scale(.3214);animation:fall-114 24s -10s linear infinite}@keyframes fall-114{76.389%{transform:translate(23.6572vw,76.389vh) scale(.3214)}to{transform:translate(22.04515vw,99vh) scale(.3214)}}.snow:nth-child(115){opacity:.1848;transform:translate(71.7049vw,-10px) scale(.0276);animation:fall-115 22s -14s linear infinite}@keyframes fall-115{62.475%{transform:translate(73.2098vw,62.475vh) scale(.0276)}to{transform:translate(72.45735vw,99vh) scale(.0276)}}.snow:nth-child(116){opacity:.302;transform:translate(57.9226vw,-10px) scale(.3123);animation:fall-116 22s -11s linear infinite}@keyframes fall-116{39.199%{transform:translate(50.8931vw,39.199vh) scale(.3123)}to{transform:translate(54.40785vw,99vh) scale(.3123)}}.snow:nth-child(117){opacity:1.9766;transform:translate(10.9401vw,-10px) scale(.6287);animation:fall-117 19s -8s linear infinite}@keyframes fall-117{43.552%{transform:translate(3.9006vw,43.552vh) scale(.6287)}to{transform:translate(7.42035vw,99vh) scale(.6287)}}.snow:nth-child(118){opacity:.5968;transform:translate(35.9042vw,-10px) scale(.2571);animation:fall-118 18s -15s linear infinite}@keyframes fall-118{77.773%{transform:translate(38.039vw,77.773vh) scale(.2571)}to{transform:translate(36.9716vw,99vh) scale(.2571)}}.snow:nth-child(119){opacity:1.7346;transform:translate(18.5689vw,-10px) scale(.2591);animation:fall-119 19s -11s linear infinite}@keyframes fall-119{54.235%{transform:translate(22.221vw,54.235vh) scale(.2591)}to{transform:translate(20.39495vw,99vh) scale(.2591)}}.snow:nth-child(120){opacity:.5104;transform:translate(59.78vw,-10px) scale(.0358);animation:fall-120 25s -23s linear infinite}@keyframes fall-120{39.07%{transform:translate(59.0217vw,39.07vh) scale(.0358)}to{transform:translate(59.40085vw,99vh) scale(.0358)}}.snow:nth-child(121){opacity:1.8996;transform:translate(19.526vw,-10px) scale(.6613);animation:fall-121 23s -17s linear infinite}@keyframes fall-121{49.513%{transform:translate(24.6462vw,49.513vh) scale(.6613)}to{transform:translate(22.0861vw,99vh) scale(.6613)}}.snow:nth-child(122){opacity:.2904;transform:translate(1.2039vw,-10px) scale(.8395);animation:fall-122 11s -6s linear infinite}@keyframes fall-122{79.449%{transform:translate(2.3894vw,79.449vh) scale(.8395)}to{transform:translate(1.79665vw,99vh) scale(.8395)}}.snow:nth-child(123){opacity:.8968;transform:translate(19.7017vw,-10px) scale(.9503);animation:fall-123 28s -18s linear infinite}@keyframes fall-123{55.743%{transform:translate(26.638vw,55.743vh) scale(.9503)}to{transform:translate(23.16985vw,99vh) scale(.9503)}}.snow:nth-child(124){opacity:.488;transform:translate(.0104vw,-10px) scale(.5489);animation:fall-124 28s -13s linear infinite}@keyframes fall-124{54.339%{transform:translate(-.269vw,54.339vh) scale(.5489)}to{transform:translate(-.1293vw,99vh) scale(.5489)}}.snow:nth-child(125){opacity:1.7346;transform:translate(27.4194vw,-10px) scale(.644);animation:fall-125 27s -26s linear infinite}@keyframes fall-125{42.278%{transform:translate(20.0829vw,42.278vh) scale(.644)}to{transform:translate(23.75115vw,99vh) scale(.644)}}.snow:nth-child(126){opacity:.9342;transform:translate(62.9367vw,-10px) scale(.6569);animation:fall-126 15s -26s linear infinite}@keyframes fall-126{35.603%{transform:translate(58.5329vw,35.603vh) scale(.6569)}to{transform:translate(60.7348vw,99vh) scale(.6569)}}.snow:nth-child(127){opacity:1.7244;transform:translate(60.9983vw,-10px) scale(.0199);animation:fall-127 19s -6s linear infinite}@keyframes fall-127{53.003%{transform:translate(52.4123vw,53.003vh) scale(.0199)}to{transform:translate(56.7053vw,99vh) scale(.0199)}}.snow:nth-child(128){opacity:.594;transform:translate(61.4596vw,-10px) scale(.0338);animation:fall-128 21s -27s linear infinite}@keyframes fall-128{51.386%{transform:translate(65.7775vw,51.386vh) scale(.0338)}to{transform:translate(63.61855vw,99vh) scale(.0338)}}.snow:nth-child(129){opacity:.626;transform:translate(76.9009vw,-10px) scale(.9719);animation:fall-129 11s -12s linear infinite}@keyframes fall-129{74.583%{transform:translate(82.6997vw,74.583vh) scale(.9719)}to{transform:translate(79.8003vw,99vh) scale(.9719)}}.snow:nth-child(130){opacity:.9038;transform:translate(97.518vw,-10px) scale(.4728);animation:fall-130 18s -27s linear infinite}@keyframes fall-130{54.435%{transform:translate(107.3446vw,54.435vh) scale(.4728)}to{transform:translate(102.4313vw,99vh) scale(.4728)}}.snow:nth-child(131){opacity:1.3238;transform:translate(57.5777vw,-10px) scale(.3047);animation:fall-131 18s -17s linear infinite}@keyframes fall-131{52.187%{transform:translate(59.6665vw,52.187vh) scale(.3047)}to{transform:translate(58.6221vw,99vh) scale(.3047)}}.snow:nth-child(132){opacity:.9698;transform:translate(63.5258vw,-10px) scale(.9556);animation:fall-132 19s -11s linear infinite}@keyframes fall-132{48.704%{transform:translate(58.5809vw,48.704vh) scale(.9556)}to{transform:translate(61.05335vw,99vh) scale(.9556)}}.snow:nth-child(133){opacity:.021;transform:translate(33.1507vw,-10px) scale(.1986);animation:fall-133 25s -18s linear infinite}@keyframes fall-133{37.126%{transform:translate(32.2896vw,37.126vh) scale(.1986)}to{transform:translate(32.72015vw,99vh) scale(.1986)}}.snow:nth-child(134){opacity:1.8786;transform:translate(31.8706vw,-10px) scale(.4976);animation:fall-134 25s -23s linear infinite}@keyframes fall-134{39.109%{transform:translate(26.5037vw,39.109vh) scale(.4976)}to{transform:translate(29.18715vw,99vh) scale(.4976)}}.snow:nth-child(135){opacity:.3472;transform:translate(54.2755vw,-10px) scale(.0272);animation:fall-135 21s -12s linear infinite}@keyframes fall-135{67.465%{transform:translate(45.5196vw,67.465vh) scale(.0272)}to{transform:translate(49.89755vw,99vh) scale(.0272)}}.snow:nth-child(136){opacity:1.29;transform:translate(8.3274vw,-10px) scale(.0786);animation:fall-136 26s -29s linear infinite}@keyframes fall-136{48.967%{transform:translate(4.4535vw,48.967vh) scale(.0786)}to{transform:translate(6.39045vw,99vh) scale(.0786)}}.snow:nth-child(137){opacity:.2306;transform:translate(12.401vw,-10px) scale(.6129);animation:fall-137 15s -28s linear infinite}@keyframes fall-137{73.871%{transform:translate(9.3711vw,73.871vh) scale(.6129)}to{transform:translate(10.88605vw,99vh) scale(.6129)}}.snow:nth-child(138){opacity:.0982;transform:translate(5.0718vw,-10px) scale(.8597);animation:fall-138 21s -18s linear infinite}@keyframes fall-138{38.897%{transform:translate(11.4622vw,38.897vh) scale(.8597)}to{transform:translate(8.267vw,99vh) scale(.8597)}}.snow:nth-child(139){opacity:1.3724;transform:translate(99.0965vw,-10px) scale(.9388);animation:fall-139 21s -19s linear infinite}@keyframes fall-139{55.236%{transform:translate(91.808vw,55.236vh) scale(.9388)}to{transform:translate(95.45225vw,99vh) scale(.9388)}}.snow:nth-child(140){opacity:.1214;transform:translate(57.2974vw,-10px) scale(.0068);animation:fall-140 10s -23s linear infinite}@keyframes fall-140{30.496%{transform:translate(51.4472vw,30.496vh) scale(.0068)}to{transform:translate(54.3723vw,99vh) scale(.0068)}}.snow:nth-child(141){opacity:1.5504;transform:translate(31.1809vw,-10px) scale(.7403);animation:fall-141 12s -21s linear infinite}@keyframes fall-141{62.364%{transform:translate(27.1937vw,62.364vh) scale(.7403)}to{transform:translate(29.1873vw,99vh) scale(.7403)}}.snow:nth-child(142){opacity:.848;transform:translate(63.054vw,-10px) scale(.5153);animation:fall-142 20s -4s linear infinite}@keyframes fall-142{50.134%{transform:translate(72.4503vw,50.134vh) scale(.5153)}to{transform:translate(67.75215vw,99vh) scale(.5153)}}.snow:nth-child(143){opacity:.8316;transform:translate(27.2115vw,-10px) scale(.669);animation:fall-143 19s -4s linear infinite}@keyframes fall-143{64.691%{transform:translate(17.3484vw,64.691vh) scale(.669)}to{transform:translate(22.27995vw,99vh) scale(.669)}}.snow:nth-child(144){opacity:.1424;transform:translate(28.228vw,-10px) scale(.2529);animation:fall-144 15s -29s linear infinite}@keyframes fall-144{50.36%{transform:translate(19.5177vw,50.36vh) scale(.2529)}to{transform:translate(23.87285vw,99vh) scale(.2529)}}.snow:nth-child(145){opacity:.529;transform:translate(65.9975vw,-10px) scale(.6822);animation:fall-145 22s -3s linear infinite}@keyframes fall-145{64.591%{transform:translate(71.3864vw,64.591vh) scale(.6822)}to{transform:translate(68.69195vw,99vh) scale(.6822)}}.snow:nth-child(146){opacity:1.2264;transform:translate(88.9014vw,-10px) scale(.8148);animation:fall-146 28s -26s linear infinite}@keyframes fall-146{47.476%{transform:translate(84.9616vw,47.476vh) scale(.8148)}to{transform:translate(86.9315vw,99vh) scale(.8148)}}.snow:nth-child(147){opacity:1.9984;transform:translate(35.4643vw,-10px) scale(.8331);animation:fall-147 28s -1s linear infinite}@keyframes fall-147{73.725%{transform:translate(40.3711vw,73.725vh) scale(.8331)}to{transform:translate(37.9177vw,99vh) scale(.8331)}}.snow:nth-child(148){opacity:.3902;transform:translate(23.8576vw,-10px) scale(.705);animation:fall-148 18s -9s linear infinite}@keyframes fall-148{35.394%{transform:translate(18.489vw,35.394vh) scale(.705)}to{transform:translate(21.1733vw,99vh) scale(.705)}}.snow:nth-child(149){opacity:1.8306;transform:translate(62.9594vw,-10px) scale(.9678);animation:fall-149 15s -17s linear infinite}@keyframes fall-149{37.71%{transform:translate(66.1793vw,37.71vh) scale(.9678)}to{transform:translate(64.56935vw,99vh) scale(.9678)}}.snow:nth-child(150){opacity:1.2764;transform:translate(23.0868vw,-10px) scale(.9991);animation:fall-150 17s -5s linear infinite}@keyframes fall-150{30.845%{transform:translate(13.3203vw,30.845vh) scale(.9991)}to{transform:translate(18.20355vw,99vh) scale(.9991)}}.snow:nth-child(151){opacity:1.4122;transform:translate(61.441vw,-10px) scale(.3366);animation:fall-151 27s -15s linear infinite}@keyframes fall-151{72.102%{transform:translate(65.4277vw,72.102vh) scale(.3366)}to{transform:translate(63.43435vw,99vh) scale(.3366)}}.snow:nth-child(152){opacity:.8098;transform:translate(38.0333vw,-10px) scale(.0151);animation:fall-152 23s -14s linear infinite}@keyframes fall-152{42.556%{transform:translate(39.9917vw,42.556vh) scale(.0151)}to{transform:translate(39.0125vw,99vh) scale(.0151)}}.snow:nth-child(153){opacity:.7774;transform:translate(91.726vw,-10px) scale(.6577);animation:fall-153 21s -21s linear infinite}@keyframes fall-153{50.315%{transform:translate(99.6157vw,50.315vh) scale(.6577)}to{transform:translate(95.67085vw,99vh) scale(.6577)}}.snow:nth-child(154){opacity:1.1092;transform:translate(41.4533vw,-10px) scale(.9983);animation:fall-154 19s -18s linear infinite}@keyframes fall-154{56.684%{transform:translate(34.8126vw,56.684vh) scale(.9983)}to{transform:translate(38.13295vw,99vh) scale(.9983)}}.snow:nth-child(155){opacity:.6734;transform:translate(71.5435vw,-10px) scale(.7619);animation:fall-155 10s -9s linear infinite}@keyframes fall-155{48.882%{transform:translate(65.2293vw,48.882vh) scale(.7619)}to{transform:translate(68.3864vw,99vh) scale(.7619)}}.snow:nth-child(156){opacity:.2002;transform:translate(42.384vw,-10px) scale(.0497);animation:fall-156 17s -9s linear infinite}@keyframes fall-156{76.87%{transform:translate(34.8911vw,76.87vh) scale(.0497)}to{transform:translate(38.63755vw,99vh) scale(.0497)}}.snow:nth-child(157){opacity:.3218;transform:translate(9.1158vw,-10px) scale(.513);animation:fall-157 26s -9s linear infinite}@keyframes fall-157{34.897%{transform:translate(6.4606vw,34.897vh) scale(.513)}to{transform:translate(7.7882vw,99vh) scale(.513)}}.snow:nth-child(158){opacity:1.8294;transform:translate(99.1287vw,-10px) scale(.7385);animation:fall-158 29s -14s linear infinite}@keyframes fall-158{53.112%{transform:translate(98.6717vw,53.112vh) scale(.7385)}to{transform:translate(98.9002vw,99vh) scale(.7385)}}.snow:nth-child(159){opacity:.4132;transform:translate(4.9966vw,-10px) scale(.4169);animation:fall-159 29s -6s linear infinite}@keyframes fall-159{74.359%{transform:translate(.8975vw,74.359vh) scale(.4169)}to{transform:translate(2.94705vw,99vh) scale(.4169)}}.snow:nth-child(160){opacity:1.7852;transform:translate(95.2232vw,-10px) scale(.3378);animation:fall-160 12s -15s linear infinite}@keyframes fall-160{47.035%{transform:translate(104.6308vw,47.035vh) scale(.3378)}to{transform:translate(99.927vw,99vh) scale(.3378)}}.snow:nth-child(161){opacity:1.6918;transform:translate(21.7425vw,-10px) scale(.1145);animation:fall-161 12s -22s linear infinite}@keyframes fall-161{34.017%{transform:translate(14.3169vw,34.017vh) scale(.1145)}to{transform:translate(18.0297vw,99vh) scale(.1145)}}.snow:nth-child(162){opacity:.8996;transform:translate(97.7577vw,-10px) scale(.3858);animation:fall-162 14s -18s linear infinite}@keyframes fall-162{76.31%{transform:translate(99.663vw,76.31vh) scale(.3858)}to{transform:translate(98.71035vw,99vh) scale(.3858)}}.snow:nth-child(163){opacity:.6752;transform:translate(51.9846vw,-10px) scale(.6801);animation:fall-163 30s -15s linear infinite}@keyframes fall-163{75.568%{transform:translate(53.1514vw,75.568vh) scale(.6801)}to{transform:translate(52.568vw,99vh) scale(.6801)}}.snow:nth-child(164){opacity:1.1148;transform:translate(60.6229vw,-10px) scale(.1999);animation:fall-164 12s -28s linear infinite}@keyframes fall-164{63.604%{transform:translate(52.5536vw,63.604vh) scale(.1999)}to{transform:translate(56.58825vw,99vh) scale(.1999)}}.snow:nth-child(165){opacity:.1536;transform:translate(22.1321vw,-10px) scale(.2662);animation:fall-165 25s -21s linear infinite}@keyframes fall-165{36.966%{transform:translate(22.8698vw,36.966vh) scale(.2662)}to{transform:translate(22.50095vw,99vh) scale(.2662)}}.snow:nth-child(166){opacity:.5404;transform:translate(72.2612vw,-10px) scale(.0875);animation:fall-166 21s -16s linear infinite}@keyframes fall-166{71.243%{transform:translate(76.1843vw,71.243vh) scale(.0875)}to{transform:translate(74.22275vw,99vh) scale(.0875)}}.snow:nth-child(167){opacity:1.0848;transform:translate(57.5428vw,-10px) scale(.021);animation:fall-167 26s -21s linear infinite}@keyframes fall-167{48.414%{transform:translate(52.5577vw,48.414vh) scale(.021)}to{transform:translate(55.05025vw,99vh) scale(.021)}}.snow:nth-child(168){opacity:.4022;transform:translate(53.5389vw,-10px) scale(.3957);animation:fall-168 11s -23s linear infinite}@keyframes fall-168{31.871%{transform:translate(56.9358vw,31.871vh) scale(.3957)}to{transform:translate(55.23735vw,99vh) scale(.3957)}}.snow:nth-child(169){opacity:1.981;transform:translate(3.2626vw,-10px) scale(.0395);animation:fall-169 22s -8s linear infinite}@keyframes fall-169{75.988%{transform:translate(8.7164vw,75.988vh) scale(.0395)}to{transform:translate(5.9895vw,99vh) scale(.0395)}}.snow:nth-child(170){opacity:1.5688;transform:translate(78.7737vw,-10px) scale(.721);animation:fall-170 30s -15s linear infinite}@keyframes fall-170{31.893%{transform:translate(78.83vw,31.893vh) scale(.721)}to{transform:translate(78.80185vw,99vh) scale(.721)}}.snow:nth-child(171){opacity:1.7404;transform:translate(8.6075vw,-10px) scale(.3213);animation:fall-171 24s -25s linear infinite}@keyframes fall-171{66.529%{transform:translate(5.5567vw,66.529vh) scale(.3213)}to{transform:translate(7.0821vw,99vh) scale(.3213)}}.snow:nth-child(172){opacity:.5206;transform:translate(41.047vw,-10px) scale(.2389);animation:fall-172 20s -26s linear infinite}@keyframes fall-172{57.873%{transform:translate(31.9171vw,57.873vh) scale(.2389)}to{transform:translate(36.48205vw,99vh) scale(.2389)}}.snow:nth-child(173){opacity:.45;transform:translate(56.2153vw,-10px) scale(.4468);animation:fall-173 17s -15s linear infinite}@keyframes fall-173{58.654%{transform:translate(46.4324vw,58.654vh) scale(.4468)}to{transform:translate(51.32385vw,99vh) scale(.4468)}}.snow:nth-child(174){opacity:.4972;transform:translate(77.8498vw,-10px) scale(.8736);animation:fall-174 18s -9s linear infinite}@keyframes fall-174{73.693%{transform:translate(87.5965vw,73.693vh) scale(.8736)}to{transform:translate(82.72315vw,99vh) scale(.8736)}}.snow:nth-child(175){opacity:.7694;transform:translate(12.7778vw,-10px) scale(.1311);animation:fall-175 23s -28s linear infinite}@keyframes fall-175{43.959%{transform:translate(14.2612vw,43.959vh) scale(.1311)}to{transform:translate(13.5195vw,99vh) scale(.1311)}}.snow:nth-child(176){opacity:.9968;transform:translate(57.8255vw,-10px) scale(.0249);animation:fall-176 25s -11s linear infinite}@keyframes fall-176{41.381%{transform:translate(49.0244vw,41.381vh) scale(.0249)}to{transform:translate(53.42495vw,99vh) scale(.0249)}}.snow:nth-child(177){opacity:1.0316;transform:translate(.5604vw,-10px) scale(.25);animation:fall-177 21s -18s linear infinite}@keyframes fall-177{43.53%{transform:translate(-.5161vw,43.53vh) scale(.25)}to{transform:translate(.02215vw,99vh) scale(.25)}}.snow:nth-child(178){opacity:1.6384;transform:translate(32.8096vw,-10px) scale(.0454);animation:fall-178 10s -3s linear infinite}@keyframes fall-178{75.266%{transform:translate(32.1413vw,75.266vh) scale(.0454)}to{transform:translate(32.47545vw,99vh) scale(.0454)}}.snow:nth-child(179){opacity:1.5268;transform:translate(96.3985vw,-10px) scale(.8346);animation:fall-179 23s -29s linear infinite}@keyframes fall-179{49.471%{transform:translate(94.9973vw,49.471vh) scale(.8346)}to{transform:translate(95.6979vw,99vh) scale(.8346)}}.snow:nth-child(180){opacity:.9628;transform:translate(47.0166vw,-10px) scale(.8355);animation:fall-180 12s -4s linear infinite}@keyframes fall-180{30.75%{transform:translate(44.8591vw,30.75vh) scale(.8355)}to{transform:translate(45.93785vw,99vh) scale(.8355)}}.snow:nth-child(181){opacity:1.2906;transform:translate(35.3297vw,-10px) scale(.1309);animation:fall-181 20s -26s linear infinite}@keyframes fall-181{76.221%{transform:translate(33.2145vw,76.221vh) scale(.1309)}to{transform:translate(34.2721vw,99vh) scale(.1309)}}.snow:nth-child(182){opacity:.731;transform:translate(11.6167vw,-10px) scale(.3466);animation:fall-182 25s -18s linear infinite}@keyframes fall-182{32.607%{transform:translate(20.2655vw,32.607vh) scale(.3466)}to{transform:translate(15.9411vw,99vh) scale(.3466)}}.snow:nth-child(183){opacity:.2918;transform:translate(29.6822vw,-10px) scale(.3737);animation:fall-183 27s -29s linear infinite}@keyframes fall-183{72.735%{transform:translate(38.9884vw,72.735vh) scale(.3737)}to{transform:translate(34.3353vw,99vh) scale(.3737)}}.snow:nth-child(184){opacity:1.8636;transform:translate(48.7623vw,-10px) scale(.7241);animation:fall-184 26s -17s linear infinite}@keyframes fall-184{63.193%{transform:translate(44.7767vw,63.193vh) scale(.7241)}to{transform:translate(46.7695vw,99vh) scale(.7241)}}.snow:nth-child(185){opacity:1.3508;transform:translate(86.1182vw,-10px) scale(.3382);animation:fall-185 23s -22s linear infinite}@keyframes fall-185{41.497%{transform:translate(83.6564vw,41.497vh) scale(.3382)}to{transform:translate(84.8873vw,99vh) scale(.3382)}}.snow:nth-child(186){opacity:.571;transform:translate(42.3431vw,-10px) scale(.8272);animation:fall-186 25s -16s linear infinite}@keyframes fall-186{37.869%{transform:translate(34.693vw,37.869vh) scale(.8272)}to{transform:translate(38.51805vw,99vh) scale(.8272)}}.snow:nth-child(187){opacity:.1114;transform:translate(40.9887vw,-10px) scale(.3472);animation:fall-187 14s -29s linear infinite}@keyframes fall-187{48.082%{transform:translate(35.777vw,48.082vh) scale(.3472)}to{transform:translate(38.38285vw,99vh) scale(.3472)}}.snow:nth-child(188){opacity:.1118;transform:translate(51.2688vw,-10px) scale(.6762);animation:fall-188 26s -30s linear infinite}@keyframes fall-188{72.344%{transform:translate(47.8061vw,72.344vh) scale(.6762)}to{transform:translate(49.53745vw,99vh) scale(.6762)}}.snow:nth-child(189){opacity:.3308;transform:translate(16.3805vw,-10px) scale(.6852);animation:fall-189 23s -10s linear infinite}@keyframes fall-189{70.443%{transform:translate(10.4152vw,70.443vh) scale(.6852)}to{transform:translate(13.39785vw,99vh) scale(.6852)}}.snow:nth-child(190){opacity:.413;transform:translate(4.1224vw,-10px) scale(.2602);animation:fall-190 24s -29s linear infinite}@keyframes fall-190{45.771%{transform:translate(.7542vw,45.771vh) scale(.2602)}to{transform:translate(2.4383vw,99vh) scale(.2602)}}.snow:nth-child(191){opacity:1.119;transform:translate(53.5579vw,-10px) scale(.5641);animation:fall-191 20s -2s linear infinite}@keyframes fall-191{48.918%{transform:translate(62.7643vw,48.918vh) scale(.5641)}to{transform:translate(58.1611vw,99vh) scale(.5641)}}.snow:nth-child(192){opacity:1.318;transform:translate(60.6491vw,-10px) scale(.8968);animation:fall-192 17s -10s linear infinite}@keyframes fall-192{79.258%{transform:translate(53.9345vw,79.258vh) scale(.8968)}to{transform:translate(57.2918vw,99vh) scale(.8968)}}.snow:nth-child(193){opacity:1.7316;transform:translate(92.5502vw,-10px) scale(.7456);animation:fall-193 19s -27s linear infinite}@keyframes fall-193{60.842%{transform:translate(101.7836vw,60.842vh) scale(.7456)}to{transform:translate(97.1669vw,99vh) scale(.7456)}}.snow:nth-child(194){opacity:1.2674;transform:translate(55.0318vw,-10px) scale(.6499);animation:fall-194 19s -27s linear infinite}@keyframes fall-194{53.657%{transform:translate(56.7774vw,53.657vh) scale(.6499)}to{transform:translate(55.9046vw,99vh) scale(.6499)}}.snow:nth-child(195){opacity:1.2834;transform:translate(1.8845vw,-10px) scale(.0432);animation:fall-195 14s -22s linear infinite}@keyframes fall-195{34.048%{transform:translate(-1.4717vw,34.048vh) scale(.0432)}to{transform:translate(.2064vw,99vh) scale(.0432)}}.snow:nth-child(196){opacity:.4828;transform:translate(32.4731vw,-10px) scale(.9878);animation:fall-196 12s -12s linear infinite}@keyframes fall-196{43.309%{transform:translate(41.788vw,43.309vh) scale(.9878)}to{transform:translate(37.13055vw,99vh) scale(.9878)}}.snow:nth-child(197){opacity:.7708;transform:translate(27.7365vw,-10px) scale(.0938);animation:fall-197 27s -14s linear infinite}@keyframes fall-197{68.293%{transform:translate(36.1113vw,68.293vh) scale(.0938)}to{transform:translate(31.9239vw,99vh) scale(.0938)}}.snow:nth-child(198){opacity:.897;transform:translate(7.31vw,-10px) scale(.962);animation:fall-198 13s -24s linear infinite}@keyframes fall-198{74.588%{transform:translate(7.6715vw,74.588vh) scale(.962)}to{transform:translate(7.49075vw,99vh) scale(.962)}}.snow:nth-child(199){opacity:.117;transform:translate(58.7366vw,-10px) scale(.6681);animation:fall-199 22s -24s linear infinite}@keyframes fall-199{33.195%{transform:translate(60.8676vw,33.195vh) scale(.6681)}to{transform:translate(59.8021vw,99vh) scale(.6681)}}.snow:nth-child(200){opacity:1.9234;transform:translate(18.2912vw,-10px) scale(.689);animation:fall-200 19s -24s linear infinite}@keyframes fall-200{71.756%{transform:translate(8.756vw,71.756vh) scale(.689)}to{transform:translate(13.5236vw,99vh) scale(.689)}}.snow:nth-child(201){opacity:.6324;transform:translate(59.5873vw,-10px) scale(.5139);animation:fall-201 22s -11s linear infinite}@keyframes fall-201{61.223%{transform:translate(63.5649vw,61.223vh) scale(.5139)}to{transform:translate(61.5761vw,99vh) scale(.5139)}}.snow:nth-child(202){opacity:1.4822;transform:translate(17.5899vw,-10px) scale(.8203);animation:fall-202 28s -21s linear infinite}@keyframes fall-202{40.928%{transform:translate(19.3398vw,40.928vh) scale(.8203)}to{transform:translate(18.46485vw,99vh) scale(.8203)}}.snow:nth-child(203){opacity:1.7952;transform:translate(72.7742vw,-10px) scale(.3898);animation:fall-203 16s -7s linear infinite}@keyframes fall-203{56.431%{transform:translate(63.4093vw,56.431vh) scale(.3898)}to{transform:translate(68.09175vw,99vh) scale(.3898)}}.snow:nth-child(204){opacity:1.477;transform:translate(49.9402vw,-10px) scale(.9363);animation:fall-204 15s -22s linear infinite}@keyframes fall-204{75.697%{transform:translate(55.5513vw,75.697vh) scale(.9363)}to{transform:translate(52.74575vw,99vh) scale(.9363)}}.snow:nth-child(205){opacity:1.72;transform:translate(34.6977vw,-10px) scale(.4826);animation:fall-205 24s -29s linear infinite}@keyframes fall-205{65.945%{transform:translate(41.104vw,65.945vh) scale(.4826)}to{transform:translate(37.90085vw,99vh) scale(.4826)}}.snow:nth-child(206){opacity:.6602;transform:translate(75.5074vw,-10px) scale(.4208);animation:fall-206 25s -25s linear infinite}@keyframes fall-206{31.867%{transform:translate(82.3785vw,31.867vh) scale(.4208)}to{transform:translate(78.94295vw,99vh) scale(.4208)}}.snow:nth-child(207){opacity:1.7144;transform:translate(4.0563vw,-10px) scale(.8942);animation:fall-207 12s -25s linear infinite}@keyframes fall-207{31.209%{transform:translate(9.0106vw,31.209vh) scale(.8942)}to{transform:translate(6.53345vw,99vh) scale(.8942)}}.snow:nth-child(208){opacity:1.0938;transform:translate(24.1192vw,-10px) scale(.873);animation:fall-208 30s -26s linear infinite}@keyframes fall-208{72.31%{transform:translate(14.9443vw,72.31vh) scale(.873)}to{transform:translate(19.53175vw,99vh) scale(.873)}}.snow:nth-child(209){opacity:.2184;transform:translate(5.1753vw,-10px) scale(.0085);animation:fall-209 15s -2s linear infinite}@keyframes fall-209{52.181%{transform:translate(1.4126vw,52.181vh) scale(.0085)}to{transform:translate(3.29395vw,99vh) scale(.0085)}}.snow:nth-child(210){opacity:1.6982;transform:translate(6.6689vw,-10px) scale(.9473);animation:fall-210 24s -25s linear infinite}@keyframes fall-210{68.76%{transform:translate(1.4066vw,68.76vh) scale(.9473)}to{transform:translate(4.03775vw,99vh) scale(.9473)}}.snow:nth-child(211){opacity:1.2282;transform:translate(33.2614vw,-10px) scale(.8919);animation:fall-211 10s -9s linear infinite}@keyframes fall-211{57.671%{transform:translate(32.0616vw,57.671vh) scale(.8919)}to{transform:translate(32.6615vw,99vh) scale(.8919)}}.snow:nth-child(212){opacity:1.7052;transform:translate(40.6035vw,-10px) scale(.2921);animation:fall-212 21s -19s linear infinite}@keyframes fall-212{36.166%{transform:translate(48.9507vw,36.166vh) scale(.2921)}to{transform:translate(44.7771vw,99vh) scale(.2921)}}.snow:nth-child(213){opacity:.3638;transform:translate(84.3612vw,-10px) scale(.2576);animation:fall-213 15s -9s linear infinite}@keyframes fall-213{48.024%{transform:translate(76.9576vw,48.024vh) scale(.2576)}to{transform:translate(80.6594vw,99vh) scale(.2576)}}.snow:nth-child(214){opacity:.9478;transform:translate(38.6899vw,-10px) scale(.9693);animation:fall-214 26s -4s linear infinite}@keyframes fall-214{71.989%{transform:translate(39.0925vw,71.989vh) scale(.9693)}to{transform:translate(38.8912vw,99vh) scale(.9693)}}.snow:nth-child(215){opacity:.0938;transform:translate(70.8156vw,-10px) scale(.1379);animation:fall-215 22s -29s linear infinite}@keyframes fall-215{45.047%{transform:translate(68.0088vw,45.047vh) scale(.1379)}to{transform:translate(69.4122vw,99vh) scale(.1379)}}.snow:nth-child(216){opacity:.5442;transform:translate(39.4396vw,-10px) scale(.7335);animation:fall-216 26s -7s linear infinite}@keyframes fall-216{35.259%{transform:translate(47.1213vw,35.259vh) scale(.7335)}to{transform:translate(43.28045vw,99vh) scale(.7335)}}.snow:nth-child(217){opacity:.7242;transform:translate(69.5659vw,-10px) scale(.6937);animation:fall-217 22s -20s linear infinite}@keyframes fall-217{55.351%{transform:translate(76.033vw,55.351vh) scale(.6937)}to{transform:translate(72.79945vw,99vh) scale(.6937)}}.snow:nth-child(218){opacity:1.0016;transform:translate(27.9953vw,-10px) scale(.1373);animation:fall-218 24s -14s linear infinite}@keyframes fall-218{63.242%{transform:translate(19.6416vw,63.242vh) scale(.1373)}to{transform:translate(23.81845vw,99vh) scale(.1373)}}.snow:nth-child(219){opacity:1.959;transform:translate(35.7006vw,-10px) scale(.3631);animation:fall-219 20s -12s linear infinite}@keyframes fall-219{68.449%{transform:translate(37.7038vw,68.449vh) scale(.3631)}to{transform:translate(36.7022vw,99vh) scale(.3631)}}.snow:nth-child(220){opacity:1.1916;transform:translate(35.3914vw,-10px) scale(.6311);animation:fall-220 26s -24s linear infinite}@keyframes fall-220{40.212%{transform:translate(32.7055vw,40.212vh) scale(.6311)}to{transform:translate(34.04845vw,99vh) scale(.6311)}}.snow:nth-child(221){opacity:1.5708;transform:translate(20.9502vw,-10px) scale(.9463);animation:fall-221 19s -29s linear infinite}@keyframes fall-221{62.502%{transform:translate(11.4504vw,62.502vh) scale(.9463)}to{transform:translate(16.2003vw,99vh) scale(.9463)}}.snow:nth-child(222){opacity:.733;transform:translate(11.957vw,-10px) scale(.4203);animation:fall-222 10s -18s linear infinite}@keyframes fall-222{42.316%{transform:translate(15.8282vw,42.316vh) scale(.4203)}to{transform:translate(13.8926vw,99vh) scale(.4203)}}.snow:nth-child(223){opacity:1.0822;transform:translate(79.6004vw,-10px) scale(.2196);animation:fall-223 13s -10s linear infinite}@keyframes fall-223{43.562%{transform:translate(80.965vw,43.562vh) scale(.2196)}to{transform:translate(80.2827vw,99vh) scale(.2196)}}.snow:nth-child(224){opacity:.336;transform:translate(61.8115vw,-10px) scale(.9026);animation:fall-224 24s -30s linear infinite}@keyframes fall-224{48.057%{transform:translate(56.5091vw,48.057vh) scale(.9026)}to{transform:translate(59.1603vw,99vh) scale(.9026)}}.snow:nth-child(225){opacity:.5082;transform:translate(92.2908vw,-10px) scale(.5719);animation:fall-225 14s -20s linear infinite}@keyframes fall-225{72.834%{transform:translate(85.3119vw,72.834vh) scale(.5719)}to{transform:translate(88.80135vw,99vh) scale(.5719)}}.snow:nth-child(226){opacity:.0354;transform:translate(39.3194vw,-10px) scale(.9271);animation:fall-226 16s -23s linear infinite}@keyframes fall-226{46.253%{transform:translate(42.1376vw,46.253vh) scale(.9271)}to{transform:translate(40.7285vw,99vh) scale(.9271)}}.snow:nth-child(227){opacity:.3042;transform:translate(40.6649vw,-10px) scale(.3614);animation:fall-227 16s -14s linear infinite}@keyframes fall-227{38.26%{transform:translate(43.0872vw,38.26vh) scale(.3614)}to{transform:translate(41.87605vw,99vh) scale(.3614)}}.snow:nth-child(228){opacity:1.2988;transform:translate(17.7989vw,-10px) scale(.8232);animation:fall-228 12s -27s linear infinite}@keyframes fall-228{41.822%{transform:translate(24.8664vw,41.822vh) scale(.8232)}to{transform:translate(21.33265vw,99vh) scale(.8232)}}.snow:nth-child(229){opacity:1.9876;transform:translate(55.2542vw,-10px) scale(.4399);animation:fall-229 14s -30s linear infinite}@keyframes fall-229{51.853%{transform:translate(54.1277vw,51.853vh) scale(.4399)}to{transform:translate(54.69095vw,99vh) scale(.4399)}}.snow:nth-child(230){opacity:.377;transform:translate(3.628vw,-10px) scale(.48);animation:fall-230 13s -30s linear infinite}@keyframes fall-230{54.287%{transform:translate(3.946vw,54.287vh) scale(.48)}to{transform:translate(3.787vw,99vh) scale(.48)}}.snow:nth-child(231){opacity:.4478;transform:translate(57.8434vw,-10px) scale(.4873);animation:fall-231 28s -3s linear infinite}@keyframes fall-231{33.087%{transform:translate(62.2311vw,33.087vh) scale(.4873)}to{transform:translate(60.03725vw,99vh) scale(.4873)}}.snow:nth-child(232){opacity:.69;transform:translate(4.7418vw,-10px) scale(.2567);animation:fall-232 12s -19s linear infinite}@keyframes fall-232{52.951%{transform:translate(10.4343vw,52.951vh) scale(.2567)}to{transform:translate(7.58805vw,99vh) scale(.2567)}}.snow:nth-child(233){opacity:.6458;transform:translate(67.749vw,-10px) scale(.0816);animation:fall-233 28s -9s linear infinite}@keyframes fall-233{57.83%{transform:translate(67.5821vw,57.83vh) scale(.0816)}to{transform:translate(67.66555vw,99vh) scale(.0816)}}.snow:nth-child(234){opacity:.1186;transform:translate(38.9861vw,-10px) scale(.4286);animation:fall-234 23s -7s linear infinite}@keyframes fall-234{53.114%{transform:translate(39.6553vw,53.114vh) scale(.4286)}to{transform:translate(39.3207vw,99vh) scale(.4286)}}.snow:nth-child(235){opacity:.827;transform:translate(53.0545vw,-10px) scale(.2886);animation:fall-235 27s -3s linear infinite}@keyframes fall-235{31.926%{transform:translate(49.027vw,31.926vh) scale(.2886)}to{transform:translate(51.04075vw,99vh) scale(.2886)}}.snow:nth-child(236){opacity:1.5514;transform:translate(77.895vw,-10px) scale(.0064);animation:fall-236 17s -11s linear infinite}@keyframes fall-236{53.049%{transform:translate(74.0848vw,53.049vh) scale(.0064)}to{transform:translate(75.9899vw,99vh) scale(.0064)}}.snow:nth-child(237){opacity:1.649;transform:translate(90.255vw,-10px) scale(.2121);animation:fall-237 24s -10s linear infinite}@keyframes fall-237{56.104%{transform:translate(97.8271vw,56.104vh) scale(.2121)}to{transform:translate(94.04105vw,99vh) scale(.2121)}}.snow:nth-child(238){opacity:1.8702;transform:translate(16.4256vw,-10px) scale(.2997);animation:fall-238 27s -11s linear infinite}@keyframes fall-238{44.405%{transform:translate(24.4329vw,44.405vh) scale(.2997)}to{transform:translate(20.42925vw,99vh) scale(.2997)}}.snow:nth-child(239){opacity:.2596;transform:translate(24.74vw,-10px) scale(.827);animation:fall-239 14s -22s linear infinite}@keyframes fall-239{59.115%{transform:translate(27.1768vw,59.115vh) scale(.827)}to{transform:translate(25.9584vw,99vh) scale(.827)}}.snow:nth-child(240){opacity:1.2256;transform:translate(93.2871vw,-10px) scale(.0789);animation:fall-240 27s -15s linear infinite}@keyframes fall-240{33.193%{transform:translate(91.4304vw,33.193vh) scale(.0789)}to{transform:translate(92.35875vw,99vh) scale(.0789)}}.snow:nth-child(241){opacity:1.8294;transform:translate(71.5283vw,-10px) scale(.081);animation:fall-241 24s -22s linear infinite}@keyframes fall-241{35.53%{transform:translate(72.8385vw,35.53vh) scale(.081)}to{transform:translate(72.1834vw,99vh) scale(.081)}}.snow:nth-child(242){opacity:.8142;transform:translate(51.416vw,-10px) scale(.6546);animation:fall-242 29s -24s linear infinite}@keyframes fall-242{63.667%{transform:translate(57.3457vw,63.667vh) scale(.6546)}to{transform:translate(54.38085vw,99vh) scale(.6546)}}.snow:nth-child(243){opacity:1.1296;transform:translate(38.3281vw,-10px) scale(.2715);animation:fall-243 25s -18s linear infinite}@keyframes fall-243{47.635%{transform:translate(46.7979vw,47.635vh) scale(.2715)}to{transform:translate(42.563vw,99vh) scale(.2715)}}.snow:nth-child(244){opacity:.6914;transform:translate(17.2374vw,-10px) scale(.987);animation:fall-244 22s -30s linear infinite}@keyframes fall-244{41.349%{transform:translate(24.4175vw,41.349vh) scale(.987)}to{transform:translate(20.82745vw,99vh) scale(.987)}}.snow:nth-child(245){opacity:1.6978;transform:translate(17.7039vw,-10px) scale(.2163);animation:fall-245 20s -16s linear infinite}@keyframes fall-245{48.537%{transform:translate(23.0825vw,48.537vh) scale(.2163)}to{transform:translate(20.3932vw,99vh) scale(.2163)}}.snow:nth-child(246){opacity:.4374;transform:translate(61.7012vw,-10px) scale(.5423);animation:fall-246 16s -6s linear infinite}@keyframes fall-246{79.23%{transform:translate(57.2658vw,79.23vh) scale(.5423)}to{transform:translate(59.4835vw,99vh) scale(.5423)}}.snow:nth-child(247){opacity:.1364;transform:translate(20.3228vw,-10px) scale(.8662);animation:fall-247 23s -19s linear infinite}@keyframes fall-247{52.763%{transform:translate(13.4994vw,52.763vh) scale(.8662)}to{transform:translate(16.9111vw,99vh) scale(.8662)}}.snow:nth-child(248){opacity:.9976;transform:translate(63.9793vw,-10px) scale(.0606);animation:fall-248 29s -20s linear infinite}@keyframes fall-248{73.695%{transform:translate(57.2038vw,73.695vh) scale(.0606)}to{transform:translate(60.59155vw,99vh) scale(.0606)}}.snow:nth-child(249){opacity:1.4724;transform:translate(60.9848vw,-10px) scale(.0806);animation:fall-249 25s -28s linear infinite}@keyframes fall-249{57.425%{transform:translate(61.7578vw,57.425vh) scale(.0806)}to{transform:translate(61.3713vw,99vh) scale(.0806)}}.snow:nth-child(250){opacity:.7588;transform:translate(58.1839vw,-10px) scale(.6464);animation:fall-250 23s -16s linear infinite}@keyframes fall-250{74.832%{transform:translate(55.3721vw,74.832vh) scale(.6464)}to{transform:translate(56.778vw,99vh) scale(.6464)}}.snow:nth-child(251){opacity:.6806;transform:translate(19.881vw,-10px) scale(.8344);animation:fall-251 12s -28s linear infinite}@keyframes fall-251{78.337%{transform:translate(11.5268vw,78.337vh) scale(.8344)}to{transform:translate(15.7039vw,99vh) scale(.8344)}}.snow:nth-child(252){opacity:1.3838;transform:translate(89.3219vw,-10px) scale(.306);animation:fall-252 27s -12s linear infinite}@keyframes fall-252{40.89%{transform:translate(87.8164vw,40.89vh) scale(.306)}to{transform:translate(88.56915vw,99vh) scale(.306)}}.snow:nth-child(253){opacity:.9398;transform:translate(78.4108vw,-10px) scale(.6483);animation:fall-253 13s -26s linear infinite}@keyframes fall-253{39.198%{transform:translate(87.8385vw,39.198vh) scale(.6483)}to{transform:translate(83.12465vw,99vh) scale(.6483)}}.snow:nth-child(254){opacity:1.2208;transform:translate(28.5725vw,-10px) scale(.9365);animation:fall-254 17s -25s linear infinite}@keyframes fall-254{47.413%{transform:translate(37.4162vw,47.413vh) scale(.9365)}to{transform:translate(32.99435vw,99vh) scale(.9365)}}.snow:nth-child(255){opacity:.291;transform:translate(6.8769vw,-10px) scale(.3532);animation:fall-255 23s -7s linear infinite}@keyframes fall-255{37.242%{transform:translate(9.1357vw,37.242vh) scale(.3532)}to{transform:translate(8.0063vw,99vh) scale(.3532)}}.snow:nth-child(256){opacity:.9454;transform:translate(67.1771vw,-10px) scale(.7514);animation:fall-256 17s -18s linear infinite}@keyframes fall-256{36.141%{transform:translate(72.693vw,36.141vh) scale(.7514)}to{transform:translate(69.93505vw,99vh) scale(.7514)}}.snow:nth-child(257){opacity:.5748;transform:translate(24.1848vw,-10px) scale(.4594);animation:fall-257 20s -16s linear infinite}@keyframes fall-257{38.773%{transform:translate(20.6662vw,38.773vh) scale(.4594)}to{transform:translate(22.4255vw,99vh) scale(.4594)}}.snow:nth-child(258){opacity:.5468;transform:translate(38.1642vw,-10px) scale(.2975);animation:fall-258 11s -23s linear infinite}@keyframes fall-258{58.787%{transform:translate(44.5662vw,58.787vh) scale(.2975)}to{transform:translate(41.3652vw,99vh) scale(.2975)}}.snow:nth-child(259){opacity:.7508;transform:translate(52.753vw,-10px) scale(.2988);animation:fall-259 12s -25s linear infinite}@keyframes fall-259{57.601%{transform:translate(59.1996vw,57.601vh) scale(.2988)}to{transform:translate(55.9763vw,99vh) scale(.2988)}}.snow:nth-child(260){opacity:1.8082;transform:translate(90.7858vw,-10px) scale(.7389);animation:fall-260 11s -4s linear infinite}@keyframes fall-260{40.577%{transform:translate(91.701vw,40.577vh) scale(.7389)}to{transform:translate(91.2434vw,99vh) scale(.7389)}}.snow:nth-child(261){opacity:.866;transform:translate(70.9766vw,-10px) scale(.0037);animation:fall-261 24s -22s linear infinite}@keyframes fall-261{49.878%{transform:translate(68.1234vw,49.878vh) scale(.0037)}to{transform:translate(69.55vw,99vh) scale(.0037)}}.snow:nth-child(262){opacity:.226;transform:translate(30.4948vw,-10px) scale(.2008);animation:fall-262 16s -16s linear infinite}@keyframes fall-262{73.804%{transform:translate(31.2915vw,73.804vh) scale(.2008)}to{transform:translate(30.89315vw,99vh) scale(.2008)}}.snow:nth-child(263){opacity:1.7328;transform:translate(88.3975vw,-10px) scale(.2704);animation:fall-263 20s -22s linear infinite}@keyframes fall-263{36.015%{transform:translate(83.0825vw,36.015vh) scale(.2704)}to{transform:translate(85.74vw,99vh) scale(.2704)}}.snow:nth-child(264){opacity:.7802;transform:translate(60.5481vw,-10px) scale(.5419);animation:fall-264 28s -27s linear infinite}@keyframes fall-264{35.639%{transform:translate(52.1367vw,35.639vh) scale(.5419)}to{transform:translate(56.3424vw,99vh) scale(.5419)}}.snow:nth-child(265){opacity:1.3498;transform:translate(65.7095vw,-10px) scale(.9661);animation:fall-265 12s -5s linear infinite}@keyframes fall-265{60.949%{transform:translate(67.4321vw,60.949vh) scale(.9661)}to{transform:translate(66.5708vw,99vh) scale(.9661)}}.snow:nth-child(266){opacity:.4698;transform:translate(60.9108vw,-10px) scale(.1583);animation:fall-266 28s -18s linear infinite}@keyframes fall-266{61.556%{transform:translate(53.7185vw,61.556vh) scale(.1583)}to{transform:translate(57.31465vw,99vh) scale(.1583)}}.snow:nth-child(267){opacity:.3028;transform:translate(60.3957vw,-10px) scale(.1797);animation:fall-267 21s -11s linear infinite}@keyframes fall-267{31.856%{transform:translate(67.0697vw,31.856vh) scale(.1797)}to{transform:translate(63.7327vw,99vh) scale(.1797)}}.snow:nth-child(268){opacity:1.3374;transform:translate(14.1739vw,-10px) scale(.1528);animation:fall-268 28s -7s linear infinite}@keyframes fall-268{55.06%{transform:translate(9.8437vw,55.06vh) scale(.1528)}to{transform:translate(12.0088vw,99vh) scale(.1528)}}.snow:nth-child(269){opacity:.1456;transform:translate(13.789vw,-10px) scale(.6173);animation:fall-269 28s -30s linear infinite}@keyframes fall-269{68.711%{transform:translate(21.698vw,68.711vh) scale(.6173)}to{transform:translate(17.7435vw,99vh) scale(.6173)}}.snow:nth-child(270){opacity:.7554;transform:translate(12.6342vw,-10px) scale(.2712);animation:fall-270 13s -4s linear infinite}@keyframes fall-270{39.443%{transform:translate(21.0203vw,39.443vh) scale(.2712)}to{transform:translate(16.82725vw,99vh) scale(.2712)}}.snow:nth-child(271){opacity:1.809;transform:translate(15.6761vw,-10px) scale(.0804);animation:fall-271 12s -26s linear infinite}@keyframes fall-271{54.744%{transform:translate(5.7643vw,54.744vh) scale(.0804)}to{transform:translate(10.7202vw,99vh) scale(.0804)}}.snow:nth-child(272){opacity:1.2128;transform:translate(91.4017vw,-10px) scale(.2595);animation:fall-272 23s -6s linear infinite}@keyframes fall-272{61.228%{transform:translate(97.9312vw,61.228vh) scale(.2595)}to{transform:translate(94.66645vw,99vh) scale(.2595)}}.snow:nth-child(273){opacity:.987;transform:translate(1.8401vw,-10px) scale(.2067);animation:fall-273 27s -8s linear infinite}@keyframes fall-273{70.553%{transform:translate(.4873vw,70.553vh) scale(.2067)}to{transform:translate(1.1637vw,99vh) scale(.2067)}}.snow:nth-child(274){opacity:.8612;transform:translate(66.6732vw,-10px) scale(.807);animation:fall-274 19s -22s linear infinite}@keyframes fall-274{47.531%{transform:translate(69.7879vw,47.531vh) scale(.807)}to{transform:translate(68.23055vw,99vh) scale(.807)}}.snow:nth-child(275){opacity:.6046;transform:translate(28.0999vw,-10px) scale(.6289);animation:fall-275 22s -16s linear infinite}@keyframes fall-275{73.972%{transform:translate(32.3141vw,73.972vh) scale(.6289)}to{transform:translate(30.207vw,99vh) scale(.6289)}}.snow:nth-child(276){opacity:1.8102;transform:translate(71.7407vw,-10px) scale(.228);animation:fall-276 15s -26s linear infinite}@keyframes fall-276{63.756%{transform:translate(63.3691vw,63.756vh) scale(.228)}to{transform:translate(67.5549vw,99vh) scale(.228)}}.snow:nth-child(277){opacity:1.2586;transform:translate(16.545vw,-10px) scale(.1702);animation:fall-277 20s -22s linear infinite}@keyframes fall-277{75.511%{transform:translate(26.4778vw,75.511vh) scale(.1702)}to{transform:translate(21.5114vw,99vh) scale(.1702)}}.snow:nth-child(278){opacity:1.9442;transform:translate(85.7975vw,-10px) scale(.8715);animation:fall-278 28s -21s linear infinite}@keyframes fall-278{61.414%{transform:translate(92.8743vw,61.414vh) scale(.8715)}to{transform:translate(89.3359vw,99vh) scale(.8715)}}.snow:nth-child(279){opacity:.2844;transform:translate(16.7148vw,-10px) scale(.219);animation:fall-279 28s -21s linear infinite}@keyframes fall-279{64.249%{transform:translate(26.4939vw,64.249vh) scale(.219)}to{transform:translate(21.60435vw,99vh) scale(.219)}}.snow:nth-child(280){opacity:.512;transform:translate(68.5886vw,-10px) scale(.6253);animation:fall-280 27s -29s linear infinite}@keyframes fall-280{75.901%{transform:translate(71.0131vw,75.901vh) scale(.6253)}to{transform:translate(69.80085vw,99vh) scale(.6253)}}.snow:nth-child(281){opacity:1.2258;transform:translate(7.9349vw,-10px) scale(.8507);animation:fall-281 24s -1s linear infinite}@keyframes fall-281{34.312%{transform:translate(13.0457vw,34.312vh) scale(.8507)}to{transform:translate(10.4903vw,99vh) scale(.8507)}}.snow:nth-child(282){opacity:1.7396;transform:translate(11.9523vw,-10px) scale(.0361);animation:fall-282 17s -30s linear infinite}@keyframes fall-282{64.563%{transform:translate(3.8157vw,64.563vh) scale(.0361)}to{transform:translate(7.884vw,99vh) scale(.0361)}}.snow:nth-child(283){opacity:.719;transform:translate(16.6906vw,-10px) scale(.7323);animation:fall-283 13s -22s linear infinite}@keyframes fall-283{39.339%{transform:translate(22.7971vw,39.339vh) scale(.7323)}to{transform:translate(19.74385vw,99vh) scale(.7323)}}.snow:nth-child(284){opacity:.233;transform:translate(96.2805vw,-10px) scale(.5033);animation:fall-284 30s -22s linear infinite}@keyframes fall-284{33.992%{transform:translate(89.1166vw,33.992vh) scale(.5033)}to{transform:translate(92.69855vw,99vh) scale(.5033)}}.snow:nth-child(285){opacity:1.7882;transform:translate(39.043vw,-10px) scale(.4515);animation:fall-285 14s -11s linear infinite}@keyframes fall-285{53.337%{transform:translate(36.5361vw,53.337vh) scale(.4515)}to{transform:translate(37.78955vw,99vh) scale(.4515)}}.snow:nth-child(286){opacity:.9696;transform:translate(71.475vw,-10px) scale(.5562);animation:fall-286 30s -18s linear infinite}@keyframes fall-286{43.591%{transform:translate(77.741vw,43.591vh) scale(.5562)}to{transform:translate(74.608vw,99vh) scale(.5562)}}.snow:nth-child(287){opacity:1.0692;transform:translate(82.5603vw,-10px) scale(.012);animation:fall-287 25s -15s linear infinite}@keyframes fall-287{48.652%{transform:translate(91.9623vw,48.652vh) scale(.012)}to{transform:translate(87.2613vw,99vh) scale(.012)}}.snow:nth-child(288){opacity:.2624;transform:translate(31.9061vw,-10px) scale(.8702);animation:fall-288 27s -21s linear infinite}@keyframes fall-288{58.911%{transform:translate(39.0329vw,58.911vh) scale(.8702)}to{transform:translate(35.4695vw,99vh) scale(.8702)}}.snow:nth-child(289){opacity:1.1602;transform:translate(87.4231vw,-10px) scale(.0501);animation:fall-289 19s -1s linear infinite}@keyframes fall-289{76.86%{transform:translate(86.7114vw,76.86vh) scale(.0501)}to{transform:translate(87.06725vw,99vh) scale(.0501)}}.snow:nth-child(290){opacity:.2362;transform:translate(22.3034vw,-10px) scale(.0235);animation:fall-290 15s -9s linear infinite}@keyframes fall-290{63.815%{transform:translate(20.6156vw,63.815vh) scale(.0235)}to{transform:translate(21.4595vw,99vh) scale(.0235)}}.snow:nth-child(291){opacity:1.9352;transform:translate(7.9598vw,-10px) scale(.546);animation:fall-291 30s -29s linear infinite}@keyframes fall-291{72.782%{transform:translate(-.7338vw,72.782vh) scale(.546)}to{transform:translate(3.613vw,99vh) scale(.546)}}.snow:nth-child(292){opacity:.9086;transform:translate(15.0742vw,-10px) scale(.2143);animation:fall-292 28s -21s linear infinite}@keyframes fall-292{42.294%{transform:translate(7.7802vw,42.294vh) scale(.2143)}to{transform:translate(11.4272vw,99vh) scale(.2143)}}.snow:nth-child(293){opacity:.1562;transform:translate(27.9216vw,-10px) scale(.2044);animation:fall-293 22s -4s linear infinite}@keyframes fall-293{41.277%{transform:translate(27.4405vw,41.277vh) scale(.2044)}to{transform:translate(27.68105vw,99vh) scale(.2044)}}.snow:nth-child(294){opacity:.3598;transform:translate(3.2331vw,-10px) scale(.3068);animation:fall-294 20s -28s linear infinite}@keyframes fall-294{58.597%{transform:translate(.8717vw,58.597vh) scale(.3068)}to{transform:translate(2.0524vw,99vh) scale(.3068)}}.snow:nth-child(295){opacity:1.0226;transform:translate(83.7836vw,-10px) scale(.0212);animation:fall-295 26s -7s linear infinite}@keyframes fall-295{50.514%{transform:translate(78.0865vw,50.514vh) scale(.0212)}to{transform:translate(80.93505vw,99vh) scale(.0212)}}.snow:nth-child(296){opacity:.8368;transform:translate(28.5549vw,-10px) scale(.5584);animation:fall-296 10s -14s linear infinite}@keyframes fall-296{65.736%{transform:translate(33.0419vw,65.736vh) scale(.5584)}to{transform:translate(30.7984vw,99vh) scale(.5584)}}.snow:nth-child(297){opacity:1.1016;transform:translate(95.5213vw,-10px) scale(.7553);animation:fall-297 16s -7s linear infinite}@keyframes fall-297{50.401%{transform:translate(100.5105vw,50.401vh) scale(.7553)}to{transform:translate(98.0159vw,99vh) scale(.7553)}}.snow:nth-child(298){opacity:.846;transform:translate(9.5725vw,-10px) scale(.7706);animation:fall-298 25s -2s linear infinite}@keyframes fall-298{48.957%{transform:translate(15.6851vw,48.957vh) scale(.7706)}to{transform:translate(12.6288vw,99vh) scale(.7706)}}.snow:nth-child(299){opacity:1.9116;transform:translate(84.4596vw,-10px) scale(.9483);animation:fall-299 14s -27s linear infinite}@keyframes fall-299{56.359%{transform:translate(91.653vw,56.359vh) scale(.9483)}to{transform:translate(88.0563vw,99vh) scale(.9483)}}.snow:nth-child(300){opacity:.7678;transform:translate(46.4957vw,-10px) scale(.314);animation:fall-300 24s -10s linear infinite}@keyframes fall-300{59.442%{transform:translate(48.5495vw,59.442vh) scale(.314)}to{transform:translate(47.5226vw,99vh) scale(.314)}}.snow:nth-child(301){opacity:1.2828;transform:translate(54.2125vw,-10px) scale(.829);animation:fall-301 24s -27s linear infinite}@keyframes fall-301{49.708%{transform:translate(50.4861vw,49.708vh) scale(.829)}to{transform:translate(52.3493vw,99vh) scale(.829)}}.snow:nth-child(302){opacity:.7326;transform:translate(74.2323vw,-10px) scale(.9189);animation:fall-302 14s -5s linear infinite}@keyframes fall-302{75.766%{transform:translate(71.6272vw,75.766vh) scale(.9189)}to{transform:translate(72.92975vw,99vh) scale(.9189)}}.snow:nth-child(303){opacity:1.85;transform:translate(15.7197vw,-10px) scale(.3818);animation:fall-303 29s -4s linear infinite}@keyframes fall-303{37.963%{transform:translate(25.6227vw,37.963vh) scale(.3818)}to{transform:translate(20.6712vw,99vh) scale(.3818)}}.snow:nth-child(304){opacity:.3112;transform:translate(58.4804vw,-10px) scale(.3259);animation:fall-304 19s -12s linear infinite}@keyframes fall-304{67.009%{transform:translate(53.098vw,67.009vh) scale(.3259)}to{transform:translate(55.7892vw,99vh) scale(.3259)}}.snow:nth-child(305){opacity:.7904;transform:translate(12.2504vw,-10px) scale(.1164);animation:fall-305 16s -14s linear infinite}@keyframes fall-305{76.391%{transform:translate(21.7272vw,76.391vh) scale(.1164)}to{transform:translate(16.9888vw,99vh) scale(.1164)}}.snow:nth-child(306){opacity:1.1836;transform:translate(4.6011vw,-10px) scale(.7303);animation:fall-306 14s -1s linear infinite}@keyframes fall-306{61.067%{transform:translate(7.7557vw,61.067vh) scale(.7303)}to{transform:translate(6.1784vw,99vh) scale(.7303)}}.snow:nth-child(307){opacity:1.3608;transform:translate(81.6821vw,-10px) scale(.5508);animation:fall-307 29s -26s linear infinite}@keyframes fall-307{41.744%{transform:translate(87.061vw,41.744vh) scale(.5508)}to{transform:translate(84.37155vw,99vh) scale(.5508)}}.snow:nth-child(308){opacity:.1912;transform:translate(17.4923vw,-10px) scale(.2139);animation:fall-308 24s -19s linear infinite}@keyframes fall-308{60.239%{transform:translate(10.444vw,60.239vh) scale(.2139)}to{transform:translate(13.96815vw,99vh) scale(.2139)}}.snow:nth-child(309){opacity:.0294;transform:translate(37.9928vw,-10px) scale(.0672);animation:fall-309 15s -29s linear infinite}@keyframes fall-309{79.431%{transform:translate(37.4967vw,79.431vh) scale(.0672)}to{transform:translate(37.74475vw,99vh) scale(.0672)}}.snow:nth-child(310){opacity:1.866;transform:translate(26.3564vw,-10px) scale(.8085);animation:fall-310 18s -25s linear infinite}@keyframes fall-310{43.038%{transform:translate(20.7989vw,43.038vh) scale(.8085)}to{transform:translate(23.57765vw,99vh) scale(.8085)}}.snow:nth-child(311){opacity:.5138;transform:translate(18.8839vw,-10px) scale(.0641);animation:fall-311 30s -3s linear infinite}@keyframes fall-311{65.13%{transform:translate(21.6375vw,65.13vh) scale(.0641)}to{transform:translate(20.2607vw,99vh) scale(.0641)}}.snow:nth-child(312){opacity:1.0552;transform:translate(98.3118vw,-10px) scale(.3422);animation:fall-312 28s -16s linear infinite}@keyframes fall-312{33.633%{transform:translate(94.5022vw,33.633vh) scale(.3422)}to{transform:translate(96.407vw,99vh) scale(.3422)}}.snow:nth-child(313){opacity:.3648;transform:translate(7.4455vw,-10px) scale(.7049);animation:fall-313 29s -26s linear infinite}@keyframes fall-313{45.868%{transform:translate(8.5486vw,45.868vh) scale(.7049)}to{transform:translate(7.99705vw,99vh) scale(.7049)}}.snow:nth-child(314){opacity:.7236;transform:translate(31.9034vw,-10px) scale(.1104);animation:fall-314 12s -7s linear infinite}@keyframes fall-314{63.273%{transform:translate(37.6784vw,63.273vh) scale(.1104)}to{transform:translate(34.7909vw,99vh) scale(.1104)}}.snow:nth-child(315){opacity:1.8962;transform:translate(83.1422vw,-10px) scale(.1557);animation:fall-315 17s -29s linear infinite}@keyframes fall-315{55.584%{transform:translate(81.2704vw,55.584vh) scale(.1557)}to{transform:translate(82.2063vw,99vh) scale(.1557)}}.snow:nth-child(316){opacity:.4252;transform:translate(55.7384vw,-10px) scale(.968);animation:fall-316 30s -4s linear infinite}@keyframes fall-316{37.443%{transform:translate(48.9138vw,37.443vh) scale(.968)}to{transform:translate(52.3261vw,99vh) scale(.968)}}.snow:nth-child(317){opacity:1.3638;transform:translate(99.9317vw,-10px) scale(.4857);animation:fall-317 13s -16s linear infinite}@keyframes fall-317{30.052%{transform:translate(97.239vw,30.052vh) scale(.4857)}to{transform:translate(98.58535vw,99vh) scale(.4857)}}.snow:nth-child(318){opacity:.198;transform:translate(9.4003vw,-10px) scale(.7568);animation:fall-318 22s -15s linear infinite}@keyframes fall-318{72.358%{transform:translate(17.8207vw,72.358vh) scale(.7568)}to{transform:translate(13.6105vw,99vh) scale(.7568)}}.snow:nth-child(319){opacity:1.173;transform:translate(59.4454vw,-10px) scale(.1966);animation:fall-319 13s -4s linear infinite}@keyframes fall-319{46.727%{transform:translate(50.4202vw,46.727vh) scale(.1966)}to{transform:translate(54.9328vw,99vh) scale(.1966)}}.snow:nth-child(320){opacity:.3608;transform:translate(31.2605vw,-10px) scale(.6273);animation:fall-320 16s -6s linear infinite}@keyframes fall-320{62.573%{transform:translate(29.5368vw,62.573vh) scale(.6273)}to{transform:translate(30.39865vw,99vh) scale(.6273)}}.snow:nth-child(321){opacity:.8892;transform:translate(94.4591vw,-10px) scale(.0965);animation:fall-321 24s -21s linear infinite}@keyframes fall-321{72.92%{transform:translate(101.308vw,72.92vh) scale(.0965)}to{transform:translate(97.88355vw,99vh) scale(.0965)}}.snow:nth-child(322){opacity:.6926;transform:translate(87.2357vw,-10px) scale(.6157);animation:fall-322 18s -6s linear infinite}@keyframes fall-322{74.313%{transform:translate(82.9692vw,74.313vh) scale(.6157)}to{transform:translate(85.10245vw,99vh) scale(.6157)}}.snow:nth-child(323){opacity:.6138;transform:translate(33.5144vw,-10px) scale(.4752);animation:fall-323 16s -22s linear infinite}@keyframes fall-323{70.75%{transform:translate(38.144vw,70.75vh) scale(.4752)}to{transform:translate(35.8292vw,99vh) scale(.4752)}}.snow:nth-child(324){opacity:1.4012;transform:translate(41.7114vw,-10px) scale(.5493);animation:fall-324 24s -30s linear infinite}@keyframes fall-324{76.193%{transform:translate(33.998vw,76.193vh) scale(.5493)}to{transform:translate(37.8547vw,99vh) scale(.5493)}}.snow:nth-child(325){opacity:1.9732;transform:translate(24.106vw,-10px) scale(.9059);animation:fall-325 30s -21s linear infinite}@keyframes fall-325{76.548%{transform:translate(26.8274vw,76.548vh) scale(.9059)}to{transform:translate(25.4667vw,99vh) scale(.9059)}}.snow:nth-child(326){opacity:.7026;transform:translate(44.086vw,-10px) scale(.6054);animation:fall-326 23s -24s linear infinite}@keyframes fall-326{63.25%{transform:translate(41.8953vw,63.25vh) scale(.6054)}to{transform:translate(42.99065vw,99vh) scale(.6054)}}.snow:nth-child(327){opacity:.7576;transform:translate(90.944vw,-10px) scale(.5438);animation:fall-327 13s -4s linear infinite}@keyframes fall-327{78.242%{transform:translate(94.0385vw,78.242vh) scale(.5438)}to{transform:translate(92.49125vw,99vh) scale(.5438)}}.snow:nth-child(328){opacity:.6654;transform:translate(10.5223vw,-10px) scale(.4692);animation:fall-328 12s -18s linear infinite}@keyframes fall-328{63.977%{transform:translate(11.1481vw,63.977vh) scale(.4692)}to{transform:translate(10.8352vw,99vh) scale(.4692)}}.snow:nth-child(329){opacity:.968;transform:translate(15.5941vw,-10px) scale(.0449);animation:fall-329 30s -24s linear infinite}@keyframes fall-329{58.245%{transform:translate(20.8345vw,58.245vh) scale(.0449)}to{transform:translate(18.2143vw,99vh) scale(.0449)}}.snow:nth-child(330){opacity:.1308;transform:translate(9.0893vw,-10px) scale(.6476);animation:fall-330 11s -8s linear infinite}@keyframes fall-330{68.198%{transform:translate(3.6577vw,68.198vh) scale(.6476)}to{transform:translate(6.3735vw,99vh) scale(.6476)}}.snow:nth-child(331){opacity:.2994;transform:translate(49.8068vw,-10px) scale(.316);animation:fall-331 29s -17s linear infinite}@keyframes fall-331{71.238%{transform:translate(57.746vw,71.238vh) scale(.316)}to{transform:translate(53.7764vw,99vh) scale(.316)}}.snow:nth-child(332){opacity:1.8972;transform:translate(77.3662vw,-10px) scale(.9667);animation:fall-332 17s -3s linear infinite}@keyframes fall-332{70.441%{transform:translate(76.1571vw,70.441vh) scale(.9667)}to{transform:translate(76.76165vw,99vh) scale(.9667)}}.snow:nth-child(333){opacity:1.7214;transform:translate(39.2987vw,-10px) scale(.6138);animation:fall-333 20s -25s linear infinite}@keyframes fall-333{37.468%{transform:translate(36.7893vw,37.468vh) scale(.6138)}to{transform:translate(38.044vw,99vh) scale(.6138)}}.snow:nth-child(334){opacity:1.464;transform:translate(46.5927vw,-10px) scale(.9872);animation:fall-334 11s -10s linear infinite}@keyframes fall-334{51.467%{transform:translate(40.0593vw,51.467vh) scale(.9872)}to{transform:translate(43.326vw,99vh) scale(.9872)}}.snow:nth-child(335){opacity:1.2758;transform:translate(49.6785vw,-10px) scale(.235);animation:fall-335 22s -26s linear infinite}@keyframes fall-335{57.547%{transform:translate(53.2912vw,57.547vh) scale(.235)}to{transform:translate(51.48485vw,99vh) scale(.235)}}.snow:nth-child(336){opacity:.0628;transform:translate(17.1481vw,-10px) scale(.6086);animation:fall-336 21s -3s linear infinite}@keyframes fall-336{52.692%{transform:translate(23.7397vw,52.692vh) scale(.6086)}to{transform:translate(20.4439vw,99vh) scale(.6086)}}.snow:nth-child(337){opacity:.616;transform:translate(54.5975vw,-10px) scale(.2551);animation:fall-337 10s -7s linear infinite}@keyframes fall-337{69.76%{transform:translate(53.5696vw,69.76vh) scale(.2551)}to{transform:translate(54.08355vw,99vh) scale(.2551)}}.snow:nth-child(338){opacity:.2248;transform:translate(13.674vw,-10px) scale(.7015);animation:fall-338 17s -22s linear infinite}@keyframes fall-338{59.278%{transform:translate(19.5381vw,59.278vh) scale(.7015)}to{transform:translate(16.60605vw,99vh) scale(.7015)}}.snow:nth-child(339){opacity:1.5432;transform:translate(76.1111vw,-10px) scale(.6025);animation:fall-339 14s -11s linear infinite}@keyframes fall-339{55.122%{transform:translate(83.1516vw,55.122vh) scale(.6025)}to{transform:translate(79.63135vw,99vh) scale(.6025)}}.snow:nth-child(340){opacity:.6092;transform:translate(46.0927vw,-10px) scale(.2939);animation:fall-340 15s -27s linear infinite}@keyframes fall-340{57.78%{transform:translate(53.4187vw,57.78vh) scale(.2939)}to{transform:translate(49.7557vw,99vh) scale(.2939)}}.snow:nth-child(341){opacity:1.262;transform:translate(44.712vw,-10px) scale(.8918);animation:fall-341 16s -11s linear infinite}@keyframes fall-341{59.487%{transform:translate(41.2084vw,59.487vh) scale(.8918)}to{transform:translate(42.9602vw,99vh) scale(.8918)}}.snow:nth-child(342){opacity:1.2152;transform:translate(95.5753vw,-10px) scale(.7674);animation:fall-342 14s -5s linear infinite}@keyframes fall-342{64.318%{transform:translate(92.5811vw,64.318vh) scale(.7674)}to{transform:translate(94.0782vw,99vh) scale(.7674)}}.snow:nth-child(343){opacity:1.549;transform:translate(53.5904vw,-10px) scale(.4968);animation:fall-343 27s -4s linear infinite}@keyframes fall-343{73.11%{transform:translate(48.7017vw,73.11vh) scale(.4968)}to{transform:translate(51.14605vw,99vh) scale(.4968)}}.snow:nth-child(344){opacity:.1142;transform:translate(76.8929vw,-10px) scale(.9024);animation:fall-344 24s -26s linear infinite}@keyframes fall-344{52.217%{transform:translate(84.6944vw,52.217vh) scale(.9024)}to{transform:translate(80.79365vw,99vh) scale(.9024)}}.snow:nth-child(345){opacity:.1476;transform:translate(68.7436vw,-10px) scale(.159);animation:fall-345 24s -21s linear infinite}@keyframes fall-345{42.835%{transform:translate(59.9554vw,42.835vh) scale(.159)}to{transform:translate(64.3495vw,99vh) scale(.159)}}.snow:nth-child(346){opacity:1.2176;transform:translate(91.4171vw,-10px) scale(.0129);animation:fall-346 16s -13s linear infinite}@keyframes fall-346{66.029%{transform:translate(90.9799vw,66.029vh) scale(.0129)}to{transform:translate(91.1985vw,99vh) scale(.0129)}}.snow:nth-child(347){opacity:1.4556;transform:translate(7.0149vw,-10px) scale(.5492);animation:fall-347 15s -23s linear infinite}@keyframes fall-347{36.977%{transform:translate(5.2295vw,36.977vh) scale(.5492)}to{transform:translate(6.1222vw,99vh) scale(.5492)}}.snow:nth-child(348){opacity:1.349;transform:translate(78.2vw,-10px) scale(.0122);animation:fall-348 12s -4s linear infinite}@keyframes fall-348{43.682%{transform:translate(87.9253vw,43.682vh) scale(.0122)}to{transform:translate(83.06265vw,99vh) scale(.0122)}}.snow:nth-child(349){opacity:.9862;transform:translate(22.8056vw,-10px) scale(.2725);animation:fall-349 19s -10s linear infinite}@keyframes fall-349{37.361%{transform:translate(13.2454vw,37.361vh) scale(.2725)}to{transform:translate(18.0255vw,99vh) scale(.2725)}}.snow:nth-child(350){opacity:.7664;transform:translate(17.785vw,-10px) scale(.0877);animation:fall-350 28s -9s linear infinite}@keyframes fall-350{59.08%{transform:translate(23.4652vw,59.08vh) scale(.0877)}to{transform:translate(20.6251vw,99vh) scale(.0877)}}.snow:nth-child(351){opacity:1.6424;transform:translate(61.0084vw,-10px) scale(.6136);animation:fall-351 13s -14s linear infinite}@keyframes fall-351{41.022%{transform:translate(55.0796vw,41.022vh) scale(.6136)}to{transform:translate(58.044vw,99vh) scale(.6136)}}.snow:nth-child(352){opacity:.6322;transform:translate(17.4686vw,-10px) scale(.0926);animation:fall-352 18s -30s linear infinite}@keyframes fall-352{66.203%{transform:translate(13.4455vw,66.203vh) scale(.0926)}to{transform:translate(15.45705vw,99vh) scale(.0926)}}.snow:nth-child(353){opacity:.7704;transform:translate(38.3576vw,-10px) scale(.6856);animation:fall-353 23s -10s linear infinite}@keyframes fall-353{30.581%{transform:translate(31.4394vw,30.581vh) scale(.6856)}to{transform:translate(34.8985vw,99vh) scale(.6856)}}.snow:nth-child(354){opacity:.113;transform:translate(13.78vw,-10px) scale(.3965);animation:fall-354 14s -7s linear infinite}@keyframes fall-354{30.427%{transform:translate(13.1159vw,30.427vh) scale(.3965)}to{transform:translate(13.44795vw,99vh) scale(.3965)}}.snow:nth-child(355){opacity:1.9706;transform:translate(28.3228vw,-10px) scale(.7324);animation:fall-355 11s -1s linear infinite}@keyframes fall-355{42.712%{transform:translate(36.2809vw,42.712vh) scale(.7324)}to{transform:translate(32.30185vw,99vh) scale(.7324)}}.snow:nth-child(356){opacity:1.129;transform:translate(91.3871vw,-10px) scale(.7778);animation:fall-356 27s -23s linear infinite}@keyframes fall-356{44.438%{transform:translate(97.039vw,44.438vh) scale(.7778)}to{transform:translate(94.21305vw,99vh) scale(.7778)}}.snow:nth-child(357){opacity:1.412;transform:translate(24.905vw,-10px) scale(.5437);animation:fall-357 26s -6s linear infinite}@keyframes fall-357{35.265%{transform:translate(22.7944vw,35.265vh) scale(.5437)}to{transform:translate(23.8497vw,99vh) scale(.5437)}}.snow:nth-child(358){opacity:.0356;transform:translate(55.5121vw,-10px) scale(.7286);animation:fall-358 12s -14s linear infinite}@keyframes fall-358{54.396%{transform:translate(57.1963vw,54.396vh) scale(.7286)}to{transform:translate(56.3542vw,99vh) scale(.7286)}}.snow:nth-child(359){opacity:.9402;transform:translate(94.0996vw,-10px) scale(.6035);animation:fall-359 18s -17s linear infinite}@keyframes fall-359{63.968%{transform:translate(85.0108vw,63.968vh) scale(.6035)}to{transform:translate(89.5552vw,99vh) scale(.6035)}}.snow:nth-child(360){opacity:1.917;transform:translate(87.7497vw,-10px) scale(.8395);animation:fall-360 27s -5s linear infinite}@keyframes fall-360{70.567%{transform:translate(79.909vw,70.567vh) scale(.8395)}to{transform:translate(83.82935vw,99vh) scale(.8395)}}.snow:nth-child(361){opacity:1.7678;transform:translate(43.7706vw,-10px) scale(.1124);animation:fall-361 21s -14s linear infinite}@keyframes fall-361{39.439%{transform:translate(48.2129vw,39.439vh) scale(.1124)}to{transform:translate(45.99175vw,99vh) scale(.1124)}}.snow:nth-child(362){opacity:.4158;transform:translate(35.2524vw,-10px) scale(.1613);animation:fall-362 14s -14s linear infinite}@keyframes fall-362{35.939%{transform:translate(40.8824vw,35.939vh) scale(.1613)}to{transform:translate(38.0674vw,99vh) scale(.1613)}}.snow:nth-child(363){opacity:.5946;transform:translate(76.9037vw,-10px) scale(.3458);animation:fall-363 18s -22s linear infinite}@keyframes fall-363{34.061%{transform:translate(74.8714vw,34.061vh) scale(.3458)}to{transform:translate(75.88755vw,99vh) scale(.3458)}}.snow:nth-child(364){opacity:1.4428;transform:translate(92.1096vw,-10px) scale(.4239);animation:fall-364 19s -13s linear infinite}@keyframes fall-364{35.155%{transform:translate(84.7188vw,35.155vh) scale(.4239)}to{transform:translate(88.4142vw,99vh) scale(.4239)}}.snow:nth-child(365){opacity:.4348;transform:translate(77.0811vw,-10px) scale(.7235);animation:fall-365 14s -8s linear infinite}@keyframes fall-365{58.991%{transform:translate(68.5779vw,58.991vh) scale(.7235)}to{transform:translate(72.8295vw,99vh) scale(.7235)}}.snow:nth-child(366){opacity:.9078;transform:translate(70.2258vw,-10px) scale(.3641);animation:fall-366 16s -24s linear infinite}@keyframes fall-366{44.672%{transform:translate(77.2518vw,44.672vh) scale(.3641)}to{transform:translate(73.7388vw,99vh) scale(.3641)}}.snow:nth-child(367){opacity:.2664;transform:translate(34.4227vw,-10px) scale(.756);animation:fall-367 12s -4s linear infinite}@keyframes fall-367{52.464%{transform:translate(43.316vw,52.464vh) scale(.756)}to{transform:translate(38.86935vw,99vh) scale(.756)}}.snow:nth-child(368){opacity:1.3956;transform:translate(87.0533vw,-10px) scale(.7269);animation:fall-368 27s -10s linear infinite}@keyframes fall-368{44.691%{transform:translate(86.934vw,44.691vh) scale(.7269)}to{transform:translate(86.99365vw,99vh) scale(.7269)}}.snow:nth-child(369){opacity:.6826;transform:translate(94.915vw,-10px) scale(.1852);animation:fall-369 15s -1s linear infinite}@keyframes fall-369{64.292%{transform:translate(90.3817vw,64.292vh) scale(.1852)}to{transform:translate(92.64835vw,99vh) scale(.1852)}}.snow:nth-child(370){opacity:.7462;transform:translate(31.5326vw,-10px) scale(.6899);animation:fall-370 22s -30s linear infinite}@keyframes fall-370{34.375%{transform:translate(21.624vw,34.375vh) scale(.6899)}to{transform:translate(26.5783vw,99vh) scale(.6899)}}.snow:nth-child(371){opacity:1.8638;transform:translate(26.3274vw,-10px) scale(.5249);animation:fall-371 11s -30s linear infinite}@keyframes fall-371{31.717%{transform:translate(16.7985vw,31.717vh) scale(.5249)}to{transform:translate(21.56295vw,99vh) scale(.5249)}}.snow:nth-child(372){opacity:.895;transform:translate(60.0231vw,-10px) scale(.06);animation:fall-372 26s -6s linear infinite}@keyframes fall-372{78.147%{transform:translate(62.0116vw,78.147vh) scale(.06)}to{transform:translate(61.01735vw,99vh) scale(.06)}}.snow:nth-child(373){opacity:.2806;transform:translate(.8193vw,-10px) scale(.1908);animation:fall-373 27s -12s linear infinite}@keyframes fall-373{59.308%{transform:translate(6.1204vw,59.308vh) scale(.1908)}to{transform:translate(3.46985vw,99vh) scale(.1908)}}.snow:nth-child(374){opacity:.7462;transform:translate(54.7339vw,-10px) scale(.4512);animation:fall-374 12s -16s linear infinite}@keyframes fall-374{72.717%{transform:translate(64.1183vw,72.717vh) scale(.4512)}to{transform:translate(59.4261vw,99vh) scale(.4512)}}.snow:nth-child(375){opacity:.9106;transform:translate(83.6164vw,-10px) scale(.4875);animation:fall-375 19s -12s linear infinite}@keyframes fall-375{30.979%{transform:translate(82.4178vw,30.979vh) scale(.4875)}to{transform:translate(83.0171vw,99vh) scale(.4875)}}.snow:nth-child(376){opacity:1.5812;transform:translate(25.881vw,-10px) scale(.8214);animation:fall-376 26s -3s linear infinite}@keyframes fall-376{65.576%{transform:translate(17.9657vw,65.576vh) scale(.8214)}to{transform:translate(21.92335vw,99vh) scale(.8214)}}.snow:nth-child(377){opacity:.736;transform:translate(70.2455vw,-10px) scale(.2208);animation:fall-377 15s -24s linear infinite}@keyframes fall-377{52.989%{transform:translate(71.4243vw,52.989vh) scale(.2208)}to{transform:translate(70.8349vw,99vh) scale(.2208)}}.snow:nth-child(378){opacity:1.0908;transform:translate(27.3343vw,-10px) scale(.0884);animation:fall-378 23s -25s linear infinite}@keyframes fall-378{42.246%{transform:translate(35.3478vw,42.246vh) scale(.0884)}to{transform:translate(31.34105vw,99vh) scale(.0884)}}.snow:nth-child(379){opacity:1.8592;transform:translate(14.6647vw,-10px) scale(.7858);animation:fall-379 24s -18s linear infinite}@keyframes fall-379{45.169%{transform:translate(16.685vw,45.169vh) scale(.7858)}to{transform:translate(15.67485vw,99vh) scale(.7858)}}.snow:nth-child(380){opacity:1.521;transform:translate(20.0602vw,-10px) scale(.8786);animation:fall-380 17s -4s linear infinite}@keyframes fall-380{75.076%{transform:translate(16.0845vw,75.076vh) scale(.8786)}to{transform:translate(18.07235vw,99vh) scale(.8786)}}.snow:nth-child(381){opacity:.0066;transform:translate(37.9223vw,-10px) scale(.693);animation:fall-381 25s -11s linear infinite}@keyframes fall-381{41.344%{transform:translate(35.5267vw,41.344vh) scale(.693)}to{transform:translate(36.7245vw,99vh) scale(.693)}}.snow:nth-child(382){opacity:1.2812;transform:translate(85.2458vw,-10px) scale(.4708);animation:fall-382 29s -23s linear infinite}@keyframes fall-382{55.559%{transform:translate(94.1219vw,55.559vh) scale(.4708)}to{transform:translate(89.68385vw,99vh) scale(.4708)}}.snow:nth-child(383){opacity:.5792;transform:translate(90.6403vw,-10px) scale(.7582);animation:fall-383 20s -14s linear infinite}@keyframes fall-383{36.62%{transform:translate(97.5881vw,36.62vh) scale(.7582)}to{transform:translate(94.1142vw,99vh) scale(.7582)}}.snow:nth-child(384){opacity:1.802;transform:translate(87.3708vw,-10px) scale(.0958);animation:fall-384 13s -16s linear infinite}@keyframes fall-384{50.47%{transform:translate(86.4572vw,50.47vh) scale(.0958)}to{transform:translate(86.914vw,99vh) scale(.0958)}}.snow:nth-child(385){opacity:.463;transform:translate(39.7314vw,-10px) scale(.5481);animation:fall-385 11s -6s linear infinite}@keyframes fall-385{55.461%{transform:translate(33.4755vw,55.461vh) scale(.5481)}to{transform:translate(36.60345vw,99vh) scale(.5481)}}.snow:nth-child(386){opacity:1.9852;transform:translate(55.2082vw,-10px) scale(.684);animation:fall-386 20s -6s linear infinite}@keyframes fall-386{62.69%{transform:translate(53.3042vw,62.69vh) scale(.684)}to{transform:translate(54.2562vw,99vh) scale(.684)}}.snow:nth-child(387){opacity:.9722;transform:translate(71.3542vw,-10px) scale(.0868);animation:fall-387 25s -23s linear infinite}@keyframes fall-387{63.572%{transform:translate(76.6633vw,63.572vh) scale(.0868)}to{transform:translate(74.00875vw,99vh) scale(.0868)}}.snow:nth-child(388){opacity:1.1086;transform:translate(45.777vw,-10px) scale(.0083);animation:fall-388 11s -5s linear infinite}@keyframes fall-388{79.991%{transform:translate(37.5575vw,79.991vh) scale(.0083)}to{transform:translate(41.66725vw,99vh) scale(.0083)}}.snow:nth-child(389){opacity:.0386;transform:translate(76.1357vw,-10px) scale(.2656);animation:fall-389 20s -6s linear infinite}@keyframes fall-389{57.36%{transform:translate(72.5087vw,57.36vh) scale(.2656)}to{transform:translate(74.3222vw,99vh) scale(.2656)}}.snow:nth-child(390){opacity:1.5536;transform:translate(55.7411vw,-10px) scale(.5265);animation:fall-390 13s -7s linear infinite}@keyframes fall-390{40.293%{transform:translate(50.6991vw,40.293vh) scale(.5265)}to{transform:translate(53.2201vw,99vh) scale(.5265)}}.snow:nth-child(391){opacity:1.3956;transform:translate(32.6106vw,-10px) scale(.4594);animation:fall-391 21s -3s linear infinite}@keyframes fall-391{61.536%{transform:translate(34.4003vw,61.536vh) scale(.4594)}to{transform:translate(33.50545vw,99vh) scale(.4594)}}.snow:nth-child(392){opacity:1.0146;transform:translate(86.7971vw,-10px) scale(.6147);animation:fall-392 28s -13s linear infinite}@keyframes fall-392{77.197%{transform:translate(80.4555vw,77.197vh) scale(.6147)}to{transform:translate(83.6263vw,99vh) scale(.6147)}}.snow:nth-child(393){opacity:1.1726;transform:translate(85.0007vw,-10px) scale(.6004);animation:fall-393 16s -17s linear infinite}@keyframes fall-393{58.461%{transform:translate(80.3004vw,58.461vh) scale(.6004)}to{transform:translate(82.65055vw,99vh) scale(.6004)}}.snow:nth-child(394){opacity:1.008;transform:translate(18.613vw,-10px) scale(.6038);animation:fall-394 18s -8s linear infinite}@keyframes fall-394{46.344%{transform:translate(13.2168vw,46.344vh) scale(.6038)}to{transform:translate(15.9149vw,99vh) scale(.6038)}}.snow:nth-child(395){opacity:1.3894;transform:translate(45.8533vw,-10px) scale(.7907);animation:fall-395 21s -21s linear infinite}@keyframes fall-395{76.681%{transform:translate(53.6293vw,76.681vh) scale(.7907)}to{transform:translate(49.7413vw,99vh) scale(.7907)}}.snow:nth-child(396){opacity:.296;transform:translate(68.9585vw,-10px) scale(.4915);animation:fall-396 26s -23s linear infinite}@keyframes fall-396{41.445%{transform:translate(71.1456vw,41.445vh) scale(.4915)}to{transform:translate(70.05205vw,99vh) scale(.4915)}}.snow:nth-child(397){opacity:1.1;transform:translate(41.3914vw,-10px) scale(.7236);animation:fall-397 25s -23s linear infinite}@keyframes fall-397{70.919%{transform:translate(39.9947vw,70.919vh) scale(.7236)}to{transform:translate(40.69305vw,99vh) scale(.7236)}}.snow:nth-child(398){opacity:.9206;transform:translate(66.1589vw,-10px) scale(.7116);animation:fall-398 11s -30s linear infinite}@keyframes fall-398{53.36%{transform:translate(57.7595vw,53.36vh) scale(.7116)}to{transform:translate(61.9592vw,99vh) scale(.7116)}}.snow:nth-child(399){opacity:.3314;transform:translate(83.3621vw,-10px) scale(.429);animation:fall-399 29s -28s linear infinite}@keyframes fall-399{52.597%{transform:translate(85.9161vw,52.597vh) scale(.429)}to{transform:translate(84.6391vw,99vh) scale(.429)}}.snow:nth-child(400){opacity:1.1008;transform:translate(54.2321vw,-10px) scale(.3169);animation:fall-400 21s -6s linear infinite}@keyframes fall-400{71.861%{transform:translate(51.8691vw,71.861vh) scale(.3169)}to{transform:translate(53.0506vw,99vh) scale(.3169)}}\n"] }]
30
+ }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
31
+ type: Inject,
32
+ args: [ALLOW_ANONYMOUS]
33
+ }] }]; } });
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFckUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7OztBQUt4RCxrTUFBa007QUFPbE0sTUFBTSxPQUFPLFlBQVk7SUFNckIsWUFBb0IsR0FBaUIsRUFBUyxNQUFnQixFQUFVLE1BQWMsRUFBMkIsY0FBdUI7UUFBcEgsUUFBRyxHQUFILEdBQUcsQ0FBYztRQUFTLFdBQU0sR0FBTixNQUFNLENBQVU7UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBSi9FLFVBQUssR0FBYSxFQUFFLENBQUM7UUFFckIsZ0JBQVcsR0FBRyxDQUFDLENBQVMsRUFBRSxJQUFTLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQztRQUloRCxJQUFJLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYTtZQUN6QixLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsR0FBRyxFQUFFLENBQUMsRUFBRTtnQkFDeEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFM0IsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsWUFBWSxJQUFJLENBQUMsY0FBYyxFQUFFO1lBQzNDLE9BQU8sQ0FBQyxHQUFHLENBQUMsdURBQXVELENBQUMsQ0FBQTtZQUNwRSxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQztTQUNqRTtJQUNMLENBQUM7O3lHQWhCUSxZQUFZLDRGQU0yRSxlQUFlOzZGQU50RyxZQUFZLGdEQ2Z6Qix1TEFHK0I7MkZEWWxCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJOzswQkFVb0QsTUFBTTsyQkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tIFwiQGFuZ3VsYXIvcm91dGVyXCI7XHJcbmltcG9ydCB7IEFMTE9XX0FOT05ZTU9VUyB9IGZyb20gXCJAZXNmYWVuemEvY29yZS9kb21haW5cIjtcclxuXHJcbi8vIENvbmZpZ3VyYXppb25pXHJcbmltcG9ydCB7IEFwcFN0YXRlLCBUb2tlblNlcnZpY2UgfSBmcm9tIFwiQGVzZmFlbnphL2NvcmUvc2VydmljZXNcIjtcclxuXHJcbi8qIE4uQjogUXVlc3RvIGNvbXBvbmVudGUgbm9uIHB1w7IgZGl2ZW50YXJlIHN0YW5kYWxvbmUuIMOIIGlsIHB1bnRvIGRpIGluZ3Jlc3NvIHBlciBpbCBib290c3RyYXAgZGVpIG1vZHVsaSBkaSBGcm9udGVuZCwgY2hlIE5PTiBzaSBiYXNhbm8gc3VpIGNvbXBvbmVudGkgc3RhbmRhbG9uZSBhIG1lbm8gZGkgcmFyZSBmdW56aW9uYWxpdMOgICovXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdhcHAtcm9vdCcsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gICAgc3R5bGVVcmxzOiBbXCIuL2FwcC5jb21wb25lbnQuc2Nzc1wiXSxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9hcHAuY29tcG9uZW50Lmh0bWwnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBcHBDb21wb25lbnQge1xyXG5cclxuICAgIHB1YmxpYyBzbm93czogbnVtYmVyW10gPSBbXTtcclxuXHJcbiAgICBwdWJsaWMgc25vd1RyYWNrQnkgPSAoXzogbnVtYmVyLCBpdGVtOiBhbnkpID0+IGl0ZW07XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBidHM6IFRva2VuU2VydmljZSwgcHVibGljIF9zdGF0ZTogQXBwU3RhdGUsIHByaXZhdGUgcm91dGVyOiBSb3V0ZXIsIEBJbmplY3QoQUxMT1dfQU5PTllNT1VTKSBhbGxvd0Fub255bW91czogYm9vbGVhbikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUgJiYgIWFsbG93QW5vbnltb3VzKSB7XHJcbiAgICAgICAgICAgIGNvbnNvbGUubG9nKFwiQXBwQ29tcG9uZW50IC0gbm8gYWNjb3VudCBzY29wZSwgcmVkaXJlY3RpbmcgdG8gbG9naW5cIilcclxuICAgICAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoW1wibG9naW5cIiwgeyBmcm9tVXJsOiB0aGlzLnJvdXRlci51cmwgfV0pO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxufSIsIjxuZy1jb250YWluZXIgKm5nSWY9XCJfc3RhdGUuY2hyaXN0bWFzVGltZVwiPlxyXG4gICAgPGRpdiAqbmdGb3I9XCJsZXQgaSBvZiBzbm93czsgdHJhY2tCeTogc25vd1RyYWNrQnlcIiBjbGFzcz1cInNub3dcIj48L2Rpdj5cclxuPC9uZy1jb250YWluZXI+XHJcbjxyb3V0ZXItb3V0bGV0Pjwvcm91dGVyLW91dGxldD4iXX0=