@esfaenza/core 15.2.251 → 15.2.253

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 +2 -2
  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 +7 -5
  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 +7 -5
  26. package/fesm2020/esfaenza-core.mjs.map +1 -1
  27. package/lib/core.module.d.ts +1 -0
  28. package/package.json +12 -12
  29. package/services/classes/app.session.d.ts +2 -1
  30. package/services/classes/app.state.d.ts +2 -1
  31. package/theme/styles/_material-override.scss +6 -1
@@ -41,7 +41,7 @@ import * as i3$1 from '@esfaenza/es-table';
41
41
  import { EsTableModule } from '@esfaenza/es-table';
42
42
  import { TAB_DEBUG_MODE } from '@esfaenza/tabber';
43
43
  import { ExternalPagesComponent, PagesComponent, RedirecterComponent, JaceLoginComponent, ServerErrorComponent, AngularErrorComponent, PageNotFoundComponent, ComponentsModule, UserInfosComponent } from '@esfaenza/core/components';
44
- import { EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
44
+ import { EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, ALLOW_ANONYMOUS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
45
45
  import { TemplateCommon } from '@esfaenza/core/modules';
46
46
  import { catchError, take, tap, switchMap } from 'rxjs/operators';
47
47
  import { forkJoin, of } from 'rxjs';
@@ -75,10 +75,10 @@ class AppComponent {
75
75
  }
76
76
  }
77
77
  AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
78
- AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.8496;transform:translate(79.5217vw,-10px) scale(.084);animation:fall-1 11s -9s linear infinite}@keyframes fall-1{68.686%{transform:translate(80.2459vw,68.686vh) scale(.084)}to{transform:translate(79.8838vw,99vh) scale(.084)}}.snow:nth-child(2){opacity:.2148;transform:translate(15.9739vw,-10px) scale(.014);animation:fall-2 19s -12s linear infinite}@keyframes fall-2{78.074%{transform:translate(10.6972vw,78.074vh) scale(.014)}to{transform:translate(13.33555vw,99vh) scale(.014)}}.snow:nth-child(3){opacity:1.4438;transform:translate(15.0407vw,-10px) scale(.6579);animation:fall-3 25s -26s linear infinite}@keyframes fall-3{71.871%{transform:translate(9.2967vw,71.871vh) scale(.6579)}to{transform:translate(12.1687vw,99vh) scale(.6579)}}.snow:nth-child(4){opacity:.7216;transform:translate(75.1362vw,-10px) scale(.7439);animation:fall-4 15s -11s linear infinite}@keyframes fall-4{63.196%{transform:translate(77.1374vw,63.196vh) scale(.7439)}to{transform:translate(76.1368vw,99vh) scale(.7439)}}.snow:nth-child(5){opacity:.5328;transform:translate(46.5354vw,-10px) scale(.5854);animation:fall-5 18s -16s linear infinite}@keyframes fall-5{71.149%{transform:translate(47.0655vw,71.149vh) scale(.5854)}to{transform:translate(46.80045vw,99vh) scale(.5854)}}.snow:nth-child(6){opacity:.789;transform:translate(26.3622vw,-10px) scale(.3231);animation:fall-6 19s -9s linear infinite}@keyframes fall-6{48.878%{transform:translate(27.3863vw,48.878vh) scale(.3231)}to{transform:translate(26.87425vw,99vh) scale(.3231)}}.snow:nth-child(7){opacity:1.004;transform:translate(81.7518vw,-10px) scale(.7912);animation:fall-7 16s -7s linear infinite}@keyframes fall-7{42.292%{transform:translate(86.3956vw,42.292vh) scale(.7912)}to{transform:translate(84.0737vw,99vh) scale(.7912)}}.snow:nth-child(8){opacity:.915;transform:translate(62.8376vw,-10px) scale(.4623);animation:fall-8 19s -26s linear infinite}@keyframes fall-8{37.449%{transform:translate(69.9749vw,37.449vh) scale(.4623)}to{transform:translate(66.40625vw,99vh) scale(.4623)}}.snow:nth-child(9){opacity:.9524;transform:translate(93.0235vw,-10px) scale(.7277);animation:fall-9 28s -22s linear infinite}@keyframes fall-9{47.355%{transform:translate(101.2321vw,47.355vh) scale(.7277)}to{transform:translate(97.1278vw,99vh) scale(.7277)}}.snow:nth-child(10){opacity:1.4918;transform:translate(53.3072vw,-10px) scale(.8411);animation:fall-10 19s -28s linear infinite}@keyframes fall-10{50.006%{transform:translate(47.9843vw,50.006vh) scale(.8411)}to{transform:translate(50.64575vw,99vh) scale(.8411)}}.snow:nth-child(11){opacity:.5758;transform:translate(17.6468vw,-10px) scale(.9493);animation:fall-11 25s -29s linear infinite}@keyframes fall-11{42.997%{transform:translate(20.4756vw,42.997vh) scale(.9493)}to{transform:translate(19.0612vw,99vh) scale(.9493)}}.snow:nth-child(12){opacity:.4444;transform:translate(6.8474vw,-10px) scale(.1001);animation:fall-12 19s -22s linear infinite}@keyframes fall-12{35.883%{transform:translate(2.7298vw,35.883vh) scale(.1001)}to{transform:translate(4.7886vw,99vh) scale(.1001)}}.snow:nth-child(13){opacity:.6768;transform:translate(99.5982vw,-10px) scale(.9324);animation:fall-13 27s -4s linear infinite}@keyframes fall-13{48.855%{transform:translate(94.7304vw,48.855vh) scale(.9324)}to{transform:translate(97.1643vw,99vh) scale(.9324)}}.snow:nth-child(14){opacity:.6876;transform:translate(14.2585vw,-10px) scale(.0902);animation:fall-14 22s -29s linear infinite}@keyframes fall-14{43.453%{transform:translate(17.9867vw,43.453vh) scale(.0902)}to{transform:translate(16.1226vw,99vh) scale(.0902)}}.snow:nth-child(15){opacity:.3956;transform:translate(.4974vw,-10px) scale(.0578);animation:fall-15 27s -6s linear infinite}@keyframes fall-15{57.807%{transform:translate(-5.2171vw,57.807vh) scale(.0578)}to{transform:translate(-2.35985vw,99vh) scale(.0578)}}.snow:nth-child(16){opacity:.0868;transform:translate(59.3343vw,-10px) scale(.949);animation:fall-16 30s -4s linear infinite}@keyframes fall-16{74.35%{transform:translate(49.3691vw,74.35vh) scale(.949)}to{transform:translate(54.3517vw,99vh) scale(.949)}}.snow:nth-child(17){opacity:.4932;transform:translate(13.2251vw,-10px) scale(.8427);animation:fall-17 18s -15s linear infinite}@keyframes fall-17{67.113%{transform:translate(18.4422vw,67.113vh) scale(.8427)}to{transform:translate(15.83365vw,99vh) scale(.8427)}}.snow:nth-child(18){opacity:.109;transform:translate(92.9525vw,-10px) scale(.8343);animation:fall-18 22s -28s linear infinite}@keyframes fall-18{79.263%{transform:translate(86.4468vw,79.263vh) scale(.8343)}to{transform:translate(89.69965vw,99vh) scale(.8343)}}.snow:nth-child(19){opacity:.9512;transform:translate(50.0174vw,-10px) scale(.7145);animation:fall-19 30s -24s linear infinite}@keyframes fall-19{58.108%{transform:translate(46.5598vw,58.108vh) scale(.7145)}to{transform:translate(48.2886vw,99vh) scale(.7145)}}.snow:nth-child(20){opacity:1.812;transform:translate(9.4782vw,-10px) scale(.7426);animation:fall-20 30s -2s linear infinite}@keyframes fall-20{48.382%{transform:translate(8.1885vw,48.382vh) scale(.7426)}to{transform:translate(8.83335vw,99vh) scale(.7426)}}.snow:nth-child(21){opacity:.1084;transform:translate(56.7523vw,-10px) scale(.4884);animation:fall-21 24s -23s linear infinite}@keyframes fall-21{37.517%{transform:translate(54.6699vw,37.517vh) scale(.4884)}to{transform:translate(55.7111vw,99vh) scale(.4884)}}.snow:nth-child(22){opacity:.2086;transform:translate(13.8645vw,-10px) scale(.8578);animation:fall-22 10s -17s linear infinite}@keyframes fall-22{48.435%{transform:translate(9.4567vw,48.435vh) scale(.8578)}to{transform:translate(11.6606vw,99vh) scale(.8578)}}.snow:nth-child(23){opacity:.6768;transform:translate(.7886vw,-10px) scale(.538);animation:fall-23 25s -8s linear infinite}@keyframes fall-23{49.129%{transform:translate(-.4557vw,49.129vh) scale(.538)}to{transform:translate(.16645vw,99vh) scale(.538)}}.snow:nth-child(24){opacity:.5054;transform:translate(49.3359vw,-10px) scale(.0961);animation:fall-24 18s -5s linear infinite}@keyframes fall-24{45.247%{transform:translate(40.3282vw,45.247vh) scale(.0961)}to{transform:translate(44.83205vw,99vh) scale(.0961)}}.snow:nth-child(25){opacity:1.5832;transform:translate(36.2593vw,-10px) scale(.6137);animation:fall-25 17s -9s linear infinite}@keyframes fall-25{57.926%{transform:translate(45.6831vw,57.926vh) scale(.6137)}to{transform:translate(40.9712vw,99vh) scale(.6137)}}.snow:nth-child(26){opacity:1.8268;transform:translate(16.3291vw,-10px) scale(.7368);animation:fall-26 29s -5s linear infinite}@keyframes fall-26{37.312%{transform:translate(8.7294vw,37.312vh) scale(.7368)}to{transform:translate(12.52925vw,99vh) scale(.7368)}}.snow:nth-child(27){opacity:.7522;transform:translate(21.4863vw,-10px) scale(.0674);animation:fall-27 17s -9s linear infinite}@keyframes fall-27{70.393%{transform:translate(13.1909vw,70.393vh) scale(.0674)}to{transform:translate(17.3386vw,99vh) scale(.0674)}}.snow:nth-child(28){opacity:.3014;transform:translate(3.6764vw,-10px) scale(.1115);animation:fall-28 30s -19s linear infinite}@keyframes fall-28{61.476%{transform:translate(9.5253vw,61.476vh) scale(.1115)}to{transform:translate(6.60085vw,99vh) scale(.1115)}}.snow:nth-child(29){opacity:1.2774;transform:translate(12.4134vw,-10px) scale(.9055);animation:fall-29 30s -3s linear infinite}@keyframes fall-29{55.187%{transform:translate(16.2256vw,55.187vh) scale(.9055)}to{transform:translate(14.3195vw,99vh) scale(.9055)}}.snow:nth-child(30){opacity:1.4878;transform:translate(63.2684vw,-10px) scale(.5645);animation:fall-30 12s -12s linear infinite}@keyframes fall-30{72.348%{transform:translate(58.9572vw,72.348vh) scale(.5645)}to{transform:translate(61.1128vw,99vh) scale(.5645)}}.snow:nth-child(31){opacity:.2524;transform:translate(43.11vw,-10px) scale(.9788);animation:fall-31 26s -6s linear infinite}@keyframes fall-31{53.343%{transform:translate(34.7864vw,53.343vh) scale(.9788)}to{transform:translate(38.9482vw,99vh) scale(.9788)}}.snow:nth-child(32){opacity:.759;transform:translate(17.5829vw,-10px) scale(.7997);animation:fall-32 20s -22s linear infinite}@keyframes fall-32{52.405%{transform:translate(19.8263vw,52.405vh) scale(.7997)}to{transform:translate(18.7046vw,99vh) scale(.7997)}}.snow:nth-child(33){opacity:.497;transform:translate(53.7164vw,-10px) scale(.9399);animation:fall-33 14s -3s linear infinite}@keyframes fall-33{45.36%{transform:translate(52.0373vw,45.36vh) scale(.9399)}to{transform:translate(52.87685vw,99vh) scale(.9399)}}.snow:nth-child(34){opacity:.8754;transform:translate(34.0574vw,-10px) scale(.8117);animation:fall-34 17s -30s linear infinite}@keyframes fall-34{64.595%{transform:translate(25.4969vw,64.595vh) scale(.8117)}to{transform:translate(29.77715vw,99vh) scale(.8117)}}.snow:nth-child(35){opacity:1.456;transform:translate(60.1686vw,-10px) scale(.6734);animation:fall-35 12s -18s linear infinite}@keyframes fall-35{40.985%{transform:translate(65.1358vw,40.985vh) scale(.6734)}to{transform:translate(62.6522vw,99vh) scale(.6734)}}.snow:nth-child(36){opacity:.1386;transform:translate(44.834vw,-10px) scale(.1595);animation:fall-36 18s -29s linear infinite}@keyframes fall-36{61.168%{transform:translate(43.7633vw,61.168vh) scale(.1595)}to{transform:translate(44.29865vw,99vh) scale(.1595)}}.snow:nth-child(37){opacity:1.4892;transform:translate(40.6005vw,-10px) scale(.9488);animation:fall-37 22s -15s linear infinite}@keyframes fall-37{33.943%{transform:translate(38.8765vw,33.943vh) scale(.9488)}to{transform:translate(39.7385vw,99vh) scale(.9488)}}.snow:nth-child(38){opacity:1.0466;transform:translate(13.1897vw,-10px) scale(.2824);animation:fall-38 18s -17s linear infinite}@keyframes fall-38{49.525%{transform:translate(22.4045vw,49.525vh) scale(.2824)}to{transform:translate(17.7971vw,99vh) scale(.2824)}}.snow:nth-child(39){opacity:1.5554;transform:translate(39.6254vw,-10px) scale(.8992);animation:fall-39 27s -3s linear infinite}@keyframes fall-39{41.138%{transform:translate(44.5178vw,41.138vh) scale(.8992)}to{transform:translate(42.0716vw,99vh) scale(.8992)}}.snow:nth-child(40){opacity:1.9158;transform:translate(13.5453vw,-10px) scale(.9441);animation:fall-40 11s -18s linear infinite}@keyframes fall-40{77.39%{transform:translate(21.5507vw,77.39vh) scale(.9441)}to{transform:translate(17.548vw,99vh) scale(.9441)}}.snow:nth-child(41){opacity:.443;transform:translate(88.6966vw,-10px) scale(.9715);animation:fall-41 14s -13s linear infinite}@keyframes fall-41{67.401%{transform:translate(79.6457vw,67.401vh) scale(.9715)}to{transform:translate(84.17115vw,99vh) scale(.9715)}}.snow:nth-child(42){opacity:.1758;transform:translate(23.5871vw,-10px) scale(.0448);animation:fall-42 11s -29s linear infinite}@keyframes fall-42{43.008%{transform:translate(24.38vw,43.008vh) scale(.0448)}to{transform:translate(23.98355vw,99vh) scale(.0448)}}.snow:nth-child(43){opacity:.1032;transform:translate(31.1201vw,-10px) scale(.8189);animation:fall-43 15s -30s linear infinite}@keyframes fall-43{54.644%{transform:translate(29.8885vw,54.644vh) scale(.8189)}to{transform:translate(30.5043vw,99vh) scale(.8189)}}.snow:nth-child(44){opacity:1.5784;transform:translate(72.4435vw,-10px) scale(.3913);animation:fall-44 29s -18s linear infinite}@keyframes fall-44{32.455%{transform:translate(78.1074vw,32.455vh) scale(.3913)}to{transform:translate(75.27545vw,99vh) scale(.3913)}}.snow:nth-child(45){opacity:1.8342;transform:translate(52.674vw,-10px) scale(.8321);animation:fall-45 13s -9s linear infinite}@keyframes fall-45{55.864%{transform:translate(49.3628vw,55.864vh) scale(.8321)}to{transform:translate(51.0184vw,99vh) scale(.8321)}}.snow:nth-child(46){opacity:.5002;transform:translate(69.9463vw,-10px) scale(.8055);animation:fall-46 28s -29s linear infinite}@keyframes fall-46{70.567%{transform:translate(67.7037vw,70.567vh) scale(.8055)}to{transform:translate(68.825vw,99vh) scale(.8055)}}.snow:nth-child(47){opacity:.5798;transform:translate(25.9511vw,-10px) scale(.9445);animation:fall-47 13s -22s linear infinite}@keyframes fall-47{77.875%{transform:translate(30.1068vw,77.875vh) scale(.9445)}to{transform:translate(28.02895vw,99vh) scale(.9445)}}.snow:nth-child(48){opacity:1.2132;transform:translate(27.2679vw,-10px) scale(.163);animation:fall-48 29s -7s linear infinite}@keyframes fall-48{35.516%{transform:translate(34.289vw,35.516vh) scale(.163)}to{transform:translate(30.77845vw,99vh) scale(.163)}}.snow:nth-child(49){opacity:.3758;transform:translate(89.6006vw,-10px) scale(.9289);animation:fall-49 21s -23s linear infinite}@keyframes fall-49{34.88%{transform:translate(80.8281vw,34.88vh) scale(.9289)}to{transform:translate(85.21435vw,99vh) scale(.9289)}}.snow:nth-child(50){opacity:1.7168;transform:translate(55.5779vw,-10px) scale(.8416);animation:fall-50 20s -30s linear infinite}@keyframes fall-50{38.113%{transform:translate(56.8687vw,38.113vh) scale(.8416)}to{transform:translate(56.2233vw,99vh) scale(.8416)}}.snow:nth-child(51){opacity:.1602;transform:translate(69.9747vw,-10px) scale(.2276);animation:fall-51 26s -28s linear infinite}@keyframes fall-51{47.463%{transform:translate(68.1112vw,47.463vh) scale(.2276)}to{transform:translate(69.04295vw,99vh) scale(.2276)}}.snow:nth-child(52){opacity:1.6744;transform:translate(74.7038vw,-10px) scale(.0946);animation:fall-52 21s -28s linear infinite}@keyframes fall-52{52.811%{transform:translate(77.4358vw,52.811vh) scale(.0946)}to{transform:translate(76.0698vw,99vh) scale(.0946)}}.snow:nth-child(53){opacity:1.3428;transform:translate(18.2351vw,-10px) scale(.352);animation:fall-53 23s -23s linear infinite}@keyframes fall-53{64.69%{transform:translate(18.4609vw,64.69vh) scale(.352)}to{transform:translate(18.348vw,99vh) scale(.352)}}.snow:nth-child(54){opacity:1.8112;transform:translate(70.7159vw,-10px) scale(.389);animation:fall-54 10s -23s linear infinite}@keyframes fall-54{30.008%{transform:translate(72.2382vw,30.008vh) scale(.389)}to{transform:translate(71.47705vw,99vh) scale(.389)}}.snow:nth-child(55){opacity:1.0242;transform:translate(19.5551vw,-10px) scale(.8461);animation:fall-55 28s -28s linear infinite}@keyframes fall-55{79.677%{transform:translate(13.4505vw,79.677vh) scale(.8461)}to{transform:translate(16.5028vw,99vh) scale(.8461)}}.snow:nth-child(56){opacity:.9836;transform:translate(60.6492vw,-10px) scale(.2891);animation:fall-56 14s -12s linear infinite}@keyframes fall-56{54.658%{transform:translate(57.9728vw,54.658vh) scale(.2891)}to{transform:translate(59.311vw,99vh) scale(.2891)}}.snow:nth-child(57){opacity:1.1954;transform:translate(6.9183vw,-10px) scale(.8137);animation:fall-57 10s -6s linear infinite}@keyframes fall-57{76.254%{transform:translate(15.9949vw,76.254vh) scale(.8137)}to{transform:translate(11.4566vw,99vh) scale(.8137)}}.snow:nth-child(58){opacity:1.209;transform:translate(37.7544vw,-10px) scale(.8761);animation:fall-58 23s -12s linear infinite}@keyframes fall-58{57.589%{transform:translate(42.0047vw,57.589vh) scale(.8761)}to{transform:translate(39.87955vw,99vh) scale(.8761)}}.snow:nth-child(59){opacity:1.4246;transform:translate(8.2134vw,-10px) scale(.2718);animation:fall-59 22s -21s linear infinite}@keyframes fall-59{55.146%{transform:translate(1.614vw,55.146vh) scale(.2718)}to{transform:translate(4.9137vw,99vh) scale(.2718)}}.snow:nth-child(60){opacity:1.6738;transform:translate(35.2388vw,-10px) scale(.772);animation:fall-60 10s -18s linear infinite}@keyframes fall-60{78.905%{transform:translate(44.4691vw,78.905vh) scale(.772)}to{transform:translate(39.85395vw,99vh) scale(.772)}}.snow:nth-child(61){opacity:1.9028;transform:translate(62.268vw,-10px) scale(.5561);animation:fall-61 10s -10s linear infinite}@keyframes fall-61{70.047%{transform:translate(53.5922vw,70.047vh) scale(.5561)}to{transform:translate(57.9301vw,99vh) scale(.5561)}}.snow:nth-child(62){opacity:.864;transform:translate(95.6291vw,-10px) scale(.8423);animation:fall-62 29s -21s linear infinite}@keyframes fall-62{71.093%{transform:translate(91.8191vw,71.093vh) scale(.8423)}to{transform:translate(93.7241vw,99vh) scale(.8423)}}.snow:nth-child(63){opacity:.1196;transform:translate(84.0765vw,-10px) scale(.4323);animation:fall-63 15s -24s linear infinite}@keyframes fall-63{71.133%{transform:translate(93.9097vw,71.133vh) scale(.4323)}to{transform:translate(88.9931vw,99vh) scale(.4323)}}.snow:nth-child(64){opacity:1.8758;transform:translate(72.0829vw,-10px) scale(.2009);animation:fall-64 19s -8s linear infinite}@keyframes fall-64{43.258%{transform:translate(72.326vw,43.258vh) scale(.2009)}to{transform:translate(72.20445vw,99vh) scale(.2009)}}.snow:nth-child(65){opacity:1.8388;transform:translate(20.3894vw,-10px) scale(.5823);animation:fall-65 14s -24s linear infinite}@keyframes fall-65{38.403%{transform:translate(28.6521vw,38.403vh) scale(.5823)}to{transform:translate(24.52075vw,99vh) scale(.5823)}}.snow:nth-child(66){opacity:1.3302;transform:translate(80.316vw,-10px) scale(.7286);animation:fall-66 23s -11s linear infinite}@keyframes fall-66{57.924%{transform:translate(80.2406vw,57.924vh) scale(.7286)}to{transform:translate(80.2783vw,99vh) scale(.7286)}}.snow:nth-child(67){opacity:1.3426;transform:translate(17.1283vw,-10px) scale(.2211);animation:fall-67 14s -19s linear infinite}@keyframes fall-67{77.918%{transform:translate(21.3209vw,77.918vh) scale(.2211)}to{transform:translate(19.2246vw,99vh) scale(.2211)}}.snow:nth-child(68){opacity:1.746;transform:translate(93.1755vw,-10px) scale(.6034);animation:fall-68 15s -17s linear infinite}@keyframes fall-68{73.273%{transform:translate(93.8709vw,73.273vh) scale(.6034)}to{transform:translate(93.5232vw,99vh) scale(.6034)}}.snow:nth-child(69){opacity:1.1806;transform:translate(79.0918vw,-10px) scale(.1709);animation:fall-69 15s -6s linear infinite}@keyframes fall-69{67.772%{transform:translate(71.4515vw,67.772vh) scale(.1709)}to{transform:translate(75.27165vw,99vh) scale(.1709)}}.snow:nth-child(70){opacity:.4236;transform:translate(32.7327vw,-10px) scale(.9844);animation:fall-70 21s -9s linear infinite}@keyframes fall-70{63.614%{transform:translate(35.3364vw,63.614vh) scale(.9844)}to{transform:translate(34.03455vw,99vh) scale(.9844)}}.snow:nth-child(71){opacity:1.2364;transform:translate(48.3035vw,-10px) scale(.7319);animation:fall-71 20s -10s linear infinite}@keyframes fall-71{30.726%{transform:translate(51.5117vw,30.726vh) scale(.7319)}to{transform:translate(49.9076vw,99vh) scale(.7319)}}.snow:nth-child(72){opacity:1.2258;transform:translate(26.1382vw,-10px) scale(.899);animation:fall-72 29s -25s linear infinite}@keyframes fall-72{61.49%{transform:translate(18.6185vw,61.49vh) scale(.899)}to{transform:translate(22.37835vw,99vh) scale(.899)}}.snow:nth-child(73){opacity:.2362;transform:translate(18.5938vw,-10px) scale(.9431);animation:fall-73 29s -12s linear infinite}@keyframes fall-73{62.484%{transform:translate(17.6019vw,62.484vh) scale(.9431)}to{transform:translate(18.09785vw,99vh) scale(.9431)}}.snow:nth-child(74){opacity:1.0176;transform:translate(52.042vw,-10px) scale(.1838);animation:fall-74 13s -24s linear infinite}@keyframes fall-74{42.626%{transform:translate(58.2956vw,42.626vh) scale(.1838)}to{transform:translate(55.1688vw,99vh) scale(.1838)}}.snow:nth-child(75){opacity:.609;transform:translate(.2736vw,-10px) scale(.2769);animation:fall-75 12s -12s linear infinite}@keyframes fall-75{68.47%{transform:translate(-8.0327vw,68.47vh) scale(.2769)}to{transform:translate(-3.87955vw,99vh) scale(.2769)}}.snow:nth-child(76){opacity:.9508;transform:translate(13.4881vw,-10px) scale(.1661);animation:fall-76 10s -24s linear infinite}@keyframes fall-76{63.421%{transform:translate(19.9992vw,63.421vh) scale(.1661)}to{transform:translate(16.74365vw,99vh) scale(.1661)}}.snow:nth-child(77){opacity:.4886;transform:translate(98.3406vw,-10px) scale(.3121);animation:fall-77 19s -26s linear infinite}@keyframes fall-77{37.163%{transform:translate(97.0629vw,37.163vh) scale(.3121)}to{transform:translate(97.70175vw,99vh) scale(.3121)}}.snow:nth-child(78){opacity:.727;transform:translate(26.2988vw,-10px) scale(.4035);animation:fall-78 24s -7s linear infinite}@keyframes fall-78{35.22%{transform:translate(32.7281vw,35.22vh) scale(.4035)}to{transform:translate(29.51345vw,99vh) scale(.4035)}}.snow:nth-child(79){opacity:1.266;transform:translate(85.7931vw,-10px) scale(.6569);animation:fall-79 20s -23s linear infinite}@keyframes fall-79{38.002%{transform:translate(91.2268vw,38.002vh) scale(.6569)}to{transform:translate(88.50995vw,99vh) scale(.6569)}}.snow:nth-child(80){opacity:1.951;transform:translate(82.8094vw,-10px) scale(.304);animation:fall-80 14s -20s linear infinite}@keyframes fall-80{74.418%{transform:translate(80.426vw,74.418vh) scale(.304)}to{transform:translate(81.6177vw,99vh) scale(.304)}}.snow:nth-child(81){opacity:1.5756;transform:translate(95.1433vw,-10px) scale(.7661);animation:fall-81 17s -15s linear infinite}@keyframes fall-81{36.02%{transform:translate(95.3883vw,36.02vh) scale(.7661)}to{transform:translate(95.2658vw,99vh) scale(.7661)}}.snow:nth-child(82){opacity:1.5566;transform:translate(39.8206vw,-10px) scale(.1027);animation:fall-82 10s -5s linear infinite}@keyframes fall-82{67.801%{transform:translate(31.632vw,67.801vh) scale(.1027)}to{transform:translate(35.7263vw,99vh) scale(.1027)}}.snow:nth-child(83){opacity:.3196;transform:translate(35.2392vw,-10px) scale(.9284);animation:fall-83 12s -20s linear infinite}@keyframes fall-83{66.855%{transform:translate(33.0089vw,66.855vh) scale(.9284)}to{transform:translate(34.12405vw,99vh) scale(.9284)}}.snow:nth-child(84){opacity:.3846;transform:translate(84.5219vw,-10px) scale(.1244);animation:fall-84 14s -12s linear infinite}@keyframes fall-84{49.021%{transform:translate(93.2625vw,49.021vh) scale(.1244)}to{transform:translate(88.8922vw,99vh) scale(.1244)}}.snow:nth-child(85){opacity:.9282;transform:translate(80.3124vw,-10px) scale(.1099);animation:fall-85 27s -11s linear infinite}@keyframes fall-85{79.359%{transform:translate(78.9825vw,79.359vh) scale(.1099)}to{transform:translate(79.64745vw,99vh) scale(.1099)}}.snow:nth-child(86){opacity:1.2032;transform:translate(86.6651vw,-10px) scale(.8564);animation:fall-86 18s -18s linear infinite}@keyframes fall-86{58.682%{transform:translate(91.7968vw,58.682vh) scale(.8564)}to{transform:translate(89.23095vw,99vh) scale(.8564)}}.snow:nth-child(87){opacity:1.0938;transform:translate(78.2882vw,-10px) scale(.1283);animation:fall-87 10s -20s linear infinite}@keyframes fall-87{58.612%{transform:translate(84.654vw,58.612vh) scale(.1283)}to{transform:translate(81.4711vw,99vh) scale(.1283)}}.snow:nth-child(88){opacity:.4574;transform:translate(29.3137vw,-10px) scale(.4784);animation:fall-88 25s -6s linear infinite}@keyframes fall-88{75.891%{transform:translate(28.5628vw,75.891vh) scale(.4784)}to{transform:translate(28.93825vw,99vh) scale(.4784)}}.snow:nth-child(89){opacity:1.21;transform:translate(35.0437vw,-10px) scale(.5017);animation:fall-89 17s -28s linear infinite}@keyframes fall-89{72.08%{transform:translate(37.7407vw,72.08vh) scale(.5017)}to{transform:translate(36.3922vw,99vh) scale(.5017)}}.snow:nth-child(90){opacity:1.4562;transform:translate(46.8323vw,-10px) scale(.8104);animation:fall-90 19s -12s linear infinite}@keyframes fall-90{46.917%{transform:translate(56.0911vw,46.917vh) scale(.8104)}to{transform:translate(51.4617vw,99vh) scale(.8104)}}.snow:nth-child(91){opacity:1.5902;transform:translate(60.4028vw,-10px) scale(.9234);animation:fall-91 10s -30s linear infinite}@keyframes fall-91{40.242%{transform:translate(65.5002vw,40.242vh) scale(.9234)}to{transform:translate(62.9515vw,99vh) scale(.9234)}}.snow:nth-child(92){opacity:.1322;transform:translate(35.3857vw,-10px) scale(.8536);animation:fall-92 26s -12s linear infinite}@keyframes fall-92{39.365%{transform:translate(26.6888vw,39.365vh) scale(.8536)}to{transform:translate(31.03725vw,99vh) scale(.8536)}}.snow:nth-child(93){opacity:.3906;transform:translate(3.4005vw,-10px) scale(.8774);animation:fall-93 26s -13s linear infinite}@keyframes fall-93{54.649%{transform:translate(4.9213vw,54.649vh) scale(.8774)}to{transform:translate(4.1609vw,99vh) scale(.8774)}}.snow:nth-child(94){opacity:.1118;transform:translate(28.8271vw,-10px) scale(.6841);animation:fall-94 30s -6s linear infinite}@keyframes fall-94{32.748%{transform:translate(24.6187vw,32.748vh) scale(.6841)}to{transform:translate(26.7229vw,99vh) scale(.6841)}}.snow:nth-child(95){opacity:1.6488;transform:translate(78.9512vw,-10px) scale(.9365);animation:fall-95 15s -29s linear infinite}@keyframes fall-95{45.636%{transform:translate(86.9908vw,45.636vh) scale(.9365)}to{transform:translate(82.971vw,99vh) scale(.9365)}}.snow:nth-child(96){opacity:.9834;transform:translate(79.712vw,-10px) scale(.8092);animation:fall-96 19s -25s linear infinite}@keyframes fall-96{31.34%{transform:translate(77.0825vw,31.34vh) scale(.8092)}to{transform:translate(78.39725vw,99vh) scale(.8092)}}.snow:nth-child(97){opacity:1.6746;transform:translate(21.1617vw,-10px) scale(.6218);animation:fall-97 22s -14s linear infinite}@keyframes fall-97{45.971%{transform:translate(23.3265vw,45.971vh) scale(.6218)}to{transform:translate(22.2441vw,99vh) scale(.6218)}}.snow:nth-child(98){opacity:.7566;transform:translate(97.6845vw,-10px) scale(.7467);animation:fall-98 27s -5s linear infinite}@keyframes fall-98{35.858%{transform:translate(102.4186vw,35.858vh) scale(.7467)}to{transform:translate(100.05155vw,99vh) scale(.7467)}}.snow:nth-child(99){opacity:.7636;transform:translate(43.2166vw,-10px) scale(.6719);animation:fall-99 19s -7s linear infinite}@keyframes fall-99{65.906%{transform:translate(50.0008vw,65.906vh) scale(.6719)}to{transform:translate(46.6087vw,99vh) scale(.6719)}}.snow:nth-child(100){opacity:1.055;transform:translate(11.5404vw,-10px) scale(.9147);animation:fall-100 30s -18s linear infinite}@keyframes fall-100{40.237%{transform:translate(5.8082vw,40.237vh) scale(.9147)}to{transform:translate(8.6743vw,99vh) scale(.9147)}}.snow:nth-child(101){opacity:.4888;transform:translate(24.8609vw,-10px) scale(.8768);animation:fall-101 25s -9s linear infinite}@keyframes fall-101{41.556%{transform:translate(32.7109vw,41.556vh) scale(.8768)}to{transform:translate(28.7859vw,99vh) scale(.8768)}}.snow:nth-child(102){opacity:.0388;transform:translate(11.0636vw,-10px) scale(.448);animation:fall-102 12s -2s linear infinite}@keyframes fall-102{61.949%{transform:translate(15.585vw,61.949vh) scale(.448)}to{transform:translate(13.3243vw,99vh) scale(.448)}}.snow:nth-child(103){opacity:1.231;transform:translate(31.5186vw,-10px) scale(.4482);animation:fall-103 26s -19s linear infinite}@keyframes fall-103{51.488%{transform:translate(27.4537vw,51.488vh) scale(.4482)}to{transform:translate(29.48615vw,99vh) scale(.4482)}}.snow:nth-child(104){opacity:.0588;transform:translate(62.6159vw,-10px) scale(.8045);animation:fall-104 23s -6s linear infinite}@keyframes fall-104{78.797%{transform:translate(65.25vw,78.797vh) scale(.8045)}to{transform:translate(63.93295vw,99vh) scale(.8045)}}.snow:nth-child(105){opacity:1.4822;transform:translate(50.1801vw,-10px) scale(.4995);animation:fall-105 16s -5s linear infinite}@keyframes fall-105{51.021%{transform:translate(48.5524vw,51.021vh) scale(.4995)}to{transform:translate(49.36625vw,99vh) scale(.4995)}}.snow:nth-child(106){opacity:.5214;transform:translate(26.9091vw,-10px) scale(.7227);animation:fall-106 28s -19s linear infinite}@keyframes fall-106{33.515%{transform:translate(17.9751vw,33.515vh) scale(.7227)}to{transform:translate(22.4421vw,99vh) scale(.7227)}}.snow:nth-child(107){opacity:.4736;transform:translate(80.744vw,-10px) scale(.3524);animation:fall-107 12s -10s linear infinite}@keyframes fall-107{72.364%{transform:translate(88.438vw,72.364vh) scale(.3524)}to{transform:translate(84.591vw,99vh) scale(.3524)}}.snow:nth-child(108){opacity:.3346;transform:translate(99.8891vw,-10px) scale(.2744);animation:fall-108 27s -27s linear infinite}@keyframes fall-108{72.641%{transform:translate(93.9383vw,72.641vh) scale(.2744)}to{transform:translate(96.9137vw,99vh) scale(.2744)}}.snow:nth-child(109){opacity:.2264;transform:translate(27.5731vw,-10px) scale(.7475);animation:fall-109 26s -19s linear infinite}@keyframes fall-109{48.518%{transform:translate(34.1409vw,48.518vh) scale(.7475)}to{transform:translate(30.857vw,99vh) scale(.7475)}}.snow:nth-child(110){opacity:.1756;transform:translate(39.2768vw,-10px) scale(.5528);animation:fall-110 23s -3s linear infinite}@keyframes fall-110{56.414%{transform:translate(40.091vw,56.414vh) scale(.5528)}to{transform:translate(39.6839vw,99vh) scale(.5528)}}.snow:nth-child(111){opacity:.369;transform:translate(55.7887vw,-10px) scale(.3985);animation:fall-111 20s -23s linear infinite}@keyframes fall-111{62.339%{transform:translate(57.7606vw,62.339vh) scale(.3985)}to{transform:translate(56.77465vw,99vh) scale(.3985)}}.snow:nth-child(112){opacity:1.608;transform:translate(76.4263vw,-10px) scale(.7885);animation:fall-112 27s -24s linear infinite}@keyframes fall-112{34.447%{transform:translate(78.2707vw,34.447vh) scale(.7885)}to{transform:translate(77.3485vw,99vh) scale(.7885)}}.snow:nth-child(113){opacity:.9156;transform:translate(39.7231vw,-10px) scale(.8264);animation:fall-113 19s -23s linear infinite}@keyframes fall-113{66.388%{transform:translate(39.6014vw,66.388vh) scale(.8264)}to{transform:translate(39.66225vw,99vh) scale(.8264)}}.snow:nth-child(114){opacity:1.4212;transform:translate(22.2644vw,-10px) scale(.4992);animation:fall-114 21s -4s linear infinite}@keyframes fall-114{52.454%{transform:translate(27.7175vw,52.454vh) scale(.4992)}to{transform:translate(24.99095vw,99vh) scale(.4992)}}.snow:nth-child(115){opacity:1.1246;transform:translate(55.1243vw,-10px) scale(.0679);animation:fall-115 16s -27s linear infinite}@keyframes fall-115{65.984%{transform:translate(45.9723vw,65.984vh) scale(.0679)}to{transform:translate(50.5483vw,99vh) scale(.0679)}}.snow:nth-child(116){opacity:1.394;transform:translate(40.0789vw,-10px) scale(.7619);animation:fall-116 11s -15s linear infinite}@keyframes fall-116{52.667%{transform:translate(30.4989vw,52.667vh) scale(.7619)}to{transform:translate(35.2889vw,99vh) scale(.7619)}}.snow:nth-child(117){opacity:.202;transform:translate(38.7664vw,-10px) scale(.7388);animation:fall-117 27s -15s linear infinite}@keyframes fall-117{37.835%{transform:translate(45.171vw,37.835vh) scale(.7388)}to{transform:translate(41.9687vw,99vh) scale(.7388)}}.snow:nth-child(118){opacity:1.7782;transform:translate(72.2994vw,-10px) scale(.6972);animation:fall-118 29s -9s linear infinite}@keyframes fall-118{39.885%{transform:translate(63.5418vw,39.885vh) scale(.6972)}to{transform:translate(67.9206vw,99vh) scale(.6972)}}.snow:nth-child(119){opacity:1.0398;transform:translate(62.3299vw,-10px) scale(.3273);animation:fall-119 19s -23s linear infinite}@keyframes fall-119{32.433%{transform:translate(66.3146vw,32.433vh) scale(.3273)}to{transform:translate(64.32225vw,99vh) scale(.3273)}}.snow:nth-child(120){opacity:.1096;transform:translate(55.616vw,-10px) scale(.4159);animation:fall-120 25s -18s linear infinite}@keyframes fall-120{55.742%{transform:translate(49.9301vw,55.742vh) scale(.4159)}to{transform:translate(52.77305vw,99vh) scale(.4159)}}.snow:nth-child(121){opacity:.7132;transform:translate(99.5291vw,-10px) scale(.224);animation:fall-121 15s -9s linear infinite}@keyframes fall-121{54.266%{transform:translate(94.3881vw,54.266vh) scale(.224)}to{transform:translate(96.9586vw,99vh) scale(.224)}}.snow:nth-child(122){opacity:1.718;transform:translate(44.6223vw,-10px) scale(.1544);animation:fall-122 25s -30s linear infinite}@keyframes fall-122{68.849%{transform:translate(38.9836vw,68.849vh) scale(.1544)}to{transform:translate(41.80295vw,99vh) scale(.1544)}}.snow:nth-child(123){opacity:.9204;transform:translate(2.6762vw,-10px) scale(.2577);animation:fall-123 23s -5s linear infinite}@keyframes fall-123{39.653%{transform:translate(.3084vw,39.653vh) scale(.2577)}to{transform:translate(1.4923vw,99vh) scale(.2577)}}.snow:nth-child(124){opacity:1.608;transform:translate(98.7825vw,-10px) scale(.8142);animation:fall-124 20s -12s linear infinite}@keyframes fall-124{44.66%{transform:translate(101.1291vw,44.66vh) scale(.8142)}to{transform:translate(99.9558vw,99vh) scale(.8142)}}.snow:nth-child(125){opacity:.982;transform:translate(39.2469vw,-10px) scale(.2684);animation:fall-125 29s -2s linear infinite}@keyframes fall-125{73.277%{transform:translate(47.7878vw,73.277vh) scale(.2684)}to{transform:translate(43.51735vw,99vh) scale(.2684)}}.snow:nth-child(126){opacity:.5444;transform:translate(99.4184vw,-10px) scale(.4916);animation:fall-126 30s -22s linear infinite}@keyframes fall-126{49.07%{transform:translate(96.3232vw,49.07vh) scale(.4916)}to{transform:translate(97.8708vw,99vh) scale(.4916)}}.snow:nth-child(127){opacity:.561;transform:translate(34.2406vw,-10px) scale(.7301);animation:fall-127 17s -15s linear infinite}@keyframes fall-127{38.32%{transform:translate(25.5335vw,38.32vh) scale(.7301)}to{transform:translate(29.88705vw,99vh) scale(.7301)}}.snow:nth-child(128){opacity:.8838;transform:translate(57.3939vw,-10px) scale(.8407);animation:fall-128 25s -24s linear infinite}@keyframes fall-128{68.342%{transform:translate(55.7171vw,68.342vh) scale(.8407)}to{transform:translate(56.5555vw,99vh) scale(.8407)}}.snow:nth-child(129){opacity:.0582;transform:translate(56.0194vw,-10px) scale(.6489);animation:fall-129 20s -2s linear infinite}@keyframes fall-129{60.829%{transform:translate(53.8694vw,60.829vh) scale(.6489)}to{transform:translate(54.9444vw,99vh) scale(.6489)}}.snow:nth-child(130){opacity:.6308;transform:translate(69.7398vw,-10px) scale(.5902);animation:fall-130 23s -11s linear infinite}@keyframes fall-130{62.034%{transform:translate(63.1159vw,62.034vh) scale(.5902)}to{transform:translate(66.42785vw,99vh) scale(.5902)}}.snow:nth-child(131){opacity:1.1946;transform:translate(61.0674vw,-10px) scale(.4902);animation:fall-131 29s -20s linear infinite}@keyframes fall-131{37.985%{transform:translate(67.0344vw,37.985vh) scale(.4902)}to{transform:translate(64.0509vw,99vh) scale(.4902)}}.snow:nth-child(132){opacity:1.4262;transform:translate(71.2246vw,-10px) scale(.1357);animation:fall-132 17s -18s linear infinite}@keyframes fall-132{62.779%{transform:translate(62.0967vw,62.779vh) scale(.1357)}to{transform:translate(66.66065vw,99vh) scale(.1357)}}.snow:nth-child(133){opacity:1.5546;transform:translate(52.6331vw,-10px) scale(.0252);animation:fall-133 14s -29s linear infinite}@keyframes fall-133{41.764%{transform:translate(49.5128vw,41.764vh) scale(.0252)}to{transform:translate(51.07295vw,99vh) scale(.0252)}}.snow:nth-child(134){opacity:.4062;transform:translate(94.3705vw,-10px) scale(.9809);animation:fall-134 22s -4s linear infinite}@keyframes fall-134{51.246%{transform:translate(99.5757vw,51.246vh) scale(.9809)}to{transform:translate(96.9731vw,99vh) scale(.9809)}}.snow:nth-child(135){opacity:1.642;transform:translate(65.6181vw,-10px) scale(.5652);animation:fall-135 20s -15s linear infinite}@keyframes fall-135{39.705%{transform:translate(67.8704vw,39.705vh) scale(.5652)}to{transform:translate(66.74425vw,99vh) scale(.5652)}}.snow:nth-child(136){opacity:.0658;transform:translate(95.0799vw,-10px) scale(.8355);animation:fall-136 25s -1s linear infinite}@keyframes fall-136{72.871%{transform:translate(102.9805vw,72.871vh) scale(.8355)}to{transform:translate(99.0302vw,99vh) scale(.8355)}}.snow:nth-child(137){opacity:1.6482;transform:translate(80.0152vw,-10px) scale(.6786);animation:fall-137 29s -3s linear infinite}@keyframes fall-137{43.006%{transform:translate(78.6528vw,43.006vh) scale(.6786)}to{transform:translate(79.334vw,99vh) scale(.6786)}}.snow:nth-child(138){opacity:1.9186;transform:translate(90.081vw,-10px) scale(.53);animation:fall-138 22s -23s linear infinite}@keyframes fall-138{50.733%{transform:translate(81.6899vw,50.733vh) scale(.53)}to{transform:translate(85.88545vw,99vh) scale(.53)}}.snow:nth-child(139){opacity:1.359;transform:translate(9.9767vw,-10px) scale(.4908);animation:fall-139 28s -14s linear infinite}@keyframes fall-139{70.036%{transform:translate(1.2623vw,70.036vh) scale(.4908)}to{transform:translate(5.6195vw,99vh) scale(.4908)}}.snow:nth-child(140){opacity:.755;transform:translate(52.4311vw,-10px) scale(.5908);animation:fall-140 18s -6s linear infinite}@keyframes fall-140{32.829%{transform:translate(44.969vw,32.829vh) scale(.5908)}to{transform:translate(48.70005vw,99vh) scale(.5908)}}.snow:nth-child(141){opacity:1.0882;transform:translate(45.0472vw,-10px) scale(.2936);animation:fall-141 28s -2s linear infinite}@keyframes fall-141{46.433%{transform:translate(52.7131vw,46.433vh) scale(.2936)}to{transform:translate(48.88015vw,99vh) scale(.2936)}}.snow:nth-child(142){opacity:1.6912;transform:translate(34.9057vw,-10px) scale(.1284);animation:fall-142 11s -3s linear infinite}@keyframes fall-142{52.357%{transform:translate(32.1372vw,52.357vh) scale(.1284)}to{transform:translate(33.52145vw,99vh) scale(.1284)}}.snow:nth-child(143){opacity:.0754;transform:translate(53.2082vw,-10px) scale(.7455);animation:fall-143 15s -24s linear infinite}@keyframes fall-143{64.897%{transform:translate(49.5401vw,64.897vh) scale(.7455)}to{transform:translate(51.37415vw,99vh) scale(.7455)}}.snow:nth-child(144){opacity:.5852;transform:translate(36.2719vw,-10px) scale(.0694);animation:fall-144 11s -6s linear infinite}@keyframes fall-144{71.807%{transform:translate(36.2499vw,71.807vh) scale(.0694)}to{transform:translate(36.2609vw,99vh) scale(.0694)}}.snow:nth-child(145){opacity:1.2776;transform:translate(87.0273vw,-10px) scale(.3328);animation:fall-145 23s -27s linear infinite}@keyframes fall-145{68.304%{transform:translate(77.0738vw,68.304vh) scale(.3328)}to{transform:translate(82.05055vw,99vh) scale(.3328)}}.snow:nth-child(146){opacity:1.776;transform:translate(58.6955vw,-10px) scale(.2326);animation:fall-146 20s -19s linear infinite}@keyframes fall-146{72.457%{transform:translate(51.514vw,72.457vh) scale(.2326)}to{transform:translate(55.10475vw,99vh) scale(.2326)}}.snow:nth-child(147){opacity:1.9476;transform:translate(88.1951vw,-10px) scale(.6273);animation:fall-147 24s -11s linear infinite}@keyframes fall-147{41.401%{transform:translate(91.9075vw,41.401vh) scale(.6273)}to{transform:translate(90.0513vw,99vh) scale(.6273)}}.snow:nth-child(148){opacity:1.9644;transform:translate(44.712vw,-10px) scale(.5796);animation:fall-148 14s -26s linear infinite}@keyframes fall-148{57.316%{transform:translate(50.4671vw,57.316vh) scale(.5796)}to{transform:translate(47.58955vw,99vh) scale(.5796)}}.snow:nth-child(149){opacity:1.515;transform:translate(70.3772vw,-10px) scale(.2247);animation:fall-149 18s -4s linear infinite}@keyframes fall-149{53.979%{transform:translate(60.8661vw,53.979vh) scale(.2247)}to{transform:translate(65.62165vw,99vh) scale(.2247)}}.snow:nth-child(150){opacity:1.595;transform:translate(59.1561vw,-10px) scale(.2903);animation:fall-150 14s -23s linear infinite}@keyframes fall-150{40.196%{transform:translate(49.2574vw,40.196vh) scale(.2903)}to{transform:translate(54.20675vw,99vh) scale(.2903)}}.snow:nth-child(151){opacity:.9386;transform:translate(89.3681vw,-10px) scale(.2827);animation:fall-151 10s -26s linear infinite}@keyframes fall-151{31.897%{transform:translate(89.834vw,31.897vh) scale(.2827)}to{transform:translate(89.60105vw,99vh) scale(.2827)}}.snow:nth-child(152){opacity:1.7788;transform:translate(1.4136vw,-10px) scale(.0689);animation:fall-152 15s -11s linear infinite}@keyframes fall-152{45.082%{transform:translate(-3.0364vw,45.082vh) scale(.0689)}to{transform:translate(-.8114vw,99vh) scale(.0689)}}.snow:nth-child(153){opacity:1.8516;transform:translate(44.1127vw,-10px) scale(.1314);animation:fall-153 14s -6s linear infinite}@keyframes fall-153{67.773%{transform:translate(35.7034vw,67.773vh) scale(.1314)}to{transform:translate(39.90805vw,99vh) scale(.1314)}}.snow:nth-child(154){opacity:1.182;transform:translate(97.2234vw,-10px) scale(.2277);animation:fall-154 20s -8s linear infinite}@keyframes fall-154{75.588%{transform:translate(94.2151vw,75.588vh) scale(.2277)}to{transform:translate(95.71925vw,99vh) scale(.2277)}}.snow:nth-child(155){opacity:.6622;transform:translate(98.3033vw,-10px) scale(.8139);animation:fall-155 11s -22s linear infinite}@keyframes fall-155{64.7%{transform:translate(90.7507vw,64.7vh) scale(.8139)}to{transform:translate(94.527vw,99vh) scale(.8139)}}.snow:nth-child(156){opacity:1.6584;transform:translate(22.5586vw,-10px) scale(.0645);animation:fall-156 29s -4s linear infinite}@keyframes fall-156{58.119%{transform:translate(21.5048vw,58.119vh) scale(.0645)}to{transform:translate(22.0317vw,99vh) scale(.0645)}}.snow:nth-child(157){opacity:1.1938;transform:translate(79.2149vw,-10px) scale(.2345);animation:fall-157 18s -1s linear infinite}@keyframes fall-157{41.139%{transform:translate(87.3529vw,41.139vh) scale(.2345)}to{transform:translate(83.2839vw,99vh) scale(.2345)}}.snow:nth-child(158){opacity:1.1758;transform:translate(44.3152vw,-10px) scale(.2175);animation:fall-158 13s -10s linear infinite}@keyframes fall-158{71.539%{transform:translate(51.9172vw,71.539vh) scale(.2175)}to{transform:translate(48.1162vw,99vh) scale(.2175)}}.snow:nth-child(159){opacity:1.879;transform:translate(70.0665vw,-10px) scale(.5421);animation:fall-159 20s -1s linear infinite}@keyframes fall-159{67.876%{transform:translate(77.4784vw,67.876vh) scale(.5421)}to{transform:translate(73.77245vw,99vh) scale(.5421)}}.snow:nth-child(160){opacity:.8002;transform:translate(74.0949vw,-10px) scale(.8542);animation:fall-160 15s -22s linear infinite}@keyframes fall-160{35.91%{transform:translate(76.7373vw,35.91vh) scale(.8542)}to{transform:translate(75.4161vw,99vh) scale(.8542)}}.snow:nth-child(161){opacity:1.5448;transform:translate(93.6918vw,-10px) scale(.3441);animation:fall-161 22s -21s linear infinite}@keyframes fall-161{38.606%{transform:translate(92.9488vw,38.606vh) scale(.3441)}to{transform:translate(93.3203vw,99vh) scale(.3441)}}.snow:nth-child(162){opacity:1.5364;transform:translate(31.9191vw,-10px) scale(.9839);animation:fall-162 27s -15s linear infinite}@keyframes fall-162{39.613%{transform:translate(29.1846vw,39.613vh) scale(.9839)}to{transform:translate(30.55185vw,99vh) scale(.9839)}}.snow:nth-child(163){opacity:1.06;transform:translate(38.665vw,-10px) scale(.9557);animation:fall-163 24s -21s linear infinite}@keyframes fall-163{59.611%{transform:translate(32.4466vw,59.611vh) scale(.9557)}to{transform:translate(35.5558vw,99vh) scale(.9557)}}.snow:nth-child(164){opacity:1.4548;transform:translate(30.5891vw,-10px) scale(.2565);animation:fall-164 15s -9s linear infinite}@keyframes fall-164{52.518%{transform:translate(29.9292vw,52.518vh) scale(.2565)}to{transform:translate(30.25915vw,99vh) scale(.2565)}}.snow:nth-child(165){opacity:.1546;transform:translate(70.2297vw,-10px) scale(.2127);animation:fall-165 15s -18s linear infinite}@keyframes fall-165{49.424%{transform:translate(68.2726vw,49.424vh) scale(.2127)}to{transform:translate(69.25115vw,99vh) scale(.2127)}}.snow:nth-child(166){opacity:.1702;transform:translate(84.9473vw,-10px) scale(.5092);animation:fall-166 21s -17s linear infinite}@keyframes fall-166{53.006%{transform:translate(84.8324vw,53.006vh) scale(.5092)}to{transform:translate(84.88985vw,99vh) scale(.5092)}}.snow:nth-child(167){opacity:.1142;transform:translate(11.9746vw,-10px) scale(.6291);animation:fall-167 18s -28s linear infinite}@keyframes fall-167{31.197%{transform:translate(5.4877vw,31.197vh) scale(.6291)}to{transform:translate(8.73115vw,99vh) scale(.6291)}}.snow:nth-child(168){opacity:.0262;transform:translate(68.5217vw,-10px) scale(.601);animation:fall-168 15s -2s linear infinite}@keyframes fall-168{79.131%{transform:translate(63.7296vw,79.131vh) scale(.601)}to{transform:translate(66.12565vw,99vh) scale(.601)}}.snow:nth-child(169){opacity:1.334;transform:translate(65.0601vw,-10px) scale(.4125);animation:fall-169 24s -24s linear infinite}@keyframes fall-169{44.025%{transform:translate(60.8291vw,44.025vh) scale(.4125)}to{transform:translate(62.9446vw,99vh) scale(.4125)}}.snow:nth-child(170){opacity:1.8938;transform:translate(21.412vw,-10px) scale(.6214);animation:fall-170 20s -7s linear infinite}@keyframes fall-170{50.897%{transform:translate(18.3261vw,50.897vh) scale(.6214)}to{transform:translate(19.86905vw,99vh) scale(.6214)}}.snow:nth-child(171){opacity:.6082;transform:translate(1.0975vw,-10px) scale(.3779);animation:fall-171 10s -30s linear infinite}@keyframes fall-171{75.632%{transform:translate(5.7373vw,75.632vh) scale(.3779)}to{transform:translate(3.4174vw,99vh) scale(.3779)}}.snow:nth-child(172){opacity:.1328;transform:translate(37.3988vw,-10px) scale(.8699);animation:fall-172 18s -3s linear infinite}@keyframes fall-172{69.222%{transform:translate(29.2838vw,69.222vh) scale(.8699)}to{transform:translate(33.3413vw,99vh) scale(.8699)}}.snow:nth-child(173){opacity:.5388;transform:translate(89.6882vw,-10px) scale(.6652);animation:fall-173 18s -7s linear infinite}@keyframes fall-173{55.893%{transform:translate(97.7509vw,55.893vh) scale(.6652)}to{transform:translate(93.71955vw,99vh) scale(.6652)}}.snow:nth-child(174){opacity:1.5178;transform:translate(22.8038vw,-10px) scale(.8076);animation:fall-174 30s -28s linear infinite}@keyframes fall-174{70.884%{transform:translate(24.3945vw,70.884vh) scale(.8076)}to{transform:translate(23.59915vw,99vh) scale(.8076)}}.snow:nth-child(175){opacity:1.061;transform:translate(94.7577vw,-10px) scale(.7214);animation:fall-175 29s -12s linear infinite}@keyframes fall-175{57.171%{transform:translate(102.5609vw,57.171vh) scale(.7214)}to{transform:translate(98.6593vw,99vh) scale(.7214)}}.snow:nth-child(176){opacity:1.0904;transform:translate(.55vw,-10px) scale(.1133);animation:fall-176 11s -18s linear infinite}@keyframes fall-176{66.628%{transform:translate(-6.6208vw,66.628vh) scale(.1133)}to{transform:translate(-3.0354vw,99vh) scale(.1133)}}.snow:nth-child(177){opacity:1.3486;transform:translate(21.818vw,-10px) scale(.8622);animation:fall-177 22s -20s linear infinite}@keyframes fall-177{30.043%{transform:translate(22.6674vw,30.043vh) scale(.8622)}to{transform:translate(22.2427vw,99vh) scale(.8622)}}.snow:nth-child(178){opacity:.538;transform:translate(7.1943vw,-10px) scale(.5349);animation:fall-178 20s -4s linear infinite}@keyframes fall-178{62.609%{transform:translate(5.1818vw,62.609vh) scale(.5349)}to{transform:translate(6.18805vw,99vh) scale(.5349)}}.snow:nth-child(179){opacity:1.274;transform:translate(2.0344vw,-10px) scale(.0555);animation:fall-179 26s -2s linear infinite}@keyframes fall-179{60.767%{transform:translate(3.1297vw,60.767vh) scale(.0555)}to{transform:translate(2.58205vw,99vh) scale(.0555)}}.snow:nth-child(180){opacity:.201;transform:translate(12.0502vw,-10px) scale(.3899);animation:fall-180 11s -21s linear infinite}@keyframes fall-180{68.087%{transform:translate(7.8097vw,68.087vh) scale(.3899)}to{transform:translate(9.92995vw,99vh) scale(.3899)}}.snow:nth-child(181){opacity:1.7628;transform:translate(34.5629vw,-10px) scale(.3274);animation:fall-181 19s -27s linear infinite}@keyframes fall-181{61.003%{transform:translate(37.3934vw,61.003vh) scale(.3274)}to{transform:translate(35.97815vw,99vh) scale(.3274)}}.snow:nth-child(182){opacity:1.3912;transform:translate(66.2021vw,-10px) scale(.4182);animation:fall-182 23s -25s linear infinite}@keyframes fall-182{49.42%{transform:translate(66.126vw,49.42vh) scale(.4182)}to{transform:translate(66.16405vw,99vh) scale(.4182)}}.snow:nth-child(183){opacity:1.579;transform:translate(77.9906vw,-10px) scale(.1208);animation:fall-183 19s -26s linear infinite}@keyframes fall-183{36.067%{transform:translate(86.0438vw,36.067vh) scale(.1208)}to{transform:translate(82.0172vw,99vh) scale(.1208)}}.snow:nth-child(184){opacity:1.2766;transform:translate(98.937vw,-10px) scale(.218);animation:fall-184 14s -15s linear infinite}@keyframes fall-184{67.924%{transform:translate(105.3838vw,67.924vh) scale(.218)}to{transform:translate(102.1604vw,99vh) scale(.218)}}.snow:nth-child(185){opacity:1.2958;transform:translate(60.6239vw,-10px) scale(.0207);animation:fall-185 13s -24s linear infinite}@keyframes fall-185{40.456%{transform:translate(69.1265vw,40.456vh) scale(.0207)}to{transform:translate(64.8752vw,99vh) scale(.0207)}}.snow:nth-child(186){opacity:1.1192;transform:translate(56.007vw,-10px) scale(.8106);animation:fall-186 23s -13s linear infinite}@keyframes fall-186{79.651%{transform:translate(56.9405vw,79.651vh) scale(.8106)}to{transform:translate(56.47375vw,99vh) scale(.8106)}}.snow:nth-child(187){opacity:.1288;transform:translate(1.4736vw,-10px) scale(.6456);animation:fall-187 28s -3s linear infinite}@keyframes fall-187{66.287%{transform:translate(11.3611vw,66.287vh) scale(.6456)}to{transform:translate(6.41735vw,99vh) scale(.6456)}}.snow:nth-child(188){opacity:1.1134;transform:translate(94.4805vw,-10px) scale(.5844);animation:fall-188 15s -2s linear infinite}@keyframes fall-188{54.288%{transform:translate(87.7369vw,54.288vh) scale(.5844)}to{transform:translate(91.1087vw,99vh) scale(.5844)}}.snow:nth-child(189){opacity:1.7448;transform:translate(10.1329vw,-10px) scale(.3197);animation:fall-189 23s -28s linear infinite}@keyframes fall-189{76.664%{transform:translate(19.0827vw,76.664vh) scale(.3197)}to{transform:translate(14.6078vw,99vh) scale(.3197)}}.snow:nth-child(190){opacity:1.598;transform:translate(48.2673vw,-10px) scale(.6819);animation:fall-190 11s -3s linear infinite}@keyframes fall-190{39.809%{transform:translate(57.9068vw,39.809vh) scale(.6819)}to{transform:translate(53.08705vw,99vh) scale(.6819)}}.snow:nth-child(191){opacity:1.212;transform:translate(37.315vw,-10px) scale(.5034);animation:fall-191 25s -11s linear infinite}@keyframes fall-191{36.007%{transform:translate(33.4939vw,36.007vh) scale(.5034)}to{transform:translate(35.40445vw,99vh) scale(.5034)}}.snow:nth-child(192){opacity:.8202;transform:translate(93.4358vw,-10px) scale(.7026);animation:fall-192 20s -15s linear infinite}@keyframes fall-192{42.138%{transform:translate(95.3047vw,42.138vh) scale(.7026)}to{transform:translate(94.37025vw,99vh) scale(.7026)}}.snow:nth-child(193){opacity:.7776;transform:translate(61.8227vw,-10px) scale(.8457);animation:fall-193 23s -20s linear infinite}@keyframes fall-193{39.447%{transform:translate(52.4398vw,39.447vh) scale(.8457)}to{transform:translate(57.13125vw,99vh) scale(.8457)}}.snow:nth-child(194){opacity:1.2702;transform:translate(22.7512vw,-10px) scale(.6411);animation:fall-194 11s -5s linear infinite}@keyframes fall-194{60.417%{transform:translate(23.222vw,60.417vh) scale(.6411)}to{transform:translate(22.9866vw,99vh) scale(.6411)}}.snow:nth-child(195){opacity:.1272;transform:translate(47.7248vw,-10px) scale(.497);animation:fall-195 30s -13s linear infinite}@keyframes fall-195{79.126%{transform:translate(53.542vw,79.126vh) scale(.497)}to{transform:translate(50.6334vw,99vh) scale(.497)}}.snow:nth-child(196){opacity:1.5834;transform:translate(26.0824vw,-10px) scale(.2572);animation:fall-196 21s -11s linear infinite}@keyframes fall-196{51.779%{transform:translate(33.4962vw,51.779vh) scale(.2572)}to{transform:translate(29.7893vw,99vh) scale(.2572)}}.snow:nth-child(197){opacity:1.583;transform:translate(3.3252vw,-10px) scale(.0698);animation:fall-197 23s -26s linear infinite}@keyframes fall-197{78.145%{transform:translate(4.462vw,78.145vh) scale(.0698)}to{transform:translate(3.8936vw,99vh) scale(.0698)}}.snow:nth-child(198){opacity:.2276;transform:translate(10.5798vw,-10px) scale(.8882);animation:fall-198 30s -7s linear infinite}@keyframes fall-198{72.361%{transform:translate(14.25vw,72.361vh) scale(.8882)}to{transform:translate(12.4149vw,99vh) scale(.8882)}}.snow:nth-child(199){opacity:1.242;transform:translate(53.6316vw,-10px) scale(.7159);animation:fall-199 20s -5s linear infinite}@keyframes fall-199{76.515%{transform:translate(58.4693vw,76.515vh) scale(.7159)}to{transform:translate(56.05045vw,99vh) scale(.7159)}}.snow:nth-child(200){opacity:1.1038;transform:translate(96.9228vw,-10px) scale(.3062);animation:fall-200 12s -19s linear infinite}@keyframes fall-200{40.5%{transform:translate(103.4377vw,40.5vh) scale(.3062)}to{transform:translate(100.18025vw,99vh) scale(.3062)}}.snow:nth-child(201){opacity:.0748;transform:translate(.4051vw,-10px) scale(.2147);animation:fall-201 11s -4s linear infinite}@keyframes fall-201{76.96%{transform:translate(-7.0218vw,76.96vh) scale(.2147)}to{transform:translate(-3.30835vw,99vh) scale(.2147)}}.snow:nth-child(202){opacity:1.207;transform:translate(10.7333vw,-10px) scale(.4408);animation:fall-202 15s -3s linear infinite}@keyframes fall-202{58.07%{transform:translate(19.9383vw,58.07vh) scale(.4408)}to{transform:translate(15.3358vw,99vh) scale(.4408)}}.snow:nth-child(203){opacity:.3652;transform:translate(93.8146vw,-10px) scale(.1138);animation:fall-203 10s -21s linear infinite}@keyframes fall-203{55.179%{transform:translate(94.9426vw,55.179vh) scale(.1138)}to{transform:translate(94.3786vw,99vh) scale(.1138)}}.snow:nth-child(204){opacity:.5632;transform:translate(75.4387vw,-10px) scale(.8555);animation:fall-204 30s -2s linear infinite}@keyframes fall-204{79.802%{transform:translate(69.1198vw,79.802vh) scale(.8555)}to{transform:translate(72.27925vw,99vh) scale(.8555)}}.snow:nth-child(205){opacity:1.7532;transform:translate(50.4298vw,-10px) scale(.2373);animation:fall-205 28s -18s linear infinite}@keyframes fall-205{55.103%{transform:translate(56.7805vw,55.103vh) scale(.2373)}to{transform:translate(53.60515vw,99vh) scale(.2373)}}.snow:nth-child(206){opacity:1.1186;transform:translate(8.681vw,-10px) scale(.3484);animation:fall-206 23s -28s linear infinite}@keyframes fall-206{41.631%{transform:translate(15.583vw,41.631vh) scale(.3484)}to{transform:translate(12.132vw,99vh) scale(.3484)}}.snow:nth-child(207){opacity:1.7566;transform:translate(36.0841vw,-10px) scale(.7589);animation:fall-207 17s -19s linear infinite}@keyframes fall-207{54.183%{transform:translate(36.6716vw,54.183vh) scale(.7589)}to{transform:translate(36.37785vw,99vh) scale(.7589)}}.snow:nth-child(208){opacity:1.1214;transform:translate(65.733vw,-10px) scale(.6107);animation:fall-208 14s -25s linear infinite}@keyframes fall-208{45.858%{transform:translate(66.327vw,45.858vh) scale(.6107)}to{transform:translate(66.03vw,99vh) scale(.6107)}}.snow:nth-child(209){opacity:.0866;transform:translate(78.0084vw,-10px) scale(.3763);animation:fall-209 27s -14s linear infinite}@keyframes fall-209{73.022%{transform:translate(71.1171vw,73.022vh) scale(.3763)}to{transform:translate(74.56275vw,99vh) scale(.3763)}}.snow:nth-child(210){opacity:.922;transform:translate(36.1723vw,-10px) scale(.3844);animation:fall-210 25s -21s linear infinite}@keyframes fall-210{60.907%{transform:translate(45.3388vw,60.907vh) scale(.3844)}to{transform:translate(40.75555vw,99vh) scale(.3844)}}.snow:nth-child(211){opacity:1.3772;transform:translate(56.0426vw,-10px) scale(.2327);animation:fall-211 10s -30s linear infinite}@keyframes fall-211{61.098%{transform:translate(58.273vw,61.098vh) scale(.2327)}to{transform:translate(57.1578vw,99vh) scale(.2327)}}.snow:nth-child(212){opacity:1.6052;transform:translate(46.701vw,-10px) scale(.6287);animation:fall-212 16s -11s linear infinite}@keyframes fall-212{77.313%{transform:translate(53.0633vw,77.313vh) scale(.6287)}to{transform:translate(49.88215vw,99vh) scale(.6287)}}.snow:nth-child(213){opacity:.0678;transform:translate(17.201vw,-10px) scale(.7568);animation:fall-213 30s -16s linear infinite}@keyframes fall-213{50.13%{transform:translate(23.3615vw,50.13vh) scale(.7568)}to{transform:translate(20.28125vw,99vh) scale(.7568)}}.snow:nth-child(214){opacity:1.97;transform:translate(99.0783vw,-10px) scale(.3506);animation:fall-214 17s -27s linear infinite}@keyframes fall-214{73.44%{transform:translate(104.6928vw,73.44vh) scale(.3506)}to{transform:translate(101.88555vw,99vh) scale(.3506)}}.snow:nth-child(215){opacity:.9608;transform:translate(29.113vw,-10px) scale(.4082);animation:fall-215 22s -22s linear infinite}@keyframes fall-215{49.937%{transform:translate(37.5133vw,49.937vh) scale(.4082)}to{transform:translate(33.31315vw,99vh) scale(.4082)}}.snow:nth-child(216){opacity:.0628;transform:translate(64.1433vw,-10px) scale(.778);animation:fall-216 14s -23s linear infinite}@keyframes fall-216{75.725%{transform:translate(57.1759vw,75.725vh) scale(.778)}to{transform:translate(60.6596vw,99vh) scale(.778)}}.snow:nth-child(217){opacity:.7378;transform:translate(51.6257vw,-10px) scale(.1828);animation:fall-217 13s -6s linear infinite}@keyframes fall-217{53.24%{transform:translate(56.7064vw,53.24vh) scale(.1828)}to{transform:translate(54.16605vw,99vh) scale(.1828)}}.snow:nth-child(218){opacity:1.292;transform:translate(42.1283vw,-10px) scale(.5807);animation:fall-218 19s -24s linear infinite}@keyframes fall-218{55.328%{transform:translate(34.8407vw,55.328vh) scale(.5807)}to{transform:translate(38.4845vw,99vh) scale(.5807)}}.snow:nth-child(219){opacity:.8262;transform:translate(31.4844vw,-10px) scale(.0188);animation:fall-219 12s -19s linear infinite}@keyframes fall-219{32.108%{transform:translate(30.2667vw,32.108vh) scale(.0188)}to{transform:translate(30.87555vw,99vh) scale(.0188)}}.snow:nth-child(220){opacity:1.9394;transform:translate(53.5777vw,-10px) scale(.8057);animation:fall-220 15s -1s linear infinite}@keyframes fall-220{32.86%{transform:translate(61.572vw,32.86vh) scale(.8057)}to{transform:translate(57.57485vw,99vh) scale(.8057)}}.snow:nth-child(221){opacity:.6368;transform:translate(70.8761vw,-10px) scale(.578);animation:fall-221 20s -18s linear infinite}@keyframes fall-221{60.171%{transform:translate(66.0061vw,60.171vh) scale(.578)}to{transform:translate(68.4411vw,99vh) scale(.578)}}.snow:nth-child(222){opacity:1.7512;transform:translate(85.4587vw,-10px) scale(.132);animation:fall-222 22s -29s linear infinite}@keyframes fall-222{61.782%{transform:translate(82.0057vw,61.782vh) scale(.132)}to{transform:translate(83.7322vw,99vh) scale(.132)}}.snow:nth-child(223){opacity:1.8922;transform:translate(5.1563vw,-10px) scale(.2895);animation:fall-223 27s -24s linear infinite}@keyframes fall-223{40.379%{transform:translate(13.8059vw,40.379vh) scale(.2895)}to{transform:translate(9.4811vw,99vh) scale(.2895)}}.snow:nth-child(224){opacity:1.2962;transform:translate(61.1165vw,-10px) scale(.1389);animation:fall-224 24s -10s linear infinite}@keyframes fall-224{50.699%{transform:translate(64.3369vw,50.699vh) scale(.1389)}to{transform:translate(62.7267vw,99vh) scale(.1389)}}.snow:nth-child(225){opacity:.4186;transform:translate(47.6341vw,-10px) scale(.4306);animation:fall-225 10s -10s linear infinite}@keyframes fall-225{48.402%{transform:translate(44.5909vw,48.402vh) scale(.4306)}to{transform:translate(46.1125vw,99vh) scale(.4306)}}.snow:nth-child(226){opacity:1.7466;transform:translate(53.1912vw,-10px) scale(.684);animation:fall-226 23s -26s linear infinite}@keyframes fall-226{63.534%{transform:translate(61.8282vw,63.534vh) scale(.684)}to{transform:translate(57.5097vw,99vh) scale(.684)}}.snow:nth-child(227){opacity:.6126;transform:translate(83.4415vw,-10px) scale(.7707);animation:fall-227 24s -30s linear infinite}@keyframes fall-227{58.949%{transform:translate(82.1663vw,58.949vh) scale(.7707)}to{transform:translate(82.8039vw,99vh) scale(.7707)}}.snow:nth-child(228){opacity:1.2112;transform:translate(2.7678vw,-10px) scale(.5867);animation:fall-228 14s -9s linear infinite}@keyframes fall-228{40.766%{transform:translate(9.8551vw,40.766vh) scale(.5867)}to{transform:translate(6.31145vw,99vh) scale(.5867)}}.snow:nth-child(229){opacity:1.3946;transform:translate(76.6562vw,-10px) scale(.9109);animation:fall-229 18s -27s linear infinite}@keyframes fall-229{38.14%{transform:translate(86.4296vw,38.14vh) scale(.9109)}to{transform:translate(81.5429vw,99vh) scale(.9109)}}.snow:nth-child(230){opacity:1.4408;transform:translate(64.2289vw,-10px) scale(.311);animation:fall-230 18s -2s linear infinite}@keyframes fall-230{35.348%{transform:translate(67.0302vw,35.348vh) scale(.311)}to{transform:translate(65.62955vw,99vh) scale(.311)}}.snow:nth-child(231){opacity:1.3304;transform:translate(49.8652vw,-10px) scale(.253);animation:fall-231 19s -22s linear infinite}@keyframes fall-231{61.735%{transform:translate(56.2224vw,61.735vh) scale(.253)}to{transform:translate(53.0438vw,99vh) scale(.253)}}.snow:nth-child(232){opacity:.3372;transform:translate(13.2282vw,-10px) scale(.2169);animation:fall-232 17s -18s linear infinite}@keyframes fall-232{55.888%{transform:translate(15.2191vw,55.888vh) scale(.2169)}to{transform:translate(14.22365vw,99vh) scale(.2169)}}.snow:nth-child(233){opacity:.333;transform:translate(48.7229vw,-10px) scale(.8983);animation:fall-233 23s -1s linear infinite}@keyframes fall-233{42.198%{transform:translate(58.0674vw,42.198vh) scale(.8983)}to{transform:translate(53.39515vw,99vh) scale(.8983)}}.snow:nth-child(234){opacity:1.6944;transform:translate(10.931vw,-10px) scale(.1895);animation:fall-234 22s -9s linear infinite}@keyframes fall-234{74.447%{transform:translate(3.7294vw,74.447vh) scale(.1895)}to{transform:translate(7.3302vw,99vh) scale(.1895)}}.snow:nth-child(235){opacity:.5454;transform:translate(22.6691vw,-10px) scale(.4408);animation:fall-235 11s -15s linear infinite}@keyframes fall-235{48.585%{transform:translate(28.8968vw,48.585vh) scale(.4408)}to{transform:translate(25.78295vw,99vh) scale(.4408)}}.snow:nth-child(236){opacity:1.1096;transform:translate(52.4905vw,-10px) scale(.5312);animation:fall-236 25s -7s linear infinite}@keyframes fall-236{76.574%{transform:translate(49.1727vw,76.574vh) scale(.5312)}to{transform:translate(50.8316vw,99vh) scale(.5312)}}.snow:nth-child(237){opacity:1.8696;transform:translate(43.3629vw,-10px) scale(.4018);animation:fall-237 20s -16s linear infinite}@keyframes fall-237{45.609%{transform:translate(34.5383vw,45.609vh) scale(.4018)}to{transform:translate(38.9506vw,99vh) scale(.4018)}}.snow:nth-child(238){opacity:1.9982;transform:translate(9.7483vw,-10px) scale(.8613);animation:fall-238 25s -27s linear infinite}@keyframes fall-238{45.338%{transform:translate(18.329vw,45.338vh) scale(.8613)}to{transform:translate(14.03865vw,99vh) scale(.8613)}}.snow:nth-child(239){opacity:.326;transform:translate(10.9307vw,-10px) scale(.7358);animation:fall-239 29s -30s linear infinite}@keyframes fall-239{65.899%{transform:translate(19.9477vw,65.899vh) scale(.7358)}to{transform:translate(15.4392vw,99vh) scale(.7358)}}.snow:nth-child(240){opacity:1.037;transform:translate(91.0168vw,-10px) scale(.5652);animation:fall-240 26s -20s linear infinite}@keyframes fall-240{31.737%{transform:translate(100.6298vw,31.737vh) scale(.5652)}to{transform:translate(95.8233vw,99vh) scale(.5652)}}.snow:nth-child(241){opacity:1.5556;transform:translate(53.9409vw,-10px) scale(.1873);animation:fall-241 16s -14s linear infinite}@keyframes fall-241{48.403%{transform:translate(50.9339vw,48.403vh) scale(.1873)}to{transform:translate(52.4374vw,99vh) scale(.1873)}}.snow:nth-child(242){opacity:1.2166;transform:translate(77.0405vw,-10px) scale(.2722);animation:fall-242 28s -24s linear infinite}@keyframes fall-242{33.312%{transform:translate(69.3454vw,33.312vh) scale(.2722)}to{transform:translate(73.19295vw,99vh) scale(.2722)}}.snow:nth-child(243){opacity:1.1666;transform:translate(88.8861vw,-10px) scale(.6752);animation:fall-243 19s -14s linear infinite}@keyframes fall-243{38.843%{transform:translate(85.4437vw,38.843vh) scale(.6752)}to{transform:translate(87.1649vw,99vh) scale(.6752)}}.snow:nth-child(244){opacity:1.0622;transform:translate(34.9552vw,-10px) scale(.9184);animation:fall-244 18s -12s linear infinite}@keyframes fall-244{73.197%{transform:translate(28.0445vw,73.197vh) scale(.9184)}to{transform:translate(31.49985vw,99vh) scale(.9184)}}.snow:nth-child(245){opacity:1.0876;transform:translate(20.7925vw,-10px) scale(.8067);animation:fall-245 14s -16s linear infinite}@keyframes fall-245{72.729%{transform:translate(21.0522vw,72.729vh) scale(.8067)}to{transform:translate(20.92235vw,99vh) scale(.8067)}}.snow:nth-child(246){opacity:1.2562;transform:translate(64.4162vw,-10px) scale(.4);animation:fall-246 17s -3s linear infinite}@keyframes fall-246{31.428%{transform:translate(56.0793vw,31.428vh) scale(.4)}to{transform:translate(60.24775vw,99vh) scale(.4)}}.snow:nth-child(247){opacity:.9504;transform:translate(76.0677vw,-10px) scale(.7288);animation:fall-247 25s -3s linear infinite}@keyframes fall-247{50.844%{transform:translate(70.2945vw,50.844vh) scale(.7288)}to{transform:translate(73.1811vw,99vh) scale(.7288)}}.snow:nth-child(248){opacity:1.7746;transform:translate(47.8983vw,-10px) scale(.4436);animation:fall-248 10s -17s linear infinite}@keyframes fall-248{76.699%{transform:translate(51.6022vw,76.699vh) scale(.4436)}to{transform:translate(49.75025vw,99vh) scale(.4436)}}.snow:nth-child(249){opacity:1.4828;transform:translate(22.2526vw,-10px) scale(.4502);animation:fall-249 25s -12s linear infinite}@keyframes fall-249{59.895%{transform:translate(23.513vw,59.895vh) scale(.4502)}to{transform:translate(22.8828vw,99vh) scale(.4502)}}.snow:nth-child(250){opacity:1.5672;transform:translate(7.7725vw,-10px) scale(.1333);animation:fall-250 10s -27s linear infinite}@keyframes fall-250{61.884%{transform:translate(17.5216vw,61.884vh) scale(.1333)}to{transform:translate(12.64705vw,99vh) scale(.1333)}}.snow:nth-child(251){opacity:1.7208;transform:translate(60.2096vw,-10px) scale(.5938);animation:fall-251 25s -11s linear infinite}@keyframes fall-251{30.844%{transform:translate(52.4502vw,30.844vh) scale(.5938)}to{transform:translate(56.3299vw,99vh) scale(.5938)}}.snow:nth-child(252){opacity:1.1784;transform:translate(98.9599vw,-10px) scale(.8366);animation:fall-252 27s -28s linear infinite}@keyframes fall-252{53.203%{transform:translate(101.7582vw,53.203vh) scale(.8366)}to{transform:translate(100.35905vw,99vh) scale(.8366)}}.snow:nth-child(253){opacity:.187;transform:translate(52.7887vw,-10px) scale(.5821);animation:fall-253 25s -25s linear infinite}@keyframes fall-253{73.17%{transform:translate(57.031vw,73.17vh) scale(.5821)}to{transform:translate(54.90985vw,99vh) scale(.5821)}}.snow:nth-child(254){opacity:1.326;transform:translate(46.0372vw,-10px) scale(.2199);animation:fall-254 22s -17s linear infinite}@keyframes fall-254{68.998%{transform:translate(51.5376vw,68.998vh) scale(.2199)}to{transform:translate(48.7874vw,99vh) scale(.2199)}}.snow:nth-child(255){opacity:.3326;transform:translate(59.5369vw,-10px) scale(.1736);animation:fall-255 24s -6s linear infinite}@keyframes fall-255{74.195%{transform:translate(54.0545vw,74.195vh) scale(.1736)}to{transform:translate(56.7957vw,99vh) scale(.1736)}}.snow:nth-child(256){opacity:1.7336;transform:translate(48.4732vw,-10px) scale(.2723);animation:fall-256 21s -26s linear infinite}@keyframes fall-256{40.301%{transform:translate(57.4307vw,40.301vh) scale(.2723)}to{transform:translate(52.95195vw,99vh) scale(.2723)}}.snow:nth-child(257){opacity:1.0058;transform:translate(34.0272vw,-10px) scale(.56);animation:fall-257 21s -10s linear infinite}@keyframes fall-257{60.086%{transform:translate(33.8322vw,60.086vh) scale(.56)}to{transform:translate(33.9297vw,99vh) scale(.56)}}.snow:nth-child(258){opacity:1.6362;transform:translate(.5995vw,-10px) scale(.4188);animation:fall-258 28s -24s linear infinite}@keyframes fall-258{37.051%{transform:translate(-8.1538vw,37.051vh) scale(.4188)}to{transform:translate(-3.77715vw,99vh) scale(.4188)}}.snow:nth-child(259){opacity:1.8686;transform:translate(.2823vw,-10px) scale(.9943);animation:fall-259 28s -3s linear infinite}@keyframes fall-259{36.2%{transform:translate(-.8871vw,36.2vh) scale(.9943)}to{transform:translate(-.3024vw,99vh) scale(.9943)}}.snow:nth-child(260){opacity:.7414;transform:translate(83.8041vw,-10px) scale(.7358);animation:fall-260 28s -25s linear infinite}@keyframes fall-260{63.798%{transform:translate(86.3288vw,63.798vh) scale(.7358)}to{transform:translate(85.06645vw,99vh) scale(.7358)}}.snow:nth-child(261){opacity:1.6876;transform:translate(21.701vw,-10px) scale(.0559);animation:fall-261 17s -6s linear infinite}@keyframes fall-261{56.721%{transform:translate(18.2407vw,56.721vh) scale(.0559)}to{transform:translate(19.97085vw,99vh) scale(.0559)}}.snow:nth-child(262){opacity:1.9;transform:translate(63.7508vw,-10px) scale(.1066);animation:fall-262 25s -16s linear infinite}@keyframes fall-262{59.951%{transform:translate(60.5832vw,59.951vh) scale(.1066)}to{transform:translate(62.167vw,99vh) scale(.1066)}}.snow:nth-child(263){opacity:.1226;transform:translate(26.1547vw,-10px) scale(.6492);animation:fall-263 20s -28s linear infinite}@keyframes fall-263{40.845%{transform:translate(34.9024vw,40.845vh) scale(.6492)}to{transform:translate(30.52855vw,99vh) scale(.6492)}}.snow:nth-child(264){opacity:.6006;transform:translate(81.8724vw,-10px) scale(.9812);animation:fall-264 16s -13s linear infinite}@keyframes fall-264{66.918%{transform:translate(81.0405vw,66.918vh) scale(.9812)}to{transform:translate(81.45645vw,99vh) scale(.9812)}}.snow:nth-child(265){opacity:.4232;transform:translate(11.065vw,-10px) scale(.2093);animation:fall-265 30s -15s linear infinite}@keyframes fall-265{30.822%{transform:translate(1.2083vw,30.822vh) scale(.2093)}to{transform:translate(6.13665vw,99vh) scale(.2093)}}.snow:nth-child(266){opacity:1.5926;transform:translate(84.2386vw,-10px) scale(.8149);animation:fall-266 23s -23s linear infinite}@keyframes fall-266{77.896%{transform:translate(86.5848vw,77.896vh) scale(.8149)}to{transform:translate(85.4117vw,99vh) scale(.8149)}}.snow:nth-child(267){opacity:1.2048;transform:translate(49.6214vw,-10px) scale(.5342);animation:fall-267 23s -8s linear infinite}@keyframes fall-267{44.226%{transform:translate(44.2278vw,44.226vh) scale(.5342)}to{transform:translate(46.9246vw,99vh) scale(.5342)}}.snow:nth-child(268){opacity:1.8678;transform:translate(76.2973vw,-10px) scale(.0697);animation:fall-268 16s -1s linear infinite}@keyframes fall-268{36.804%{transform:translate(66.5946vw,36.804vh) scale(.0697)}to{transform:translate(71.44595vw,99vh) scale(.0697)}}.snow:nth-child(269){opacity:1.9078;transform:translate(14.6286vw,-10px) scale(.7193);animation:fall-269 21s -2s linear infinite}@keyframes fall-269{35.531%{transform:translate(11.8541vw,35.531vh) scale(.7193)}to{transform:translate(13.24135vw,99vh) scale(.7193)}}.snow:nth-child(270){opacity:.9156;transform:translate(83.0737vw,-10px) scale(.5872);animation:fall-270 26s -20s linear infinite}@keyframes fall-270{34.189%{transform:translate(84.7031vw,34.189vh) scale(.5872)}to{transform:translate(83.8884vw,99vh) scale(.5872)}}.snow:nth-child(271){opacity:1.1694;transform:translate(2.0836vw,-10px) scale(.58);animation:fall-271 25s -30s linear infinite}@keyframes fall-271{46.347%{transform:translate(5.1842vw,46.347vh) scale(.58)}to{transform:translate(3.6339vw,99vh) scale(.58)}}.snow:nth-child(272){opacity:.5346;transform:translate(87.2236vw,-10px) scale(.1731);animation:fall-272 19s -20s linear infinite}@keyframes fall-272{66.165%{transform:translate(96.4548vw,66.165vh) scale(.1731)}to{transform:translate(91.8392vw,99vh) scale(.1731)}}.snow:nth-child(273){opacity:.9842;transform:translate(64.6127vw,-10px) scale(.4475);animation:fall-273 20s -19s linear infinite}@keyframes fall-273{74.481%{transform:translate(55.6836vw,74.481vh) scale(.4475)}to{transform:translate(60.14815vw,99vh) scale(.4475)}}.snow:nth-child(274){opacity:.8962;transform:translate(88.2052vw,-10px) scale(.9801);animation:fall-274 20s -15s linear infinite}@keyframes fall-274{40.06%{transform:translate(94.5592vw,40.06vh) scale(.9801)}to{transform:translate(91.3822vw,99vh) scale(.9801)}}.snow:nth-child(275){opacity:1.9686;transform:translate(89.8015vw,-10px) scale(.8228);animation:fall-275 14s -16s linear infinite}@keyframes fall-275{79.644%{transform:translate(83.6149vw,79.644vh) scale(.8228)}to{transform:translate(86.7082vw,99vh) scale(.8228)}}.snow:nth-child(276){opacity:1.9618;transform:translate(51.9412vw,-10px) scale(.8959);animation:fall-276 25s -19s linear infinite}@keyframes fall-276{40.897%{transform:translate(54.437vw,40.897vh) scale(.8959)}to{transform:translate(53.1891vw,99vh) scale(.8959)}}.snow:nth-child(277){opacity:1.646;transform:translate(89.6292vw,-10px) scale(.0291);animation:fall-277 30s -27s linear infinite}@keyframes fall-277{62.893%{transform:translate(85.9565vw,62.893vh) scale(.0291)}to{transform:translate(87.79285vw,99vh) scale(.0291)}}.snow:nth-child(278){opacity:1.4468;transform:translate(84.4736vw,-10px) scale(.4479);animation:fall-278 18s -29s linear infinite}@keyframes fall-278{71.792%{transform:translate(81.8306vw,71.792vh) scale(.4479)}to{transform:translate(83.1521vw,99vh) scale(.4479)}}.snow:nth-child(279){opacity:1.433;transform:translate(9.1452vw,-10px) scale(.8185);animation:fall-279 16s -3s linear infinite}@keyframes fall-279{38.379%{transform:translate(11.5274vw,38.379vh) scale(.8185)}to{transform:translate(10.3363vw,99vh) scale(.8185)}}.snow:nth-child(280){opacity:1.9224;transform:translate(99.8653vw,-10px) scale(.0124);animation:fall-280 15s -17s linear infinite}@keyframes fall-280{48.065%{transform:translate(108.8569vw,48.065vh) scale(.0124)}to{transform:translate(104.3611vw,99vh) scale(.0124)}}.snow:nth-child(281){opacity:.717;transform:translate(18.377vw,-10px) scale(.0873);animation:fall-281 14s -28s linear infinite}@keyframes fall-281{62.111%{transform:translate(27.3147vw,62.111vh) scale(.0873)}to{transform:translate(22.84585vw,99vh) scale(.0873)}}.snow:nth-child(282){opacity:1.0282;transform:translate(99.8746vw,-10px) scale(.6785);animation:fall-282 13s -1s linear infinite}@keyframes fall-282{46.15%{transform:translate(106.2416vw,46.15vh) scale(.6785)}to{transform:translate(103.0581vw,99vh) scale(.6785)}}.snow:nth-child(283){opacity:.7132;transform:translate(28.4787vw,-10px) scale(.818);animation:fall-283 26s -4s linear infinite}@keyframes fall-283{58.809%{transform:translate(21.3077vw,58.809vh) scale(.818)}to{transform:translate(24.8932vw,99vh) scale(.818)}}.snow:nth-child(284){opacity:.2194;transform:translate(58.1733vw,-10px) scale(.405);animation:fall-284 15s -30s linear infinite}@keyframes fall-284{34.296%{transform:translate(61.9124vw,34.296vh) scale(.405)}to{transform:translate(60.04285vw,99vh) scale(.405)}}.snow:nth-child(285){opacity:1.3526;transform:translate(73.5304vw,-10px) scale(.3781);animation:fall-285 10s -20s linear infinite}@keyframes fall-285{77.495%{transform:translate(66.682vw,77.495vh) scale(.3781)}to{transform:translate(70.1062vw,99vh) scale(.3781)}}.snow:nth-child(286){opacity:.5616;transform:translate(15.8544vw,-10px) scale(.4048);animation:fall-286 23s -2s linear infinite}@keyframes fall-286{71.594%{transform:translate(17.382vw,71.594vh) scale(.4048)}to{transform:translate(16.6182vw,99vh) scale(.4048)}}.snow:nth-child(287){opacity:.2164;transform:translate(2.6746vw,-10px) scale(.0129);animation:fall-287 27s -20s linear infinite}@keyframes fall-287{40.519%{transform:translate(8.2081vw,40.519vh) scale(.0129)}to{transform:translate(5.44135vw,99vh) scale(.0129)}}.snow:nth-child(288){opacity:.4734;transform:translate(45.4151vw,-10px) scale(.5639);animation:fall-288 11s -2s linear infinite}@keyframes fall-288{40.273%{transform:translate(37.7959vw,40.273vh) scale(.5639)}to{transform:translate(41.6055vw,99vh) scale(.5639)}}.snow:nth-child(289){opacity:1.2944;transform:translate(56.5714vw,-10px) scale(.1482);animation:fall-289 11s -14s linear infinite}@keyframes fall-289{73.5%{transform:translate(48.3034vw,73.5vh) scale(.1482)}to{transform:translate(52.4374vw,99vh) scale(.1482)}}.snow:nth-child(290){opacity:.972;transform:translate(38.951vw,-10px) scale(.2261);animation:fall-290 29s -11s linear infinite}@keyframes fall-290{48.778%{transform:translate(43.819vw,48.778vh) scale(.2261)}to{transform:translate(41.385vw,99vh) scale(.2261)}}.snow:nth-child(291){opacity:.455;transform:translate(85.1571vw,-10px) scale(.527);animation:fall-291 27s -18s linear infinite}@keyframes fall-291{32.343%{transform:translate(91.2758vw,32.343vh) scale(.527)}to{transform:translate(88.21645vw,99vh) scale(.527)}}.snow:nth-child(292){opacity:.7286;transform:translate(7.2268vw,-10px) scale(.1888);animation:fall-292 26s -14s linear infinite}@keyframes fall-292{68.402%{transform:translate(6.7609vw,68.402vh) scale(.1888)}to{transform:translate(6.99385vw,99vh) scale(.1888)}}.snow:nth-child(293){opacity:.5692;transform:translate(63.6547vw,-10px) scale(.885);animation:fall-293 19s -5s linear infinite}@keyframes fall-293{41.881%{transform:translate(64.2539vw,41.881vh) scale(.885)}to{transform:translate(63.9543vw,99vh) scale(.885)}}.snow:nth-child(294){opacity:1.67;transform:translate(98.6979vw,-10px) scale(.3912);animation:fall-294 19s -29s linear infinite}@keyframes fall-294{43.713%{transform:translate(108.6896vw,43.713vh) scale(.3912)}to{transform:translate(103.69375vw,99vh) scale(.3912)}}.snow:nth-child(295){opacity:1.0498;transform:translate(56.7031vw,-10px) scale(.9627);animation:fall-295 28s -14s linear infinite}@keyframes fall-295{73.209%{transform:translate(52.3793vw,73.209vh) scale(.9627)}to{transform:translate(54.5412vw,99vh) scale(.9627)}}.snow:nth-child(296){opacity:1.8766;transform:translate(65.8161vw,-10px) scale(.367);animation:fall-296 18s -30s linear infinite}@keyframes fall-296{59.315%{transform:translate(57.3851vw,59.315vh) scale(.367)}to{transform:translate(61.6006vw,99vh) scale(.367)}}.snow:nth-child(297){opacity:1.661;transform:translate(67.3618vw,-10px) scale(.2718);animation:fall-297 25s -23s linear infinite}@keyframes fall-297{51.407%{transform:translate(60.9764vw,51.407vh) scale(.2718)}to{transform:translate(64.1691vw,99vh) scale(.2718)}}.snow:nth-child(298){opacity:1.8476;transform:translate(55.0472vw,-10px) scale(.0911);animation:fall-298 20s -29s linear infinite}@keyframes fall-298{65.703%{transform:translate(58.4241vw,65.703vh) scale(.0911)}to{transform:translate(56.73565vw,99vh) scale(.0911)}}.snow:nth-child(299){opacity:.0588;transform:translate(60.1588vw,-10px) scale(.0323);animation:fall-299 15s -11s linear infinite}@keyframes fall-299{61.672%{transform:translate(62.5878vw,61.672vh) scale(.0323)}to{transform:translate(61.3733vw,99vh) scale(.0323)}}.snow:nth-child(300){opacity:1.2204;transform:translate(84.3894vw,-10px) scale(.1624);animation:fall-300 19s -24s linear infinite}@keyframes fall-300{31.731%{transform:translate(85.3396vw,31.731vh) scale(.1624)}to{transform:translate(84.8645vw,99vh) scale(.1624)}}.snow:nth-child(301){opacity:.4578;transform:translate(8.393vw,-10px) scale(.6976);animation:fall-301 16s -26s linear infinite}@keyframes fall-301{71.156%{transform:translate(17.3657vw,71.156vh) scale(.6976)}to{transform:translate(12.87935vw,99vh) scale(.6976)}}.snow:nth-child(302){opacity:1.4554;transform:translate(31.6443vw,-10px) scale(.9072);animation:fall-302 12s -21s linear infinite}@keyframes fall-302{57.716%{transform:translate(23.1077vw,57.716vh) scale(.9072)}to{transform:translate(27.376vw,99vh) scale(.9072)}}.snow:nth-child(303){opacity:.33;transform:translate(17.4892vw,-10px) scale(.6206);animation:fall-303 23s -11s linear infinite}@keyframes fall-303{55.97%{transform:translate(9.6028vw,55.97vh) scale(.6206)}to{transform:translate(13.546vw,99vh) scale(.6206)}}.snow:nth-child(304){opacity:1.8392;transform:translate(10.2477vw,-10px) scale(.3692);animation:fall-304 22s -25s linear infinite}@keyframes fall-304{33.873%{transform:translate(15.1612vw,33.873vh) scale(.3692)}to{transform:translate(12.70445vw,99vh) scale(.3692)}}.snow:nth-child(305){opacity:1.2548;transform:translate(23.0296vw,-10px) scale(.9189);animation:fall-305 20s -22s linear infinite}@keyframes fall-305{38.761%{transform:translate(29.9271vw,38.761vh) scale(.9189)}to{transform:translate(26.47835vw,99vh) scale(.9189)}}.snow:nth-child(306){opacity:.3758;transform:translate(69.8713vw,-10px) scale(.8381);animation:fall-306 30s -3s linear infinite}@keyframes fall-306{67.362%{transform:translate(69.3053vw,67.362vh) scale(.8381)}to{transform:translate(69.5883vw,99vh) scale(.8381)}}.snow:nth-child(307){opacity:.2986;transform:translate(58.2989vw,-10px) scale(.4389);animation:fall-307 27s -6s linear infinite}@keyframes fall-307{42.324%{transform:translate(60.8719vw,42.324vh) scale(.4389)}to{transform:translate(59.5854vw,99vh) scale(.4389)}}.snow:nth-child(308){opacity:.0346;transform:translate(15.6896vw,-10px) scale(.9935);animation:fall-308 12s -23s linear infinite}@keyframes fall-308{43.631%{transform:translate(8.0409vw,43.631vh) scale(.9935)}to{transform:translate(11.86525vw,99vh) scale(.9935)}}.snow:nth-child(309){opacity:.3958;transform:translate(69.6478vw,-10px) scale(.705);animation:fall-309 10s -18s linear infinite}@keyframes fall-309{39.605%{transform:translate(66.1637vw,39.605vh) scale(.705)}to{transform:translate(67.90575vw,99vh) scale(.705)}}.snow:nth-child(310){opacity:.5158;transform:translate(82.7906vw,-10px) scale(.0052);animation:fall-310 20s -30s linear infinite}@keyframes fall-310{58.492%{transform:translate(76.5384vw,58.492vh) scale(.0052)}to{transform:translate(79.6645vw,99vh) scale(.0052)}}.snow:nth-child(311){opacity:1.7534;transform:translate(1.8515vw,-10px) scale(.86);animation:fall-311 21s -26s linear infinite}@keyframes fall-311{31.129%{transform:translate(-6.9301vw,31.129vh) scale(.86)}to{transform:translate(-2.5393vw,99vh) scale(.86)}}.snow:nth-child(312){opacity:1.8296;transform:translate(60.1914vw,-10px) scale(.1805);animation:fall-312 30s -4s linear infinite}@keyframes fall-312{38.331%{transform:translate(55.5853vw,38.331vh) scale(.1805)}to{transform:translate(57.88835vw,99vh) scale(.1805)}}.snow:nth-child(313){opacity:.3974;transform:translate(15.4978vw,-10px) scale(.7972);animation:fall-313 29s -16s linear infinite}@keyframes fall-313{36.841%{transform:translate(24.9086vw,36.841vh) scale(.7972)}to{transform:translate(20.2032vw,99vh) scale(.7972)}}.snow:nth-child(314){opacity:.7916;transform:translate(66.0494vw,-10px) scale(.8999);animation:fall-314 28s -6s linear infinite}@keyframes fall-314{39.429%{transform:translate(70.0503vw,39.429vh) scale(.8999)}to{transform:translate(68.04985vw,99vh) scale(.8999)}}.snow:nth-child(315){opacity:.8382;transform:translate(8.7491vw,-10px) scale(.6886);animation:fall-315 17s -11s linear infinite}@keyframes fall-315{67.305%{transform:translate(11.7725vw,67.305vh) scale(.6886)}to{transform:translate(10.2608vw,99vh) scale(.6886)}}.snow:nth-child(316){opacity:.8314;transform:translate(12.6183vw,-10px) scale(.6147);animation:fall-316 24s -30s linear infinite}@keyframes fall-316{64.553%{transform:translate(20.1182vw,64.553vh) scale(.6147)}to{transform:translate(16.36825vw,99vh) scale(.6147)}}.snow:nth-child(317){opacity:.3764;transform:translate(43.7305vw,-10px) scale(.4175);animation:fall-317 27s -17s linear infinite}@keyframes fall-317{64.713%{transform:translate(41.285vw,64.713vh) scale(.4175)}to{transform:translate(42.50775vw,99vh) scale(.4175)}}.snow:nth-child(318){opacity:1.2502;transform:translate(62.3721vw,-10px) scale(.7525);animation:fall-318 21s -30s linear infinite}@keyframes fall-318{38.64%{transform:translate(59.5219vw,38.64vh) scale(.7525)}to{transform:translate(60.947vw,99vh) scale(.7525)}}.snow:nth-child(319){opacity:1.9768;transform:translate(70.2923vw,-10px) scale(.2164);animation:fall-319 26s -30s linear infinite}@keyframes fall-319{47.039%{transform:translate(66.1399vw,47.039vh) scale(.2164)}to{transform:translate(68.2161vw,99vh) scale(.2164)}}.snow:nth-child(320){opacity:.1326;transform:translate(23.4987vw,-10px) scale(.7864);animation:fall-320 11s -9s linear infinite}@keyframes fall-320{46.781%{transform:translate(17.0365vw,46.781vh) scale(.7864)}to{transform:translate(20.2676vw,99vh) scale(.7864)}}.snow:nth-child(321){opacity:.0244;transform:translate(69.6958vw,-10px) scale(.7265);animation:fall-321 10s -9s linear infinite}@keyframes fall-321{77.028%{transform:translate(74.4956vw,77.028vh) scale(.7265)}to{transform:translate(72.0957vw,99vh) scale(.7265)}}.snow:nth-child(322){opacity:.4138;transform:translate(21.6879vw,-10px) scale(.581);animation:fall-322 16s -20s linear infinite}@keyframes fall-322{58.687%{transform:translate(29.3039vw,58.687vh) scale(.581)}to{transform:translate(25.4959vw,99vh) scale(.581)}}.snow:nth-child(323){opacity:1.9526;transform:translate(97.6485vw,-10px) scale(.9621);animation:fall-323 11s -29s linear infinite}@keyframes fall-323{32.202%{transform:translate(105.2383vw,32.202vh) scale(.9621)}to{transform:translate(101.4434vw,99vh) scale(.9621)}}.snow:nth-child(324){opacity:1.0918;transform:translate(66.2931vw,-10px) scale(.4093);animation:fall-324 20s -6s linear infinite}@keyframes fall-324{35.604%{transform:translate(67.1939vw,35.604vh) scale(.4093)}to{transform:translate(66.7435vw,99vh) scale(.4093)}}.snow:nth-child(325){opacity:1.5066;transform:translate(10.4604vw,-10px) scale(.3967);animation:fall-325 22s -14s linear infinite}@keyframes fall-325{47.129%{transform:translate(18.5098vw,47.129vh) scale(.3967)}to{transform:translate(14.4851vw,99vh) scale(.3967)}}.snow:nth-child(326){opacity:1.6022;transform:translate(6.5805vw,-10px) scale(.9311);animation:fall-326 18s -8s linear infinite}@keyframes fall-326{67.603%{transform:translate(3.7863vw,67.603vh) scale(.9311)}to{transform:translate(5.1834vw,99vh) scale(.9311)}}.snow:nth-child(327){opacity:.7648;transform:translate(93.2477vw,-10px) scale(.4162);animation:fall-327 26s -9s linear infinite}@keyframes fall-327{33.96%{transform:translate(103.0312vw,33.96vh) scale(.4162)}to{transform:translate(98.13945vw,99vh) scale(.4162)}}.snow:nth-child(328){opacity:1.0876;transform:translate(33.0942vw,-10px) scale(.2701);animation:fall-328 25s -25s linear infinite}@keyframes fall-328{41.415%{transform:translate(25.3675vw,41.415vh) scale(.2701)}to{transform:translate(29.23085vw,99vh) scale(.2701)}}.snow:nth-child(329){opacity:.119;transform:translate(97.4614vw,-10px) scale(.5622);animation:fall-329 17s -29s linear infinite}@keyframes fall-329{40.12%{transform:translate(93.2575vw,40.12vh) scale(.5622)}to{transform:translate(95.35945vw,99vh) scale(.5622)}}.snow:nth-child(330){opacity:.0798;transform:translate(53.4836vw,-10px) scale(.8315);animation:fall-330 28s -1s linear infinite}@keyframes fall-330{36.433%{transform:translate(55.8453vw,36.433vh) scale(.8315)}to{transform:translate(54.66445vw,99vh) scale(.8315)}}.snow:nth-child(331){opacity:.5334;transform:translate(71.4581vw,-10px) scale(.8329);animation:fall-331 18s -28s linear infinite}@keyframes fall-331{47.418%{transform:translate(72.9954vw,47.418vh) scale(.8329)}to{transform:translate(72.22675vw,99vh) scale(.8329)}}.snow:nth-child(332){opacity:.5046;transform:translate(32.5301vw,-10px) scale(.3094);animation:fall-332 13s -7s linear infinite}@keyframes fall-332{40.164%{transform:translate(23.9515vw,40.164vh) scale(.3094)}to{transform:translate(28.2408vw,99vh) scale(.3094)}}.snow:nth-child(333){opacity:1.652;transform:translate(4.2288vw,-10px) scale(.3643);animation:fall-333 21s -5s linear infinite}@keyframes fall-333{62.735%{transform:translate(-1.2727vw,62.735vh) scale(.3643)}to{transform:translate(1.47805vw,99vh) scale(.3643)}}.snow:nth-child(334){opacity:.7912;transform:translate(33.0844vw,-10px) scale(.1942);animation:fall-334 17s -13s linear infinite}@keyframes fall-334{70.22%{transform:translate(29.257vw,70.22vh) scale(.1942)}to{transform:translate(31.1707vw,99vh) scale(.1942)}}.snow:nth-child(335){opacity:.1342;transform:translate(51.9609vw,-10px) scale(.4849);animation:fall-335 11s -16s linear infinite}@keyframes fall-335{65.628%{transform:translate(61.919vw,65.628vh) scale(.4849)}to{transform:translate(56.93995vw,99vh) scale(.4849)}}.snow:nth-child(336){opacity:1.0596;transform:translate(49.093vw,-10px) scale(.1786);animation:fall-336 11s -30s linear infinite}@keyframes fall-336{75.905%{transform:translate(47.0434vw,75.905vh) scale(.1786)}to{transform:translate(48.0682vw,99vh) scale(.1786)}}.snow:nth-child(337){opacity:1.879;transform:translate(37.1334vw,-10px) scale(.377);animation:fall-337 20s -3s linear infinite}@keyframes fall-337{44.937%{transform:translate(33.7756vw,44.937vh) scale(.377)}to{transform:translate(35.4545vw,99vh) scale(.377)}}.snow:nth-child(338){opacity:1.506;transform:translate(88.3372vw,-10px) scale(.172);animation:fall-338 27s -11s linear infinite}@keyframes fall-338{67.876%{transform:translate(79.5755vw,67.876vh) scale(.172)}to{transform:translate(83.95635vw,99vh) scale(.172)}}.snow:nth-child(339){opacity:.9714;transform:translate(72.2916vw,-10px) scale(.2881);animation:fall-339 23s -21s linear infinite}@keyframes fall-339{40.588%{transform:translate(76.9841vw,40.588vh) scale(.2881)}to{transform:translate(74.63785vw,99vh) scale(.2881)}}.snow:nth-child(340){opacity:.1714;transform:translate(56.7111vw,-10px) scale(.4536);animation:fall-340 20s -19s linear infinite}@keyframes fall-340{32.09%{transform:translate(60.416vw,32.09vh) scale(.4536)}to{transform:translate(58.56355vw,99vh) scale(.4536)}}.snow:nth-child(341){opacity:.747;transform:translate(47.2472vw,-10px) scale(.3806);animation:fall-341 15s -19s linear infinite}@keyframes fall-341{46.82%{transform:translate(39.8631vw,46.82vh) scale(.3806)}to{transform:translate(43.55515vw,99vh) scale(.3806)}}.snow:nth-child(342){opacity:1.1038;transform:translate(91.6929vw,-10px) scale(.8137);animation:fall-342 29s -25s linear infinite}@keyframes fall-342{47.092%{transform:translate(86.036vw,47.092vh) scale(.8137)}to{transform:translate(88.86445vw,99vh) scale(.8137)}}.snow:nth-child(343){opacity:.1192;transform:translate(33.2369vw,-10px) scale(.5115);animation:fall-343 11s -18s linear infinite}@keyframes fall-343{47.999%{transform:translate(42.5138vw,47.999vh) scale(.5115)}to{transform:translate(37.87535vw,99vh) scale(.5115)}}.snow:nth-child(344){opacity:.781;transform:translate(17.3967vw,-10px) scale(.5951);animation:fall-344 24s -23s linear infinite}@keyframes fall-344{64.248%{transform:translate(16.2409vw,64.248vh) scale(.5951)}to{transform:translate(16.8188vw,99vh) scale(.5951)}}.snow:nth-child(345){opacity:1.9514;transform:translate(24.2217vw,-10px) scale(.5362);animation:fall-345 24s -25s linear infinite}@keyframes fall-345{66.151%{transform:translate(22.1969vw,66.151vh) scale(.5362)}to{transform:translate(23.2093vw,99vh) scale(.5362)}}.snow:nth-child(346){opacity:1.1452;transform:translate(65.6078vw,-10px) scale(.0384);animation:fall-346 21s -16s linear infinite}@keyframes fall-346{56.123%{transform:translate(72.389vw,56.123vh) scale(.0384)}to{transform:translate(68.9984vw,99vh) scale(.0384)}}.snow:nth-child(347){opacity:1.48;transform:translate(94.754vw,-10px) scale(.6488);animation:fall-347 15s -6s linear infinite}@keyframes fall-347{33.019%{transform:translate(103.7193vw,33.019vh) scale(.6488)}to{transform:translate(99.23665vw,99vh) scale(.6488)}}.snow:nth-child(348){opacity:.6716;transform:translate(49.7665vw,-10px) scale(.3308);animation:fall-348 11s -1s linear infinite}@keyframes fall-348{58.288%{transform:translate(45.441vw,58.288vh) scale(.3308)}to{transform:translate(47.60375vw,99vh) scale(.3308)}}.snow:nth-child(349){opacity:1.0836;transform:translate(58.0822vw,-10px) scale(.2648);animation:fall-349 12s -17s linear infinite}@keyframes fall-349{78.798%{transform:translate(55.7176vw,78.798vh) scale(.2648)}to{transform:translate(56.8999vw,99vh) scale(.2648)}}.snow:nth-child(350){opacity:1.7602;transform:translate(14.01vw,-10px) scale(.4581);animation:fall-350 21s -12s linear infinite}@keyframes fall-350{76.447%{transform:translate(11.1373vw,76.447vh) scale(.4581)}to{transform:translate(12.57365vw,99vh) scale(.4581)}}.snow:nth-child(351){opacity:1.5914;transform:translate(98.781vw,-10px) scale(.116);animation:fall-351 14s -26s linear infinite}@keyframes fall-351{79.879%{transform:translate(96.6445vw,79.879vh) scale(.116)}to{transform:translate(97.71275vw,99vh) scale(.116)}}.snow:nth-child(352){opacity:1.1474;transform:translate(90.3303vw,-10px) scale(.0356);animation:fall-352 13s -26s linear infinite}@keyframes fall-352{33.712%{transform:translate(88.2675vw,33.712vh) scale(.0356)}to{transform:translate(89.2989vw,99vh) scale(.0356)}}.snow:nth-child(353){opacity:1.598;transform:translate(61.7191vw,-10px) scale(.8819);animation:fall-353 21s -19s linear infinite}@keyframes fall-353{54.307%{transform:translate(59.5162vw,54.307vh) scale(.8819)}to{transform:translate(60.61765vw,99vh) scale(.8819)}}.snow:nth-child(354){opacity:1.8164;transform:translate(9.5791vw,-10px) scale(.6951);animation:fall-354 17s -22s linear infinite}@keyframes fall-354{71.651%{transform:translate(7.6449vw,71.651vh) scale(.6951)}to{transform:translate(8.612vw,99vh) scale(.6951)}}.snow:nth-child(355){opacity:.7216;transform:translate(63.7976vw,-10px) scale(.6265);animation:fall-355 21s -21s linear infinite}@keyframes fall-355{52.216%{transform:translate(57.7079vw,52.216vh) scale(.6265)}to{transform:translate(60.75275vw,99vh) scale(.6265)}}.snow:nth-child(356){opacity:.8048;transform:translate(7.8159vw,-10px) scale(.5636);animation:fall-356 27s -29s linear infinite}@keyframes fall-356{66.146%{transform:translate(7.4704vw,66.146vh) scale(.5636)}to{transform:translate(7.64315vw,99vh) scale(.5636)}}.snow:nth-child(357){opacity:1.4302;transform:translate(30.9688vw,-10px) scale(.7103);animation:fall-357 22s -2s linear infinite}@keyframes fall-357{79.008%{transform:translate(34.2436vw,79.008vh) scale(.7103)}to{transform:translate(32.6062vw,99vh) scale(.7103)}}.snow:nth-child(358){opacity:.8268;transform:translate(98.9812vw,-10px) scale(.0518);animation:fall-358 16s -9s linear infinite}@keyframes fall-358{57.18%{transform:translate(102.5656vw,57.18vh) scale(.0518)}to{transform:translate(100.7734vw,99vh) scale(.0518)}}.snow:nth-child(359){opacity:.877;transform:translate(46.1834vw,-10px) scale(.2942);animation:fall-359 18s -23s linear infinite}@keyframes fall-359{58.08%{transform:translate(37.408vw,58.08vh) scale(.2942)}to{transform:translate(41.7957vw,99vh) scale(.2942)}}.snow:nth-child(360){opacity:1.647;transform:translate(3.8129vw,-10px) scale(.282);animation:fall-360 14s -30s linear infinite}@keyframes fall-360{35.514%{transform:translate(11.3508vw,35.514vh) scale(.282)}to{transform:translate(7.58185vw,99vh) scale(.282)}}.snow:nth-child(361){opacity:1.4202;transform:translate(39.8607vw,-10px) scale(.9136);animation:fall-361 12s -17s linear infinite}@keyframes fall-361{38.372%{transform:translate(39.1884vw,38.372vh) scale(.9136)}to{transform:translate(39.52455vw,99vh) scale(.9136)}}.snow:nth-child(362){opacity:1.301;transform:translate(86.9968vw,-10px) scale(.2659);animation:fall-362 10s -22s linear infinite}@keyframes fall-362{47.397%{transform:translate(77.9991vw,47.397vh) scale(.2659)}to{transform:translate(82.49795vw,99vh) scale(.2659)}}.snow:nth-child(363){opacity:.4542;transform:translate(46.333vw,-10px) scale(.1618);animation:fall-363 24s -2s linear infinite}@keyframes fall-363{54.869%{transform:translate(40.6495vw,54.869vh) scale(.1618)}to{transform:translate(43.49125vw,99vh) scale(.1618)}}.snow:nth-child(364){opacity:.6362;transform:translate(31.7804vw,-10px) scale(.5212);animation:fall-364 19s -15s linear infinite}@keyframes fall-364{51.851%{transform:translate(39.7045vw,51.851vh) scale(.5212)}to{transform:translate(35.74245vw,99vh) scale(.5212)}}.snow:nth-child(365){opacity:.7952;transform:translate(86.1817vw,-10px) scale(.179);animation:fall-365 16s -30s linear infinite}@keyframes fall-365{63.932%{transform:translate(92.8265vw,63.932vh) scale(.179)}to{transform:translate(89.5041vw,99vh) scale(.179)}}.snow:nth-child(366){opacity:.2506;transform:translate(51.5482vw,-10px) scale(.7241);animation:fall-366 19s -5s linear infinite}@keyframes fall-366{64.852%{transform:translate(52.9296vw,64.852vh) scale(.7241)}to{transform:translate(52.2389vw,99vh) scale(.7241)}}.snow:nth-child(367){opacity:1.9406;transform:translate(56.3363vw,-10px) scale(.0662);animation:fall-367 20s -4s linear infinite}@keyframes fall-367{37.792%{transform:translate(58.0135vw,37.792vh) scale(.0662)}to{transform:translate(57.1749vw,99vh) scale(.0662)}}.snow:nth-child(368){opacity:1.1062;transform:translate(6.375vw,-10px) scale(.4718);animation:fall-368 14s -12s linear infinite}@keyframes fall-368{77.932%{transform:translate(6.1529vw,77.932vh) scale(.4718)}to{transform:translate(6.26395vw,99vh) scale(.4718)}}.snow:nth-child(369){opacity:1.5202;transform:translate(72.6016vw,-10px) scale(.3911);animation:fall-369 22s -20s linear infinite}@keyframes fall-369{53.169%{transform:translate(65.1308vw,53.169vh) scale(.3911)}to{transform:translate(68.8662vw,99vh) scale(.3911)}}.snow:nth-child(370){opacity:1.1228;transform:translate(53.267vw,-10px) scale(.6054);animation:fall-370 25s -25s linear infinite}@keyframes fall-370{42.488%{transform:translate(60.0072vw,42.488vh) scale(.6054)}to{transform:translate(56.6371vw,99vh) scale(.6054)}}.snow:nth-child(371){opacity:.0736;transform:translate(84.4204vw,-10px) scale(.7956);animation:fall-371 14s -27s linear infinite}@keyframes fall-371{36.775%{transform:translate(91.7359vw,36.775vh) scale(.7956)}to{transform:translate(88.07815vw,99vh) scale(.7956)}}.snow:nth-child(372){opacity:1.5152;transform:translate(.6084vw,-10px) scale(.6905);animation:fall-372 24s -15s linear infinite}@keyframes fall-372{58.47%{transform:translate(6.589vw,58.47vh) scale(.6905)}to{transform:translate(3.5987vw,99vh) scale(.6905)}}.snow:nth-child(373){opacity:1.6522;transform:translate(28.4715vw,-10px) scale(.3539);animation:fall-373 13s -7s linear infinite}@keyframes fall-373{32.663%{transform:translate(24.0934vw,32.663vh) scale(.3539)}to{transform:translate(26.28245vw,99vh) scale(.3539)}}.snow:nth-child(374){opacity:.4714;transform:translate(83.4647vw,-10px) scale(.6794);animation:fall-374 11s -27s linear infinite}@keyframes fall-374{45.437%{transform:translate(93.3875vw,45.437vh) scale(.6794)}to{transform:translate(88.4261vw,99vh) scale(.6794)}}.snow:nth-child(375){opacity:.589;transform:translate(43.0989vw,-10px) scale(.3051);animation:fall-375 27s -12s linear infinite}@keyframes fall-375{47.691%{transform:translate(49.1269vw,47.691vh) scale(.3051)}to{transform:translate(46.1129vw,99vh) scale(.3051)}}.snow:nth-child(376){opacity:.4558;transform:translate(72.9412vw,-10px) scale(.2319);animation:fall-376 12s -3s linear infinite}@keyframes fall-376{76.677%{transform:translate(76.3568vw,76.677vh) scale(.2319)}to{transform:translate(74.649vw,99vh) scale(.2319)}}.snow:nth-child(377){opacity:.8372;transform:translate(88.7948vw,-10px) scale(.1802);animation:fall-377 20s -22s linear infinite}@keyframes fall-377{43.93%{transform:translate(83.8336vw,43.93vh) scale(.1802)}to{transform:translate(86.3142vw,99vh) scale(.1802)}}.snow:nth-child(378){opacity:1.6926;transform:translate(35.5408vw,-10px) scale(.4478);animation:fall-378 28s -12s linear infinite}@keyframes fall-378{54.841%{transform:translate(34.8913vw,54.841vh) scale(.4478)}to{transform:translate(35.21605vw,99vh) scale(.4478)}}.snow:nth-child(379){opacity:.8424;transform:translate(74.1859vw,-10px) scale(.6213);animation:fall-379 11s -27s linear infinite}@keyframes fall-379{42.618%{transform:translate(70.9645vw,42.618vh) scale(.6213)}to{transform:translate(72.5752vw,99vh) scale(.6213)}}.snow:nth-child(380){opacity:.6536;transform:translate(90.3487vw,-10px) scale(.8027);animation:fall-380 30s -14s linear infinite}@keyframes fall-380{52.369%{transform:translate(97.6731vw,52.369vh) scale(.8027)}to{transform:translate(94.0109vw,99vh) scale(.8027)}}.snow:nth-child(381){opacity:.6872;transform:translate(91.0318vw,-10px) scale(.1707);animation:fall-381 25s -21s linear infinite}@keyframes fall-381{40.489%{transform:translate(83.3798vw,40.489vh) scale(.1707)}to{transform:translate(87.2058vw,99vh) scale(.1707)}}.snow:nth-child(382){opacity:.2588;transform:translate(60.5819vw,-10px) scale(.2762);animation:fall-382 24s -1s linear infinite}@keyframes fall-382{41.497%{transform:translate(63.8516vw,41.497vh) scale(.2762)}to{transform:translate(62.21675vw,99vh) scale(.2762)}}.snow:nth-child(383){opacity:.8368;transform:translate(74.1803vw,-10px) scale(.4289);animation:fall-383 20s -22s linear infinite}@keyframes fall-383{65.944%{transform:translate(65.1659vw,65.944vh) scale(.4289)}to{transform:translate(69.6731vw,99vh) scale(.4289)}}.snow:nth-child(384){opacity:.9686;transform:translate(8.566vw,-10px) scale(.6385);animation:fall-384 18s -16s linear infinite}@keyframes fall-384{61.876%{transform:translate(10.32vw,61.876vh) scale(.6385)}to{transform:translate(9.443vw,99vh) scale(.6385)}}.snow:nth-child(385){opacity:1.1358;transform:translate(93.746vw,-10px) scale(.7702);animation:fall-385 24s -24s linear infinite}@keyframes fall-385{56.822%{transform:translate(92.3306vw,56.822vh) scale(.7702)}to{transform:translate(93.0383vw,99vh) scale(.7702)}}.snow:nth-child(386){opacity:1.729;transform:translate(64.6339vw,-10px) scale(.9771);animation:fall-386 12s -27s linear infinite}@keyframes fall-386{43.48%{transform:translate(71.4293vw,43.48vh) scale(.9771)}to{transform:translate(68.0316vw,99vh) scale(.9771)}}.snow:nth-child(387){opacity:1.5416;transform:translate(59.8914vw,-10px) scale(.1971);animation:fall-387 18s -24s linear infinite}@keyframes fall-387{76.212%{transform:translate(67.4267vw,76.212vh) scale(.1971)}to{transform:translate(63.65905vw,99vh) scale(.1971)}}.snow:nth-child(388){opacity:.9246;transform:translate(14.1078vw,-10px) scale(.3479);animation:fall-388 28s -7s linear infinite}@keyframes fall-388{60.913%{transform:translate(9.2629vw,60.913vh) scale(.3479)}to{transform:translate(11.68535vw,99vh) scale(.3479)}}.snow:nth-child(389){opacity:.3558;transform:translate(65.6321vw,-10px) scale(.7389);animation:fall-389 22s -25s linear infinite}@keyframes fall-389{51.61%{transform:translate(69.633vw,51.61vh) scale(.7389)}to{transform:translate(67.63255vw,99vh) scale(.7389)}}.snow:nth-child(390){opacity:1.898;transform:translate(86.9483vw,-10px) scale(.3687);animation:fall-390 18s -8s linear infinite}@keyframes fall-390{63.277%{transform:translate(84.8239vw,63.277vh) scale(.3687)}to{transform:translate(85.8861vw,99vh) scale(.3687)}}.snow:nth-child(391){opacity:.7844;transform:translate(8.0645vw,-10px) scale(.8744);animation:fall-391 11s -4s linear infinite}@keyframes fall-391{68.881%{transform:translate(5.0114vw,68.881vh) scale(.8744)}to{transform:translate(6.53795vw,99vh) scale(.8744)}}.snow:nth-child(392){opacity:1.2372;transform:translate(65.9094vw,-10px) scale(.0799);animation:fall-392 21s -23s linear infinite}@keyframes fall-392{66.809%{transform:translate(57.6876vw,66.809vh) scale(.0799)}to{transform:translate(61.7985vw,99vh) scale(.0799)}}.snow:nth-child(393){opacity:1.7298;transform:translate(45.2317vw,-10px) scale(.5167);animation:fall-393 14s -20s linear infinite}@keyframes fall-393{79.349%{transform:translate(46.4691vw,79.349vh) scale(.5167)}to{transform:translate(45.8504vw,99vh) scale(.5167)}}.snow:nth-child(394){opacity:.1542;transform:translate(16.9015vw,-10px) scale(.6259);animation:fall-394 22s -15s linear infinite}@keyframes fall-394{64.902%{transform:translate(14.9028vw,64.902vh) scale(.6259)}to{transform:translate(15.90215vw,99vh) scale(.6259)}}.snow:nth-child(395){opacity:.2218;transform:translate(23.5488vw,-10px) scale(.4921);animation:fall-395 30s -1s linear infinite}@keyframes fall-395{57.262%{transform:translate(18.2929vw,57.262vh) scale(.4921)}to{transform:translate(20.92085vw,99vh) scale(.4921)}}.snow:nth-child(396){opacity:1.2708;transform:translate(88.8158vw,-10px) scale(.5509);animation:fall-396 30s -24s linear infinite}@keyframes fall-396{54.278%{transform:translate(91.9796vw,54.278vh) scale(.5509)}to{transform:translate(90.3977vw,99vh) scale(.5509)}}.snow:nth-child(397){opacity:.5018;transform:translate(19.5263vw,-10px) scale(.6299);animation:fall-397 26s -8s linear infinite}@keyframes fall-397{71.847%{transform:translate(10.1537vw,71.847vh) scale(.6299)}to{transform:translate(14.84vw,99vh) scale(.6299)}}.snow:nth-child(398){opacity:1.1822;transform:translate(45.9234vw,-10px) scale(.3849);animation:fall-398 11s -2s linear infinite}@keyframes fall-398{59.005%{transform:translate(54.938vw,59.005vh) scale(.3849)}to{transform:translate(50.4307vw,99vh) scale(.3849)}}.snow:nth-child(399){opacity:1.5274;transform:translate(75.2232vw,-10px) scale(.9313);animation:fall-399 26s -26s linear infinite}@keyframes fall-399{56.343%{transform:translate(77.2892vw,56.343vh) scale(.9313)}to{transform:translate(76.2562vw,99vh) scale(.9313)}}.snow:nth-child(400){opacity:.8698;transform:translate(14.2264vw,-10px) scale(.2868);animation:fall-400 16s -4s linear infinite}@keyframes fall-400{65.103%{transform:translate(7.9758vw,65.103vh) scale(.2868)}to{transform:translate(11.1011vw,99vh) scale(.2868)}}\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 });
78
+ AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.4416;transform:translate(5.9949vw,-10px) scale(.0028);animation:fall-1 12s -19s linear infinite}@keyframes fall-1{35.739%{transform:translate(-2.2805vw,35.739vh) scale(.0028)}to{transform:translate(1.8572vw,99vh) scale(.0028)}}.snow:nth-child(2){opacity:1.7818;transform:translate(44.7909vw,-10px) scale(.9425);animation:fall-2 30s -2s linear infinite}@keyframes fall-2{46.096%{transform:translate(35.4858vw,46.096vh) scale(.9425)}to{transform:translate(40.13835vw,99vh) scale(.9425)}}.snow:nth-child(3){opacity:1.7012;transform:translate(10.5534vw,-10px) scale(.3635);animation:fall-3 24s -1s linear infinite}@keyframes fall-3{66.029%{transform:translate(16.3795vw,66.029vh) scale(.3635)}to{transform:translate(13.46645vw,99vh) scale(.3635)}}.snow:nth-child(4){opacity:1.8546;transform:translate(7.0319vw,-10px) scale(.1717);animation:fall-4 20s -19s linear infinite}@keyframes fall-4{66.858%{transform:translate(-.1352vw,66.858vh) scale(.1717)}to{transform:translate(3.44835vw,99vh) scale(.1717)}}.snow:nth-child(5){opacity:.5192;transform:translate(75.9378vw,-10px) scale(.9794);animation:fall-5 29s -17s linear infinite}@keyframes fall-5{53.886%{transform:translate(66.0394vw,53.886vh) scale(.9794)}to{transform:translate(70.9886vw,99vh) scale(.9794)}}.snow:nth-child(6){opacity:1.396;transform:translate(18.5583vw,-10px) scale(.0232);animation:fall-6 18s -2s linear infinite}@keyframes fall-6{44.82%{transform:translate(9.7088vw,44.82vh) scale(.0232)}to{transform:translate(14.13355vw,99vh) scale(.0232)}}.snow:nth-child(7){opacity:1.8456;transform:translate(3.0952vw,-10px) scale(.0905);animation:fall-7 22s -24s linear infinite}@keyframes fall-7{46.363%{transform:translate(7.4078vw,46.363vh) scale(.0905)}to{transform:translate(5.2515vw,99vh) scale(.0905)}}.snow:nth-child(8){opacity:1.3678;transform:translate(52.092vw,-10px) scale(.4798);animation:fall-8 23s -4s linear infinite}@keyframes fall-8{67.363%{transform:translate(60.5839vw,67.363vh) scale(.4798)}to{transform:translate(56.33795vw,99vh) scale(.4798)}}.snow:nth-child(9){opacity:1.9064;transform:translate(12.1033vw,-10px) scale(.5231);animation:fall-9 22s -13s linear infinite}@keyframes fall-9{42.418%{transform:translate(19.1459vw,42.418vh) scale(.5231)}to{transform:translate(15.6246vw,99vh) scale(.5231)}}.snow:nth-child(10){opacity:.1092;transform:translate(73.4081vw,-10px) scale(.9621);animation:fall-10 21s -19s linear infinite}@keyframes fall-10{48.282%{transform:translate(79.4813vw,48.282vh) scale(.9621)}to{transform:translate(76.4447vw,99vh) scale(.9621)}}.snow:nth-child(11){opacity:1.2906;transform:translate(69.317vw,-10px) scale(.3961);animation:fall-11 29s -22s linear infinite}@keyframes fall-11{33.16%{transform:translate(72.0526vw,33.16vh) scale(.3961)}to{transform:translate(70.6848vw,99vh) scale(.3961)}}.snow:nth-child(12){opacity:.8104;transform:translate(42.8133vw,-10px) scale(.5584);animation:fall-12 16s -3s linear infinite}@keyframes fall-12{64.906%{transform:translate(39.6316vw,64.906vh) scale(.5584)}to{transform:translate(41.22245vw,99vh) scale(.5584)}}.snow:nth-child(13){opacity:1.5322;transform:translate(72.0973vw,-10px) scale(.3432);animation:fall-13 21s -4s linear infinite}@keyframes fall-13{35.227%{transform:translate(70.3702vw,35.227vh) scale(.3432)}to{transform:translate(71.23375vw,99vh) scale(.3432)}}.snow:nth-child(14){opacity:1.6484;transform:translate(42.9843vw,-10px) scale(.0443);animation:fall-14 21s -24s linear infinite}@keyframes fall-14{34.189%{transform:translate(37.5168vw,34.189vh) scale(.0443)}to{transform:translate(40.25055vw,99vh) scale(.0443)}}.snow:nth-child(15){opacity:.7998;transform:translate(16.774vw,-10px) scale(.9805);animation:fall-15 20s -24s linear infinite}@keyframes fall-15{54.731%{transform:translate(14.6011vw,54.731vh) scale(.9805)}to{transform:translate(15.68755vw,99vh) scale(.9805)}}.snow:nth-child(16){opacity:.3532;transform:translate(76.2019vw,-10px) scale(.6291);animation:fall-16 15s -30s linear infinite}@keyframes fall-16{67.615%{transform:translate(84.9586vw,67.615vh) scale(.6291)}to{transform:translate(80.58025vw,99vh) scale(.6291)}}.snow:nth-child(17){opacity:.3304;transform:translate(55.7181vw,-10px) scale(.0993);animation:fall-17 22s -18s linear infinite}@keyframes fall-17{73.879%{transform:translate(48.9035vw,73.879vh) scale(.0993)}to{transform:translate(52.3108vw,99vh) scale(.0993)}}.snow:nth-child(18){opacity:1.3482;transform:translate(81.9538vw,-10px) scale(.1093);animation:fall-18 11s -25s linear infinite}@keyframes fall-18{77.211%{transform:translate(75.1608vw,77.211vh) scale(.1093)}to{transform:translate(78.5573vw,99vh) scale(.1093)}}.snow:nth-child(19){opacity:.0062;transform:translate(85.6175vw,-10px) scale(.7208);animation:fall-19 27s -14s linear infinite}@keyframes fall-19{50.294%{transform:translate(90.0427vw,50.294vh) scale(.7208)}to{transform:translate(87.8301vw,99vh) scale(.7208)}}.snow:nth-child(20){opacity:.0862;transform:translate(34.7542vw,-10px) scale(.0129);animation:fall-20 11s -7s linear infinite}@keyframes fall-20{71.837%{transform:translate(40.5528vw,71.837vh) scale(.0129)}to{transform:translate(37.6535vw,99vh) scale(.0129)}}.snow:nth-child(21){opacity:.097;transform:translate(72.7911vw,-10px) scale(.1618);animation:fall-21 28s -4s linear infinite}@keyframes fall-21{54.144%{transform:translate(79.8482vw,54.144vh) scale(.1618)}to{transform:translate(76.31965vw,99vh) scale(.1618)}}.snow:nth-child(22){opacity:1.3692;transform:translate(27.6456vw,-10px) scale(.7147);animation:fall-22 19s -27s linear infinite}@keyframes fall-22{42.35%{transform:translate(34.1609vw,42.35vh) scale(.7147)}to{transform:translate(30.90325vw,99vh) scale(.7147)}}.snow:nth-child(23){opacity:1.3288;transform:translate(76.437vw,-10px) scale(.8247);animation:fall-23 20s -27s linear infinite}@keyframes fall-23{37.924%{transform:translate(66.6155vw,37.924vh) scale(.8247)}to{transform:translate(71.52625vw,99vh) scale(.8247)}}.snow:nth-child(24){opacity:.702;transform:translate(15.297vw,-10px) scale(.6903);animation:fall-24 30s -19s linear infinite}@keyframes fall-24{48.235%{transform:translate(24.4319vw,48.235vh) scale(.6903)}to{transform:translate(19.86445vw,99vh) scale(.6903)}}.snow:nth-child(25){opacity:.2512;transform:translate(16.0363vw,-10px) scale(.5814);animation:fall-25 21s -8s linear infinite}@keyframes fall-25{50.764%{transform:translate(11.0269vw,50.764vh) scale(.5814)}to{transform:translate(13.5316vw,99vh) scale(.5814)}}.snow:nth-child(26){opacity:.4606;transform:translate(3.2763vw,-10px) scale(.2061);animation:fall-26 30s -14s linear infinite}@keyframes fall-26{51.822%{transform:translate(.3352vw,51.822vh) scale(.2061)}to{transform:translate(1.80575vw,99vh) scale(.2061)}}.snow:nth-child(27){opacity:.4404;transform:translate(39.9314vw,-10px) scale(.1781);animation:fall-27 17s -23s linear infinite}@keyframes fall-27{40.246%{transform:translate(38.7201vw,40.246vh) scale(.1781)}to{transform:translate(39.32575vw,99vh) scale(.1781)}}.snow:nth-child(28){opacity:1.7784;transform:translate(47.6457vw,-10px) scale(.4463);animation:fall-28 12s -15s linear infinite}@keyframes fall-28{63.46%{transform:translate(51.4909vw,63.46vh) scale(.4463)}to{transform:translate(49.5683vw,99vh) scale(.4463)}}.snow:nth-child(29){opacity:.5134;transform:translate(22.3516vw,-10px) scale(.9711);animation:fall-29 13s -5s linear infinite}@keyframes fall-29{63.55%{transform:translate(14.2358vw,63.55vh) scale(.9711)}to{transform:translate(18.2937vw,99vh) scale(.9711)}}.snow:nth-child(30){opacity:.9516;transform:translate(68.3692vw,-10px) scale(.4933);animation:fall-30 22s -3s linear infinite}@keyframes fall-30{66.26%{transform:translate(62.334vw,66.26vh) scale(.4933)}to{transform:translate(65.3516vw,99vh) scale(.4933)}}.snow:nth-child(31){opacity:.74;transform:translate(3.3815vw,-10px) scale(.6108);animation:fall-31 25s -24s linear infinite}@keyframes fall-31{43.101%{transform:translate(10.5189vw,43.101vh) scale(.6108)}to{transform:translate(6.9502vw,99vh) scale(.6108)}}.snow:nth-child(32){opacity:.7904;transform:translate(41.0919vw,-10px) scale(.5567);animation:fall-32 10s -20s linear infinite}@keyframes fall-32{41.621%{transform:translate(49.2154vw,41.621vh) scale(.5567)}to{transform:translate(45.15365vw,99vh) scale(.5567)}}.snow:nth-child(33){opacity:.4;transform:translate(77.583vw,-10px) scale(.0751);animation:fall-33 23s -2s linear infinite}@keyframes fall-33{56.29%{transform:translate(69.9628vw,56.29vh) scale(.0751)}to{transform:translate(73.7729vw,99vh) scale(.0751)}}.snow:nth-child(34){opacity:1.401;transform:translate(91.189vw,-10px) scale(.3478);animation:fall-34 26s -24s linear infinite}@keyframes fall-34{47.072%{transform:translate(90.2693vw,47.072vh) scale(.3478)}to{transform:translate(90.72915vw,99vh) scale(.3478)}}.snow:nth-child(35){opacity:1.7868;transform:translate(75.0333vw,-10px) scale(.0038);animation:fall-35 17s -9s linear infinite}@keyframes fall-35{74.593%{transform:translate(83.8235vw,74.593vh) scale(.0038)}to{transform:translate(79.4284vw,99vh) scale(.0038)}}.snow:nth-child(36){opacity:.9492;transform:translate(20.4658vw,-10px) scale(.4434);animation:fall-36 21s -12s linear infinite}@keyframes fall-36{56.235%{transform:translate(28.0478vw,56.235vh) scale(.4434)}to{transform:translate(24.2568vw,99vh) scale(.4434)}}.snow:nth-child(37){opacity:.4646;transform:translate(72.1946vw,-10px) scale(.8381);animation:fall-37 23s -19s linear infinite}@keyframes fall-37{31.992%{transform:translate(70.3372vw,31.992vh) scale(.8381)}to{transform:translate(71.2659vw,99vh) scale(.8381)}}.snow:nth-child(38){opacity:1.3988;transform:translate(78.7104vw,-10px) scale(.2645);animation:fall-38 12s -13s linear infinite}@keyframes fall-38{59.065%{transform:translate(80.255vw,59.065vh) scale(.2645)}to{transform:translate(79.4827vw,99vh) scale(.2645)}}.snow:nth-child(39){opacity:.7882;transform:translate(19.6941vw,-10px) scale(.1774);animation:fall-39 14s -20s linear infinite}@keyframes fall-39{72.119%{transform:translate(14.9295vw,72.119vh) scale(.1774)}to{transform:translate(17.3118vw,99vh) scale(.1774)}}.snow:nth-child(40){opacity:1.1936;transform:translate(64.6821vw,-10px) scale(.314);animation:fall-40 25s -14s linear infinite}@keyframes fall-40{52.185%{transform:translate(64.4898vw,52.185vh) scale(.314)}to{transform:translate(64.58595vw,99vh) scale(.314)}}.snow:nth-child(41){opacity:.9818;transform:translate(96.9912vw,-10px) scale(.7347);animation:fall-41 21s -10s linear infinite}@keyframes fall-41{67.505%{transform:translate(96.7321vw,67.505vh) scale(.7347)}to{transform:translate(96.86165vw,99vh) scale(.7347)}}.snow:nth-child(42){opacity:.56;transform:translate(.1947vw,-10px) scale(.6041);animation:fall-42 12s -28s linear infinite}@keyframes fall-42{68.639%{transform:translate(4.0291vw,68.639vh) scale(.6041)}to{transform:translate(2.1119vw,99vh) scale(.6041)}}.snow:nth-child(43){opacity:.4436;transform:translate(17.2003vw,-10px) scale(.8527);animation:fall-43 27s -10s linear infinite}@keyframes fall-43{40.681%{transform:translate(10.6752vw,40.681vh) scale(.8527)}to{transform:translate(13.93775vw,99vh) scale(.8527)}}.snow:nth-child(44){opacity:.7428;transform:translate(34.9692vw,-10px) scale(.6992);animation:fall-44 11s -6s linear infinite}@keyframes fall-44{51.98%{transform:translate(39.7131vw,51.98vh) scale(.6992)}to{transform:translate(37.34115vw,99vh) scale(.6992)}}.snow:nth-child(45){opacity:1.8724;transform:translate(85.8587vw,-10px) scale(.8511);animation:fall-45 18s -1s linear infinite}@keyframes fall-45{73.368%{transform:translate(94.6747vw,73.368vh) scale(.8511)}to{transform:translate(90.2667vw,99vh) scale(.8511)}}.snow:nth-child(46){opacity:.7086;transform:translate(88.737vw,-10px) scale(.2696);animation:fall-46 14s -12s linear infinite}@keyframes fall-46{60.668%{transform:translate(96.3263vw,60.668vh) scale(.2696)}to{transform:translate(92.53165vw,99vh) scale(.2696)}}.snow:nth-child(47){opacity:.17;transform:translate(57.6139vw,-10px) scale(.7145);animation:fall-47 30s -26s linear infinite}@keyframes fall-47{45.369%{transform:translate(51.6722vw,45.369vh) scale(.7145)}to{transform:translate(54.64305vw,99vh) scale(.7145)}}.snow:nth-child(48){opacity:.742;transform:translate(52.1064vw,-10px) scale(.5553);animation:fall-48 14s -27s linear infinite}@keyframes fall-48{55.416%{transform:translate(46.5857vw,55.416vh) scale(.5553)}to{transform:translate(49.34605vw,99vh) scale(.5553)}}.snow:nth-child(49){opacity:.9044;transform:translate(40.1158vw,-10px) scale(.1502);animation:fall-49 29s -16s linear infinite}@keyframes fall-49{66.581%{transform:translate(39.0636vw,66.581vh) scale(.1502)}to{transform:translate(39.5897vw,99vh) scale(.1502)}}.snow:nth-child(50){opacity:.5432;transform:translate(98.9456vw,-10px) scale(.6381);animation:fall-50 18s -23s linear infinite}@keyframes fall-50{64.214%{transform:translate(104.5411vw,64.214vh) scale(.6381)}to{transform:translate(101.74335vw,99vh) scale(.6381)}}.snow:nth-child(51){opacity:.382;transform:translate(10.0682vw,-10px) scale(.8584);animation:fall-51 12s -25s linear infinite}@keyframes fall-51{58.622%{transform:translate(11.8732vw,58.622vh) scale(.8584)}to{transform:translate(10.9707vw,99vh) scale(.8584)}}.snow:nth-child(52){opacity:1.1112;transform:translate(67.2732vw,-10px) scale(.1103);animation:fall-52 14s -22s linear infinite}@keyframes fall-52{59.96%{transform:translate(76.6983vw,59.96vh) scale(.1103)}to{transform:translate(71.98575vw,99vh) scale(.1103)}}.snow:nth-child(53){opacity:.8842;transform:translate(33.4783vw,-10px) scale(.7356);animation:fall-53 10s -16s linear infinite}@keyframes fall-53{70.717%{transform:translate(42.0954vw,70.717vh) scale(.7356)}to{transform:translate(37.78685vw,99vh) scale(.7356)}}.snow:nth-child(54){opacity:.8332;transform:translate(39.0089vw,-10px) scale(.2645);animation:fall-54 24s -17s linear infinite}@keyframes fall-54{42.704%{transform:translate(42.0889vw,42.704vh) scale(.2645)}to{transform:translate(40.5489vw,99vh) scale(.2645)}}.snow:nth-child(55){opacity:.3066;transform:translate(43.3767vw,-10px) scale(.3066);animation:fall-55 24s -20s linear infinite}@keyframes fall-55{45.953%{transform:translate(51.2264vw,45.953vh) scale(.3066)}to{transform:translate(47.30155vw,99vh) scale(.3066)}}.snow:nth-child(56){opacity:1.6496;transform:translate(99.7335vw,-10px) scale(.1081);animation:fall-56 19s -13s linear infinite}@keyframes fall-56{72.697%{transform:translate(108.2508vw,72.697vh) scale(.1081)}to{transform:translate(103.99215vw,99vh) scale(.1081)}}.snow:nth-child(57){opacity:.1444;transform:translate(1.0286vw,-10px) scale(.0766);animation:fall-57 11s -12s linear infinite}@keyframes fall-57{49.766%{transform:translate(-4.755vw,49.766vh) scale(.0766)}to{transform:translate(-1.8632vw,99vh) scale(.0766)}}.snow:nth-child(58){opacity:1.3558;transform:translate(47.8331vw,-10px) scale(.4372);animation:fall-58 16s -13s linear infinite}@keyframes fall-58{53.62%{transform:translate(50.2677vw,53.62vh) scale(.4372)}to{transform:translate(49.0504vw,99vh) scale(.4372)}}.snow:nth-child(59){opacity:.1432;transform:translate(.2825vw,-10px) scale(.116);animation:fall-59 13s -11s linear infinite}@keyframes fall-59{36.609%{transform:translate(-9.1002vw,36.609vh) scale(.116)}to{transform:translate(-4.40885vw,99vh) scale(.116)}}.snow:nth-child(60){opacity:.284;transform:translate(79.6962vw,-10px) scale(.8697);animation:fall-60 20s -26s linear infinite}@keyframes fall-60{38.144%{transform:translate(73.6304vw,38.144vh) scale(.8697)}to{transform:translate(76.6633vw,99vh) scale(.8697)}}.snow:nth-child(61){opacity:1.2074;transform:translate(96.3651vw,-10px) scale(.1127);animation:fall-61 24s -29s linear infinite}@keyframes fall-61{78.967%{transform:translate(103.3584vw,78.967vh) scale(.1127)}to{transform:translate(99.86175vw,99vh) scale(.1127)}}.snow:nth-child(62){opacity:1.8328;transform:translate(58.2345vw,-10px) scale(.3696);animation:fall-62 12s -16s linear infinite}@keyframes fall-62{66.411%{transform:translate(58.1488vw,66.411vh) scale(.3696)}to{transform:translate(58.19165vw,99vh) scale(.3696)}}.snow:nth-child(63){opacity:.0208;transform:translate(82.6334vw,-10px) scale(.2111);animation:fall-63 19s -11s linear infinite}@keyframes fall-63{67.616%{transform:translate(76.4725vw,67.616vh) scale(.2111)}to{transform:translate(79.55295vw,99vh) scale(.2111)}}.snow:nth-child(64){opacity:.2038;transform:translate(83.435vw,-10px) scale(.5241);animation:fall-64 20s -4s linear infinite}@keyframes fall-64{69.475%{transform:translate(87.859vw,69.475vh) scale(.5241)}to{transform:translate(85.647vw,99vh) scale(.5241)}}.snow:nth-child(65){opacity:1.4762;transform:translate(50.9945vw,-10px) scale(.3815);animation:fall-65 20s -18s linear infinite}@keyframes fall-65{33.335%{transform:translate(44.5583vw,33.335vh) scale(.3815)}to{transform:translate(47.7764vw,99vh) scale(.3815)}}.snow:nth-child(66){opacity:1.9312;transform:translate(47.6957vw,-10px) scale(.8818);animation:fall-66 18s -6s linear infinite}@keyframes fall-66{43.563%{transform:translate(40.84vw,43.563vh) scale(.8818)}to{transform:translate(44.26785vw,99vh) scale(.8818)}}.snow:nth-child(67){opacity:.3204;transform:translate(93.4441vw,-10px) scale(.6266);animation:fall-67 18s -7s linear infinite}@keyframes fall-67{42.019%{transform:translate(87.5519vw,42.019vh) scale(.6266)}to{transform:translate(90.498vw,99vh) scale(.6266)}}.snow:nth-child(68){opacity:1.5172;transform:translate(7.7394vw,-10px) scale(.3234);animation:fall-68 20s -10s linear infinite}@keyframes fall-68{58.564%{transform:translate(-.6143vw,58.564vh) scale(.3234)}to{transform:translate(3.56255vw,99vh) scale(.3234)}}.snow:nth-child(69){opacity:1.6426;transform:translate(35.1318vw,-10px) scale(.0006);animation:fall-69 15s -5s linear infinite}@keyframes fall-69{65.029%{transform:translate(35.7132vw,65.029vh) scale(.0006)}to{transform:translate(35.4225vw,99vh) scale(.0006)}}.snow:nth-child(70){opacity:.0786;transform:translate(67.8247vw,-10px) scale(.5497);animation:fall-70 15s -12s linear infinite}@keyframes fall-70{32.416%{transform:translate(74.3139vw,32.416vh) scale(.5497)}to{transform:translate(71.0693vw,99vh) scale(.5497)}}.snow:nth-child(71){opacity:1.5002;transform:translate(79.0762vw,-10px) scale(.0729);animation:fall-71 29s -25s linear infinite}@keyframes fall-71{52.505%{transform:translate(69.4558vw,52.505vh) scale(.0729)}to{transform:translate(74.266vw,99vh) scale(.0729)}}.snow:nth-child(72){opacity:.6138;transform:translate(10.4214vw,-10px) scale(.1711);animation:fall-72 29s -7s linear infinite}@keyframes fall-72{76.63%{transform:translate(1.9558vw,76.63vh) scale(.1711)}to{transform:translate(6.1886vw,99vh) scale(.1711)}}.snow:nth-child(73){opacity:.033;transform:translate(9.2841vw,-10px) scale(.8012);animation:fall-73 21s -15s linear infinite}@keyframes fall-73{53.586%{transform:translate(8.8534vw,53.586vh) scale(.8012)}to{transform:translate(9.06875vw,99vh) scale(.8012)}}.snow:nth-child(74){opacity:.607;transform:translate(35.1406vw,-10px) scale(.4331);animation:fall-74 21s -29s linear infinite}@keyframes fall-74{37.719%{transform:translate(32.5984vw,37.719vh) scale(.4331)}to{transform:translate(33.8695vw,99vh) scale(.4331)}}.snow:nth-child(75){opacity:.6692;transform:translate(96.7673vw,-10px) scale(.8998);animation:fall-75 24s -14s linear infinite}@keyframes fall-75{32.246%{transform:translate(105.9693vw,32.246vh) scale(.8998)}to{transform:translate(101.3683vw,99vh) scale(.8998)}}.snow:nth-child(76){opacity:1.1192;transform:translate(72.1205vw,-10px) scale(.7416);animation:fall-76 19s -19s linear infinite}@keyframes fall-76{48.975%{transform:translate(70.2645vw,48.975vh) scale(.7416)}to{transform:translate(71.1925vw,99vh) scale(.7416)}}.snow:nth-child(77){opacity:1.9142;transform:translate(13.7115vw,-10px) scale(.7113);animation:fall-77 15s -16s linear infinite}@keyframes fall-77{43.305%{transform:translate(5.5647vw,43.305vh) scale(.7113)}to{transform:translate(9.6381vw,99vh) scale(.7113)}}.snow:nth-child(78){opacity:.2212;transform:translate(98.1047vw,-10px) scale(.8785);animation:fall-78 13s -16s linear infinite}@keyframes fall-78{77.904%{transform:translate(107.5872vw,77.904vh) scale(.8785)}to{transform:translate(102.84595vw,99vh) scale(.8785)}}.snow:nth-child(79){opacity:1.7018;transform:translate(28.2366vw,-10px) scale(.7123);animation:fall-79 25s -29s linear infinite}@keyframes fall-79{47.683%{transform:translate(19.4333vw,47.683vh) scale(.7123)}to{transform:translate(23.83495vw,99vh) scale(.7123)}}.snow:nth-child(80){opacity:.6318;transform:translate(32.3108vw,-10px) scale(.7982);animation:fall-80 21s -11s linear infinite}@keyframes fall-80{58.355%{transform:translate(40.954vw,58.355vh) scale(.7982)}to{transform:translate(36.6324vw,99vh) scale(.7982)}}.snow:nth-child(81){opacity:1.471;transform:translate(24.2772vw,-10px) scale(.8661);animation:fall-81 20s -25s linear infinite}@keyframes fall-81{63.609%{transform:translate(30.4607vw,63.609vh) scale(.8661)}to{transform:translate(27.36895vw,99vh) scale(.8661)}}.snow:nth-child(82){opacity:1.1784;transform:translate(21.3082vw,-10px) scale(.012);animation:fall-82 10s -10s linear infinite}@keyframes fall-82{68.111%{transform:translate(19.7688vw,68.111vh) scale(.012)}to{transform:translate(20.5385vw,99vh) scale(.012)}}.snow:nth-child(83){opacity:1.999;transform:translate(52.4148vw,-10px) scale(.102);animation:fall-83 16s -29s linear infinite}@keyframes fall-83{77.228%{transform:translate(58.4783vw,77.228vh) scale(.102)}to{transform:translate(55.44655vw,99vh) scale(.102)}}.snow:nth-child(84){opacity:1.7104;transform:translate(25.5727vw,-10px) scale(.4862);animation:fall-84 29s -11s linear infinite}@keyframes fall-84{57.232%{transform:translate(35.234vw,57.232vh) scale(.4862)}to{transform:translate(30.40335vw,99vh) scale(.4862)}}.snow:nth-child(85){opacity:1.0974;transform:translate(94.3901vw,-10px) scale(.9694);animation:fall-85 26s -27s linear infinite}@keyframes fall-85{39.742%{transform:translate(99.2067vw,39.742vh) scale(.9694)}to{transform:translate(96.7984vw,99vh) scale(.9694)}}.snow:nth-child(86){opacity:1.7108;transform:translate(94.3047vw,-10px) scale(.1108);animation:fall-86 25s -30s linear infinite}@keyframes fall-86{67.477%{transform:translate(88.8055vw,67.477vh) scale(.1108)}to{transform:translate(91.5551vw,99vh) scale(.1108)}}.snow:nth-child(87){opacity:1.3508;transform:translate(13.9847vw,-10px) scale(.4862);animation:fall-87 29s -20s linear infinite}@keyframes fall-87{49.953%{transform:translate(13.6579vw,49.953vh) scale(.4862)}to{transform:translate(13.8213vw,99vh) scale(.4862)}}.snow:nth-child(88){opacity:1.9886;transform:translate(92.7994vw,-10px) scale(.3695);animation:fall-88 30s -5s linear infinite}@keyframes fall-88{68.826%{transform:translate(85.4509vw,68.826vh) scale(.3695)}to{transform:translate(89.12515vw,99vh) scale(.3695)}}.snow:nth-child(89){opacity:1.283;transform:translate(70.0939vw,-10px) scale(.5622);animation:fall-89 17s -26s linear infinite}@keyframes fall-89{75.543%{transform:translate(64.0307vw,75.543vh) scale(.5622)}to{transform:translate(67.0623vw,99vh) scale(.5622)}}.snow:nth-child(90){opacity:1.8056;transform:translate(3.0301vw,-10px) scale(.61);animation:fall-90 30s -2s linear infinite}@keyframes fall-90{60.901%{transform:translate(-4.6483vw,60.901vh) scale(.61)}to{transform:translate(-.8091vw,99vh) scale(.61)}}.snow:nth-child(91){opacity:1.3378;transform:translate(65.9535vw,-10px) scale(.6303);animation:fall-91 22s -28s linear infinite}@keyframes fall-91{73.276%{transform:translate(70.3756vw,73.276vh) scale(.6303)}to{transform:translate(68.16455vw,99vh) scale(.6303)}}.snow:nth-child(92){opacity:1.94;transform:translate(51.752vw,-10px) scale(.8386);animation:fall-92 12s -18s linear infinite}@keyframes fall-92{33.777%{transform:translate(48.1259vw,33.777vh) scale(.8386)}to{transform:translate(49.93895vw,99vh) scale(.8386)}}.snow:nth-child(93){opacity:1.5052;transform:translate(85.5639vw,-10px) scale(.3392);animation:fall-93 20s -11s linear infinite}@keyframes fall-93{43.626%{transform:translate(84.6313vw,43.626vh) scale(.3392)}to{transform:translate(85.0976vw,99vh) scale(.3392)}}.snow:nth-child(94){opacity:.6526;transform:translate(80.086vw,-10px) scale(.2904);animation:fall-94 26s -29s linear infinite}@keyframes fall-94{47.714%{transform:translate(80.6767vw,47.714vh) scale(.2904)}to{transform:translate(80.38135vw,99vh) scale(.2904)}}.snow:nth-child(95){opacity:1.0856;transform:translate(37.7566vw,-10px) scale(.8477);animation:fall-95 10s -21s linear infinite}@keyframes fall-95{45.255%{transform:translate(38.2104vw,45.255vh) scale(.8477)}to{transform:translate(37.9835vw,99vh) scale(.8477)}}.snow:nth-child(96){opacity:.0268;transform:translate(30.3369vw,-10px) scale(.4172);animation:fall-96 17s -15s linear infinite}@keyframes fall-96{74.96%{transform:translate(24.862vw,74.96vh) scale(.4172)}to{transform:translate(27.59945vw,99vh) scale(.4172)}}.snow:nth-child(97){opacity:.6278;transform:translate(64.9109vw,-10px) scale(.4057);animation:fall-97 19s -7s linear infinite}@keyframes fall-97{79.631%{transform:translate(72.8095vw,79.631vh) scale(.4057)}to{transform:translate(68.8602vw,99vh) scale(.4057)}}.snow:nth-child(98){opacity:1.933;transform:translate(43.5139vw,-10px) scale(.9599);animation:fall-98 14s -1s linear infinite}@keyframes fall-98{50.128%{transform:translate(42.244vw,50.128vh) scale(.9599)}to{transform:translate(42.87895vw,99vh) scale(.9599)}}.snow:nth-child(99){opacity:1.1006;transform:translate(75.6724vw,-10px) scale(.4685);animation:fall-99 22s -11s linear infinite}@keyframes fall-99{77.53%{transform:translate(71.394vw,77.53vh) scale(.4685)}to{transform:translate(73.5332vw,99vh) scale(.4685)}}.snow:nth-child(100){opacity:.576;transform:translate(35.2695vw,-10px) scale(.104);animation:fall-100 15s -22s linear infinite}@keyframes fall-100{39.295%{transform:translate(32.0827vw,39.295vh) scale(.104)}to{transform:translate(33.6761vw,99vh) scale(.104)}}.snow:nth-child(101){opacity:1.0606;transform:translate(76.7125vw,-10px) scale(.2317);animation:fall-101 11s -9s linear infinite}@keyframes fall-101{43.429%{transform:translate(85.9676vw,43.429vh) scale(.2317)}to{transform:translate(81.34005vw,99vh) scale(.2317)}}.snow:nth-child(102){opacity:1.1872;transform:translate(33.0659vw,-10px) scale(.6309);animation:fall-102 14s -19s linear infinite}@keyframes fall-102{64.497%{transform:translate(28.628vw,64.497vh) scale(.6309)}to{transform:translate(30.84695vw,99vh) scale(.6309)}}.snow:nth-child(103){opacity:1.0914;transform:translate(46.7035vw,-10px) scale(.5971);animation:fall-103 18s -11s linear infinite}@keyframes fall-103{40.58%{transform:translate(54.5789vw,40.58vh) scale(.5971)}to{transform:translate(50.6412vw,99vh) scale(.5971)}}.snow:nth-child(104){opacity:.5212;transform:translate(96.2857vw,-10px) scale(.6604);animation:fall-104 17s -29s linear infinite}@keyframes fall-104{38.389%{transform:translate(102.888vw,38.389vh) scale(.6604)}to{transform:translate(99.58685vw,99vh) scale(.6604)}}.snow:nth-child(105){opacity:.6754;transform:translate(43.5515vw,-10px) scale(.5535);animation:fall-105 17s -14s linear infinite}@keyframes fall-105{52.879%{transform:translate(43.5727vw,52.879vh) scale(.5535)}to{transform:translate(43.5621vw,99vh) scale(.5535)}}.snow:nth-child(106){opacity:1.833;transform:translate(54.7002vw,-10px) scale(.7489);animation:fall-106 17s -27s linear infinite}@keyframes fall-106{75.251%{transform:translate(62.4237vw,75.251vh) scale(.7489)}to{transform:translate(58.56195vw,99vh) scale(.7489)}}.snow:nth-child(107){opacity:.89;transform:translate(89.2552vw,-10px) scale(.0967);animation:fall-107 18s -13s linear infinite}@keyframes fall-107{40.668%{transform:translate(86.8979vw,40.668vh) scale(.0967)}to{transform:translate(88.07655vw,99vh) scale(.0967)}}.snow:nth-child(108){opacity:1.3316;transform:translate(12.9446vw,-10px) scale(.6961);animation:fall-108 24s -15s linear infinite}@keyframes fall-108{38.639%{transform:translate(14.9854vw,38.639vh) scale(.6961)}to{transform:translate(13.965vw,99vh) scale(.6961)}}.snow:nth-child(109){opacity:1.2574;transform:translate(18.5176vw,-10px) scale(.9595);animation:fall-109 14s -19s linear infinite}@keyframes fall-109{57.069%{transform:translate(19.2332vw,57.069vh) scale(.9595)}to{transform:translate(18.8754vw,99vh) scale(.9595)}}.snow:nth-child(110){opacity:.0804;transform:translate(76.9201vw,-10px) scale(.8667);animation:fall-110 10s -3s linear infinite}@keyframes fall-110{54.397%{transform:translate(79.8648vw,54.397vh) scale(.8667)}to{transform:translate(78.39245vw,99vh) scale(.8667)}}.snow:nth-child(111){opacity:1.1602;transform:translate(21.5226vw,-10px) scale(.7136);animation:fall-111 26s -24s linear infinite}@keyframes fall-111{32.063%{transform:translate(16.4673vw,32.063vh) scale(.7136)}to{transform:translate(18.99495vw,99vh) scale(.7136)}}.snow:nth-child(112){opacity:1.3052;transform:translate(33.9678vw,-10px) scale(.9825);animation:fall-112 16s -26s linear infinite}@keyframes fall-112{56.004%{transform:translate(29.0263vw,56.004vh) scale(.9825)}to{transform:translate(31.49705vw,99vh) scale(.9825)}}.snow:nth-child(113){opacity:1.7288;transform:translate(79.9415vw,-10px) scale(.1501);animation:fall-113 28s -28s linear infinite}@keyframes fall-113{51.814%{transform:translate(79.957vw,51.814vh) scale(.1501)}to{transform:translate(79.94925vw,99vh) scale(.1501)}}.snow:nth-child(114){opacity:.8978;transform:translate(37.6812vw,-10px) scale(.6304);animation:fall-114 13s -9s linear infinite}@keyframes fall-114{59.557%{transform:translate(39.2939vw,59.557vh) scale(.6304)}to{transform:translate(38.48755vw,99vh) scale(.6304)}}.snow:nth-child(115){opacity:.7302;transform:translate(88.0134vw,-10px) scale(.2662);animation:fall-115 27s -23s linear infinite}@keyframes fall-115{56.447%{transform:translate(84.6219vw,56.447vh) scale(.2662)}to{transform:translate(86.31765vw,99vh) scale(.2662)}}.snow:nth-child(116){opacity:1.957;transform:translate(87.4579vw,-10px) scale(.0762);animation:fall-116 29s -7s linear infinite}@keyframes fall-116{55.149%{transform:translate(84.488vw,55.149vh) scale(.0762)}to{transform:translate(85.97295vw,99vh) scale(.0762)}}.snow:nth-child(117){opacity:.397;transform:translate(53.4218vw,-10px) scale(.3781);animation:fall-117 27s -16s linear infinite}@keyframes fall-117{78.996%{transform:translate(61.7248vw,78.996vh) scale(.3781)}to{transform:translate(57.5733vw,99vh) scale(.3781)}}.snow:nth-child(118){opacity:1.1984;transform:translate(31.3797vw,-10px) scale(.4843);animation:fall-118 21s -20s linear infinite}@keyframes fall-118{68.061%{transform:translate(25.8663vw,68.061vh) scale(.4843)}to{transform:translate(28.623vw,99vh) scale(.4843)}}.snow:nth-child(119){opacity:.5898;transform:translate(61.783vw,-10px) scale(.2153);animation:fall-119 20s -26s linear infinite}@keyframes fall-119{64.557%{transform:translate(62.1126vw,64.557vh) scale(.2153)}to{transform:translate(61.9478vw,99vh) scale(.2153)}}.snow:nth-child(120){opacity:1.7326;transform:translate(93.3998vw,-10px) scale(.4682);animation:fall-120 11s -25s linear infinite}@keyframes fall-120{55.055%{transform:translate(97.4353vw,55.055vh) scale(.4682)}to{transform:translate(95.41755vw,99vh) scale(.4682)}}.snow:nth-child(121){opacity:1.636;transform:translate(91.305vw,-10px) scale(.296);animation:fall-121 12s -18s linear infinite}@keyframes fall-121{72.468%{transform:translate(84.0397vw,72.468vh) scale(.296)}to{transform:translate(87.67235vw,99vh) scale(.296)}}.snow:nth-child(122){opacity:.547;transform:translate(62.7539vw,-10px) scale(.5475);animation:fall-122 16s -3s linear infinite}@keyframes fall-122{33.355%{transform:translate(59.1026vw,33.355vh) scale(.5475)}to{transform:translate(60.92825vw,99vh) scale(.5475)}}.snow:nth-child(123){opacity:1.3224;transform:translate(62.5695vw,-10px) scale(.9348);animation:fall-123 24s -9s linear infinite}@keyframes fall-123{67.829%{transform:translate(58.5608vw,67.829vh) scale(.9348)}to{transform:translate(60.56515vw,99vh) scale(.9348)}}.snow:nth-child(124){opacity:1.3124;transform:translate(86.5837vw,-10px) scale(.2645);animation:fall-124 25s -2s linear infinite}@keyframes fall-124{43.449%{transform:translate(89.7604vw,43.449vh) scale(.2645)}to{transform:translate(88.17205vw,99vh) scale(.2645)}}.snow:nth-child(125){opacity:1.4048;transform:translate(97.9996vw,-10px) scale(.8577);animation:fall-125 15s -4s linear infinite}@keyframes fall-125{39.563%{transform:translate(93.5157vw,39.563vh) scale(.8577)}to{transform:translate(95.75765vw,99vh) scale(.8577)}}.snow:nth-child(126){opacity:.318;transform:translate(51.506vw,-10px) scale(.3543);animation:fall-126 24s -28s linear infinite}@keyframes fall-126{55.229%{transform:translate(46.0898vw,55.229vh) scale(.3543)}to{transform:translate(48.7979vw,99vh) scale(.3543)}}.snow:nth-child(127){opacity:1.0502;transform:translate(60.602vw,-10px) scale(.4053);animation:fall-127 14s -30s linear infinite}@keyframes fall-127{51.974%{transform:translate(54.2265vw,51.974vh) scale(.4053)}to{transform:translate(57.41425vw,99vh) scale(.4053)}}.snow:nth-child(128){opacity:1.861;transform:translate(59.083vw,-10px) scale(.1831);animation:fall-128 23s -13s linear infinite}@keyframes fall-128{65.777%{transform:translate(61.9694vw,65.777vh) scale(.1831)}to{transform:translate(60.5262vw,99vh) scale(.1831)}}.snow:nth-child(129){opacity:1.0356;transform:translate(8.2167vw,-10px) scale(.2424);animation:fall-129 19s -13s linear infinite}@keyframes fall-129{48.014%{transform:translate(4.1875vw,48.014vh) scale(.2424)}to{transform:translate(6.2021vw,99vh) scale(.2424)}}.snow:nth-child(130){opacity:1.9718;transform:translate(80.1721vw,-10px) scale(.195);animation:fall-130 23s -21s linear infinite}@keyframes fall-130{74.214%{transform:translate(88.5879vw,74.214vh) scale(.195)}to{transform:translate(84.38vw,99vh) scale(.195)}}.snow:nth-child(131){opacity:.2336;transform:translate(56.9681vw,-10px) scale(.3662);animation:fall-131 24s -14s linear infinite}@keyframes fall-131{69.517%{transform:translate(61.9647vw,69.517vh) scale(.3662)}to{transform:translate(59.4664vw,99vh) scale(.3662)}}.snow:nth-child(132){opacity:1.0646;transform:translate(50.1812vw,-10px) scale(.113);animation:fall-132 20s -21s linear infinite}@keyframes fall-132{63.832%{transform:translate(46.5506vw,63.832vh) scale(.113)}to{transform:translate(48.3659vw,99vh) scale(.113)}}.snow:nth-child(133){opacity:1.8344;transform:translate(88.5548vw,-10px) scale(.2792);animation:fall-133 27s -19s linear infinite}@keyframes fall-133{79.829%{transform:translate(82.3736vw,79.829vh) scale(.2792)}to{transform:translate(85.4642vw,99vh) scale(.2792)}}.snow:nth-child(134){opacity:1.502;transform:translate(61.1093vw,-10px) scale(.1836);animation:fall-134 10s -6s linear infinite}@keyframes fall-134{49.494%{transform:translate(57.8513vw,49.494vh) scale(.1836)}to{transform:translate(59.4803vw,99vh) scale(.1836)}}.snow:nth-child(135){opacity:.976;transform:translate(8.1981vw,-10px) scale(.6321);animation:fall-135 16s -23s linear infinite}@keyframes fall-135{70.887%{transform:translate(9.0282vw,70.887vh) scale(.6321)}to{transform:translate(8.61315vw,99vh) scale(.6321)}}.snow:nth-child(136){opacity:1.1154;transform:translate(14.7552vw,-10px) scale(.0507);animation:fall-136 22s -28s linear infinite}@keyframes fall-136{50.292%{transform:translate(12.2745vw,50.292vh) scale(.0507)}to{transform:translate(13.51485vw,99vh) scale(.0507)}}.snow:nth-child(137){opacity:1.3152;transform:translate(49.9792vw,-10px) scale(.0859);animation:fall-137 23s -7s linear infinite}@keyframes fall-137{57.506%{transform:translate(47.8727vw,57.506vh) scale(.0859)}to{transform:translate(48.92595vw,99vh) scale(.0859)}}.snow:nth-child(138){opacity:.9726;transform:translate(99.1959vw,-10px) scale(.0877);animation:fall-138 21s -22s linear infinite}@keyframes fall-138{76.847%{transform:translate(98.6229vw,76.847vh) scale(.0877)}to{transform:translate(98.9094vw,99vh) scale(.0877)}}.snow:nth-child(139){opacity:1.9436;transform:translate(63.2836vw,-10px) scale(.0611);animation:fall-139 25s -5s linear infinite}@keyframes fall-139{78.435%{transform:translate(62.1521vw,78.435vh) scale(.0611)}to{transform:translate(62.71785vw,99vh) scale(.0611)}}.snow:nth-child(140){opacity:.5942;transform:translate(.2737vw,-10px) scale(.8086);animation:fall-140 16s -20s linear infinite}@keyframes fall-140{54.957%{transform:translate(7.403vw,54.957vh) scale(.8086)}to{transform:translate(3.83835vw,99vh) scale(.8086)}}.snow:nth-child(141){opacity:.9086;transform:translate(44.3707vw,-10px) scale(.0149);animation:fall-141 23s -24s linear infinite}@keyframes fall-141{43.64%{transform:translate(50.1152vw,43.64vh) scale(.0149)}to{transform:translate(47.24295vw,99vh) scale(.0149)}}.snow:nth-child(142){opacity:.377;transform:translate(24.0081vw,-10px) scale(.9512);animation:fall-142 13s -12s linear infinite}@keyframes fall-142{37.46%{transform:translate(19.2969vw,37.46vh) scale(.9512)}to{transform:translate(21.6525vw,99vh) scale(.9512)}}.snow:nth-child(143){opacity:1.7462;transform:translate(66.8006vw,-10px) scale(.3948);animation:fall-143 24s -18s linear infinite}@keyframes fall-143{64.541%{transform:translate(60.5808vw,64.541vh) scale(.3948)}to{transform:translate(63.6907vw,99vh) scale(.3948)}}.snow:nth-child(144){opacity:1.8898;transform:translate(45.5572vw,-10px) scale(.9565);animation:fall-144 15s -22s linear infinite}@keyframes fall-144{56.49%{transform:translate(44.8696vw,56.49vh) scale(.9565)}to{transform:translate(45.2134vw,99vh) scale(.9565)}}.snow:nth-child(145){opacity:1.7074;transform:translate(58.3417vw,-10px) scale(.7578);animation:fall-145 27s -3s linear infinite}@keyframes fall-145{36.383%{transform:translate(52.8365vw,36.383vh) scale(.7578)}to{transform:translate(55.5891vw,99vh) scale(.7578)}}.snow:nth-child(146){opacity:.7562;transform:translate(25.6748vw,-10px) scale(.1008);animation:fall-146 12s -15s linear infinite}@keyframes fall-146{76.148%{transform:translate(17.2549vw,76.148vh) scale(.1008)}to{transform:translate(21.46485vw,99vh) scale(.1008)}}.snow:nth-child(147){opacity:1.1092;transform:translate(50.1814vw,-10px) scale(.4762);animation:fall-147 22s -18s linear infinite}@keyframes fall-147{72.056%{transform:translate(50.938vw,72.056vh) scale(.4762)}to{transform:translate(50.5597vw,99vh) scale(.4762)}}.snow:nth-child(148){opacity:1.663;transform:translate(6.9453vw,-10px) scale(.1884);animation:fall-148 20s -17s linear infinite}@keyframes fall-148{61.069%{transform:translate(15.3568vw,61.069vh) scale(.1884)}to{transform:translate(11.15105vw,99vh) scale(.1884)}}.snow:nth-child(149){opacity:.154;transform:translate(2.8558vw,-10px) scale(.1967);animation:fall-149 30s -8s linear infinite}@keyframes fall-149{32.231%{transform:translate(5.1924vw,32.231vh) scale(.1967)}to{transform:translate(4.0241vw,99vh) scale(.1967)}}.snow:nth-child(150){opacity:1.397;transform:translate(2.8619vw,-10px) scale(.3301);animation:fall-150 21s -8s linear infinite}@keyframes fall-150{57.188%{transform:translate(7.5845vw,57.188vh) scale(.3301)}to{transform:translate(5.2232vw,99vh) scale(.3301)}}.snow:nth-child(151){opacity:.4536;transform:translate(79.0793vw,-10px) scale(.1487);animation:fall-151 14s -18s linear infinite}@keyframes fall-151{39.826%{transform:translate(85.8754vw,39.826vh) scale(.1487)}to{transform:translate(82.47735vw,99vh) scale(.1487)}}.snow:nth-child(152){opacity:.4;transform:translate(50.8271vw,-10px) scale(.1707);animation:fall-152 26s -18s linear infinite}@keyframes fall-152{65.89%{transform:translate(48.3193vw,65.89vh) scale(.1707)}to{transform:translate(49.5732vw,99vh) scale(.1707)}}.snow:nth-child(153){opacity:.218;transform:translate(26.6019vw,-10px) scale(.662);animation:fall-153 16s -9s linear infinite}@keyframes fall-153{60.636%{transform:translate(22.1219vw,60.636vh) scale(.662)}to{transform:translate(24.3619vw,99vh) scale(.662)}}.snow:nth-child(154){opacity:1.345;transform:translate(46.9886vw,-10px) scale(.9636);animation:fall-154 12s -25s linear infinite}@keyframes fall-154{31.445%{transform:translate(50.6836vw,31.445vh) scale(.9636)}to{transform:translate(48.8361vw,99vh) scale(.9636)}}.snow:nth-child(155){opacity:.5422;transform:translate(36.3657vw,-10px) scale(.0675);animation:fall-155 11s -5s linear infinite}@keyframes fall-155{77.66%{transform:translate(33.8773vw,77.66vh) scale(.0675)}to{transform:translate(35.1215vw,99vh) scale(.0675)}}.snow:nth-child(156){opacity:.333;transform:translate(31.875vw,-10px) scale(.7974);animation:fall-156 13s -30s linear infinite}@keyframes fall-156{77.391%{transform:translate(30.5415vw,77.391vh) scale(.7974)}to{transform:translate(31.20825vw,99vh) scale(.7974)}}.snow:nth-child(157){opacity:.1684;transform:translate(59.2593vw,-10px) scale(.4144);animation:fall-157 19s -8s linear infinite}@keyframes fall-157{38.427%{transform:translate(57.9898vw,38.427vh) scale(.4144)}to{transform:translate(58.62455vw,99vh) scale(.4144)}}.snow:nth-child(158){opacity:1.4446;transform:translate(65.0499vw,-10px) scale(.7179);animation:fall-158 22s -10s linear infinite}@keyframes fall-158{48.802%{transform:translate(55.1347vw,48.802vh) scale(.7179)}to{transform:translate(60.0923vw,99vh) scale(.7179)}}.snow:nth-child(159){opacity:1.4468;transform:translate(26.3621vw,-10px) scale(.1624);animation:fall-159 28s -19s linear infinite}@keyframes fall-159{45.53%{transform:translate(26.5077vw,45.53vh) scale(.1624)}to{transform:translate(26.4349vw,99vh) scale(.1624)}}.snow:nth-child(160){opacity:1.0566;transform:translate(5.8547vw,-10px) scale(.2348);animation:fall-160 18s -2s linear infinite}@keyframes fall-160{67.093%{transform:translate(1.3876vw,67.093vh) scale(.2348)}to{transform:translate(3.62115vw,99vh) scale(.2348)}}.snow:nth-child(161){opacity:1.297;transform:translate(88.3195vw,-10px) scale(.078);animation:fall-161 25s -9s linear infinite}@keyframes fall-161{35.331%{transform:translate(89.3432vw,35.331vh) scale(.078)}to{transform:translate(88.83135vw,99vh) scale(.078)}}.snow:nth-child(162){opacity:1.818;transform:translate(39.3787vw,-10px) scale(.0774);animation:fall-162 22s -18s linear infinite}@keyframes fall-162{63.165%{transform:translate(38.7229vw,63.165vh) scale(.0774)}to{transform:translate(39.0508vw,99vh) scale(.0774)}}.snow:nth-child(163){opacity:1.64;transform:translate(21.7072vw,-10px) scale(.5225);animation:fall-163 25s -2s linear infinite}@keyframes fall-163{56.465%{transform:translate(18.8795vw,56.465vh) scale(.5225)}to{transform:translate(20.29335vw,99vh) scale(.5225)}}.snow:nth-child(164){opacity:1.2416;transform:translate(86.1474vw,-10px) scale(.2852);animation:fall-164 26s -19s linear infinite}@keyframes fall-164{71.549%{transform:translate(85.0039vw,71.549vh) scale(.2852)}to{transform:translate(85.57565vw,99vh) scale(.2852)}}.snow:nth-child(165){opacity:1.672;transform:translate(82.7875vw,-10px) scale(.3617);animation:fall-165 16s -29s linear infinite}@keyframes fall-165{57.571%{transform:translate(84.4388vw,57.571vh) scale(.3617)}to{transform:translate(83.61315vw,99vh) scale(.3617)}}.snow:nth-child(166){opacity:1.5394;transform:translate(23.2109vw,-10px) scale(.7298);animation:fall-166 19s -26s linear infinite}@keyframes fall-166{38.826%{transform:translate(21.4725vw,38.826vh) scale(.7298)}to{transform:translate(22.3417vw,99vh) scale(.7298)}}.snow:nth-child(167){opacity:.2516;transform:translate(1.2402vw,-10px) scale(.3892);animation:fall-167 27s -6s linear infinite}@keyframes fall-167{54.665%{transform:translate(4.4774vw,54.665vh) scale(.3892)}to{transform:translate(2.8588vw,99vh) scale(.3892)}}.snow:nth-child(168){opacity:.1926;transform:translate(97.2031vw,-10px) scale(.9297);animation:fall-168 25s -15s linear infinite}@keyframes fall-168{44.543%{transform:translate(91.0664vw,44.543vh) scale(.9297)}to{transform:translate(94.13475vw,99vh) scale(.9297)}}.snow:nth-child(169){opacity:1.5792;transform:translate(93.8336vw,-10px) scale(.0948);animation:fall-169 12s -8s linear infinite}@keyframes fall-169{78.319%{transform:translate(84.926vw,78.319vh) scale(.0948)}to{transform:translate(89.3798vw,99vh) scale(.0948)}}.snow:nth-child(170){opacity:.5048;transform:translate(87.5396vw,-10px) scale(.4071);animation:fall-170 16s -28s linear infinite}@keyframes fall-170{65.706%{transform:translate(82.2049vw,65.706vh) scale(.4071)}to{transform:translate(84.87225vw,99vh) scale(.4071)}}.snow:nth-child(171){opacity:1.6926;transform:translate(85.9966vw,-10px) scale(.1523);animation:fall-171 28s -26s linear infinite}@keyframes fall-171{33.797%{transform:translate(81.9733vw,33.797vh) scale(.1523)}to{transform:translate(83.98495vw,99vh) scale(.1523)}}.snow:nth-child(172){opacity:1.8562;transform:translate(79.4227vw,-10px) scale(.7923);animation:fall-172 17s -12s linear infinite}@keyframes fall-172{56.414%{transform:translate(71.1277vw,56.414vh) scale(.7923)}to{transform:translate(75.2752vw,99vh) scale(.7923)}}.snow:nth-child(173){opacity:1.7918;transform:translate(35.667vw,-10px) scale(.5589);animation:fall-173 13s -12s linear infinite}@keyframes fall-173{69.367%{transform:translate(34.5188vw,69.367vh) scale(.5589)}to{transform:translate(35.0929vw,99vh) scale(.5589)}}.snow:nth-child(174){opacity:.3192;transform:translate(26.3203vw,-10px) scale(.0567);animation:fall-174 21s -5s linear infinite}@keyframes fall-174{72.16%{transform:translate(21.9638vw,72.16vh) scale(.0567)}to{transform:translate(24.14205vw,99vh) scale(.0567)}}.snow:nth-child(175){opacity:1.9062;transform:translate(18.3638vw,-10px) scale(.2738);animation:fall-175 10s -28s linear infinite}@keyframes fall-175{51.42%{transform:translate(28.2818vw,51.42vh) scale(.2738)}to{transform:translate(23.3228vw,99vh) scale(.2738)}}.snow:nth-child(176){opacity:1.5076;transform:translate(88.6924vw,-10px) scale(.7682);animation:fall-176 23s -26s linear infinite}@keyframes fall-176{60.278%{transform:translate(80.5813vw,60.278vh) scale(.7682)}to{transform:translate(84.63685vw,99vh) scale(.7682)}}.snow:nth-child(177){opacity:1.5994;transform:translate(73.9081vw,-10px) scale(.4774);animation:fall-177 20s -10s linear infinite}@keyframes fall-177{40.459%{transform:translate(81.0792vw,40.459vh) scale(.4774)}to{transform:translate(77.49365vw,99vh) scale(.4774)}}.snow:nth-child(178){opacity:1.1692;transform:translate(62.1685vw,-10px) scale(.9743);animation:fall-178 28s -28s linear infinite}@keyframes fall-178{37.476%{transform:translate(58.8319vw,37.476vh) scale(.9743)}to{transform:translate(60.5002vw,99vh) scale(.9743)}}.snow:nth-child(179){opacity:.35;transform:translate(66.6337vw,-10px) scale(.1635);animation:fall-179 18s -20s linear infinite}@keyframes fall-179{70.457%{transform:translate(65.7468vw,70.457vh) scale(.1635)}to{transform:translate(66.19025vw,99vh) scale(.1635)}}.snow:nth-child(180){opacity:1.5888;transform:translate(31.0054vw,-10px) scale(.5273);animation:fall-180 21s -19s linear infinite}@keyframes fall-180{30.635%{transform:translate(32.2644vw,30.635vh) scale(.5273)}to{transform:translate(31.6349vw,99vh) scale(.5273)}}.snow:nth-child(181){opacity:.3896;transform:translate(71.2826vw,-10px) scale(.0244);animation:fall-181 20s -25s linear infinite}@keyframes fall-181{62.245%{transform:translate(62.0283vw,62.245vh) scale(.0244)}to{transform:translate(66.65545vw,99vh) scale(.0244)}}.snow:nth-child(182){opacity:1.5898;transform:translate(38.3479vw,-10px) scale(.9751);animation:fall-182 26s -27s linear infinite}@keyframes fall-182{73.184%{transform:translate(31.6948vw,73.184vh) scale(.9751)}to{transform:translate(35.02135vw,99vh) scale(.9751)}}.snow:nth-child(183){opacity:.6672;transform:translate(60.2763vw,-10px) scale(.6917);animation:fall-183 14s -30s linear infinite}@keyframes fall-183{58.629%{transform:translate(63.2949vw,58.629vh) scale(.6917)}to{transform:translate(61.7856vw,99vh) scale(.6917)}}.snow:nth-child(184){opacity:.45;transform:translate(18.8242vw,-10px) scale(.008);animation:fall-184 10s -8s linear infinite}@keyframes fall-184{69.678%{transform:translate(22.5815vw,69.678vh) scale(.008)}to{transform:translate(20.70285vw,99vh) scale(.008)}}.snow:nth-child(185){opacity:1.9198;transform:translate(49.5748vw,-10px) scale(.7649);animation:fall-185 24s -15s linear infinite}@keyframes fall-185{47.567%{transform:translate(41.7758vw,47.567vh) scale(.7649)}to{transform:translate(45.6753vw,99vh) scale(.7649)}}.snow:nth-child(186){opacity:1.098;transform:translate(77.6788vw,-10px) scale(.1899);animation:fall-186 23s -25s linear infinite}@keyframes fall-186{39.396%{transform:translate(67.7653vw,39.396vh) scale(.1899)}to{transform:translate(72.72205vw,99vh) scale(.1899)}}.snow:nth-child(187){opacity:1.6792;transform:translate(64.2311vw,-10px) scale(.531);animation:fall-187 23s -7s linear infinite}@keyframes fall-187{33.77%{transform:translate(68.9033vw,33.77vh) scale(.531)}to{transform:translate(66.5672vw,99vh) scale(.531)}}.snow:nth-child(188){opacity:.4896;transform:translate(71.7173vw,-10px) scale(.6931);animation:fall-188 30s -10s linear infinite}@keyframes fall-188{47.129%{transform:translate(65.7411vw,47.129vh) scale(.6931)}to{transform:translate(68.7292vw,99vh) scale(.6931)}}.snow:nth-child(189){opacity:.6374;transform:translate(22.2646vw,-10px) scale(.9366);animation:fall-189 22s -21s linear infinite}@keyframes fall-189{56.304%{transform:translate(31.5114vw,56.304vh) scale(.9366)}to{transform:translate(26.888vw,99vh) scale(.9366)}}.snow:nth-child(190){opacity:.3758;transform:translate(71.2238vw,-10px) scale(.566);animation:fall-190 30s -15s linear infinite}@keyframes fall-190{62.075%{transform:translate(67.055vw,62.075vh) scale(.566)}to{transform:translate(69.1394vw,99vh) scale(.566)}}.snow:nth-child(191){opacity:.6238;transform:translate(41.5522vw,-10px) scale(.0368);animation:fall-191 12s -5s linear infinite}@keyframes fall-191{65.783%{transform:translate(41.2483vw,65.783vh) scale(.0368)}to{transform:translate(41.40025vw,99vh) scale(.0368)}}.snow:nth-child(192){opacity:.1358;transform:translate(.903vw,-10px) scale(.2712);animation:fall-192 11s -5s linear infinite}@keyframes fall-192{57.758%{transform:translate(-8.1257vw,57.758vh) scale(.2712)}to{transform:translate(-3.61135vw,99vh) scale(.2712)}}.snow:nth-child(193){opacity:1.5524;transform:translate(1.2406vw,-10px) scale(.9217);animation:fall-193 22s -3s linear infinite}@keyframes fall-193{64.737%{transform:translate(-5.0199vw,64.737vh) scale(.9217)}to{transform:translate(-1.88965vw,99vh) scale(.9217)}}.snow:nth-child(194){opacity:1.5572;transform:translate(17.8093vw,-10px) scale(.8934);animation:fall-194 28s -17s linear infinite}@keyframes fall-194{70.828%{transform:translate(17.9664vw,70.828vh) scale(.8934)}to{transform:translate(17.88785vw,99vh) scale(.8934)}}.snow:nth-child(195){opacity:1.947;transform:translate(74.82vw,-10px) scale(.0594);animation:fall-195 23s -2s linear infinite}@keyframes fall-195{32.849%{transform:translate(82.8525vw,32.849vh) scale(.0594)}to{transform:translate(78.83625vw,99vh) scale(.0594)}}.snow:nth-child(196){opacity:.6594;transform:translate(9.3059vw,-10px) scale(.4094);animation:fall-196 27s -1s linear infinite}@keyframes fall-196{60.478%{transform:translate(12.7963vw,60.478vh) scale(.4094)}to{transform:translate(11.0511vw,99vh) scale(.4094)}}.snow:nth-child(197){opacity:1.4998;transform:translate(2.2248vw,-10px) scale(.464);animation:fall-197 20s -15s linear infinite}@keyframes fall-197{35.748%{transform:translate(7.2488vw,35.748vh) scale(.464)}to{transform:translate(4.7368vw,99vh) scale(.464)}}.snow:nth-child(198){opacity:.7224;transform:translate(42.2168vw,-10px) scale(.2476);animation:fall-198 11s -8s linear infinite}@keyframes fall-198{68.669%{transform:translate(37.2816vw,68.669vh) scale(.2476)}to{transform:translate(39.7492vw,99vh) scale(.2476)}}.snow:nth-child(199){opacity:.9862;transform:translate(62.8071vw,-10px) scale(.0012);animation:fall-199 22s -28s linear infinite}@keyframes fall-199{68.496%{transform:translate(64.9178vw,68.496vh) scale(.0012)}to{transform:translate(63.86245vw,99vh) scale(.0012)}}.snow:nth-child(200){opacity:1.8792;transform:translate(24.8848vw,-10px) scale(.8532);animation:fall-200 25s -3s linear infinite}@keyframes fall-200{57.789%{transform:translate(23.4054vw,57.789vh) scale(.8532)}to{transform:translate(24.1451vw,99vh) scale(.8532)}}.snow:nth-child(201){opacity:1.7622;transform:translate(39.7976vw,-10px) scale(.4029);animation:fall-201 10s -23s linear infinite}@keyframes fall-201{65.732%{transform:translate(46.7342vw,65.732vh) scale(.4029)}to{transform:translate(43.2659vw,99vh) scale(.4029)}}.snow:nth-child(202){opacity:1.7118;transform:translate(99.0759vw,-10px) scale(.3717);animation:fall-202 13s -26s linear infinite}@keyframes fall-202{79.953%{transform:translate(102.2146vw,79.953vh) scale(.3717)}to{transform:translate(100.64525vw,99vh) scale(.3717)}}.snow:nth-child(203){opacity:.1238;transform:translate(29.3655vw,-10px) scale(.2372);animation:fall-203 17s -10s linear infinite}@keyframes fall-203{64.5%{transform:translate(35.6658vw,64.5vh) scale(.2372)}to{transform:translate(32.51565vw,99vh) scale(.2372)}}.snow:nth-child(204){opacity:.857;transform:translate(28.6479vw,-10px) scale(.4695);animation:fall-204 23s -1s linear infinite}@keyframes fall-204{50.243%{transform:translate(22.9869vw,50.243vh) scale(.4695)}to{transform:translate(25.8174vw,99vh) scale(.4695)}}.snow:nth-child(205){opacity:.9014;transform:translate(14.2451vw,-10px) scale(.397);animation:fall-205 17s -13s linear infinite}@keyframes fall-205{41.696%{transform:translate(14.3735vw,41.696vh) scale(.397)}to{transform:translate(14.3093vw,99vh) scale(.397)}}.snow:nth-child(206){opacity:1.6612;transform:translate(36.7204vw,-10px) scale(.9498);animation:fall-206 14s -28s linear infinite}@keyframes fall-206{31.989%{transform:translate(30.3148vw,31.989vh) scale(.9498)}to{transform:translate(33.5176vw,99vh) scale(.9498)}}.snow:nth-child(207){opacity:1.9022;transform:translate(3.9773vw,-10px) scale(.1024);animation:fall-207 20s -18s linear infinite}@keyframes fall-207{32.233%{transform:translate(3.0738vw,32.233vh) scale(.1024)}to{transform:translate(3.52555vw,99vh) scale(.1024)}}.snow:nth-child(208){opacity:.8936;transform:translate(37.8187vw,-10px) scale(.8932);animation:fall-208 16s -9s linear infinite}@keyframes fall-208{70.192%{transform:translate(31.6111vw,70.192vh) scale(.8932)}to{transform:translate(34.7149vw,99vh) scale(.8932)}}.snow:nth-child(209){opacity:1.993;transform:translate(74.4555vw,-10px) scale(.8673);animation:fall-209 14s -30s linear infinite}@keyframes fall-209{43.102%{transform:translate(73.2363vw,43.102vh) scale(.8673)}to{transform:translate(73.8459vw,99vh) scale(.8673)}}.snow:nth-child(210){opacity:1.8026;transform:translate(16.3688vw,-10px) scale(.7969);animation:fall-210 25s -20s linear infinite}@keyframes fall-210{68.157%{transform:translate(13.0924vw,68.157vh) scale(.7969)}to{transform:translate(14.7306vw,99vh) scale(.7969)}}.snow:nth-child(211){opacity:.5118;transform:translate(10.1698vw,-10px) scale(.6978);animation:fall-211 16s -22s linear infinite}@keyframes fall-211{75.797%{transform:translate(7.683vw,75.797vh) scale(.6978)}to{transform:translate(8.9264vw,99vh) scale(.6978)}}.snow:nth-child(212){opacity:.4742;transform:translate(82.0593vw,-10px) scale(.213);animation:fall-212 19s -20s linear infinite}@keyframes fall-212{62.868%{transform:translate(79.1797vw,62.868vh) scale(.213)}to{transform:translate(80.6195vw,99vh) scale(.213)}}.snow:nth-child(213){opacity:1.5562;transform:translate(36.6652vw,-10px) scale(.7106);animation:fall-213 22s -21s linear infinite}@keyframes fall-213{62.072%{transform:translate(38.872vw,62.072vh) scale(.7106)}to{transform:translate(37.7686vw,99vh) scale(.7106)}}.snow:nth-child(214){opacity:.535;transform:translate(17.3564vw,-10px) scale(.6466);animation:fall-214 29s -5s linear infinite}@keyframes fall-214{61.542%{transform:translate(9.4947vw,61.542vh) scale(.6466)}to{transform:translate(13.42555vw,99vh) scale(.6466)}}.snow:nth-child(215){opacity:1.3214;transform:translate(29.6133vw,-10px) scale(.1425);animation:fall-215 26s -2s linear infinite}@keyframes fall-215{69.861%{transform:translate(39.0846vw,69.861vh) scale(.1425)}to{transform:translate(34.34895vw,99vh) scale(.1425)}}.snow:nth-child(216){opacity:.4178;transform:translate(50.9296vw,-10px) scale(.445);animation:fall-216 30s -19s linear infinite}@keyframes fall-216{51.704%{transform:translate(55.0408vw,51.704vh) scale(.445)}to{transform:translate(52.9852vw,99vh) scale(.445)}}.snow:nth-child(217){opacity:1.2926;transform:translate(10.3648vw,-10px) scale(.6368);animation:fall-217 21s -30s linear infinite}@keyframes fall-217{39.065%{transform:translate(2.651vw,39.065vh) scale(.6368)}to{transform:translate(6.5079vw,99vh) scale(.6368)}}.snow:nth-child(218){opacity:1.3426;transform:translate(89.0801vw,-10px) scale(.9868);animation:fall-218 17s -6s linear infinite}@keyframes fall-218{46.574%{transform:translate(95.2447vw,46.574vh) scale(.9868)}to{transform:translate(92.1624vw,99vh) scale(.9868)}}.snow:nth-child(219){opacity:1.5764;transform:translate(3.4709vw,-10px) scale(.6504);animation:fall-219 14s -29s linear infinite}@keyframes fall-219{77.678%{transform:translate(12.3298vw,77.678vh) scale(.6504)}to{transform:translate(7.90035vw,99vh) scale(.6504)}}.snow:nth-child(220){opacity:.39;transform:translate(43.9421vw,-10px) scale(.7915);animation:fall-220 13s -1s linear infinite}@keyframes fall-220{36.922%{transform:translate(48.2142vw,36.922vh) scale(.7915)}to{transform:translate(46.07815vw,99vh) scale(.7915)}}.snow:nth-child(221){opacity:1.6406;transform:translate(16.5418vw,-10px) scale(.2496);animation:fall-221 12s -1s linear infinite}@keyframes fall-221{43.005%{transform:translate(16.4996vw,43.005vh) scale(.2496)}to{transform:translate(16.5207vw,99vh) scale(.2496)}}.snow:nth-child(222){opacity:.3574;transform:translate(85.5433vw,-10px) scale(.1003);animation:fall-222 22s -16s linear infinite}@keyframes fall-222{69.734%{transform:translate(94.3127vw,69.734vh) scale(.1003)}to{transform:translate(89.928vw,99vh) scale(.1003)}}.snow:nth-child(223){opacity:1.4632;transform:translate(42.8476vw,-10px) scale(.2536);animation:fall-223 19s -11s linear infinite}@keyframes fall-223{39.087%{transform:translate(33.1969vw,39.087vh) scale(.2536)}to{transform:translate(38.02225vw,99vh) scale(.2536)}}.snow:nth-child(224){opacity:1.8022;transform:translate(74.8939vw,-10px) scale(.9209);animation:fall-224 26s -16s linear infinite}@keyframes fall-224{68.378%{transform:translate(75.3489vw,68.378vh) scale(.9209)}to{transform:translate(75.1214vw,99vh) scale(.9209)}}.snow:nth-child(225){opacity:.5486;transform:translate(12.2735vw,-10px) scale(.691);animation:fall-225 30s -22s linear infinite}@keyframes fall-225{61.252%{transform:translate(21.1907vw,61.252vh) scale(.691)}to{transform:translate(16.7321vw,99vh) scale(.691)}}.snow:nth-child(226){opacity:.1284;transform:translate(49.3526vw,-10px) scale(.105);animation:fall-226 14s -11s linear infinite}@keyframes fall-226{34.905%{transform:translate(41.9912vw,34.905vh) scale(.105)}to{transform:translate(45.6719vw,99vh) scale(.105)}}.snow:nth-child(227){opacity:1.0058;transform:translate(66.6321vw,-10px) scale(.7048);animation:fall-227 24s -19s linear infinite}@keyframes fall-227{65.394%{transform:translate(68.0385vw,65.394vh) scale(.7048)}to{transform:translate(67.3353vw,99vh) scale(.7048)}}.snow:nth-child(228){opacity:1.5538;transform:translate(69.6058vw,-10px) scale(.6455);animation:fall-228 24s -19s linear infinite}@keyframes fall-228{64.601%{transform:translate(76.1418vw,64.601vh) scale(.6455)}to{transform:translate(72.8738vw,99vh) scale(.6455)}}.snow:nth-child(229){opacity:.0982;transform:translate(97.0675vw,-10px) scale(.7621);animation:fall-229 10s -12s linear infinite}@keyframes fall-229{57.525%{transform:translate(103.4618vw,57.525vh) scale(.7621)}to{transform:translate(100.26465vw,99vh) scale(.7621)}}.snow:nth-child(230){opacity:.766;transform:translate(4.9204vw,-10px) scale(.2135);animation:fall-230 15s -27s linear infinite}@keyframes fall-230{37.036%{transform:translate(13.828vw,37.036vh) scale(.2135)}to{transform:translate(9.3742vw,99vh) scale(.2135)}}.snow:nth-child(231){opacity:1.1788;transform:translate(52.972vw,-10px) scale(.3547);animation:fall-231 17s -28s linear infinite}@keyframes fall-231{37.411%{transform:translate(44.5744vw,37.411vh) scale(.3547)}to{transform:translate(48.7732vw,99vh) scale(.3547)}}.snow:nth-child(232){opacity:1.7288;transform:translate(6.1265vw,-10px) scale(.8132);animation:fall-232 21s -11s linear infinite}@keyframes fall-232{35.289%{transform:translate(9.0298vw,35.289vh) scale(.8132)}to{transform:translate(7.57815vw,99vh) scale(.8132)}}.snow:nth-child(233){opacity:.4556;transform:translate(52.1794vw,-10px) scale(.803);animation:fall-233 30s -7s linear infinite}@keyframes fall-233{72.612%{transform:translate(48.5045vw,72.612vh) scale(.803)}to{transform:translate(50.34195vw,99vh) scale(.803)}}.snow:nth-child(234){opacity:.6234;transform:translate(52.8661vw,-10px) scale(.9458);animation:fall-234 30s -13s linear infinite}@keyframes fall-234{55.623%{transform:translate(61.2705vw,55.623vh) scale(.9458)}to{transform:translate(57.0683vw,99vh) scale(.9458)}}.snow:nth-child(235){opacity:1.9996;transform:translate(72.5427vw,-10px) scale(.1122);animation:fall-235 29s -27s linear infinite}@keyframes fall-235{41.3%{transform:translate(63.6929vw,41.3vh) scale(.1122)}to{transform:translate(68.1178vw,99vh) scale(.1122)}}.snow:nth-child(236){opacity:1.2496;transform:translate(46.8514vw,-10px) scale(.9281);animation:fall-236 26s -21s linear infinite}@keyframes fall-236{54.833%{transform:translate(52.9567vw,54.833vh) scale(.9281)}to{transform:translate(49.90405vw,99vh) scale(.9281)}}.snow:nth-child(237){opacity:.2538;transform:translate(69.3901vw,-10px) scale(.375);animation:fall-237 15s -24s linear infinite}@keyframes fall-237{40.718%{transform:translate(77.1647vw,40.718vh) scale(.375)}to{transform:translate(73.2774vw,99vh) scale(.375)}}.snow:nth-child(238){opacity:1.7182;transform:translate(37.9606vw,-10px) scale(.7259);animation:fall-238 23s -29s linear infinite}@keyframes fall-238{46.636%{transform:translate(41.0506vw,46.636vh) scale(.7259)}to{transform:translate(39.5056vw,99vh) scale(.7259)}}.snow:nth-child(239){opacity:1.8678;transform:translate(15.0592vw,-10px) scale(.8311);animation:fall-239 19s -3s linear infinite}@keyframes fall-239{37.326%{transform:translate(12.0685vw,37.326vh) scale(.8311)}to{transform:translate(13.56385vw,99vh) scale(.8311)}}.snow:nth-child(240){opacity:.9504;transform:translate(86.4212vw,-10px) scale(.6942);animation:fall-240 11s -6s linear infinite}@keyframes fall-240{61.532%{transform:translate(78.7505vw,61.532vh) scale(.6942)}to{transform:translate(82.58585vw,99vh) scale(.6942)}}.snow:nth-child(241){opacity:1.9152;transform:translate(45.1888vw,-10px) scale(.483);animation:fall-241 12s -20s linear infinite}@keyframes fall-241{47.917%{transform:translate(50.3091vw,47.917vh) scale(.483)}to{transform:translate(47.74895vw,99vh) scale(.483)}}.snow:nth-child(242){opacity:1.5944;transform:translate(57.1086vw,-10px) scale(.9467);animation:fall-242 18s -25s linear infinite}@keyframes fall-242{67.315%{transform:translate(65.0892vw,67.315vh) scale(.9467)}to{transform:translate(61.0989vw,99vh) scale(.9467)}}.snow:nth-child(243){opacity:.6156;transform:translate(97.73vw,-10px) scale(.3463);animation:fall-243 24s -14s linear infinite}@keyframes fall-243{66.764%{transform:translate(88.681vw,66.764vh) scale(.3463)}to{transform:translate(93.2055vw,99vh) scale(.3463)}}.snow:nth-child(244){opacity:1.2238;transform:translate(80.6807vw,-10px) scale(.245);animation:fall-244 27s -15s linear infinite}@keyframes fall-244{67.571%{transform:translate(72.1387vw,67.571vh) scale(.245)}to{transform:translate(76.4097vw,99vh) scale(.245)}}.snow:nth-child(245){opacity:1.802;transform:translate(91.765vw,-10px) scale(.6636);animation:fall-245 30s -15s linear infinite}@keyframes fall-245{44.826%{transform:translate(82.346vw,44.826vh) scale(.6636)}to{transform:translate(87.0555vw,99vh) scale(.6636)}}.snow:nth-child(246){opacity:1.459;transform:translate(46.9522vw,-10px) scale(.5445);animation:fall-246 20s -15s linear infinite}@keyframes fall-246{62.221%{transform:translate(39.9054vw,62.221vh) scale(.5445)}to{transform:translate(43.4288vw,99vh) scale(.5445)}}.snow:nth-child(247){opacity:.7618;transform:translate(24.2935vw,-10px) scale(.7826);animation:fall-247 23s -30s linear infinite}@keyframes fall-247{45.677%{transform:translate(28.602vw,45.677vh) scale(.7826)}to{transform:translate(26.44775vw,99vh) scale(.7826)}}.snow:nth-child(248){opacity:.5632;transform:translate(94.7677vw,-10px) scale(.9548);animation:fall-248 17s -22s linear infinite}@keyframes fall-248{33.933%{transform:translate(88.7249vw,33.933vh) scale(.9548)}to{transform:translate(91.7463vw,99vh) scale(.9548)}}.snow:nth-child(249){opacity:1.0328;transform:translate(30.9599vw,-10px) scale(.2144);animation:fall-249 22s -14s linear infinite}@keyframes fall-249{53.227%{transform:translate(35.6216vw,53.227vh) scale(.2144)}to{transform:translate(33.29075vw,99vh) scale(.2144)}}.snow:nth-child(250){opacity:.88;transform:translate(57.5731vw,-10px) scale(.5124);animation:fall-250 11s -17s linear infinite}@keyframes fall-250{58.792%{transform:translate(57.7905vw,58.792vh) scale(.5124)}to{transform:translate(57.6818vw,99vh) scale(.5124)}}.snow:nth-child(251){opacity:1.271;transform:translate(60.5343vw,-10px) scale(.7267);animation:fall-251 29s -19s linear infinite}@keyframes fall-251{66.788%{transform:translate(52.4996vw,66.788vh) scale(.7267)}to{transform:translate(56.51695vw,99vh) scale(.7267)}}.snow:nth-child(252){opacity:1.5016;transform:translate(80.5501vw,-10px) scale(.0794);animation:fall-252 27s -14s linear infinite}@keyframes fall-252{70.561%{transform:translate(72.9022vw,70.561vh) scale(.0794)}to{transform:translate(76.72615vw,99vh) scale(.0794)}}.snow:nth-child(253){opacity:.557;transform:translate(81.6728vw,-10px) scale(.5477);animation:fall-253 30s -29s linear infinite}@keyframes fall-253{78.25%{transform:translate(80.0223vw,78.25vh) scale(.5477)}to{transform:translate(80.84755vw,99vh) scale(.5477)}}.snow:nth-child(254){opacity:1.5692;transform:translate(30.8729vw,-10px) scale(.3725);animation:fall-254 26s -14s linear infinite}@keyframes fall-254{40.124%{transform:translate(22.3392vw,40.124vh) scale(.3725)}to{transform:translate(26.60605vw,99vh) scale(.3725)}}.snow:nth-child(255){opacity:1.1098;transform:translate(39.436vw,-10px) scale(.2982);animation:fall-255 23s -13s linear infinite}@keyframes fall-255{47.86%{transform:translate(36.6593vw,47.86vh) scale(.2982)}to{transform:translate(38.04765vw,99vh) scale(.2982)}}.snow:nth-child(256){opacity:1.8688;transform:translate(58.2095vw,-10px) scale(.8351);animation:fall-256 30s -9s linear infinite}@keyframes fall-256{41.396%{transform:translate(60.3792vw,41.396vh) scale(.8351)}to{transform:translate(59.29435vw,99vh) scale(.8351)}}.snow:nth-child(257){opacity:1.9886;transform:translate(34.9297vw,-10px) scale(.7281);animation:fall-257 19s -21s linear infinite}@keyframes fall-257{77.541%{transform:translate(39.3663vw,77.541vh) scale(.7281)}to{transform:translate(37.148vw,99vh) scale(.7281)}}.snow:nth-child(258){opacity:1.331;transform:translate(90.1621vw,-10px) scale(.9804);animation:fall-258 11s -4s linear infinite}@keyframes fall-258{54.229%{transform:translate(87.2106vw,54.229vh) scale(.9804)}to{transform:translate(88.68635vw,99vh) scale(.9804)}}.snow:nth-child(259){opacity:1.426;transform:translate(80.3235vw,-10px) scale(.0314);animation:fall-259 17s -7s linear infinite}@keyframes fall-259{43.15%{transform:translate(71.908vw,43.15vh) scale(.0314)}to{transform:translate(76.11575vw,99vh) scale(.0314)}}.snow:nth-child(260){opacity:1.6752;transform:translate(86.9297vw,-10px) scale(.0268);animation:fall-260 15s -2s linear infinite}@keyframes fall-260{39.27%{transform:translate(84.9125vw,39.27vh) scale(.0268)}to{transform:translate(85.9211vw,99vh) scale(.0268)}}.snow:nth-child(261){opacity:1.4768;transform:translate(57.6516vw,-10px) scale(.217);animation:fall-261 20s -25s linear infinite}@keyframes fall-261{69.582%{transform:translate(51.6128vw,69.582vh) scale(.217)}to{transform:translate(54.6322vw,99vh) scale(.217)}}.snow:nth-child(262){opacity:1.4504;transform:translate(64.6406vw,-10px) scale(.3834);animation:fall-262 22s -26s linear infinite}@keyframes fall-262{40.247%{transform:translate(64.6858vw,40.247vh) scale(.3834)}to{transform:translate(64.6632vw,99vh) scale(.3834)}}.snow:nth-child(263){opacity:.622;transform:translate(51.6105vw,-10px) scale(.2526);animation:fall-263 13s -9s linear infinite}@keyframes fall-263{57.695%{transform:translate(57.3326vw,57.695vh) scale(.2526)}to{transform:translate(54.47155vw,99vh) scale(.2526)}}.snow:nth-child(264){opacity:.3124;transform:translate(68.1477vw,-10px) scale(.8506);animation:fall-264 16s -19s linear infinite}@keyframes fall-264{57.276%{transform:translate(74.5336vw,57.276vh) scale(.8506)}to{transform:translate(71.34065vw,99vh) scale(.8506)}}.snow:nth-child(265){opacity:1.1858;transform:translate(39.2147vw,-10px) scale(.8201);animation:fall-265 21s -29s linear infinite}@keyframes fall-265{58.617%{transform:translate(44.9953vw,58.617vh) scale(.8201)}to{transform:translate(42.105vw,99vh) scale(.8201)}}.snow:nth-child(266){opacity:1.8346;transform:translate(16.8665vw,-10px) scale(.9242);animation:fall-266 14s -14s linear infinite}@keyframes fall-266{37.848%{transform:translate(7.4706vw,37.848vh) scale(.9242)}to{transform:translate(12.16855vw,99vh) scale(.9242)}}.snow:nth-child(267){opacity:.4728;transform:translate(36.2005vw,-10px) scale(.6319);animation:fall-267 24s -16s linear infinite}@keyframes fall-267{71.133%{transform:translate(34.558vw,71.133vh) scale(.6319)}to{transform:translate(35.37925vw,99vh) scale(.6319)}}.snow:nth-child(268){opacity:1.1288;transform:translate(87.1876vw,-10px) scale(.5689);animation:fall-268 25s -4s linear infinite}@keyframes fall-268{38.071%{transform:translate(84.4179vw,38.071vh) scale(.5689)}to{transform:translate(85.80275vw,99vh) scale(.5689)}}.snow:nth-child(269){opacity:.3088;transform:translate(68.9253vw,-10px) scale(.3311);animation:fall-269 16s -29s linear infinite}@keyframes fall-269{69.186%{transform:translate(73.7466vw,69.186vh) scale(.3311)}to{transform:translate(71.33595vw,99vh) scale(.3311)}}.snow:nth-child(270){opacity:.2356;transform:translate(44.2939vw,-10px) scale(.1101);animation:fall-270 19s -3s linear infinite}@keyframes fall-270{77.635%{transform:translate(48.1597vw,77.635vh) scale(.1101)}to{transform:translate(46.2268vw,99vh) scale(.1101)}}.snow:nth-child(271){opacity:1.2372;transform:translate(92.7304vw,-10px) scale(.1577);animation:fall-271 14s -18s linear infinite}@keyframes fall-271{34.717%{transform:translate(83.8219vw,34.717vh) scale(.1577)}to{transform:translate(88.27615vw,99vh) scale(.1577)}}.snow:nth-child(272){opacity:.5506;transform:translate(58.0347vw,-10px) scale(.9106);animation:fall-272 23s -1s linear infinite}@keyframes fall-272{43.165%{transform:translate(63.6898vw,43.165vh) scale(.9106)}to{transform:translate(60.86225vw,99vh) scale(.9106)}}.snow:nth-child(273){opacity:1.814;transform:translate(65.6846vw,-10px) scale(.865);animation:fall-273 11s -10s linear infinite}@keyframes fall-273{55.696%{transform:translate(56.7806vw,55.696vh) scale(.865)}to{transform:translate(61.2326vw,99vh) scale(.865)}}.snow:nth-child(274){opacity:1.9476;transform:translate(4.4539vw,-10px) scale(.1361);animation:fall-274 20s -13s linear infinite}@keyframes fall-274{54.607%{transform:translate(6.4466vw,54.607vh) scale(.1361)}to{transform:translate(5.45025vw,99vh) scale(.1361)}}.snow:nth-child(275){opacity:1.238;transform:translate(14.5372vw,-10px) scale(.7159);animation:fall-275 13s -13s linear infinite}@keyframes fall-275{57.898%{transform:translate(12.2308vw,57.898vh) scale(.7159)}to{transform:translate(13.384vw,99vh) scale(.7159)}}.snow:nth-child(276){opacity:.5294;transform:translate(36.2096vw,-10px) scale(.604);animation:fall-276 13s -24s linear infinite}@keyframes fall-276{46.266%{transform:translate(34.9519vw,46.266vh) scale(.604)}to{transform:translate(35.58075vw,99vh) scale(.604)}}.snow:nth-child(277){opacity:1.8576;transform:translate(9.0003vw,-10px) scale(.9472);animation:fall-277 16s -19s linear infinite}@keyframes fall-277{63.493%{transform:translate(13.8298vw,63.493vh) scale(.9472)}to{transform:translate(11.41505vw,99vh) scale(.9472)}}.snow:nth-child(278){opacity:.1694;transform:translate(91.3325vw,-10px) scale(.8717);animation:fall-278 10s -11s linear infinite}@keyframes fall-278{33.867%{transform:translate(100.799vw,33.867vh) scale(.8717)}to{transform:translate(96.06575vw,99vh) scale(.8717)}}.snow:nth-child(279){opacity:.2946;transform:translate(56.668vw,-10px) scale(.8327);animation:fall-279 27s -14s linear infinite}@keyframes fall-279{31.902%{transform:translate(64.9554vw,31.902vh) scale(.8327)}to{transform:translate(60.8117vw,99vh) scale(.8327)}}.snow:nth-child(280){opacity:.8508;transform:translate(50.1473vw,-10px) scale(.8133);animation:fall-280 22s -28s linear infinite}@keyframes fall-280{72.178%{transform:translate(48.3016vw,72.178vh) scale(.8133)}to{transform:translate(49.22445vw,99vh) scale(.8133)}}.snow:nth-child(281){opacity:1.3276;transform:translate(21.8274vw,-10px) scale(.1955);animation:fall-281 15s -10s linear infinite}@keyframes fall-281{53.034%{transform:translate(27.1121vw,53.034vh) scale(.1955)}to{transform:translate(24.46975vw,99vh) scale(.1955)}}.snow:nth-child(282){opacity:.1414;transform:translate(8.5763vw,-10px) scale(.9008);animation:fall-282 10s -14s linear infinite}@keyframes fall-282{70.904%{transform:translate(12.5604vw,70.904vh) scale(.9008)}to{transform:translate(10.56835vw,99vh) scale(.9008)}}.snow:nth-child(283){opacity:.4678;transform:translate(26.7562vw,-10px) scale(.2737);animation:fall-283 25s -11s linear infinite}@keyframes fall-283{60.697%{transform:translate(33.5173vw,60.697vh) scale(.2737)}to{transform:translate(30.13675vw,99vh) scale(.2737)}}.snow:nth-child(284){opacity:.4816;transform:translate(43.9473vw,-10px) scale(.6675);animation:fall-284 26s -20s linear infinite}@keyframes fall-284{38.436%{transform:translate(52.4378vw,38.436vh) scale(.6675)}to{transform:translate(48.19255vw,99vh) scale(.6675)}}.snow:nth-child(285){opacity:.269;transform:translate(19.6363vw,-10px) scale(.7675);animation:fall-285 22s -1s linear infinite}@keyframes fall-285{64.304%{transform:translate(24.1162vw,64.304vh) scale(.7675)}to{transform:translate(21.87625vw,99vh) scale(.7675)}}.snow:nth-child(286){opacity:.7158;transform:translate(89.7252vw,-10px) scale(.5069);animation:fall-286 29s -13s linear infinite}@keyframes fall-286{49.676%{transform:translate(81.2851vw,49.676vh) scale(.5069)}to{transform:translate(85.50515vw,99vh) scale(.5069)}}.snow:nth-child(287){opacity:.8734;transform:translate(79.5422vw,-10px) scale(.2906);animation:fall-287 10s -30s linear infinite}@keyframes fall-287{35.183%{transform:translate(84.6333vw,35.183vh) scale(.2906)}to{transform:translate(82.08775vw,99vh) scale(.2906)}}.snow:nth-child(288){opacity:1.0956;transform:translate(43.8776vw,-10px) scale(.5032);animation:fall-288 26s -22s linear infinite}@keyframes fall-288{54.021%{transform:translate(37.3557vw,54.021vh) scale(.5032)}to{transform:translate(40.61665vw,99vh) scale(.5032)}}.snow:nth-child(289){opacity:.4778;transform:translate(63.3337vw,-10px) scale(.0954);animation:fall-289 17s -19s linear infinite}@keyframes fall-289{57.861%{transform:translate(62.6022vw,57.861vh) scale(.0954)}to{transform:translate(62.96795vw,99vh) scale(.0954)}}.snow:nth-child(290){opacity:.5228;transform:translate(86.2398vw,-10px) scale(.5303);animation:fall-290 27s -2s linear infinite}@keyframes fall-290{43.595%{transform:translate(82.1973vw,43.595vh) scale(.5303)}to{transform:translate(84.21855vw,99vh) scale(.5303)}}.snow:nth-child(291){opacity:1.2698;transform:translate(95.9693vw,-10px) scale(.6523);animation:fall-291 21s -7s linear infinite}@keyframes fall-291{50.069%{transform:translate(103.2068vw,50.069vh) scale(.6523)}to{transform:translate(99.58805vw,99vh) scale(.6523)}}.snow:nth-child(292){opacity:.2854;transform:translate(32.3242vw,-10px) scale(.928);animation:fall-292 26s -25s linear infinite}@keyframes fall-292{79.186%{transform:translate(26.6931vw,79.186vh) scale(.928)}to{transform:translate(29.50865vw,99vh) scale(.928)}}.snow:nth-child(293){opacity:1.2232;transform:translate(54.2597vw,-10px) scale(.8438);animation:fall-293 26s -24s linear infinite}@keyframes fall-293{57.735%{transform:translate(51.4093vw,57.735vh) scale(.8438)}to{transform:translate(52.8345vw,99vh) scale(.8438)}}.snow:nth-child(294){opacity:1.9224;transform:translate(25.227vw,-10px) scale(.4286);animation:fall-294 11s -19s linear infinite}@keyframes fall-294{65.172%{transform:translate(15.543vw,65.172vh) scale(.4286)}to{transform:translate(20.385vw,99vh) scale(.4286)}}.snow:nth-child(295){opacity:1.0128;transform:translate(81.6936vw,-10px) scale(.6306);animation:fall-295 12s -20s linear infinite}@keyframes fall-295{35.25%{transform:translate(82.2067vw,35.25vh) scale(.6306)}to{transform:translate(81.95015vw,99vh) scale(.6306)}}.snow:nth-child(296){opacity:.151;transform:translate(69.889vw,-10px) scale(.7868);animation:fall-296 30s -11s linear infinite}@keyframes fall-296{63.706%{transform:translate(76.4603vw,63.706vh) scale(.7868)}to{transform:translate(73.17465vw,99vh) scale(.7868)}}.snow:nth-child(297){opacity:.9544;transform:translate(89.4176vw,-10px) scale(.6402);animation:fall-297 30s -21s linear infinite}@keyframes fall-297{36.392%{transform:translate(83.4435vw,36.392vh) scale(.6402)}to{transform:translate(86.43055vw,99vh) scale(.6402)}}.snow:nth-child(298){opacity:.2938;transform:translate(7.5397vw,-10px) scale(.5991);animation:fall-298 15s -11s linear infinite}@keyframes fall-298{78.702%{transform:translate(8.6587vw,78.702vh) scale(.5991)}to{transform:translate(8.0992vw,99vh) scale(.5991)}}.snow:nth-child(299){opacity:1.5684;transform:translate(70.8559vw,-10px) scale(.0297);animation:fall-299 27s -13s linear infinite}@keyframes fall-299{32.485%{transform:translate(80.1971vw,32.485vh) scale(.0297)}to{transform:translate(75.5265vw,99vh) scale(.0297)}}.snow:nth-child(300){opacity:.9878;transform:translate(60.424vw,-10px) scale(.8667);animation:fall-300 17s -20s linear infinite}@keyframes fall-300{36.306%{transform:translate(66.988vw,36.306vh) scale(.8667)}to{transform:translate(63.706vw,99vh) scale(.8667)}}.snow:nth-child(301){opacity:1.7962;transform:translate(70.6361vw,-10px) scale(.9655);animation:fall-301 17s -20s linear infinite}@keyframes fall-301{67.799%{transform:translate(76.0772vw,67.799vh) scale(.9655)}to{transform:translate(73.35665vw,99vh) scale(.9655)}}.snow:nth-child(302){opacity:1.7052;transform:translate(16.529vw,-10px) scale(.482);animation:fall-302 12s -13s linear infinite}@keyframes fall-302{73.331%{transform:translate(17.3623vw,73.331vh) scale(.482)}to{transform:translate(16.94565vw,99vh) scale(.482)}}.snow:nth-child(303){opacity:1.145;transform:translate(86.2332vw,-10px) scale(.1077);animation:fall-303 17s -7s linear infinite}@keyframes fall-303{54.652%{transform:translate(92.9415vw,54.652vh) scale(.1077)}to{transform:translate(89.58735vw,99vh) scale(.1077)}}.snow:nth-child(304){opacity:1.7118;transform:translate(88.7842vw,-10px) scale(.2712);animation:fall-304 11s -15s linear infinite}@keyframes fall-304{58.809%{transform:translate(87.7389vw,58.809vh) scale(.2712)}to{transform:translate(88.26155vw,99vh) scale(.2712)}}.snow:nth-child(305){opacity:1.1554;transform:translate(69.2921vw,-10px) scale(.7465);animation:fall-305 26s -14s linear infinite}@keyframes fall-305{57.038%{transform:translate(73.5747vw,57.038vh) scale(.7465)}to{transform:translate(71.4334vw,99vh) scale(.7465)}}.snow:nth-child(306){opacity:1.9228;transform:translate(65.4151vw,-10px) scale(.4944);animation:fall-306 13s -23s linear infinite}@keyframes fall-306{55.481%{transform:translate(66.8601vw,55.481vh) scale(.4944)}to{transform:translate(66.1376vw,99vh) scale(.4944)}}.snow:nth-child(307){opacity:1.7328;transform:translate(43.4017vw,-10px) scale(.8868);animation:fall-307 12s -14s linear infinite}@keyframes fall-307{53.111%{transform:translate(41.3916vw,53.111vh) scale(.8868)}to{transform:translate(42.39665vw,99vh) scale(.8868)}}.snow:nth-child(308){opacity:1.7168;transform:translate(57.3732vw,-10px) scale(.9039);animation:fall-308 21s -11s linear infinite}@keyframes fall-308{68.138%{transform:translate(49.7993vw,68.138vh) scale(.9039)}to{transform:translate(53.58625vw,99vh) scale(.9039)}}.snow:nth-child(309){opacity:1.827;transform:translate(82.8347vw,-10px) scale(.4162);animation:fall-309 10s -17s linear infinite}@keyframes fall-309{34.557%{transform:translate(75.3386vw,34.557vh) scale(.4162)}to{transform:translate(79.08665vw,99vh) scale(.4162)}}.snow:nth-child(310){opacity:1.7792;transform:translate(71.2256vw,-10px) scale(.3144);animation:fall-310 14s -20s linear infinite}@keyframes fall-310{34.285%{transform:translate(78.0723vw,34.285vh) scale(.3144)}to{transform:translate(74.64895vw,99vh) scale(.3144)}}.snow:nth-child(311){opacity:.7492;transform:translate(97.4554vw,-10px) scale(.4486);animation:fall-311 18s -7s linear infinite}@keyframes fall-311{59.804%{transform:translate(91.3603vw,59.804vh) scale(.4486)}to{transform:translate(94.40785vw,99vh) scale(.4486)}}.snow:nth-child(312){opacity:.3734;transform:translate(68.3481vw,-10px) scale(.4655);animation:fall-312 22s -21s linear infinite}@keyframes fall-312{68.697%{transform:translate(76.8016vw,68.697vh) scale(.4655)}to{transform:translate(72.57485vw,99vh) scale(.4655)}}.snow:nth-child(313){opacity:1.6284;transform:translate(52.5408vw,-10px) scale(.6546);animation:fall-313 10s -20s linear infinite}@keyframes fall-313{57.162%{transform:translate(51.363vw,57.162vh) scale(.6546)}to{transform:translate(51.9519vw,99vh) scale(.6546)}}.snow:nth-child(314){opacity:1.3848;transform:translate(71.166vw,-10px) scale(.6469);animation:fall-314 16s -28s linear infinite}@keyframes fall-314{35.35%{transform:translate(73.7181vw,35.35vh) scale(.6469)}to{transform:translate(72.44205vw,99vh) scale(.6469)}}.snow:nth-child(315){opacity:.4848;transform:translate(82.2941vw,-10px) scale(.1055);animation:fall-315 26s -28s linear infinite}@keyframes fall-315{74.183%{transform:translate(75.9535vw,74.183vh) scale(.1055)}to{transform:translate(79.1238vw,99vh) scale(.1055)}}.snow:nth-child(316){opacity:.3858;transform:translate(98.6013vw,-10px) scale(.3945);animation:fall-316 28s -8s linear infinite}@keyframes fall-316{46.648%{transform:translate(96.9674vw,46.648vh) scale(.3945)}to{transform:translate(97.78435vw,99vh) scale(.3945)}}.snow:nth-child(317){opacity:.0468;transform:translate(19.0639vw,-10px) scale(.6739);animation:fall-317 26s -19s linear infinite}@keyframes fall-317{71.6%{transform:translate(9.2003vw,71.6vh) scale(.6739)}to{transform:translate(14.1321vw,99vh) scale(.6739)}}.snow:nth-child(318){opacity:1.4156;transform:translate(6.932vw,-10px) scale(.4922);animation:fall-318 29s -3s linear infinite}@keyframes fall-318{31.428%{transform:translate(13.4684vw,31.428vh) scale(.4922)}to{transform:translate(10.2002vw,99vh) scale(.4922)}}.snow:nth-child(319){opacity:.1772;transform:translate(36.8616vw,-10px) scale(.4268);animation:fall-319 23s -13s linear infinite}@keyframes fall-319{69.963%{transform:translate(45.5787vw,69.963vh) scale(.4268)}to{transform:translate(41.22015vw,99vh) scale(.4268)}}.snow:nth-child(320){opacity:.3792;transform:translate(13.593vw,-10px) scale(.3534);animation:fall-320 10s -16s linear infinite}@keyframes fall-320{45.379%{transform:translate(11.2798vw,45.379vh) scale(.3534)}to{transform:translate(12.4364vw,99vh) scale(.3534)}}.snow:nth-child(321){opacity:.0466;transform:translate(41.5457vw,-10px) scale(.7879);animation:fall-321 11s -1s linear infinite}@keyframes fall-321{44.177%{transform:translate(38.2491vw,44.177vh) scale(.7879)}to{transform:translate(39.8974vw,99vh) scale(.7879)}}.snow:nth-child(322){opacity:.4346;transform:translate(84.3584vw,-10px) scale(.0155);animation:fall-322 25s -26s linear infinite}@keyframes fall-322{56.939%{transform:translate(77.8663vw,56.939vh) scale(.0155)}to{transform:translate(81.11235vw,99vh) scale(.0155)}}.snow:nth-child(323){opacity:.5364;transform:translate(47.6078vw,-10px) scale(.7082);animation:fall-323 12s -30s linear infinite}@keyframes fall-323{64.856%{transform:translate(44.6708vw,64.856vh) scale(.7082)}to{transform:translate(46.1393vw,99vh) scale(.7082)}}.snow:nth-child(324){opacity:1.072;transform:translate(31.5888vw,-10px) scale(.351);animation:fall-324 26s -14s linear infinite}@keyframes fall-324{65.289%{transform:translate(37.8627vw,65.289vh) scale(.351)}to{transform:translate(34.72575vw,99vh) scale(.351)}}.snow:nth-child(325){opacity:.5706;transform:translate(30.4453vw,-10px) scale(.2371);animation:fall-325 17s -9s linear infinite}@keyframes fall-325{62.065%{transform:translate(31.2709vw,62.065vh) scale(.2371)}to{transform:translate(30.8581vw,99vh) scale(.2371)}}.snow:nth-child(326){opacity:.96;transform:translate(88.4011vw,-10px) scale(.2126);animation:fall-326 23s -4s linear infinite}@keyframes fall-326{52.568%{transform:translate(83.5979vw,52.568vh) scale(.2126)}to{transform:translate(85.9995vw,99vh) scale(.2126)}}.snow:nth-child(327){opacity:1.3798;transform:translate(11.4912vw,-10px) scale(.2576);animation:fall-327 16s -17s linear infinite}@keyframes fall-327{59.453%{transform:translate(12.39vw,59.453vh) scale(.2576)}to{transform:translate(11.9406vw,99vh) scale(.2576)}}.snow:nth-child(328){opacity:.54;transform:translate(54.1866vw,-10px) scale(.8622);animation:fall-328 25s -27s linear infinite}@keyframes fall-328{50.326%{transform:translate(62.0575vw,50.326vh) scale(.8622)}to{transform:translate(58.12205vw,99vh) scale(.8622)}}.snow:nth-child(329){opacity:.9106;transform:translate(90.892vw,-10px) scale(.5828);animation:fall-329 27s -28s linear infinite}@keyframes fall-329{35.337%{transform:translate(98.1855vw,35.337vh) scale(.5828)}to{transform:translate(94.53875vw,99vh) scale(.5828)}}.snow:nth-child(330){opacity:1.6478;transform:translate(97.5626vw,-10px) scale(.611);animation:fall-330 11s -16s linear infinite}@keyframes fall-330{75.196%{transform:translate(94.2535vw,75.196vh) scale(.611)}to{transform:translate(95.90805vw,99vh) scale(.611)}}.snow:nth-child(331){opacity:1.1888;transform:translate(71.4984vw,-10px) scale(.5649);animation:fall-331 14s -18s linear infinite}@keyframes fall-331{55.918%{transform:translate(72.2364vw,55.918vh) scale(.5649)}to{transform:translate(71.8674vw,99vh) scale(.5649)}}.snow:nth-child(332){opacity:.1254;transform:translate(27.3548vw,-10px) scale(.9646);animation:fall-332 11s -25s linear infinite}@keyframes fall-332{42.709%{transform:translate(31.012vw,42.709vh) scale(.9646)}to{transform:translate(29.1834vw,99vh) scale(.9646)}}.snow:nth-child(333){opacity:1.846;transform:translate(63.0682vw,-10px) scale(.4182);animation:fall-333 23s -11s linear infinite}@keyframes fall-333{76.641%{transform:translate(57.4588vw,76.641vh) scale(.4182)}to{transform:translate(60.2635vw,99vh) scale(.4182)}}.snow:nth-child(334){opacity:1.134;transform:translate(71.4741vw,-10px) scale(.1675);animation:fall-334 24s -11s linear infinite}@keyframes fall-334{36.716%{transform:translate(78.7259vw,36.716vh) scale(.1675)}to{transform:translate(75.1vw,99vh) scale(.1675)}}.snow:nth-child(335){opacity:.4314;transform:translate(45.8979vw,-10px) scale(.3616);animation:fall-335 13s -22s linear infinite}@keyframes fall-335{50.161%{transform:translate(47.0555vw,50.161vh) scale(.3616)}to{transform:translate(46.4767vw,99vh) scale(.3616)}}.snow:nth-child(336){opacity:1.8496;transform:translate(50.6963vw,-10px) scale(.1761);animation:fall-336 21s -23s linear infinite}@keyframes fall-336{41.115%{transform:translate(51.6134vw,41.115vh) scale(.1761)}to{transform:translate(51.15485vw,99vh) scale(.1761)}}.snow:nth-child(337){opacity:1.2786;transform:translate(41.4303vw,-10px) scale(.5366);animation:fall-337 26s -11s linear infinite}@keyframes fall-337{39.906%{transform:translate(33.9618vw,39.906vh) scale(.5366)}to{transform:translate(37.69605vw,99vh) scale(.5366)}}.snow:nth-child(338){opacity:.7662;transform:translate(37.4825vw,-10px) scale(.0883);animation:fall-338 15s -3s linear infinite}@keyframes fall-338{54.724%{transform:translate(37.9316vw,54.724vh) scale(.0883)}to{transform:translate(37.70705vw,99vh) scale(.0883)}}.snow:nth-child(339){opacity:.1112;transform:translate(70.6385vw,-10px) scale(.3964);animation:fall-339 28s -29s linear infinite}@keyframes fall-339{62.77%{transform:translate(75.2661vw,62.77vh) scale(.3964)}to{transform:translate(72.9523vw,99vh) scale(.3964)}}.snow:nth-child(340){opacity:1.0734;transform:translate(45.2355vw,-10px) scale(.76);animation:fall-340 11s -25s linear infinite}@keyframes fall-340{34.607%{transform:translate(48.4206vw,34.607vh) scale(.76)}to{transform:translate(46.82805vw,99vh) scale(.76)}}.snow:nth-child(341){opacity:1.1206;transform:translate(61.0483vw,-10px) scale(.2308);animation:fall-341 23s -24s linear infinite}@keyframes fall-341{70.631%{transform:translate(66.2735vw,70.631vh) scale(.2308)}to{transform:translate(63.6609vw,99vh) scale(.2308)}}.snow:nth-child(342){opacity:.4726;transform:translate(71.0615vw,-10px) scale(.2203);animation:fall-342 30s -23s linear infinite}@keyframes fall-342{67.423%{transform:translate(74.2782vw,67.423vh) scale(.2203)}to{transform:translate(72.66985vw,99vh) scale(.2203)}}.snow:nth-child(343){opacity:1.4236;transform:translate(70.9133vw,-10px) scale(.1614);animation:fall-343 24s -25s linear infinite}@keyframes fall-343{60.097%{transform:translate(66.3872vw,60.097vh) scale(.1614)}to{transform:translate(68.65025vw,99vh) scale(.1614)}}.snow:nth-child(344){opacity:1.7668;transform:translate(51.3686vw,-10px) scale(.4671);animation:fall-344 11s -13s linear infinite}@keyframes fall-344{54.937%{transform:translate(47.8363vw,54.937vh) scale(.4671)}to{transform:translate(49.60245vw,99vh) scale(.4671)}}.snow:nth-child(345){opacity:1.1242;transform:translate(62.2438vw,-10px) scale(.1456);animation:fall-345 23s -27s linear infinite}@keyframes fall-345{30.222%{transform:translate(54.3056vw,30.222vh) scale(.1456)}to{transform:translate(58.2747vw,99vh) scale(.1456)}}.snow:nth-child(346){opacity:1.8316;transform:translate(68.4947vw,-10px) scale(.6522);animation:fall-346 28s -18s linear infinite}@keyframes fall-346{53.229%{transform:translate(67.6544vw,53.229vh) scale(.6522)}to{transform:translate(68.07455vw,99vh) scale(.6522)}}.snow:nth-child(347){opacity:1.2148;transform:translate(61.4375vw,-10px) scale(.9782);animation:fall-347 12s -9s linear infinite}@keyframes fall-347{36.37%{transform:translate(64.9833vw,36.37vh) scale(.9782)}to{transform:translate(63.2104vw,99vh) scale(.9782)}}.snow:nth-child(348){opacity:1.3346;transform:translate(95.0034vw,-10px) scale(.7815);animation:fall-348 26s -13s linear infinite}@keyframes fall-348{52.457%{transform:translate(99.5238vw,52.457vh) scale(.7815)}to{transform:translate(97.2636vw,99vh) scale(.7815)}}.snow:nth-child(349){opacity:1.4986;transform:translate(85.7309vw,-10px) scale(.3046);animation:fall-349 29s -14s linear infinite}@keyframes fall-349{56.016%{transform:translate(80.2608vw,56.016vh) scale(.3046)}to{transform:translate(82.99585vw,99vh) scale(.3046)}}.snow:nth-child(350){opacity:1.0358;transform:translate(6.4236vw,-10px) scale(.6979);animation:fall-350 11s -30s linear infinite}@keyframes fall-350{41.702%{transform:translate(5.129vw,41.702vh) scale(.6979)}to{transform:translate(5.7763vw,99vh) scale(.6979)}}.snow:nth-child(351){opacity:1.3344;transform:translate(37.7971vw,-10px) scale(.2858);animation:fall-351 27s -24s linear infinite}@keyframes fall-351{46.192%{transform:translate(28.3503vw,46.192vh) scale(.2858)}to{transform:translate(33.0737vw,99vh) scale(.2858)}}.snow:nth-child(352){opacity:.3206;transform:translate(3.7vw,-10px) scale(.8568);animation:fall-352 21s -21s linear infinite}@keyframes fall-352{79.117%{transform:translate(2.0604vw,79.117vh) scale(.8568)}to{transform:translate(2.8802vw,99vh) scale(.8568)}}.snow:nth-child(353){opacity:1.4526;transform:translate(78.1685vw,-10px) scale(.0241);animation:fall-353 12s -19s linear infinite}@keyframes fall-353{76.52%{transform:translate(77.7336vw,76.52vh) scale(.0241)}to{transform:translate(77.95105vw,99vh) scale(.0241)}}.snow:nth-child(354){opacity:.8282;transform:translate(23.135vw,-10px) scale(.0604);animation:fall-354 15s -4s linear infinite}@keyframes fall-354{47.851%{transform:translate(28.4228vw,47.851vh) scale(.0604)}to{transform:translate(25.7789vw,99vh) scale(.0604)}}.snow:nth-child(355){opacity:1.3346;transform:translate(42.1302vw,-10px) scale(.1913);animation:fall-355 14s -26s linear infinite}@keyframes fall-355{50.378%{transform:translate(49.8144vw,50.378vh) scale(.1913)}to{transform:translate(45.9723vw,99vh) scale(.1913)}}.snow:nth-child(356){opacity:.753;transform:translate(25.0547vw,-10px) scale(.0923);animation:fall-356 23s -6s linear infinite}@keyframes fall-356{56.921%{transform:translate(18.2033vw,56.921vh) scale(.0923)}to{transform:translate(21.629vw,99vh) scale(.0923)}}.snow:nth-child(357){opacity:.0448;transform:translate(42.3118vw,-10px) scale(.5389);animation:fall-357 29s -5s linear infinite}@keyframes fall-357{42.897%{transform:translate(49.5381vw,42.897vh) scale(.5389)}to{transform:translate(45.92495vw,99vh) scale(.5389)}}.snow:nth-child(358){opacity:1.1222;transform:translate(70.8465vw,-10px) scale(.4854);animation:fall-358 12s -20s linear infinite}@keyframes fall-358{68.396%{transform:translate(70.6629vw,68.396vh) scale(.4854)}to{transform:translate(70.7547vw,99vh) scale(.4854)}}.snow:nth-child(359){opacity:.8426;transform:translate(88.6316vw,-10px) scale(.6936);animation:fall-359 29s -11s linear infinite}@keyframes fall-359{69.691%{transform:translate(91.0811vw,69.691vh) scale(.6936)}to{transform:translate(89.85635vw,99vh) scale(.6936)}}.snow:nth-child(360){opacity:1.9792;transform:translate(3.954vw,-10px) scale(.7605);animation:fall-360 10s -17s linear infinite}@keyframes fall-360{64.35%{transform:translate(13.7543vw,64.35vh) scale(.7605)}to{transform:translate(8.85415vw,99vh) scale(.7605)}}.snow:nth-child(361){opacity:.668;transform:translate(37.6272vw,-10px) scale(.1088);animation:fall-361 22s -7s linear infinite}@keyframes fall-361{68.188%{transform:translate(45.516vw,68.188vh) scale(.1088)}to{transform:translate(41.5716vw,99vh) scale(.1088)}}.snow:nth-child(362){opacity:1.888;transform:translate(2.6079vw,-10px) scale(.0477);animation:fall-362 15s -9s linear infinite}@keyframes fall-362{54.483%{transform:translate(-1.3612vw,54.483vh) scale(.0477)}to{transform:translate(.62335vw,99vh) scale(.0477)}}.snow:nth-child(363){opacity:1.2036;transform:translate(94.5562vw,-10px) scale(.1266);animation:fall-363 20s -3s linear infinite}@keyframes fall-363{33.644%{transform:translate(99.6468vw,33.644vh) scale(.1266)}to{transform:translate(97.1015vw,99vh) scale(.1266)}}.snow:nth-child(364){opacity:1.2094;transform:translate(11.4459vw,-10px) scale(.571);animation:fall-364 18s -10s linear infinite}@keyframes fall-364{58.826%{transform:translate(1.8369vw,58.826vh) scale(.571)}to{transform:translate(6.6414vw,99vh) scale(.571)}}.snow:nth-child(365){opacity:1.2658;transform:translate(31.7575vw,-10px) scale(.856);animation:fall-365 20s -18s linear infinite}@keyframes fall-365{36.372%{transform:translate(30.6101vw,36.372vh) scale(.856)}to{transform:translate(31.1838vw,99vh) scale(.856)}}.snow:nth-child(366){opacity:1.9088;transform:translate(93.5486vw,-10px) scale(.8832);animation:fall-366 29s -14s linear infinite}@keyframes fall-366{61.997%{transform:translate(97.5169vw,61.997vh) scale(.8832)}to{transform:translate(95.53275vw,99vh) scale(.8832)}}.snow:nth-child(367){opacity:.0594;transform:translate(17.9879vw,-10px) scale(.9923);animation:fall-367 24s -21s linear infinite}@keyframes fall-367{61.726%{transform:translate(19.197vw,61.726vh) scale(.9923)}to{transform:translate(18.59245vw,99vh) scale(.9923)}}.snow:nth-child(368){opacity:.9558;transform:translate(80.3731vw,-10px) scale(.6385);animation:fall-368 15s -18s linear infinite}@keyframes fall-368{68.185%{transform:translate(86.1171vw,68.185vh) scale(.6385)}to{transform:translate(83.2451vw,99vh) scale(.6385)}}.snow:nth-child(369){opacity:.494;transform:translate(67.2854vw,-10px) scale(.7179);animation:fall-369 26s -5s linear infinite}@keyframes fall-369{39.357%{transform:translate(61.7736vw,39.357vh) scale(.7179)}to{transform:translate(64.5295vw,99vh) scale(.7179)}}.snow:nth-child(370){opacity:.5412;transform:translate(56.5942vw,-10px) scale(.0408);animation:fall-370 16s -27s linear infinite}@keyframes fall-370{67.263%{transform:translate(52.7317vw,67.263vh) scale(.0408)}to{transform:translate(54.66295vw,99vh) scale(.0408)}}.snow:nth-child(371){opacity:.7974;transform:translate(11.3877vw,-10px) scale(.4746);animation:fall-371 21s -30s linear infinite}@keyframes fall-371{54.736%{transform:translate(8.0336vw,54.736vh) scale(.4746)}to{transform:translate(9.71065vw,99vh) scale(.4746)}}.snow:nth-child(372){opacity:.8344;transform:translate(69.1007vw,-10px) scale(.559);animation:fall-372 20s -9s linear infinite}@keyframes fall-372{54.892%{transform:translate(74.6582vw,54.892vh) scale(.559)}to{transform:translate(71.87945vw,99vh) scale(.559)}}.snow:nth-child(373){opacity:.4834;transform:translate(72.5649vw,-10px) scale(.7885);animation:fall-373 15s -25s linear infinite}@keyframes fall-373{61.429%{transform:translate(67.7495vw,61.429vh) scale(.7885)}to{transform:translate(70.1572vw,99vh) scale(.7885)}}.snow:nth-child(374){opacity:1.6186;transform:translate(87.6623vw,-10px) scale(.7028);animation:fall-374 13s -28s linear infinite}@keyframes fall-374{61.547%{transform:translate(95.0502vw,61.547vh) scale(.7028)}to{transform:translate(91.35625vw,99vh) scale(.7028)}}.snow:nth-child(375){opacity:1.0276;transform:translate(50.9412vw,-10px) scale(.6903);animation:fall-375 28s -25s linear infinite}@keyframes fall-375{73.669%{transform:translate(49.8805vw,73.669vh) scale(.6903)}to{transform:translate(50.41085vw,99vh) scale(.6903)}}.snow:nth-child(376){opacity:1.6108;transform:translate(22.0167vw,-10px) scale(.4177);animation:fall-376 15s -4s linear infinite}@keyframes fall-376{43.334%{transform:translate(21.2216vw,43.334vh) scale(.4177)}to{transform:translate(21.61915vw,99vh) scale(.4177)}}.snow:nth-child(377){opacity:.2746;transform:translate(80.0238vw,-10px) scale(.9725);animation:fall-377 17s -21s linear infinite}@keyframes fall-377{64.224%{transform:translate(82.2506vw,64.224vh) scale(.9725)}to{transform:translate(81.1372vw,99vh) scale(.9725)}}.snow:nth-child(378){opacity:1.7588;transform:translate(12.0725vw,-10px) scale(.7409);animation:fall-378 16s -23s linear infinite}@keyframes fall-378{33.407%{transform:translate(15.4712vw,33.407vh) scale(.7409)}to{transform:translate(13.77185vw,99vh) scale(.7409)}}.snow:nth-child(379){opacity:.9626;transform:translate(33.6439vw,-10px) scale(.4358);animation:fall-379 18s -14s linear infinite}@keyframes fall-379{35.736%{transform:translate(28.5142vw,35.736vh) scale(.4358)}to{transform:translate(31.07905vw,99vh) scale(.4358)}}.snow:nth-child(380){opacity:1.5876;transform:translate(81.5926vw,-10px) scale(.2052);animation:fall-380 29s -6s linear infinite}@keyframes fall-380{48.912%{transform:translate(83.3768vw,48.912vh) scale(.2052)}to{transform:translate(82.4847vw,99vh) scale(.2052)}}.snow:nth-child(381){opacity:.296;transform:translate(66.3349vw,-10px) scale(.3586);animation:fall-381 12s -18s linear infinite}@keyframes fall-381{64.028%{transform:translate(66.6547vw,64.028vh) scale(.3586)}to{transform:translate(66.4948vw,99vh) scale(.3586)}}.snow:nth-child(382){opacity:1.5914;transform:translate(72.1928vw,-10px) scale(.8494);animation:fall-382 15s -14s linear infinite}@keyframes fall-382{45.132%{transform:translate(68.2132vw,45.132vh) scale(.8494)}to{transform:translate(70.203vw,99vh) scale(.8494)}}.snow:nth-child(383){opacity:.0918;transform:translate(15.8616vw,-10px) scale(.4212);animation:fall-383 13s -5s linear infinite}@keyframes fall-383{34.102%{transform:translate(23.6819vw,34.102vh) scale(.4212)}to{transform:translate(19.77175vw,99vh) scale(.4212)}}.snow:nth-child(384){opacity:1.311;transform:translate(97.6369vw,-10px) scale(.2161);animation:fall-384 20s -13s linear infinite}@keyframes fall-384{65.587%{transform:translate(103.8688vw,65.587vh) scale(.2161)}to{transform:translate(100.75285vw,99vh) scale(.2161)}}.snow:nth-child(385){opacity:.5208;transform:translate(97.0637vw,-10px) scale(.4912);animation:fall-385 11s -3s linear infinite}@keyframes fall-385{53.663%{transform:translate(92.1515vw,53.663vh) scale(.4912)}to{transform:translate(94.6076vw,99vh) scale(.4912)}}.snow:nth-child(386){opacity:1.6256;transform:translate(57.029vw,-10px) scale(.7809);animation:fall-386 10s -6s linear infinite}@keyframes fall-386{30.891%{transform:translate(54.4659vw,30.891vh) scale(.7809)}to{transform:translate(55.74745vw,99vh) scale(.7809)}}.snow:nth-child(387){opacity:1.5586;transform:translate(5.5367vw,-10px) scale(.0269);animation:fall-387 27s -9s linear infinite}@keyframes fall-387{71.507%{transform:translate(11.1821vw,71.507vh) scale(.0269)}to{transform:translate(8.3594vw,99vh) scale(.0269)}}.snow:nth-child(388){opacity:.9168;transform:translate(98.311vw,-10px) scale(.383);animation:fall-388 29s -12s linear infinite}@keyframes fall-388{68.887%{transform:translate(99.1502vw,68.887vh) scale(.383)}to{transform:translate(98.7306vw,99vh) scale(.383)}}.snow:nth-child(389){opacity:1.5918;transform:translate(18.9453vw,-10px) scale(.5777);animation:fall-389 21s -25s linear infinite}@keyframes fall-389{43.65%{transform:translate(15.0161vw,43.65vh) scale(.5777)}to{transform:translate(16.9807vw,99vh) scale(.5777)}}.snow:nth-child(390){opacity:.8294;transform:translate(35.51vw,-10px) scale(.5241);animation:fall-390 10s -20s linear infinite}@keyframes fall-390{38.104%{transform:translate(38.4526vw,38.104vh) scale(.5241)}to{transform:translate(36.9813vw,99vh) scale(.5241)}}.snow:nth-child(391){opacity:1.5552;transform:translate(27.4764vw,-10px) scale(.9751);animation:fall-391 11s -1s linear infinite}@keyframes fall-391{53.616%{transform:translate(30.6866vw,53.616vh) scale(.9751)}to{transform:translate(29.0815vw,99vh) scale(.9751)}}.snow:nth-child(392){opacity:.123;transform:translate(36.672vw,-10px) scale(.2724);animation:fall-392 11s -12s linear infinite}@keyframes fall-392{64.453%{transform:translate(42.8526vw,64.453vh) scale(.2724)}to{transform:translate(39.7623vw,99vh) scale(.2724)}}.snow:nth-child(393){opacity:.1886;transform:translate(23.282vw,-10px) scale(.9247);animation:fall-393 23s -4s linear infinite}@keyframes fall-393{54.278%{transform:translate(22.987vw,54.278vh) scale(.9247)}to{transform:translate(23.1345vw,99vh) scale(.9247)}}.snow:nth-child(394){opacity:.9546;transform:translate(76.7219vw,-10px) scale(.659);animation:fall-394 18s -5s linear infinite}@keyframes fall-394{78.311%{transform:translate(86.1507vw,78.311vh) scale(.659)}to{transform:translate(81.4363vw,99vh) scale(.659)}}.snow:nth-child(395){opacity:.6436;transform:translate(10.2733vw,-10px) scale(.1265);animation:fall-395 18s -13s linear infinite}@keyframes fall-395{60.847%{transform:translate(1.769vw,60.847vh) scale(.1265)}to{transform:translate(6.02115vw,99vh) scale(.1265)}}.snow:nth-child(396){opacity:1.1216;transform:translate(95.037vw,-10px) scale(.8548);animation:fall-396 17s -14s linear infinite}@keyframes fall-396{39.219%{transform:translate(93.1235vw,39.219vh) scale(.8548)}to{transform:translate(94.08025vw,99vh) scale(.8548)}}.snow:nth-child(397){opacity:.5842;transform:translate(64.1281vw,-10px) scale(.8283);animation:fall-397 13s -13s linear infinite}@keyframes fall-397{37.265%{transform:translate(70.8959vw,37.265vh) scale(.8283)}to{transform:translate(67.512vw,99vh) scale(.8283)}}.snow:nth-child(398){opacity:.2068;transform:translate(39.9134vw,-10px) scale(.9398);animation:fall-398 22s -19s linear infinite}@keyframes fall-398{35.795%{transform:translate(42.5157vw,35.795vh) scale(.9398)}to{transform:translate(41.21455vw,99vh) scale(.9398)}}.snow:nth-child(399){opacity:1.2616;transform:translate(93.9928vw,-10px) scale(.3869);animation:fall-399 16s -5s linear infinite}@keyframes fall-399{75.165%{transform:translate(102.5694vw,75.165vh) scale(.3869)}to{transform:translate(98.2811vw,99vh) scale(.3869)}}.snow:nth-child(400){opacity:.6336;transform:translate(39.3541vw,-10px) scale(.5893);animation:fall-400 27s -26s linear infinite}@keyframes fall-400{38.837%{transform:translate(45.2599vw,38.837vh) scale(.5893)}to{transform:translate(42.307vw,99vh) scale(.5893)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
79
79
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
80
80
  type: Component,
81
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.8496;transform:translate(79.5217vw,-10px) scale(.084);animation:fall-1 11s -9s linear infinite}@keyframes fall-1{68.686%{transform:translate(80.2459vw,68.686vh) scale(.084)}to{transform:translate(79.8838vw,99vh) scale(.084)}}.snow:nth-child(2){opacity:.2148;transform:translate(15.9739vw,-10px) scale(.014);animation:fall-2 19s -12s linear infinite}@keyframes fall-2{78.074%{transform:translate(10.6972vw,78.074vh) scale(.014)}to{transform:translate(13.33555vw,99vh) scale(.014)}}.snow:nth-child(3){opacity:1.4438;transform:translate(15.0407vw,-10px) scale(.6579);animation:fall-3 25s -26s linear infinite}@keyframes fall-3{71.871%{transform:translate(9.2967vw,71.871vh) scale(.6579)}to{transform:translate(12.1687vw,99vh) scale(.6579)}}.snow:nth-child(4){opacity:.7216;transform:translate(75.1362vw,-10px) scale(.7439);animation:fall-4 15s -11s linear infinite}@keyframes fall-4{63.196%{transform:translate(77.1374vw,63.196vh) scale(.7439)}to{transform:translate(76.1368vw,99vh) scale(.7439)}}.snow:nth-child(5){opacity:.5328;transform:translate(46.5354vw,-10px) scale(.5854);animation:fall-5 18s -16s linear infinite}@keyframes fall-5{71.149%{transform:translate(47.0655vw,71.149vh) scale(.5854)}to{transform:translate(46.80045vw,99vh) scale(.5854)}}.snow:nth-child(6){opacity:.789;transform:translate(26.3622vw,-10px) scale(.3231);animation:fall-6 19s -9s linear infinite}@keyframes fall-6{48.878%{transform:translate(27.3863vw,48.878vh) scale(.3231)}to{transform:translate(26.87425vw,99vh) scale(.3231)}}.snow:nth-child(7){opacity:1.004;transform:translate(81.7518vw,-10px) scale(.7912);animation:fall-7 16s -7s linear infinite}@keyframes fall-7{42.292%{transform:translate(86.3956vw,42.292vh) scale(.7912)}to{transform:translate(84.0737vw,99vh) scale(.7912)}}.snow:nth-child(8){opacity:.915;transform:translate(62.8376vw,-10px) scale(.4623);animation:fall-8 19s -26s linear infinite}@keyframes fall-8{37.449%{transform:translate(69.9749vw,37.449vh) scale(.4623)}to{transform:translate(66.40625vw,99vh) scale(.4623)}}.snow:nth-child(9){opacity:.9524;transform:translate(93.0235vw,-10px) scale(.7277);animation:fall-9 28s -22s linear infinite}@keyframes fall-9{47.355%{transform:translate(101.2321vw,47.355vh) scale(.7277)}to{transform:translate(97.1278vw,99vh) scale(.7277)}}.snow:nth-child(10){opacity:1.4918;transform:translate(53.3072vw,-10px) scale(.8411);animation:fall-10 19s -28s linear infinite}@keyframes fall-10{50.006%{transform:translate(47.9843vw,50.006vh) scale(.8411)}to{transform:translate(50.64575vw,99vh) scale(.8411)}}.snow:nth-child(11){opacity:.5758;transform:translate(17.6468vw,-10px) scale(.9493);animation:fall-11 25s -29s linear infinite}@keyframes fall-11{42.997%{transform:translate(20.4756vw,42.997vh) scale(.9493)}to{transform:translate(19.0612vw,99vh) scale(.9493)}}.snow:nth-child(12){opacity:.4444;transform:translate(6.8474vw,-10px) scale(.1001);animation:fall-12 19s -22s linear infinite}@keyframes fall-12{35.883%{transform:translate(2.7298vw,35.883vh) scale(.1001)}to{transform:translate(4.7886vw,99vh) scale(.1001)}}.snow:nth-child(13){opacity:.6768;transform:translate(99.5982vw,-10px) scale(.9324);animation:fall-13 27s -4s linear infinite}@keyframes fall-13{48.855%{transform:translate(94.7304vw,48.855vh) scale(.9324)}to{transform:translate(97.1643vw,99vh) scale(.9324)}}.snow:nth-child(14){opacity:.6876;transform:translate(14.2585vw,-10px) scale(.0902);animation:fall-14 22s -29s linear infinite}@keyframes fall-14{43.453%{transform:translate(17.9867vw,43.453vh) scale(.0902)}to{transform:translate(16.1226vw,99vh) scale(.0902)}}.snow:nth-child(15){opacity:.3956;transform:translate(.4974vw,-10px) scale(.0578);animation:fall-15 27s -6s linear infinite}@keyframes fall-15{57.807%{transform:translate(-5.2171vw,57.807vh) scale(.0578)}to{transform:translate(-2.35985vw,99vh) scale(.0578)}}.snow:nth-child(16){opacity:.0868;transform:translate(59.3343vw,-10px) scale(.949);animation:fall-16 30s -4s linear infinite}@keyframes fall-16{74.35%{transform:translate(49.3691vw,74.35vh) scale(.949)}to{transform:translate(54.3517vw,99vh) scale(.949)}}.snow:nth-child(17){opacity:.4932;transform:translate(13.2251vw,-10px) scale(.8427);animation:fall-17 18s -15s linear infinite}@keyframes fall-17{67.113%{transform:translate(18.4422vw,67.113vh) scale(.8427)}to{transform:translate(15.83365vw,99vh) scale(.8427)}}.snow:nth-child(18){opacity:.109;transform:translate(92.9525vw,-10px) scale(.8343);animation:fall-18 22s -28s linear infinite}@keyframes fall-18{79.263%{transform:translate(86.4468vw,79.263vh) scale(.8343)}to{transform:translate(89.69965vw,99vh) scale(.8343)}}.snow:nth-child(19){opacity:.9512;transform:translate(50.0174vw,-10px) scale(.7145);animation:fall-19 30s -24s linear infinite}@keyframes fall-19{58.108%{transform:translate(46.5598vw,58.108vh) scale(.7145)}to{transform:translate(48.2886vw,99vh) scale(.7145)}}.snow:nth-child(20){opacity:1.812;transform:translate(9.4782vw,-10px) scale(.7426);animation:fall-20 30s -2s linear infinite}@keyframes fall-20{48.382%{transform:translate(8.1885vw,48.382vh) scale(.7426)}to{transform:translate(8.83335vw,99vh) scale(.7426)}}.snow:nth-child(21){opacity:.1084;transform:translate(56.7523vw,-10px) scale(.4884);animation:fall-21 24s -23s linear infinite}@keyframes fall-21{37.517%{transform:translate(54.6699vw,37.517vh) scale(.4884)}to{transform:translate(55.7111vw,99vh) scale(.4884)}}.snow:nth-child(22){opacity:.2086;transform:translate(13.8645vw,-10px) scale(.8578);animation:fall-22 10s -17s linear infinite}@keyframes fall-22{48.435%{transform:translate(9.4567vw,48.435vh) scale(.8578)}to{transform:translate(11.6606vw,99vh) scale(.8578)}}.snow:nth-child(23){opacity:.6768;transform:translate(.7886vw,-10px) scale(.538);animation:fall-23 25s -8s linear infinite}@keyframes fall-23{49.129%{transform:translate(-.4557vw,49.129vh) scale(.538)}to{transform:translate(.16645vw,99vh) scale(.538)}}.snow:nth-child(24){opacity:.5054;transform:translate(49.3359vw,-10px) scale(.0961);animation:fall-24 18s -5s linear infinite}@keyframes fall-24{45.247%{transform:translate(40.3282vw,45.247vh) scale(.0961)}to{transform:translate(44.83205vw,99vh) scale(.0961)}}.snow:nth-child(25){opacity:1.5832;transform:translate(36.2593vw,-10px) scale(.6137);animation:fall-25 17s -9s linear infinite}@keyframes fall-25{57.926%{transform:translate(45.6831vw,57.926vh) scale(.6137)}to{transform:translate(40.9712vw,99vh) scale(.6137)}}.snow:nth-child(26){opacity:1.8268;transform:translate(16.3291vw,-10px) scale(.7368);animation:fall-26 29s -5s linear infinite}@keyframes fall-26{37.312%{transform:translate(8.7294vw,37.312vh) scale(.7368)}to{transform:translate(12.52925vw,99vh) scale(.7368)}}.snow:nth-child(27){opacity:.7522;transform:translate(21.4863vw,-10px) scale(.0674);animation:fall-27 17s -9s linear infinite}@keyframes fall-27{70.393%{transform:translate(13.1909vw,70.393vh) scale(.0674)}to{transform:translate(17.3386vw,99vh) scale(.0674)}}.snow:nth-child(28){opacity:.3014;transform:translate(3.6764vw,-10px) scale(.1115);animation:fall-28 30s -19s linear infinite}@keyframes fall-28{61.476%{transform:translate(9.5253vw,61.476vh) scale(.1115)}to{transform:translate(6.60085vw,99vh) scale(.1115)}}.snow:nth-child(29){opacity:1.2774;transform:translate(12.4134vw,-10px) scale(.9055);animation:fall-29 30s -3s linear infinite}@keyframes fall-29{55.187%{transform:translate(16.2256vw,55.187vh) scale(.9055)}to{transform:translate(14.3195vw,99vh) scale(.9055)}}.snow:nth-child(30){opacity:1.4878;transform:translate(63.2684vw,-10px) scale(.5645);animation:fall-30 12s -12s linear infinite}@keyframes fall-30{72.348%{transform:translate(58.9572vw,72.348vh) scale(.5645)}to{transform:translate(61.1128vw,99vh) scale(.5645)}}.snow:nth-child(31){opacity:.2524;transform:translate(43.11vw,-10px) scale(.9788);animation:fall-31 26s -6s linear infinite}@keyframes fall-31{53.343%{transform:translate(34.7864vw,53.343vh) scale(.9788)}to{transform:translate(38.9482vw,99vh) scale(.9788)}}.snow:nth-child(32){opacity:.759;transform:translate(17.5829vw,-10px) scale(.7997);animation:fall-32 20s -22s linear infinite}@keyframes fall-32{52.405%{transform:translate(19.8263vw,52.405vh) scale(.7997)}to{transform:translate(18.7046vw,99vh) scale(.7997)}}.snow:nth-child(33){opacity:.497;transform:translate(53.7164vw,-10px) scale(.9399);animation:fall-33 14s -3s linear infinite}@keyframes fall-33{45.36%{transform:translate(52.0373vw,45.36vh) scale(.9399)}to{transform:translate(52.87685vw,99vh) scale(.9399)}}.snow:nth-child(34){opacity:.8754;transform:translate(34.0574vw,-10px) scale(.8117);animation:fall-34 17s -30s linear infinite}@keyframes fall-34{64.595%{transform:translate(25.4969vw,64.595vh) scale(.8117)}to{transform:translate(29.77715vw,99vh) scale(.8117)}}.snow:nth-child(35){opacity:1.456;transform:translate(60.1686vw,-10px) scale(.6734);animation:fall-35 12s -18s linear infinite}@keyframes fall-35{40.985%{transform:translate(65.1358vw,40.985vh) scale(.6734)}to{transform:translate(62.6522vw,99vh) scale(.6734)}}.snow:nth-child(36){opacity:.1386;transform:translate(44.834vw,-10px) scale(.1595);animation:fall-36 18s -29s linear infinite}@keyframes fall-36{61.168%{transform:translate(43.7633vw,61.168vh) scale(.1595)}to{transform:translate(44.29865vw,99vh) scale(.1595)}}.snow:nth-child(37){opacity:1.4892;transform:translate(40.6005vw,-10px) scale(.9488);animation:fall-37 22s -15s linear infinite}@keyframes fall-37{33.943%{transform:translate(38.8765vw,33.943vh) scale(.9488)}to{transform:translate(39.7385vw,99vh) scale(.9488)}}.snow:nth-child(38){opacity:1.0466;transform:translate(13.1897vw,-10px) scale(.2824);animation:fall-38 18s -17s linear infinite}@keyframes fall-38{49.525%{transform:translate(22.4045vw,49.525vh) scale(.2824)}to{transform:translate(17.7971vw,99vh) scale(.2824)}}.snow:nth-child(39){opacity:1.5554;transform:translate(39.6254vw,-10px) scale(.8992);animation:fall-39 27s -3s linear infinite}@keyframes fall-39{41.138%{transform:translate(44.5178vw,41.138vh) scale(.8992)}to{transform:translate(42.0716vw,99vh) scale(.8992)}}.snow:nth-child(40){opacity:1.9158;transform:translate(13.5453vw,-10px) scale(.9441);animation:fall-40 11s -18s linear infinite}@keyframes fall-40{77.39%{transform:translate(21.5507vw,77.39vh) scale(.9441)}to{transform:translate(17.548vw,99vh) scale(.9441)}}.snow:nth-child(41){opacity:.443;transform:translate(88.6966vw,-10px) scale(.9715);animation:fall-41 14s -13s linear infinite}@keyframes fall-41{67.401%{transform:translate(79.6457vw,67.401vh) scale(.9715)}to{transform:translate(84.17115vw,99vh) scale(.9715)}}.snow:nth-child(42){opacity:.1758;transform:translate(23.5871vw,-10px) scale(.0448);animation:fall-42 11s -29s linear infinite}@keyframes fall-42{43.008%{transform:translate(24.38vw,43.008vh) scale(.0448)}to{transform:translate(23.98355vw,99vh) scale(.0448)}}.snow:nth-child(43){opacity:.1032;transform:translate(31.1201vw,-10px) scale(.8189);animation:fall-43 15s -30s linear infinite}@keyframes fall-43{54.644%{transform:translate(29.8885vw,54.644vh) scale(.8189)}to{transform:translate(30.5043vw,99vh) scale(.8189)}}.snow:nth-child(44){opacity:1.5784;transform:translate(72.4435vw,-10px) scale(.3913);animation:fall-44 29s -18s linear infinite}@keyframes fall-44{32.455%{transform:translate(78.1074vw,32.455vh) scale(.3913)}to{transform:translate(75.27545vw,99vh) scale(.3913)}}.snow:nth-child(45){opacity:1.8342;transform:translate(52.674vw,-10px) scale(.8321);animation:fall-45 13s -9s linear infinite}@keyframes fall-45{55.864%{transform:translate(49.3628vw,55.864vh) scale(.8321)}to{transform:translate(51.0184vw,99vh) scale(.8321)}}.snow:nth-child(46){opacity:.5002;transform:translate(69.9463vw,-10px) scale(.8055);animation:fall-46 28s -29s linear infinite}@keyframes fall-46{70.567%{transform:translate(67.7037vw,70.567vh) scale(.8055)}to{transform:translate(68.825vw,99vh) scale(.8055)}}.snow:nth-child(47){opacity:.5798;transform:translate(25.9511vw,-10px) scale(.9445);animation:fall-47 13s -22s linear infinite}@keyframes fall-47{77.875%{transform:translate(30.1068vw,77.875vh) scale(.9445)}to{transform:translate(28.02895vw,99vh) scale(.9445)}}.snow:nth-child(48){opacity:1.2132;transform:translate(27.2679vw,-10px) scale(.163);animation:fall-48 29s -7s linear infinite}@keyframes fall-48{35.516%{transform:translate(34.289vw,35.516vh) scale(.163)}to{transform:translate(30.77845vw,99vh) scale(.163)}}.snow:nth-child(49){opacity:.3758;transform:translate(89.6006vw,-10px) scale(.9289);animation:fall-49 21s -23s linear infinite}@keyframes fall-49{34.88%{transform:translate(80.8281vw,34.88vh) scale(.9289)}to{transform:translate(85.21435vw,99vh) scale(.9289)}}.snow:nth-child(50){opacity:1.7168;transform:translate(55.5779vw,-10px) scale(.8416);animation:fall-50 20s -30s linear infinite}@keyframes fall-50{38.113%{transform:translate(56.8687vw,38.113vh) scale(.8416)}to{transform:translate(56.2233vw,99vh) scale(.8416)}}.snow:nth-child(51){opacity:.1602;transform:translate(69.9747vw,-10px) scale(.2276);animation:fall-51 26s -28s linear infinite}@keyframes fall-51{47.463%{transform:translate(68.1112vw,47.463vh) scale(.2276)}to{transform:translate(69.04295vw,99vh) scale(.2276)}}.snow:nth-child(52){opacity:1.6744;transform:translate(74.7038vw,-10px) scale(.0946);animation:fall-52 21s -28s linear infinite}@keyframes fall-52{52.811%{transform:translate(77.4358vw,52.811vh) scale(.0946)}to{transform:translate(76.0698vw,99vh) scale(.0946)}}.snow:nth-child(53){opacity:1.3428;transform:translate(18.2351vw,-10px) scale(.352);animation:fall-53 23s -23s linear infinite}@keyframes fall-53{64.69%{transform:translate(18.4609vw,64.69vh) scale(.352)}to{transform:translate(18.348vw,99vh) scale(.352)}}.snow:nth-child(54){opacity:1.8112;transform:translate(70.7159vw,-10px) scale(.389);animation:fall-54 10s -23s linear infinite}@keyframes fall-54{30.008%{transform:translate(72.2382vw,30.008vh) scale(.389)}to{transform:translate(71.47705vw,99vh) scale(.389)}}.snow:nth-child(55){opacity:1.0242;transform:translate(19.5551vw,-10px) scale(.8461);animation:fall-55 28s -28s linear infinite}@keyframes fall-55{79.677%{transform:translate(13.4505vw,79.677vh) scale(.8461)}to{transform:translate(16.5028vw,99vh) scale(.8461)}}.snow:nth-child(56){opacity:.9836;transform:translate(60.6492vw,-10px) scale(.2891);animation:fall-56 14s -12s linear infinite}@keyframes fall-56{54.658%{transform:translate(57.9728vw,54.658vh) scale(.2891)}to{transform:translate(59.311vw,99vh) scale(.2891)}}.snow:nth-child(57){opacity:1.1954;transform:translate(6.9183vw,-10px) scale(.8137);animation:fall-57 10s -6s linear infinite}@keyframes fall-57{76.254%{transform:translate(15.9949vw,76.254vh) scale(.8137)}to{transform:translate(11.4566vw,99vh) scale(.8137)}}.snow:nth-child(58){opacity:1.209;transform:translate(37.7544vw,-10px) scale(.8761);animation:fall-58 23s -12s linear infinite}@keyframes fall-58{57.589%{transform:translate(42.0047vw,57.589vh) scale(.8761)}to{transform:translate(39.87955vw,99vh) scale(.8761)}}.snow:nth-child(59){opacity:1.4246;transform:translate(8.2134vw,-10px) scale(.2718);animation:fall-59 22s -21s linear infinite}@keyframes fall-59{55.146%{transform:translate(1.614vw,55.146vh) scale(.2718)}to{transform:translate(4.9137vw,99vh) scale(.2718)}}.snow:nth-child(60){opacity:1.6738;transform:translate(35.2388vw,-10px) scale(.772);animation:fall-60 10s -18s linear infinite}@keyframes fall-60{78.905%{transform:translate(44.4691vw,78.905vh) scale(.772)}to{transform:translate(39.85395vw,99vh) scale(.772)}}.snow:nth-child(61){opacity:1.9028;transform:translate(62.268vw,-10px) scale(.5561);animation:fall-61 10s -10s linear infinite}@keyframes fall-61{70.047%{transform:translate(53.5922vw,70.047vh) scale(.5561)}to{transform:translate(57.9301vw,99vh) scale(.5561)}}.snow:nth-child(62){opacity:.864;transform:translate(95.6291vw,-10px) scale(.8423);animation:fall-62 29s -21s linear infinite}@keyframes fall-62{71.093%{transform:translate(91.8191vw,71.093vh) scale(.8423)}to{transform:translate(93.7241vw,99vh) scale(.8423)}}.snow:nth-child(63){opacity:.1196;transform:translate(84.0765vw,-10px) scale(.4323);animation:fall-63 15s -24s linear infinite}@keyframes fall-63{71.133%{transform:translate(93.9097vw,71.133vh) scale(.4323)}to{transform:translate(88.9931vw,99vh) scale(.4323)}}.snow:nth-child(64){opacity:1.8758;transform:translate(72.0829vw,-10px) scale(.2009);animation:fall-64 19s -8s linear infinite}@keyframes fall-64{43.258%{transform:translate(72.326vw,43.258vh) scale(.2009)}to{transform:translate(72.20445vw,99vh) scale(.2009)}}.snow:nth-child(65){opacity:1.8388;transform:translate(20.3894vw,-10px) scale(.5823);animation:fall-65 14s -24s linear infinite}@keyframes fall-65{38.403%{transform:translate(28.6521vw,38.403vh) scale(.5823)}to{transform:translate(24.52075vw,99vh) scale(.5823)}}.snow:nth-child(66){opacity:1.3302;transform:translate(80.316vw,-10px) scale(.7286);animation:fall-66 23s -11s linear infinite}@keyframes fall-66{57.924%{transform:translate(80.2406vw,57.924vh) scale(.7286)}to{transform:translate(80.2783vw,99vh) scale(.7286)}}.snow:nth-child(67){opacity:1.3426;transform:translate(17.1283vw,-10px) scale(.2211);animation:fall-67 14s -19s linear infinite}@keyframes fall-67{77.918%{transform:translate(21.3209vw,77.918vh) scale(.2211)}to{transform:translate(19.2246vw,99vh) scale(.2211)}}.snow:nth-child(68){opacity:1.746;transform:translate(93.1755vw,-10px) scale(.6034);animation:fall-68 15s -17s linear infinite}@keyframes fall-68{73.273%{transform:translate(93.8709vw,73.273vh) scale(.6034)}to{transform:translate(93.5232vw,99vh) scale(.6034)}}.snow:nth-child(69){opacity:1.1806;transform:translate(79.0918vw,-10px) scale(.1709);animation:fall-69 15s -6s linear infinite}@keyframes fall-69{67.772%{transform:translate(71.4515vw,67.772vh) scale(.1709)}to{transform:translate(75.27165vw,99vh) scale(.1709)}}.snow:nth-child(70){opacity:.4236;transform:translate(32.7327vw,-10px) scale(.9844);animation:fall-70 21s -9s linear infinite}@keyframes fall-70{63.614%{transform:translate(35.3364vw,63.614vh) scale(.9844)}to{transform:translate(34.03455vw,99vh) scale(.9844)}}.snow:nth-child(71){opacity:1.2364;transform:translate(48.3035vw,-10px) scale(.7319);animation:fall-71 20s -10s linear infinite}@keyframes fall-71{30.726%{transform:translate(51.5117vw,30.726vh) scale(.7319)}to{transform:translate(49.9076vw,99vh) scale(.7319)}}.snow:nth-child(72){opacity:1.2258;transform:translate(26.1382vw,-10px) scale(.899);animation:fall-72 29s -25s linear infinite}@keyframes fall-72{61.49%{transform:translate(18.6185vw,61.49vh) scale(.899)}to{transform:translate(22.37835vw,99vh) scale(.899)}}.snow:nth-child(73){opacity:.2362;transform:translate(18.5938vw,-10px) scale(.9431);animation:fall-73 29s -12s linear infinite}@keyframes fall-73{62.484%{transform:translate(17.6019vw,62.484vh) scale(.9431)}to{transform:translate(18.09785vw,99vh) scale(.9431)}}.snow:nth-child(74){opacity:1.0176;transform:translate(52.042vw,-10px) scale(.1838);animation:fall-74 13s -24s linear infinite}@keyframes fall-74{42.626%{transform:translate(58.2956vw,42.626vh) scale(.1838)}to{transform:translate(55.1688vw,99vh) scale(.1838)}}.snow:nth-child(75){opacity:.609;transform:translate(.2736vw,-10px) scale(.2769);animation:fall-75 12s -12s linear infinite}@keyframes fall-75{68.47%{transform:translate(-8.0327vw,68.47vh) scale(.2769)}to{transform:translate(-3.87955vw,99vh) scale(.2769)}}.snow:nth-child(76){opacity:.9508;transform:translate(13.4881vw,-10px) scale(.1661);animation:fall-76 10s -24s linear infinite}@keyframes fall-76{63.421%{transform:translate(19.9992vw,63.421vh) scale(.1661)}to{transform:translate(16.74365vw,99vh) scale(.1661)}}.snow:nth-child(77){opacity:.4886;transform:translate(98.3406vw,-10px) scale(.3121);animation:fall-77 19s -26s linear infinite}@keyframes fall-77{37.163%{transform:translate(97.0629vw,37.163vh) scale(.3121)}to{transform:translate(97.70175vw,99vh) scale(.3121)}}.snow:nth-child(78){opacity:.727;transform:translate(26.2988vw,-10px) scale(.4035);animation:fall-78 24s -7s linear infinite}@keyframes fall-78{35.22%{transform:translate(32.7281vw,35.22vh) scale(.4035)}to{transform:translate(29.51345vw,99vh) scale(.4035)}}.snow:nth-child(79){opacity:1.266;transform:translate(85.7931vw,-10px) scale(.6569);animation:fall-79 20s -23s linear infinite}@keyframes fall-79{38.002%{transform:translate(91.2268vw,38.002vh) scale(.6569)}to{transform:translate(88.50995vw,99vh) scale(.6569)}}.snow:nth-child(80){opacity:1.951;transform:translate(82.8094vw,-10px) scale(.304);animation:fall-80 14s -20s linear infinite}@keyframes fall-80{74.418%{transform:translate(80.426vw,74.418vh) scale(.304)}to{transform:translate(81.6177vw,99vh) scale(.304)}}.snow:nth-child(81){opacity:1.5756;transform:translate(95.1433vw,-10px) scale(.7661);animation:fall-81 17s -15s linear infinite}@keyframes fall-81{36.02%{transform:translate(95.3883vw,36.02vh) scale(.7661)}to{transform:translate(95.2658vw,99vh) scale(.7661)}}.snow:nth-child(82){opacity:1.5566;transform:translate(39.8206vw,-10px) scale(.1027);animation:fall-82 10s -5s linear infinite}@keyframes fall-82{67.801%{transform:translate(31.632vw,67.801vh) scale(.1027)}to{transform:translate(35.7263vw,99vh) scale(.1027)}}.snow:nth-child(83){opacity:.3196;transform:translate(35.2392vw,-10px) scale(.9284);animation:fall-83 12s -20s linear infinite}@keyframes fall-83{66.855%{transform:translate(33.0089vw,66.855vh) scale(.9284)}to{transform:translate(34.12405vw,99vh) scale(.9284)}}.snow:nth-child(84){opacity:.3846;transform:translate(84.5219vw,-10px) scale(.1244);animation:fall-84 14s -12s linear infinite}@keyframes fall-84{49.021%{transform:translate(93.2625vw,49.021vh) scale(.1244)}to{transform:translate(88.8922vw,99vh) scale(.1244)}}.snow:nth-child(85){opacity:.9282;transform:translate(80.3124vw,-10px) scale(.1099);animation:fall-85 27s -11s linear infinite}@keyframes fall-85{79.359%{transform:translate(78.9825vw,79.359vh) scale(.1099)}to{transform:translate(79.64745vw,99vh) scale(.1099)}}.snow:nth-child(86){opacity:1.2032;transform:translate(86.6651vw,-10px) scale(.8564);animation:fall-86 18s -18s linear infinite}@keyframes fall-86{58.682%{transform:translate(91.7968vw,58.682vh) scale(.8564)}to{transform:translate(89.23095vw,99vh) scale(.8564)}}.snow:nth-child(87){opacity:1.0938;transform:translate(78.2882vw,-10px) scale(.1283);animation:fall-87 10s -20s linear infinite}@keyframes fall-87{58.612%{transform:translate(84.654vw,58.612vh) scale(.1283)}to{transform:translate(81.4711vw,99vh) scale(.1283)}}.snow:nth-child(88){opacity:.4574;transform:translate(29.3137vw,-10px) scale(.4784);animation:fall-88 25s -6s linear infinite}@keyframes fall-88{75.891%{transform:translate(28.5628vw,75.891vh) scale(.4784)}to{transform:translate(28.93825vw,99vh) scale(.4784)}}.snow:nth-child(89){opacity:1.21;transform:translate(35.0437vw,-10px) scale(.5017);animation:fall-89 17s -28s linear infinite}@keyframes fall-89{72.08%{transform:translate(37.7407vw,72.08vh) scale(.5017)}to{transform:translate(36.3922vw,99vh) scale(.5017)}}.snow:nth-child(90){opacity:1.4562;transform:translate(46.8323vw,-10px) scale(.8104);animation:fall-90 19s -12s linear infinite}@keyframes fall-90{46.917%{transform:translate(56.0911vw,46.917vh) scale(.8104)}to{transform:translate(51.4617vw,99vh) scale(.8104)}}.snow:nth-child(91){opacity:1.5902;transform:translate(60.4028vw,-10px) scale(.9234);animation:fall-91 10s -30s linear infinite}@keyframes fall-91{40.242%{transform:translate(65.5002vw,40.242vh) scale(.9234)}to{transform:translate(62.9515vw,99vh) scale(.9234)}}.snow:nth-child(92){opacity:.1322;transform:translate(35.3857vw,-10px) scale(.8536);animation:fall-92 26s -12s linear infinite}@keyframes fall-92{39.365%{transform:translate(26.6888vw,39.365vh) scale(.8536)}to{transform:translate(31.03725vw,99vh) scale(.8536)}}.snow:nth-child(93){opacity:.3906;transform:translate(3.4005vw,-10px) scale(.8774);animation:fall-93 26s -13s linear infinite}@keyframes fall-93{54.649%{transform:translate(4.9213vw,54.649vh) scale(.8774)}to{transform:translate(4.1609vw,99vh) scale(.8774)}}.snow:nth-child(94){opacity:.1118;transform:translate(28.8271vw,-10px) scale(.6841);animation:fall-94 30s -6s linear infinite}@keyframes fall-94{32.748%{transform:translate(24.6187vw,32.748vh) scale(.6841)}to{transform:translate(26.7229vw,99vh) scale(.6841)}}.snow:nth-child(95){opacity:1.6488;transform:translate(78.9512vw,-10px) scale(.9365);animation:fall-95 15s -29s linear infinite}@keyframes fall-95{45.636%{transform:translate(86.9908vw,45.636vh) scale(.9365)}to{transform:translate(82.971vw,99vh) scale(.9365)}}.snow:nth-child(96){opacity:.9834;transform:translate(79.712vw,-10px) scale(.8092);animation:fall-96 19s -25s linear infinite}@keyframes fall-96{31.34%{transform:translate(77.0825vw,31.34vh) scale(.8092)}to{transform:translate(78.39725vw,99vh) scale(.8092)}}.snow:nth-child(97){opacity:1.6746;transform:translate(21.1617vw,-10px) scale(.6218);animation:fall-97 22s -14s linear infinite}@keyframes fall-97{45.971%{transform:translate(23.3265vw,45.971vh) scale(.6218)}to{transform:translate(22.2441vw,99vh) scale(.6218)}}.snow:nth-child(98){opacity:.7566;transform:translate(97.6845vw,-10px) scale(.7467);animation:fall-98 27s -5s linear infinite}@keyframes fall-98{35.858%{transform:translate(102.4186vw,35.858vh) scale(.7467)}to{transform:translate(100.05155vw,99vh) scale(.7467)}}.snow:nth-child(99){opacity:.7636;transform:translate(43.2166vw,-10px) scale(.6719);animation:fall-99 19s -7s linear infinite}@keyframes fall-99{65.906%{transform:translate(50.0008vw,65.906vh) scale(.6719)}to{transform:translate(46.6087vw,99vh) scale(.6719)}}.snow:nth-child(100){opacity:1.055;transform:translate(11.5404vw,-10px) scale(.9147);animation:fall-100 30s -18s linear infinite}@keyframes fall-100{40.237%{transform:translate(5.8082vw,40.237vh) scale(.9147)}to{transform:translate(8.6743vw,99vh) scale(.9147)}}.snow:nth-child(101){opacity:.4888;transform:translate(24.8609vw,-10px) scale(.8768);animation:fall-101 25s -9s linear infinite}@keyframes fall-101{41.556%{transform:translate(32.7109vw,41.556vh) scale(.8768)}to{transform:translate(28.7859vw,99vh) scale(.8768)}}.snow:nth-child(102){opacity:.0388;transform:translate(11.0636vw,-10px) scale(.448);animation:fall-102 12s -2s linear infinite}@keyframes fall-102{61.949%{transform:translate(15.585vw,61.949vh) scale(.448)}to{transform:translate(13.3243vw,99vh) scale(.448)}}.snow:nth-child(103){opacity:1.231;transform:translate(31.5186vw,-10px) scale(.4482);animation:fall-103 26s -19s linear infinite}@keyframes fall-103{51.488%{transform:translate(27.4537vw,51.488vh) scale(.4482)}to{transform:translate(29.48615vw,99vh) scale(.4482)}}.snow:nth-child(104){opacity:.0588;transform:translate(62.6159vw,-10px) scale(.8045);animation:fall-104 23s -6s linear infinite}@keyframes fall-104{78.797%{transform:translate(65.25vw,78.797vh) scale(.8045)}to{transform:translate(63.93295vw,99vh) scale(.8045)}}.snow:nth-child(105){opacity:1.4822;transform:translate(50.1801vw,-10px) scale(.4995);animation:fall-105 16s -5s linear infinite}@keyframes fall-105{51.021%{transform:translate(48.5524vw,51.021vh) scale(.4995)}to{transform:translate(49.36625vw,99vh) scale(.4995)}}.snow:nth-child(106){opacity:.5214;transform:translate(26.9091vw,-10px) scale(.7227);animation:fall-106 28s -19s linear infinite}@keyframes fall-106{33.515%{transform:translate(17.9751vw,33.515vh) scale(.7227)}to{transform:translate(22.4421vw,99vh) scale(.7227)}}.snow:nth-child(107){opacity:.4736;transform:translate(80.744vw,-10px) scale(.3524);animation:fall-107 12s -10s linear infinite}@keyframes fall-107{72.364%{transform:translate(88.438vw,72.364vh) scale(.3524)}to{transform:translate(84.591vw,99vh) scale(.3524)}}.snow:nth-child(108){opacity:.3346;transform:translate(99.8891vw,-10px) scale(.2744);animation:fall-108 27s -27s linear infinite}@keyframes fall-108{72.641%{transform:translate(93.9383vw,72.641vh) scale(.2744)}to{transform:translate(96.9137vw,99vh) scale(.2744)}}.snow:nth-child(109){opacity:.2264;transform:translate(27.5731vw,-10px) scale(.7475);animation:fall-109 26s -19s linear infinite}@keyframes fall-109{48.518%{transform:translate(34.1409vw,48.518vh) scale(.7475)}to{transform:translate(30.857vw,99vh) scale(.7475)}}.snow:nth-child(110){opacity:.1756;transform:translate(39.2768vw,-10px) scale(.5528);animation:fall-110 23s -3s linear infinite}@keyframes fall-110{56.414%{transform:translate(40.091vw,56.414vh) scale(.5528)}to{transform:translate(39.6839vw,99vh) scale(.5528)}}.snow:nth-child(111){opacity:.369;transform:translate(55.7887vw,-10px) scale(.3985);animation:fall-111 20s -23s linear infinite}@keyframes fall-111{62.339%{transform:translate(57.7606vw,62.339vh) scale(.3985)}to{transform:translate(56.77465vw,99vh) scale(.3985)}}.snow:nth-child(112){opacity:1.608;transform:translate(76.4263vw,-10px) scale(.7885);animation:fall-112 27s -24s linear infinite}@keyframes fall-112{34.447%{transform:translate(78.2707vw,34.447vh) scale(.7885)}to{transform:translate(77.3485vw,99vh) scale(.7885)}}.snow:nth-child(113){opacity:.9156;transform:translate(39.7231vw,-10px) scale(.8264);animation:fall-113 19s -23s linear infinite}@keyframes fall-113{66.388%{transform:translate(39.6014vw,66.388vh) scale(.8264)}to{transform:translate(39.66225vw,99vh) scale(.8264)}}.snow:nth-child(114){opacity:1.4212;transform:translate(22.2644vw,-10px) scale(.4992);animation:fall-114 21s -4s linear infinite}@keyframes fall-114{52.454%{transform:translate(27.7175vw,52.454vh) scale(.4992)}to{transform:translate(24.99095vw,99vh) scale(.4992)}}.snow:nth-child(115){opacity:1.1246;transform:translate(55.1243vw,-10px) scale(.0679);animation:fall-115 16s -27s linear infinite}@keyframes fall-115{65.984%{transform:translate(45.9723vw,65.984vh) scale(.0679)}to{transform:translate(50.5483vw,99vh) scale(.0679)}}.snow:nth-child(116){opacity:1.394;transform:translate(40.0789vw,-10px) scale(.7619);animation:fall-116 11s -15s linear infinite}@keyframes fall-116{52.667%{transform:translate(30.4989vw,52.667vh) scale(.7619)}to{transform:translate(35.2889vw,99vh) scale(.7619)}}.snow:nth-child(117){opacity:.202;transform:translate(38.7664vw,-10px) scale(.7388);animation:fall-117 27s -15s linear infinite}@keyframes fall-117{37.835%{transform:translate(45.171vw,37.835vh) scale(.7388)}to{transform:translate(41.9687vw,99vh) scale(.7388)}}.snow:nth-child(118){opacity:1.7782;transform:translate(72.2994vw,-10px) scale(.6972);animation:fall-118 29s -9s linear infinite}@keyframes fall-118{39.885%{transform:translate(63.5418vw,39.885vh) scale(.6972)}to{transform:translate(67.9206vw,99vh) scale(.6972)}}.snow:nth-child(119){opacity:1.0398;transform:translate(62.3299vw,-10px) scale(.3273);animation:fall-119 19s -23s linear infinite}@keyframes fall-119{32.433%{transform:translate(66.3146vw,32.433vh) scale(.3273)}to{transform:translate(64.32225vw,99vh) scale(.3273)}}.snow:nth-child(120){opacity:.1096;transform:translate(55.616vw,-10px) scale(.4159);animation:fall-120 25s -18s linear infinite}@keyframes fall-120{55.742%{transform:translate(49.9301vw,55.742vh) scale(.4159)}to{transform:translate(52.77305vw,99vh) scale(.4159)}}.snow:nth-child(121){opacity:.7132;transform:translate(99.5291vw,-10px) scale(.224);animation:fall-121 15s -9s linear infinite}@keyframes fall-121{54.266%{transform:translate(94.3881vw,54.266vh) scale(.224)}to{transform:translate(96.9586vw,99vh) scale(.224)}}.snow:nth-child(122){opacity:1.718;transform:translate(44.6223vw,-10px) scale(.1544);animation:fall-122 25s -30s linear infinite}@keyframes fall-122{68.849%{transform:translate(38.9836vw,68.849vh) scale(.1544)}to{transform:translate(41.80295vw,99vh) scale(.1544)}}.snow:nth-child(123){opacity:.9204;transform:translate(2.6762vw,-10px) scale(.2577);animation:fall-123 23s -5s linear infinite}@keyframes fall-123{39.653%{transform:translate(.3084vw,39.653vh) scale(.2577)}to{transform:translate(1.4923vw,99vh) scale(.2577)}}.snow:nth-child(124){opacity:1.608;transform:translate(98.7825vw,-10px) scale(.8142);animation:fall-124 20s -12s linear infinite}@keyframes fall-124{44.66%{transform:translate(101.1291vw,44.66vh) scale(.8142)}to{transform:translate(99.9558vw,99vh) scale(.8142)}}.snow:nth-child(125){opacity:.982;transform:translate(39.2469vw,-10px) scale(.2684);animation:fall-125 29s -2s linear infinite}@keyframes fall-125{73.277%{transform:translate(47.7878vw,73.277vh) scale(.2684)}to{transform:translate(43.51735vw,99vh) scale(.2684)}}.snow:nth-child(126){opacity:.5444;transform:translate(99.4184vw,-10px) scale(.4916);animation:fall-126 30s -22s linear infinite}@keyframes fall-126{49.07%{transform:translate(96.3232vw,49.07vh) scale(.4916)}to{transform:translate(97.8708vw,99vh) scale(.4916)}}.snow:nth-child(127){opacity:.561;transform:translate(34.2406vw,-10px) scale(.7301);animation:fall-127 17s -15s linear infinite}@keyframes fall-127{38.32%{transform:translate(25.5335vw,38.32vh) scale(.7301)}to{transform:translate(29.88705vw,99vh) scale(.7301)}}.snow:nth-child(128){opacity:.8838;transform:translate(57.3939vw,-10px) scale(.8407);animation:fall-128 25s -24s linear infinite}@keyframes fall-128{68.342%{transform:translate(55.7171vw,68.342vh) scale(.8407)}to{transform:translate(56.5555vw,99vh) scale(.8407)}}.snow:nth-child(129){opacity:.0582;transform:translate(56.0194vw,-10px) scale(.6489);animation:fall-129 20s -2s linear infinite}@keyframes fall-129{60.829%{transform:translate(53.8694vw,60.829vh) scale(.6489)}to{transform:translate(54.9444vw,99vh) scale(.6489)}}.snow:nth-child(130){opacity:.6308;transform:translate(69.7398vw,-10px) scale(.5902);animation:fall-130 23s -11s linear infinite}@keyframes fall-130{62.034%{transform:translate(63.1159vw,62.034vh) scale(.5902)}to{transform:translate(66.42785vw,99vh) scale(.5902)}}.snow:nth-child(131){opacity:1.1946;transform:translate(61.0674vw,-10px) scale(.4902);animation:fall-131 29s -20s linear infinite}@keyframes fall-131{37.985%{transform:translate(67.0344vw,37.985vh) scale(.4902)}to{transform:translate(64.0509vw,99vh) scale(.4902)}}.snow:nth-child(132){opacity:1.4262;transform:translate(71.2246vw,-10px) scale(.1357);animation:fall-132 17s -18s linear infinite}@keyframes fall-132{62.779%{transform:translate(62.0967vw,62.779vh) scale(.1357)}to{transform:translate(66.66065vw,99vh) scale(.1357)}}.snow:nth-child(133){opacity:1.5546;transform:translate(52.6331vw,-10px) scale(.0252);animation:fall-133 14s -29s linear infinite}@keyframes fall-133{41.764%{transform:translate(49.5128vw,41.764vh) scale(.0252)}to{transform:translate(51.07295vw,99vh) scale(.0252)}}.snow:nth-child(134){opacity:.4062;transform:translate(94.3705vw,-10px) scale(.9809);animation:fall-134 22s -4s linear infinite}@keyframes fall-134{51.246%{transform:translate(99.5757vw,51.246vh) scale(.9809)}to{transform:translate(96.9731vw,99vh) scale(.9809)}}.snow:nth-child(135){opacity:1.642;transform:translate(65.6181vw,-10px) scale(.5652);animation:fall-135 20s -15s linear infinite}@keyframes fall-135{39.705%{transform:translate(67.8704vw,39.705vh) scale(.5652)}to{transform:translate(66.74425vw,99vh) scale(.5652)}}.snow:nth-child(136){opacity:.0658;transform:translate(95.0799vw,-10px) scale(.8355);animation:fall-136 25s -1s linear infinite}@keyframes fall-136{72.871%{transform:translate(102.9805vw,72.871vh) scale(.8355)}to{transform:translate(99.0302vw,99vh) scale(.8355)}}.snow:nth-child(137){opacity:1.6482;transform:translate(80.0152vw,-10px) scale(.6786);animation:fall-137 29s -3s linear infinite}@keyframes fall-137{43.006%{transform:translate(78.6528vw,43.006vh) scale(.6786)}to{transform:translate(79.334vw,99vh) scale(.6786)}}.snow:nth-child(138){opacity:1.9186;transform:translate(90.081vw,-10px) scale(.53);animation:fall-138 22s -23s linear infinite}@keyframes fall-138{50.733%{transform:translate(81.6899vw,50.733vh) scale(.53)}to{transform:translate(85.88545vw,99vh) scale(.53)}}.snow:nth-child(139){opacity:1.359;transform:translate(9.9767vw,-10px) scale(.4908);animation:fall-139 28s -14s linear infinite}@keyframes fall-139{70.036%{transform:translate(1.2623vw,70.036vh) scale(.4908)}to{transform:translate(5.6195vw,99vh) scale(.4908)}}.snow:nth-child(140){opacity:.755;transform:translate(52.4311vw,-10px) scale(.5908);animation:fall-140 18s -6s linear infinite}@keyframes fall-140{32.829%{transform:translate(44.969vw,32.829vh) scale(.5908)}to{transform:translate(48.70005vw,99vh) scale(.5908)}}.snow:nth-child(141){opacity:1.0882;transform:translate(45.0472vw,-10px) scale(.2936);animation:fall-141 28s -2s linear infinite}@keyframes fall-141{46.433%{transform:translate(52.7131vw,46.433vh) scale(.2936)}to{transform:translate(48.88015vw,99vh) scale(.2936)}}.snow:nth-child(142){opacity:1.6912;transform:translate(34.9057vw,-10px) scale(.1284);animation:fall-142 11s -3s linear infinite}@keyframes fall-142{52.357%{transform:translate(32.1372vw,52.357vh) scale(.1284)}to{transform:translate(33.52145vw,99vh) scale(.1284)}}.snow:nth-child(143){opacity:.0754;transform:translate(53.2082vw,-10px) scale(.7455);animation:fall-143 15s -24s linear infinite}@keyframes fall-143{64.897%{transform:translate(49.5401vw,64.897vh) scale(.7455)}to{transform:translate(51.37415vw,99vh) scale(.7455)}}.snow:nth-child(144){opacity:.5852;transform:translate(36.2719vw,-10px) scale(.0694);animation:fall-144 11s -6s linear infinite}@keyframes fall-144{71.807%{transform:translate(36.2499vw,71.807vh) scale(.0694)}to{transform:translate(36.2609vw,99vh) scale(.0694)}}.snow:nth-child(145){opacity:1.2776;transform:translate(87.0273vw,-10px) scale(.3328);animation:fall-145 23s -27s linear infinite}@keyframes fall-145{68.304%{transform:translate(77.0738vw,68.304vh) scale(.3328)}to{transform:translate(82.05055vw,99vh) scale(.3328)}}.snow:nth-child(146){opacity:1.776;transform:translate(58.6955vw,-10px) scale(.2326);animation:fall-146 20s -19s linear infinite}@keyframes fall-146{72.457%{transform:translate(51.514vw,72.457vh) scale(.2326)}to{transform:translate(55.10475vw,99vh) scale(.2326)}}.snow:nth-child(147){opacity:1.9476;transform:translate(88.1951vw,-10px) scale(.6273);animation:fall-147 24s -11s linear infinite}@keyframes fall-147{41.401%{transform:translate(91.9075vw,41.401vh) scale(.6273)}to{transform:translate(90.0513vw,99vh) scale(.6273)}}.snow:nth-child(148){opacity:1.9644;transform:translate(44.712vw,-10px) scale(.5796);animation:fall-148 14s -26s linear infinite}@keyframes fall-148{57.316%{transform:translate(50.4671vw,57.316vh) scale(.5796)}to{transform:translate(47.58955vw,99vh) scale(.5796)}}.snow:nth-child(149){opacity:1.515;transform:translate(70.3772vw,-10px) scale(.2247);animation:fall-149 18s -4s linear infinite}@keyframes fall-149{53.979%{transform:translate(60.8661vw,53.979vh) scale(.2247)}to{transform:translate(65.62165vw,99vh) scale(.2247)}}.snow:nth-child(150){opacity:1.595;transform:translate(59.1561vw,-10px) scale(.2903);animation:fall-150 14s -23s linear infinite}@keyframes fall-150{40.196%{transform:translate(49.2574vw,40.196vh) scale(.2903)}to{transform:translate(54.20675vw,99vh) scale(.2903)}}.snow:nth-child(151){opacity:.9386;transform:translate(89.3681vw,-10px) scale(.2827);animation:fall-151 10s -26s linear infinite}@keyframes fall-151{31.897%{transform:translate(89.834vw,31.897vh) scale(.2827)}to{transform:translate(89.60105vw,99vh) scale(.2827)}}.snow:nth-child(152){opacity:1.7788;transform:translate(1.4136vw,-10px) scale(.0689);animation:fall-152 15s -11s linear infinite}@keyframes fall-152{45.082%{transform:translate(-3.0364vw,45.082vh) scale(.0689)}to{transform:translate(-.8114vw,99vh) scale(.0689)}}.snow:nth-child(153){opacity:1.8516;transform:translate(44.1127vw,-10px) scale(.1314);animation:fall-153 14s -6s linear infinite}@keyframes fall-153{67.773%{transform:translate(35.7034vw,67.773vh) scale(.1314)}to{transform:translate(39.90805vw,99vh) scale(.1314)}}.snow:nth-child(154){opacity:1.182;transform:translate(97.2234vw,-10px) scale(.2277);animation:fall-154 20s -8s linear infinite}@keyframes fall-154{75.588%{transform:translate(94.2151vw,75.588vh) scale(.2277)}to{transform:translate(95.71925vw,99vh) scale(.2277)}}.snow:nth-child(155){opacity:.6622;transform:translate(98.3033vw,-10px) scale(.8139);animation:fall-155 11s -22s linear infinite}@keyframes fall-155{64.7%{transform:translate(90.7507vw,64.7vh) scale(.8139)}to{transform:translate(94.527vw,99vh) scale(.8139)}}.snow:nth-child(156){opacity:1.6584;transform:translate(22.5586vw,-10px) scale(.0645);animation:fall-156 29s -4s linear infinite}@keyframes fall-156{58.119%{transform:translate(21.5048vw,58.119vh) scale(.0645)}to{transform:translate(22.0317vw,99vh) scale(.0645)}}.snow:nth-child(157){opacity:1.1938;transform:translate(79.2149vw,-10px) scale(.2345);animation:fall-157 18s -1s linear infinite}@keyframes fall-157{41.139%{transform:translate(87.3529vw,41.139vh) scale(.2345)}to{transform:translate(83.2839vw,99vh) scale(.2345)}}.snow:nth-child(158){opacity:1.1758;transform:translate(44.3152vw,-10px) scale(.2175);animation:fall-158 13s -10s linear infinite}@keyframes fall-158{71.539%{transform:translate(51.9172vw,71.539vh) scale(.2175)}to{transform:translate(48.1162vw,99vh) scale(.2175)}}.snow:nth-child(159){opacity:1.879;transform:translate(70.0665vw,-10px) scale(.5421);animation:fall-159 20s -1s linear infinite}@keyframes fall-159{67.876%{transform:translate(77.4784vw,67.876vh) scale(.5421)}to{transform:translate(73.77245vw,99vh) scale(.5421)}}.snow:nth-child(160){opacity:.8002;transform:translate(74.0949vw,-10px) scale(.8542);animation:fall-160 15s -22s linear infinite}@keyframes fall-160{35.91%{transform:translate(76.7373vw,35.91vh) scale(.8542)}to{transform:translate(75.4161vw,99vh) scale(.8542)}}.snow:nth-child(161){opacity:1.5448;transform:translate(93.6918vw,-10px) scale(.3441);animation:fall-161 22s -21s linear infinite}@keyframes fall-161{38.606%{transform:translate(92.9488vw,38.606vh) scale(.3441)}to{transform:translate(93.3203vw,99vh) scale(.3441)}}.snow:nth-child(162){opacity:1.5364;transform:translate(31.9191vw,-10px) scale(.9839);animation:fall-162 27s -15s linear infinite}@keyframes fall-162{39.613%{transform:translate(29.1846vw,39.613vh) scale(.9839)}to{transform:translate(30.55185vw,99vh) scale(.9839)}}.snow:nth-child(163){opacity:1.06;transform:translate(38.665vw,-10px) scale(.9557);animation:fall-163 24s -21s linear infinite}@keyframes fall-163{59.611%{transform:translate(32.4466vw,59.611vh) scale(.9557)}to{transform:translate(35.5558vw,99vh) scale(.9557)}}.snow:nth-child(164){opacity:1.4548;transform:translate(30.5891vw,-10px) scale(.2565);animation:fall-164 15s -9s linear infinite}@keyframes fall-164{52.518%{transform:translate(29.9292vw,52.518vh) scale(.2565)}to{transform:translate(30.25915vw,99vh) scale(.2565)}}.snow:nth-child(165){opacity:.1546;transform:translate(70.2297vw,-10px) scale(.2127);animation:fall-165 15s -18s linear infinite}@keyframes fall-165{49.424%{transform:translate(68.2726vw,49.424vh) scale(.2127)}to{transform:translate(69.25115vw,99vh) scale(.2127)}}.snow:nth-child(166){opacity:.1702;transform:translate(84.9473vw,-10px) scale(.5092);animation:fall-166 21s -17s linear infinite}@keyframes fall-166{53.006%{transform:translate(84.8324vw,53.006vh) scale(.5092)}to{transform:translate(84.88985vw,99vh) scale(.5092)}}.snow:nth-child(167){opacity:.1142;transform:translate(11.9746vw,-10px) scale(.6291);animation:fall-167 18s -28s linear infinite}@keyframes fall-167{31.197%{transform:translate(5.4877vw,31.197vh) scale(.6291)}to{transform:translate(8.73115vw,99vh) scale(.6291)}}.snow:nth-child(168){opacity:.0262;transform:translate(68.5217vw,-10px) scale(.601);animation:fall-168 15s -2s linear infinite}@keyframes fall-168{79.131%{transform:translate(63.7296vw,79.131vh) scale(.601)}to{transform:translate(66.12565vw,99vh) scale(.601)}}.snow:nth-child(169){opacity:1.334;transform:translate(65.0601vw,-10px) scale(.4125);animation:fall-169 24s -24s linear infinite}@keyframes fall-169{44.025%{transform:translate(60.8291vw,44.025vh) scale(.4125)}to{transform:translate(62.9446vw,99vh) scale(.4125)}}.snow:nth-child(170){opacity:1.8938;transform:translate(21.412vw,-10px) scale(.6214);animation:fall-170 20s -7s linear infinite}@keyframes fall-170{50.897%{transform:translate(18.3261vw,50.897vh) scale(.6214)}to{transform:translate(19.86905vw,99vh) scale(.6214)}}.snow:nth-child(171){opacity:.6082;transform:translate(1.0975vw,-10px) scale(.3779);animation:fall-171 10s -30s linear infinite}@keyframes fall-171{75.632%{transform:translate(5.7373vw,75.632vh) scale(.3779)}to{transform:translate(3.4174vw,99vh) scale(.3779)}}.snow:nth-child(172){opacity:.1328;transform:translate(37.3988vw,-10px) scale(.8699);animation:fall-172 18s -3s linear infinite}@keyframes fall-172{69.222%{transform:translate(29.2838vw,69.222vh) scale(.8699)}to{transform:translate(33.3413vw,99vh) scale(.8699)}}.snow:nth-child(173){opacity:.5388;transform:translate(89.6882vw,-10px) scale(.6652);animation:fall-173 18s -7s linear infinite}@keyframes fall-173{55.893%{transform:translate(97.7509vw,55.893vh) scale(.6652)}to{transform:translate(93.71955vw,99vh) scale(.6652)}}.snow:nth-child(174){opacity:1.5178;transform:translate(22.8038vw,-10px) scale(.8076);animation:fall-174 30s -28s linear infinite}@keyframes fall-174{70.884%{transform:translate(24.3945vw,70.884vh) scale(.8076)}to{transform:translate(23.59915vw,99vh) scale(.8076)}}.snow:nth-child(175){opacity:1.061;transform:translate(94.7577vw,-10px) scale(.7214);animation:fall-175 29s -12s linear infinite}@keyframes fall-175{57.171%{transform:translate(102.5609vw,57.171vh) scale(.7214)}to{transform:translate(98.6593vw,99vh) scale(.7214)}}.snow:nth-child(176){opacity:1.0904;transform:translate(.55vw,-10px) scale(.1133);animation:fall-176 11s -18s linear infinite}@keyframes fall-176{66.628%{transform:translate(-6.6208vw,66.628vh) scale(.1133)}to{transform:translate(-3.0354vw,99vh) scale(.1133)}}.snow:nth-child(177){opacity:1.3486;transform:translate(21.818vw,-10px) scale(.8622);animation:fall-177 22s -20s linear infinite}@keyframes fall-177{30.043%{transform:translate(22.6674vw,30.043vh) scale(.8622)}to{transform:translate(22.2427vw,99vh) scale(.8622)}}.snow:nth-child(178){opacity:.538;transform:translate(7.1943vw,-10px) scale(.5349);animation:fall-178 20s -4s linear infinite}@keyframes fall-178{62.609%{transform:translate(5.1818vw,62.609vh) scale(.5349)}to{transform:translate(6.18805vw,99vh) scale(.5349)}}.snow:nth-child(179){opacity:1.274;transform:translate(2.0344vw,-10px) scale(.0555);animation:fall-179 26s -2s linear infinite}@keyframes fall-179{60.767%{transform:translate(3.1297vw,60.767vh) scale(.0555)}to{transform:translate(2.58205vw,99vh) scale(.0555)}}.snow:nth-child(180){opacity:.201;transform:translate(12.0502vw,-10px) scale(.3899);animation:fall-180 11s -21s linear infinite}@keyframes fall-180{68.087%{transform:translate(7.8097vw,68.087vh) scale(.3899)}to{transform:translate(9.92995vw,99vh) scale(.3899)}}.snow:nth-child(181){opacity:1.7628;transform:translate(34.5629vw,-10px) scale(.3274);animation:fall-181 19s -27s linear infinite}@keyframes fall-181{61.003%{transform:translate(37.3934vw,61.003vh) scale(.3274)}to{transform:translate(35.97815vw,99vh) scale(.3274)}}.snow:nth-child(182){opacity:1.3912;transform:translate(66.2021vw,-10px) scale(.4182);animation:fall-182 23s -25s linear infinite}@keyframes fall-182{49.42%{transform:translate(66.126vw,49.42vh) scale(.4182)}to{transform:translate(66.16405vw,99vh) scale(.4182)}}.snow:nth-child(183){opacity:1.579;transform:translate(77.9906vw,-10px) scale(.1208);animation:fall-183 19s -26s linear infinite}@keyframes fall-183{36.067%{transform:translate(86.0438vw,36.067vh) scale(.1208)}to{transform:translate(82.0172vw,99vh) scale(.1208)}}.snow:nth-child(184){opacity:1.2766;transform:translate(98.937vw,-10px) scale(.218);animation:fall-184 14s -15s linear infinite}@keyframes fall-184{67.924%{transform:translate(105.3838vw,67.924vh) scale(.218)}to{transform:translate(102.1604vw,99vh) scale(.218)}}.snow:nth-child(185){opacity:1.2958;transform:translate(60.6239vw,-10px) scale(.0207);animation:fall-185 13s -24s linear infinite}@keyframes fall-185{40.456%{transform:translate(69.1265vw,40.456vh) scale(.0207)}to{transform:translate(64.8752vw,99vh) scale(.0207)}}.snow:nth-child(186){opacity:1.1192;transform:translate(56.007vw,-10px) scale(.8106);animation:fall-186 23s -13s linear infinite}@keyframes fall-186{79.651%{transform:translate(56.9405vw,79.651vh) scale(.8106)}to{transform:translate(56.47375vw,99vh) scale(.8106)}}.snow:nth-child(187){opacity:.1288;transform:translate(1.4736vw,-10px) scale(.6456);animation:fall-187 28s -3s linear infinite}@keyframes fall-187{66.287%{transform:translate(11.3611vw,66.287vh) scale(.6456)}to{transform:translate(6.41735vw,99vh) scale(.6456)}}.snow:nth-child(188){opacity:1.1134;transform:translate(94.4805vw,-10px) scale(.5844);animation:fall-188 15s -2s linear infinite}@keyframes fall-188{54.288%{transform:translate(87.7369vw,54.288vh) scale(.5844)}to{transform:translate(91.1087vw,99vh) scale(.5844)}}.snow:nth-child(189){opacity:1.7448;transform:translate(10.1329vw,-10px) scale(.3197);animation:fall-189 23s -28s linear infinite}@keyframes fall-189{76.664%{transform:translate(19.0827vw,76.664vh) scale(.3197)}to{transform:translate(14.6078vw,99vh) scale(.3197)}}.snow:nth-child(190){opacity:1.598;transform:translate(48.2673vw,-10px) scale(.6819);animation:fall-190 11s -3s linear infinite}@keyframes fall-190{39.809%{transform:translate(57.9068vw,39.809vh) scale(.6819)}to{transform:translate(53.08705vw,99vh) scale(.6819)}}.snow:nth-child(191){opacity:1.212;transform:translate(37.315vw,-10px) scale(.5034);animation:fall-191 25s -11s linear infinite}@keyframes fall-191{36.007%{transform:translate(33.4939vw,36.007vh) scale(.5034)}to{transform:translate(35.40445vw,99vh) scale(.5034)}}.snow:nth-child(192){opacity:.8202;transform:translate(93.4358vw,-10px) scale(.7026);animation:fall-192 20s -15s linear infinite}@keyframes fall-192{42.138%{transform:translate(95.3047vw,42.138vh) scale(.7026)}to{transform:translate(94.37025vw,99vh) scale(.7026)}}.snow:nth-child(193){opacity:.7776;transform:translate(61.8227vw,-10px) scale(.8457);animation:fall-193 23s -20s linear infinite}@keyframes fall-193{39.447%{transform:translate(52.4398vw,39.447vh) scale(.8457)}to{transform:translate(57.13125vw,99vh) scale(.8457)}}.snow:nth-child(194){opacity:1.2702;transform:translate(22.7512vw,-10px) scale(.6411);animation:fall-194 11s -5s linear infinite}@keyframes fall-194{60.417%{transform:translate(23.222vw,60.417vh) scale(.6411)}to{transform:translate(22.9866vw,99vh) scale(.6411)}}.snow:nth-child(195){opacity:.1272;transform:translate(47.7248vw,-10px) scale(.497);animation:fall-195 30s -13s linear infinite}@keyframes fall-195{79.126%{transform:translate(53.542vw,79.126vh) scale(.497)}to{transform:translate(50.6334vw,99vh) scale(.497)}}.snow:nth-child(196){opacity:1.5834;transform:translate(26.0824vw,-10px) scale(.2572);animation:fall-196 21s -11s linear infinite}@keyframes fall-196{51.779%{transform:translate(33.4962vw,51.779vh) scale(.2572)}to{transform:translate(29.7893vw,99vh) scale(.2572)}}.snow:nth-child(197){opacity:1.583;transform:translate(3.3252vw,-10px) scale(.0698);animation:fall-197 23s -26s linear infinite}@keyframes fall-197{78.145%{transform:translate(4.462vw,78.145vh) scale(.0698)}to{transform:translate(3.8936vw,99vh) scale(.0698)}}.snow:nth-child(198){opacity:.2276;transform:translate(10.5798vw,-10px) scale(.8882);animation:fall-198 30s -7s linear infinite}@keyframes fall-198{72.361%{transform:translate(14.25vw,72.361vh) scale(.8882)}to{transform:translate(12.4149vw,99vh) scale(.8882)}}.snow:nth-child(199){opacity:1.242;transform:translate(53.6316vw,-10px) scale(.7159);animation:fall-199 20s -5s linear infinite}@keyframes fall-199{76.515%{transform:translate(58.4693vw,76.515vh) scale(.7159)}to{transform:translate(56.05045vw,99vh) scale(.7159)}}.snow:nth-child(200){opacity:1.1038;transform:translate(96.9228vw,-10px) scale(.3062);animation:fall-200 12s -19s linear infinite}@keyframes fall-200{40.5%{transform:translate(103.4377vw,40.5vh) scale(.3062)}to{transform:translate(100.18025vw,99vh) scale(.3062)}}.snow:nth-child(201){opacity:.0748;transform:translate(.4051vw,-10px) scale(.2147);animation:fall-201 11s -4s linear infinite}@keyframes fall-201{76.96%{transform:translate(-7.0218vw,76.96vh) scale(.2147)}to{transform:translate(-3.30835vw,99vh) scale(.2147)}}.snow:nth-child(202){opacity:1.207;transform:translate(10.7333vw,-10px) scale(.4408);animation:fall-202 15s -3s linear infinite}@keyframes fall-202{58.07%{transform:translate(19.9383vw,58.07vh) scale(.4408)}to{transform:translate(15.3358vw,99vh) scale(.4408)}}.snow:nth-child(203){opacity:.3652;transform:translate(93.8146vw,-10px) scale(.1138);animation:fall-203 10s -21s linear infinite}@keyframes fall-203{55.179%{transform:translate(94.9426vw,55.179vh) scale(.1138)}to{transform:translate(94.3786vw,99vh) scale(.1138)}}.snow:nth-child(204){opacity:.5632;transform:translate(75.4387vw,-10px) scale(.8555);animation:fall-204 30s -2s linear infinite}@keyframes fall-204{79.802%{transform:translate(69.1198vw,79.802vh) scale(.8555)}to{transform:translate(72.27925vw,99vh) scale(.8555)}}.snow:nth-child(205){opacity:1.7532;transform:translate(50.4298vw,-10px) scale(.2373);animation:fall-205 28s -18s linear infinite}@keyframes fall-205{55.103%{transform:translate(56.7805vw,55.103vh) scale(.2373)}to{transform:translate(53.60515vw,99vh) scale(.2373)}}.snow:nth-child(206){opacity:1.1186;transform:translate(8.681vw,-10px) scale(.3484);animation:fall-206 23s -28s linear infinite}@keyframes fall-206{41.631%{transform:translate(15.583vw,41.631vh) scale(.3484)}to{transform:translate(12.132vw,99vh) scale(.3484)}}.snow:nth-child(207){opacity:1.7566;transform:translate(36.0841vw,-10px) scale(.7589);animation:fall-207 17s -19s linear infinite}@keyframes fall-207{54.183%{transform:translate(36.6716vw,54.183vh) scale(.7589)}to{transform:translate(36.37785vw,99vh) scale(.7589)}}.snow:nth-child(208){opacity:1.1214;transform:translate(65.733vw,-10px) scale(.6107);animation:fall-208 14s -25s linear infinite}@keyframes fall-208{45.858%{transform:translate(66.327vw,45.858vh) scale(.6107)}to{transform:translate(66.03vw,99vh) scale(.6107)}}.snow:nth-child(209){opacity:.0866;transform:translate(78.0084vw,-10px) scale(.3763);animation:fall-209 27s -14s linear infinite}@keyframes fall-209{73.022%{transform:translate(71.1171vw,73.022vh) scale(.3763)}to{transform:translate(74.56275vw,99vh) scale(.3763)}}.snow:nth-child(210){opacity:.922;transform:translate(36.1723vw,-10px) scale(.3844);animation:fall-210 25s -21s linear infinite}@keyframes fall-210{60.907%{transform:translate(45.3388vw,60.907vh) scale(.3844)}to{transform:translate(40.75555vw,99vh) scale(.3844)}}.snow:nth-child(211){opacity:1.3772;transform:translate(56.0426vw,-10px) scale(.2327);animation:fall-211 10s -30s linear infinite}@keyframes fall-211{61.098%{transform:translate(58.273vw,61.098vh) scale(.2327)}to{transform:translate(57.1578vw,99vh) scale(.2327)}}.snow:nth-child(212){opacity:1.6052;transform:translate(46.701vw,-10px) scale(.6287);animation:fall-212 16s -11s linear infinite}@keyframes fall-212{77.313%{transform:translate(53.0633vw,77.313vh) scale(.6287)}to{transform:translate(49.88215vw,99vh) scale(.6287)}}.snow:nth-child(213){opacity:.0678;transform:translate(17.201vw,-10px) scale(.7568);animation:fall-213 30s -16s linear infinite}@keyframes fall-213{50.13%{transform:translate(23.3615vw,50.13vh) scale(.7568)}to{transform:translate(20.28125vw,99vh) scale(.7568)}}.snow:nth-child(214){opacity:1.97;transform:translate(99.0783vw,-10px) scale(.3506);animation:fall-214 17s -27s linear infinite}@keyframes fall-214{73.44%{transform:translate(104.6928vw,73.44vh) scale(.3506)}to{transform:translate(101.88555vw,99vh) scale(.3506)}}.snow:nth-child(215){opacity:.9608;transform:translate(29.113vw,-10px) scale(.4082);animation:fall-215 22s -22s linear infinite}@keyframes fall-215{49.937%{transform:translate(37.5133vw,49.937vh) scale(.4082)}to{transform:translate(33.31315vw,99vh) scale(.4082)}}.snow:nth-child(216){opacity:.0628;transform:translate(64.1433vw,-10px) scale(.778);animation:fall-216 14s -23s linear infinite}@keyframes fall-216{75.725%{transform:translate(57.1759vw,75.725vh) scale(.778)}to{transform:translate(60.6596vw,99vh) scale(.778)}}.snow:nth-child(217){opacity:.7378;transform:translate(51.6257vw,-10px) scale(.1828);animation:fall-217 13s -6s linear infinite}@keyframes fall-217{53.24%{transform:translate(56.7064vw,53.24vh) scale(.1828)}to{transform:translate(54.16605vw,99vh) scale(.1828)}}.snow:nth-child(218){opacity:1.292;transform:translate(42.1283vw,-10px) scale(.5807);animation:fall-218 19s -24s linear infinite}@keyframes fall-218{55.328%{transform:translate(34.8407vw,55.328vh) scale(.5807)}to{transform:translate(38.4845vw,99vh) scale(.5807)}}.snow:nth-child(219){opacity:.8262;transform:translate(31.4844vw,-10px) scale(.0188);animation:fall-219 12s -19s linear infinite}@keyframes fall-219{32.108%{transform:translate(30.2667vw,32.108vh) scale(.0188)}to{transform:translate(30.87555vw,99vh) scale(.0188)}}.snow:nth-child(220){opacity:1.9394;transform:translate(53.5777vw,-10px) scale(.8057);animation:fall-220 15s -1s linear infinite}@keyframes fall-220{32.86%{transform:translate(61.572vw,32.86vh) scale(.8057)}to{transform:translate(57.57485vw,99vh) scale(.8057)}}.snow:nth-child(221){opacity:.6368;transform:translate(70.8761vw,-10px) scale(.578);animation:fall-221 20s -18s linear infinite}@keyframes fall-221{60.171%{transform:translate(66.0061vw,60.171vh) scale(.578)}to{transform:translate(68.4411vw,99vh) scale(.578)}}.snow:nth-child(222){opacity:1.7512;transform:translate(85.4587vw,-10px) scale(.132);animation:fall-222 22s -29s linear infinite}@keyframes fall-222{61.782%{transform:translate(82.0057vw,61.782vh) scale(.132)}to{transform:translate(83.7322vw,99vh) scale(.132)}}.snow:nth-child(223){opacity:1.8922;transform:translate(5.1563vw,-10px) scale(.2895);animation:fall-223 27s -24s linear infinite}@keyframes fall-223{40.379%{transform:translate(13.8059vw,40.379vh) scale(.2895)}to{transform:translate(9.4811vw,99vh) scale(.2895)}}.snow:nth-child(224){opacity:1.2962;transform:translate(61.1165vw,-10px) scale(.1389);animation:fall-224 24s -10s linear infinite}@keyframes fall-224{50.699%{transform:translate(64.3369vw,50.699vh) scale(.1389)}to{transform:translate(62.7267vw,99vh) scale(.1389)}}.snow:nth-child(225){opacity:.4186;transform:translate(47.6341vw,-10px) scale(.4306);animation:fall-225 10s -10s linear infinite}@keyframes fall-225{48.402%{transform:translate(44.5909vw,48.402vh) scale(.4306)}to{transform:translate(46.1125vw,99vh) scale(.4306)}}.snow:nth-child(226){opacity:1.7466;transform:translate(53.1912vw,-10px) scale(.684);animation:fall-226 23s -26s linear infinite}@keyframes fall-226{63.534%{transform:translate(61.8282vw,63.534vh) scale(.684)}to{transform:translate(57.5097vw,99vh) scale(.684)}}.snow:nth-child(227){opacity:.6126;transform:translate(83.4415vw,-10px) scale(.7707);animation:fall-227 24s -30s linear infinite}@keyframes fall-227{58.949%{transform:translate(82.1663vw,58.949vh) scale(.7707)}to{transform:translate(82.8039vw,99vh) scale(.7707)}}.snow:nth-child(228){opacity:1.2112;transform:translate(2.7678vw,-10px) scale(.5867);animation:fall-228 14s -9s linear infinite}@keyframes fall-228{40.766%{transform:translate(9.8551vw,40.766vh) scale(.5867)}to{transform:translate(6.31145vw,99vh) scale(.5867)}}.snow:nth-child(229){opacity:1.3946;transform:translate(76.6562vw,-10px) scale(.9109);animation:fall-229 18s -27s linear infinite}@keyframes fall-229{38.14%{transform:translate(86.4296vw,38.14vh) scale(.9109)}to{transform:translate(81.5429vw,99vh) scale(.9109)}}.snow:nth-child(230){opacity:1.4408;transform:translate(64.2289vw,-10px) scale(.311);animation:fall-230 18s -2s linear infinite}@keyframes fall-230{35.348%{transform:translate(67.0302vw,35.348vh) scale(.311)}to{transform:translate(65.62955vw,99vh) scale(.311)}}.snow:nth-child(231){opacity:1.3304;transform:translate(49.8652vw,-10px) scale(.253);animation:fall-231 19s -22s linear infinite}@keyframes fall-231{61.735%{transform:translate(56.2224vw,61.735vh) scale(.253)}to{transform:translate(53.0438vw,99vh) scale(.253)}}.snow:nth-child(232){opacity:.3372;transform:translate(13.2282vw,-10px) scale(.2169);animation:fall-232 17s -18s linear infinite}@keyframes fall-232{55.888%{transform:translate(15.2191vw,55.888vh) scale(.2169)}to{transform:translate(14.22365vw,99vh) scale(.2169)}}.snow:nth-child(233){opacity:.333;transform:translate(48.7229vw,-10px) scale(.8983);animation:fall-233 23s -1s linear infinite}@keyframes fall-233{42.198%{transform:translate(58.0674vw,42.198vh) scale(.8983)}to{transform:translate(53.39515vw,99vh) scale(.8983)}}.snow:nth-child(234){opacity:1.6944;transform:translate(10.931vw,-10px) scale(.1895);animation:fall-234 22s -9s linear infinite}@keyframes fall-234{74.447%{transform:translate(3.7294vw,74.447vh) scale(.1895)}to{transform:translate(7.3302vw,99vh) scale(.1895)}}.snow:nth-child(235){opacity:.5454;transform:translate(22.6691vw,-10px) scale(.4408);animation:fall-235 11s -15s linear infinite}@keyframes fall-235{48.585%{transform:translate(28.8968vw,48.585vh) scale(.4408)}to{transform:translate(25.78295vw,99vh) scale(.4408)}}.snow:nth-child(236){opacity:1.1096;transform:translate(52.4905vw,-10px) scale(.5312);animation:fall-236 25s -7s linear infinite}@keyframes fall-236{76.574%{transform:translate(49.1727vw,76.574vh) scale(.5312)}to{transform:translate(50.8316vw,99vh) scale(.5312)}}.snow:nth-child(237){opacity:1.8696;transform:translate(43.3629vw,-10px) scale(.4018);animation:fall-237 20s -16s linear infinite}@keyframes fall-237{45.609%{transform:translate(34.5383vw,45.609vh) scale(.4018)}to{transform:translate(38.9506vw,99vh) scale(.4018)}}.snow:nth-child(238){opacity:1.9982;transform:translate(9.7483vw,-10px) scale(.8613);animation:fall-238 25s -27s linear infinite}@keyframes fall-238{45.338%{transform:translate(18.329vw,45.338vh) scale(.8613)}to{transform:translate(14.03865vw,99vh) scale(.8613)}}.snow:nth-child(239){opacity:.326;transform:translate(10.9307vw,-10px) scale(.7358);animation:fall-239 29s -30s linear infinite}@keyframes fall-239{65.899%{transform:translate(19.9477vw,65.899vh) scale(.7358)}to{transform:translate(15.4392vw,99vh) scale(.7358)}}.snow:nth-child(240){opacity:1.037;transform:translate(91.0168vw,-10px) scale(.5652);animation:fall-240 26s -20s linear infinite}@keyframes fall-240{31.737%{transform:translate(100.6298vw,31.737vh) scale(.5652)}to{transform:translate(95.8233vw,99vh) scale(.5652)}}.snow:nth-child(241){opacity:1.5556;transform:translate(53.9409vw,-10px) scale(.1873);animation:fall-241 16s -14s linear infinite}@keyframes fall-241{48.403%{transform:translate(50.9339vw,48.403vh) scale(.1873)}to{transform:translate(52.4374vw,99vh) scale(.1873)}}.snow:nth-child(242){opacity:1.2166;transform:translate(77.0405vw,-10px) scale(.2722);animation:fall-242 28s -24s linear infinite}@keyframes fall-242{33.312%{transform:translate(69.3454vw,33.312vh) scale(.2722)}to{transform:translate(73.19295vw,99vh) scale(.2722)}}.snow:nth-child(243){opacity:1.1666;transform:translate(88.8861vw,-10px) scale(.6752);animation:fall-243 19s -14s linear infinite}@keyframes fall-243{38.843%{transform:translate(85.4437vw,38.843vh) scale(.6752)}to{transform:translate(87.1649vw,99vh) scale(.6752)}}.snow:nth-child(244){opacity:1.0622;transform:translate(34.9552vw,-10px) scale(.9184);animation:fall-244 18s -12s linear infinite}@keyframes fall-244{73.197%{transform:translate(28.0445vw,73.197vh) scale(.9184)}to{transform:translate(31.49985vw,99vh) scale(.9184)}}.snow:nth-child(245){opacity:1.0876;transform:translate(20.7925vw,-10px) scale(.8067);animation:fall-245 14s -16s linear infinite}@keyframes fall-245{72.729%{transform:translate(21.0522vw,72.729vh) scale(.8067)}to{transform:translate(20.92235vw,99vh) scale(.8067)}}.snow:nth-child(246){opacity:1.2562;transform:translate(64.4162vw,-10px) scale(.4);animation:fall-246 17s -3s linear infinite}@keyframes fall-246{31.428%{transform:translate(56.0793vw,31.428vh) scale(.4)}to{transform:translate(60.24775vw,99vh) scale(.4)}}.snow:nth-child(247){opacity:.9504;transform:translate(76.0677vw,-10px) scale(.7288);animation:fall-247 25s -3s linear infinite}@keyframes fall-247{50.844%{transform:translate(70.2945vw,50.844vh) scale(.7288)}to{transform:translate(73.1811vw,99vh) scale(.7288)}}.snow:nth-child(248){opacity:1.7746;transform:translate(47.8983vw,-10px) scale(.4436);animation:fall-248 10s -17s linear infinite}@keyframes fall-248{76.699%{transform:translate(51.6022vw,76.699vh) scale(.4436)}to{transform:translate(49.75025vw,99vh) scale(.4436)}}.snow:nth-child(249){opacity:1.4828;transform:translate(22.2526vw,-10px) scale(.4502);animation:fall-249 25s -12s linear infinite}@keyframes fall-249{59.895%{transform:translate(23.513vw,59.895vh) scale(.4502)}to{transform:translate(22.8828vw,99vh) scale(.4502)}}.snow:nth-child(250){opacity:1.5672;transform:translate(7.7725vw,-10px) scale(.1333);animation:fall-250 10s -27s linear infinite}@keyframes fall-250{61.884%{transform:translate(17.5216vw,61.884vh) scale(.1333)}to{transform:translate(12.64705vw,99vh) scale(.1333)}}.snow:nth-child(251){opacity:1.7208;transform:translate(60.2096vw,-10px) scale(.5938);animation:fall-251 25s -11s linear infinite}@keyframes fall-251{30.844%{transform:translate(52.4502vw,30.844vh) scale(.5938)}to{transform:translate(56.3299vw,99vh) scale(.5938)}}.snow:nth-child(252){opacity:1.1784;transform:translate(98.9599vw,-10px) scale(.8366);animation:fall-252 27s -28s linear infinite}@keyframes fall-252{53.203%{transform:translate(101.7582vw,53.203vh) scale(.8366)}to{transform:translate(100.35905vw,99vh) scale(.8366)}}.snow:nth-child(253){opacity:.187;transform:translate(52.7887vw,-10px) scale(.5821);animation:fall-253 25s -25s linear infinite}@keyframes fall-253{73.17%{transform:translate(57.031vw,73.17vh) scale(.5821)}to{transform:translate(54.90985vw,99vh) scale(.5821)}}.snow:nth-child(254){opacity:1.326;transform:translate(46.0372vw,-10px) scale(.2199);animation:fall-254 22s -17s linear infinite}@keyframes fall-254{68.998%{transform:translate(51.5376vw,68.998vh) scale(.2199)}to{transform:translate(48.7874vw,99vh) scale(.2199)}}.snow:nth-child(255){opacity:.3326;transform:translate(59.5369vw,-10px) scale(.1736);animation:fall-255 24s -6s linear infinite}@keyframes fall-255{74.195%{transform:translate(54.0545vw,74.195vh) scale(.1736)}to{transform:translate(56.7957vw,99vh) scale(.1736)}}.snow:nth-child(256){opacity:1.7336;transform:translate(48.4732vw,-10px) scale(.2723);animation:fall-256 21s -26s linear infinite}@keyframes fall-256{40.301%{transform:translate(57.4307vw,40.301vh) scale(.2723)}to{transform:translate(52.95195vw,99vh) scale(.2723)}}.snow:nth-child(257){opacity:1.0058;transform:translate(34.0272vw,-10px) scale(.56);animation:fall-257 21s -10s linear infinite}@keyframes fall-257{60.086%{transform:translate(33.8322vw,60.086vh) scale(.56)}to{transform:translate(33.9297vw,99vh) scale(.56)}}.snow:nth-child(258){opacity:1.6362;transform:translate(.5995vw,-10px) scale(.4188);animation:fall-258 28s -24s linear infinite}@keyframes fall-258{37.051%{transform:translate(-8.1538vw,37.051vh) scale(.4188)}to{transform:translate(-3.77715vw,99vh) scale(.4188)}}.snow:nth-child(259){opacity:1.8686;transform:translate(.2823vw,-10px) scale(.9943);animation:fall-259 28s -3s linear infinite}@keyframes fall-259{36.2%{transform:translate(-.8871vw,36.2vh) scale(.9943)}to{transform:translate(-.3024vw,99vh) scale(.9943)}}.snow:nth-child(260){opacity:.7414;transform:translate(83.8041vw,-10px) scale(.7358);animation:fall-260 28s -25s linear infinite}@keyframes fall-260{63.798%{transform:translate(86.3288vw,63.798vh) scale(.7358)}to{transform:translate(85.06645vw,99vh) scale(.7358)}}.snow:nth-child(261){opacity:1.6876;transform:translate(21.701vw,-10px) scale(.0559);animation:fall-261 17s -6s linear infinite}@keyframes fall-261{56.721%{transform:translate(18.2407vw,56.721vh) scale(.0559)}to{transform:translate(19.97085vw,99vh) scale(.0559)}}.snow:nth-child(262){opacity:1.9;transform:translate(63.7508vw,-10px) scale(.1066);animation:fall-262 25s -16s linear infinite}@keyframes fall-262{59.951%{transform:translate(60.5832vw,59.951vh) scale(.1066)}to{transform:translate(62.167vw,99vh) scale(.1066)}}.snow:nth-child(263){opacity:.1226;transform:translate(26.1547vw,-10px) scale(.6492);animation:fall-263 20s -28s linear infinite}@keyframes fall-263{40.845%{transform:translate(34.9024vw,40.845vh) scale(.6492)}to{transform:translate(30.52855vw,99vh) scale(.6492)}}.snow:nth-child(264){opacity:.6006;transform:translate(81.8724vw,-10px) scale(.9812);animation:fall-264 16s -13s linear infinite}@keyframes fall-264{66.918%{transform:translate(81.0405vw,66.918vh) scale(.9812)}to{transform:translate(81.45645vw,99vh) scale(.9812)}}.snow:nth-child(265){opacity:.4232;transform:translate(11.065vw,-10px) scale(.2093);animation:fall-265 30s -15s linear infinite}@keyframes fall-265{30.822%{transform:translate(1.2083vw,30.822vh) scale(.2093)}to{transform:translate(6.13665vw,99vh) scale(.2093)}}.snow:nth-child(266){opacity:1.5926;transform:translate(84.2386vw,-10px) scale(.8149);animation:fall-266 23s -23s linear infinite}@keyframes fall-266{77.896%{transform:translate(86.5848vw,77.896vh) scale(.8149)}to{transform:translate(85.4117vw,99vh) scale(.8149)}}.snow:nth-child(267){opacity:1.2048;transform:translate(49.6214vw,-10px) scale(.5342);animation:fall-267 23s -8s linear infinite}@keyframes fall-267{44.226%{transform:translate(44.2278vw,44.226vh) scale(.5342)}to{transform:translate(46.9246vw,99vh) scale(.5342)}}.snow:nth-child(268){opacity:1.8678;transform:translate(76.2973vw,-10px) scale(.0697);animation:fall-268 16s -1s linear infinite}@keyframes fall-268{36.804%{transform:translate(66.5946vw,36.804vh) scale(.0697)}to{transform:translate(71.44595vw,99vh) scale(.0697)}}.snow:nth-child(269){opacity:1.9078;transform:translate(14.6286vw,-10px) scale(.7193);animation:fall-269 21s -2s linear infinite}@keyframes fall-269{35.531%{transform:translate(11.8541vw,35.531vh) scale(.7193)}to{transform:translate(13.24135vw,99vh) scale(.7193)}}.snow:nth-child(270){opacity:.9156;transform:translate(83.0737vw,-10px) scale(.5872);animation:fall-270 26s -20s linear infinite}@keyframes fall-270{34.189%{transform:translate(84.7031vw,34.189vh) scale(.5872)}to{transform:translate(83.8884vw,99vh) scale(.5872)}}.snow:nth-child(271){opacity:1.1694;transform:translate(2.0836vw,-10px) scale(.58);animation:fall-271 25s -30s linear infinite}@keyframes fall-271{46.347%{transform:translate(5.1842vw,46.347vh) scale(.58)}to{transform:translate(3.6339vw,99vh) scale(.58)}}.snow:nth-child(272){opacity:.5346;transform:translate(87.2236vw,-10px) scale(.1731);animation:fall-272 19s -20s linear infinite}@keyframes fall-272{66.165%{transform:translate(96.4548vw,66.165vh) scale(.1731)}to{transform:translate(91.8392vw,99vh) scale(.1731)}}.snow:nth-child(273){opacity:.9842;transform:translate(64.6127vw,-10px) scale(.4475);animation:fall-273 20s -19s linear infinite}@keyframes fall-273{74.481%{transform:translate(55.6836vw,74.481vh) scale(.4475)}to{transform:translate(60.14815vw,99vh) scale(.4475)}}.snow:nth-child(274){opacity:.8962;transform:translate(88.2052vw,-10px) scale(.9801);animation:fall-274 20s -15s linear infinite}@keyframes fall-274{40.06%{transform:translate(94.5592vw,40.06vh) scale(.9801)}to{transform:translate(91.3822vw,99vh) scale(.9801)}}.snow:nth-child(275){opacity:1.9686;transform:translate(89.8015vw,-10px) scale(.8228);animation:fall-275 14s -16s linear infinite}@keyframes fall-275{79.644%{transform:translate(83.6149vw,79.644vh) scale(.8228)}to{transform:translate(86.7082vw,99vh) scale(.8228)}}.snow:nth-child(276){opacity:1.9618;transform:translate(51.9412vw,-10px) scale(.8959);animation:fall-276 25s -19s linear infinite}@keyframes fall-276{40.897%{transform:translate(54.437vw,40.897vh) scale(.8959)}to{transform:translate(53.1891vw,99vh) scale(.8959)}}.snow:nth-child(277){opacity:1.646;transform:translate(89.6292vw,-10px) scale(.0291);animation:fall-277 30s -27s linear infinite}@keyframes fall-277{62.893%{transform:translate(85.9565vw,62.893vh) scale(.0291)}to{transform:translate(87.79285vw,99vh) scale(.0291)}}.snow:nth-child(278){opacity:1.4468;transform:translate(84.4736vw,-10px) scale(.4479);animation:fall-278 18s -29s linear infinite}@keyframes fall-278{71.792%{transform:translate(81.8306vw,71.792vh) scale(.4479)}to{transform:translate(83.1521vw,99vh) scale(.4479)}}.snow:nth-child(279){opacity:1.433;transform:translate(9.1452vw,-10px) scale(.8185);animation:fall-279 16s -3s linear infinite}@keyframes fall-279{38.379%{transform:translate(11.5274vw,38.379vh) scale(.8185)}to{transform:translate(10.3363vw,99vh) scale(.8185)}}.snow:nth-child(280){opacity:1.9224;transform:translate(99.8653vw,-10px) scale(.0124);animation:fall-280 15s -17s linear infinite}@keyframes fall-280{48.065%{transform:translate(108.8569vw,48.065vh) scale(.0124)}to{transform:translate(104.3611vw,99vh) scale(.0124)}}.snow:nth-child(281){opacity:.717;transform:translate(18.377vw,-10px) scale(.0873);animation:fall-281 14s -28s linear infinite}@keyframes fall-281{62.111%{transform:translate(27.3147vw,62.111vh) scale(.0873)}to{transform:translate(22.84585vw,99vh) scale(.0873)}}.snow:nth-child(282){opacity:1.0282;transform:translate(99.8746vw,-10px) scale(.6785);animation:fall-282 13s -1s linear infinite}@keyframes fall-282{46.15%{transform:translate(106.2416vw,46.15vh) scale(.6785)}to{transform:translate(103.0581vw,99vh) scale(.6785)}}.snow:nth-child(283){opacity:.7132;transform:translate(28.4787vw,-10px) scale(.818);animation:fall-283 26s -4s linear infinite}@keyframes fall-283{58.809%{transform:translate(21.3077vw,58.809vh) scale(.818)}to{transform:translate(24.8932vw,99vh) scale(.818)}}.snow:nth-child(284){opacity:.2194;transform:translate(58.1733vw,-10px) scale(.405);animation:fall-284 15s -30s linear infinite}@keyframes fall-284{34.296%{transform:translate(61.9124vw,34.296vh) scale(.405)}to{transform:translate(60.04285vw,99vh) scale(.405)}}.snow:nth-child(285){opacity:1.3526;transform:translate(73.5304vw,-10px) scale(.3781);animation:fall-285 10s -20s linear infinite}@keyframes fall-285{77.495%{transform:translate(66.682vw,77.495vh) scale(.3781)}to{transform:translate(70.1062vw,99vh) scale(.3781)}}.snow:nth-child(286){opacity:.5616;transform:translate(15.8544vw,-10px) scale(.4048);animation:fall-286 23s -2s linear infinite}@keyframes fall-286{71.594%{transform:translate(17.382vw,71.594vh) scale(.4048)}to{transform:translate(16.6182vw,99vh) scale(.4048)}}.snow:nth-child(287){opacity:.2164;transform:translate(2.6746vw,-10px) scale(.0129);animation:fall-287 27s -20s linear infinite}@keyframes fall-287{40.519%{transform:translate(8.2081vw,40.519vh) scale(.0129)}to{transform:translate(5.44135vw,99vh) scale(.0129)}}.snow:nth-child(288){opacity:.4734;transform:translate(45.4151vw,-10px) scale(.5639);animation:fall-288 11s -2s linear infinite}@keyframes fall-288{40.273%{transform:translate(37.7959vw,40.273vh) scale(.5639)}to{transform:translate(41.6055vw,99vh) scale(.5639)}}.snow:nth-child(289){opacity:1.2944;transform:translate(56.5714vw,-10px) scale(.1482);animation:fall-289 11s -14s linear infinite}@keyframes fall-289{73.5%{transform:translate(48.3034vw,73.5vh) scale(.1482)}to{transform:translate(52.4374vw,99vh) scale(.1482)}}.snow:nth-child(290){opacity:.972;transform:translate(38.951vw,-10px) scale(.2261);animation:fall-290 29s -11s linear infinite}@keyframes fall-290{48.778%{transform:translate(43.819vw,48.778vh) scale(.2261)}to{transform:translate(41.385vw,99vh) scale(.2261)}}.snow:nth-child(291){opacity:.455;transform:translate(85.1571vw,-10px) scale(.527);animation:fall-291 27s -18s linear infinite}@keyframes fall-291{32.343%{transform:translate(91.2758vw,32.343vh) scale(.527)}to{transform:translate(88.21645vw,99vh) scale(.527)}}.snow:nth-child(292){opacity:.7286;transform:translate(7.2268vw,-10px) scale(.1888);animation:fall-292 26s -14s linear infinite}@keyframes fall-292{68.402%{transform:translate(6.7609vw,68.402vh) scale(.1888)}to{transform:translate(6.99385vw,99vh) scale(.1888)}}.snow:nth-child(293){opacity:.5692;transform:translate(63.6547vw,-10px) scale(.885);animation:fall-293 19s -5s linear infinite}@keyframes fall-293{41.881%{transform:translate(64.2539vw,41.881vh) scale(.885)}to{transform:translate(63.9543vw,99vh) scale(.885)}}.snow:nth-child(294){opacity:1.67;transform:translate(98.6979vw,-10px) scale(.3912);animation:fall-294 19s -29s linear infinite}@keyframes fall-294{43.713%{transform:translate(108.6896vw,43.713vh) scale(.3912)}to{transform:translate(103.69375vw,99vh) scale(.3912)}}.snow:nth-child(295){opacity:1.0498;transform:translate(56.7031vw,-10px) scale(.9627);animation:fall-295 28s -14s linear infinite}@keyframes fall-295{73.209%{transform:translate(52.3793vw,73.209vh) scale(.9627)}to{transform:translate(54.5412vw,99vh) scale(.9627)}}.snow:nth-child(296){opacity:1.8766;transform:translate(65.8161vw,-10px) scale(.367);animation:fall-296 18s -30s linear infinite}@keyframes fall-296{59.315%{transform:translate(57.3851vw,59.315vh) scale(.367)}to{transform:translate(61.6006vw,99vh) scale(.367)}}.snow:nth-child(297){opacity:1.661;transform:translate(67.3618vw,-10px) scale(.2718);animation:fall-297 25s -23s linear infinite}@keyframes fall-297{51.407%{transform:translate(60.9764vw,51.407vh) scale(.2718)}to{transform:translate(64.1691vw,99vh) scale(.2718)}}.snow:nth-child(298){opacity:1.8476;transform:translate(55.0472vw,-10px) scale(.0911);animation:fall-298 20s -29s linear infinite}@keyframes fall-298{65.703%{transform:translate(58.4241vw,65.703vh) scale(.0911)}to{transform:translate(56.73565vw,99vh) scale(.0911)}}.snow:nth-child(299){opacity:.0588;transform:translate(60.1588vw,-10px) scale(.0323);animation:fall-299 15s -11s linear infinite}@keyframes fall-299{61.672%{transform:translate(62.5878vw,61.672vh) scale(.0323)}to{transform:translate(61.3733vw,99vh) scale(.0323)}}.snow:nth-child(300){opacity:1.2204;transform:translate(84.3894vw,-10px) scale(.1624);animation:fall-300 19s -24s linear infinite}@keyframes fall-300{31.731%{transform:translate(85.3396vw,31.731vh) scale(.1624)}to{transform:translate(84.8645vw,99vh) scale(.1624)}}.snow:nth-child(301){opacity:.4578;transform:translate(8.393vw,-10px) scale(.6976);animation:fall-301 16s -26s linear infinite}@keyframes fall-301{71.156%{transform:translate(17.3657vw,71.156vh) scale(.6976)}to{transform:translate(12.87935vw,99vh) scale(.6976)}}.snow:nth-child(302){opacity:1.4554;transform:translate(31.6443vw,-10px) scale(.9072);animation:fall-302 12s -21s linear infinite}@keyframes fall-302{57.716%{transform:translate(23.1077vw,57.716vh) scale(.9072)}to{transform:translate(27.376vw,99vh) scale(.9072)}}.snow:nth-child(303){opacity:.33;transform:translate(17.4892vw,-10px) scale(.6206);animation:fall-303 23s -11s linear infinite}@keyframes fall-303{55.97%{transform:translate(9.6028vw,55.97vh) scale(.6206)}to{transform:translate(13.546vw,99vh) scale(.6206)}}.snow:nth-child(304){opacity:1.8392;transform:translate(10.2477vw,-10px) scale(.3692);animation:fall-304 22s -25s linear infinite}@keyframes fall-304{33.873%{transform:translate(15.1612vw,33.873vh) scale(.3692)}to{transform:translate(12.70445vw,99vh) scale(.3692)}}.snow:nth-child(305){opacity:1.2548;transform:translate(23.0296vw,-10px) scale(.9189);animation:fall-305 20s -22s linear infinite}@keyframes fall-305{38.761%{transform:translate(29.9271vw,38.761vh) scale(.9189)}to{transform:translate(26.47835vw,99vh) scale(.9189)}}.snow:nth-child(306){opacity:.3758;transform:translate(69.8713vw,-10px) scale(.8381);animation:fall-306 30s -3s linear infinite}@keyframes fall-306{67.362%{transform:translate(69.3053vw,67.362vh) scale(.8381)}to{transform:translate(69.5883vw,99vh) scale(.8381)}}.snow:nth-child(307){opacity:.2986;transform:translate(58.2989vw,-10px) scale(.4389);animation:fall-307 27s -6s linear infinite}@keyframes fall-307{42.324%{transform:translate(60.8719vw,42.324vh) scale(.4389)}to{transform:translate(59.5854vw,99vh) scale(.4389)}}.snow:nth-child(308){opacity:.0346;transform:translate(15.6896vw,-10px) scale(.9935);animation:fall-308 12s -23s linear infinite}@keyframes fall-308{43.631%{transform:translate(8.0409vw,43.631vh) scale(.9935)}to{transform:translate(11.86525vw,99vh) scale(.9935)}}.snow:nth-child(309){opacity:.3958;transform:translate(69.6478vw,-10px) scale(.705);animation:fall-309 10s -18s linear infinite}@keyframes fall-309{39.605%{transform:translate(66.1637vw,39.605vh) scale(.705)}to{transform:translate(67.90575vw,99vh) scale(.705)}}.snow:nth-child(310){opacity:.5158;transform:translate(82.7906vw,-10px) scale(.0052);animation:fall-310 20s -30s linear infinite}@keyframes fall-310{58.492%{transform:translate(76.5384vw,58.492vh) scale(.0052)}to{transform:translate(79.6645vw,99vh) scale(.0052)}}.snow:nth-child(311){opacity:1.7534;transform:translate(1.8515vw,-10px) scale(.86);animation:fall-311 21s -26s linear infinite}@keyframes fall-311{31.129%{transform:translate(-6.9301vw,31.129vh) scale(.86)}to{transform:translate(-2.5393vw,99vh) scale(.86)}}.snow:nth-child(312){opacity:1.8296;transform:translate(60.1914vw,-10px) scale(.1805);animation:fall-312 30s -4s linear infinite}@keyframes fall-312{38.331%{transform:translate(55.5853vw,38.331vh) scale(.1805)}to{transform:translate(57.88835vw,99vh) scale(.1805)}}.snow:nth-child(313){opacity:.3974;transform:translate(15.4978vw,-10px) scale(.7972);animation:fall-313 29s -16s linear infinite}@keyframes fall-313{36.841%{transform:translate(24.9086vw,36.841vh) scale(.7972)}to{transform:translate(20.2032vw,99vh) scale(.7972)}}.snow:nth-child(314){opacity:.7916;transform:translate(66.0494vw,-10px) scale(.8999);animation:fall-314 28s -6s linear infinite}@keyframes fall-314{39.429%{transform:translate(70.0503vw,39.429vh) scale(.8999)}to{transform:translate(68.04985vw,99vh) scale(.8999)}}.snow:nth-child(315){opacity:.8382;transform:translate(8.7491vw,-10px) scale(.6886);animation:fall-315 17s -11s linear infinite}@keyframes fall-315{67.305%{transform:translate(11.7725vw,67.305vh) scale(.6886)}to{transform:translate(10.2608vw,99vh) scale(.6886)}}.snow:nth-child(316){opacity:.8314;transform:translate(12.6183vw,-10px) scale(.6147);animation:fall-316 24s -30s linear infinite}@keyframes fall-316{64.553%{transform:translate(20.1182vw,64.553vh) scale(.6147)}to{transform:translate(16.36825vw,99vh) scale(.6147)}}.snow:nth-child(317){opacity:.3764;transform:translate(43.7305vw,-10px) scale(.4175);animation:fall-317 27s -17s linear infinite}@keyframes fall-317{64.713%{transform:translate(41.285vw,64.713vh) scale(.4175)}to{transform:translate(42.50775vw,99vh) scale(.4175)}}.snow:nth-child(318){opacity:1.2502;transform:translate(62.3721vw,-10px) scale(.7525);animation:fall-318 21s -30s linear infinite}@keyframes fall-318{38.64%{transform:translate(59.5219vw,38.64vh) scale(.7525)}to{transform:translate(60.947vw,99vh) scale(.7525)}}.snow:nth-child(319){opacity:1.9768;transform:translate(70.2923vw,-10px) scale(.2164);animation:fall-319 26s -30s linear infinite}@keyframes fall-319{47.039%{transform:translate(66.1399vw,47.039vh) scale(.2164)}to{transform:translate(68.2161vw,99vh) scale(.2164)}}.snow:nth-child(320){opacity:.1326;transform:translate(23.4987vw,-10px) scale(.7864);animation:fall-320 11s -9s linear infinite}@keyframes fall-320{46.781%{transform:translate(17.0365vw,46.781vh) scale(.7864)}to{transform:translate(20.2676vw,99vh) scale(.7864)}}.snow:nth-child(321){opacity:.0244;transform:translate(69.6958vw,-10px) scale(.7265);animation:fall-321 10s -9s linear infinite}@keyframes fall-321{77.028%{transform:translate(74.4956vw,77.028vh) scale(.7265)}to{transform:translate(72.0957vw,99vh) scale(.7265)}}.snow:nth-child(322){opacity:.4138;transform:translate(21.6879vw,-10px) scale(.581);animation:fall-322 16s -20s linear infinite}@keyframes fall-322{58.687%{transform:translate(29.3039vw,58.687vh) scale(.581)}to{transform:translate(25.4959vw,99vh) scale(.581)}}.snow:nth-child(323){opacity:1.9526;transform:translate(97.6485vw,-10px) scale(.9621);animation:fall-323 11s -29s linear infinite}@keyframes fall-323{32.202%{transform:translate(105.2383vw,32.202vh) scale(.9621)}to{transform:translate(101.4434vw,99vh) scale(.9621)}}.snow:nth-child(324){opacity:1.0918;transform:translate(66.2931vw,-10px) scale(.4093);animation:fall-324 20s -6s linear infinite}@keyframes fall-324{35.604%{transform:translate(67.1939vw,35.604vh) scale(.4093)}to{transform:translate(66.7435vw,99vh) scale(.4093)}}.snow:nth-child(325){opacity:1.5066;transform:translate(10.4604vw,-10px) scale(.3967);animation:fall-325 22s -14s linear infinite}@keyframes fall-325{47.129%{transform:translate(18.5098vw,47.129vh) scale(.3967)}to{transform:translate(14.4851vw,99vh) scale(.3967)}}.snow:nth-child(326){opacity:1.6022;transform:translate(6.5805vw,-10px) scale(.9311);animation:fall-326 18s -8s linear infinite}@keyframes fall-326{67.603%{transform:translate(3.7863vw,67.603vh) scale(.9311)}to{transform:translate(5.1834vw,99vh) scale(.9311)}}.snow:nth-child(327){opacity:.7648;transform:translate(93.2477vw,-10px) scale(.4162);animation:fall-327 26s -9s linear infinite}@keyframes fall-327{33.96%{transform:translate(103.0312vw,33.96vh) scale(.4162)}to{transform:translate(98.13945vw,99vh) scale(.4162)}}.snow:nth-child(328){opacity:1.0876;transform:translate(33.0942vw,-10px) scale(.2701);animation:fall-328 25s -25s linear infinite}@keyframes fall-328{41.415%{transform:translate(25.3675vw,41.415vh) scale(.2701)}to{transform:translate(29.23085vw,99vh) scale(.2701)}}.snow:nth-child(329){opacity:.119;transform:translate(97.4614vw,-10px) scale(.5622);animation:fall-329 17s -29s linear infinite}@keyframes fall-329{40.12%{transform:translate(93.2575vw,40.12vh) scale(.5622)}to{transform:translate(95.35945vw,99vh) scale(.5622)}}.snow:nth-child(330){opacity:.0798;transform:translate(53.4836vw,-10px) scale(.8315);animation:fall-330 28s -1s linear infinite}@keyframes fall-330{36.433%{transform:translate(55.8453vw,36.433vh) scale(.8315)}to{transform:translate(54.66445vw,99vh) scale(.8315)}}.snow:nth-child(331){opacity:.5334;transform:translate(71.4581vw,-10px) scale(.8329);animation:fall-331 18s -28s linear infinite}@keyframes fall-331{47.418%{transform:translate(72.9954vw,47.418vh) scale(.8329)}to{transform:translate(72.22675vw,99vh) scale(.8329)}}.snow:nth-child(332){opacity:.5046;transform:translate(32.5301vw,-10px) scale(.3094);animation:fall-332 13s -7s linear infinite}@keyframes fall-332{40.164%{transform:translate(23.9515vw,40.164vh) scale(.3094)}to{transform:translate(28.2408vw,99vh) scale(.3094)}}.snow:nth-child(333){opacity:1.652;transform:translate(4.2288vw,-10px) scale(.3643);animation:fall-333 21s -5s linear infinite}@keyframes fall-333{62.735%{transform:translate(-1.2727vw,62.735vh) scale(.3643)}to{transform:translate(1.47805vw,99vh) scale(.3643)}}.snow:nth-child(334){opacity:.7912;transform:translate(33.0844vw,-10px) scale(.1942);animation:fall-334 17s -13s linear infinite}@keyframes fall-334{70.22%{transform:translate(29.257vw,70.22vh) scale(.1942)}to{transform:translate(31.1707vw,99vh) scale(.1942)}}.snow:nth-child(335){opacity:.1342;transform:translate(51.9609vw,-10px) scale(.4849);animation:fall-335 11s -16s linear infinite}@keyframes fall-335{65.628%{transform:translate(61.919vw,65.628vh) scale(.4849)}to{transform:translate(56.93995vw,99vh) scale(.4849)}}.snow:nth-child(336){opacity:1.0596;transform:translate(49.093vw,-10px) scale(.1786);animation:fall-336 11s -30s linear infinite}@keyframes fall-336{75.905%{transform:translate(47.0434vw,75.905vh) scale(.1786)}to{transform:translate(48.0682vw,99vh) scale(.1786)}}.snow:nth-child(337){opacity:1.879;transform:translate(37.1334vw,-10px) scale(.377);animation:fall-337 20s -3s linear infinite}@keyframes fall-337{44.937%{transform:translate(33.7756vw,44.937vh) scale(.377)}to{transform:translate(35.4545vw,99vh) scale(.377)}}.snow:nth-child(338){opacity:1.506;transform:translate(88.3372vw,-10px) scale(.172);animation:fall-338 27s -11s linear infinite}@keyframes fall-338{67.876%{transform:translate(79.5755vw,67.876vh) scale(.172)}to{transform:translate(83.95635vw,99vh) scale(.172)}}.snow:nth-child(339){opacity:.9714;transform:translate(72.2916vw,-10px) scale(.2881);animation:fall-339 23s -21s linear infinite}@keyframes fall-339{40.588%{transform:translate(76.9841vw,40.588vh) scale(.2881)}to{transform:translate(74.63785vw,99vh) scale(.2881)}}.snow:nth-child(340){opacity:.1714;transform:translate(56.7111vw,-10px) scale(.4536);animation:fall-340 20s -19s linear infinite}@keyframes fall-340{32.09%{transform:translate(60.416vw,32.09vh) scale(.4536)}to{transform:translate(58.56355vw,99vh) scale(.4536)}}.snow:nth-child(341){opacity:.747;transform:translate(47.2472vw,-10px) scale(.3806);animation:fall-341 15s -19s linear infinite}@keyframes fall-341{46.82%{transform:translate(39.8631vw,46.82vh) scale(.3806)}to{transform:translate(43.55515vw,99vh) scale(.3806)}}.snow:nth-child(342){opacity:1.1038;transform:translate(91.6929vw,-10px) scale(.8137);animation:fall-342 29s -25s linear infinite}@keyframes fall-342{47.092%{transform:translate(86.036vw,47.092vh) scale(.8137)}to{transform:translate(88.86445vw,99vh) scale(.8137)}}.snow:nth-child(343){opacity:.1192;transform:translate(33.2369vw,-10px) scale(.5115);animation:fall-343 11s -18s linear infinite}@keyframes fall-343{47.999%{transform:translate(42.5138vw,47.999vh) scale(.5115)}to{transform:translate(37.87535vw,99vh) scale(.5115)}}.snow:nth-child(344){opacity:.781;transform:translate(17.3967vw,-10px) scale(.5951);animation:fall-344 24s -23s linear infinite}@keyframes fall-344{64.248%{transform:translate(16.2409vw,64.248vh) scale(.5951)}to{transform:translate(16.8188vw,99vh) scale(.5951)}}.snow:nth-child(345){opacity:1.9514;transform:translate(24.2217vw,-10px) scale(.5362);animation:fall-345 24s -25s linear infinite}@keyframes fall-345{66.151%{transform:translate(22.1969vw,66.151vh) scale(.5362)}to{transform:translate(23.2093vw,99vh) scale(.5362)}}.snow:nth-child(346){opacity:1.1452;transform:translate(65.6078vw,-10px) scale(.0384);animation:fall-346 21s -16s linear infinite}@keyframes fall-346{56.123%{transform:translate(72.389vw,56.123vh) scale(.0384)}to{transform:translate(68.9984vw,99vh) scale(.0384)}}.snow:nth-child(347){opacity:1.48;transform:translate(94.754vw,-10px) scale(.6488);animation:fall-347 15s -6s linear infinite}@keyframes fall-347{33.019%{transform:translate(103.7193vw,33.019vh) scale(.6488)}to{transform:translate(99.23665vw,99vh) scale(.6488)}}.snow:nth-child(348){opacity:.6716;transform:translate(49.7665vw,-10px) scale(.3308);animation:fall-348 11s -1s linear infinite}@keyframes fall-348{58.288%{transform:translate(45.441vw,58.288vh) scale(.3308)}to{transform:translate(47.60375vw,99vh) scale(.3308)}}.snow:nth-child(349){opacity:1.0836;transform:translate(58.0822vw,-10px) scale(.2648);animation:fall-349 12s -17s linear infinite}@keyframes fall-349{78.798%{transform:translate(55.7176vw,78.798vh) scale(.2648)}to{transform:translate(56.8999vw,99vh) scale(.2648)}}.snow:nth-child(350){opacity:1.7602;transform:translate(14.01vw,-10px) scale(.4581);animation:fall-350 21s -12s linear infinite}@keyframes fall-350{76.447%{transform:translate(11.1373vw,76.447vh) scale(.4581)}to{transform:translate(12.57365vw,99vh) scale(.4581)}}.snow:nth-child(351){opacity:1.5914;transform:translate(98.781vw,-10px) scale(.116);animation:fall-351 14s -26s linear infinite}@keyframes fall-351{79.879%{transform:translate(96.6445vw,79.879vh) scale(.116)}to{transform:translate(97.71275vw,99vh) scale(.116)}}.snow:nth-child(352){opacity:1.1474;transform:translate(90.3303vw,-10px) scale(.0356);animation:fall-352 13s -26s linear infinite}@keyframes fall-352{33.712%{transform:translate(88.2675vw,33.712vh) scale(.0356)}to{transform:translate(89.2989vw,99vh) scale(.0356)}}.snow:nth-child(353){opacity:1.598;transform:translate(61.7191vw,-10px) scale(.8819);animation:fall-353 21s -19s linear infinite}@keyframes fall-353{54.307%{transform:translate(59.5162vw,54.307vh) scale(.8819)}to{transform:translate(60.61765vw,99vh) scale(.8819)}}.snow:nth-child(354){opacity:1.8164;transform:translate(9.5791vw,-10px) scale(.6951);animation:fall-354 17s -22s linear infinite}@keyframes fall-354{71.651%{transform:translate(7.6449vw,71.651vh) scale(.6951)}to{transform:translate(8.612vw,99vh) scale(.6951)}}.snow:nth-child(355){opacity:.7216;transform:translate(63.7976vw,-10px) scale(.6265);animation:fall-355 21s -21s linear infinite}@keyframes fall-355{52.216%{transform:translate(57.7079vw,52.216vh) scale(.6265)}to{transform:translate(60.75275vw,99vh) scale(.6265)}}.snow:nth-child(356){opacity:.8048;transform:translate(7.8159vw,-10px) scale(.5636);animation:fall-356 27s -29s linear infinite}@keyframes fall-356{66.146%{transform:translate(7.4704vw,66.146vh) scale(.5636)}to{transform:translate(7.64315vw,99vh) scale(.5636)}}.snow:nth-child(357){opacity:1.4302;transform:translate(30.9688vw,-10px) scale(.7103);animation:fall-357 22s -2s linear infinite}@keyframes fall-357{79.008%{transform:translate(34.2436vw,79.008vh) scale(.7103)}to{transform:translate(32.6062vw,99vh) scale(.7103)}}.snow:nth-child(358){opacity:.8268;transform:translate(98.9812vw,-10px) scale(.0518);animation:fall-358 16s -9s linear infinite}@keyframes fall-358{57.18%{transform:translate(102.5656vw,57.18vh) scale(.0518)}to{transform:translate(100.7734vw,99vh) scale(.0518)}}.snow:nth-child(359){opacity:.877;transform:translate(46.1834vw,-10px) scale(.2942);animation:fall-359 18s -23s linear infinite}@keyframes fall-359{58.08%{transform:translate(37.408vw,58.08vh) scale(.2942)}to{transform:translate(41.7957vw,99vh) scale(.2942)}}.snow:nth-child(360){opacity:1.647;transform:translate(3.8129vw,-10px) scale(.282);animation:fall-360 14s -30s linear infinite}@keyframes fall-360{35.514%{transform:translate(11.3508vw,35.514vh) scale(.282)}to{transform:translate(7.58185vw,99vh) scale(.282)}}.snow:nth-child(361){opacity:1.4202;transform:translate(39.8607vw,-10px) scale(.9136);animation:fall-361 12s -17s linear infinite}@keyframes fall-361{38.372%{transform:translate(39.1884vw,38.372vh) scale(.9136)}to{transform:translate(39.52455vw,99vh) scale(.9136)}}.snow:nth-child(362){opacity:1.301;transform:translate(86.9968vw,-10px) scale(.2659);animation:fall-362 10s -22s linear infinite}@keyframes fall-362{47.397%{transform:translate(77.9991vw,47.397vh) scale(.2659)}to{transform:translate(82.49795vw,99vh) scale(.2659)}}.snow:nth-child(363){opacity:.4542;transform:translate(46.333vw,-10px) scale(.1618);animation:fall-363 24s -2s linear infinite}@keyframes fall-363{54.869%{transform:translate(40.6495vw,54.869vh) scale(.1618)}to{transform:translate(43.49125vw,99vh) scale(.1618)}}.snow:nth-child(364){opacity:.6362;transform:translate(31.7804vw,-10px) scale(.5212);animation:fall-364 19s -15s linear infinite}@keyframes fall-364{51.851%{transform:translate(39.7045vw,51.851vh) scale(.5212)}to{transform:translate(35.74245vw,99vh) scale(.5212)}}.snow:nth-child(365){opacity:.7952;transform:translate(86.1817vw,-10px) scale(.179);animation:fall-365 16s -30s linear infinite}@keyframes fall-365{63.932%{transform:translate(92.8265vw,63.932vh) scale(.179)}to{transform:translate(89.5041vw,99vh) scale(.179)}}.snow:nth-child(366){opacity:.2506;transform:translate(51.5482vw,-10px) scale(.7241);animation:fall-366 19s -5s linear infinite}@keyframes fall-366{64.852%{transform:translate(52.9296vw,64.852vh) scale(.7241)}to{transform:translate(52.2389vw,99vh) scale(.7241)}}.snow:nth-child(367){opacity:1.9406;transform:translate(56.3363vw,-10px) scale(.0662);animation:fall-367 20s -4s linear infinite}@keyframes fall-367{37.792%{transform:translate(58.0135vw,37.792vh) scale(.0662)}to{transform:translate(57.1749vw,99vh) scale(.0662)}}.snow:nth-child(368){opacity:1.1062;transform:translate(6.375vw,-10px) scale(.4718);animation:fall-368 14s -12s linear infinite}@keyframes fall-368{77.932%{transform:translate(6.1529vw,77.932vh) scale(.4718)}to{transform:translate(6.26395vw,99vh) scale(.4718)}}.snow:nth-child(369){opacity:1.5202;transform:translate(72.6016vw,-10px) scale(.3911);animation:fall-369 22s -20s linear infinite}@keyframes fall-369{53.169%{transform:translate(65.1308vw,53.169vh) scale(.3911)}to{transform:translate(68.8662vw,99vh) scale(.3911)}}.snow:nth-child(370){opacity:1.1228;transform:translate(53.267vw,-10px) scale(.6054);animation:fall-370 25s -25s linear infinite}@keyframes fall-370{42.488%{transform:translate(60.0072vw,42.488vh) scale(.6054)}to{transform:translate(56.6371vw,99vh) scale(.6054)}}.snow:nth-child(371){opacity:.0736;transform:translate(84.4204vw,-10px) scale(.7956);animation:fall-371 14s -27s linear infinite}@keyframes fall-371{36.775%{transform:translate(91.7359vw,36.775vh) scale(.7956)}to{transform:translate(88.07815vw,99vh) scale(.7956)}}.snow:nth-child(372){opacity:1.5152;transform:translate(.6084vw,-10px) scale(.6905);animation:fall-372 24s -15s linear infinite}@keyframes fall-372{58.47%{transform:translate(6.589vw,58.47vh) scale(.6905)}to{transform:translate(3.5987vw,99vh) scale(.6905)}}.snow:nth-child(373){opacity:1.6522;transform:translate(28.4715vw,-10px) scale(.3539);animation:fall-373 13s -7s linear infinite}@keyframes fall-373{32.663%{transform:translate(24.0934vw,32.663vh) scale(.3539)}to{transform:translate(26.28245vw,99vh) scale(.3539)}}.snow:nth-child(374){opacity:.4714;transform:translate(83.4647vw,-10px) scale(.6794);animation:fall-374 11s -27s linear infinite}@keyframes fall-374{45.437%{transform:translate(93.3875vw,45.437vh) scale(.6794)}to{transform:translate(88.4261vw,99vh) scale(.6794)}}.snow:nth-child(375){opacity:.589;transform:translate(43.0989vw,-10px) scale(.3051);animation:fall-375 27s -12s linear infinite}@keyframes fall-375{47.691%{transform:translate(49.1269vw,47.691vh) scale(.3051)}to{transform:translate(46.1129vw,99vh) scale(.3051)}}.snow:nth-child(376){opacity:.4558;transform:translate(72.9412vw,-10px) scale(.2319);animation:fall-376 12s -3s linear infinite}@keyframes fall-376{76.677%{transform:translate(76.3568vw,76.677vh) scale(.2319)}to{transform:translate(74.649vw,99vh) scale(.2319)}}.snow:nth-child(377){opacity:.8372;transform:translate(88.7948vw,-10px) scale(.1802);animation:fall-377 20s -22s linear infinite}@keyframes fall-377{43.93%{transform:translate(83.8336vw,43.93vh) scale(.1802)}to{transform:translate(86.3142vw,99vh) scale(.1802)}}.snow:nth-child(378){opacity:1.6926;transform:translate(35.5408vw,-10px) scale(.4478);animation:fall-378 28s -12s linear infinite}@keyframes fall-378{54.841%{transform:translate(34.8913vw,54.841vh) scale(.4478)}to{transform:translate(35.21605vw,99vh) scale(.4478)}}.snow:nth-child(379){opacity:.8424;transform:translate(74.1859vw,-10px) scale(.6213);animation:fall-379 11s -27s linear infinite}@keyframes fall-379{42.618%{transform:translate(70.9645vw,42.618vh) scale(.6213)}to{transform:translate(72.5752vw,99vh) scale(.6213)}}.snow:nth-child(380){opacity:.6536;transform:translate(90.3487vw,-10px) scale(.8027);animation:fall-380 30s -14s linear infinite}@keyframes fall-380{52.369%{transform:translate(97.6731vw,52.369vh) scale(.8027)}to{transform:translate(94.0109vw,99vh) scale(.8027)}}.snow:nth-child(381){opacity:.6872;transform:translate(91.0318vw,-10px) scale(.1707);animation:fall-381 25s -21s linear infinite}@keyframes fall-381{40.489%{transform:translate(83.3798vw,40.489vh) scale(.1707)}to{transform:translate(87.2058vw,99vh) scale(.1707)}}.snow:nth-child(382){opacity:.2588;transform:translate(60.5819vw,-10px) scale(.2762);animation:fall-382 24s -1s linear infinite}@keyframes fall-382{41.497%{transform:translate(63.8516vw,41.497vh) scale(.2762)}to{transform:translate(62.21675vw,99vh) scale(.2762)}}.snow:nth-child(383){opacity:.8368;transform:translate(74.1803vw,-10px) scale(.4289);animation:fall-383 20s -22s linear infinite}@keyframes fall-383{65.944%{transform:translate(65.1659vw,65.944vh) scale(.4289)}to{transform:translate(69.6731vw,99vh) scale(.4289)}}.snow:nth-child(384){opacity:.9686;transform:translate(8.566vw,-10px) scale(.6385);animation:fall-384 18s -16s linear infinite}@keyframes fall-384{61.876%{transform:translate(10.32vw,61.876vh) scale(.6385)}to{transform:translate(9.443vw,99vh) scale(.6385)}}.snow:nth-child(385){opacity:1.1358;transform:translate(93.746vw,-10px) scale(.7702);animation:fall-385 24s -24s linear infinite}@keyframes fall-385{56.822%{transform:translate(92.3306vw,56.822vh) scale(.7702)}to{transform:translate(93.0383vw,99vh) scale(.7702)}}.snow:nth-child(386){opacity:1.729;transform:translate(64.6339vw,-10px) scale(.9771);animation:fall-386 12s -27s linear infinite}@keyframes fall-386{43.48%{transform:translate(71.4293vw,43.48vh) scale(.9771)}to{transform:translate(68.0316vw,99vh) scale(.9771)}}.snow:nth-child(387){opacity:1.5416;transform:translate(59.8914vw,-10px) scale(.1971);animation:fall-387 18s -24s linear infinite}@keyframes fall-387{76.212%{transform:translate(67.4267vw,76.212vh) scale(.1971)}to{transform:translate(63.65905vw,99vh) scale(.1971)}}.snow:nth-child(388){opacity:.9246;transform:translate(14.1078vw,-10px) scale(.3479);animation:fall-388 28s -7s linear infinite}@keyframes fall-388{60.913%{transform:translate(9.2629vw,60.913vh) scale(.3479)}to{transform:translate(11.68535vw,99vh) scale(.3479)}}.snow:nth-child(389){opacity:.3558;transform:translate(65.6321vw,-10px) scale(.7389);animation:fall-389 22s -25s linear infinite}@keyframes fall-389{51.61%{transform:translate(69.633vw,51.61vh) scale(.7389)}to{transform:translate(67.63255vw,99vh) scale(.7389)}}.snow:nth-child(390){opacity:1.898;transform:translate(86.9483vw,-10px) scale(.3687);animation:fall-390 18s -8s linear infinite}@keyframes fall-390{63.277%{transform:translate(84.8239vw,63.277vh) scale(.3687)}to{transform:translate(85.8861vw,99vh) scale(.3687)}}.snow:nth-child(391){opacity:.7844;transform:translate(8.0645vw,-10px) scale(.8744);animation:fall-391 11s -4s linear infinite}@keyframes fall-391{68.881%{transform:translate(5.0114vw,68.881vh) scale(.8744)}to{transform:translate(6.53795vw,99vh) scale(.8744)}}.snow:nth-child(392){opacity:1.2372;transform:translate(65.9094vw,-10px) scale(.0799);animation:fall-392 21s -23s linear infinite}@keyframes fall-392{66.809%{transform:translate(57.6876vw,66.809vh) scale(.0799)}to{transform:translate(61.7985vw,99vh) scale(.0799)}}.snow:nth-child(393){opacity:1.7298;transform:translate(45.2317vw,-10px) scale(.5167);animation:fall-393 14s -20s linear infinite}@keyframes fall-393{79.349%{transform:translate(46.4691vw,79.349vh) scale(.5167)}to{transform:translate(45.8504vw,99vh) scale(.5167)}}.snow:nth-child(394){opacity:.1542;transform:translate(16.9015vw,-10px) scale(.6259);animation:fall-394 22s -15s linear infinite}@keyframes fall-394{64.902%{transform:translate(14.9028vw,64.902vh) scale(.6259)}to{transform:translate(15.90215vw,99vh) scale(.6259)}}.snow:nth-child(395){opacity:.2218;transform:translate(23.5488vw,-10px) scale(.4921);animation:fall-395 30s -1s linear infinite}@keyframes fall-395{57.262%{transform:translate(18.2929vw,57.262vh) scale(.4921)}to{transform:translate(20.92085vw,99vh) scale(.4921)}}.snow:nth-child(396){opacity:1.2708;transform:translate(88.8158vw,-10px) scale(.5509);animation:fall-396 30s -24s linear infinite}@keyframes fall-396{54.278%{transform:translate(91.9796vw,54.278vh) scale(.5509)}to{transform:translate(90.3977vw,99vh) scale(.5509)}}.snow:nth-child(397){opacity:.5018;transform:translate(19.5263vw,-10px) scale(.6299);animation:fall-397 26s -8s linear infinite}@keyframes fall-397{71.847%{transform:translate(10.1537vw,71.847vh) scale(.6299)}to{transform:translate(14.84vw,99vh) scale(.6299)}}.snow:nth-child(398){opacity:1.1822;transform:translate(45.9234vw,-10px) scale(.3849);animation:fall-398 11s -2s linear infinite}@keyframes fall-398{59.005%{transform:translate(54.938vw,59.005vh) scale(.3849)}to{transform:translate(50.4307vw,99vh) scale(.3849)}}.snow:nth-child(399){opacity:1.5274;transform:translate(75.2232vw,-10px) scale(.9313);animation:fall-399 26s -26s linear infinite}@keyframes fall-399{56.343%{transform:translate(77.2892vw,56.343vh) scale(.9313)}to{transform:translate(76.2562vw,99vh) scale(.9313)}}.snow:nth-child(400){opacity:.8698;transform:translate(14.2264vw,-10px) scale(.2868);animation:fall-400 16s -4s linear infinite}@keyframes fall-400{65.103%{transform:translate(7.9758vw,65.103vh) scale(.2868)}to{transform:translate(11.1011vw,99vh) scale(.2868)}}\n"] }]
81
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.4416;transform:translate(5.9949vw,-10px) scale(.0028);animation:fall-1 12s -19s linear infinite}@keyframes fall-1{35.739%{transform:translate(-2.2805vw,35.739vh) scale(.0028)}to{transform:translate(1.8572vw,99vh) scale(.0028)}}.snow:nth-child(2){opacity:1.7818;transform:translate(44.7909vw,-10px) scale(.9425);animation:fall-2 30s -2s linear infinite}@keyframes fall-2{46.096%{transform:translate(35.4858vw,46.096vh) scale(.9425)}to{transform:translate(40.13835vw,99vh) scale(.9425)}}.snow:nth-child(3){opacity:1.7012;transform:translate(10.5534vw,-10px) scale(.3635);animation:fall-3 24s -1s linear infinite}@keyframes fall-3{66.029%{transform:translate(16.3795vw,66.029vh) scale(.3635)}to{transform:translate(13.46645vw,99vh) scale(.3635)}}.snow:nth-child(4){opacity:1.8546;transform:translate(7.0319vw,-10px) scale(.1717);animation:fall-4 20s -19s linear infinite}@keyframes fall-4{66.858%{transform:translate(-.1352vw,66.858vh) scale(.1717)}to{transform:translate(3.44835vw,99vh) scale(.1717)}}.snow:nth-child(5){opacity:.5192;transform:translate(75.9378vw,-10px) scale(.9794);animation:fall-5 29s -17s linear infinite}@keyframes fall-5{53.886%{transform:translate(66.0394vw,53.886vh) scale(.9794)}to{transform:translate(70.9886vw,99vh) scale(.9794)}}.snow:nth-child(6){opacity:1.396;transform:translate(18.5583vw,-10px) scale(.0232);animation:fall-6 18s -2s linear infinite}@keyframes fall-6{44.82%{transform:translate(9.7088vw,44.82vh) scale(.0232)}to{transform:translate(14.13355vw,99vh) scale(.0232)}}.snow:nth-child(7){opacity:1.8456;transform:translate(3.0952vw,-10px) scale(.0905);animation:fall-7 22s -24s linear infinite}@keyframes fall-7{46.363%{transform:translate(7.4078vw,46.363vh) scale(.0905)}to{transform:translate(5.2515vw,99vh) scale(.0905)}}.snow:nth-child(8){opacity:1.3678;transform:translate(52.092vw,-10px) scale(.4798);animation:fall-8 23s -4s linear infinite}@keyframes fall-8{67.363%{transform:translate(60.5839vw,67.363vh) scale(.4798)}to{transform:translate(56.33795vw,99vh) scale(.4798)}}.snow:nth-child(9){opacity:1.9064;transform:translate(12.1033vw,-10px) scale(.5231);animation:fall-9 22s -13s linear infinite}@keyframes fall-9{42.418%{transform:translate(19.1459vw,42.418vh) scale(.5231)}to{transform:translate(15.6246vw,99vh) scale(.5231)}}.snow:nth-child(10){opacity:.1092;transform:translate(73.4081vw,-10px) scale(.9621);animation:fall-10 21s -19s linear infinite}@keyframes fall-10{48.282%{transform:translate(79.4813vw,48.282vh) scale(.9621)}to{transform:translate(76.4447vw,99vh) scale(.9621)}}.snow:nth-child(11){opacity:1.2906;transform:translate(69.317vw,-10px) scale(.3961);animation:fall-11 29s -22s linear infinite}@keyframes fall-11{33.16%{transform:translate(72.0526vw,33.16vh) scale(.3961)}to{transform:translate(70.6848vw,99vh) scale(.3961)}}.snow:nth-child(12){opacity:.8104;transform:translate(42.8133vw,-10px) scale(.5584);animation:fall-12 16s -3s linear infinite}@keyframes fall-12{64.906%{transform:translate(39.6316vw,64.906vh) scale(.5584)}to{transform:translate(41.22245vw,99vh) scale(.5584)}}.snow:nth-child(13){opacity:1.5322;transform:translate(72.0973vw,-10px) scale(.3432);animation:fall-13 21s -4s linear infinite}@keyframes fall-13{35.227%{transform:translate(70.3702vw,35.227vh) scale(.3432)}to{transform:translate(71.23375vw,99vh) scale(.3432)}}.snow:nth-child(14){opacity:1.6484;transform:translate(42.9843vw,-10px) scale(.0443);animation:fall-14 21s -24s linear infinite}@keyframes fall-14{34.189%{transform:translate(37.5168vw,34.189vh) scale(.0443)}to{transform:translate(40.25055vw,99vh) scale(.0443)}}.snow:nth-child(15){opacity:.7998;transform:translate(16.774vw,-10px) scale(.9805);animation:fall-15 20s -24s linear infinite}@keyframes fall-15{54.731%{transform:translate(14.6011vw,54.731vh) scale(.9805)}to{transform:translate(15.68755vw,99vh) scale(.9805)}}.snow:nth-child(16){opacity:.3532;transform:translate(76.2019vw,-10px) scale(.6291);animation:fall-16 15s -30s linear infinite}@keyframes fall-16{67.615%{transform:translate(84.9586vw,67.615vh) scale(.6291)}to{transform:translate(80.58025vw,99vh) scale(.6291)}}.snow:nth-child(17){opacity:.3304;transform:translate(55.7181vw,-10px) scale(.0993);animation:fall-17 22s -18s linear infinite}@keyframes fall-17{73.879%{transform:translate(48.9035vw,73.879vh) scale(.0993)}to{transform:translate(52.3108vw,99vh) scale(.0993)}}.snow:nth-child(18){opacity:1.3482;transform:translate(81.9538vw,-10px) scale(.1093);animation:fall-18 11s -25s linear infinite}@keyframes fall-18{77.211%{transform:translate(75.1608vw,77.211vh) scale(.1093)}to{transform:translate(78.5573vw,99vh) scale(.1093)}}.snow:nth-child(19){opacity:.0062;transform:translate(85.6175vw,-10px) scale(.7208);animation:fall-19 27s -14s linear infinite}@keyframes fall-19{50.294%{transform:translate(90.0427vw,50.294vh) scale(.7208)}to{transform:translate(87.8301vw,99vh) scale(.7208)}}.snow:nth-child(20){opacity:.0862;transform:translate(34.7542vw,-10px) scale(.0129);animation:fall-20 11s -7s linear infinite}@keyframes fall-20{71.837%{transform:translate(40.5528vw,71.837vh) scale(.0129)}to{transform:translate(37.6535vw,99vh) scale(.0129)}}.snow:nth-child(21){opacity:.097;transform:translate(72.7911vw,-10px) scale(.1618);animation:fall-21 28s -4s linear infinite}@keyframes fall-21{54.144%{transform:translate(79.8482vw,54.144vh) scale(.1618)}to{transform:translate(76.31965vw,99vh) scale(.1618)}}.snow:nth-child(22){opacity:1.3692;transform:translate(27.6456vw,-10px) scale(.7147);animation:fall-22 19s -27s linear infinite}@keyframes fall-22{42.35%{transform:translate(34.1609vw,42.35vh) scale(.7147)}to{transform:translate(30.90325vw,99vh) scale(.7147)}}.snow:nth-child(23){opacity:1.3288;transform:translate(76.437vw,-10px) scale(.8247);animation:fall-23 20s -27s linear infinite}@keyframes fall-23{37.924%{transform:translate(66.6155vw,37.924vh) scale(.8247)}to{transform:translate(71.52625vw,99vh) scale(.8247)}}.snow:nth-child(24){opacity:.702;transform:translate(15.297vw,-10px) scale(.6903);animation:fall-24 30s -19s linear infinite}@keyframes fall-24{48.235%{transform:translate(24.4319vw,48.235vh) scale(.6903)}to{transform:translate(19.86445vw,99vh) scale(.6903)}}.snow:nth-child(25){opacity:.2512;transform:translate(16.0363vw,-10px) scale(.5814);animation:fall-25 21s -8s linear infinite}@keyframes fall-25{50.764%{transform:translate(11.0269vw,50.764vh) scale(.5814)}to{transform:translate(13.5316vw,99vh) scale(.5814)}}.snow:nth-child(26){opacity:.4606;transform:translate(3.2763vw,-10px) scale(.2061);animation:fall-26 30s -14s linear infinite}@keyframes fall-26{51.822%{transform:translate(.3352vw,51.822vh) scale(.2061)}to{transform:translate(1.80575vw,99vh) scale(.2061)}}.snow:nth-child(27){opacity:.4404;transform:translate(39.9314vw,-10px) scale(.1781);animation:fall-27 17s -23s linear infinite}@keyframes fall-27{40.246%{transform:translate(38.7201vw,40.246vh) scale(.1781)}to{transform:translate(39.32575vw,99vh) scale(.1781)}}.snow:nth-child(28){opacity:1.7784;transform:translate(47.6457vw,-10px) scale(.4463);animation:fall-28 12s -15s linear infinite}@keyframes fall-28{63.46%{transform:translate(51.4909vw,63.46vh) scale(.4463)}to{transform:translate(49.5683vw,99vh) scale(.4463)}}.snow:nth-child(29){opacity:.5134;transform:translate(22.3516vw,-10px) scale(.9711);animation:fall-29 13s -5s linear infinite}@keyframes fall-29{63.55%{transform:translate(14.2358vw,63.55vh) scale(.9711)}to{transform:translate(18.2937vw,99vh) scale(.9711)}}.snow:nth-child(30){opacity:.9516;transform:translate(68.3692vw,-10px) scale(.4933);animation:fall-30 22s -3s linear infinite}@keyframes fall-30{66.26%{transform:translate(62.334vw,66.26vh) scale(.4933)}to{transform:translate(65.3516vw,99vh) scale(.4933)}}.snow:nth-child(31){opacity:.74;transform:translate(3.3815vw,-10px) scale(.6108);animation:fall-31 25s -24s linear infinite}@keyframes fall-31{43.101%{transform:translate(10.5189vw,43.101vh) scale(.6108)}to{transform:translate(6.9502vw,99vh) scale(.6108)}}.snow:nth-child(32){opacity:.7904;transform:translate(41.0919vw,-10px) scale(.5567);animation:fall-32 10s -20s linear infinite}@keyframes fall-32{41.621%{transform:translate(49.2154vw,41.621vh) scale(.5567)}to{transform:translate(45.15365vw,99vh) scale(.5567)}}.snow:nth-child(33){opacity:.4;transform:translate(77.583vw,-10px) scale(.0751);animation:fall-33 23s -2s linear infinite}@keyframes fall-33{56.29%{transform:translate(69.9628vw,56.29vh) scale(.0751)}to{transform:translate(73.7729vw,99vh) scale(.0751)}}.snow:nth-child(34){opacity:1.401;transform:translate(91.189vw,-10px) scale(.3478);animation:fall-34 26s -24s linear infinite}@keyframes fall-34{47.072%{transform:translate(90.2693vw,47.072vh) scale(.3478)}to{transform:translate(90.72915vw,99vh) scale(.3478)}}.snow:nth-child(35){opacity:1.7868;transform:translate(75.0333vw,-10px) scale(.0038);animation:fall-35 17s -9s linear infinite}@keyframes fall-35{74.593%{transform:translate(83.8235vw,74.593vh) scale(.0038)}to{transform:translate(79.4284vw,99vh) scale(.0038)}}.snow:nth-child(36){opacity:.9492;transform:translate(20.4658vw,-10px) scale(.4434);animation:fall-36 21s -12s linear infinite}@keyframes fall-36{56.235%{transform:translate(28.0478vw,56.235vh) scale(.4434)}to{transform:translate(24.2568vw,99vh) scale(.4434)}}.snow:nth-child(37){opacity:.4646;transform:translate(72.1946vw,-10px) scale(.8381);animation:fall-37 23s -19s linear infinite}@keyframes fall-37{31.992%{transform:translate(70.3372vw,31.992vh) scale(.8381)}to{transform:translate(71.2659vw,99vh) scale(.8381)}}.snow:nth-child(38){opacity:1.3988;transform:translate(78.7104vw,-10px) scale(.2645);animation:fall-38 12s -13s linear infinite}@keyframes fall-38{59.065%{transform:translate(80.255vw,59.065vh) scale(.2645)}to{transform:translate(79.4827vw,99vh) scale(.2645)}}.snow:nth-child(39){opacity:.7882;transform:translate(19.6941vw,-10px) scale(.1774);animation:fall-39 14s -20s linear infinite}@keyframes fall-39{72.119%{transform:translate(14.9295vw,72.119vh) scale(.1774)}to{transform:translate(17.3118vw,99vh) scale(.1774)}}.snow:nth-child(40){opacity:1.1936;transform:translate(64.6821vw,-10px) scale(.314);animation:fall-40 25s -14s linear infinite}@keyframes fall-40{52.185%{transform:translate(64.4898vw,52.185vh) scale(.314)}to{transform:translate(64.58595vw,99vh) scale(.314)}}.snow:nth-child(41){opacity:.9818;transform:translate(96.9912vw,-10px) scale(.7347);animation:fall-41 21s -10s linear infinite}@keyframes fall-41{67.505%{transform:translate(96.7321vw,67.505vh) scale(.7347)}to{transform:translate(96.86165vw,99vh) scale(.7347)}}.snow:nth-child(42){opacity:.56;transform:translate(.1947vw,-10px) scale(.6041);animation:fall-42 12s -28s linear infinite}@keyframes fall-42{68.639%{transform:translate(4.0291vw,68.639vh) scale(.6041)}to{transform:translate(2.1119vw,99vh) scale(.6041)}}.snow:nth-child(43){opacity:.4436;transform:translate(17.2003vw,-10px) scale(.8527);animation:fall-43 27s -10s linear infinite}@keyframes fall-43{40.681%{transform:translate(10.6752vw,40.681vh) scale(.8527)}to{transform:translate(13.93775vw,99vh) scale(.8527)}}.snow:nth-child(44){opacity:.7428;transform:translate(34.9692vw,-10px) scale(.6992);animation:fall-44 11s -6s linear infinite}@keyframes fall-44{51.98%{transform:translate(39.7131vw,51.98vh) scale(.6992)}to{transform:translate(37.34115vw,99vh) scale(.6992)}}.snow:nth-child(45){opacity:1.8724;transform:translate(85.8587vw,-10px) scale(.8511);animation:fall-45 18s -1s linear infinite}@keyframes fall-45{73.368%{transform:translate(94.6747vw,73.368vh) scale(.8511)}to{transform:translate(90.2667vw,99vh) scale(.8511)}}.snow:nth-child(46){opacity:.7086;transform:translate(88.737vw,-10px) scale(.2696);animation:fall-46 14s -12s linear infinite}@keyframes fall-46{60.668%{transform:translate(96.3263vw,60.668vh) scale(.2696)}to{transform:translate(92.53165vw,99vh) scale(.2696)}}.snow:nth-child(47){opacity:.17;transform:translate(57.6139vw,-10px) scale(.7145);animation:fall-47 30s -26s linear infinite}@keyframes fall-47{45.369%{transform:translate(51.6722vw,45.369vh) scale(.7145)}to{transform:translate(54.64305vw,99vh) scale(.7145)}}.snow:nth-child(48){opacity:.742;transform:translate(52.1064vw,-10px) scale(.5553);animation:fall-48 14s -27s linear infinite}@keyframes fall-48{55.416%{transform:translate(46.5857vw,55.416vh) scale(.5553)}to{transform:translate(49.34605vw,99vh) scale(.5553)}}.snow:nth-child(49){opacity:.9044;transform:translate(40.1158vw,-10px) scale(.1502);animation:fall-49 29s -16s linear infinite}@keyframes fall-49{66.581%{transform:translate(39.0636vw,66.581vh) scale(.1502)}to{transform:translate(39.5897vw,99vh) scale(.1502)}}.snow:nth-child(50){opacity:.5432;transform:translate(98.9456vw,-10px) scale(.6381);animation:fall-50 18s -23s linear infinite}@keyframes fall-50{64.214%{transform:translate(104.5411vw,64.214vh) scale(.6381)}to{transform:translate(101.74335vw,99vh) scale(.6381)}}.snow:nth-child(51){opacity:.382;transform:translate(10.0682vw,-10px) scale(.8584);animation:fall-51 12s -25s linear infinite}@keyframes fall-51{58.622%{transform:translate(11.8732vw,58.622vh) scale(.8584)}to{transform:translate(10.9707vw,99vh) scale(.8584)}}.snow:nth-child(52){opacity:1.1112;transform:translate(67.2732vw,-10px) scale(.1103);animation:fall-52 14s -22s linear infinite}@keyframes fall-52{59.96%{transform:translate(76.6983vw,59.96vh) scale(.1103)}to{transform:translate(71.98575vw,99vh) scale(.1103)}}.snow:nth-child(53){opacity:.8842;transform:translate(33.4783vw,-10px) scale(.7356);animation:fall-53 10s -16s linear infinite}@keyframes fall-53{70.717%{transform:translate(42.0954vw,70.717vh) scale(.7356)}to{transform:translate(37.78685vw,99vh) scale(.7356)}}.snow:nth-child(54){opacity:.8332;transform:translate(39.0089vw,-10px) scale(.2645);animation:fall-54 24s -17s linear infinite}@keyframes fall-54{42.704%{transform:translate(42.0889vw,42.704vh) scale(.2645)}to{transform:translate(40.5489vw,99vh) scale(.2645)}}.snow:nth-child(55){opacity:.3066;transform:translate(43.3767vw,-10px) scale(.3066);animation:fall-55 24s -20s linear infinite}@keyframes fall-55{45.953%{transform:translate(51.2264vw,45.953vh) scale(.3066)}to{transform:translate(47.30155vw,99vh) scale(.3066)}}.snow:nth-child(56){opacity:1.6496;transform:translate(99.7335vw,-10px) scale(.1081);animation:fall-56 19s -13s linear infinite}@keyframes fall-56{72.697%{transform:translate(108.2508vw,72.697vh) scale(.1081)}to{transform:translate(103.99215vw,99vh) scale(.1081)}}.snow:nth-child(57){opacity:.1444;transform:translate(1.0286vw,-10px) scale(.0766);animation:fall-57 11s -12s linear infinite}@keyframes fall-57{49.766%{transform:translate(-4.755vw,49.766vh) scale(.0766)}to{transform:translate(-1.8632vw,99vh) scale(.0766)}}.snow:nth-child(58){opacity:1.3558;transform:translate(47.8331vw,-10px) scale(.4372);animation:fall-58 16s -13s linear infinite}@keyframes fall-58{53.62%{transform:translate(50.2677vw,53.62vh) scale(.4372)}to{transform:translate(49.0504vw,99vh) scale(.4372)}}.snow:nth-child(59){opacity:.1432;transform:translate(.2825vw,-10px) scale(.116);animation:fall-59 13s -11s linear infinite}@keyframes fall-59{36.609%{transform:translate(-9.1002vw,36.609vh) scale(.116)}to{transform:translate(-4.40885vw,99vh) scale(.116)}}.snow:nth-child(60){opacity:.284;transform:translate(79.6962vw,-10px) scale(.8697);animation:fall-60 20s -26s linear infinite}@keyframes fall-60{38.144%{transform:translate(73.6304vw,38.144vh) scale(.8697)}to{transform:translate(76.6633vw,99vh) scale(.8697)}}.snow:nth-child(61){opacity:1.2074;transform:translate(96.3651vw,-10px) scale(.1127);animation:fall-61 24s -29s linear infinite}@keyframes fall-61{78.967%{transform:translate(103.3584vw,78.967vh) scale(.1127)}to{transform:translate(99.86175vw,99vh) scale(.1127)}}.snow:nth-child(62){opacity:1.8328;transform:translate(58.2345vw,-10px) scale(.3696);animation:fall-62 12s -16s linear infinite}@keyframes fall-62{66.411%{transform:translate(58.1488vw,66.411vh) scale(.3696)}to{transform:translate(58.19165vw,99vh) scale(.3696)}}.snow:nth-child(63){opacity:.0208;transform:translate(82.6334vw,-10px) scale(.2111);animation:fall-63 19s -11s linear infinite}@keyframes fall-63{67.616%{transform:translate(76.4725vw,67.616vh) scale(.2111)}to{transform:translate(79.55295vw,99vh) scale(.2111)}}.snow:nth-child(64){opacity:.2038;transform:translate(83.435vw,-10px) scale(.5241);animation:fall-64 20s -4s linear infinite}@keyframes fall-64{69.475%{transform:translate(87.859vw,69.475vh) scale(.5241)}to{transform:translate(85.647vw,99vh) scale(.5241)}}.snow:nth-child(65){opacity:1.4762;transform:translate(50.9945vw,-10px) scale(.3815);animation:fall-65 20s -18s linear infinite}@keyframes fall-65{33.335%{transform:translate(44.5583vw,33.335vh) scale(.3815)}to{transform:translate(47.7764vw,99vh) scale(.3815)}}.snow:nth-child(66){opacity:1.9312;transform:translate(47.6957vw,-10px) scale(.8818);animation:fall-66 18s -6s linear infinite}@keyframes fall-66{43.563%{transform:translate(40.84vw,43.563vh) scale(.8818)}to{transform:translate(44.26785vw,99vh) scale(.8818)}}.snow:nth-child(67){opacity:.3204;transform:translate(93.4441vw,-10px) scale(.6266);animation:fall-67 18s -7s linear infinite}@keyframes fall-67{42.019%{transform:translate(87.5519vw,42.019vh) scale(.6266)}to{transform:translate(90.498vw,99vh) scale(.6266)}}.snow:nth-child(68){opacity:1.5172;transform:translate(7.7394vw,-10px) scale(.3234);animation:fall-68 20s -10s linear infinite}@keyframes fall-68{58.564%{transform:translate(-.6143vw,58.564vh) scale(.3234)}to{transform:translate(3.56255vw,99vh) scale(.3234)}}.snow:nth-child(69){opacity:1.6426;transform:translate(35.1318vw,-10px) scale(.0006);animation:fall-69 15s -5s linear infinite}@keyframes fall-69{65.029%{transform:translate(35.7132vw,65.029vh) scale(.0006)}to{transform:translate(35.4225vw,99vh) scale(.0006)}}.snow:nth-child(70){opacity:.0786;transform:translate(67.8247vw,-10px) scale(.5497);animation:fall-70 15s -12s linear infinite}@keyframes fall-70{32.416%{transform:translate(74.3139vw,32.416vh) scale(.5497)}to{transform:translate(71.0693vw,99vh) scale(.5497)}}.snow:nth-child(71){opacity:1.5002;transform:translate(79.0762vw,-10px) scale(.0729);animation:fall-71 29s -25s linear infinite}@keyframes fall-71{52.505%{transform:translate(69.4558vw,52.505vh) scale(.0729)}to{transform:translate(74.266vw,99vh) scale(.0729)}}.snow:nth-child(72){opacity:.6138;transform:translate(10.4214vw,-10px) scale(.1711);animation:fall-72 29s -7s linear infinite}@keyframes fall-72{76.63%{transform:translate(1.9558vw,76.63vh) scale(.1711)}to{transform:translate(6.1886vw,99vh) scale(.1711)}}.snow:nth-child(73){opacity:.033;transform:translate(9.2841vw,-10px) scale(.8012);animation:fall-73 21s -15s linear infinite}@keyframes fall-73{53.586%{transform:translate(8.8534vw,53.586vh) scale(.8012)}to{transform:translate(9.06875vw,99vh) scale(.8012)}}.snow:nth-child(74){opacity:.607;transform:translate(35.1406vw,-10px) scale(.4331);animation:fall-74 21s -29s linear infinite}@keyframes fall-74{37.719%{transform:translate(32.5984vw,37.719vh) scale(.4331)}to{transform:translate(33.8695vw,99vh) scale(.4331)}}.snow:nth-child(75){opacity:.6692;transform:translate(96.7673vw,-10px) scale(.8998);animation:fall-75 24s -14s linear infinite}@keyframes fall-75{32.246%{transform:translate(105.9693vw,32.246vh) scale(.8998)}to{transform:translate(101.3683vw,99vh) scale(.8998)}}.snow:nth-child(76){opacity:1.1192;transform:translate(72.1205vw,-10px) scale(.7416);animation:fall-76 19s -19s linear infinite}@keyframes fall-76{48.975%{transform:translate(70.2645vw,48.975vh) scale(.7416)}to{transform:translate(71.1925vw,99vh) scale(.7416)}}.snow:nth-child(77){opacity:1.9142;transform:translate(13.7115vw,-10px) scale(.7113);animation:fall-77 15s -16s linear infinite}@keyframes fall-77{43.305%{transform:translate(5.5647vw,43.305vh) scale(.7113)}to{transform:translate(9.6381vw,99vh) scale(.7113)}}.snow:nth-child(78){opacity:.2212;transform:translate(98.1047vw,-10px) scale(.8785);animation:fall-78 13s -16s linear infinite}@keyframes fall-78{77.904%{transform:translate(107.5872vw,77.904vh) scale(.8785)}to{transform:translate(102.84595vw,99vh) scale(.8785)}}.snow:nth-child(79){opacity:1.7018;transform:translate(28.2366vw,-10px) scale(.7123);animation:fall-79 25s -29s linear infinite}@keyframes fall-79{47.683%{transform:translate(19.4333vw,47.683vh) scale(.7123)}to{transform:translate(23.83495vw,99vh) scale(.7123)}}.snow:nth-child(80){opacity:.6318;transform:translate(32.3108vw,-10px) scale(.7982);animation:fall-80 21s -11s linear infinite}@keyframes fall-80{58.355%{transform:translate(40.954vw,58.355vh) scale(.7982)}to{transform:translate(36.6324vw,99vh) scale(.7982)}}.snow:nth-child(81){opacity:1.471;transform:translate(24.2772vw,-10px) scale(.8661);animation:fall-81 20s -25s linear infinite}@keyframes fall-81{63.609%{transform:translate(30.4607vw,63.609vh) scale(.8661)}to{transform:translate(27.36895vw,99vh) scale(.8661)}}.snow:nth-child(82){opacity:1.1784;transform:translate(21.3082vw,-10px) scale(.012);animation:fall-82 10s -10s linear infinite}@keyframes fall-82{68.111%{transform:translate(19.7688vw,68.111vh) scale(.012)}to{transform:translate(20.5385vw,99vh) scale(.012)}}.snow:nth-child(83){opacity:1.999;transform:translate(52.4148vw,-10px) scale(.102);animation:fall-83 16s -29s linear infinite}@keyframes fall-83{77.228%{transform:translate(58.4783vw,77.228vh) scale(.102)}to{transform:translate(55.44655vw,99vh) scale(.102)}}.snow:nth-child(84){opacity:1.7104;transform:translate(25.5727vw,-10px) scale(.4862);animation:fall-84 29s -11s linear infinite}@keyframes fall-84{57.232%{transform:translate(35.234vw,57.232vh) scale(.4862)}to{transform:translate(30.40335vw,99vh) scale(.4862)}}.snow:nth-child(85){opacity:1.0974;transform:translate(94.3901vw,-10px) scale(.9694);animation:fall-85 26s -27s linear infinite}@keyframes fall-85{39.742%{transform:translate(99.2067vw,39.742vh) scale(.9694)}to{transform:translate(96.7984vw,99vh) scale(.9694)}}.snow:nth-child(86){opacity:1.7108;transform:translate(94.3047vw,-10px) scale(.1108);animation:fall-86 25s -30s linear infinite}@keyframes fall-86{67.477%{transform:translate(88.8055vw,67.477vh) scale(.1108)}to{transform:translate(91.5551vw,99vh) scale(.1108)}}.snow:nth-child(87){opacity:1.3508;transform:translate(13.9847vw,-10px) scale(.4862);animation:fall-87 29s -20s linear infinite}@keyframes fall-87{49.953%{transform:translate(13.6579vw,49.953vh) scale(.4862)}to{transform:translate(13.8213vw,99vh) scale(.4862)}}.snow:nth-child(88){opacity:1.9886;transform:translate(92.7994vw,-10px) scale(.3695);animation:fall-88 30s -5s linear infinite}@keyframes fall-88{68.826%{transform:translate(85.4509vw,68.826vh) scale(.3695)}to{transform:translate(89.12515vw,99vh) scale(.3695)}}.snow:nth-child(89){opacity:1.283;transform:translate(70.0939vw,-10px) scale(.5622);animation:fall-89 17s -26s linear infinite}@keyframes fall-89{75.543%{transform:translate(64.0307vw,75.543vh) scale(.5622)}to{transform:translate(67.0623vw,99vh) scale(.5622)}}.snow:nth-child(90){opacity:1.8056;transform:translate(3.0301vw,-10px) scale(.61);animation:fall-90 30s -2s linear infinite}@keyframes fall-90{60.901%{transform:translate(-4.6483vw,60.901vh) scale(.61)}to{transform:translate(-.8091vw,99vh) scale(.61)}}.snow:nth-child(91){opacity:1.3378;transform:translate(65.9535vw,-10px) scale(.6303);animation:fall-91 22s -28s linear infinite}@keyframes fall-91{73.276%{transform:translate(70.3756vw,73.276vh) scale(.6303)}to{transform:translate(68.16455vw,99vh) scale(.6303)}}.snow:nth-child(92){opacity:1.94;transform:translate(51.752vw,-10px) scale(.8386);animation:fall-92 12s -18s linear infinite}@keyframes fall-92{33.777%{transform:translate(48.1259vw,33.777vh) scale(.8386)}to{transform:translate(49.93895vw,99vh) scale(.8386)}}.snow:nth-child(93){opacity:1.5052;transform:translate(85.5639vw,-10px) scale(.3392);animation:fall-93 20s -11s linear infinite}@keyframes fall-93{43.626%{transform:translate(84.6313vw,43.626vh) scale(.3392)}to{transform:translate(85.0976vw,99vh) scale(.3392)}}.snow:nth-child(94){opacity:.6526;transform:translate(80.086vw,-10px) scale(.2904);animation:fall-94 26s -29s linear infinite}@keyframes fall-94{47.714%{transform:translate(80.6767vw,47.714vh) scale(.2904)}to{transform:translate(80.38135vw,99vh) scale(.2904)}}.snow:nth-child(95){opacity:1.0856;transform:translate(37.7566vw,-10px) scale(.8477);animation:fall-95 10s -21s linear infinite}@keyframes fall-95{45.255%{transform:translate(38.2104vw,45.255vh) scale(.8477)}to{transform:translate(37.9835vw,99vh) scale(.8477)}}.snow:nth-child(96){opacity:.0268;transform:translate(30.3369vw,-10px) scale(.4172);animation:fall-96 17s -15s linear infinite}@keyframes fall-96{74.96%{transform:translate(24.862vw,74.96vh) scale(.4172)}to{transform:translate(27.59945vw,99vh) scale(.4172)}}.snow:nth-child(97){opacity:.6278;transform:translate(64.9109vw,-10px) scale(.4057);animation:fall-97 19s -7s linear infinite}@keyframes fall-97{79.631%{transform:translate(72.8095vw,79.631vh) scale(.4057)}to{transform:translate(68.8602vw,99vh) scale(.4057)}}.snow:nth-child(98){opacity:1.933;transform:translate(43.5139vw,-10px) scale(.9599);animation:fall-98 14s -1s linear infinite}@keyframes fall-98{50.128%{transform:translate(42.244vw,50.128vh) scale(.9599)}to{transform:translate(42.87895vw,99vh) scale(.9599)}}.snow:nth-child(99){opacity:1.1006;transform:translate(75.6724vw,-10px) scale(.4685);animation:fall-99 22s -11s linear infinite}@keyframes fall-99{77.53%{transform:translate(71.394vw,77.53vh) scale(.4685)}to{transform:translate(73.5332vw,99vh) scale(.4685)}}.snow:nth-child(100){opacity:.576;transform:translate(35.2695vw,-10px) scale(.104);animation:fall-100 15s -22s linear infinite}@keyframes fall-100{39.295%{transform:translate(32.0827vw,39.295vh) scale(.104)}to{transform:translate(33.6761vw,99vh) scale(.104)}}.snow:nth-child(101){opacity:1.0606;transform:translate(76.7125vw,-10px) scale(.2317);animation:fall-101 11s -9s linear infinite}@keyframes fall-101{43.429%{transform:translate(85.9676vw,43.429vh) scale(.2317)}to{transform:translate(81.34005vw,99vh) scale(.2317)}}.snow:nth-child(102){opacity:1.1872;transform:translate(33.0659vw,-10px) scale(.6309);animation:fall-102 14s -19s linear infinite}@keyframes fall-102{64.497%{transform:translate(28.628vw,64.497vh) scale(.6309)}to{transform:translate(30.84695vw,99vh) scale(.6309)}}.snow:nth-child(103){opacity:1.0914;transform:translate(46.7035vw,-10px) scale(.5971);animation:fall-103 18s -11s linear infinite}@keyframes fall-103{40.58%{transform:translate(54.5789vw,40.58vh) scale(.5971)}to{transform:translate(50.6412vw,99vh) scale(.5971)}}.snow:nth-child(104){opacity:.5212;transform:translate(96.2857vw,-10px) scale(.6604);animation:fall-104 17s -29s linear infinite}@keyframes fall-104{38.389%{transform:translate(102.888vw,38.389vh) scale(.6604)}to{transform:translate(99.58685vw,99vh) scale(.6604)}}.snow:nth-child(105){opacity:.6754;transform:translate(43.5515vw,-10px) scale(.5535);animation:fall-105 17s -14s linear infinite}@keyframes fall-105{52.879%{transform:translate(43.5727vw,52.879vh) scale(.5535)}to{transform:translate(43.5621vw,99vh) scale(.5535)}}.snow:nth-child(106){opacity:1.833;transform:translate(54.7002vw,-10px) scale(.7489);animation:fall-106 17s -27s linear infinite}@keyframes fall-106{75.251%{transform:translate(62.4237vw,75.251vh) scale(.7489)}to{transform:translate(58.56195vw,99vh) scale(.7489)}}.snow:nth-child(107){opacity:.89;transform:translate(89.2552vw,-10px) scale(.0967);animation:fall-107 18s -13s linear infinite}@keyframes fall-107{40.668%{transform:translate(86.8979vw,40.668vh) scale(.0967)}to{transform:translate(88.07655vw,99vh) scale(.0967)}}.snow:nth-child(108){opacity:1.3316;transform:translate(12.9446vw,-10px) scale(.6961);animation:fall-108 24s -15s linear infinite}@keyframes fall-108{38.639%{transform:translate(14.9854vw,38.639vh) scale(.6961)}to{transform:translate(13.965vw,99vh) scale(.6961)}}.snow:nth-child(109){opacity:1.2574;transform:translate(18.5176vw,-10px) scale(.9595);animation:fall-109 14s -19s linear infinite}@keyframes fall-109{57.069%{transform:translate(19.2332vw,57.069vh) scale(.9595)}to{transform:translate(18.8754vw,99vh) scale(.9595)}}.snow:nth-child(110){opacity:.0804;transform:translate(76.9201vw,-10px) scale(.8667);animation:fall-110 10s -3s linear infinite}@keyframes fall-110{54.397%{transform:translate(79.8648vw,54.397vh) scale(.8667)}to{transform:translate(78.39245vw,99vh) scale(.8667)}}.snow:nth-child(111){opacity:1.1602;transform:translate(21.5226vw,-10px) scale(.7136);animation:fall-111 26s -24s linear infinite}@keyframes fall-111{32.063%{transform:translate(16.4673vw,32.063vh) scale(.7136)}to{transform:translate(18.99495vw,99vh) scale(.7136)}}.snow:nth-child(112){opacity:1.3052;transform:translate(33.9678vw,-10px) scale(.9825);animation:fall-112 16s -26s linear infinite}@keyframes fall-112{56.004%{transform:translate(29.0263vw,56.004vh) scale(.9825)}to{transform:translate(31.49705vw,99vh) scale(.9825)}}.snow:nth-child(113){opacity:1.7288;transform:translate(79.9415vw,-10px) scale(.1501);animation:fall-113 28s -28s linear infinite}@keyframes fall-113{51.814%{transform:translate(79.957vw,51.814vh) scale(.1501)}to{transform:translate(79.94925vw,99vh) scale(.1501)}}.snow:nth-child(114){opacity:.8978;transform:translate(37.6812vw,-10px) scale(.6304);animation:fall-114 13s -9s linear infinite}@keyframes fall-114{59.557%{transform:translate(39.2939vw,59.557vh) scale(.6304)}to{transform:translate(38.48755vw,99vh) scale(.6304)}}.snow:nth-child(115){opacity:.7302;transform:translate(88.0134vw,-10px) scale(.2662);animation:fall-115 27s -23s linear infinite}@keyframes fall-115{56.447%{transform:translate(84.6219vw,56.447vh) scale(.2662)}to{transform:translate(86.31765vw,99vh) scale(.2662)}}.snow:nth-child(116){opacity:1.957;transform:translate(87.4579vw,-10px) scale(.0762);animation:fall-116 29s -7s linear infinite}@keyframes fall-116{55.149%{transform:translate(84.488vw,55.149vh) scale(.0762)}to{transform:translate(85.97295vw,99vh) scale(.0762)}}.snow:nth-child(117){opacity:.397;transform:translate(53.4218vw,-10px) scale(.3781);animation:fall-117 27s -16s linear infinite}@keyframes fall-117{78.996%{transform:translate(61.7248vw,78.996vh) scale(.3781)}to{transform:translate(57.5733vw,99vh) scale(.3781)}}.snow:nth-child(118){opacity:1.1984;transform:translate(31.3797vw,-10px) scale(.4843);animation:fall-118 21s -20s linear infinite}@keyframes fall-118{68.061%{transform:translate(25.8663vw,68.061vh) scale(.4843)}to{transform:translate(28.623vw,99vh) scale(.4843)}}.snow:nth-child(119){opacity:.5898;transform:translate(61.783vw,-10px) scale(.2153);animation:fall-119 20s -26s linear infinite}@keyframes fall-119{64.557%{transform:translate(62.1126vw,64.557vh) scale(.2153)}to{transform:translate(61.9478vw,99vh) scale(.2153)}}.snow:nth-child(120){opacity:1.7326;transform:translate(93.3998vw,-10px) scale(.4682);animation:fall-120 11s -25s linear infinite}@keyframes fall-120{55.055%{transform:translate(97.4353vw,55.055vh) scale(.4682)}to{transform:translate(95.41755vw,99vh) scale(.4682)}}.snow:nth-child(121){opacity:1.636;transform:translate(91.305vw,-10px) scale(.296);animation:fall-121 12s -18s linear infinite}@keyframes fall-121{72.468%{transform:translate(84.0397vw,72.468vh) scale(.296)}to{transform:translate(87.67235vw,99vh) scale(.296)}}.snow:nth-child(122){opacity:.547;transform:translate(62.7539vw,-10px) scale(.5475);animation:fall-122 16s -3s linear infinite}@keyframes fall-122{33.355%{transform:translate(59.1026vw,33.355vh) scale(.5475)}to{transform:translate(60.92825vw,99vh) scale(.5475)}}.snow:nth-child(123){opacity:1.3224;transform:translate(62.5695vw,-10px) scale(.9348);animation:fall-123 24s -9s linear infinite}@keyframes fall-123{67.829%{transform:translate(58.5608vw,67.829vh) scale(.9348)}to{transform:translate(60.56515vw,99vh) scale(.9348)}}.snow:nth-child(124){opacity:1.3124;transform:translate(86.5837vw,-10px) scale(.2645);animation:fall-124 25s -2s linear infinite}@keyframes fall-124{43.449%{transform:translate(89.7604vw,43.449vh) scale(.2645)}to{transform:translate(88.17205vw,99vh) scale(.2645)}}.snow:nth-child(125){opacity:1.4048;transform:translate(97.9996vw,-10px) scale(.8577);animation:fall-125 15s -4s linear infinite}@keyframes fall-125{39.563%{transform:translate(93.5157vw,39.563vh) scale(.8577)}to{transform:translate(95.75765vw,99vh) scale(.8577)}}.snow:nth-child(126){opacity:.318;transform:translate(51.506vw,-10px) scale(.3543);animation:fall-126 24s -28s linear infinite}@keyframes fall-126{55.229%{transform:translate(46.0898vw,55.229vh) scale(.3543)}to{transform:translate(48.7979vw,99vh) scale(.3543)}}.snow:nth-child(127){opacity:1.0502;transform:translate(60.602vw,-10px) scale(.4053);animation:fall-127 14s -30s linear infinite}@keyframes fall-127{51.974%{transform:translate(54.2265vw,51.974vh) scale(.4053)}to{transform:translate(57.41425vw,99vh) scale(.4053)}}.snow:nth-child(128){opacity:1.861;transform:translate(59.083vw,-10px) scale(.1831);animation:fall-128 23s -13s linear infinite}@keyframes fall-128{65.777%{transform:translate(61.9694vw,65.777vh) scale(.1831)}to{transform:translate(60.5262vw,99vh) scale(.1831)}}.snow:nth-child(129){opacity:1.0356;transform:translate(8.2167vw,-10px) scale(.2424);animation:fall-129 19s -13s linear infinite}@keyframes fall-129{48.014%{transform:translate(4.1875vw,48.014vh) scale(.2424)}to{transform:translate(6.2021vw,99vh) scale(.2424)}}.snow:nth-child(130){opacity:1.9718;transform:translate(80.1721vw,-10px) scale(.195);animation:fall-130 23s -21s linear infinite}@keyframes fall-130{74.214%{transform:translate(88.5879vw,74.214vh) scale(.195)}to{transform:translate(84.38vw,99vh) scale(.195)}}.snow:nth-child(131){opacity:.2336;transform:translate(56.9681vw,-10px) scale(.3662);animation:fall-131 24s -14s linear infinite}@keyframes fall-131{69.517%{transform:translate(61.9647vw,69.517vh) scale(.3662)}to{transform:translate(59.4664vw,99vh) scale(.3662)}}.snow:nth-child(132){opacity:1.0646;transform:translate(50.1812vw,-10px) scale(.113);animation:fall-132 20s -21s linear infinite}@keyframes fall-132{63.832%{transform:translate(46.5506vw,63.832vh) scale(.113)}to{transform:translate(48.3659vw,99vh) scale(.113)}}.snow:nth-child(133){opacity:1.8344;transform:translate(88.5548vw,-10px) scale(.2792);animation:fall-133 27s -19s linear infinite}@keyframes fall-133{79.829%{transform:translate(82.3736vw,79.829vh) scale(.2792)}to{transform:translate(85.4642vw,99vh) scale(.2792)}}.snow:nth-child(134){opacity:1.502;transform:translate(61.1093vw,-10px) scale(.1836);animation:fall-134 10s -6s linear infinite}@keyframes fall-134{49.494%{transform:translate(57.8513vw,49.494vh) scale(.1836)}to{transform:translate(59.4803vw,99vh) scale(.1836)}}.snow:nth-child(135){opacity:.976;transform:translate(8.1981vw,-10px) scale(.6321);animation:fall-135 16s -23s linear infinite}@keyframes fall-135{70.887%{transform:translate(9.0282vw,70.887vh) scale(.6321)}to{transform:translate(8.61315vw,99vh) scale(.6321)}}.snow:nth-child(136){opacity:1.1154;transform:translate(14.7552vw,-10px) scale(.0507);animation:fall-136 22s -28s linear infinite}@keyframes fall-136{50.292%{transform:translate(12.2745vw,50.292vh) scale(.0507)}to{transform:translate(13.51485vw,99vh) scale(.0507)}}.snow:nth-child(137){opacity:1.3152;transform:translate(49.9792vw,-10px) scale(.0859);animation:fall-137 23s -7s linear infinite}@keyframes fall-137{57.506%{transform:translate(47.8727vw,57.506vh) scale(.0859)}to{transform:translate(48.92595vw,99vh) scale(.0859)}}.snow:nth-child(138){opacity:.9726;transform:translate(99.1959vw,-10px) scale(.0877);animation:fall-138 21s -22s linear infinite}@keyframes fall-138{76.847%{transform:translate(98.6229vw,76.847vh) scale(.0877)}to{transform:translate(98.9094vw,99vh) scale(.0877)}}.snow:nth-child(139){opacity:1.9436;transform:translate(63.2836vw,-10px) scale(.0611);animation:fall-139 25s -5s linear infinite}@keyframes fall-139{78.435%{transform:translate(62.1521vw,78.435vh) scale(.0611)}to{transform:translate(62.71785vw,99vh) scale(.0611)}}.snow:nth-child(140){opacity:.5942;transform:translate(.2737vw,-10px) scale(.8086);animation:fall-140 16s -20s linear infinite}@keyframes fall-140{54.957%{transform:translate(7.403vw,54.957vh) scale(.8086)}to{transform:translate(3.83835vw,99vh) scale(.8086)}}.snow:nth-child(141){opacity:.9086;transform:translate(44.3707vw,-10px) scale(.0149);animation:fall-141 23s -24s linear infinite}@keyframes fall-141{43.64%{transform:translate(50.1152vw,43.64vh) scale(.0149)}to{transform:translate(47.24295vw,99vh) scale(.0149)}}.snow:nth-child(142){opacity:.377;transform:translate(24.0081vw,-10px) scale(.9512);animation:fall-142 13s -12s linear infinite}@keyframes fall-142{37.46%{transform:translate(19.2969vw,37.46vh) scale(.9512)}to{transform:translate(21.6525vw,99vh) scale(.9512)}}.snow:nth-child(143){opacity:1.7462;transform:translate(66.8006vw,-10px) scale(.3948);animation:fall-143 24s -18s linear infinite}@keyframes fall-143{64.541%{transform:translate(60.5808vw,64.541vh) scale(.3948)}to{transform:translate(63.6907vw,99vh) scale(.3948)}}.snow:nth-child(144){opacity:1.8898;transform:translate(45.5572vw,-10px) scale(.9565);animation:fall-144 15s -22s linear infinite}@keyframes fall-144{56.49%{transform:translate(44.8696vw,56.49vh) scale(.9565)}to{transform:translate(45.2134vw,99vh) scale(.9565)}}.snow:nth-child(145){opacity:1.7074;transform:translate(58.3417vw,-10px) scale(.7578);animation:fall-145 27s -3s linear infinite}@keyframes fall-145{36.383%{transform:translate(52.8365vw,36.383vh) scale(.7578)}to{transform:translate(55.5891vw,99vh) scale(.7578)}}.snow:nth-child(146){opacity:.7562;transform:translate(25.6748vw,-10px) scale(.1008);animation:fall-146 12s -15s linear infinite}@keyframes fall-146{76.148%{transform:translate(17.2549vw,76.148vh) scale(.1008)}to{transform:translate(21.46485vw,99vh) scale(.1008)}}.snow:nth-child(147){opacity:1.1092;transform:translate(50.1814vw,-10px) scale(.4762);animation:fall-147 22s -18s linear infinite}@keyframes fall-147{72.056%{transform:translate(50.938vw,72.056vh) scale(.4762)}to{transform:translate(50.5597vw,99vh) scale(.4762)}}.snow:nth-child(148){opacity:1.663;transform:translate(6.9453vw,-10px) scale(.1884);animation:fall-148 20s -17s linear infinite}@keyframes fall-148{61.069%{transform:translate(15.3568vw,61.069vh) scale(.1884)}to{transform:translate(11.15105vw,99vh) scale(.1884)}}.snow:nth-child(149){opacity:.154;transform:translate(2.8558vw,-10px) scale(.1967);animation:fall-149 30s -8s linear infinite}@keyframes fall-149{32.231%{transform:translate(5.1924vw,32.231vh) scale(.1967)}to{transform:translate(4.0241vw,99vh) scale(.1967)}}.snow:nth-child(150){opacity:1.397;transform:translate(2.8619vw,-10px) scale(.3301);animation:fall-150 21s -8s linear infinite}@keyframes fall-150{57.188%{transform:translate(7.5845vw,57.188vh) scale(.3301)}to{transform:translate(5.2232vw,99vh) scale(.3301)}}.snow:nth-child(151){opacity:.4536;transform:translate(79.0793vw,-10px) scale(.1487);animation:fall-151 14s -18s linear infinite}@keyframes fall-151{39.826%{transform:translate(85.8754vw,39.826vh) scale(.1487)}to{transform:translate(82.47735vw,99vh) scale(.1487)}}.snow:nth-child(152){opacity:.4;transform:translate(50.8271vw,-10px) scale(.1707);animation:fall-152 26s -18s linear infinite}@keyframes fall-152{65.89%{transform:translate(48.3193vw,65.89vh) scale(.1707)}to{transform:translate(49.5732vw,99vh) scale(.1707)}}.snow:nth-child(153){opacity:.218;transform:translate(26.6019vw,-10px) scale(.662);animation:fall-153 16s -9s linear infinite}@keyframes fall-153{60.636%{transform:translate(22.1219vw,60.636vh) scale(.662)}to{transform:translate(24.3619vw,99vh) scale(.662)}}.snow:nth-child(154){opacity:1.345;transform:translate(46.9886vw,-10px) scale(.9636);animation:fall-154 12s -25s linear infinite}@keyframes fall-154{31.445%{transform:translate(50.6836vw,31.445vh) scale(.9636)}to{transform:translate(48.8361vw,99vh) scale(.9636)}}.snow:nth-child(155){opacity:.5422;transform:translate(36.3657vw,-10px) scale(.0675);animation:fall-155 11s -5s linear infinite}@keyframes fall-155{77.66%{transform:translate(33.8773vw,77.66vh) scale(.0675)}to{transform:translate(35.1215vw,99vh) scale(.0675)}}.snow:nth-child(156){opacity:.333;transform:translate(31.875vw,-10px) scale(.7974);animation:fall-156 13s -30s linear infinite}@keyframes fall-156{77.391%{transform:translate(30.5415vw,77.391vh) scale(.7974)}to{transform:translate(31.20825vw,99vh) scale(.7974)}}.snow:nth-child(157){opacity:.1684;transform:translate(59.2593vw,-10px) scale(.4144);animation:fall-157 19s -8s linear infinite}@keyframes fall-157{38.427%{transform:translate(57.9898vw,38.427vh) scale(.4144)}to{transform:translate(58.62455vw,99vh) scale(.4144)}}.snow:nth-child(158){opacity:1.4446;transform:translate(65.0499vw,-10px) scale(.7179);animation:fall-158 22s -10s linear infinite}@keyframes fall-158{48.802%{transform:translate(55.1347vw,48.802vh) scale(.7179)}to{transform:translate(60.0923vw,99vh) scale(.7179)}}.snow:nth-child(159){opacity:1.4468;transform:translate(26.3621vw,-10px) scale(.1624);animation:fall-159 28s -19s linear infinite}@keyframes fall-159{45.53%{transform:translate(26.5077vw,45.53vh) scale(.1624)}to{transform:translate(26.4349vw,99vh) scale(.1624)}}.snow:nth-child(160){opacity:1.0566;transform:translate(5.8547vw,-10px) scale(.2348);animation:fall-160 18s -2s linear infinite}@keyframes fall-160{67.093%{transform:translate(1.3876vw,67.093vh) scale(.2348)}to{transform:translate(3.62115vw,99vh) scale(.2348)}}.snow:nth-child(161){opacity:1.297;transform:translate(88.3195vw,-10px) scale(.078);animation:fall-161 25s -9s linear infinite}@keyframes fall-161{35.331%{transform:translate(89.3432vw,35.331vh) scale(.078)}to{transform:translate(88.83135vw,99vh) scale(.078)}}.snow:nth-child(162){opacity:1.818;transform:translate(39.3787vw,-10px) scale(.0774);animation:fall-162 22s -18s linear infinite}@keyframes fall-162{63.165%{transform:translate(38.7229vw,63.165vh) scale(.0774)}to{transform:translate(39.0508vw,99vh) scale(.0774)}}.snow:nth-child(163){opacity:1.64;transform:translate(21.7072vw,-10px) scale(.5225);animation:fall-163 25s -2s linear infinite}@keyframes fall-163{56.465%{transform:translate(18.8795vw,56.465vh) scale(.5225)}to{transform:translate(20.29335vw,99vh) scale(.5225)}}.snow:nth-child(164){opacity:1.2416;transform:translate(86.1474vw,-10px) scale(.2852);animation:fall-164 26s -19s linear infinite}@keyframes fall-164{71.549%{transform:translate(85.0039vw,71.549vh) scale(.2852)}to{transform:translate(85.57565vw,99vh) scale(.2852)}}.snow:nth-child(165){opacity:1.672;transform:translate(82.7875vw,-10px) scale(.3617);animation:fall-165 16s -29s linear infinite}@keyframes fall-165{57.571%{transform:translate(84.4388vw,57.571vh) scale(.3617)}to{transform:translate(83.61315vw,99vh) scale(.3617)}}.snow:nth-child(166){opacity:1.5394;transform:translate(23.2109vw,-10px) scale(.7298);animation:fall-166 19s -26s linear infinite}@keyframes fall-166{38.826%{transform:translate(21.4725vw,38.826vh) scale(.7298)}to{transform:translate(22.3417vw,99vh) scale(.7298)}}.snow:nth-child(167){opacity:.2516;transform:translate(1.2402vw,-10px) scale(.3892);animation:fall-167 27s -6s linear infinite}@keyframes fall-167{54.665%{transform:translate(4.4774vw,54.665vh) scale(.3892)}to{transform:translate(2.8588vw,99vh) scale(.3892)}}.snow:nth-child(168){opacity:.1926;transform:translate(97.2031vw,-10px) scale(.9297);animation:fall-168 25s -15s linear infinite}@keyframes fall-168{44.543%{transform:translate(91.0664vw,44.543vh) scale(.9297)}to{transform:translate(94.13475vw,99vh) scale(.9297)}}.snow:nth-child(169){opacity:1.5792;transform:translate(93.8336vw,-10px) scale(.0948);animation:fall-169 12s -8s linear infinite}@keyframes fall-169{78.319%{transform:translate(84.926vw,78.319vh) scale(.0948)}to{transform:translate(89.3798vw,99vh) scale(.0948)}}.snow:nth-child(170){opacity:.5048;transform:translate(87.5396vw,-10px) scale(.4071);animation:fall-170 16s -28s linear infinite}@keyframes fall-170{65.706%{transform:translate(82.2049vw,65.706vh) scale(.4071)}to{transform:translate(84.87225vw,99vh) scale(.4071)}}.snow:nth-child(171){opacity:1.6926;transform:translate(85.9966vw,-10px) scale(.1523);animation:fall-171 28s -26s linear infinite}@keyframes fall-171{33.797%{transform:translate(81.9733vw,33.797vh) scale(.1523)}to{transform:translate(83.98495vw,99vh) scale(.1523)}}.snow:nth-child(172){opacity:1.8562;transform:translate(79.4227vw,-10px) scale(.7923);animation:fall-172 17s -12s linear infinite}@keyframes fall-172{56.414%{transform:translate(71.1277vw,56.414vh) scale(.7923)}to{transform:translate(75.2752vw,99vh) scale(.7923)}}.snow:nth-child(173){opacity:1.7918;transform:translate(35.667vw,-10px) scale(.5589);animation:fall-173 13s -12s linear infinite}@keyframes fall-173{69.367%{transform:translate(34.5188vw,69.367vh) scale(.5589)}to{transform:translate(35.0929vw,99vh) scale(.5589)}}.snow:nth-child(174){opacity:.3192;transform:translate(26.3203vw,-10px) scale(.0567);animation:fall-174 21s -5s linear infinite}@keyframes fall-174{72.16%{transform:translate(21.9638vw,72.16vh) scale(.0567)}to{transform:translate(24.14205vw,99vh) scale(.0567)}}.snow:nth-child(175){opacity:1.9062;transform:translate(18.3638vw,-10px) scale(.2738);animation:fall-175 10s -28s linear infinite}@keyframes fall-175{51.42%{transform:translate(28.2818vw,51.42vh) scale(.2738)}to{transform:translate(23.3228vw,99vh) scale(.2738)}}.snow:nth-child(176){opacity:1.5076;transform:translate(88.6924vw,-10px) scale(.7682);animation:fall-176 23s -26s linear infinite}@keyframes fall-176{60.278%{transform:translate(80.5813vw,60.278vh) scale(.7682)}to{transform:translate(84.63685vw,99vh) scale(.7682)}}.snow:nth-child(177){opacity:1.5994;transform:translate(73.9081vw,-10px) scale(.4774);animation:fall-177 20s -10s linear infinite}@keyframes fall-177{40.459%{transform:translate(81.0792vw,40.459vh) scale(.4774)}to{transform:translate(77.49365vw,99vh) scale(.4774)}}.snow:nth-child(178){opacity:1.1692;transform:translate(62.1685vw,-10px) scale(.9743);animation:fall-178 28s -28s linear infinite}@keyframes fall-178{37.476%{transform:translate(58.8319vw,37.476vh) scale(.9743)}to{transform:translate(60.5002vw,99vh) scale(.9743)}}.snow:nth-child(179){opacity:.35;transform:translate(66.6337vw,-10px) scale(.1635);animation:fall-179 18s -20s linear infinite}@keyframes fall-179{70.457%{transform:translate(65.7468vw,70.457vh) scale(.1635)}to{transform:translate(66.19025vw,99vh) scale(.1635)}}.snow:nth-child(180){opacity:1.5888;transform:translate(31.0054vw,-10px) scale(.5273);animation:fall-180 21s -19s linear infinite}@keyframes fall-180{30.635%{transform:translate(32.2644vw,30.635vh) scale(.5273)}to{transform:translate(31.6349vw,99vh) scale(.5273)}}.snow:nth-child(181){opacity:.3896;transform:translate(71.2826vw,-10px) scale(.0244);animation:fall-181 20s -25s linear infinite}@keyframes fall-181{62.245%{transform:translate(62.0283vw,62.245vh) scale(.0244)}to{transform:translate(66.65545vw,99vh) scale(.0244)}}.snow:nth-child(182){opacity:1.5898;transform:translate(38.3479vw,-10px) scale(.9751);animation:fall-182 26s -27s linear infinite}@keyframes fall-182{73.184%{transform:translate(31.6948vw,73.184vh) scale(.9751)}to{transform:translate(35.02135vw,99vh) scale(.9751)}}.snow:nth-child(183){opacity:.6672;transform:translate(60.2763vw,-10px) scale(.6917);animation:fall-183 14s -30s linear infinite}@keyframes fall-183{58.629%{transform:translate(63.2949vw,58.629vh) scale(.6917)}to{transform:translate(61.7856vw,99vh) scale(.6917)}}.snow:nth-child(184){opacity:.45;transform:translate(18.8242vw,-10px) scale(.008);animation:fall-184 10s -8s linear infinite}@keyframes fall-184{69.678%{transform:translate(22.5815vw,69.678vh) scale(.008)}to{transform:translate(20.70285vw,99vh) scale(.008)}}.snow:nth-child(185){opacity:1.9198;transform:translate(49.5748vw,-10px) scale(.7649);animation:fall-185 24s -15s linear infinite}@keyframes fall-185{47.567%{transform:translate(41.7758vw,47.567vh) scale(.7649)}to{transform:translate(45.6753vw,99vh) scale(.7649)}}.snow:nth-child(186){opacity:1.098;transform:translate(77.6788vw,-10px) scale(.1899);animation:fall-186 23s -25s linear infinite}@keyframes fall-186{39.396%{transform:translate(67.7653vw,39.396vh) scale(.1899)}to{transform:translate(72.72205vw,99vh) scale(.1899)}}.snow:nth-child(187){opacity:1.6792;transform:translate(64.2311vw,-10px) scale(.531);animation:fall-187 23s -7s linear infinite}@keyframes fall-187{33.77%{transform:translate(68.9033vw,33.77vh) scale(.531)}to{transform:translate(66.5672vw,99vh) scale(.531)}}.snow:nth-child(188){opacity:.4896;transform:translate(71.7173vw,-10px) scale(.6931);animation:fall-188 30s -10s linear infinite}@keyframes fall-188{47.129%{transform:translate(65.7411vw,47.129vh) scale(.6931)}to{transform:translate(68.7292vw,99vh) scale(.6931)}}.snow:nth-child(189){opacity:.6374;transform:translate(22.2646vw,-10px) scale(.9366);animation:fall-189 22s -21s linear infinite}@keyframes fall-189{56.304%{transform:translate(31.5114vw,56.304vh) scale(.9366)}to{transform:translate(26.888vw,99vh) scale(.9366)}}.snow:nth-child(190){opacity:.3758;transform:translate(71.2238vw,-10px) scale(.566);animation:fall-190 30s -15s linear infinite}@keyframes fall-190{62.075%{transform:translate(67.055vw,62.075vh) scale(.566)}to{transform:translate(69.1394vw,99vh) scale(.566)}}.snow:nth-child(191){opacity:.6238;transform:translate(41.5522vw,-10px) scale(.0368);animation:fall-191 12s -5s linear infinite}@keyframes fall-191{65.783%{transform:translate(41.2483vw,65.783vh) scale(.0368)}to{transform:translate(41.40025vw,99vh) scale(.0368)}}.snow:nth-child(192){opacity:.1358;transform:translate(.903vw,-10px) scale(.2712);animation:fall-192 11s -5s linear infinite}@keyframes fall-192{57.758%{transform:translate(-8.1257vw,57.758vh) scale(.2712)}to{transform:translate(-3.61135vw,99vh) scale(.2712)}}.snow:nth-child(193){opacity:1.5524;transform:translate(1.2406vw,-10px) scale(.9217);animation:fall-193 22s -3s linear infinite}@keyframes fall-193{64.737%{transform:translate(-5.0199vw,64.737vh) scale(.9217)}to{transform:translate(-1.88965vw,99vh) scale(.9217)}}.snow:nth-child(194){opacity:1.5572;transform:translate(17.8093vw,-10px) scale(.8934);animation:fall-194 28s -17s linear infinite}@keyframes fall-194{70.828%{transform:translate(17.9664vw,70.828vh) scale(.8934)}to{transform:translate(17.88785vw,99vh) scale(.8934)}}.snow:nth-child(195){opacity:1.947;transform:translate(74.82vw,-10px) scale(.0594);animation:fall-195 23s -2s linear infinite}@keyframes fall-195{32.849%{transform:translate(82.8525vw,32.849vh) scale(.0594)}to{transform:translate(78.83625vw,99vh) scale(.0594)}}.snow:nth-child(196){opacity:.6594;transform:translate(9.3059vw,-10px) scale(.4094);animation:fall-196 27s -1s linear infinite}@keyframes fall-196{60.478%{transform:translate(12.7963vw,60.478vh) scale(.4094)}to{transform:translate(11.0511vw,99vh) scale(.4094)}}.snow:nth-child(197){opacity:1.4998;transform:translate(2.2248vw,-10px) scale(.464);animation:fall-197 20s -15s linear infinite}@keyframes fall-197{35.748%{transform:translate(7.2488vw,35.748vh) scale(.464)}to{transform:translate(4.7368vw,99vh) scale(.464)}}.snow:nth-child(198){opacity:.7224;transform:translate(42.2168vw,-10px) scale(.2476);animation:fall-198 11s -8s linear infinite}@keyframes fall-198{68.669%{transform:translate(37.2816vw,68.669vh) scale(.2476)}to{transform:translate(39.7492vw,99vh) scale(.2476)}}.snow:nth-child(199){opacity:.9862;transform:translate(62.8071vw,-10px) scale(.0012);animation:fall-199 22s -28s linear infinite}@keyframes fall-199{68.496%{transform:translate(64.9178vw,68.496vh) scale(.0012)}to{transform:translate(63.86245vw,99vh) scale(.0012)}}.snow:nth-child(200){opacity:1.8792;transform:translate(24.8848vw,-10px) scale(.8532);animation:fall-200 25s -3s linear infinite}@keyframes fall-200{57.789%{transform:translate(23.4054vw,57.789vh) scale(.8532)}to{transform:translate(24.1451vw,99vh) scale(.8532)}}.snow:nth-child(201){opacity:1.7622;transform:translate(39.7976vw,-10px) scale(.4029);animation:fall-201 10s -23s linear infinite}@keyframes fall-201{65.732%{transform:translate(46.7342vw,65.732vh) scale(.4029)}to{transform:translate(43.2659vw,99vh) scale(.4029)}}.snow:nth-child(202){opacity:1.7118;transform:translate(99.0759vw,-10px) scale(.3717);animation:fall-202 13s -26s linear infinite}@keyframes fall-202{79.953%{transform:translate(102.2146vw,79.953vh) scale(.3717)}to{transform:translate(100.64525vw,99vh) scale(.3717)}}.snow:nth-child(203){opacity:.1238;transform:translate(29.3655vw,-10px) scale(.2372);animation:fall-203 17s -10s linear infinite}@keyframes fall-203{64.5%{transform:translate(35.6658vw,64.5vh) scale(.2372)}to{transform:translate(32.51565vw,99vh) scale(.2372)}}.snow:nth-child(204){opacity:.857;transform:translate(28.6479vw,-10px) scale(.4695);animation:fall-204 23s -1s linear infinite}@keyframes fall-204{50.243%{transform:translate(22.9869vw,50.243vh) scale(.4695)}to{transform:translate(25.8174vw,99vh) scale(.4695)}}.snow:nth-child(205){opacity:.9014;transform:translate(14.2451vw,-10px) scale(.397);animation:fall-205 17s -13s linear infinite}@keyframes fall-205{41.696%{transform:translate(14.3735vw,41.696vh) scale(.397)}to{transform:translate(14.3093vw,99vh) scale(.397)}}.snow:nth-child(206){opacity:1.6612;transform:translate(36.7204vw,-10px) scale(.9498);animation:fall-206 14s -28s linear infinite}@keyframes fall-206{31.989%{transform:translate(30.3148vw,31.989vh) scale(.9498)}to{transform:translate(33.5176vw,99vh) scale(.9498)}}.snow:nth-child(207){opacity:1.9022;transform:translate(3.9773vw,-10px) scale(.1024);animation:fall-207 20s -18s linear infinite}@keyframes fall-207{32.233%{transform:translate(3.0738vw,32.233vh) scale(.1024)}to{transform:translate(3.52555vw,99vh) scale(.1024)}}.snow:nth-child(208){opacity:.8936;transform:translate(37.8187vw,-10px) scale(.8932);animation:fall-208 16s -9s linear infinite}@keyframes fall-208{70.192%{transform:translate(31.6111vw,70.192vh) scale(.8932)}to{transform:translate(34.7149vw,99vh) scale(.8932)}}.snow:nth-child(209){opacity:1.993;transform:translate(74.4555vw,-10px) scale(.8673);animation:fall-209 14s -30s linear infinite}@keyframes fall-209{43.102%{transform:translate(73.2363vw,43.102vh) scale(.8673)}to{transform:translate(73.8459vw,99vh) scale(.8673)}}.snow:nth-child(210){opacity:1.8026;transform:translate(16.3688vw,-10px) scale(.7969);animation:fall-210 25s -20s linear infinite}@keyframes fall-210{68.157%{transform:translate(13.0924vw,68.157vh) scale(.7969)}to{transform:translate(14.7306vw,99vh) scale(.7969)}}.snow:nth-child(211){opacity:.5118;transform:translate(10.1698vw,-10px) scale(.6978);animation:fall-211 16s -22s linear infinite}@keyframes fall-211{75.797%{transform:translate(7.683vw,75.797vh) scale(.6978)}to{transform:translate(8.9264vw,99vh) scale(.6978)}}.snow:nth-child(212){opacity:.4742;transform:translate(82.0593vw,-10px) scale(.213);animation:fall-212 19s -20s linear infinite}@keyframes fall-212{62.868%{transform:translate(79.1797vw,62.868vh) scale(.213)}to{transform:translate(80.6195vw,99vh) scale(.213)}}.snow:nth-child(213){opacity:1.5562;transform:translate(36.6652vw,-10px) scale(.7106);animation:fall-213 22s -21s linear infinite}@keyframes fall-213{62.072%{transform:translate(38.872vw,62.072vh) scale(.7106)}to{transform:translate(37.7686vw,99vh) scale(.7106)}}.snow:nth-child(214){opacity:.535;transform:translate(17.3564vw,-10px) scale(.6466);animation:fall-214 29s -5s linear infinite}@keyframes fall-214{61.542%{transform:translate(9.4947vw,61.542vh) scale(.6466)}to{transform:translate(13.42555vw,99vh) scale(.6466)}}.snow:nth-child(215){opacity:1.3214;transform:translate(29.6133vw,-10px) scale(.1425);animation:fall-215 26s -2s linear infinite}@keyframes fall-215{69.861%{transform:translate(39.0846vw,69.861vh) scale(.1425)}to{transform:translate(34.34895vw,99vh) scale(.1425)}}.snow:nth-child(216){opacity:.4178;transform:translate(50.9296vw,-10px) scale(.445);animation:fall-216 30s -19s linear infinite}@keyframes fall-216{51.704%{transform:translate(55.0408vw,51.704vh) scale(.445)}to{transform:translate(52.9852vw,99vh) scale(.445)}}.snow:nth-child(217){opacity:1.2926;transform:translate(10.3648vw,-10px) scale(.6368);animation:fall-217 21s -30s linear infinite}@keyframes fall-217{39.065%{transform:translate(2.651vw,39.065vh) scale(.6368)}to{transform:translate(6.5079vw,99vh) scale(.6368)}}.snow:nth-child(218){opacity:1.3426;transform:translate(89.0801vw,-10px) scale(.9868);animation:fall-218 17s -6s linear infinite}@keyframes fall-218{46.574%{transform:translate(95.2447vw,46.574vh) scale(.9868)}to{transform:translate(92.1624vw,99vh) scale(.9868)}}.snow:nth-child(219){opacity:1.5764;transform:translate(3.4709vw,-10px) scale(.6504);animation:fall-219 14s -29s linear infinite}@keyframes fall-219{77.678%{transform:translate(12.3298vw,77.678vh) scale(.6504)}to{transform:translate(7.90035vw,99vh) scale(.6504)}}.snow:nth-child(220){opacity:.39;transform:translate(43.9421vw,-10px) scale(.7915);animation:fall-220 13s -1s linear infinite}@keyframes fall-220{36.922%{transform:translate(48.2142vw,36.922vh) scale(.7915)}to{transform:translate(46.07815vw,99vh) scale(.7915)}}.snow:nth-child(221){opacity:1.6406;transform:translate(16.5418vw,-10px) scale(.2496);animation:fall-221 12s -1s linear infinite}@keyframes fall-221{43.005%{transform:translate(16.4996vw,43.005vh) scale(.2496)}to{transform:translate(16.5207vw,99vh) scale(.2496)}}.snow:nth-child(222){opacity:.3574;transform:translate(85.5433vw,-10px) scale(.1003);animation:fall-222 22s -16s linear infinite}@keyframes fall-222{69.734%{transform:translate(94.3127vw,69.734vh) scale(.1003)}to{transform:translate(89.928vw,99vh) scale(.1003)}}.snow:nth-child(223){opacity:1.4632;transform:translate(42.8476vw,-10px) scale(.2536);animation:fall-223 19s -11s linear infinite}@keyframes fall-223{39.087%{transform:translate(33.1969vw,39.087vh) scale(.2536)}to{transform:translate(38.02225vw,99vh) scale(.2536)}}.snow:nth-child(224){opacity:1.8022;transform:translate(74.8939vw,-10px) scale(.9209);animation:fall-224 26s -16s linear infinite}@keyframes fall-224{68.378%{transform:translate(75.3489vw,68.378vh) scale(.9209)}to{transform:translate(75.1214vw,99vh) scale(.9209)}}.snow:nth-child(225){opacity:.5486;transform:translate(12.2735vw,-10px) scale(.691);animation:fall-225 30s -22s linear infinite}@keyframes fall-225{61.252%{transform:translate(21.1907vw,61.252vh) scale(.691)}to{transform:translate(16.7321vw,99vh) scale(.691)}}.snow:nth-child(226){opacity:.1284;transform:translate(49.3526vw,-10px) scale(.105);animation:fall-226 14s -11s linear infinite}@keyframes fall-226{34.905%{transform:translate(41.9912vw,34.905vh) scale(.105)}to{transform:translate(45.6719vw,99vh) scale(.105)}}.snow:nth-child(227){opacity:1.0058;transform:translate(66.6321vw,-10px) scale(.7048);animation:fall-227 24s -19s linear infinite}@keyframes fall-227{65.394%{transform:translate(68.0385vw,65.394vh) scale(.7048)}to{transform:translate(67.3353vw,99vh) scale(.7048)}}.snow:nth-child(228){opacity:1.5538;transform:translate(69.6058vw,-10px) scale(.6455);animation:fall-228 24s -19s linear infinite}@keyframes fall-228{64.601%{transform:translate(76.1418vw,64.601vh) scale(.6455)}to{transform:translate(72.8738vw,99vh) scale(.6455)}}.snow:nth-child(229){opacity:.0982;transform:translate(97.0675vw,-10px) scale(.7621);animation:fall-229 10s -12s linear infinite}@keyframes fall-229{57.525%{transform:translate(103.4618vw,57.525vh) scale(.7621)}to{transform:translate(100.26465vw,99vh) scale(.7621)}}.snow:nth-child(230){opacity:.766;transform:translate(4.9204vw,-10px) scale(.2135);animation:fall-230 15s -27s linear infinite}@keyframes fall-230{37.036%{transform:translate(13.828vw,37.036vh) scale(.2135)}to{transform:translate(9.3742vw,99vh) scale(.2135)}}.snow:nth-child(231){opacity:1.1788;transform:translate(52.972vw,-10px) scale(.3547);animation:fall-231 17s -28s linear infinite}@keyframes fall-231{37.411%{transform:translate(44.5744vw,37.411vh) scale(.3547)}to{transform:translate(48.7732vw,99vh) scale(.3547)}}.snow:nth-child(232){opacity:1.7288;transform:translate(6.1265vw,-10px) scale(.8132);animation:fall-232 21s -11s linear infinite}@keyframes fall-232{35.289%{transform:translate(9.0298vw,35.289vh) scale(.8132)}to{transform:translate(7.57815vw,99vh) scale(.8132)}}.snow:nth-child(233){opacity:.4556;transform:translate(52.1794vw,-10px) scale(.803);animation:fall-233 30s -7s linear infinite}@keyframes fall-233{72.612%{transform:translate(48.5045vw,72.612vh) scale(.803)}to{transform:translate(50.34195vw,99vh) scale(.803)}}.snow:nth-child(234){opacity:.6234;transform:translate(52.8661vw,-10px) scale(.9458);animation:fall-234 30s -13s linear infinite}@keyframes fall-234{55.623%{transform:translate(61.2705vw,55.623vh) scale(.9458)}to{transform:translate(57.0683vw,99vh) scale(.9458)}}.snow:nth-child(235){opacity:1.9996;transform:translate(72.5427vw,-10px) scale(.1122);animation:fall-235 29s -27s linear infinite}@keyframes fall-235{41.3%{transform:translate(63.6929vw,41.3vh) scale(.1122)}to{transform:translate(68.1178vw,99vh) scale(.1122)}}.snow:nth-child(236){opacity:1.2496;transform:translate(46.8514vw,-10px) scale(.9281);animation:fall-236 26s -21s linear infinite}@keyframes fall-236{54.833%{transform:translate(52.9567vw,54.833vh) scale(.9281)}to{transform:translate(49.90405vw,99vh) scale(.9281)}}.snow:nth-child(237){opacity:.2538;transform:translate(69.3901vw,-10px) scale(.375);animation:fall-237 15s -24s linear infinite}@keyframes fall-237{40.718%{transform:translate(77.1647vw,40.718vh) scale(.375)}to{transform:translate(73.2774vw,99vh) scale(.375)}}.snow:nth-child(238){opacity:1.7182;transform:translate(37.9606vw,-10px) scale(.7259);animation:fall-238 23s -29s linear infinite}@keyframes fall-238{46.636%{transform:translate(41.0506vw,46.636vh) scale(.7259)}to{transform:translate(39.5056vw,99vh) scale(.7259)}}.snow:nth-child(239){opacity:1.8678;transform:translate(15.0592vw,-10px) scale(.8311);animation:fall-239 19s -3s linear infinite}@keyframes fall-239{37.326%{transform:translate(12.0685vw,37.326vh) scale(.8311)}to{transform:translate(13.56385vw,99vh) scale(.8311)}}.snow:nth-child(240){opacity:.9504;transform:translate(86.4212vw,-10px) scale(.6942);animation:fall-240 11s -6s linear infinite}@keyframes fall-240{61.532%{transform:translate(78.7505vw,61.532vh) scale(.6942)}to{transform:translate(82.58585vw,99vh) scale(.6942)}}.snow:nth-child(241){opacity:1.9152;transform:translate(45.1888vw,-10px) scale(.483);animation:fall-241 12s -20s linear infinite}@keyframes fall-241{47.917%{transform:translate(50.3091vw,47.917vh) scale(.483)}to{transform:translate(47.74895vw,99vh) scale(.483)}}.snow:nth-child(242){opacity:1.5944;transform:translate(57.1086vw,-10px) scale(.9467);animation:fall-242 18s -25s linear infinite}@keyframes fall-242{67.315%{transform:translate(65.0892vw,67.315vh) scale(.9467)}to{transform:translate(61.0989vw,99vh) scale(.9467)}}.snow:nth-child(243){opacity:.6156;transform:translate(97.73vw,-10px) scale(.3463);animation:fall-243 24s -14s linear infinite}@keyframes fall-243{66.764%{transform:translate(88.681vw,66.764vh) scale(.3463)}to{transform:translate(93.2055vw,99vh) scale(.3463)}}.snow:nth-child(244){opacity:1.2238;transform:translate(80.6807vw,-10px) scale(.245);animation:fall-244 27s -15s linear infinite}@keyframes fall-244{67.571%{transform:translate(72.1387vw,67.571vh) scale(.245)}to{transform:translate(76.4097vw,99vh) scale(.245)}}.snow:nth-child(245){opacity:1.802;transform:translate(91.765vw,-10px) scale(.6636);animation:fall-245 30s -15s linear infinite}@keyframes fall-245{44.826%{transform:translate(82.346vw,44.826vh) scale(.6636)}to{transform:translate(87.0555vw,99vh) scale(.6636)}}.snow:nth-child(246){opacity:1.459;transform:translate(46.9522vw,-10px) scale(.5445);animation:fall-246 20s -15s linear infinite}@keyframes fall-246{62.221%{transform:translate(39.9054vw,62.221vh) scale(.5445)}to{transform:translate(43.4288vw,99vh) scale(.5445)}}.snow:nth-child(247){opacity:.7618;transform:translate(24.2935vw,-10px) scale(.7826);animation:fall-247 23s -30s linear infinite}@keyframes fall-247{45.677%{transform:translate(28.602vw,45.677vh) scale(.7826)}to{transform:translate(26.44775vw,99vh) scale(.7826)}}.snow:nth-child(248){opacity:.5632;transform:translate(94.7677vw,-10px) scale(.9548);animation:fall-248 17s -22s linear infinite}@keyframes fall-248{33.933%{transform:translate(88.7249vw,33.933vh) scale(.9548)}to{transform:translate(91.7463vw,99vh) scale(.9548)}}.snow:nth-child(249){opacity:1.0328;transform:translate(30.9599vw,-10px) scale(.2144);animation:fall-249 22s -14s linear infinite}@keyframes fall-249{53.227%{transform:translate(35.6216vw,53.227vh) scale(.2144)}to{transform:translate(33.29075vw,99vh) scale(.2144)}}.snow:nth-child(250){opacity:.88;transform:translate(57.5731vw,-10px) scale(.5124);animation:fall-250 11s -17s linear infinite}@keyframes fall-250{58.792%{transform:translate(57.7905vw,58.792vh) scale(.5124)}to{transform:translate(57.6818vw,99vh) scale(.5124)}}.snow:nth-child(251){opacity:1.271;transform:translate(60.5343vw,-10px) scale(.7267);animation:fall-251 29s -19s linear infinite}@keyframes fall-251{66.788%{transform:translate(52.4996vw,66.788vh) scale(.7267)}to{transform:translate(56.51695vw,99vh) scale(.7267)}}.snow:nth-child(252){opacity:1.5016;transform:translate(80.5501vw,-10px) scale(.0794);animation:fall-252 27s -14s linear infinite}@keyframes fall-252{70.561%{transform:translate(72.9022vw,70.561vh) scale(.0794)}to{transform:translate(76.72615vw,99vh) scale(.0794)}}.snow:nth-child(253){opacity:.557;transform:translate(81.6728vw,-10px) scale(.5477);animation:fall-253 30s -29s linear infinite}@keyframes fall-253{78.25%{transform:translate(80.0223vw,78.25vh) scale(.5477)}to{transform:translate(80.84755vw,99vh) scale(.5477)}}.snow:nth-child(254){opacity:1.5692;transform:translate(30.8729vw,-10px) scale(.3725);animation:fall-254 26s -14s linear infinite}@keyframes fall-254{40.124%{transform:translate(22.3392vw,40.124vh) scale(.3725)}to{transform:translate(26.60605vw,99vh) scale(.3725)}}.snow:nth-child(255){opacity:1.1098;transform:translate(39.436vw,-10px) scale(.2982);animation:fall-255 23s -13s linear infinite}@keyframes fall-255{47.86%{transform:translate(36.6593vw,47.86vh) scale(.2982)}to{transform:translate(38.04765vw,99vh) scale(.2982)}}.snow:nth-child(256){opacity:1.8688;transform:translate(58.2095vw,-10px) scale(.8351);animation:fall-256 30s -9s linear infinite}@keyframes fall-256{41.396%{transform:translate(60.3792vw,41.396vh) scale(.8351)}to{transform:translate(59.29435vw,99vh) scale(.8351)}}.snow:nth-child(257){opacity:1.9886;transform:translate(34.9297vw,-10px) scale(.7281);animation:fall-257 19s -21s linear infinite}@keyframes fall-257{77.541%{transform:translate(39.3663vw,77.541vh) scale(.7281)}to{transform:translate(37.148vw,99vh) scale(.7281)}}.snow:nth-child(258){opacity:1.331;transform:translate(90.1621vw,-10px) scale(.9804);animation:fall-258 11s -4s linear infinite}@keyframes fall-258{54.229%{transform:translate(87.2106vw,54.229vh) scale(.9804)}to{transform:translate(88.68635vw,99vh) scale(.9804)}}.snow:nth-child(259){opacity:1.426;transform:translate(80.3235vw,-10px) scale(.0314);animation:fall-259 17s -7s linear infinite}@keyframes fall-259{43.15%{transform:translate(71.908vw,43.15vh) scale(.0314)}to{transform:translate(76.11575vw,99vh) scale(.0314)}}.snow:nth-child(260){opacity:1.6752;transform:translate(86.9297vw,-10px) scale(.0268);animation:fall-260 15s -2s linear infinite}@keyframes fall-260{39.27%{transform:translate(84.9125vw,39.27vh) scale(.0268)}to{transform:translate(85.9211vw,99vh) scale(.0268)}}.snow:nth-child(261){opacity:1.4768;transform:translate(57.6516vw,-10px) scale(.217);animation:fall-261 20s -25s linear infinite}@keyframes fall-261{69.582%{transform:translate(51.6128vw,69.582vh) scale(.217)}to{transform:translate(54.6322vw,99vh) scale(.217)}}.snow:nth-child(262){opacity:1.4504;transform:translate(64.6406vw,-10px) scale(.3834);animation:fall-262 22s -26s linear infinite}@keyframes fall-262{40.247%{transform:translate(64.6858vw,40.247vh) scale(.3834)}to{transform:translate(64.6632vw,99vh) scale(.3834)}}.snow:nth-child(263){opacity:.622;transform:translate(51.6105vw,-10px) scale(.2526);animation:fall-263 13s -9s linear infinite}@keyframes fall-263{57.695%{transform:translate(57.3326vw,57.695vh) scale(.2526)}to{transform:translate(54.47155vw,99vh) scale(.2526)}}.snow:nth-child(264){opacity:.3124;transform:translate(68.1477vw,-10px) scale(.8506);animation:fall-264 16s -19s linear infinite}@keyframes fall-264{57.276%{transform:translate(74.5336vw,57.276vh) scale(.8506)}to{transform:translate(71.34065vw,99vh) scale(.8506)}}.snow:nth-child(265){opacity:1.1858;transform:translate(39.2147vw,-10px) scale(.8201);animation:fall-265 21s -29s linear infinite}@keyframes fall-265{58.617%{transform:translate(44.9953vw,58.617vh) scale(.8201)}to{transform:translate(42.105vw,99vh) scale(.8201)}}.snow:nth-child(266){opacity:1.8346;transform:translate(16.8665vw,-10px) scale(.9242);animation:fall-266 14s -14s linear infinite}@keyframes fall-266{37.848%{transform:translate(7.4706vw,37.848vh) scale(.9242)}to{transform:translate(12.16855vw,99vh) scale(.9242)}}.snow:nth-child(267){opacity:.4728;transform:translate(36.2005vw,-10px) scale(.6319);animation:fall-267 24s -16s linear infinite}@keyframes fall-267{71.133%{transform:translate(34.558vw,71.133vh) scale(.6319)}to{transform:translate(35.37925vw,99vh) scale(.6319)}}.snow:nth-child(268){opacity:1.1288;transform:translate(87.1876vw,-10px) scale(.5689);animation:fall-268 25s -4s linear infinite}@keyframes fall-268{38.071%{transform:translate(84.4179vw,38.071vh) scale(.5689)}to{transform:translate(85.80275vw,99vh) scale(.5689)}}.snow:nth-child(269){opacity:.3088;transform:translate(68.9253vw,-10px) scale(.3311);animation:fall-269 16s -29s linear infinite}@keyframes fall-269{69.186%{transform:translate(73.7466vw,69.186vh) scale(.3311)}to{transform:translate(71.33595vw,99vh) scale(.3311)}}.snow:nth-child(270){opacity:.2356;transform:translate(44.2939vw,-10px) scale(.1101);animation:fall-270 19s -3s linear infinite}@keyframes fall-270{77.635%{transform:translate(48.1597vw,77.635vh) scale(.1101)}to{transform:translate(46.2268vw,99vh) scale(.1101)}}.snow:nth-child(271){opacity:1.2372;transform:translate(92.7304vw,-10px) scale(.1577);animation:fall-271 14s -18s linear infinite}@keyframes fall-271{34.717%{transform:translate(83.8219vw,34.717vh) scale(.1577)}to{transform:translate(88.27615vw,99vh) scale(.1577)}}.snow:nth-child(272){opacity:.5506;transform:translate(58.0347vw,-10px) scale(.9106);animation:fall-272 23s -1s linear infinite}@keyframes fall-272{43.165%{transform:translate(63.6898vw,43.165vh) scale(.9106)}to{transform:translate(60.86225vw,99vh) scale(.9106)}}.snow:nth-child(273){opacity:1.814;transform:translate(65.6846vw,-10px) scale(.865);animation:fall-273 11s -10s linear infinite}@keyframes fall-273{55.696%{transform:translate(56.7806vw,55.696vh) scale(.865)}to{transform:translate(61.2326vw,99vh) scale(.865)}}.snow:nth-child(274){opacity:1.9476;transform:translate(4.4539vw,-10px) scale(.1361);animation:fall-274 20s -13s linear infinite}@keyframes fall-274{54.607%{transform:translate(6.4466vw,54.607vh) scale(.1361)}to{transform:translate(5.45025vw,99vh) scale(.1361)}}.snow:nth-child(275){opacity:1.238;transform:translate(14.5372vw,-10px) scale(.7159);animation:fall-275 13s -13s linear infinite}@keyframes fall-275{57.898%{transform:translate(12.2308vw,57.898vh) scale(.7159)}to{transform:translate(13.384vw,99vh) scale(.7159)}}.snow:nth-child(276){opacity:.5294;transform:translate(36.2096vw,-10px) scale(.604);animation:fall-276 13s -24s linear infinite}@keyframes fall-276{46.266%{transform:translate(34.9519vw,46.266vh) scale(.604)}to{transform:translate(35.58075vw,99vh) scale(.604)}}.snow:nth-child(277){opacity:1.8576;transform:translate(9.0003vw,-10px) scale(.9472);animation:fall-277 16s -19s linear infinite}@keyframes fall-277{63.493%{transform:translate(13.8298vw,63.493vh) scale(.9472)}to{transform:translate(11.41505vw,99vh) scale(.9472)}}.snow:nth-child(278){opacity:.1694;transform:translate(91.3325vw,-10px) scale(.8717);animation:fall-278 10s -11s linear infinite}@keyframes fall-278{33.867%{transform:translate(100.799vw,33.867vh) scale(.8717)}to{transform:translate(96.06575vw,99vh) scale(.8717)}}.snow:nth-child(279){opacity:.2946;transform:translate(56.668vw,-10px) scale(.8327);animation:fall-279 27s -14s linear infinite}@keyframes fall-279{31.902%{transform:translate(64.9554vw,31.902vh) scale(.8327)}to{transform:translate(60.8117vw,99vh) scale(.8327)}}.snow:nth-child(280){opacity:.8508;transform:translate(50.1473vw,-10px) scale(.8133);animation:fall-280 22s -28s linear infinite}@keyframes fall-280{72.178%{transform:translate(48.3016vw,72.178vh) scale(.8133)}to{transform:translate(49.22445vw,99vh) scale(.8133)}}.snow:nth-child(281){opacity:1.3276;transform:translate(21.8274vw,-10px) scale(.1955);animation:fall-281 15s -10s linear infinite}@keyframes fall-281{53.034%{transform:translate(27.1121vw,53.034vh) scale(.1955)}to{transform:translate(24.46975vw,99vh) scale(.1955)}}.snow:nth-child(282){opacity:.1414;transform:translate(8.5763vw,-10px) scale(.9008);animation:fall-282 10s -14s linear infinite}@keyframes fall-282{70.904%{transform:translate(12.5604vw,70.904vh) scale(.9008)}to{transform:translate(10.56835vw,99vh) scale(.9008)}}.snow:nth-child(283){opacity:.4678;transform:translate(26.7562vw,-10px) scale(.2737);animation:fall-283 25s -11s linear infinite}@keyframes fall-283{60.697%{transform:translate(33.5173vw,60.697vh) scale(.2737)}to{transform:translate(30.13675vw,99vh) scale(.2737)}}.snow:nth-child(284){opacity:.4816;transform:translate(43.9473vw,-10px) scale(.6675);animation:fall-284 26s -20s linear infinite}@keyframes fall-284{38.436%{transform:translate(52.4378vw,38.436vh) scale(.6675)}to{transform:translate(48.19255vw,99vh) scale(.6675)}}.snow:nth-child(285){opacity:.269;transform:translate(19.6363vw,-10px) scale(.7675);animation:fall-285 22s -1s linear infinite}@keyframes fall-285{64.304%{transform:translate(24.1162vw,64.304vh) scale(.7675)}to{transform:translate(21.87625vw,99vh) scale(.7675)}}.snow:nth-child(286){opacity:.7158;transform:translate(89.7252vw,-10px) scale(.5069);animation:fall-286 29s -13s linear infinite}@keyframes fall-286{49.676%{transform:translate(81.2851vw,49.676vh) scale(.5069)}to{transform:translate(85.50515vw,99vh) scale(.5069)}}.snow:nth-child(287){opacity:.8734;transform:translate(79.5422vw,-10px) scale(.2906);animation:fall-287 10s -30s linear infinite}@keyframes fall-287{35.183%{transform:translate(84.6333vw,35.183vh) scale(.2906)}to{transform:translate(82.08775vw,99vh) scale(.2906)}}.snow:nth-child(288){opacity:1.0956;transform:translate(43.8776vw,-10px) scale(.5032);animation:fall-288 26s -22s linear infinite}@keyframes fall-288{54.021%{transform:translate(37.3557vw,54.021vh) scale(.5032)}to{transform:translate(40.61665vw,99vh) scale(.5032)}}.snow:nth-child(289){opacity:.4778;transform:translate(63.3337vw,-10px) scale(.0954);animation:fall-289 17s -19s linear infinite}@keyframes fall-289{57.861%{transform:translate(62.6022vw,57.861vh) scale(.0954)}to{transform:translate(62.96795vw,99vh) scale(.0954)}}.snow:nth-child(290){opacity:.5228;transform:translate(86.2398vw,-10px) scale(.5303);animation:fall-290 27s -2s linear infinite}@keyframes fall-290{43.595%{transform:translate(82.1973vw,43.595vh) scale(.5303)}to{transform:translate(84.21855vw,99vh) scale(.5303)}}.snow:nth-child(291){opacity:1.2698;transform:translate(95.9693vw,-10px) scale(.6523);animation:fall-291 21s -7s linear infinite}@keyframes fall-291{50.069%{transform:translate(103.2068vw,50.069vh) scale(.6523)}to{transform:translate(99.58805vw,99vh) scale(.6523)}}.snow:nth-child(292){opacity:.2854;transform:translate(32.3242vw,-10px) scale(.928);animation:fall-292 26s -25s linear infinite}@keyframes fall-292{79.186%{transform:translate(26.6931vw,79.186vh) scale(.928)}to{transform:translate(29.50865vw,99vh) scale(.928)}}.snow:nth-child(293){opacity:1.2232;transform:translate(54.2597vw,-10px) scale(.8438);animation:fall-293 26s -24s linear infinite}@keyframes fall-293{57.735%{transform:translate(51.4093vw,57.735vh) scale(.8438)}to{transform:translate(52.8345vw,99vh) scale(.8438)}}.snow:nth-child(294){opacity:1.9224;transform:translate(25.227vw,-10px) scale(.4286);animation:fall-294 11s -19s linear infinite}@keyframes fall-294{65.172%{transform:translate(15.543vw,65.172vh) scale(.4286)}to{transform:translate(20.385vw,99vh) scale(.4286)}}.snow:nth-child(295){opacity:1.0128;transform:translate(81.6936vw,-10px) scale(.6306);animation:fall-295 12s -20s linear infinite}@keyframes fall-295{35.25%{transform:translate(82.2067vw,35.25vh) scale(.6306)}to{transform:translate(81.95015vw,99vh) scale(.6306)}}.snow:nth-child(296){opacity:.151;transform:translate(69.889vw,-10px) scale(.7868);animation:fall-296 30s -11s linear infinite}@keyframes fall-296{63.706%{transform:translate(76.4603vw,63.706vh) scale(.7868)}to{transform:translate(73.17465vw,99vh) scale(.7868)}}.snow:nth-child(297){opacity:.9544;transform:translate(89.4176vw,-10px) scale(.6402);animation:fall-297 30s -21s linear infinite}@keyframes fall-297{36.392%{transform:translate(83.4435vw,36.392vh) scale(.6402)}to{transform:translate(86.43055vw,99vh) scale(.6402)}}.snow:nth-child(298){opacity:.2938;transform:translate(7.5397vw,-10px) scale(.5991);animation:fall-298 15s -11s linear infinite}@keyframes fall-298{78.702%{transform:translate(8.6587vw,78.702vh) scale(.5991)}to{transform:translate(8.0992vw,99vh) scale(.5991)}}.snow:nth-child(299){opacity:1.5684;transform:translate(70.8559vw,-10px) scale(.0297);animation:fall-299 27s -13s linear infinite}@keyframes fall-299{32.485%{transform:translate(80.1971vw,32.485vh) scale(.0297)}to{transform:translate(75.5265vw,99vh) scale(.0297)}}.snow:nth-child(300){opacity:.9878;transform:translate(60.424vw,-10px) scale(.8667);animation:fall-300 17s -20s linear infinite}@keyframes fall-300{36.306%{transform:translate(66.988vw,36.306vh) scale(.8667)}to{transform:translate(63.706vw,99vh) scale(.8667)}}.snow:nth-child(301){opacity:1.7962;transform:translate(70.6361vw,-10px) scale(.9655);animation:fall-301 17s -20s linear infinite}@keyframes fall-301{67.799%{transform:translate(76.0772vw,67.799vh) scale(.9655)}to{transform:translate(73.35665vw,99vh) scale(.9655)}}.snow:nth-child(302){opacity:1.7052;transform:translate(16.529vw,-10px) scale(.482);animation:fall-302 12s -13s linear infinite}@keyframes fall-302{73.331%{transform:translate(17.3623vw,73.331vh) scale(.482)}to{transform:translate(16.94565vw,99vh) scale(.482)}}.snow:nth-child(303){opacity:1.145;transform:translate(86.2332vw,-10px) scale(.1077);animation:fall-303 17s -7s linear infinite}@keyframes fall-303{54.652%{transform:translate(92.9415vw,54.652vh) scale(.1077)}to{transform:translate(89.58735vw,99vh) scale(.1077)}}.snow:nth-child(304){opacity:1.7118;transform:translate(88.7842vw,-10px) scale(.2712);animation:fall-304 11s -15s linear infinite}@keyframes fall-304{58.809%{transform:translate(87.7389vw,58.809vh) scale(.2712)}to{transform:translate(88.26155vw,99vh) scale(.2712)}}.snow:nth-child(305){opacity:1.1554;transform:translate(69.2921vw,-10px) scale(.7465);animation:fall-305 26s -14s linear infinite}@keyframes fall-305{57.038%{transform:translate(73.5747vw,57.038vh) scale(.7465)}to{transform:translate(71.4334vw,99vh) scale(.7465)}}.snow:nth-child(306){opacity:1.9228;transform:translate(65.4151vw,-10px) scale(.4944);animation:fall-306 13s -23s linear infinite}@keyframes fall-306{55.481%{transform:translate(66.8601vw,55.481vh) scale(.4944)}to{transform:translate(66.1376vw,99vh) scale(.4944)}}.snow:nth-child(307){opacity:1.7328;transform:translate(43.4017vw,-10px) scale(.8868);animation:fall-307 12s -14s linear infinite}@keyframes fall-307{53.111%{transform:translate(41.3916vw,53.111vh) scale(.8868)}to{transform:translate(42.39665vw,99vh) scale(.8868)}}.snow:nth-child(308){opacity:1.7168;transform:translate(57.3732vw,-10px) scale(.9039);animation:fall-308 21s -11s linear infinite}@keyframes fall-308{68.138%{transform:translate(49.7993vw,68.138vh) scale(.9039)}to{transform:translate(53.58625vw,99vh) scale(.9039)}}.snow:nth-child(309){opacity:1.827;transform:translate(82.8347vw,-10px) scale(.4162);animation:fall-309 10s -17s linear infinite}@keyframes fall-309{34.557%{transform:translate(75.3386vw,34.557vh) scale(.4162)}to{transform:translate(79.08665vw,99vh) scale(.4162)}}.snow:nth-child(310){opacity:1.7792;transform:translate(71.2256vw,-10px) scale(.3144);animation:fall-310 14s -20s linear infinite}@keyframes fall-310{34.285%{transform:translate(78.0723vw,34.285vh) scale(.3144)}to{transform:translate(74.64895vw,99vh) scale(.3144)}}.snow:nth-child(311){opacity:.7492;transform:translate(97.4554vw,-10px) scale(.4486);animation:fall-311 18s -7s linear infinite}@keyframes fall-311{59.804%{transform:translate(91.3603vw,59.804vh) scale(.4486)}to{transform:translate(94.40785vw,99vh) scale(.4486)}}.snow:nth-child(312){opacity:.3734;transform:translate(68.3481vw,-10px) scale(.4655);animation:fall-312 22s -21s linear infinite}@keyframes fall-312{68.697%{transform:translate(76.8016vw,68.697vh) scale(.4655)}to{transform:translate(72.57485vw,99vh) scale(.4655)}}.snow:nth-child(313){opacity:1.6284;transform:translate(52.5408vw,-10px) scale(.6546);animation:fall-313 10s -20s linear infinite}@keyframes fall-313{57.162%{transform:translate(51.363vw,57.162vh) scale(.6546)}to{transform:translate(51.9519vw,99vh) scale(.6546)}}.snow:nth-child(314){opacity:1.3848;transform:translate(71.166vw,-10px) scale(.6469);animation:fall-314 16s -28s linear infinite}@keyframes fall-314{35.35%{transform:translate(73.7181vw,35.35vh) scale(.6469)}to{transform:translate(72.44205vw,99vh) scale(.6469)}}.snow:nth-child(315){opacity:.4848;transform:translate(82.2941vw,-10px) scale(.1055);animation:fall-315 26s -28s linear infinite}@keyframes fall-315{74.183%{transform:translate(75.9535vw,74.183vh) scale(.1055)}to{transform:translate(79.1238vw,99vh) scale(.1055)}}.snow:nth-child(316){opacity:.3858;transform:translate(98.6013vw,-10px) scale(.3945);animation:fall-316 28s -8s linear infinite}@keyframes fall-316{46.648%{transform:translate(96.9674vw,46.648vh) scale(.3945)}to{transform:translate(97.78435vw,99vh) scale(.3945)}}.snow:nth-child(317){opacity:.0468;transform:translate(19.0639vw,-10px) scale(.6739);animation:fall-317 26s -19s linear infinite}@keyframes fall-317{71.6%{transform:translate(9.2003vw,71.6vh) scale(.6739)}to{transform:translate(14.1321vw,99vh) scale(.6739)}}.snow:nth-child(318){opacity:1.4156;transform:translate(6.932vw,-10px) scale(.4922);animation:fall-318 29s -3s linear infinite}@keyframes fall-318{31.428%{transform:translate(13.4684vw,31.428vh) scale(.4922)}to{transform:translate(10.2002vw,99vh) scale(.4922)}}.snow:nth-child(319){opacity:.1772;transform:translate(36.8616vw,-10px) scale(.4268);animation:fall-319 23s -13s linear infinite}@keyframes fall-319{69.963%{transform:translate(45.5787vw,69.963vh) scale(.4268)}to{transform:translate(41.22015vw,99vh) scale(.4268)}}.snow:nth-child(320){opacity:.3792;transform:translate(13.593vw,-10px) scale(.3534);animation:fall-320 10s -16s linear infinite}@keyframes fall-320{45.379%{transform:translate(11.2798vw,45.379vh) scale(.3534)}to{transform:translate(12.4364vw,99vh) scale(.3534)}}.snow:nth-child(321){opacity:.0466;transform:translate(41.5457vw,-10px) scale(.7879);animation:fall-321 11s -1s linear infinite}@keyframes fall-321{44.177%{transform:translate(38.2491vw,44.177vh) scale(.7879)}to{transform:translate(39.8974vw,99vh) scale(.7879)}}.snow:nth-child(322){opacity:.4346;transform:translate(84.3584vw,-10px) scale(.0155);animation:fall-322 25s -26s linear infinite}@keyframes fall-322{56.939%{transform:translate(77.8663vw,56.939vh) scale(.0155)}to{transform:translate(81.11235vw,99vh) scale(.0155)}}.snow:nth-child(323){opacity:.5364;transform:translate(47.6078vw,-10px) scale(.7082);animation:fall-323 12s -30s linear infinite}@keyframes fall-323{64.856%{transform:translate(44.6708vw,64.856vh) scale(.7082)}to{transform:translate(46.1393vw,99vh) scale(.7082)}}.snow:nth-child(324){opacity:1.072;transform:translate(31.5888vw,-10px) scale(.351);animation:fall-324 26s -14s linear infinite}@keyframes fall-324{65.289%{transform:translate(37.8627vw,65.289vh) scale(.351)}to{transform:translate(34.72575vw,99vh) scale(.351)}}.snow:nth-child(325){opacity:.5706;transform:translate(30.4453vw,-10px) scale(.2371);animation:fall-325 17s -9s linear infinite}@keyframes fall-325{62.065%{transform:translate(31.2709vw,62.065vh) scale(.2371)}to{transform:translate(30.8581vw,99vh) scale(.2371)}}.snow:nth-child(326){opacity:.96;transform:translate(88.4011vw,-10px) scale(.2126);animation:fall-326 23s -4s linear infinite}@keyframes fall-326{52.568%{transform:translate(83.5979vw,52.568vh) scale(.2126)}to{transform:translate(85.9995vw,99vh) scale(.2126)}}.snow:nth-child(327){opacity:1.3798;transform:translate(11.4912vw,-10px) scale(.2576);animation:fall-327 16s -17s linear infinite}@keyframes fall-327{59.453%{transform:translate(12.39vw,59.453vh) scale(.2576)}to{transform:translate(11.9406vw,99vh) scale(.2576)}}.snow:nth-child(328){opacity:.54;transform:translate(54.1866vw,-10px) scale(.8622);animation:fall-328 25s -27s linear infinite}@keyframes fall-328{50.326%{transform:translate(62.0575vw,50.326vh) scale(.8622)}to{transform:translate(58.12205vw,99vh) scale(.8622)}}.snow:nth-child(329){opacity:.9106;transform:translate(90.892vw,-10px) scale(.5828);animation:fall-329 27s -28s linear infinite}@keyframes fall-329{35.337%{transform:translate(98.1855vw,35.337vh) scale(.5828)}to{transform:translate(94.53875vw,99vh) scale(.5828)}}.snow:nth-child(330){opacity:1.6478;transform:translate(97.5626vw,-10px) scale(.611);animation:fall-330 11s -16s linear infinite}@keyframes fall-330{75.196%{transform:translate(94.2535vw,75.196vh) scale(.611)}to{transform:translate(95.90805vw,99vh) scale(.611)}}.snow:nth-child(331){opacity:1.1888;transform:translate(71.4984vw,-10px) scale(.5649);animation:fall-331 14s -18s linear infinite}@keyframes fall-331{55.918%{transform:translate(72.2364vw,55.918vh) scale(.5649)}to{transform:translate(71.8674vw,99vh) scale(.5649)}}.snow:nth-child(332){opacity:.1254;transform:translate(27.3548vw,-10px) scale(.9646);animation:fall-332 11s -25s linear infinite}@keyframes fall-332{42.709%{transform:translate(31.012vw,42.709vh) scale(.9646)}to{transform:translate(29.1834vw,99vh) scale(.9646)}}.snow:nth-child(333){opacity:1.846;transform:translate(63.0682vw,-10px) scale(.4182);animation:fall-333 23s -11s linear infinite}@keyframes fall-333{76.641%{transform:translate(57.4588vw,76.641vh) scale(.4182)}to{transform:translate(60.2635vw,99vh) scale(.4182)}}.snow:nth-child(334){opacity:1.134;transform:translate(71.4741vw,-10px) scale(.1675);animation:fall-334 24s -11s linear infinite}@keyframes fall-334{36.716%{transform:translate(78.7259vw,36.716vh) scale(.1675)}to{transform:translate(75.1vw,99vh) scale(.1675)}}.snow:nth-child(335){opacity:.4314;transform:translate(45.8979vw,-10px) scale(.3616);animation:fall-335 13s -22s linear infinite}@keyframes fall-335{50.161%{transform:translate(47.0555vw,50.161vh) scale(.3616)}to{transform:translate(46.4767vw,99vh) scale(.3616)}}.snow:nth-child(336){opacity:1.8496;transform:translate(50.6963vw,-10px) scale(.1761);animation:fall-336 21s -23s linear infinite}@keyframes fall-336{41.115%{transform:translate(51.6134vw,41.115vh) scale(.1761)}to{transform:translate(51.15485vw,99vh) scale(.1761)}}.snow:nth-child(337){opacity:1.2786;transform:translate(41.4303vw,-10px) scale(.5366);animation:fall-337 26s -11s linear infinite}@keyframes fall-337{39.906%{transform:translate(33.9618vw,39.906vh) scale(.5366)}to{transform:translate(37.69605vw,99vh) scale(.5366)}}.snow:nth-child(338){opacity:.7662;transform:translate(37.4825vw,-10px) scale(.0883);animation:fall-338 15s -3s linear infinite}@keyframes fall-338{54.724%{transform:translate(37.9316vw,54.724vh) scale(.0883)}to{transform:translate(37.70705vw,99vh) scale(.0883)}}.snow:nth-child(339){opacity:.1112;transform:translate(70.6385vw,-10px) scale(.3964);animation:fall-339 28s -29s linear infinite}@keyframes fall-339{62.77%{transform:translate(75.2661vw,62.77vh) scale(.3964)}to{transform:translate(72.9523vw,99vh) scale(.3964)}}.snow:nth-child(340){opacity:1.0734;transform:translate(45.2355vw,-10px) scale(.76);animation:fall-340 11s -25s linear infinite}@keyframes fall-340{34.607%{transform:translate(48.4206vw,34.607vh) scale(.76)}to{transform:translate(46.82805vw,99vh) scale(.76)}}.snow:nth-child(341){opacity:1.1206;transform:translate(61.0483vw,-10px) scale(.2308);animation:fall-341 23s -24s linear infinite}@keyframes fall-341{70.631%{transform:translate(66.2735vw,70.631vh) scale(.2308)}to{transform:translate(63.6609vw,99vh) scale(.2308)}}.snow:nth-child(342){opacity:.4726;transform:translate(71.0615vw,-10px) scale(.2203);animation:fall-342 30s -23s linear infinite}@keyframes fall-342{67.423%{transform:translate(74.2782vw,67.423vh) scale(.2203)}to{transform:translate(72.66985vw,99vh) scale(.2203)}}.snow:nth-child(343){opacity:1.4236;transform:translate(70.9133vw,-10px) scale(.1614);animation:fall-343 24s -25s linear infinite}@keyframes fall-343{60.097%{transform:translate(66.3872vw,60.097vh) scale(.1614)}to{transform:translate(68.65025vw,99vh) scale(.1614)}}.snow:nth-child(344){opacity:1.7668;transform:translate(51.3686vw,-10px) scale(.4671);animation:fall-344 11s -13s linear infinite}@keyframes fall-344{54.937%{transform:translate(47.8363vw,54.937vh) scale(.4671)}to{transform:translate(49.60245vw,99vh) scale(.4671)}}.snow:nth-child(345){opacity:1.1242;transform:translate(62.2438vw,-10px) scale(.1456);animation:fall-345 23s -27s linear infinite}@keyframes fall-345{30.222%{transform:translate(54.3056vw,30.222vh) scale(.1456)}to{transform:translate(58.2747vw,99vh) scale(.1456)}}.snow:nth-child(346){opacity:1.8316;transform:translate(68.4947vw,-10px) scale(.6522);animation:fall-346 28s -18s linear infinite}@keyframes fall-346{53.229%{transform:translate(67.6544vw,53.229vh) scale(.6522)}to{transform:translate(68.07455vw,99vh) scale(.6522)}}.snow:nth-child(347){opacity:1.2148;transform:translate(61.4375vw,-10px) scale(.9782);animation:fall-347 12s -9s linear infinite}@keyframes fall-347{36.37%{transform:translate(64.9833vw,36.37vh) scale(.9782)}to{transform:translate(63.2104vw,99vh) scale(.9782)}}.snow:nth-child(348){opacity:1.3346;transform:translate(95.0034vw,-10px) scale(.7815);animation:fall-348 26s -13s linear infinite}@keyframes fall-348{52.457%{transform:translate(99.5238vw,52.457vh) scale(.7815)}to{transform:translate(97.2636vw,99vh) scale(.7815)}}.snow:nth-child(349){opacity:1.4986;transform:translate(85.7309vw,-10px) scale(.3046);animation:fall-349 29s -14s linear infinite}@keyframes fall-349{56.016%{transform:translate(80.2608vw,56.016vh) scale(.3046)}to{transform:translate(82.99585vw,99vh) scale(.3046)}}.snow:nth-child(350){opacity:1.0358;transform:translate(6.4236vw,-10px) scale(.6979);animation:fall-350 11s -30s linear infinite}@keyframes fall-350{41.702%{transform:translate(5.129vw,41.702vh) scale(.6979)}to{transform:translate(5.7763vw,99vh) scale(.6979)}}.snow:nth-child(351){opacity:1.3344;transform:translate(37.7971vw,-10px) scale(.2858);animation:fall-351 27s -24s linear infinite}@keyframes fall-351{46.192%{transform:translate(28.3503vw,46.192vh) scale(.2858)}to{transform:translate(33.0737vw,99vh) scale(.2858)}}.snow:nth-child(352){opacity:.3206;transform:translate(3.7vw,-10px) scale(.8568);animation:fall-352 21s -21s linear infinite}@keyframes fall-352{79.117%{transform:translate(2.0604vw,79.117vh) scale(.8568)}to{transform:translate(2.8802vw,99vh) scale(.8568)}}.snow:nth-child(353){opacity:1.4526;transform:translate(78.1685vw,-10px) scale(.0241);animation:fall-353 12s -19s linear infinite}@keyframes fall-353{76.52%{transform:translate(77.7336vw,76.52vh) scale(.0241)}to{transform:translate(77.95105vw,99vh) scale(.0241)}}.snow:nth-child(354){opacity:.8282;transform:translate(23.135vw,-10px) scale(.0604);animation:fall-354 15s -4s linear infinite}@keyframes fall-354{47.851%{transform:translate(28.4228vw,47.851vh) scale(.0604)}to{transform:translate(25.7789vw,99vh) scale(.0604)}}.snow:nth-child(355){opacity:1.3346;transform:translate(42.1302vw,-10px) scale(.1913);animation:fall-355 14s -26s linear infinite}@keyframes fall-355{50.378%{transform:translate(49.8144vw,50.378vh) scale(.1913)}to{transform:translate(45.9723vw,99vh) scale(.1913)}}.snow:nth-child(356){opacity:.753;transform:translate(25.0547vw,-10px) scale(.0923);animation:fall-356 23s -6s linear infinite}@keyframes fall-356{56.921%{transform:translate(18.2033vw,56.921vh) scale(.0923)}to{transform:translate(21.629vw,99vh) scale(.0923)}}.snow:nth-child(357){opacity:.0448;transform:translate(42.3118vw,-10px) scale(.5389);animation:fall-357 29s -5s linear infinite}@keyframes fall-357{42.897%{transform:translate(49.5381vw,42.897vh) scale(.5389)}to{transform:translate(45.92495vw,99vh) scale(.5389)}}.snow:nth-child(358){opacity:1.1222;transform:translate(70.8465vw,-10px) scale(.4854);animation:fall-358 12s -20s linear infinite}@keyframes fall-358{68.396%{transform:translate(70.6629vw,68.396vh) scale(.4854)}to{transform:translate(70.7547vw,99vh) scale(.4854)}}.snow:nth-child(359){opacity:.8426;transform:translate(88.6316vw,-10px) scale(.6936);animation:fall-359 29s -11s linear infinite}@keyframes fall-359{69.691%{transform:translate(91.0811vw,69.691vh) scale(.6936)}to{transform:translate(89.85635vw,99vh) scale(.6936)}}.snow:nth-child(360){opacity:1.9792;transform:translate(3.954vw,-10px) scale(.7605);animation:fall-360 10s -17s linear infinite}@keyframes fall-360{64.35%{transform:translate(13.7543vw,64.35vh) scale(.7605)}to{transform:translate(8.85415vw,99vh) scale(.7605)}}.snow:nth-child(361){opacity:.668;transform:translate(37.6272vw,-10px) scale(.1088);animation:fall-361 22s -7s linear infinite}@keyframes fall-361{68.188%{transform:translate(45.516vw,68.188vh) scale(.1088)}to{transform:translate(41.5716vw,99vh) scale(.1088)}}.snow:nth-child(362){opacity:1.888;transform:translate(2.6079vw,-10px) scale(.0477);animation:fall-362 15s -9s linear infinite}@keyframes fall-362{54.483%{transform:translate(-1.3612vw,54.483vh) scale(.0477)}to{transform:translate(.62335vw,99vh) scale(.0477)}}.snow:nth-child(363){opacity:1.2036;transform:translate(94.5562vw,-10px) scale(.1266);animation:fall-363 20s -3s linear infinite}@keyframes fall-363{33.644%{transform:translate(99.6468vw,33.644vh) scale(.1266)}to{transform:translate(97.1015vw,99vh) scale(.1266)}}.snow:nth-child(364){opacity:1.2094;transform:translate(11.4459vw,-10px) scale(.571);animation:fall-364 18s -10s linear infinite}@keyframes fall-364{58.826%{transform:translate(1.8369vw,58.826vh) scale(.571)}to{transform:translate(6.6414vw,99vh) scale(.571)}}.snow:nth-child(365){opacity:1.2658;transform:translate(31.7575vw,-10px) scale(.856);animation:fall-365 20s -18s linear infinite}@keyframes fall-365{36.372%{transform:translate(30.6101vw,36.372vh) scale(.856)}to{transform:translate(31.1838vw,99vh) scale(.856)}}.snow:nth-child(366){opacity:1.9088;transform:translate(93.5486vw,-10px) scale(.8832);animation:fall-366 29s -14s linear infinite}@keyframes fall-366{61.997%{transform:translate(97.5169vw,61.997vh) scale(.8832)}to{transform:translate(95.53275vw,99vh) scale(.8832)}}.snow:nth-child(367){opacity:.0594;transform:translate(17.9879vw,-10px) scale(.9923);animation:fall-367 24s -21s linear infinite}@keyframes fall-367{61.726%{transform:translate(19.197vw,61.726vh) scale(.9923)}to{transform:translate(18.59245vw,99vh) scale(.9923)}}.snow:nth-child(368){opacity:.9558;transform:translate(80.3731vw,-10px) scale(.6385);animation:fall-368 15s -18s linear infinite}@keyframes fall-368{68.185%{transform:translate(86.1171vw,68.185vh) scale(.6385)}to{transform:translate(83.2451vw,99vh) scale(.6385)}}.snow:nth-child(369){opacity:.494;transform:translate(67.2854vw,-10px) scale(.7179);animation:fall-369 26s -5s linear infinite}@keyframes fall-369{39.357%{transform:translate(61.7736vw,39.357vh) scale(.7179)}to{transform:translate(64.5295vw,99vh) scale(.7179)}}.snow:nth-child(370){opacity:.5412;transform:translate(56.5942vw,-10px) scale(.0408);animation:fall-370 16s -27s linear infinite}@keyframes fall-370{67.263%{transform:translate(52.7317vw,67.263vh) scale(.0408)}to{transform:translate(54.66295vw,99vh) scale(.0408)}}.snow:nth-child(371){opacity:.7974;transform:translate(11.3877vw,-10px) scale(.4746);animation:fall-371 21s -30s linear infinite}@keyframes fall-371{54.736%{transform:translate(8.0336vw,54.736vh) scale(.4746)}to{transform:translate(9.71065vw,99vh) scale(.4746)}}.snow:nth-child(372){opacity:.8344;transform:translate(69.1007vw,-10px) scale(.559);animation:fall-372 20s -9s linear infinite}@keyframes fall-372{54.892%{transform:translate(74.6582vw,54.892vh) scale(.559)}to{transform:translate(71.87945vw,99vh) scale(.559)}}.snow:nth-child(373){opacity:.4834;transform:translate(72.5649vw,-10px) scale(.7885);animation:fall-373 15s -25s linear infinite}@keyframes fall-373{61.429%{transform:translate(67.7495vw,61.429vh) scale(.7885)}to{transform:translate(70.1572vw,99vh) scale(.7885)}}.snow:nth-child(374){opacity:1.6186;transform:translate(87.6623vw,-10px) scale(.7028);animation:fall-374 13s -28s linear infinite}@keyframes fall-374{61.547%{transform:translate(95.0502vw,61.547vh) scale(.7028)}to{transform:translate(91.35625vw,99vh) scale(.7028)}}.snow:nth-child(375){opacity:1.0276;transform:translate(50.9412vw,-10px) scale(.6903);animation:fall-375 28s -25s linear infinite}@keyframes fall-375{73.669%{transform:translate(49.8805vw,73.669vh) scale(.6903)}to{transform:translate(50.41085vw,99vh) scale(.6903)}}.snow:nth-child(376){opacity:1.6108;transform:translate(22.0167vw,-10px) scale(.4177);animation:fall-376 15s -4s linear infinite}@keyframes fall-376{43.334%{transform:translate(21.2216vw,43.334vh) scale(.4177)}to{transform:translate(21.61915vw,99vh) scale(.4177)}}.snow:nth-child(377){opacity:.2746;transform:translate(80.0238vw,-10px) scale(.9725);animation:fall-377 17s -21s linear infinite}@keyframes fall-377{64.224%{transform:translate(82.2506vw,64.224vh) scale(.9725)}to{transform:translate(81.1372vw,99vh) scale(.9725)}}.snow:nth-child(378){opacity:1.7588;transform:translate(12.0725vw,-10px) scale(.7409);animation:fall-378 16s -23s linear infinite}@keyframes fall-378{33.407%{transform:translate(15.4712vw,33.407vh) scale(.7409)}to{transform:translate(13.77185vw,99vh) scale(.7409)}}.snow:nth-child(379){opacity:.9626;transform:translate(33.6439vw,-10px) scale(.4358);animation:fall-379 18s -14s linear infinite}@keyframes fall-379{35.736%{transform:translate(28.5142vw,35.736vh) scale(.4358)}to{transform:translate(31.07905vw,99vh) scale(.4358)}}.snow:nth-child(380){opacity:1.5876;transform:translate(81.5926vw,-10px) scale(.2052);animation:fall-380 29s -6s linear infinite}@keyframes fall-380{48.912%{transform:translate(83.3768vw,48.912vh) scale(.2052)}to{transform:translate(82.4847vw,99vh) scale(.2052)}}.snow:nth-child(381){opacity:.296;transform:translate(66.3349vw,-10px) scale(.3586);animation:fall-381 12s -18s linear infinite}@keyframes fall-381{64.028%{transform:translate(66.6547vw,64.028vh) scale(.3586)}to{transform:translate(66.4948vw,99vh) scale(.3586)}}.snow:nth-child(382){opacity:1.5914;transform:translate(72.1928vw,-10px) scale(.8494);animation:fall-382 15s -14s linear infinite}@keyframes fall-382{45.132%{transform:translate(68.2132vw,45.132vh) scale(.8494)}to{transform:translate(70.203vw,99vh) scale(.8494)}}.snow:nth-child(383){opacity:.0918;transform:translate(15.8616vw,-10px) scale(.4212);animation:fall-383 13s -5s linear infinite}@keyframes fall-383{34.102%{transform:translate(23.6819vw,34.102vh) scale(.4212)}to{transform:translate(19.77175vw,99vh) scale(.4212)}}.snow:nth-child(384){opacity:1.311;transform:translate(97.6369vw,-10px) scale(.2161);animation:fall-384 20s -13s linear infinite}@keyframes fall-384{65.587%{transform:translate(103.8688vw,65.587vh) scale(.2161)}to{transform:translate(100.75285vw,99vh) scale(.2161)}}.snow:nth-child(385){opacity:.5208;transform:translate(97.0637vw,-10px) scale(.4912);animation:fall-385 11s -3s linear infinite}@keyframes fall-385{53.663%{transform:translate(92.1515vw,53.663vh) scale(.4912)}to{transform:translate(94.6076vw,99vh) scale(.4912)}}.snow:nth-child(386){opacity:1.6256;transform:translate(57.029vw,-10px) scale(.7809);animation:fall-386 10s -6s linear infinite}@keyframes fall-386{30.891%{transform:translate(54.4659vw,30.891vh) scale(.7809)}to{transform:translate(55.74745vw,99vh) scale(.7809)}}.snow:nth-child(387){opacity:1.5586;transform:translate(5.5367vw,-10px) scale(.0269);animation:fall-387 27s -9s linear infinite}@keyframes fall-387{71.507%{transform:translate(11.1821vw,71.507vh) scale(.0269)}to{transform:translate(8.3594vw,99vh) scale(.0269)}}.snow:nth-child(388){opacity:.9168;transform:translate(98.311vw,-10px) scale(.383);animation:fall-388 29s -12s linear infinite}@keyframes fall-388{68.887%{transform:translate(99.1502vw,68.887vh) scale(.383)}to{transform:translate(98.7306vw,99vh) scale(.383)}}.snow:nth-child(389){opacity:1.5918;transform:translate(18.9453vw,-10px) scale(.5777);animation:fall-389 21s -25s linear infinite}@keyframes fall-389{43.65%{transform:translate(15.0161vw,43.65vh) scale(.5777)}to{transform:translate(16.9807vw,99vh) scale(.5777)}}.snow:nth-child(390){opacity:.8294;transform:translate(35.51vw,-10px) scale(.5241);animation:fall-390 10s -20s linear infinite}@keyframes fall-390{38.104%{transform:translate(38.4526vw,38.104vh) scale(.5241)}to{transform:translate(36.9813vw,99vh) scale(.5241)}}.snow:nth-child(391){opacity:1.5552;transform:translate(27.4764vw,-10px) scale(.9751);animation:fall-391 11s -1s linear infinite}@keyframes fall-391{53.616%{transform:translate(30.6866vw,53.616vh) scale(.9751)}to{transform:translate(29.0815vw,99vh) scale(.9751)}}.snow:nth-child(392){opacity:.123;transform:translate(36.672vw,-10px) scale(.2724);animation:fall-392 11s -12s linear infinite}@keyframes fall-392{64.453%{transform:translate(42.8526vw,64.453vh) scale(.2724)}to{transform:translate(39.7623vw,99vh) scale(.2724)}}.snow:nth-child(393){opacity:.1886;transform:translate(23.282vw,-10px) scale(.9247);animation:fall-393 23s -4s linear infinite}@keyframes fall-393{54.278%{transform:translate(22.987vw,54.278vh) scale(.9247)}to{transform:translate(23.1345vw,99vh) scale(.9247)}}.snow:nth-child(394){opacity:.9546;transform:translate(76.7219vw,-10px) scale(.659);animation:fall-394 18s -5s linear infinite}@keyframes fall-394{78.311%{transform:translate(86.1507vw,78.311vh) scale(.659)}to{transform:translate(81.4363vw,99vh) scale(.659)}}.snow:nth-child(395){opacity:.6436;transform:translate(10.2733vw,-10px) scale(.1265);animation:fall-395 18s -13s linear infinite}@keyframes fall-395{60.847%{transform:translate(1.769vw,60.847vh) scale(.1265)}to{transform:translate(6.02115vw,99vh) scale(.1265)}}.snow:nth-child(396){opacity:1.1216;transform:translate(95.037vw,-10px) scale(.8548);animation:fall-396 17s -14s linear infinite}@keyframes fall-396{39.219%{transform:translate(93.1235vw,39.219vh) scale(.8548)}to{transform:translate(94.08025vw,99vh) scale(.8548)}}.snow:nth-child(397){opacity:.5842;transform:translate(64.1281vw,-10px) scale(.8283);animation:fall-397 13s -13s linear infinite}@keyframes fall-397{37.265%{transform:translate(70.8959vw,37.265vh) scale(.8283)}to{transform:translate(67.512vw,99vh) scale(.8283)}}.snow:nth-child(398){opacity:.2068;transform:translate(39.9134vw,-10px) scale(.9398);animation:fall-398 22s -19s linear infinite}@keyframes fall-398{35.795%{transform:translate(42.5157vw,35.795vh) scale(.9398)}to{transform:translate(41.21455vw,99vh) scale(.9398)}}.snow:nth-child(399){opacity:1.2616;transform:translate(93.9928vw,-10px) scale(.3869);animation:fall-399 16s -5s linear infinite}@keyframes fall-399{75.165%{transform:translate(102.5694vw,75.165vh) scale(.3869)}to{transform:translate(98.2811vw,99vh) scale(.3869)}}.snow:nth-child(400){opacity:.6336;transform:translate(39.3541vw,-10px) scale(.5893);animation:fall-400 27s -26s linear infinite}@keyframes fall-400{38.837%{transform:translate(45.2599vw,38.837vh) scale(.5893)}to{transform:translate(42.307vw,99vh) scale(.5893)}}\n"] }]
82
82
  }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
83
83
 
84
84
  // Angular
@@ -182,8 +182,9 @@ class EsFaenzaCoreModule {
182
182
  if (!bts.USE_FAKE_ACCESS_TOKEN)
183
183
  bts.accountScope = res.scope;
184
184
  console.log("%c[APP_INITIALIZER] appConfig and scope registered", "background-color: yellow");
185
- if (bts.accountScope)
186
- aac.initializeIdentity(bts.getJaceIdentity());
185
+ var identtity = bts.getJaceIdentity();
186
+ if (bts.accountScope && identtity)
187
+ aac.initializeIdentity(identtity);
187
188
  }), switchMap(_ => {
188
189
  if (!config.initializerFunction)
189
190
  return of();
@@ -214,6 +215,7 @@ class EsFaenzaCoreModule {
214
215
  { provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
215
216
  { provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : false },
216
217
  { provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
218
+ { provide: ALLOW_ANONYMOUS, useValue: config.allowAnonymous ? config.allowAnonymous : false },
217
219
  { provide: BaseAdapter, useClass: (config === null || config === void 0 ? void 0 : config.chartsAdapter) || BaseAdapter },
218
220
  { provide: BaseMessageService, useClass: (config === null || config === void 0 ? void 0 : config.messageService) || BaseMessageService },
219
221
  { provide: GlobalSearchService, useClass: (config === null || config === void 0 ? void 0 : config.globalSearchService) || GlobalSearchService },