@esfaenza/core 15.2.304 → 15.2.305
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/jace-resource/jace-resource.component.d.ts +1 -1
- package/esm2020/components/jace-resource/jace-resource.component.mjs +5 -3
- package/esm2020/directives/es-routerLink/es-routerLink.directive.mjs +3 -2
- package/esm2020/lib/app.component.mjs +2 -2
- package/fesm2015/esfaenza-core-components.mjs +18 -16
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core-directives.mjs +2 -1
- package/fesm2015/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +2 -2
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +4 -3
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core-directives.mjs +2 -1
- package/fesm2020/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +2 -2
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -22,9 +22,9 @@ export class AppComponent {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.9098;transform:translate(14.563vw,-10px) scale(.8299);animation:fall-1 30s -26s linear infinite}@keyframes fall-1{38.231%{transform:translate(8.6436vw,38.231vh) scale(.8299)}to{transform:translate(11.6033vw,99vh) scale(.8299)}}.snow:nth-child(2){opacity:1.9662;transform:translate(38.1513vw,-10px) scale(.8838);animation:fall-2 17s -6s linear infinite}@keyframes fall-2{69.37%{transform:translate(33.6657vw,69.37vh) scale(.8838)}to{transform:translate(35.9085vw,99vh) scale(.8838)}}.snow:nth-child(3){opacity:.3814;transform:translate(28.907vw,-10px) scale(.3209);animation:fall-3 25s -22s linear infinite}@keyframes fall-3{73.228%{transform:translate(33.3701vw,73.228vh) scale(.3209)}to{transform:translate(31.13855vw,99vh) scale(.3209)}}.snow:nth-child(4){opacity:.2108;transform:translate(73.211vw,-10px) scale(.5072);animation:fall-4 11s -24s linear infinite}@keyframes fall-4{38.533%{transform:translate(77.7852vw,38.533vh) scale(.5072)}to{transform:translate(75.4981vw,99vh) scale(.5072)}}.snow:nth-child(5){opacity:.067;transform:translate(43.5143vw,-10px) scale(.8863);animation:fall-5 17s -28s linear infinite}@keyframes fall-5{59.601%{transform:translate(45.1046vw,59.601vh) scale(.8863)}to{transform:translate(44.30945vw,99vh) scale(.8863)}}.snow:nth-child(6){opacity:1.6544;transform:translate(67.2765vw,-10px) scale(.8532);animation:fall-6 30s -14s linear infinite}@keyframes fall-6{72.096%{transform:translate(64.504vw,72.096vh) scale(.8532)}to{transform:translate(65.89025vw,99vh) scale(.8532)}}.snow:nth-child(7){opacity:.0836;transform:translate(73.9595vw,-10px) scale(.944);animation:fall-7 19s -4s linear infinite}@keyframes fall-7{77.338%{transform:translate(71.0575vw,77.338vh) scale(.944)}to{transform:translate(72.5085vw,99vh) scale(.944)}}.snow:nth-child(8){opacity:1.0752;transform:translate(46.1582vw,-10px) scale(.9107);animation:fall-8 24s -29s linear infinite}@keyframes fall-8{33.547%{transform:translate(39.6928vw,33.547vh) scale(.9107)}to{transform:translate(42.9255vw,99vh) scale(.9107)}}.snow:nth-child(9){opacity:.1674;transform:translate(15.7707vw,-10px) scale(.3252);animation:fall-9 16s -27s linear infinite}@keyframes fall-9{30.978%{transform:translate(11.3258vw,30.978vh) scale(.3252)}to{transform:translate(13.54825vw,99vh) scale(.3252)}}.snow:nth-child(10){opacity:1.1206;transform:translate(87.5467vw,-10px) scale(.9181);animation:fall-10 29s -23s linear infinite}@keyframes fall-10{37.899%{transform:translate(91.8422vw,37.899vh) scale(.9181)}to{transform:translate(89.69445vw,99vh) scale(.9181)}}.snow:nth-child(11){opacity:.562;transform:translate(77.7768vw,-10px) scale(.9203);animation:fall-11 24s -5s linear infinite}@keyframes fall-11{78.83%{transform:translate(82.2036vw,78.83vh) scale(.9203)}to{transform:translate(79.9902vw,99vh) scale(.9203)}}.snow:nth-child(12){opacity:.7386;transform:translate(30.5767vw,-10px) scale(.6305);animation:fall-12 24s -21s linear infinite}@keyframes fall-12{61.245%{transform:translate(24.0537vw,61.245vh) scale(.6305)}to{transform:translate(27.3152vw,99vh) scale(.6305)}}.snow:nth-child(13){opacity:.3186;transform:translate(97.7235vw,-10px) scale(.0495);animation:fall-13 12s -16s linear infinite}@keyframes fall-13{49.472%{transform:translate(88.5639vw,49.472vh) scale(.0495)}to{transform:translate(93.1437vw,99vh) scale(.0495)}}.snow:nth-child(14){opacity:.4216;transform:translate(75.2673vw,-10px) scale(.6119);animation:fall-14 22s -12s linear infinite}@keyframes fall-14{41.557%{transform:translate(67.5185vw,41.557vh) scale(.6119)}to{transform:translate(71.3929vw,99vh) scale(.6119)}}.snow:nth-child(15){opacity:1.1308;transform:translate(45.8996vw,-10px) scale(.929);animation:fall-15 30s -16s linear infinite}@keyframes fall-15{47.025%{transform:translate(53.3721vw,47.025vh) scale(.929)}to{transform:translate(49.63585vw,99vh) scale(.929)}}.snow:nth-child(16){opacity:1.7314;transform:translate(95.8628vw,-10px) scale(.1175);animation:fall-16 16s -11s linear infinite}@keyframes fall-16{49.935%{transform:translate(90.969vw,49.935vh) scale(.1175)}to{transform:translate(93.4159vw,99vh) scale(.1175)}}.snow:nth-child(17){opacity:.6406;transform:translate(74.7844vw,-10px) scale(.861);animation:fall-17 11s -21s linear infinite}@keyframes fall-17{37.613%{transform:translate(65.8619vw,37.613vh) scale(.861)}to{transform:translate(70.32315vw,99vh) scale(.861)}}.snow:nth-child(18){opacity:1.0532;transform:translate(45.6331vw,-10px) scale(.759);animation:fall-18 28s -28s linear infinite}@keyframes fall-18{68.697%{transform:translate(39.2462vw,68.697vh) scale(.759)}to{transform:translate(42.43965vw,99vh) scale(.759)}}.snow:nth-child(19){opacity:.3276;transform:translate(55.6998vw,-10px) scale(.3089);animation:fall-19 12s -16s linear infinite}@keyframes fall-19{41.353%{transform:translate(48.5432vw,41.353vh) scale(.3089)}to{transform:translate(52.1215vw,99vh) scale(.3089)}}.snow:nth-child(20){opacity:1.2126;transform:translate(66.8946vw,-10px) scale(.8102);animation:fall-20 19s -4s linear infinite}@keyframes fall-20{54.221%{transform:translate(67.9551vw,54.221vh) scale(.8102)}to{transform:translate(67.42485vw,99vh) scale(.8102)}}.snow:nth-child(21){opacity:1.136;transform:translate(2.7614vw,-10px) scale(.3507);animation:fall-21 15s -29s linear infinite}@keyframes fall-21{66.904%{transform:translate(-4.2304vw,66.904vh) scale(.3507)}to{transform:translate(-.7345vw,99vh) scale(.3507)}}.snow:nth-child(22){opacity:1.8804;transform:translate(93.4524vw,-10px) scale(.0442);animation:fall-22 30s -8s linear infinite}@keyframes fall-22{73.609%{transform:translate(97.9903vw,73.609vh) scale(.0442)}to{transform:translate(95.72135vw,99vh) scale(.0442)}}.snow:nth-child(23){opacity:.9154;transform:translate(38.5914vw,-10px) scale(.6539);animation:fall-23 29s -4s linear infinite}@keyframes fall-23{61.544%{transform:translate(35.1598vw,61.544vh) scale(.6539)}to{transform:translate(36.8756vw,99vh) scale(.6539)}}.snow:nth-child(24){opacity:.0084;transform:translate(64.3438vw,-10px) scale(.3925);animation:fall-24 29s -29s linear infinite}@keyframes fall-24{69.619%{transform:translate(60.1692vw,69.619vh) scale(.3925)}to{transform:translate(62.2565vw,99vh) scale(.3925)}}.snow:nth-child(25){opacity:.9644;transform:translate(73.5302vw,-10px) scale(.4124);animation:fall-25 17s -17s linear infinite}@keyframes fall-25{49.542%{transform:translate(73.0025vw,49.542vh) scale(.4124)}to{transform:translate(73.26635vw,99vh) scale(.4124)}}.snow:nth-child(26){opacity:.0462;transform:translate(91.7986vw,-10px) scale(.6124);animation:fall-26 28s -28s linear infinite}@keyframes fall-26{64.378%{transform:translate(97.7122vw,64.378vh) scale(.6124)}to{transform:translate(94.7554vw,99vh) scale(.6124)}}.snow:nth-child(27){opacity:.4982;transform:translate(2.3129vw,-10px) scale(.8049);animation:fall-27 22s -13s linear infinite}@keyframes fall-27{30.368%{transform:translate(9.2484vw,30.368vh) scale(.8049)}to{transform:translate(5.78065vw,99vh) scale(.8049)}}.snow:nth-child(28){opacity:.9964;transform:translate(36.2737vw,-10px) scale(.3536);animation:fall-28 25s -13s linear infinite}@keyframes fall-28{78.325%{transform:translate(38.761vw,78.325vh) scale(.3536)}to{transform:translate(37.51735vw,99vh) scale(.3536)}}.snow:nth-child(29){opacity:.1364;transform:translate(23.0337vw,-10px) scale(.8342);animation:fall-29 29s -26s linear infinite}@keyframes fall-29{44.151%{transform:translate(21.965vw,44.151vh) scale(.8342)}to{transform:translate(22.49935vw,99vh) scale(.8342)}}.snow:nth-child(30){opacity:.8126;transform:translate(9.898vw,-10px) scale(.7394);animation:fall-30 30s -17s linear infinite}@keyframes fall-30{55.351%{transform:translate(13.7531vw,55.351vh) scale(.7394)}to{transform:translate(11.82555vw,99vh) scale(.7394)}}.snow:nth-child(31){opacity:1.1918;transform:translate(7.8196vw,-10px) scale(.3459);animation:fall-31 16s -25s linear infinite}@keyframes fall-31{60.306%{transform:translate(-.2229vw,60.306vh) scale(.3459)}to{transform:translate(3.79835vw,99vh) scale(.3459)}}.snow:nth-child(32){opacity:.2256;transform:translate(60.1057vw,-10px) scale(.0792);animation:fall-32 30s -30s linear infinite}@keyframes fall-32{54.787%{transform:translate(60.2162vw,54.787vh) scale(.0792)}to{transform:translate(60.16095vw,99vh) scale(.0792)}}.snow:nth-child(33){opacity:1.724;transform:translate(9.1528vw,-10px) scale(.2161);animation:fall-33 13s -9s linear infinite}@keyframes fall-33{48.658%{transform:translate(7.3625vw,48.658vh) scale(.2161)}to{transform:translate(8.25765vw,99vh) scale(.2161)}}.snow:nth-child(34){opacity:.2734;transform:translate(88.4442vw,-10px) scale(.2081);animation:fall-34 28s -10s linear infinite}@keyframes fall-34{35.599%{transform:translate(88.9068vw,35.599vh) scale(.2081)}to{transform:translate(88.6755vw,99vh) scale(.2081)}}.snow:nth-child(35){opacity:1.2996;transform:translate(65.8653vw,-10px) scale(.1872);animation:fall-35 19s -19s linear infinite}@keyframes fall-35{31.732%{transform:translate(68.9658vw,31.732vh) scale(.1872)}to{transform:translate(67.41555vw,99vh) scale(.1872)}}.snow:nth-child(36){opacity:.2622;transform:translate(94.6724vw,-10px) scale(.4802);animation:fall-36 12s -10s linear infinite}@keyframes fall-36{57.986%{transform:translate(92.0112vw,57.986vh) scale(.4802)}to{transform:translate(93.3418vw,99vh) scale(.4802)}}.snow:nth-child(37){opacity:1.2088;transform:translate(59.4481vw,-10px) scale(.3099);animation:fall-37 17s -24s linear infinite}@keyframes fall-37{65.059%{transform:translate(68.3971vw,65.059vh) scale(.3099)}to{transform:translate(63.9226vw,99vh) scale(.3099)}}.snow:nth-child(38){opacity:1.4596;transform:translate(66.0412vw,-10px) scale(.2509);animation:fall-38 26s -18s linear infinite}@keyframes fall-38{38.185%{transform:translate(67.002vw,38.185vh) scale(.2509)}to{transform:translate(66.5216vw,99vh) scale(.2509)}}.snow:nth-child(39){opacity:1.6224;transform:translate(54.3357vw,-10px) scale(.1079);animation:fall-39 15s -9s linear infinite}@keyframes fall-39{59.811%{transform:translate(46.8723vw,59.811vh) scale(.1079)}to{transform:translate(50.604vw,99vh) scale(.1079)}}.snow:nth-child(40){opacity:.9608;transform:translate(80.5994vw,-10px) scale(.3547);animation:fall-40 30s -30s linear infinite}@keyframes fall-40{53.907%{transform:translate(80.6321vw,53.907vh) scale(.3547)}to{transform:translate(80.61575vw,99vh) scale(.3547)}}.snow:nth-child(41){opacity:1.419;transform:translate(76.6448vw,-10px) scale(.076);animation:fall-41 17s -14s linear infinite}@keyframes fall-41{64.918%{transform:translate(81.9813vw,64.918vh) scale(.076)}to{transform:translate(79.31305vw,99vh) scale(.076)}}.snow:nth-child(42){opacity:.5678;transform:translate(73.098vw,-10px) scale(.9195);animation:fall-42 19s -20s linear infinite}@keyframes fall-42{78.78%{transform:translate(78.8613vw,78.78vh) scale(.9195)}to{transform:translate(75.97965vw,99vh) scale(.9195)}}.snow:nth-child(43){opacity:1.2836;transform:translate(44.0866vw,-10px) scale(.1551);animation:fall-43 20s -5s linear infinite}@keyframes fall-43{73.435%{transform:translate(39.0767vw,73.435vh) scale(.1551)}to{transform:translate(41.58165vw,99vh) scale(.1551)}}.snow:nth-child(44){opacity:.7244;transform:translate(74.7787vw,-10px) scale(.3037);animation:fall-44 10s -4s linear infinite}@keyframes fall-44{73.633%{transform:translate(78.2489vw,73.633vh) scale(.3037)}to{transform:translate(76.5138vw,99vh) scale(.3037)}}.snow:nth-child(45){opacity:.0478;transform:translate(90.8485vw,-10px) scale(.1942);animation:fall-45 10s -16s linear infinite}@keyframes fall-45{42.606%{transform:translate(87.0781vw,42.606vh) scale(.1942)}to{transform:translate(88.9633vw,99vh) scale(.1942)}}.snow:nth-child(46){opacity:.6732;transform:translate(31.0788vw,-10px) scale(.6139);animation:fall-46 27s -10s linear infinite}@keyframes fall-46{73.471%{transform:translate(30.3141vw,73.471vh) scale(.6139)}to{transform:translate(30.69645vw,99vh) scale(.6139)}}.snow:nth-child(47){opacity:1.5578;transform:translate(79.8441vw,-10px) scale(.8256);animation:fall-47 27s -1s linear infinite}@keyframes fall-47{58.463%{transform:translate(76.8311vw,58.463vh) scale(.8256)}to{transform:translate(78.3376vw,99vh) scale(.8256)}}.snow:nth-child(48){opacity:1.46;transform:translate(9.4421vw,-10px) scale(.5219);animation:fall-48 17s -28s linear infinite}@keyframes fall-48{47.236%{transform:translate(18.4856vw,47.236vh) scale(.5219)}to{transform:translate(13.96385vw,99vh) scale(.5219)}}.snow:nth-child(49){opacity:.4546;transform:translate(68.8404vw,-10px) scale(.47);animation:fall-49 14s -30s linear infinite}@keyframes fall-49{43.804%{transform:translate(71.8819vw,43.804vh) scale(.47)}to{transform:translate(70.36115vw,99vh) scale(.47)}}.snow:nth-child(50){opacity:1.8416;transform:translate(82.7724vw,-10px) scale(.1621);animation:fall-50 30s -7s linear infinite}@keyframes fall-50{53.517%{transform:translate(77.9845vw,53.517vh) scale(.1621)}to{transform:translate(80.37845vw,99vh) scale(.1621)}}.snow:nth-child(51){opacity:.2658;transform:translate(19.7454vw,-10px) scale(.6555);animation:fall-51 23s -27s linear infinite}@keyframes fall-51{64.286%{transform:translate(12.3752vw,64.286vh) scale(.6555)}to{transform:translate(16.0603vw,99vh) scale(.6555)}}.snow:nth-child(52){opacity:.7298;transform:translate(23.9296vw,-10px) scale(.1728);animation:fall-52 20s -5s linear infinite}@keyframes fall-52{39.846%{transform:translate(23.8108vw,39.846vh) scale(.1728)}to{transform:translate(23.8702vw,99vh) scale(.1728)}}.snow:nth-child(53){opacity:1.4812;transform:translate(88.3399vw,-10px) scale(.4735);animation:fall-53 20s -14s linear infinite}@keyframes fall-53{60.435%{transform:translate(84.2441vw,60.435vh) scale(.4735)}to{transform:translate(86.292vw,99vh) scale(.4735)}}.snow:nth-child(54){opacity:.742;transform:translate(95.5991vw,-10px) scale(.0787);animation:fall-54 13s -12s linear infinite}@keyframes fall-54{57.358%{transform:translate(102.6424vw,57.358vh) scale(.0787)}to{transform:translate(99.12075vw,99vh) scale(.0787)}}.snow:nth-child(55){opacity:1.3066;transform:translate(21.8431vw,-10px) scale(.7597);animation:fall-55 23s -11s linear infinite}@keyframes fall-55{59.548%{transform:translate(15.3851vw,59.548vh) scale(.7597)}to{transform:translate(18.6141vw,99vh) scale(.7597)}}.snow:nth-child(56){opacity:.424;transform:translate(66.3229vw,-10px) scale(.031);animation:fall-56 25s -18s linear infinite}@keyframes fall-56{36.21%{transform:translate(65.1175vw,36.21vh) scale(.031)}to{transform:translate(65.7202vw,99vh) scale(.031)}}.snow:nth-child(57){opacity:.5892;transform:translate(33.1804vw,-10px) scale(.5894);animation:fall-57 24s -19s linear infinite}@keyframes fall-57{54.26%{transform:translate(25.9494vw,54.26vh) scale(.5894)}to{transform:translate(29.5649vw,99vh) scale(.5894)}}.snow:nth-child(58){opacity:1.6628;transform:translate(34.2539vw,-10px) scale(.9231);animation:fall-58 24s -24s linear infinite}@keyframes fall-58{33.836%{transform:translate(32.7566vw,33.836vh) scale(.9231)}to{transform:translate(33.50525vw,99vh) scale(.9231)}}.snow:nth-child(59){opacity:1.7536;transform:translate(73.7309vw,-10px) scale(.4306);animation:fall-59 26s -8s linear infinite}@keyframes fall-59{70.982%{transform:translate(66.705vw,70.982vh) scale(.4306)}to{transform:translate(70.21795vw,99vh) scale(.4306)}}.snow:nth-child(60){opacity:.445;transform:translate(12.8969vw,-10px) scale(.9641);animation:fall-60 22s -28s linear infinite}@keyframes fall-60{41.86%{transform:translate(9.5276vw,41.86vh) scale(.9641)}to{transform:translate(11.21225vw,99vh) scale(.9641)}}.snow:nth-child(61){opacity:.347;transform:translate(1.3429vw,-10px) scale(.0993);animation:fall-61 21s -6s linear infinite}@keyframes fall-61{72.979%{transform:translate(-7.3047vw,72.979vh) scale(.0993)}to{transform:translate(-2.9809vw,99vh) scale(.0993)}}.snow:nth-child(62){opacity:.9666;transform:translate(15.037vw,-10px) scale(.6628);animation:fall-62 12s -26s linear infinite}@keyframes fall-62{63.066%{transform:translate(18.5596vw,63.066vh) scale(.6628)}to{transform:translate(16.7983vw,99vh) scale(.6628)}}.snow:nth-child(63){opacity:.6902;transform:translate(59.9681vw,-10px) scale(.296);animation:fall-63 11s -5s linear infinite}@keyframes fall-63{31.665%{transform:translate(50.7291vw,31.665vh) scale(.296)}to{transform:translate(55.3486vw,99vh) scale(.296)}}.snow:nth-child(64){opacity:.5446;transform:translate(5.4674vw,-10px) scale(.7656);animation:fall-64 22s -3s linear infinite}@keyframes fall-64{54.563%{transform:translate(10.8066vw,54.563vh) scale(.7656)}to{transform:translate(8.137vw,99vh) scale(.7656)}}.snow:nth-child(65){opacity:1.4868;transform:translate(60.3142vw,-10px) scale(.877);animation:fall-65 12s -5s linear infinite}@keyframes fall-65{64.906%{transform:translate(65.0995vw,64.906vh) scale(.877)}to{transform:translate(62.70685vw,99vh) scale(.877)}}.snow:nth-child(66){opacity:1.5552;transform:translate(73.6148vw,-10px) scale(.3764);animation:fall-66 16s -30s linear infinite}@keyframes fall-66{77.234%{transform:translate(74.7997vw,77.234vh) scale(.3764)}to{transform:translate(74.20725vw,99vh) scale(.3764)}}.snow:nth-child(67){opacity:.7672;transform:translate(91.9888vw,-10px) scale(.495);animation:fall-67 26s -28s linear infinite}@keyframes fall-67{79.826%{transform:translate(88.8122vw,79.826vh) scale(.495)}to{transform:translate(90.4005vw,99vh) scale(.495)}}.snow:nth-child(68){opacity:.5642;transform:translate(72.9015vw,-10px) scale(.8148);animation:fall-68 22s -11s linear infinite}@keyframes fall-68{37.002%{transform:translate(65.6407vw,37.002vh) scale(.8148)}to{transform:translate(69.2711vw,99vh) scale(.8148)}}.snow:nth-child(69){opacity:1.5742;transform:translate(95.868vw,-10px) scale(.5313);animation:fall-69 28s -13s linear infinite}@keyframes fall-69{56.875%{transform:translate(100.2377vw,56.875vh) scale(.5313)}to{transform:translate(98.05285vw,99vh) scale(.5313)}}.snow:nth-child(70){opacity:.5028;transform:translate(68.3235vw,-10px) scale(.804);animation:fall-70 27s -8s linear infinite}@keyframes fall-70{77.81%{transform:translate(75.0721vw,77.81vh) scale(.804)}to{transform:translate(71.6978vw,99vh) scale(.804)}}.snow:nth-child(71){opacity:.152;transform:translate(65.7231vw,-10px) scale(.9051);animation:fall-71 24s -28s linear infinite}@keyframes fall-71{40.778%{transform:translate(75.505vw,40.778vh) scale(.9051)}to{transform:translate(70.61405vw,99vh) scale(.9051)}}.snow:nth-child(72){opacity:.9152;transform:translate(83.0943vw,-10px) scale(.8264);animation:fall-72 17s -23s linear infinite}@keyframes fall-72{47.134%{transform:translate(76.895vw,47.134vh) scale(.8264)}to{transform:translate(79.99465vw,99vh) scale(.8264)}}.snow:nth-child(73){opacity:.0414;transform:translate(28.1106vw,-10px) scale(.1383);animation:fall-73 20s -6s linear infinite}@keyframes fall-73{69.221%{transform:translate(25.6796vw,69.221vh) scale(.1383)}to{transform:translate(26.8951vw,99vh) scale(.1383)}}.snow:nth-child(74){opacity:1.2298;transform:translate(25.8772vw,-10px) scale(.2482);animation:fall-74 10s -14s linear infinite}@keyframes fall-74{35.726%{transform:translate(31.1632vw,35.726vh) scale(.2482)}to{transform:translate(28.5202vw,99vh) scale(.2482)}}.snow:nth-child(75){opacity:.5448;transform:translate(67.0616vw,-10px) scale(.5559);animation:fall-75 19s -21s linear infinite}@keyframes fall-75{75.899%{transform:translate(74.859vw,75.899vh) scale(.5559)}to{transform:translate(70.9603vw,99vh) scale(.5559)}}.snow:nth-child(76){opacity:.6998;transform:translate(58.2108vw,-10px) scale(.5829);animation:fall-76 16s -30s linear infinite}@keyframes fall-76{32.438%{transform:translate(64.5947vw,32.438vh) scale(.5829)}to{transform:translate(61.40275vw,99vh) scale(.5829)}}.snow:nth-child(77){opacity:.8724;transform:translate(48.8278vw,-10px) scale(.7441);animation:fall-77 25s -3s linear infinite}@keyframes fall-77{35.27%{transform:translate(54.5673vw,35.27vh) scale(.7441)}to{transform:translate(51.69755vw,99vh) scale(.7441)}}.snow:nth-child(78){opacity:.1214;transform:translate(68.7428vw,-10px) scale(.4207);animation:fall-78 26s -13s linear infinite}@keyframes fall-78{54.339%{transform:translate(60.8652vw,54.339vh) scale(.4207)}to{transform:translate(64.804vw,99vh) scale(.4207)}}.snow:nth-child(79){opacity:.768;transform:translate(16.6657vw,-10px) scale(.3724);animation:fall-79 30s -2s linear infinite}@keyframes fall-79{77.668%{transform:translate(23.5407vw,77.668vh) scale(.3724)}to{transform:translate(20.1032vw,99vh) scale(.3724)}}.snow:nth-child(80){opacity:.6304;transform:translate(56.3597vw,-10px) scale(.0588);animation:fall-80 22s -19s linear infinite}@keyframes fall-80{59.127%{transform:translate(60.5662vw,59.127vh) scale(.0588)}to{transform:translate(58.46295vw,99vh) scale(.0588)}}.snow:nth-child(81){opacity:1.5714;transform:translate(83.7865vw,-10px) scale(.8757);animation:fall-81 17s -7s linear infinite}@keyframes fall-81{73.363%{transform:translate(80.6966vw,73.363vh) scale(.8757)}to{transform:translate(82.24155vw,99vh) scale(.8757)}}.snow:nth-child(82){opacity:.9094;transform:translate(63.4924vw,-10px) scale(.2626);animation:fall-82 28s -20s linear infinite}@keyframes fall-82{38.809%{transform:translate(64.1634vw,38.809vh) scale(.2626)}to{transform:translate(63.8279vw,99vh) scale(.2626)}}.snow:nth-child(83){opacity:.7146;transform:translate(69.6158vw,-10px) scale(.9412);animation:fall-83 11s -12s linear infinite}@keyframes fall-83{44.702%{transform:translate(77.6441vw,44.702vh) scale(.9412)}to{transform:translate(73.62995vw,99vh) scale(.9412)}}.snow:nth-child(84){opacity:1.9584;transform:translate(39.6625vw,-10px) scale(.8598);animation:fall-84 27s -14s linear infinite}@keyframes fall-84{32.389%{transform:translate(37.3192vw,32.389vh) scale(.8598)}to{transform:translate(38.49085vw,99vh) scale(.8598)}}.snow:nth-child(85){opacity:.8208;transform:translate(54.9485vw,-10px) scale(.328);animation:fall-85 22s -17s linear infinite}@keyframes fall-85{66.044%{transform:translate(58.5399vw,66.044vh) scale(.328)}to{transform:translate(56.7442vw,99vh) scale(.328)}}.snow:nth-child(86){opacity:1.336;transform:translate(17.1463vw,-10px) scale(.0582);animation:fall-86 12s -14s linear infinite}@keyframes fall-86{72.147%{transform:translate(15.271vw,72.147vh) scale(.0582)}to{transform:translate(16.20865vw,99vh) scale(.0582)}}.snow:nth-child(87){opacity:1.0382;transform:translate(45.7392vw,-10px) scale(.4104);animation:fall-87 17s -4s linear infinite}@keyframes fall-87{77.892%{transform:translate(52.6598vw,77.892vh) scale(.4104)}to{transform:translate(49.1995vw,99vh) scale(.4104)}}.snow:nth-child(88){opacity:1.8532;transform:translate(11.3112vw,-10px) scale(.1414);animation:fall-88 15s -21s linear infinite}@keyframes fall-88{60.522%{transform:translate(1.6041vw,60.522vh) scale(.1414)}to{transform:translate(6.45765vw,99vh) scale(.1414)}}.snow:nth-child(89){opacity:1.7368;transform:translate(14.8705vw,-10px) scale(.3353);animation:fall-89 30s -10s linear infinite}@keyframes fall-89{54.812%{transform:translate(21.6732vw,54.812vh) scale(.3353)}to{transform:translate(18.27185vw,99vh) scale(.3353)}}.snow:nth-child(90){opacity:1.0812;transform:translate(83.2885vw,-10px) scale(.0883);animation:fall-90 19s -22s linear infinite}@keyframes fall-90{62.268%{transform:translate(92.2941vw,62.268vh) scale(.0883)}to{transform:translate(87.7913vw,99vh) scale(.0883)}}.snow:nth-child(91){opacity:1.706;transform:translate(58.6421vw,-10px) scale(.9705);animation:fall-91 19s -23s linear infinite}@keyframes fall-91{48.69%{transform:translate(53.6683vw,48.69vh) scale(.9705)}to{transform:translate(56.1552vw,99vh) scale(.9705)}}.snow:nth-child(92){opacity:.3128;transform:translate(83.5579vw,-10px) scale(.0307);animation:fall-92 20s -9s linear infinite}@keyframes fall-92{52.893%{transform:translate(76.9262vw,52.893vh) scale(.0307)}to{transform:translate(80.24205vw,99vh) scale(.0307)}}.snow:nth-child(93){opacity:1.802;transform:translate(71.1961vw,-10px) scale(.0765);animation:fall-93 25s -21s linear infinite}@keyframes fall-93{55.457%{transform:translate(62.7242vw,55.457vh) scale(.0765)}to{transform:translate(66.96015vw,99vh) scale(.0765)}}.snow:nth-child(94){opacity:.1768;transform:translate(44.6823vw,-10px) scale(.0451);animation:fall-94 30s -17s linear infinite}@keyframes fall-94{68.018%{transform:translate(42.393vw,68.018vh) scale(.0451)}to{transform:translate(43.53765vw,99vh) scale(.0451)}}.snow:nth-child(95){opacity:1.1004;transform:translate(44.9173vw,-10px) scale(.9556);animation:fall-95 15s -15s linear infinite}@keyframes fall-95{49.851%{transform:translate(37.3417vw,49.851vh) scale(.9556)}to{transform:translate(41.1295vw,99vh) scale(.9556)}}.snow:nth-child(96){opacity:1.5434;transform:translate(55.8397vw,-10px) scale(.3465);animation:fall-96 16s -5s linear infinite}@keyframes fall-96{66.24%{transform:translate(60.191vw,66.24vh) scale(.3465)}to{transform:translate(58.01535vw,99vh) scale(.3465)}}.snow:nth-child(97){opacity:1.5134;transform:translate(7.0394vw,-10px) scale(.6426);animation:fall-97 29s -4s linear infinite}@keyframes fall-97{44.138%{transform:translate(-1.1683vw,44.138vh) scale(.6426)}to{transform:translate(2.93555vw,99vh) scale(.6426)}}.snow:nth-child(98){opacity:1.6374;transform:translate(16.9577vw,-10px) scale(.5039);animation:fall-98 10s -1s linear infinite}@keyframes fall-98{31.716%{transform:translate(8.2051vw,31.716vh) scale(.5039)}to{transform:translate(12.5814vw,99vh) scale(.5039)}}.snow:nth-child(99){opacity:1.9844;transform:translate(8.1972vw,-10px) scale(.1415);animation:fall-99 11s -29s linear infinite}@keyframes fall-99{32.652%{transform:translate(17.3011vw,32.652vh) scale(.1415)}to{transform:translate(12.74915vw,99vh) scale(.1415)}}.snow:nth-child(100){opacity:.3962;transform:translate(88.6365vw,-10px) scale(.0839);animation:fall-100 29s -29s linear infinite}@keyframes fall-100{42.586%{transform:translate(97.6361vw,42.586vh) scale(.0839)}to{transform:translate(93.1363vw,99vh) scale(.0839)}}.snow:nth-child(101){opacity:1.8844;transform:translate(.8041vw,-10px) scale(.7787);animation:fall-101 17s -16s linear infinite}@keyframes fall-101{30.784%{transform:translate(6.9927vw,30.784vh) scale(.7787)}to{transform:translate(3.8984vw,99vh) scale(.7787)}}.snow:nth-child(102){opacity:.4088;transform:translate(7.5074vw,-10px) scale(.4282);animation:fall-102 16s -12s linear infinite}@keyframes fall-102{53.172%{transform:translate(12.4461vw,53.172vh) scale(.4282)}to{transform:translate(9.97675vw,99vh) scale(.4282)}}.snow:nth-child(103){opacity:1.347;transform:translate(47.8317vw,-10px) scale(.3847);animation:fall-103 23s -30s linear infinite}@keyframes fall-103{34.392%{transform:translate(56.2625vw,34.392vh) scale(.3847)}to{transform:translate(52.0471vw,99vh) scale(.3847)}}.snow:nth-child(104){opacity:.568;transform:translate(96.0792vw,-10px) scale(.4443);animation:fall-104 14s -27s linear infinite}@keyframes fall-104{76.721%{transform:translate(87.9195vw,76.721vh) scale(.4443)}to{transform:translate(91.99935vw,99vh) scale(.4443)}}.snow:nth-child(105){opacity:1.235;transform:translate(24.3467vw,-10px) scale(.8378);animation:fall-105 23s -19s linear infinite}@keyframes fall-105{73.153%{transform:translate(29.9781vw,73.153vh) scale(.8378)}to{transform:translate(27.1624vw,99vh) scale(.8378)}}.snow:nth-child(106){opacity:1.842;transform:translate(64.3352vw,-10px) scale(.7711);animation:fall-106 21s -12s linear infinite}@keyframes fall-106{69.252%{transform:translate(57.1707vw,69.252vh) scale(.7711)}to{transform:translate(60.75295vw,99vh) scale(.7711)}}.snow:nth-child(107){opacity:1.6088;transform:translate(4.058vw,-10px) scale(.1835);animation:fall-107 22s -23s linear infinite}@keyframes fall-107{76.399%{transform:translate(7.7306vw,76.399vh) scale(.1835)}to{transform:translate(5.8943vw,99vh) scale(.1835)}}.snow:nth-child(108){opacity:1.795;transform:translate(77.1266vw,-10px) scale(.7454);animation:fall-108 26s -6s linear infinite}@keyframes fall-108{31.323%{transform:translate(83.5287vw,31.323vh) scale(.7454)}to{transform:translate(80.32765vw,99vh) scale(.7454)}}.snow:nth-child(109){opacity:.1456;transform:translate(84.3608vw,-10px) scale(.2952);animation:fall-109 23s -6s linear infinite}@keyframes fall-109{43.019%{transform:translate(81.6012vw,43.019vh) scale(.2952)}to{transform:translate(82.981vw,99vh) scale(.2952)}}.snow:nth-child(110){opacity:1.28;transform:translate(80.2908vw,-10px) scale(.907);animation:fall-110 15s -10s linear infinite}@keyframes fall-110{34.391%{transform:translate(81.8027vw,34.391vh) scale(.907)}to{transform:translate(81.04675vw,99vh) scale(.907)}}.snow:nth-child(111){opacity:1.88;transform:translate(66.4348vw,-10px) scale(.5722);animation:fall-111 11s -6s linear infinite}@keyframes fall-111{47.512%{transform:translate(70.571vw,47.512vh) scale(.5722)}to{transform:translate(68.5029vw,99vh) scale(.5722)}}.snow:nth-child(112){opacity:1.3658;transform:translate(73.3314vw,-10px) scale(.2049);animation:fall-112 24s -20s linear infinite}@keyframes fall-112{70.716%{transform:translate(70.861vw,70.716vh) scale(.2049)}to{transform:translate(72.0962vw,99vh) scale(.2049)}}.snow:nth-child(113){opacity:.0106;transform:translate(84.178vw,-10px) scale(.0897);animation:fall-113 11s -8s linear infinite}@keyframes fall-113{78.098%{transform:translate(88.7618vw,78.098vh) scale(.0897)}to{transform:translate(86.4699vw,99vh) scale(.0897)}}.snow:nth-child(114){opacity:.4146;transform:translate(59.8191vw,-10px) scale(.738);animation:fall-114 12s -14s linear infinite}@keyframes fall-114{50.368%{transform:translate(62.341vw,50.368vh) scale(.738)}to{transform:translate(61.08005vw,99vh) scale(.738)}}.snow:nth-child(115){opacity:1.5224;transform:translate(80.8715vw,-10px) scale(.58);animation:fall-115 21s -10s linear infinite}@keyframes fall-115{58.603%{transform:translate(80.8265vw,58.603vh) scale(.58)}to{transform:translate(80.849vw,99vh) scale(.58)}}.snow:nth-child(116){opacity:1.0476;transform:translate(39.0036vw,-10px) scale(.2219);animation:fall-116 22s -9s linear infinite}@keyframes fall-116{69.416%{transform:translate(31.9335vw,69.416vh) scale(.2219)}to{transform:translate(35.46855vw,99vh) scale(.2219)}}.snow:nth-child(117){opacity:.1928;transform:translate(61.8314vw,-10px) scale(.1734);animation:fall-117 14s -20s linear infinite}@keyframes fall-117{34.78%{transform:translate(65.6706vw,34.78vh) scale(.1734)}to{transform:translate(63.751vw,99vh) scale(.1734)}}.snow:nth-child(118){opacity:.1192;transform:translate(64.1511vw,-10px) scale(.8023);animation:fall-118 13s -11s linear infinite}@keyframes fall-118{52.544%{transform:translate(60.5935vw,52.544vh) scale(.8023)}to{transform:translate(62.3723vw,99vh) scale(.8023)}}.snow:nth-child(119){opacity:.4642;transform:translate(11.9812vw,-10px) scale(.5997);animation:fall-119 30s -19s linear infinite}@keyframes fall-119{43.161%{transform:translate(11.9922vw,43.161vh) scale(.5997)}to{transform:translate(11.9867vw,99vh) scale(.5997)}}.snow:nth-child(120){opacity:.6794;transform:translate(24.8004vw,-10px) scale(.6253);animation:fall-120 22s -19s linear infinite}@keyframes fall-120{54.811%{transform:translate(27.5047vw,54.811vh) scale(.6253)}to{transform:translate(26.15255vw,99vh) scale(.6253)}}.snow:nth-child(121){opacity:.014;transform:translate(58.1037vw,-10px) scale(.3888);animation:fall-121 27s -23s linear infinite}@keyframes fall-121{77.998%{transform:translate(58.2054vw,77.998vh) scale(.3888)}to{transform:translate(58.15455vw,99vh) scale(.3888)}}.snow:nth-child(122){opacity:1.5828;transform:translate(70.4219vw,-10px) scale(.9496);animation:fall-122 15s -22s linear infinite}@keyframes fall-122{60.466%{transform:translate(63.5737vw,60.466vh) scale(.9496)}to{transform:translate(66.9978vw,99vh) scale(.9496)}}.snow:nth-child(123){opacity:1.17;transform:translate(5.9034vw,-10px) scale(.1812);animation:fall-123 25s -6s linear infinite}@keyframes fall-123{39.023%{transform:translate(-4.0791vw,39.023vh) scale(.1812)}to{transform:translate(.91215vw,99vh) scale(.1812)}}.snow:nth-child(124){opacity:1.9548;transform:translate(32.3786vw,-10px) scale(.5599);animation:fall-124 10s -20s linear infinite}@keyframes fall-124{36.075%{transform:translate(28.0956vw,36.075vh) scale(.5599)}to{transform:translate(30.2371vw,99vh) scale(.5599)}}.snow:nth-child(125){opacity:.776;transform:translate(49.222vw,-10px) scale(.6835);animation:fall-125 20s -26s linear infinite}@keyframes fall-125{60.566%{transform:translate(46.441vw,60.566vh) scale(.6835)}to{transform:translate(47.8315vw,99vh) scale(.6835)}}.snow:nth-child(126){opacity:.6324;transform:translate(57.0852vw,-10px) scale(.0252);animation:fall-126 25s -19s linear infinite}@keyframes fall-126{53.893%{transform:translate(48.3449vw,53.893vh) scale(.0252)}to{transform:translate(52.71505vw,99vh) scale(.0252)}}.snow:nth-child(127){opacity:1.4738;transform:translate(89.5656vw,-10px) scale(.7682);animation:fall-127 15s -12s linear infinite}@keyframes fall-127{35.272%{transform:translate(96.9436vw,35.272vh) scale(.7682)}to{transform:translate(93.2546vw,99vh) scale(.7682)}}.snow:nth-child(128){opacity:1.2208;transform:translate(72.9732vw,-10px) scale(.4346);animation:fall-128 28s -1s linear infinite}@keyframes fall-128{49.297%{transform:translate(63.0976vw,49.297vh) scale(.4346)}to{transform:translate(68.0354vw,99vh) scale(.4346)}}.snow:nth-child(129){opacity:.3816;transform:translate(4.5923vw,-10px) scale(.6442);animation:fall-129 11s -10s linear infinite}@keyframes fall-129{47.293%{transform:translate(10.9154vw,47.293vh) scale(.6442)}to{transform:translate(7.75385vw,99vh) scale(.6442)}}.snow:nth-child(130){opacity:1.3026;transform:translate(40.4689vw,-10px) scale(.046);animation:fall-130 19s -22s linear infinite}@keyframes fall-130{44.615%{transform:translate(33.8389vw,44.615vh) scale(.046)}to{transform:translate(37.1539vw,99vh) scale(.046)}}.snow:nth-child(131){opacity:1.7728;transform:translate(71.5624vw,-10px) scale(.7547);animation:fall-131 15s -4s linear infinite}@keyframes fall-131{30.895%{transform:translate(80.3934vw,30.895vh) scale(.7547)}to{transform:translate(75.9779vw,99vh) scale(.7547)}}.snow:nth-child(132){opacity:.118;transform:translate(25.2634vw,-10px) scale(.8656);animation:fall-132 30s -14s linear infinite}@keyframes fall-132{45.353%{transform:translate(27.8819vw,45.353vh) scale(.8656)}to{transform:translate(26.57265vw,99vh) scale(.8656)}}.snow:nth-child(133){opacity:.354;transform:translate(98.9365vw,-10px) scale(.4937);animation:fall-133 25s -25s linear infinite}@keyframes fall-133{70.705%{transform:translate(99.1881vw,70.705vh) scale(.4937)}to{transform:translate(99.0623vw,99vh) scale(.4937)}}.snow:nth-child(134){opacity:1.1024;transform:translate(75.4002vw,-10px) scale(.0426);animation:fall-134 28s -19s linear infinite}@keyframes fall-134{68.274%{transform:translate(69.7306vw,68.274vh) scale(.0426)}to{transform:translate(72.5654vw,99vh) scale(.0426)}}.snow:nth-child(135){opacity:1.3368;transform:translate(70.8737vw,-10px) scale(.0185);animation:fall-135 22s -3s linear infinite}@keyframes fall-135{72.218%{transform:translate(77.5316vw,72.218vh) scale(.0185)}to{transform:translate(74.20265vw,99vh) scale(.0185)}}.snow:nth-child(136){opacity:1.0424;transform:translate(55.4287vw,-10px) scale(.4775);animation:fall-136 16s -26s linear infinite}@keyframes fall-136{58.452%{transform:translate(65.1715vw,58.452vh) scale(.4775)}to{transform:translate(60.3001vw,99vh) scale(.4775)}}.snow:nth-child(137){opacity:.7924;transform:translate(50.5129vw,-10px) scale(.1453);animation:fall-137 22s -14s linear infinite}@keyframes fall-137{49.103%{transform:translate(52.0431vw,49.103vh) scale(.1453)}to{transform:translate(51.278vw,99vh) scale(.1453)}}.snow:nth-child(138){opacity:.0412;transform:translate(10.8239vw,-10px) scale(.4035);animation:fall-138 14s -4s linear infinite}@keyframes fall-138{68.785%{transform:translate(11.6973vw,68.785vh) scale(.4035)}to{transform:translate(11.2606vw,99vh) scale(.4035)}}.snow:nth-child(139){opacity:.974;transform:translate(37.58vw,-10px) scale(.1491);animation:fall-139 10s -27s linear infinite}@keyframes fall-139{35.313%{transform:translate(32.6914vw,35.313vh) scale(.1491)}to{transform:translate(35.1357vw,99vh) scale(.1491)}}.snow:nth-child(140){opacity:.2788;transform:translate(43.3609vw,-10px) scale(.4982);animation:fall-140 13s -8s linear infinite}@keyframes fall-140{47.095%{transform:translate(43.0096vw,47.095vh) scale(.4982)}to{transform:translate(43.18525vw,99vh) scale(.4982)}}.snow:nth-child(141){opacity:.7706;transform:translate(81.0434vw,-10px) scale(.0927);animation:fall-141 16s -16s linear infinite}@keyframes fall-141{48.913%{transform:translate(79.539vw,48.913vh) scale(.0927)}to{transform:translate(80.2912vw,99vh) scale(.0927)}}.snow:nth-child(142){opacity:.8388;transform:translate(62.2606vw,-10px) scale(.9076);animation:fall-142 29s -15s linear infinite}@keyframes fall-142{30.823%{transform:translate(63.4634vw,30.823vh) scale(.9076)}to{transform:translate(62.862vw,99vh) scale(.9076)}}.snow:nth-child(143){opacity:.045;transform:translate(66.9614vw,-10px) scale(.988);animation:fall-143 30s -17s linear infinite}@keyframes fall-143{50.505%{transform:translate(61.9871vw,50.505vh) scale(.988)}to{transform:translate(64.47425vw,99vh) scale(.988)}}.snow:nth-child(144){opacity:1.982;transform:translate(55.3487vw,-10px) scale(.6269);animation:fall-144 17s -2s linear infinite}@keyframes fall-144{76.131%{transform:translate(55.9779vw,76.131vh) scale(.6269)}to{transform:translate(55.6633vw,99vh) scale(.6269)}}.snow:nth-child(145){opacity:.613;transform:translate(84.6397vw,-10px) scale(.8406);animation:fall-145 29s -26s linear infinite}@keyframes fall-145{64.135%{transform:translate(92.3777vw,64.135vh) scale(.8406)}to{transform:translate(88.5087vw,99vh) scale(.8406)}}.snow:nth-child(146){opacity:.5298;transform:translate(52.5611vw,-10px) scale(.4812);animation:fall-146 17s -28s linear infinite}@keyframes fall-146{64.127%{transform:translate(45.856vw,64.127vh) scale(.4812)}to{transform:translate(49.20855vw,99vh) scale(.4812)}}.snow:nth-child(147){opacity:.5638;transform:translate(41.3293vw,-10px) scale(.2156);animation:fall-147 18s -15s linear infinite}@keyframes fall-147{60.384%{transform:translate(41.0514vw,60.384vh) scale(.2156)}to{transform:translate(41.19035vw,99vh) scale(.2156)}}.snow:nth-child(148){opacity:.4456;transform:translate(59.0372vw,-10px) scale(.3541);animation:fall-148 12s -10s linear infinite}@keyframes fall-148{33.343%{transform:translate(67.6631vw,33.343vh) scale(.3541)}to{transform:translate(63.35015vw,99vh) scale(.3541)}}.snow:nth-child(149){opacity:1.7278;transform:translate(40.4135vw,-10px) scale(.3096);animation:fall-149 16s -29s linear infinite}@keyframes fall-149{57.961%{transform:translate(38.8686vw,57.961vh) scale(.3096)}to{transform:translate(39.64105vw,99vh) scale(.3096)}}.snow:nth-child(150){opacity:.9886;transform:translate(14.2958vw,-10px) scale(.4837);animation:fall-150 20s -2s linear infinite}@keyframes fall-150{34.89%{transform:translate(22.7056vw,34.89vh) scale(.4837)}to{transform:translate(18.5007vw,99vh) scale(.4837)}}.snow:nth-child(151){opacity:.0754;transform:translate(97.0282vw,-10px) scale(.5456);animation:fall-151 16s -14s linear infinite}@keyframes fall-151{73.955%{transform:translate(91.5435vw,73.955vh) scale(.5456)}to{transform:translate(94.28585vw,99vh) scale(.5456)}}.snow:nth-child(152){opacity:1.5616;transform:translate(43.1544vw,-10px) scale(.5267);animation:fall-152 26s -1s linear infinite}@keyframes fall-152{79.782%{transform:translate(45.9007vw,79.782vh) scale(.5267)}to{transform:translate(44.52755vw,99vh) scale(.5267)}}.snow:nth-child(153){opacity:1.611;transform:translate(12.6999vw,-10px) scale(.4346);animation:fall-153 30s -3s linear infinite}@keyframes fall-153{61.231%{transform:translate(13.4802vw,61.231vh) scale(.4346)}to{transform:translate(13.09005vw,99vh) scale(.4346)}}.snow:nth-child(154){opacity:1.066;transform:translate(74.5053vw,-10px) scale(.4314);animation:fall-154 14s -1s linear infinite}@keyframes fall-154{55.739%{transform:translate(65.281vw,55.739vh) scale(.4314)}to{transform:translate(69.89315vw,99vh) scale(.4314)}}.snow:nth-child(155){opacity:.6774;transform:translate(34.8507vw,-10px) scale(.2576);animation:fall-155 19s -1s linear infinite}@keyframes fall-155{66.738%{transform:translate(43.1086vw,66.738vh) scale(.2576)}to{transform:translate(38.97965vw,99vh) scale(.2576)}}.snow:nth-child(156){opacity:1.8042;transform:translate(37.5183vw,-10px) scale(.0291);animation:fall-156 13s -12s linear infinite}@keyframes fall-156{61.395%{transform:translate(34.2159vw,61.395vh) scale(.0291)}to{transform:translate(35.8671vw,99vh) scale(.0291)}}.snow:nth-child(157){opacity:1.1024;transform:translate(40.3383vw,-10px) scale(.0663);animation:fall-157 28s -24s linear infinite}@keyframes fall-157{67.85%{transform:translate(42.8349vw,67.85vh) scale(.0663)}to{transform:translate(41.5866vw,99vh) scale(.0663)}}.snow:nth-child(158){opacity:.9848;transform:translate(33.6041vw,-10px) scale(.2377);animation:fall-158 15s -2s linear infinite}@keyframes fall-158{59.434%{transform:translate(28.2031vw,59.434vh) scale(.2377)}to{transform:translate(30.9036vw,99vh) scale(.2377)}}.snow:nth-child(159){opacity:.298;transform:translate(4.1217vw,-10px) scale(.8641);animation:fall-159 18s -30s linear infinite}@keyframes fall-159{68.158%{transform:translate(-1.9389vw,68.158vh) scale(.8641)}to{transform:translate(1.0914vw,99vh) scale(.8641)}}.snow:nth-child(160){opacity:1.431;transform:translate(58.344vw,-10px) scale(.9549);animation:fall-160 27s -7s linear infinite}@keyframes fall-160{65.582%{transform:translate(58.2953vw,65.582vh) scale(.9549)}to{transform:translate(58.31965vw,99vh) scale(.9549)}}.snow:nth-child(161){opacity:1.6948;transform:translate(40.3244vw,-10px) scale(.2582);animation:fall-161 20s -7s linear infinite}@keyframes fall-161{52.329%{transform:translate(42.0656vw,52.329vh) scale(.2582)}to{transform:translate(41.195vw,99vh) scale(.2582)}}.snow:nth-child(162){opacity:1.521;transform:translate(63.8287vw,-10px) scale(.3979);animation:fall-162 20s -21s linear infinite}@keyframes fall-162{45.63%{transform:translate(63.7436vw,45.63vh) scale(.3979)}to{transform:translate(63.78615vw,99vh) scale(.3979)}}.snow:nth-child(163){opacity:1.377;transform:translate(62.5348vw,-10px) scale(.9294);animation:fall-163 27s -23s linear infinite}@keyframes fall-163{50.635%{transform:translate(60.6543vw,50.635vh) scale(.9294)}to{transform:translate(61.59455vw,99vh) scale(.9294)}}.snow:nth-child(164){opacity:1.7276;transform:translate(34.3392vw,-10px) scale(.7067);animation:fall-164 20s -16s linear infinite}@keyframes fall-164{63.604%{transform:translate(38.5222vw,63.604vh) scale(.7067)}to{transform:translate(36.4307vw,99vh) scale(.7067)}}.snow:nth-child(165){opacity:1.017;transform:translate(92.9885vw,-10px) scale(.9807);animation:fall-165 30s -12s linear infinite}@keyframes fall-165{65.6%{transform:translate(90.684vw,65.6vh) scale(.9807)}to{transform:translate(91.83625vw,99vh) scale(.9807)}}.snow:nth-child(166){opacity:.985;transform:translate(86.6092vw,-10px) scale(.3586);animation:fall-166 25s -11s linear infinite}@keyframes fall-166{53.17%{transform:translate(90.6991vw,53.17vh) scale(.3586)}to{transform:translate(88.65415vw,99vh) scale(.3586)}}.snow:nth-child(167){opacity:1.5632;transform:translate(40.5089vw,-10px) scale(.1206);animation:fall-167 10s -24s linear infinite}@keyframes fall-167{42.278%{transform:translate(40.3367vw,42.278vh) scale(.1206)}to{transform:translate(40.4228vw,99vh) scale(.1206)}}.snow:nth-child(168){opacity:.7072;transform:translate(22.0043vw,-10px) scale(.4048);animation:fall-168 23s -30s linear infinite}@keyframes fall-168{64.14%{transform:translate(17.633vw,64.14vh) scale(.4048)}to{transform:translate(19.81865vw,99vh) scale(.4048)}}.snow:nth-child(169){opacity:1.5724;transform:translate(37.599vw,-10px) scale(.2094);animation:fall-169 19s -29s linear infinite}@keyframes fall-169{56.153%{transform:translate(31.9859vw,56.153vh) scale(.2094)}to{transform:translate(34.79245vw,99vh) scale(.2094)}}.snow:nth-child(170){opacity:.135;transform:translate(19.1529vw,-10px) scale(.1031);animation:fall-170 17s -17s linear infinite}@keyframes fall-170{58.184%{transform:translate(23.0307vw,58.184vh) scale(.1031)}to{transform:translate(21.0918vw,99vh) scale(.1031)}}.snow:nth-child(171){opacity:.0576;transform:translate(40.0994vw,-10px) scale(.3677);animation:fall-171 18s -26s linear infinite}@keyframes fall-171{35.315%{transform:translate(30.2545vw,35.315vh) scale(.3677)}to{transform:translate(35.17695vw,99vh) scale(.3677)}}.snow:nth-child(172){opacity:.0874;transform:translate(53.8559vw,-10px) scale(.9373);animation:fall-172 13s -11s linear infinite}@keyframes fall-172{44.693%{transform:translate(54.3879vw,44.693vh) scale(.9373)}to{transform:translate(54.1219vw,99vh) scale(.9373)}}.snow:nth-child(173){opacity:.8908;transform:translate(79.7626vw,-10px) scale(.8854);animation:fall-173 14s -6s linear infinite}@keyframes fall-173{39.446%{transform:translate(72.7478vw,39.446vh) scale(.8854)}to{transform:translate(76.2552vw,99vh) scale(.8854)}}.snow:nth-child(174){opacity:.0886;transform:translate(39.1162vw,-10px) scale(.757);animation:fall-174 21s -16s linear infinite}@keyframes fall-174{65.734%{transform:translate(36.0224vw,65.734vh) scale(.757)}to{transform:translate(37.5693vw,99vh) scale(.757)}}.snow:nth-child(175){opacity:.4586;transform:translate(91.3003vw,-10px) scale(.293);animation:fall-175 14s -3s linear infinite}@keyframes fall-175{36.367%{transform:translate(97.9804vw,36.367vh) scale(.293)}to{transform:translate(94.64035vw,99vh) scale(.293)}}.snow:nth-child(176){opacity:.5702;transform:translate(27.3927vw,-10px) scale(.9307);animation:fall-176 15s -7s linear infinite}@keyframes fall-176{60.471%{transform:translate(26.1vw,60.471vh) scale(.9307)}to{transform:translate(26.74635vw,99vh) scale(.9307)}}.snow:nth-child(177){opacity:1.1528;transform:translate(21.9319vw,-10px) scale(.568);animation:fall-177 29s -20s linear infinite}@keyframes fall-177{76.22%{transform:translate(26.2074vw,76.22vh) scale(.568)}to{transform:translate(24.06965vw,99vh) scale(.568)}}.snow:nth-child(178){opacity:1.6616;transform:translate(56.382vw,-10px) scale(.1442);animation:fall-178 29s -7s linear infinite}@keyframes fall-178{34.33%{transform:translate(49.3799vw,34.33vh) scale(.1442)}to{transform:translate(52.88095vw,99vh) scale(.1442)}}.snow:nth-child(179){opacity:.9908;transform:translate(10.7609vw,-10px) scale(.2009);animation:fall-179 28s -5s linear infinite}@keyframes fall-179{56.481%{transform:translate(18.978vw,56.481vh) scale(.2009)}to{transform:translate(14.86945vw,99vh) scale(.2009)}}.snow:nth-child(180){opacity:1.2898;transform:translate(44.0341vw,-10px) scale(.3911);animation:fall-180 14s -22s linear infinite}@keyframes fall-180{45.425%{transform:translate(45.6759vw,45.425vh) scale(.3911)}to{transform:translate(44.855vw,99vh) scale(.3911)}}.snow:nth-child(181){opacity:1.21;transform:translate(84.9204vw,-10px) scale(.1259);animation:fall-181 16s -25s linear infinite}@keyframes fall-181{65.694%{transform:translate(78.3043vw,65.694vh) scale(.1259)}to{transform:translate(81.61235vw,99vh) scale(.1259)}}.snow:nth-child(182){opacity:.8852;transform:translate(99.7524vw,-10px) scale(.3172);animation:fall-182 24s -25s linear infinite}@keyframes fall-182{53.943%{transform:translate(104.3287vw,53.943vh) scale(.3172)}to{transform:translate(102.04055vw,99vh) scale(.3172)}}.snow:nth-child(183){opacity:.6238;transform:translate(92.8598vw,-10px) scale(.0258);animation:fall-183 30s -16s linear infinite}@keyframes fall-183{56.08%{transform:translate(91.6581vw,56.08vh) scale(.0258)}to{transform:translate(92.25895vw,99vh) scale(.0258)}}.snow:nth-child(184){opacity:1.9426;transform:translate(37.3294vw,-10px) scale(.074);animation:fall-184 26s -17s linear infinite}@keyframes fall-184{58.163%{transform:translate(43.0651vw,58.163vh) scale(.074)}to{transform:translate(40.19725vw,99vh) scale(.074)}}.snow:nth-child(185){opacity:1.7234;transform:translate(9.4166vw,-10px) scale(.5068);animation:fall-185 14s -1s linear infinite}@keyframes fall-185{42.926%{transform:translate(.2394vw,42.926vh) scale(.5068)}to{transform:translate(4.828vw,99vh) scale(.5068)}}.snow:nth-child(186){opacity:.734;transform:translate(96.4529vw,-10px) scale(.9208);animation:fall-186 30s -18s linear infinite}@keyframes fall-186{63.725%{transform:translate(94.1958vw,63.725vh) scale(.9208)}to{transform:translate(95.32435vw,99vh) scale(.9208)}}.snow:nth-child(187){opacity:.4046;transform:translate(99.1902vw,-10px) scale(.0944);animation:fall-187 10s -23s linear infinite}@keyframes fall-187{58.933%{transform:translate(93.6499vw,58.933vh) scale(.0944)}to{transform:translate(96.42005vw,99vh) scale(.0944)}}.snow:nth-child(188){opacity:1.1718;transform:translate(54.1189vw,-10px) scale(.87);animation:fall-188 30s -7s linear infinite}@keyframes fall-188{63.258%{transform:translate(48.371vw,63.258vh) scale(.87)}to{transform:translate(51.24495vw,99vh) scale(.87)}}.snow:nth-child(189){opacity:1.734;transform:translate(4.2246vw,-10px) scale(.3853);animation:fall-189 22s -13s linear infinite}@keyframes fall-189{59.442%{transform:translate(-4.6429vw,59.442vh) scale(.3853)}to{transform:translate(-.20915vw,99vh) scale(.3853)}}.snow:nth-child(190){opacity:.2146;transform:translate(87.9395vw,-10px) scale(.5721);animation:fall-190 12s -30s linear infinite}@keyframes fall-190{30.061%{transform:translate(94.962vw,30.061vh) scale(.5721)}to{transform:translate(91.45075vw,99vh) scale(.5721)}}.snow:nth-child(191){opacity:.3614;transform:translate(29.0368vw,-10px) scale(.8128);animation:fall-191 10s -16s linear infinite}@keyframes fall-191{50.293%{transform:translate(23.6886vw,50.293vh) scale(.8128)}to{transform:translate(26.3627vw,99vh) scale(.8128)}}.snow:nth-child(192){opacity:.3774;transform:translate(26.0437vw,-10px) scale(.9129);animation:fall-192 29s -20s linear infinite}@keyframes fall-192{51.4%{transform:translate(27.14vw,51.4vh) scale(.9129)}to{transform:translate(26.59185vw,99vh) scale(.9129)}}.snow:nth-child(193){opacity:1.0938;transform:translate(62.7508vw,-10px) scale(.5586);animation:fall-193 13s -28s linear infinite}@keyframes fall-193{63.451%{transform:translate(52.8371vw,63.451vh) scale(.5586)}to{transform:translate(57.79395vw,99vh) scale(.5586)}}.snow:nth-child(194){opacity:.5522;transform:translate(42.5056vw,-10px) scale(.6825);animation:fall-194 15s -28s linear infinite}@keyframes fall-194{30.269%{transform:translate(39.7201vw,30.269vh) scale(.6825)}to{transform:translate(41.11285vw,99vh) scale(.6825)}}.snow:nth-child(195){opacity:1.5298;transform:translate(4.515vw,-10px) scale(.7179);animation:fall-195 22s -26s linear infinite}@keyframes fall-195{44.108%{transform:translate(5.8537vw,44.108vh) scale(.7179)}to{transform:translate(5.18435vw,99vh) scale(.7179)}}.snow:nth-child(196){opacity:.2538;transform:translate(80.7715vw,-10px) scale(.3171);animation:fall-196 11s -29s linear infinite}@keyframes fall-196{47.907%{transform:translate(87.4142vw,47.907vh) scale(.3171)}to{transform:translate(84.09285vw,99vh) scale(.3171)}}.snow:nth-child(197){opacity:.5232;transform:translate(39.4412vw,-10px) scale(.1053);animation:fall-197 23s -1s linear infinite}@keyframes fall-197{69.618%{transform:translate(49.4106vw,69.618vh) scale(.1053)}to{transform:translate(44.4259vw,99vh) scale(.1053)}}.snow:nth-child(198){opacity:1.6174;transform:translate(84.573vw,-10px) scale(.4329);animation:fall-198 15s -25s linear infinite}@keyframes fall-198{74.414%{transform:translate(75.659vw,74.414vh) scale(.4329)}to{transform:translate(80.116vw,99vh) scale(.4329)}}.snow:nth-child(199){opacity:1.9322;transform:translate(65.0823vw,-10px) scale(.1011);animation:fall-199 23s -15s linear infinite}@keyframes fall-199{64.719%{transform:translate(68.9655vw,64.719vh) scale(.1011)}to{transform:translate(67.0239vw,99vh) scale(.1011)}}.snow:nth-child(200){opacity:.846;transform:translate(10.1949vw,-10px) scale(.13);animation:fall-200 17s -26s linear infinite}@keyframes fall-200{58.106%{transform:translate(7.5659vw,58.106vh) scale(.13)}to{transform:translate(8.8804vw,99vh) scale(.13)}}.snow:nth-child(201){opacity:.1756;transform:translate(49.4417vw,-10px) scale(.4602);animation:fall-201 23s -19s linear infinite}@keyframes fall-201{41.332%{transform:translate(45.4225vw,41.332vh) scale(.4602)}to{transform:translate(47.4321vw,99vh) scale(.4602)}}.snow:nth-child(202){opacity:.7474;transform:translate(32.2392vw,-10px) scale(.3056);animation:fall-202 10s -30s linear infinite}@keyframes fall-202{57.79%{transform:translate(24.1416vw,57.79vh) scale(.3056)}to{transform:translate(28.1904vw,99vh) scale(.3056)}}.snow:nth-child(203){opacity:1.2002;transform:translate(5.2787vw,-10px) scale(.1057);animation:fall-203 18s -8s linear infinite}@keyframes fall-203{38.202%{transform:translate(-3.2108vw,38.202vh) scale(.1057)}to{transform:translate(1.03395vw,99vh) scale(.1057)}}.snow:nth-child(204){opacity:1.7868;transform:translate(.3927vw,-10px) scale(.8975);animation:fall-204 17s -1s linear infinite}@keyframes fall-204{50.883%{transform:translate(9.9186vw,50.883vh) scale(.8975)}to{transform:translate(5.15565vw,99vh) scale(.8975)}}.snow:nth-child(205){opacity:.3158;transform:translate(42.1628vw,-10px) scale(.2734);animation:fall-205 10s -15s linear infinite}@keyframes fall-205{73.266%{transform:translate(38.6932vw,73.266vh) scale(.2734)}to{transform:translate(40.428vw,99vh) scale(.2734)}}.snow:nth-child(206){opacity:1.9002;transform:translate(49.1924vw,-10px) scale(.8244);animation:fall-206 14s -12s linear infinite}@keyframes fall-206{31.477%{transform:translate(47.2249vw,31.477vh) scale(.8244)}to{transform:translate(48.20865vw,99vh) scale(.8244)}}.snow:nth-child(207){opacity:.051;transform:translate(98.9811vw,-10px) scale(.5775);animation:fall-207 12s -26s linear infinite}@keyframes fall-207{38.489%{transform:translate(95.6452vw,38.489vh) scale(.5775)}to{transform:translate(97.31315vw,99vh) scale(.5775)}}.snow:nth-child(208){opacity:1.0928;transform:translate(31.8979vw,-10px) scale(.6231);animation:fall-208 16s -17s linear infinite}@keyframes fall-208{59.181%{transform:translate(39.2479vw,59.181vh) scale(.6231)}to{transform:translate(35.5729vw,99vh) scale(.6231)}}.snow:nth-child(209){opacity:1.2864;transform:translate(21.6559vw,-10px) scale(.9859);animation:fall-209 16s -21s linear infinite}@keyframes fall-209{62.482%{transform:translate(24.1158vw,62.482vh) scale(.9859)}to{transform:translate(22.88585vw,99vh) scale(.9859)}}.snow:nth-child(210){opacity:1.6996;transform:translate(50.9117vw,-10px) scale(.8478);animation:fall-210 28s -11s linear infinite}@keyframes fall-210{58.998%{transform:translate(44.1639vw,58.998vh) scale(.8478)}to{transform:translate(47.5378vw,99vh) scale(.8478)}}.snow:nth-child(211){opacity:1.2614;transform:translate(69.8823vw,-10px) scale(.9369);animation:fall-211 17s -23s linear infinite}@keyframes fall-211{34.896%{transform:translate(74.7487vw,34.896vh) scale(.9369)}to{transform:translate(72.3155vw,99vh) scale(.9369)}}.snow:nth-child(212){opacity:.0572;transform:translate(44.2377vw,-10px) scale(.6634);animation:fall-212 17s -5s linear infinite}@keyframes fall-212{37.092%{transform:translate(46.9264vw,37.092vh) scale(.6634)}to{transform:translate(45.58205vw,99vh) scale(.6634)}}.snow:nth-child(213){opacity:.65;transform:translate(24.9015vw,-10px) scale(.8811);animation:fall-213 15s -30s linear infinite}@keyframes fall-213{79.378%{transform:translate(23.7151vw,79.378vh) scale(.8811)}to{transform:translate(24.3083vw,99vh) scale(.8811)}}.snow:nth-child(214){opacity:.0906;transform:translate(45.923vw,-10px) scale(.0067);animation:fall-214 25s -2s linear infinite}@keyframes fall-214{54.855%{transform:translate(43.8797vw,54.855vh) scale(.0067)}to{transform:translate(44.90135vw,99vh) scale(.0067)}}.snow:nth-child(215){opacity:1.8342;transform:translate(83.7598vw,-10px) scale(.9767);animation:fall-215 24s -7s linear infinite}@keyframes fall-215{53.826%{transform:translate(77.719vw,53.826vh) scale(.9767)}to{transform:translate(80.7394vw,99vh) scale(.9767)}}.snow:nth-child(216){opacity:1.0884;transform:translate(32.5731vw,-10px) scale(.2233);animation:fall-216 24s -6s linear infinite}@keyframes fall-216{56.228%{transform:translate(37.8537vw,56.228vh) scale(.2233)}to{transform:translate(35.2134vw,99vh) scale(.2233)}}.snow:nth-child(217){opacity:.9628;transform:translate(41.8877vw,-10px) scale(.4272);animation:fall-217 22s -22s linear infinite}@keyframes fall-217{70.298%{transform:translate(42.0881vw,70.298vh) scale(.4272)}to{transform:translate(41.9879vw,99vh) scale(.4272)}}.snow:nth-child(218){opacity:1.073;transform:translate(45.9659vw,-10px) scale(.7142);animation:fall-218 16s -27s linear infinite}@keyframes fall-218{53.406%{transform:translate(44.6039vw,53.406vh) scale(.7142)}to{transform:translate(45.2849vw,99vh) scale(.7142)}}.snow:nth-child(219){opacity:1.175;transform:translate(96.3238vw,-10px) scale(.3066);animation:fall-219 27s -21s linear infinite}@keyframes fall-219{43.135%{transform:translate(95.3574vw,43.135vh) scale(.3066)}to{transform:translate(95.8406vw,99vh) scale(.3066)}}.snow:nth-child(220){opacity:.101;transform:translate(44.042vw,-10px) scale(.6074);animation:fall-220 10s -25s linear infinite}@keyframes fall-220{51.754%{transform:translate(38.2537vw,51.754vh) scale(.6074)}to{transform:translate(41.14785vw,99vh) scale(.6074)}}.snow:nth-child(221){opacity:.138;transform:translate(37.9583vw,-10px) scale(.3661);animation:fall-221 28s -7s linear infinite}@keyframes fall-221{50.385%{transform:translate(43.6489vw,50.385vh) scale(.3661)}to{transform:translate(40.8036vw,99vh) scale(.3661)}}.snow:nth-child(222){opacity:.342;transform:translate(25.1777vw,-10px) scale(.7337);animation:fall-222 26s -25s linear infinite}@keyframes fall-222{73.559%{transform:translate(26.8071vw,73.559vh) scale(.7337)}to{transform:translate(25.9924vw,99vh) scale(.7337)}}.snow:nth-child(223){opacity:.1444;transform:translate(95.6793vw,-10px) scale(.2944);animation:fall-223 19s -4s linear infinite}@keyframes fall-223{38.514%{transform:translate(103.6853vw,38.514vh) scale(.2944)}to{transform:translate(99.6823vw,99vh) scale(.2944)}}.snow:nth-child(224){opacity:1.596;transform:translate(24.0223vw,-10px) scale(.6579);animation:fall-224 24s -14s linear infinite}@keyframes fall-224{52.575%{transform:translate(31.4041vw,52.575vh) scale(.6579)}to{transform:translate(27.7132vw,99vh) scale(.6579)}}.snow:nth-child(225){opacity:1.6482;transform:translate(35.5555vw,-10px) scale(.3427);animation:fall-225 28s -14s linear infinite}@keyframes fall-225{36.303%{transform:translate(43.2774vw,36.303vh) scale(.3427)}to{transform:translate(39.41645vw,99vh) scale(.3427)}}.snow:nth-child(226){opacity:.4554;transform:translate(17.9161vw,-10px) scale(.6149);animation:fall-226 26s -11s linear infinite}@keyframes fall-226{40.783%{transform:translate(22.1159vw,40.783vh) scale(.6149)}to{transform:translate(20.016vw,99vh) scale(.6149)}}.snow:nth-child(227){opacity:.2226;transform:translate(84.6043vw,-10px) scale(.3216);animation:fall-227 22s -22s linear infinite}@keyframes fall-227{43.044%{transform:translate(92.0121vw,43.044vh) scale(.3216)}to{transform:translate(88.3082vw,99vh) scale(.3216)}}.snow:nth-child(228){opacity:.1646;transform:translate(68.7646vw,-10px) scale(.8097);animation:fall-228 19s -28s linear infinite}@keyframes fall-228{44.188%{transform:translate(74.6839vw,44.188vh) scale(.8097)}to{transform:translate(71.72425vw,99vh) scale(.8097)}}.snow:nth-child(229){opacity:1.9308;transform:translate(62.8647vw,-10px) scale(.2861);animation:fall-229 19s -29s linear infinite}@keyframes fall-229{51.408%{transform:translate(67.7198vw,51.408vh) scale(.2861)}to{transform:translate(65.29225vw,99vh) scale(.2861)}}.snow:nth-child(230){opacity:.762;transform:translate(37.2901vw,-10px) scale(.0768);animation:fall-230 13s -7s linear infinite}@keyframes fall-230{68.412%{transform:translate(42.6046vw,68.412vh) scale(.0768)}to{transform:translate(39.94735vw,99vh) scale(.0768)}}.snow:nth-child(231){opacity:1.0876;transform:translate(99.4034vw,-10px) scale(.7635);animation:fall-231 21s -14s linear infinite}@keyframes fall-231{62.087%{transform:translate(94.7395vw,62.087vh) scale(.7635)}to{transform:translate(97.07145vw,99vh) scale(.7635)}}.snow:nth-child(232){opacity:.347;transform:translate(91.9638vw,-10px) scale(.6797);animation:fall-232 26s -29s linear infinite}@keyframes fall-232{34.348%{transform:translate(88.6072vw,34.348vh) scale(.6797)}to{transform:translate(90.2855vw,99vh) scale(.6797)}}.snow:nth-child(233){opacity:.379;transform:translate(23.1383vw,-10px) scale(.3596);animation:fall-233 15s -2s linear infinite}@keyframes fall-233{37.4%{transform:translate(26.6529vw,37.4vh) scale(.3596)}to{transform:translate(24.8956vw,99vh) scale(.3596)}}.snow:nth-child(234){opacity:1.555;transform:translate(27.5301vw,-10px) scale(.1547);animation:fall-234 27s -12s linear infinite}@keyframes fall-234{57.816%{transform:translate(29.8737vw,57.816vh) scale(.1547)}to{transform:translate(28.7019vw,99vh) scale(.1547)}}.snow:nth-child(235){opacity:.1372;transform:translate(10.0455vw,-10px) scale(.061);animation:fall-235 30s -22s linear infinite}@keyframes fall-235{44.17%{transform:translate(13.7026vw,44.17vh) scale(.061)}to{transform:translate(11.87405vw,99vh) scale(.061)}}.snow:nth-child(236){opacity:1.9852;transform:translate(54.4816vw,-10px) scale(.3549);animation:fall-236 26s -13s linear infinite}@keyframes fall-236{71.044%{transform:translate(50.1907vw,71.044vh) scale(.3549)}to{transform:translate(52.33615vw,99vh) scale(.3549)}}.snow:nth-child(237){opacity:.8188;transform:translate(78.9806vw,-10px) scale(.2246);animation:fall-237 26s -7s linear infinite}@keyframes fall-237{31.028%{transform:translate(76.164vw,31.028vh) scale(.2246)}to{transform:translate(77.5723vw,99vh) scale(.2246)}}.snow:nth-child(238){opacity:1.4618;transform:translate(35.4549vw,-10px) scale(.1163);animation:fall-238 28s -3s linear infinite}@keyframes fall-238{32.726%{transform:translate(27.8914vw,32.726vh) scale(.1163)}to{transform:translate(31.67315vw,99vh) scale(.1163)}}.snow:nth-child(239){opacity:1.2242;transform:translate(52.4144vw,-10px) scale(.794);animation:fall-239 15s -9s linear infinite}@keyframes fall-239{64.591%{transform:translate(57.964vw,64.591vh) scale(.794)}to{transform:translate(55.1892vw,99vh) scale(.794)}}.snow:nth-child(240){opacity:1.0342;transform:translate(7.5471vw,-10px) scale(.1822);animation:fall-240 28s -6s linear infinite}@keyframes fall-240{50.786%{transform:translate(4.8893vw,50.786vh) scale(.1822)}to{transform:translate(6.2182vw,99vh) scale(.1822)}}.snow:nth-child(241){opacity:.7896;transform:translate(88.4174vw,-10px) scale(.9993);animation:fall-241 28s -18s linear infinite}@keyframes fall-241{77.6%{transform:translate(88.5974vw,77.6vh) scale(.9993)}to{transform:translate(88.5074vw,99vh) scale(.9993)}}.snow:nth-child(242){opacity:.7008;transform:translate(77.6654vw,-10px) scale(.6355);animation:fall-242 22s -19s linear infinite}@keyframes fall-242{34.267%{transform:translate(75.8242vw,34.267vh) scale(.6355)}to{transform:translate(76.7448vw,99vh) scale(.6355)}}.snow:nth-child(243){opacity:.233;transform:translate(39.1881vw,-10px) scale(.3063);animation:fall-243 12s -16s linear infinite}@keyframes fall-243{52.073%{transform:translate(34.8222vw,52.073vh) scale(.3063)}to{transform:translate(37.00515vw,99vh) scale(.3063)}}.snow:nth-child(244){opacity:.6414;transform:translate(4.7264vw,-10px) scale(.8904);animation:fall-244 12s -3s linear infinite}@keyframes fall-244{35.177%{transform:translate(5.089vw,35.177vh) scale(.8904)}to{transform:translate(4.9077vw,99vh) scale(.8904)}}.snow:nth-child(245){opacity:.8712;transform:translate(32.5359vw,-10px) scale(.396);animation:fall-245 10s -20s linear infinite}@keyframes fall-245{31.292%{transform:translate(35.8421vw,31.292vh) scale(.396)}to{transform:translate(34.189vw,99vh) scale(.396)}}.snow:nth-child(246){opacity:.7574;transform:translate(78.2256vw,-10px) scale(.2252);animation:fall-246 30s -12s linear infinite}@keyframes fall-246{64.594%{transform:translate(75.5888vw,64.594vh) scale(.2252)}to{transform:translate(76.9072vw,99vh) scale(.2252)}}.snow:nth-child(247){opacity:.2428;transform:translate(48.0323vw,-10px) scale(.4906);animation:fall-247 15s -23s linear infinite}@keyframes fall-247{77.561%{transform:translate(56.3828vw,77.561vh) scale(.4906)}to{transform:translate(52.20755vw,99vh) scale(.4906)}}.snow:nth-child(248){opacity:.8972;transform:translate(93.103vw,-10px) scale(.9923);animation:fall-248 21s -26s linear infinite}@keyframes fall-248{48.065%{transform:translate(87.4737vw,48.065vh) scale(.9923)}to{transform:translate(90.28835vw,99vh) scale(.9923)}}.snow:nth-child(249){opacity:1.8178;transform:translate(23.3498vw,-10px) scale(.3457);animation:fall-249 21s -4s linear infinite}@keyframes fall-249{57.069%{transform:translate(17.7558vw,57.069vh) scale(.3457)}to{transform:translate(20.5528vw,99vh) scale(.3457)}}.snow:nth-child(250){opacity:.282;transform:translate(70.0533vw,-10px) scale(.8778);animation:fall-250 28s -17s linear infinite}@keyframes fall-250{48.296%{transform:translate(65.3038vw,48.296vh) scale(.8778)}to{transform:translate(67.67855vw,99vh) scale(.8778)}}.snow:nth-child(251){opacity:.2668;transform:translate(58.5739vw,-10px) scale(.0923);animation:fall-251 17s -26s linear infinite}@keyframes fall-251{36.054%{transform:translate(54.539vw,36.054vh) scale(.0923)}to{transform:translate(56.55645vw,99vh) scale(.0923)}}.snow:nth-child(252){opacity:.4006;transform:translate(95.5078vw,-10px) scale(.315);animation:fall-252 13s -13s linear infinite}@keyframes fall-252{77.475%{transform:translate(101.0825vw,77.475vh) scale(.315)}to{transform:translate(98.29515vw,99vh) scale(.315)}}.snow:nth-child(253){opacity:.9796;transform:translate(14.975vw,-10px) scale(.8899);animation:fall-253 23s -22s linear infinite}@keyframes fall-253{59.34%{transform:translate(12.5371vw,59.34vh) scale(.8899)}to{transform:translate(13.75605vw,99vh) scale(.8899)}}.snow:nth-child(254){opacity:1.9004;transform:translate(36.9981vw,-10px) scale(.902);animation:fall-254 16s -27s linear infinite}@keyframes fall-254{77.617%{transform:translate(44.2006vw,77.617vh) scale(.902)}to{transform:translate(40.59935vw,99vh) scale(.902)}}.snow:nth-child(255){opacity:.27;transform:translate(42.3922vw,-10px) scale(.6774);animation:fall-255 21s -8s linear infinite}@keyframes fall-255{70.704%{transform:translate(52.2829vw,70.704vh) scale(.6774)}to{transform:translate(47.33755vw,99vh) scale(.6774)}}.snow:nth-child(256){opacity:.6448;transform:translate(69.1108vw,-10px) scale(.2998);animation:fall-256 19s -19s linear infinite}@keyframes fall-256{38.331%{transform:translate(61.7364vw,38.331vh) scale(.2998)}to{transform:translate(65.4236vw,99vh) scale(.2998)}}.snow:nth-child(257){opacity:1.6582;transform:translate(33.6967vw,-10px) scale(.698);animation:fall-257 10s -15s linear infinite}@keyframes fall-257{58.466%{transform:translate(23.8072vw,58.466vh) scale(.698)}to{transform:translate(28.75195vw,99vh) scale(.698)}}.snow:nth-child(258){opacity:.4792;transform:translate(39.2259vw,-10px) scale(.0846);animation:fall-258 28s -1s linear infinite}@keyframes fall-258{75.325%{transform:translate(31.3203vw,75.325vh) scale(.0846)}to{transform:translate(35.2731vw,99vh) scale(.0846)}}.snow:nth-child(259){opacity:1.798;transform:translate(94.3188vw,-10px) scale(.2963);animation:fall-259 29s -2s linear infinite}@keyframes fall-259{56.403%{transform:translate(92.6477vw,56.403vh) scale(.2963)}to{transform:translate(93.48325vw,99vh) scale(.2963)}}.snow:nth-child(260){opacity:.3376;transform:translate(62.8723vw,-10px) scale(.4685);animation:fall-260 13s -15s linear infinite}@keyframes fall-260{78.385%{transform:translate(71.7466vw,78.385vh) scale(.4685)}to{transform:translate(67.30945vw,99vh) scale(.4685)}}.snow:nth-child(261){opacity:.7038;transform:translate(71.0612vw,-10px) scale(.8194);animation:fall-261 10s -14s linear infinite}@keyframes fall-261{65.998%{transform:translate(73.318vw,65.998vh) scale(.8194)}to{transform:translate(72.1896vw,99vh) scale(.8194)}}.snow:nth-child(262){opacity:.594;transform:translate(43.3968vw,-10px) scale(.2364);animation:fall-262 20s -16s linear infinite}@keyframes fall-262{46.351%{transform:translate(45.5069vw,46.351vh) scale(.2364)}to{transform:translate(44.45185vw,99vh) scale(.2364)}}.snow:nth-child(263){opacity:1.3194;transform:translate(82.2591vw,-10px) scale(.8723);animation:fall-263 30s -4s linear infinite}@keyframes fall-263{45.653%{transform:translate(83.9968vw,45.653vh) scale(.8723)}to{transform:translate(83.12795vw,99vh) scale(.8723)}}.snow:nth-child(264){opacity:1.8438;transform:translate(43.3214vw,-10px) scale(.091);animation:fall-264 20s -4s linear infinite}@keyframes fall-264{69.182%{transform:translate(39.4015vw,69.182vh) scale(.091)}to{transform:translate(41.36145vw,99vh) scale(.091)}}.snow:nth-child(265){opacity:.1596;transform:translate(81.9359vw,-10px) scale(.5626);animation:fall-265 21s -17s linear infinite}@keyframes fall-265{72.171%{transform:translate(74.1412vw,72.171vh) scale(.5626)}to{transform:translate(78.03855vw,99vh) scale(.5626)}}.snow:nth-child(266){opacity:1.7766;transform:translate(66.1843vw,-10px) scale(.1867);animation:fall-266 21s -23s linear infinite}@keyframes fall-266{37.917%{transform:translate(61.4608vw,37.917vh) scale(.1867)}to{transform:translate(63.82255vw,99vh) scale(.1867)}}.snow:nth-child(267){opacity:.6868;transform:translate(89.7393vw,-10px) scale(.1368);animation:fall-267 10s -16s linear infinite}@keyframes fall-267{65.935%{transform:translate(99.2459vw,65.935vh) scale(.1368)}to{transform:translate(94.4926vw,99vh) scale(.1368)}}.snow:nth-child(268){opacity:1.5628;transform:translate(94.0661vw,-10px) scale(.3975);animation:fall-268 23s -12s linear infinite}@keyframes fall-268{59.037%{transform:translate(102.7006vw,59.037vh) scale(.3975)}to{transform:translate(98.38335vw,99vh) scale(.3975)}}.snow:nth-child(269){opacity:.1064;transform:translate(85.4108vw,-10px) scale(.639);animation:fall-269 24s -27s linear infinite}@keyframes fall-269{71.757%{transform:translate(92.3488vw,71.757vh) scale(.639)}to{transform:translate(88.8798vw,99vh) scale(.639)}}.snow:nth-child(270){opacity:.144;transform:translate(27.2865vw,-10px) scale(.2506);animation:fall-270 28s -20s linear infinite}@keyframes fall-270{46.224%{transform:translate(20.0123vw,46.224vh) scale(.2506)}to{transform:translate(23.6494vw,99vh) scale(.2506)}}.snow:nth-child(271){opacity:1.9126;transform:translate(44.8378vw,-10px) scale(.798);animation:fall-271 28s -8s linear infinite}@keyframes fall-271{55.901%{transform:translate(54.3502vw,55.901vh) scale(.798)}to{transform:translate(49.594vw,99vh) scale(.798)}}.snow:nth-child(272){opacity:1.3776;transform:translate(83.7588vw,-10px) scale(.0215);animation:fall-272 13s -16s linear infinite}@keyframes fall-272{37.744%{transform:translate(86.6512vw,37.744vh) scale(.0215)}to{transform:translate(85.205vw,99vh) scale(.0215)}}.snow:nth-child(273){opacity:.284;transform:translate(2.4303vw,-10px) scale(.6401);animation:fall-273 11s -29s linear infinite}@keyframes fall-273{67.126%{transform:translate(2.8251vw,67.126vh) scale(.6401)}to{transform:translate(2.6277vw,99vh) scale(.6401)}}.snow:nth-child(274){opacity:.5062;transform:translate(4.6118vw,-10px) scale(.3002);animation:fall-274 29s -14s linear infinite}@keyframes fall-274{73.843%{transform:translate(9.1063vw,73.843vh) scale(.3002)}to{transform:translate(6.85905vw,99vh) scale(.3002)}}.snow:nth-child(275){opacity:.1168;transform:translate(10.9213vw,-10px) scale(.7525);animation:fall-275 28s -10s linear infinite}@keyframes fall-275{34.345%{transform:translate(9.2785vw,34.345vh) scale(.7525)}to{transform:translate(10.0999vw,99vh) scale(.7525)}}.snow:nth-child(276){opacity:1.1366;transform:translate(99.4568vw,-10px) scale(.01);animation:fall-276 25s -29s linear infinite}@keyframes fall-276{59.988%{transform:translate(104.6367vw,59.988vh) scale(.01)}to{transform:translate(102.04675vw,99vh) scale(.01)}}.snow:nth-child(277){opacity:.4986;transform:translate(11.8335vw,-10px) scale(.2457);animation:fall-277 30s -20s linear infinite}@keyframes fall-277{74.17%{transform:translate(20.5471vw,74.17vh) scale(.2457)}to{transform:translate(16.1903vw,99vh) scale(.2457)}}.snow:nth-child(278){opacity:1.466;transform:translate(35.7501vw,-10px) scale(.4098);animation:fall-278 23s -28s linear infinite}@keyframes fall-278{30.684%{transform:translate(30.9024vw,30.684vh) scale(.4098)}to{transform:translate(33.32625vw,99vh) scale(.4098)}}.snow:nth-child(279){opacity:1.3794;transform:translate(7.8543vw,-10px) scale(.3719);animation:fall-279 18s -4s linear infinite}@keyframes fall-279{30.163%{transform:translate(-.5481vw,30.163vh) scale(.3719)}to{transform:translate(3.6531vw,99vh) scale(.3719)}}.snow:nth-child(280){opacity:1.5644;transform:translate(54.1642vw,-10px) scale(.5572);animation:fall-280 26s -12s linear infinite}@keyframes fall-280{32.886%{transform:translate(52.6008vw,32.886vh) scale(.5572)}to{transform:translate(53.3825vw,99vh) scale(.5572)}}.snow:nth-child(281){opacity:1.1246;transform:translate(21.4211vw,-10px) scale(.1602);animation:fall-281 15s -10s linear infinite}@keyframes fall-281{65.545%{transform:translate(12.3801vw,65.545vh) scale(.1602)}to{transform:translate(16.9006vw,99vh) scale(.1602)}}.snow:nth-child(282){opacity:1.517;transform:translate(84.2786vw,-10px) scale(.4883);animation:fall-282 27s -26s linear infinite}@keyframes fall-282{46.204%{transform:translate(78.4706vw,46.204vh) scale(.4883)}to{transform:translate(81.3746vw,99vh) scale(.4883)}}.snow:nth-child(283){opacity:.0888;transform:translate(97.6391vw,-10px) scale(.8411);animation:fall-283 18s -6s linear infinite}@keyframes fall-283{60.908%{transform:translate(101.6398vw,60.908vh) scale(.8411)}to{transform:translate(99.63945vw,99vh) scale(.8411)}}.snow:nth-child(284){opacity:.3106;transform:translate(.234vw,-10px) scale(.549);animation:fall-284 26s -30s linear infinite}@keyframes fall-284{76.806%{transform:translate(-4.3355vw,76.806vh) scale(.549)}to{transform:translate(-2.05075vw,99vh) scale(.549)}}.snow:nth-child(285){opacity:1.7208;transform:translate(15.4659vw,-10px) scale(.7653);animation:fall-285 18s -19s linear infinite}@keyframes fall-285{74.173%{transform:translate(16.1469vw,74.173vh) scale(.7653)}to{transform:translate(15.8064vw,99vh) scale(.7653)}}.snow:nth-child(286){opacity:1.8808;transform:translate(29.5885vw,-10px) scale(.5138);animation:fall-286 28s -3s linear infinite}@keyframes fall-286{45.33%{transform:translate(29.6917vw,45.33vh) scale(.5138)}to{transform:translate(29.6401vw,99vh) scale(.5138)}}.snow:nth-child(287){opacity:.0762;transform:translate(82.6938vw,-10px) scale(.3672);animation:fall-287 18s -22s linear infinite}@keyframes fall-287{78.403%{transform:translate(82.599vw,78.403vh) scale(.3672)}to{transform:translate(82.6464vw,99vh) scale(.3672)}}.snow:nth-child(288){opacity:1.796;transform:translate(7.0365vw,-10px) scale(.6295);animation:fall-288 29s -6s linear infinite}@keyframes fall-288{57.394%{transform:translate(-.1202vw,57.394vh) scale(.6295)}to{transform:translate(3.45815vw,99vh) scale(.6295)}}.snow:nth-child(289){opacity:1.8168;transform:translate(93.734vw,-10px) scale(.1599);animation:fall-289 22s -16s linear infinite}@keyframes fall-289{34.323%{transform:translate(98.2354vw,34.323vh) scale(.1599)}to{transform:translate(95.9847vw,99vh) scale(.1599)}}.snow:nth-child(290){opacity:.7964;transform:translate(7.1939vw,-10px) scale(.2483);animation:fall-290 15s -21s linear infinite}@keyframes fall-290{58.089%{transform:translate(7.6742vw,58.089vh) scale(.2483)}to{transform:translate(7.43405vw,99vh) scale(.2483)}}.snow:nth-child(291){opacity:.4646;transform:translate(88.0809vw,-10px) scale(.4082);animation:fall-291 21s -21s linear infinite}@keyframes fall-291{47.336%{transform:translate(90.9325vw,47.336vh) scale(.4082)}to{transform:translate(89.5067vw,99vh) scale(.4082)}}.snow:nth-child(292){opacity:.6368;transform:translate(30.4746vw,-10px) scale(.9018);animation:fall-292 27s -6s linear infinite}@keyframes fall-292{79.431%{transform:translate(21.6932vw,79.431vh) scale(.9018)}to{transform:translate(26.0839vw,99vh) scale(.9018)}}.snow:nth-child(293){opacity:.7304;transform:translate(76.6313vw,-10px) scale(.3085);animation:fall-293 10s -13s linear infinite}@keyframes fall-293{73.225%{transform:translate(73.8054vw,73.225vh) scale(.3085)}to{transform:translate(75.21835vw,99vh) scale(.3085)}}.snow:nth-child(294){opacity:1.9268;transform:translate(85.6975vw,-10px) scale(.3546);animation:fall-294 17s -12s linear infinite}@keyframes fall-294{33.658%{transform:translate(82.8974vw,33.658vh) scale(.3546)}to{transform:translate(84.29745vw,99vh) scale(.3546)}}.snow:nth-child(295){opacity:.4582;transform:translate(77.6312vw,-10px) scale(.119);animation:fall-295 13s -22s linear infinite}@keyframes fall-295{53.708%{transform:translate(73.7433vw,53.708vh) scale(.119)}to{transform:translate(75.68725vw,99vh) scale(.119)}}.snow:nth-child(296){opacity:.5764;transform:translate(.4957vw,-10px) scale(.7921);animation:fall-296 15s -23s linear infinite}@keyframes fall-296{75.614%{transform:translate(-9.1756vw,75.614vh) scale(.7921)}to{transform:translate(-4.33995vw,99vh) scale(.7921)}}.snow:nth-child(297){opacity:1.794;transform:translate(86.928vw,-10px) scale(.9118);animation:fall-297 16s -30s linear infinite}@keyframes fall-297{53.156%{transform:translate(93.502vw,53.156vh) scale(.9118)}to{transform:translate(90.215vw,99vh) scale(.9118)}}.snow:nth-child(298){opacity:.791;transform:translate(79.7521vw,-10px) scale(.1655);animation:fall-298 10s -29s linear infinite}@keyframes fall-298{72.143%{transform:translate(70.3287vw,72.143vh) scale(.1655)}to{transform:translate(75.0404vw,99vh) scale(.1655)}}.snow:nth-child(299){opacity:1.2206;transform:translate(25.3578vw,-10px) scale(.1393);animation:fall-299 24s -19s linear infinite}@keyframes fall-299{58.42%{transform:translate(28.0735vw,58.42vh) scale(.1393)}to{transform:translate(26.71565vw,99vh) scale(.1393)}}.snow:nth-child(300){opacity:1.3942;transform:translate(96.1525vw,-10px) scale(.919);animation:fall-300 23s -27s linear infinite}@keyframes fall-300{66.085%{transform:translate(99.2428vw,66.085vh) scale(.919)}to{transform:translate(97.69765vw,99vh) scale(.919)}}.snow:nth-child(301){opacity:.243;transform:translate(55.049vw,-10px) scale(.7906);animation:fall-301 15s -4s linear infinite}@keyframes fall-301{31.257%{transform:translate(47.3066vw,31.257vh) scale(.7906)}to{transform:translate(51.1778vw,99vh) scale(.7906)}}.snow:nth-child(302){opacity:1.139;transform:translate(75.6604vw,-10px) scale(.3827);animation:fall-302 17s -16s linear infinite}@keyframes fall-302{48.629%{transform:translate(80.7764vw,48.629vh) scale(.3827)}to{transform:translate(78.2184vw,99vh) scale(.3827)}}.snow:nth-child(303){opacity:1.084;transform:translate(29.0724vw,-10px) scale(.054);animation:fall-303 10s -5s linear infinite}@keyframes fall-303{36.021%{transform:translate(23.5039vw,36.021vh) scale(.054)}to{transform:translate(26.28815vw,99vh) scale(.054)}}.snow:nth-child(304){opacity:1.1104;transform:translate(80.5268vw,-10px) scale(.832);animation:fall-304 23s -14s linear infinite}@keyframes fall-304{64.3%{transform:translate(71.0223vw,64.3vh) scale(.832)}to{transform:translate(75.77455vw,99vh) scale(.832)}}.snow:nth-child(305){opacity:1.7816;transform:translate(15.0319vw,-10px) scale(.7003);animation:fall-305 26s -26s linear infinite}@keyframes fall-305{64.184%{transform:translate(13.278vw,64.184vh) scale(.7003)}to{transform:translate(14.15495vw,99vh) scale(.7003)}}.snow:nth-child(306){opacity:.693;transform:translate(39.665vw,-10px) scale(.7829);animation:fall-306 30s -20s linear infinite}@keyframes fall-306{73.353%{transform:translate(39.0879vw,73.353vh) scale(.7829)}to{transform:translate(39.37645vw,99vh) scale(.7829)}}.snow:nth-child(307){opacity:1.0266;transform:translate(21.1234vw,-10px) scale(.9051);animation:fall-307 19s -16s linear infinite}@keyframes fall-307{54.715%{transform:translate(27.6231vw,54.715vh) scale(.9051)}to{transform:translate(24.37325vw,99vh) scale(.9051)}}.snow:nth-child(308){opacity:1.8376;transform:translate(5.5084vw,-10px) scale(.9694);animation:fall-308 29s -4s linear infinite}@keyframes fall-308{59.983%{transform:translate(8.4044vw,59.983vh) scale(.9694)}to{transform:translate(6.9564vw,99vh) scale(.9694)}}.snow:nth-child(309){opacity:.9138;transform:translate(82.949vw,-10px) scale(.6937);animation:fall-309 15s -8s linear infinite}@keyframes fall-309{73.284%{transform:translate(84.6432vw,73.284vh) scale(.6937)}to{transform:translate(83.7961vw,99vh) scale(.6937)}}.snow:nth-child(310){opacity:1.4118;transform:translate(77.4929vw,-10px) scale(.4403);animation:fall-310 21s -10s linear infinite}@keyframes fall-310{40.574%{transform:translate(75.002vw,40.574vh) scale(.4403)}to{transform:translate(76.24745vw,99vh) scale(.4403)}}.snow:nth-child(311){opacity:1.4228;transform:translate(58.0634vw,-10px) scale(.2777);animation:fall-311 11s -4s linear infinite}@keyframes fall-311{76.299%{transform:translate(59.7815vw,76.299vh) scale(.2777)}to{transform:translate(58.92245vw,99vh) scale(.2777)}}.snow:nth-child(312){opacity:.6636;transform:translate(20.049vw,-10px) scale(.7895);animation:fall-312 18s -21s linear infinite}@keyframes fall-312{41.677%{transform:translate(21.0842vw,41.677vh) scale(.7895)}to{transform:translate(20.5666vw,99vh) scale(.7895)}}.snow:nth-child(313){opacity:1.0182;transform:translate(63.1224vw,-10px) scale(.104);animation:fall-313 25s -22s linear infinite}@keyframes fall-313{66.559%{transform:translate(61.0086vw,66.559vh) scale(.104)}to{transform:translate(62.0655vw,99vh) scale(.104)}}.snow:nth-child(314){opacity:.4724;transform:translate(78.7759vw,-10px) scale(.1073);animation:fall-314 22s -29s linear infinite}@keyframes fall-314{45.676%{transform:translate(76.4238vw,45.676vh) scale(.1073)}to{transform:translate(77.59985vw,99vh) scale(.1073)}}.snow:nth-child(315){opacity:1.7022;transform:translate(66.4951vw,-10px) scale(.1715);animation:fall-315 16s -1s linear infinite}@keyframes fall-315{51.369%{transform:translate(68.8939vw,51.369vh) scale(.1715)}to{transform:translate(67.6945vw,99vh) scale(.1715)}}.snow:nth-child(316){opacity:1.0794;transform:translate(6.7468vw,-10px) scale(.6651);animation:fall-316 10s -28s linear infinite}@keyframes fall-316{53.715%{transform:translate(13.541vw,53.715vh) scale(.6651)}to{transform:translate(10.1439vw,99vh) scale(.6651)}}.snow:nth-child(317){opacity:.401;transform:translate(42.922vw,-10px) scale(.2093);animation:fall-317 26s -3s linear infinite}@keyframes fall-317{79.357%{transform:translate(42.2867vw,79.357vh) scale(.2093)}to{transform:translate(42.60435vw,99vh) scale(.2093)}}.snow:nth-child(318){opacity:.3106;transform:translate(98.9246vw,-10px) scale(.8117);animation:fall-318 12s -18s linear infinite}@keyframes fall-318{67.573%{transform:translate(89.9693vw,67.573vh) scale(.8117)}to{transform:translate(94.44695vw,99vh) scale(.8117)}}.snow:nth-child(319){opacity:.0198;transform:translate(19.4365vw,-10px) scale(.9646);animation:fall-319 11s -19s linear infinite}@keyframes fall-319{45.41%{transform:translate(11.7679vw,45.41vh) scale(.9646)}to{transform:translate(15.6022vw,99vh) scale(.9646)}}.snow:nth-child(320){opacity:.6864;transform:translate(91.1734vw,-10px) scale(.6398);animation:fall-320 28s -25s linear infinite}@keyframes fall-320{51.832%{transform:translate(91.4715vw,51.832vh) scale(.6398)}to{transform:translate(91.32245vw,99vh) scale(.6398)}}.snow:nth-child(321){opacity:.0932;transform:translate(77.4814vw,-10px) scale(.0289);animation:fall-321 11s -22s linear infinite}@keyframes fall-321{66.681%{transform:translate(83.9606vw,66.681vh) scale(.0289)}to{transform:translate(80.721vw,99vh) scale(.0289)}}.snow:nth-child(322){opacity:1.2668;transform:translate(53.5187vw,-10px) scale(.0576);animation:fall-322 12s -2s linear infinite}@keyframes fall-322{48.403%{transform:translate(61.1823vw,48.403vh) scale(.0576)}to{transform:translate(57.3505vw,99vh) scale(.0576)}}.snow:nth-child(323){opacity:.6852;transform:translate(56.4375vw,-10px) scale(.7403);animation:fall-323 10s -14s linear infinite}@keyframes fall-323{62.043%{transform:translate(63.3848vw,62.043vh) scale(.7403)}to{transform:translate(59.91115vw,99vh) scale(.7403)}}.snow:nth-child(324){opacity:1.1488;transform:translate(25.8678vw,-10px) scale(.1002);animation:fall-324 29s -14s linear infinite}@keyframes fall-324{51.058%{transform:translate(31.2714vw,51.058vh) scale(.1002)}to{transform:translate(28.5696vw,99vh) scale(.1002)}}.snow:nth-child(325){opacity:1.1396;transform:translate(56.7999vw,-10px) scale(.2554);animation:fall-325 24s -23s linear infinite}@keyframes fall-325{73.156%{transform:translate(65.8149vw,73.156vh) scale(.2554)}to{transform:translate(61.3074vw,99vh) scale(.2554)}}.snow:nth-child(326){opacity:.3064;transform:translate(9.9238vw,-10px) scale(.0805);animation:fall-326 30s -2s linear infinite}@keyframes fall-326{42.167%{transform:translate(5.7518vw,42.167vh) scale(.0805)}to{transform:translate(7.8378vw,99vh) scale(.0805)}}.snow:nth-child(327){opacity:.7438;transform:translate(24.2544vw,-10px) scale(.2556);animation:fall-327 25s -8s linear infinite}@keyframes fall-327{36.774%{transform:translate(28.444vw,36.774vh) scale(.2556)}to{transform:translate(26.3492vw,99vh) scale(.2556)}}.snow:nth-child(328){opacity:1.57;transform:translate(19.3934vw,-10px) scale(.005);animation:fall-328 18s -15s linear infinite}@keyframes fall-328{49.07%{transform:translate(28.622vw,49.07vh) scale(.005)}to{transform:translate(24.0077vw,99vh) scale(.005)}}.snow:nth-child(329){opacity:.5522;transform:translate(56.9066vw,-10px) scale(.3478);animation:fall-329 26s -2s linear infinite}@keyframes fall-329{37.17%{transform:translate(54.8842vw,37.17vh) scale(.3478)}to{transform:translate(55.8954vw,99vh) scale(.3478)}}.snow:nth-child(330){opacity:1.3104;transform:translate(10.7891vw,-10px) scale(.3291);animation:fall-330 17s -12s linear infinite}@keyframes fall-330{56.577%{transform:translate(15.4519vw,56.577vh) scale(.3291)}to{transform:translate(13.1205vw,99vh) scale(.3291)}}.snow:nth-child(331){opacity:.5338;transform:translate(56.3948vw,-10px) scale(.9679);animation:fall-331 28s -30s linear infinite}@keyframes fall-331{62.035%{transform:translate(63.5552vw,62.035vh) scale(.9679)}to{transform:translate(59.975vw,99vh) scale(.9679)}}.snow:nth-child(332){opacity:1.43;transform:translate(24.1098vw,-10px) scale(.1572);animation:fall-332 27s -10s linear infinite}@keyframes fall-332{43.411%{transform:translate(33.286vw,43.411vh) scale(.1572)}to{transform:translate(28.6979vw,99vh) scale(.1572)}}.snow:nth-child(333){opacity:.5182;transform:translate(48.8859vw,-10px) scale(.4599);animation:fall-333 29s -11s linear infinite}@keyframes fall-333{36.604%{transform:translate(44.781vw,36.604vh) scale(.4599)}to{transform:translate(46.83345vw,99vh) scale(.4599)}}.snow:nth-child(334){opacity:1.11;transform:translate(15.837vw,-10px) scale(.4363);animation:fall-334 21s -25s linear infinite}@keyframes fall-334{51.425%{transform:translate(8.5712vw,51.425vh) scale(.4363)}to{transform:translate(12.2041vw,99vh) scale(.4363)}}.snow:nth-child(335){opacity:1.542;transform:translate(7.2725vw,-10px) scale(.0673);animation:fall-335 26s -15s linear infinite}@keyframes fall-335{50.024%{transform:translate(13.3393vw,50.024vh) scale(.0673)}to{transform:translate(10.3059vw,99vh) scale(.0673)}}.snow:nth-child(336){opacity:1.5822;transform:translate(93.5091vw,-10px) scale(.7743);animation:fall-336 23s -18s linear infinite}@keyframes fall-336{55.495%{transform:translate(97.7818vw,55.495vh) scale(.7743)}to{transform:translate(95.64545vw,99vh) scale(.7743)}}.snow:nth-child(337){opacity:1.722;transform:translate(90.7216vw,-10px) scale(.3734);animation:fall-337 21s -3s linear infinite}@keyframes fall-337{78.51%{transform:translate(90.8545vw,78.51vh) scale(.3734)}to{transform:translate(90.78805vw,99vh) scale(.3734)}}.snow:nth-child(338){opacity:.8634;transform:translate(76.0412vw,-10px) scale(.6929);animation:fall-338 25s -8s linear infinite}@keyframes fall-338{32.896%{transform:translate(79.4874vw,32.896vh) scale(.6929)}to{transform:translate(77.7643vw,99vh) scale(.6929)}}.snow:nth-child(339){opacity:1.9748;transform:translate(89.4926vw,-10px) scale(.7291);animation:fall-339 23s -12s linear infinite}@keyframes fall-339{77.112%{transform:translate(84.5585vw,77.112vh) scale(.7291)}to{transform:translate(87.02555vw,99vh) scale(.7291)}}.snow:nth-child(340){opacity:.5284;transform:translate(35.592vw,-10px) scale(.9568);animation:fall-340 25s -23s linear infinite}@keyframes fall-340{64.097%{transform:translate(44.6619vw,64.097vh) scale(.9568)}to{transform:translate(40.12695vw,99vh) scale(.9568)}}.snow:nth-child(341){opacity:.5086;transform:translate(10.2693vw,-10px) scale(.6984);animation:fall-341 18s -4s linear infinite}@keyframes fall-341{34.671%{transform:translate(1.9536vw,34.671vh) scale(.6984)}to{transform:translate(6.11145vw,99vh) scale(.6984)}}.snow:nth-child(342){opacity:.2144;transform:translate(81.235vw,-10px) scale(.453);animation:fall-342 14s -4s linear infinite}@keyframes fall-342{50.032%{transform:translate(88.172vw,50.032vh) scale(.453)}to{transform:translate(84.7035vw,99vh) scale(.453)}}.snow:nth-child(343){opacity:.0986;transform:translate(46.6436vw,-10px) scale(.2317);animation:fall-343 24s -22s linear infinite}@keyframes fall-343{57.554%{transform:translate(41.9963vw,57.554vh) scale(.2317)}to{transform:translate(44.31995vw,99vh) scale(.2317)}}.snow:nth-child(344){opacity:1.5456;transform:translate(47.5622vw,-10px) scale(.1933);animation:fall-344 18s -15s linear infinite}@keyframes fall-344{71.853%{transform:translate(40.953vw,71.853vh) scale(.1933)}to{transform:translate(44.2576vw,99vh) scale(.1933)}}.snow:nth-child(345){opacity:1.4308;transform:translate(95.6298vw,-10px) scale(.301);animation:fall-345 10s -3s linear infinite}@keyframes fall-345{70.234%{transform:translate(102.7473vw,70.234vh) scale(.301)}to{transform:translate(99.18855vw,99vh) scale(.301)}}.snow:nth-child(346){opacity:1.4886;transform:translate(7.1954vw,-10px) scale(.2502);animation:fall-346 20s -21s linear infinite}@keyframes fall-346{33.438%{transform:translate(16.562vw,33.438vh) scale(.2502)}to{transform:translate(11.8787vw,99vh) scale(.2502)}}.snow:nth-child(347){opacity:.5586;transform:translate(98.7301vw,-10px) scale(.2545);animation:fall-347 27s -6s linear infinite}@keyframes fall-347{61.26%{transform:translate(99.1676vw,61.26vh) scale(.2545)}to{transform:translate(98.94885vw,99vh) scale(.2545)}}.snow:nth-child(348){opacity:.697;transform:translate(39.1777vw,-10px) scale(.6507);animation:fall-348 28s -15s linear infinite}@keyframes fall-348{35.568%{transform:translate(35.5805vw,35.568vh) scale(.6507)}to{transform:translate(37.3791vw,99vh) scale(.6507)}}.snow:nth-child(349){opacity:1.223;transform:translate(66.4747vw,-10px) scale(.5751);animation:fall-349 11s -25s linear infinite}@keyframes fall-349{75.768%{transform:translate(74.8457vw,75.768vh) scale(.5751)}to{transform:translate(70.6602vw,99vh) scale(.5751)}}.snow:nth-child(350){opacity:.5032;transform:translate(44.5767vw,-10px) scale(.7877);animation:fall-350 21s -25s linear infinite}@keyframes fall-350{65.019%{transform:translate(34.9727vw,65.019vh) scale(.7877)}to{transform:translate(39.7747vw,99vh) scale(.7877)}}.snow:nth-child(351){opacity:1.5768;transform:translate(46.8274vw,-10px) scale(.5091);animation:fall-351 18s -6s linear infinite}@keyframes fall-351{49.94%{transform:translate(46.2071vw,49.94vh) scale(.5091)}to{transform:translate(46.51725vw,99vh) scale(.5091)}}.snow:nth-child(352){opacity:1.1764;transform:translate(52.5113vw,-10px) scale(.5177);animation:fall-352 22s -4s linear infinite}@keyframes fall-352{36.206%{transform:translate(55.2275vw,36.206vh) scale(.5177)}to{transform:translate(53.8694vw,99vh) scale(.5177)}}.snow:nth-child(353){opacity:1.5038;transform:translate(52.1465vw,-10px) scale(.6887);animation:fall-353 20s -22s linear infinite}@keyframes fall-353{43.705%{transform:translate(53.5347vw,43.705vh) scale(.6887)}to{transform:translate(52.8406vw,99vh) scale(.6887)}}.snow:nth-child(354){opacity:.4464;transform:translate(46.58vw,-10px) scale(.2721);animation:fall-354 11s -13s linear infinite}@keyframes fall-354{70.413%{transform:translate(45.3736vw,70.413vh) scale(.2721)}to{transform:translate(45.9768vw,99vh) scale(.2721)}}.snow:nth-child(355){opacity:1.6876;transform:translate(29.7438vw,-10px) scale(.2414);animation:fall-355 10s -23s linear infinite}@keyframes fall-355{37.207%{transform:translate(27.2132vw,37.207vh) scale(.2414)}to{transform:translate(28.4785vw,99vh) scale(.2414)}}.snow:nth-child(356){opacity:1.5914;transform:translate(93.4533vw,-10px) scale(.5511);animation:fall-356 22s -27s linear infinite}@keyframes fall-356{70.224%{transform:translate(89.9753vw,70.224vh) scale(.5511)}to{transform:translate(91.7143vw,99vh) scale(.5511)}}.snow:nth-child(357){opacity:1.6554;transform:translate(93.974vw,-10px) scale(.9662);animation:fall-357 17s -15s linear infinite}@keyframes fall-357{53.495%{transform:translate(85.2037vw,53.495vh) scale(.9662)}to{transform:translate(89.58885vw,99vh) scale(.9662)}}.snow:nth-child(358){opacity:.0764;transform:translate(11.1914vw,-10px) scale(.3338);animation:fall-358 27s -2s linear infinite}@keyframes fall-358{63.089%{transform:translate(12.7426vw,63.089vh) scale(.3338)}to{transform:translate(11.967vw,99vh) scale(.3338)}}.snow:nth-child(359){opacity:.6196;transform:translate(95.5549vw,-10px) scale(.6724);animation:fall-359 10s -5s linear infinite}@keyframes fall-359{33.029%{transform:translate(105.5022vw,33.029vh) scale(.6724)}to{transform:translate(100.52855vw,99vh) scale(.6724)}}.snow:nth-child(360){opacity:.4304;transform:translate(29.6884vw,-10px) scale(.2392);animation:fall-360 10s -24s linear infinite}@keyframes fall-360{36.394%{transform:translate(23.431vw,36.394vh) scale(.2392)}to{transform:translate(26.5597vw,99vh) scale(.2392)}}.snow:nth-child(361){opacity:1.8456;transform:translate(87.127vw,-10px) scale(.2033);animation:fall-361 10s -1s linear infinite}@keyframes fall-361{40.093%{transform:translate(93.4882vw,40.093vh) scale(.2033)}to{transform:translate(90.3076vw,99vh) scale(.2033)}}.snow:nth-child(362){opacity:1.305;transform:translate(56.7473vw,-10px) scale(.5514);animation:fall-362 25s -20s linear infinite}@keyframes fall-362{63.005%{transform:translate(57.5641vw,63.005vh) scale(.5514)}to{transform:translate(57.1557vw,99vh) scale(.5514)}}.snow:nth-child(363){opacity:1.9898;transform:translate(42.0026vw,-10px) scale(.4346);animation:fall-363 25s -29s linear infinite}@keyframes fall-363{42.307%{transform:translate(42.3836vw,42.307vh) scale(.4346)}to{transform:translate(42.1931vw,99vh) scale(.4346)}}.snow:nth-child(364){opacity:.237;transform:translate(64.0828vw,-10px) scale(.3516);animation:fall-364 29s -12s linear infinite}@keyframes fall-364{68.045%{transform:translate(67.4732vw,68.045vh) scale(.3516)}to{transform:translate(65.778vw,99vh) scale(.3516)}}.snow:nth-child(365){opacity:1.9154;transform:translate(14.4697vw,-10px) scale(.4257);animation:fall-365 28s -6s linear infinite}@keyframes fall-365{55.299%{transform:translate(24.4481vw,55.299vh) scale(.4257)}to{transform:translate(19.4589vw,99vh) scale(.4257)}}.snow:nth-child(366){opacity:.914;transform:translate(30.6881vw,-10px) scale(.9441);animation:fall-366 18s -7s linear infinite}@keyframes fall-366{68.674%{transform:translate(28.8904vw,68.674vh) scale(.9441)}to{transform:translate(29.78925vw,99vh) scale(.9441)}}.snow:nth-child(367){opacity:.5786;transform:translate(39.3929vw,-10px) scale(.7333);animation:fall-367 12s -7s linear infinite}@keyframes fall-367{35.479%{transform:translate(30.9262vw,35.479vh) scale(.7333)}to{transform:translate(35.15955vw,99vh) scale(.7333)}}.snow:nth-child(368){opacity:1.5636;transform:translate(23.1852vw,-10px) scale(.6069);animation:fall-368 27s -9s linear infinite}@keyframes fall-368{68.583%{transform:translate(19.5727vw,68.583vh) scale(.6069)}to{transform:translate(21.37895vw,99vh) scale(.6069)}}.snow:nth-child(369){opacity:1.681;transform:translate(83.0351vw,-10px) scale(.2552);animation:fall-369 12s -8s linear infinite}@keyframes fall-369{68.731%{transform:translate(87.8538vw,68.731vh) scale(.2552)}to{transform:translate(85.44445vw,99vh) scale(.2552)}}.snow:nth-child(370){opacity:.605;transform:translate(74.8231vw,-10px) scale(.558);animation:fall-370 16s -10s linear infinite}@keyframes fall-370{38.733%{transform:translate(68.3155vw,38.733vh) scale(.558)}to{transform:translate(71.5693vw,99vh) scale(.558)}}.snow:nth-child(371){opacity:1.279;transform:translate(39.2324vw,-10px) scale(.7065);animation:fall-371 12s -17s linear infinite}@keyframes fall-371{60.205%{transform:translate(32.1246vw,60.205vh) scale(.7065)}to{transform:translate(35.6785vw,99vh) scale(.7065)}}.snow:nth-child(372){opacity:.2036;transform:translate(96.2746vw,-10px) scale(.9006);animation:fall-372 16s -1s linear infinite}@keyframes fall-372{62.517%{transform:translate(104.5888vw,62.517vh) scale(.9006)}to{transform:translate(100.4317vw,99vh) scale(.9006)}}.snow:nth-child(373){opacity:1.885;transform:translate(10.369vw,-10px) scale(.7396);animation:fall-373 11s -16s linear infinite}@keyframes fall-373{57.65%{transform:translate(20.0767vw,57.65vh) scale(.7396)}to{transform:translate(15.22285vw,99vh) scale(.7396)}}.snow:nth-child(374){opacity:1.738;transform:translate(75.8435vw,-10px) scale(.4971);animation:fall-374 28s -28s linear infinite}@keyframes fall-374{64.497%{transform:translate(80.4704vw,64.497vh) scale(.4971)}to{transform:translate(78.15695vw,99vh) scale(.4971)}}.snow:nth-child(375){opacity:1.3782;transform:translate(45.728vw,-10px) scale(.8996);animation:fall-375 23s -28s linear infinite}@keyframes fall-375{64.905%{transform:translate(35.8716vw,64.905vh) scale(.8996)}to{transform:translate(40.7998vw,99vh) scale(.8996)}}.snow:nth-child(376){opacity:1.823;transform:translate(9.9407vw,-10px) scale(.2222);animation:fall-376 13s -28s linear infinite}@keyframes fall-376{34.834%{transform:translate(7.4664vw,34.834vh) scale(.2222)}to{transform:translate(8.70355vw,99vh) scale(.2222)}}.snow:nth-child(377){opacity:1.0728;transform:translate(52.9394vw,-10px) scale(.1721);animation:fall-377 27s -23s linear infinite}@keyframes fall-377{57.025%{transform:translate(51.4599vw,57.025vh) scale(.1721)}to{transform:translate(52.19965vw,99vh) scale(.1721)}}.snow:nth-child(378){opacity:.147;transform:translate(67.1067vw,-10px) scale(.7402);animation:fall-378 24s -23s linear infinite}@keyframes fall-378{61.545%{transform:translate(60.396vw,61.545vh) scale(.7402)}to{transform:translate(63.75135vw,99vh) scale(.7402)}}.snow:nth-child(379){opacity:1.2458;transform:translate(44.1431vw,-10px) scale(.0343);animation:fall-379 11s -27s linear infinite}@keyframes fall-379{50.16%{transform:translate(35.2813vw,50.16vh) scale(.0343)}to{transform:translate(39.7122vw,99vh) scale(.0343)}}.snow:nth-child(380){opacity:.5362;transform:translate(75.2857vw,-10px) scale(.9352);animation:fall-380 22s -7s linear infinite}@keyframes fall-380{44.631%{transform:translate(84.3206vw,44.631vh) scale(.9352)}to{transform:translate(79.80315vw,99vh) scale(.9352)}}.snow:nth-child(381){opacity:.8156;transform:translate(20.1681vw,-10px) scale(.2888);animation:fall-381 27s -6s linear infinite}@keyframes fall-381{42.929%{transform:translate(17.584vw,42.929vh) scale(.2888)}to{transform:translate(18.87605vw,99vh) scale(.2888)}}.snow:nth-child(382){opacity:1.5038;transform:translate(37.2411vw,-10px) scale(.3939);animation:fall-382 12s -29s linear infinite}@keyframes fall-382{62.028%{transform:translate(40.9137vw,62.028vh) scale(.3939)}to{transform:translate(39.0774vw,99vh) scale(.3939)}}.snow:nth-child(383){opacity:.88;transform:translate(38.2987vw,-10px) scale(.8574);animation:fall-383 17s -25s linear infinite}@keyframes fall-383{71.717%{transform:translate(34.568vw,71.717vh) scale(.8574)}to{transform:translate(36.43335vw,99vh) scale(.8574)}}.snow:nth-child(384){opacity:1.7588;transform:translate(54.5311vw,-10px) scale(.1615);animation:fall-384 16s -21s linear infinite}@keyframes fall-384{30.043%{transform:translate(52.156vw,30.043vh) scale(.1615)}to{transform:translate(53.34355vw,99vh) scale(.1615)}}.snow:nth-child(385){opacity:.8654;transform:translate(7.0605vw,-10px) scale(.0921);animation:fall-385 15s -8s linear infinite}@keyframes fall-385{74.599%{transform:translate(12.0079vw,74.599vh) scale(.0921)}to{transform:translate(9.5342vw,99vh) scale(.0921)}}.snow:nth-child(386){opacity:1.103;transform:translate(72.0575vw,-10px) scale(.2139);animation:fall-386 30s -22s linear infinite}@keyframes fall-386{51.201%{transform:translate(75.4147vw,51.201vh) scale(.2139)}to{transform:translate(73.7361vw,99vh) scale(.2139)}}.snow:nth-child(387){opacity:1.815;transform:translate(49.9256vw,-10px) scale(.1751);animation:fall-387 13s -17s linear infinite}@keyframes fall-387{38.03%{transform:translate(50.8465vw,38.03vh) scale(.1751)}to{transform:translate(50.38605vw,99vh) scale(.1751)}}.snow:nth-child(388){opacity:.746;transform:translate(9.7202vw,-10px) scale(.1276);animation:fall-388 14s -2s linear infinite}@keyframes fall-388{42.693%{transform:translate(12.7017vw,42.693vh) scale(.1276)}to{transform:translate(11.21095vw,99vh) scale(.1276)}}.snow:nth-child(389){opacity:.2632;transform:translate(11.3426vw,-10px) scale(.0365);animation:fall-389 20s -8s linear infinite}@keyframes fall-389{69.727%{transform:translate(2.6993vw,69.727vh) scale(.0365)}to{transform:translate(7.02095vw,99vh) scale(.0365)}}.snow:nth-child(390){opacity:1.8642;transform:translate(41.3632vw,-10px) scale(.9108);animation:fall-390 19s -2s linear infinite}@keyframes fall-390{36.027%{transform:translate(44.7678vw,36.027vh) scale(.9108)}to{transform:translate(43.0655vw,99vh) scale(.9108)}}.snow:nth-child(391){opacity:.5908;transform:translate(56.9609vw,-10px) scale(.7005);animation:fall-391 25s -24s linear infinite}@keyframes fall-391{71.9%{transform:translate(47.1951vw,71.9vh) scale(.7005)}to{transform:translate(52.078vw,99vh) scale(.7005)}}.snow:nth-child(392){opacity:1.1212;transform:translate(47.6504vw,-10px) scale(.9919);animation:fall-392 20s -18s linear infinite}@keyframes fall-392{33.025%{transform:translate(55.6997vw,33.025vh) scale(.9919)}to{transform:translate(51.67505vw,99vh) scale(.9919)}}.snow:nth-child(393){opacity:1.2372;transform:translate(36.5636vw,-10px) scale(.9795);animation:fall-393 16s -7s linear infinite}@keyframes fall-393{61.759%{transform:translate(33.3044vw,61.759vh) scale(.9795)}to{transform:translate(34.934vw,99vh) scale(.9795)}}.snow:nth-child(394){opacity:.4982;transform:translate(71.0962vw,-10px) scale(.9803);animation:fall-394 24s -8s linear infinite}@keyframes fall-394{39.862%{transform:translate(63.6891vw,39.862vh) scale(.9803)}to{transform:translate(67.39265vw,99vh) scale(.9803)}}.snow:nth-child(395){opacity:1.0246;transform:translate(38.0018vw,-10px) scale(.6844);animation:fall-395 16s -21s linear infinite}@keyframes fall-395{77.768%{transform:translate(32.0547vw,77.768vh) scale(.6844)}to{transform:translate(35.02825vw,99vh) scale(.6844)}}.snow:nth-child(396){opacity:1.4856;transform:translate(55.8267vw,-10px) scale(.3395);animation:fall-396 11s -12s linear infinite}@keyframes fall-396{55.455%{transform:translate(63.0509vw,55.455vh) scale(.3395)}to{transform:translate(59.4388vw,99vh) scale(.3395)}}.snow:nth-child(397){opacity:1.868;transform:translate(50.2866vw,-10px) scale(.9278);animation:fall-397 29s -26s linear infinite}@keyframes fall-397{78.554%{transform:translate(52.655vw,78.554vh) scale(.9278)}to{transform:translate(51.4708vw,99vh) scale(.9278)}}.snow:nth-child(398){opacity:.2308;transform:translate(24.7284vw,-10px) scale(.7529);animation:fall-398 21s -21s linear infinite}@keyframes fall-398{31.628%{transform:translate(18.369vw,31.628vh) scale(.7529)}to{transform:translate(21.5487vw,99vh) scale(.7529)}}.snow:nth-child(399){opacity:1.777;transform:translate(85.2836vw,-10px) scale(.9962);animation:fall-399 30s -1s linear infinite}@keyframes fall-399{40.889%{transform:translate(84.7336vw,40.889vh) scale(.9962)}to{transform:translate(85.0086vw,99vh) scale(.9962)}}.snow:nth-child(400){opacity:.2798;transform:translate(97.6194vw,-10px) scale(.684);animation:fall-400 12s -5s linear infinite}@keyframes fall-400{68.622%{transform:translate(93.067vw,68.622vh) scale(.684)}to{transform:translate(95.3432vw,99vh) scale(.684)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
25
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.9724;transform:translate(55.9604vw,-10px) scale(.9618);animation:fall-1 28s -13s linear infinite}@keyframes fall-1{30.654%{transform:translate(49.7288vw,30.654vh) scale(.9618)}to{transform:translate(52.8446vw,99vh) scale(.9618)}}.snow:nth-child(2){opacity:.8822;transform:translate(94.9267vw,-10px) scale(.626);animation:fall-2 18s -11s linear infinite}@keyframes fall-2{36.898%{transform:translate(85.2578vw,36.898vh) scale(.626)}to{transform:translate(90.09225vw,99vh) scale(.626)}}.snow:nth-child(3){opacity:1.4652;transform:translate(65.4625vw,-10px) scale(.941);animation:fall-3 12s -8s linear infinite}@keyframes fall-3{54.393%{transform:translate(63.3049vw,54.393vh) scale(.941)}to{transform:translate(64.3837vw,99vh) scale(.941)}}.snow:nth-child(4){opacity:.2728;transform:translate(75.9826vw,-10px) scale(.8433);animation:fall-4 15s -19s linear infinite}@keyframes fall-4{56.213%{transform:translate(75.1433vw,56.213vh) scale(.8433)}to{transform:translate(75.56295vw,99vh) scale(.8433)}}.snow:nth-child(5){opacity:1.0568;transform:translate(40.497vw,-10px) scale(.7805);animation:fall-5 14s -8s linear infinite}@keyframes fall-5{55.393%{transform:translate(48.6171vw,55.393vh) scale(.7805)}to{transform:translate(44.55705vw,99vh) scale(.7805)}}.snow:nth-child(6){opacity:1.3978;transform:translate(57.4091vw,-10px) scale(.8469);animation:fall-6 10s -26s linear infinite}@keyframes fall-6{76.286%{transform:translate(51.7755vw,76.286vh) scale(.8469)}to{transform:translate(54.5923vw,99vh) scale(.8469)}}.snow:nth-child(7){opacity:.439;transform:translate(39.1037vw,-10px) scale(.733);animation:fall-7 19s -29s linear infinite}@keyframes fall-7{62.799%{transform:translate(45.7122vw,62.799vh) scale(.733)}to{transform:translate(42.40795vw,99vh) scale(.733)}}.snow:nth-child(8){opacity:1.3756;transform:translate(82.5274vw,-10px) scale(.2743);animation:fall-8 12s -17s linear infinite}@keyframes fall-8{42.802%{transform:translate(72.9663vw,42.802vh) scale(.2743)}to{transform:translate(77.74685vw,99vh) scale(.2743)}}.snow:nth-child(9){opacity:1.999;transform:translate(12.6821vw,-10px) scale(.6814);animation:fall-9 17s -6s linear infinite}@keyframes fall-9{64.102%{transform:translate(19.1439vw,64.102vh) scale(.6814)}to{transform:translate(15.913vw,99vh) scale(.6814)}}.snow:nth-child(10){opacity:.8746;transform:translate(29.2606vw,-10px) scale(.6926);animation:fall-10 13s -10s linear infinite}@keyframes fall-10{65.126%{transform:translate(39.0096vw,65.126vh) scale(.6926)}to{transform:translate(34.1351vw,99vh) scale(.6926)}}.snow:nth-child(11){opacity:1.643;transform:translate(26.9325vw,-10px) scale(.7921);animation:fall-11 28s -28s linear infinite}@keyframes fall-11{79.744%{transform:translate(22.8807vw,79.744vh) scale(.7921)}to{transform:translate(24.9066vw,99vh) scale(.7921)}}.snow:nth-child(12){opacity:.2762;transform:translate(65.1101vw,-10px) scale(.4211);animation:fall-12 12s -20s linear infinite}@keyframes fall-12{40.498%{transform:translate(66.6893vw,40.498vh) scale(.4211)}to{transform:translate(65.8997vw,99vh) scale(.4211)}}.snow:nth-child(13){opacity:.7484;transform:translate(24.6783vw,-10px) scale(.7018);animation:fall-13 30s -8s linear infinite}@keyframes fall-13{56.554%{transform:translate(27.4594vw,56.554vh) scale(.7018)}to{transform:translate(26.06885vw,99vh) scale(.7018)}}.snow:nth-child(14){opacity:.7344;transform:translate(63.5075vw,-10px) scale(.7275);animation:fall-14 30s -2s linear infinite}@keyframes fall-14{51.179%{transform:translate(68.129vw,51.179vh) scale(.7275)}to{transform:translate(65.81825vw,99vh) scale(.7275)}}.snow:nth-child(15){opacity:1.433;transform:translate(79.4638vw,-10px) scale(.415);animation:fall-15 11s -29s linear infinite}@keyframes fall-15{54.534%{transform:translate(80.712vw,54.534vh) scale(.415)}to{transform:translate(80.0879vw,99vh) scale(.415)}}.snow:nth-child(16){opacity:.1704;transform:translate(25.7071vw,-10px) scale(.7241);animation:fall-16 15s -1s linear infinite}@keyframes fall-16{57.313%{transform:translate(32.6094vw,57.313vh) scale(.7241)}to{transform:translate(29.15825vw,99vh) scale(.7241)}}.snow:nth-child(17){opacity:.1864;transform:translate(98.1813vw,-10px) scale(.4327);animation:fall-17 17s -21s linear infinite}@keyframes fall-17{32.82%{transform:translate(97.6781vw,32.82vh) scale(.4327)}to{transform:translate(97.9297vw,99vh) scale(.4327)}}.snow:nth-child(18){opacity:.4332;transform:translate(97vw,-10px) scale(.345);animation:fall-18 28s -17s linear infinite}@keyframes fall-18{61.539%{transform:translate(89.0326vw,61.539vh) scale(.345)}to{transform:translate(93.0163vw,99vh) scale(.345)}}.snow:nth-child(19){opacity:1.2628;transform:translate(43.2209vw,-10px) scale(.0327);animation:fall-19 24s -12s linear infinite}@keyframes fall-19{49.298%{transform:translate(53.1868vw,49.298vh) scale(.0327)}to{transform:translate(48.20385vw,99vh) scale(.0327)}}.snow:nth-child(20){opacity:1.3874;transform:translate(43.2074vw,-10px) scale(.0127);animation:fall-20 13s -25s linear infinite}@keyframes fall-20{57.013%{transform:translate(52.6709vw,57.013vh) scale(.0127)}to{transform:translate(47.93915vw,99vh) scale(.0127)}}.snow:nth-child(21){opacity:.8518;transform:translate(23.3554vw,-10px) scale(.0788);animation:fall-21 21s -27s linear infinite}@keyframes fall-21{54.852%{transform:translate(29.1824vw,54.852vh) scale(.0788)}to{transform:translate(26.2689vw,99vh) scale(.0788)}}.snow:nth-child(22){opacity:1.5792;transform:translate(90.1703vw,-10px) scale(.0219);animation:fall-22 23s -23s linear infinite}@keyframes fall-22{66.643%{transform:translate(88.4174vw,66.643vh) scale(.0219)}to{transform:translate(89.29385vw,99vh) scale(.0219)}}.snow:nth-child(23){opacity:1.3476;transform:translate(76.7813vw,-10px) scale(.7123);animation:fall-23 29s -2s linear infinite}@keyframes fall-23{78.82%{transform:translate(75.4873vw,78.82vh) scale(.7123)}to{transform:translate(76.1343vw,99vh) scale(.7123)}}.snow:nth-child(24){opacity:1.4668;transform:translate(39.3861vw,-10px) scale(.1523);animation:fall-24 14s -22s linear infinite}@keyframes fall-24{39.306%{transform:translate(31.682vw,39.306vh) scale(.1523)}to{transform:translate(35.53405vw,99vh) scale(.1523)}}.snow:nth-child(25){opacity:.449;transform:translate(75.1863vw,-10px) scale(.9342);animation:fall-25 12s -21s linear infinite}@keyframes fall-25{76.151%{transform:translate(75.314vw,76.151vh) scale(.9342)}to{transform:translate(75.25015vw,99vh) scale(.9342)}}.snow:nth-child(26){opacity:1.4478;transform:translate(68.1041vw,-10px) scale(.1508);animation:fall-26 30s -17s linear infinite}@keyframes fall-26{39.111%{transform:translate(60.1848vw,39.111vh) scale(.1508)}to{transform:translate(64.14445vw,99vh) scale(.1508)}}.snow:nth-child(27){opacity:1.417;transform:translate(39.3851vw,-10px) scale(.4607);animation:fall-27 21s -10s linear infinite}@keyframes fall-27{61.049%{transform:translate(37.1079vw,61.049vh) scale(.4607)}to{transform:translate(38.2465vw,99vh) scale(.4607)}}.snow:nth-child(28){opacity:.2968;transform:translate(90.7554vw,-10px) scale(.8087);animation:fall-28 24s -13s linear infinite}@keyframes fall-28{30.49%{transform:translate(97.7731vw,30.49vh) scale(.8087)}to{transform:translate(94.26425vw,99vh) scale(.8087)}}.snow:nth-child(29){opacity:1.2678;transform:translate(12.4279vw,-10px) scale(.8793);animation:fall-29 13s -6s linear infinite}@keyframes fall-29{50.386%{transform:translate(12.1276vw,50.386vh) scale(.8793)}to{transform:translate(12.27775vw,99vh) scale(.8793)}}.snow:nth-child(30){opacity:1.495;transform:translate(14.1381vw,-10px) scale(.668);animation:fall-30 15s -18s linear infinite}@keyframes fall-30{78.618%{transform:translate(11.849vw,78.618vh) scale(.668)}to{transform:translate(12.99355vw,99vh) scale(.668)}}.snow:nth-child(31){opacity:1.7214;transform:translate(28.734vw,-10px) scale(.1795);animation:fall-31 26s -30s linear infinite}@keyframes fall-31{31.845%{transform:translate(22.1287vw,31.845vh) scale(.1795)}to{transform:translate(25.43135vw,99vh) scale(.1795)}}.snow:nth-child(32){opacity:1.5144;transform:translate(14.9527vw,-10px) scale(.8165);animation:fall-32 28s -8s linear infinite}@keyframes fall-32{44.143%{transform:translate(24.888vw,44.143vh) scale(.8165)}to{transform:translate(19.92035vw,99vh) scale(.8165)}}.snow:nth-child(33){opacity:1.7548;transform:translate(95.5797vw,-10px) scale(.5786);animation:fall-33 20s -18s linear infinite}@keyframes fall-33{79.013%{transform:translate(102.4845vw,79.013vh) scale(.5786)}to{transform:translate(99.0321vw,99vh) scale(.5786)}}.snow:nth-child(34){opacity:.4958;transform:translate(20.8832vw,-10px) scale(.683);animation:fall-34 13s -25s linear infinite}@keyframes fall-34{40.04%{transform:translate(27.9178vw,40.04vh) scale(.683)}to{transform:translate(24.4005vw,99vh) scale(.683)}}.snow:nth-child(35){opacity:1.9548;transform:translate(96.1826vw,-10px) scale(.7419);animation:fall-35 16s -26s linear infinite}@keyframes fall-35{37.952%{transform:translate(94.3609vw,37.952vh) scale(.7419)}to{transform:translate(95.27175vw,99vh) scale(.7419)}}.snow:nth-child(36){opacity:1.1856;transform:translate(4.3133vw,-10px) scale(.6322);animation:fall-36 26s -14s linear infinite}@keyframes fall-36{79.805%{transform:translate(1.9447vw,79.805vh) scale(.6322)}to{transform:translate(3.129vw,99vh) scale(.6322)}}.snow:nth-child(37){opacity:1.3828;transform:translate(70.0877vw,-10px) scale(.5987);animation:fall-37 26s -1s linear infinite}@keyframes fall-37{54.444%{transform:translate(77.1432vw,54.444vh) scale(.5987)}to{transform:translate(73.61545vw,99vh) scale(.5987)}}.snow:nth-child(38){opacity:1.737;transform:translate(73.705vw,-10px) scale(.2872);animation:fall-38 13s -28s linear infinite}@keyframes fall-38{78.079%{transform:translate(80.4384vw,78.079vh) scale(.2872)}to{transform:translate(77.0717vw,99vh) scale(.2872)}}.snow:nth-child(39){opacity:1.021;transform:translate(82.1768vw,-10px) scale(.659);animation:fall-39 25s -1s linear infinite}@keyframes fall-39{48.721%{transform:translate(78.3389vw,48.721vh) scale(.659)}to{transform:translate(80.25785vw,99vh) scale(.659)}}.snow:nth-child(40){opacity:.7528;transform:translate(8.4017vw,-10px) scale(.0911);animation:fall-40 11s -13s linear infinite}@keyframes fall-40{58.306%{transform:translate(16.1026vw,58.306vh) scale(.0911)}to{transform:translate(12.25215vw,99vh) scale(.0911)}}.snow:nth-child(41){opacity:1.0028;transform:translate(95.1574vw,-10px) scale(.5921);animation:fall-41 30s -18s linear infinite}@keyframes fall-41{37.02%{transform:translate(100.4975vw,37.02vh) scale(.5921)}to{transform:translate(97.82745vw,99vh) scale(.5921)}}.snow:nth-child(42){opacity:1.662;transform:translate(3.1989vw,-10px) scale(.2791);animation:fall-42 24s -9s linear infinite}@keyframes fall-42{46.723%{transform:translate(2.3219vw,46.723vh) scale(.2791)}to{transform:translate(2.7604vw,99vh) scale(.2791)}}.snow:nth-child(43){opacity:.5116;transform:translate(71.6761vw,-10px) scale(.2114);animation:fall-43 14s -27s linear infinite}@keyframes fall-43{76.161%{transform:translate(69.7459vw,76.161vh) scale(.2114)}to{transform:translate(70.711vw,99vh) scale(.2114)}}.snow:nth-child(44){opacity:.6654;transform:translate(62.9751vw,-10px) scale(.6579);animation:fall-44 19s -20s linear infinite}@keyframes fall-44{71.872%{transform:translate(67.3546vw,71.872vh) scale(.6579)}to{transform:translate(65.16485vw,99vh) scale(.6579)}}.snow:nth-child(45){opacity:1.4224;transform:translate(6.6948vw,-10px) scale(.1028);animation:fall-45 30s -15s linear infinite}@keyframes fall-45{58.197%{transform:translate(-2.6265vw,58.197vh) scale(.1028)}to{transform:translate(2.03415vw,99vh) scale(.1028)}}.snow:nth-child(46){opacity:.4084;transform:translate(25.3256vw,-10px) scale(.6582);animation:fall-46 18s -26s linear infinite}@keyframes fall-46{61.265%{transform:translate(17.0679vw,61.265vh) scale(.6582)}to{transform:translate(21.19675vw,99vh) scale(.6582)}}.snow:nth-child(47){opacity:.9688;transform:translate(89.1686vw,-10px) scale(.8534);animation:fall-47 23s -17s linear infinite}@keyframes fall-47{68.994%{transform:translate(88.8654vw,68.994vh) scale(.8534)}to{transform:translate(89.017vw,99vh) scale(.8534)}}.snow:nth-child(48){opacity:1.7058;transform:translate(98.8799vw,-10px) scale(.4065);animation:fall-48 26s -13s linear infinite}@keyframes fall-48{32.474%{transform:translate(102.9986vw,32.474vh) scale(.4065)}to{transform:translate(100.93925vw,99vh) scale(.4065)}}.snow:nth-child(49){opacity:1.1468;transform:translate(75.0164vw,-10px) scale(.7412);animation:fall-49 22s -13s linear infinite}@keyframes fall-49{57.405%{transform:translate(73.3037vw,57.405vh) scale(.7412)}to{transform:translate(74.16005vw,99vh) scale(.7412)}}.snow:nth-child(50){opacity:.5986;transform:translate(42.7658vw,-10px) scale(.2549);animation:fall-50 12s -4s linear infinite}@keyframes fall-50{45.599%{transform:translate(38.9701vw,45.599vh) scale(.2549)}to{transform:translate(40.86795vw,99vh) scale(.2549)}}.snow:nth-child(51){opacity:1.6378;transform:translate(63.4252vw,-10px) scale(.089);animation:fall-51 20s -13s linear infinite}@keyframes fall-51{36.428%{transform:translate(65.3287vw,36.428vh) scale(.089)}to{transform:translate(64.37695vw,99vh) scale(.089)}}.snow:nth-child(52){opacity:.534;transform:translate(89.5803vw,-10px) scale(.9578);animation:fall-52 28s -7s linear infinite}@keyframes fall-52{61.395%{transform:translate(93.7905vw,61.395vh) scale(.9578)}to{transform:translate(91.6854vw,99vh) scale(.9578)}}.snow:nth-child(53){opacity:.4632;transform:translate(42.6549vw,-10px) scale(.1813);animation:fall-53 19s -24s linear infinite}@keyframes fall-53{45.802%{transform:translate(35.1484vw,45.802vh) scale(.1813)}to{transform:translate(38.90165vw,99vh) scale(.1813)}}.snow:nth-child(54){opacity:.6892;transform:translate(42.1601vw,-10px) scale(.2992);animation:fall-54 20s -10s linear infinite}@keyframes fall-54{68.757%{transform:translate(50.4329vw,68.757vh) scale(.2992)}to{transform:translate(46.2965vw,99vh) scale(.2992)}}.snow:nth-child(55){opacity:1.188;transform:translate(9.8144vw,-10px) scale(.9431);animation:fall-55 13s -25s linear infinite}@keyframes fall-55{45.191%{transform:translate(14.5488vw,45.191vh) scale(.9431)}to{transform:translate(12.1816vw,99vh) scale(.9431)}}.snow:nth-child(56){opacity:.6144;transform:translate(71.5525vw,-10px) scale(.8445);animation:fall-56 12s -19s linear infinite}@keyframes fall-56{66.09%{transform:translate(62.4502vw,66.09vh) scale(.8445)}to{transform:translate(67.00135vw,99vh) scale(.8445)}}.snow:nth-child(57){opacity:.1016;transform:translate(41.7075vw,-10px) scale(.1915);animation:fall-57 30s -22s linear infinite}@keyframes fall-57{66.188%{transform:translate(32.1134vw,66.188vh) scale(.1915)}to{transform:translate(36.91045vw,99vh) scale(.1915)}}.snow:nth-child(58){opacity:.7384;transform:translate(6.038vw,-10px) scale(.8512);animation:fall-58 28s -14s linear infinite}@keyframes fall-58{44.634%{transform:translate(9.1394vw,44.634vh) scale(.8512)}to{transform:translate(7.5887vw,99vh) scale(.8512)}}.snow:nth-child(59){opacity:1.6878;transform:translate(41.5762vw,-10px) scale(.0207);animation:fall-59 18s -15s linear infinite}@keyframes fall-59{64.044%{transform:translate(44.6402vw,64.044vh) scale(.0207)}to{transform:translate(43.1082vw,99vh) scale(.0207)}}.snow:nth-child(60){opacity:1.5604;transform:translate(62.6903vw,-10px) scale(.4667);animation:fall-60 12s -2s linear infinite}@keyframes fall-60{46.059%{transform:translate(67.8806vw,46.059vh) scale(.4667)}to{transform:translate(65.28545vw,99vh) scale(.4667)}}.snow:nth-child(61){opacity:1.4756;transform:translate(1.0191vw,-10px) scale(.8925);animation:fall-61 14s -24s linear infinite}@keyframes fall-61{57.254%{transform:translate(4.556vw,57.254vh) scale(.8925)}to{transform:translate(2.78755vw,99vh) scale(.8925)}}.snow:nth-child(62){opacity:.2262;transform:translate(11.9099vw,-10px) scale(.2226);animation:fall-62 19s -16s linear infinite}@keyframes fall-62{35.283%{transform:translate(19.2716vw,35.283vh) scale(.2226)}to{transform:translate(15.59075vw,99vh) scale(.2226)}}.snow:nth-child(63){opacity:1.5174;transform:translate(22.2159vw,-10px) scale(.6351);animation:fall-63 26s -23s linear infinite}@keyframes fall-63{30.806%{transform:translate(15.6216vw,30.806vh) scale(.6351)}to{transform:translate(18.91875vw,99vh) scale(.6351)}}.snow:nth-child(64){opacity:.0856;transform:translate(54.9407vw,-10px) scale(.2431);animation:fall-64 27s -9s linear infinite}@keyframes fall-64{34.685%{transform:translate(50.0187vw,34.685vh) scale(.2431)}to{transform:translate(52.4797vw,99vh) scale(.2431)}}.snow:nth-child(65){opacity:.0332;transform:translate(10.5889vw,-10px) scale(.1173);animation:fall-65 22s -2s linear infinite}@keyframes fall-65{73.047%{transform:translate(9.1713vw,73.047vh) scale(.1173)}to{transform:translate(9.8801vw,99vh) scale(.1173)}}.snow:nth-child(66){opacity:.5442;transform:translate(10.6879vw,-10px) scale(.7883);animation:fall-66 26s -21s linear infinite}@keyframes fall-66{68.359%{transform:translate(1.5146vw,68.359vh) scale(.7883)}to{transform:translate(6.10125vw,99vh) scale(.7883)}}.snow:nth-child(67){opacity:1.6998;transform:translate(60.2563vw,-10px) scale(.0523);animation:fall-67 30s -22s linear infinite}@keyframes fall-67{57.618%{transform:translate(54.7939vw,57.618vh) scale(.0523)}to{transform:translate(57.5251vw,99vh) scale(.0523)}}.snow:nth-child(68){opacity:.3352;transform:translate(52.262vw,-10px) scale(.4131);animation:fall-68 23s -22s linear infinite}@keyframes fall-68{78.679%{transform:translate(51.7667vw,78.679vh) scale(.4131)}to{transform:translate(52.01435vw,99vh) scale(.4131)}}.snow:nth-child(69){opacity:.5932;transform:translate(96.7363vw,-10px) scale(.3149);animation:fall-69 27s -4s linear infinite}@keyframes fall-69{60.223%{transform:translate(87.1708vw,60.223vh) scale(.3149)}to{transform:translate(91.95355vw,99vh) scale(.3149)}}.snow:nth-child(70){opacity:.9764;transform:translate(44.6292vw,-10px) scale(.4308);animation:fall-70 11s -4s linear infinite}@keyframes fall-70{70.932%{transform:translate(48.418vw,70.932vh) scale(.4308)}to{transform:translate(46.5236vw,99vh) scale(.4308)}}.snow:nth-child(71){opacity:.738;transform:translate(83.443vw,-10px) scale(.8358);animation:fall-71 12s -21s linear infinite}@keyframes fall-71{75.244%{transform:translate(81.9206vw,75.244vh) scale(.8358)}to{transform:translate(82.6818vw,99vh) scale(.8358)}}.snow:nth-child(72){opacity:1.7944;transform:translate(42.6449vw,-10px) scale(.1376);animation:fall-72 24s -7s linear infinite}@keyframes fall-72{72.645%{transform:translate(47.6393vw,72.645vh) scale(.1376)}to{transform:translate(45.1421vw,99vh) scale(.1376)}}.snow:nth-child(73){opacity:1.5464;transform:translate(92.6562vw,-10px) scale(.0012);animation:fall-73 16s -27s linear infinite}@keyframes fall-73{69.952%{transform:translate(102.0348vw,69.952vh) scale(.0012)}to{transform:translate(97.3455vw,99vh) scale(.0012)}}.snow:nth-child(74){opacity:1.8946;transform:translate(59.1592vw,-10px) scale(.0939);animation:fall-74 12s -9s linear infinite}@keyframes fall-74{35.415%{transform:translate(64.9924vw,35.415vh) scale(.0939)}to{transform:translate(62.0758vw,99vh) scale(.0939)}}.snow:nth-child(75){opacity:.3074;transform:translate(27.8346vw,-10px) scale(.0455);animation:fall-75 21s -12s linear infinite}@keyframes fall-75{55.507%{transform:translate(31.9542vw,55.507vh) scale(.0455)}to{transform:translate(29.8944vw,99vh) scale(.0455)}}.snow:nth-child(76){opacity:1.7412;transform:translate(29.9016vw,-10px) scale(.5188);animation:fall-76 28s -21s linear infinite}@keyframes fall-76{38.07%{transform:translate(21.1999vw,38.07vh) scale(.5188)}to{transform:translate(25.55075vw,99vh) scale(.5188)}}.snow:nth-child(77){opacity:1.9532;transform:translate(52.8898vw,-10px) scale(.1902);animation:fall-77 30s -6s linear infinite}@keyframes fall-77{69.074%{transform:translate(62.2106vw,69.074vh) scale(.1902)}to{transform:translate(57.5502vw,99vh) scale(.1902)}}.snow:nth-child(78){opacity:.5046;transform:translate(64.4224vw,-10px) scale(.5386);animation:fall-78 21s -13s linear infinite}@keyframes fall-78{60.019%{transform:translate(73.4611vw,60.019vh) scale(.5386)}to{transform:translate(68.94175vw,99vh) scale(.5386)}}.snow:nth-child(79){opacity:.2522;transform:translate(69.3526vw,-10px) scale(.2492);animation:fall-79 28s -3s linear infinite}@keyframes fall-79{55.106%{transform:translate(74.4497vw,55.106vh) scale(.2492)}to{transform:translate(71.90115vw,99vh) scale(.2492)}}.snow:nth-child(80){opacity:1.9878;transform:translate(33.6276vw,-10px) scale(.5787);animation:fall-80 13s -7s linear infinite}@keyframes fall-80{43.998%{transform:translate(35.1314vw,43.998vh) scale(.5787)}to{transform:translate(34.3795vw,99vh) scale(.5787)}}.snow:nth-child(81){opacity:1.4134;transform:translate(62.2529vw,-10px) scale(.0773);animation:fall-81 11s -16s linear infinite}@keyframes fall-81{60.401%{transform:translate(52.5053vw,60.401vh) scale(.0773)}to{transform:translate(57.3791vw,99vh) scale(.0773)}}.snow:nth-child(82){opacity:.5534;transform:translate(33.5474vw,-10px) scale(.2898);animation:fall-82 20s -18s linear infinite}@keyframes fall-82{50.426%{transform:translate(38.2649vw,50.426vh) scale(.2898)}to{transform:translate(35.90615vw,99vh) scale(.2898)}}.snow:nth-child(83){opacity:1.7236;transform:translate(33.7444vw,-10px) scale(.3506);animation:fall-83 27s -13s linear infinite}@keyframes fall-83{37.5%{transform:translate(37.4384vw,37.5vh) scale(.3506)}to{transform:translate(35.5914vw,99vh) scale(.3506)}}.snow:nth-child(84){opacity:1.9382;transform:translate(54.1765vw,-10px) scale(.8237);animation:fall-84 12s -22s linear infinite}@keyframes fall-84{52.85%{transform:translate(62.8556vw,52.85vh) scale(.8237)}to{transform:translate(58.51605vw,99vh) scale(.8237)}}.snow:nth-child(85){opacity:.7046;transform:translate(50.5433vw,-10px) scale(.0641);animation:fall-85 27s -18s linear infinite}@keyframes fall-85{52.695%{transform:translate(52.5464vw,52.695vh) scale(.0641)}to{transform:translate(51.54485vw,99vh) scale(.0641)}}.snow:nth-child(86){opacity:.363;transform:translate(27.0955vw,-10px) scale(.0796);animation:fall-86 15s -28s linear infinite}@keyframes fall-86{45.574%{transform:translate(17.9183vw,45.574vh) scale(.0796)}to{transform:translate(22.5069vw,99vh) scale(.0796)}}.snow:nth-child(87){opacity:.2908;transform:translate(50.9865vw,-10px) scale(.2998);animation:fall-87 14s -2s linear infinite}@keyframes fall-87{37.609%{transform:translate(56.1699vw,37.609vh) scale(.2998)}to{transform:translate(53.5782vw,99vh) scale(.2998)}}.snow:nth-child(88){opacity:.7846;transform:translate(37.8264vw,-10px) scale(.2041);animation:fall-88 23s -3s linear infinite}@keyframes fall-88{62.212%{transform:translate(34.8927vw,62.212vh) scale(.2041)}to{transform:translate(36.35955vw,99vh) scale(.2041)}}.snow:nth-child(89){opacity:.397;transform:translate(39.7912vw,-10px) scale(.2683);animation:fall-89 24s -12s linear infinite}@keyframes fall-89{50.576%{transform:translate(48.1552vw,50.576vh) scale(.2683)}to{transform:translate(43.9732vw,99vh) scale(.2683)}}.snow:nth-child(90){opacity:1.0844;transform:translate(43.4364vw,-10px) scale(.9856);animation:fall-90 19s -8s linear infinite}@keyframes fall-90{56.307%{transform:translate(51.856vw,56.307vh) scale(.9856)}to{transform:translate(47.6462vw,99vh) scale(.9856)}}.snow:nth-child(91){opacity:1.675;transform:translate(86.028vw,-10px) scale(.4066);animation:fall-91 21s -18s linear infinite}@keyframes fall-91{42.779%{transform:translate(87.3783vw,42.779vh) scale(.4066)}to{transform:translate(86.70315vw,99vh) scale(.4066)}}.snow:nth-child(92){opacity:.0794;transform:translate(95.7812vw,-10px) scale(.8692);animation:fall-92 10s -9s linear infinite}@keyframes fall-92{47.575%{transform:translate(88.5264vw,47.575vh) scale(.8692)}to{transform:translate(92.1538vw,99vh) scale(.8692)}}.snow:nth-child(93){opacity:.1676;transform:translate(88.1504vw,-10px) scale(.7142);animation:fall-93 29s -8s linear infinite}@keyframes fall-93{52.383%{transform:translate(86.9935vw,52.383vh) scale(.7142)}to{transform:translate(87.57195vw,99vh) scale(.7142)}}.snow:nth-child(94){opacity:1.4792;transform:translate(43.8692vw,-10px) scale(.4364);animation:fall-94 25s -30s linear infinite}@keyframes fall-94{43.445%{transform:translate(35.1031vw,43.445vh) scale(.4364)}to{transform:translate(39.48615vw,99vh) scale(.4364)}}.snow:nth-child(95){opacity:1.335;transform:translate(97.5518vw,-10px) scale(.3133);animation:fall-95 12s -3s linear infinite}@keyframes fall-95{44.275%{transform:translate(88.9052vw,44.275vh) scale(.3133)}to{transform:translate(93.2285vw,99vh) scale(.3133)}}.snow:nth-child(96){opacity:.0372;transform:translate(74.9225vw,-10px) scale(.3286);animation:fall-96 22s -20s linear infinite}@keyframes fall-96{77.223%{transform:translate(78.9784vw,77.223vh) scale(.3286)}to{transform:translate(76.95045vw,99vh) scale(.3286)}}.snow:nth-child(97){opacity:1.259;transform:translate(1.8582vw,-10px) scale(.2188);animation:fall-97 20s -12s linear infinite}@keyframes fall-97{44.752%{transform:translate(.1901vw,44.752vh) scale(.2188)}to{transform:translate(1.02415vw,99vh) scale(.2188)}}.snow:nth-child(98){opacity:1.0916;transform:translate(25.9406vw,-10px) scale(.001);animation:fall-98 10s -6s linear infinite}@keyframes fall-98{39.544%{transform:translate(21.1416vw,39.544vh) scale(.001)}to{transform:translate(23.5411vw,99vh) scale(.001)}}.snow:nth-child(99){opacity:1.4962;transform:translate(15.0448vw,-10px) scale(.0146);animation:fall-99 29s -24s linear infinite}@keyframes fall-99{54.657%{transform:translate(9.7226vw,54.657vh) scale(.0146)}to{transform:translate(12.3837vw,99vh) scale(.0146)}}.snow:nth-child(100){opacity:1.3594;transform:translate(13.214vw,-10px) scale(.4631);animation:fall-100 17s -4s linear infinite}@keyframes fall-100{37.212%{transform:translate(22.7497vw,37.212vh) scale(.4631)}to{transform:translate(17.98185vw,99vh) scale(.4631)}}.snow:nth-child(101){opacity:1.3872;transform:translate(49.8739vw,-10px) scale(.9297);animation:fall-101 18s -11s linear infinite}@keyframes fall-101{49.02%{transform:translate(50.8875vw,49.02vh) scale(.9297)}to{transform:translate(50.3807vw,99vh) scale(.9297)}}.snow:nth-child(102){opacity:1.0696;transform:translate(19.8648vw,-10px) scale(.9234);animation:fall-102 12s -19s linear infinite}@keyframes fall-102{68.333%{transform:translate(18.092vw,68.333vh) scale(.9234)}to{transform:translate(18.9784vw,99vh) scale(.9234)}}.snow:nth-child(103){opacity:.8694;transform:translate(83.2231vw,-10px) scale(.8504);animation:fall-103 17s -5s linear infinite}@keyframes fall-103{46.181%{transform:translate(74.7707vw,46.181vh) scale(.8504)}to{transform:translate(78.9969vw,99vh) scale(.8504)}}.snow:nth-child(104){opacity:.433;transform:translate(65.8523vw,-10px) scale(.2756);animation:fall-104 11s -29s linear infinite}@keyframes fall-104{51.426%{transform:translate(73.3747vw,51.426vh) scale(.2756)}to{transform:translate(69.6135vw,99vh) scale(.2756)}}.snow:nth-child(105){opacity:1.7868;transform:translate(16.3587vw,-10px) scale(.2747);animation:fall-105 16s -9s linear infinite}@keyframes fall-105{62.099%{transform:translate(20.7177vw,62.099vh) scale(.2747)}to{transform:translate(18.5382vw,99vh) scale(.2747)}}.snow:nth-child(106){opacity:.5214;transform:translate(85.1454vw,-10px) scale(.8687);animation:fall-106 22s -8s linear infinite}@keyframes fall-106{55.574%{transform:translate(78.8122vw,55.574vh) scale(.8687)}to{transform:translate(81.9788vw,99vh) scale(.8687)}}.snow:nth-child(107){opacity:.1836;transform:translate(71.9769vw,-10px) scale(.6909);animation:fall-107 15s -23s linear infinite}@keyframes fall-107{75.747%{transform:translate(71.6176vw,75.747vh) scale(.6909)}to{transform:translate(71.79725vw,99vh) scale(.6909)}}.snow:nth-child(108){opacity:.795;transform:translate(10.144vw,-10px) scale(.7282);animation:fall-108 26s -8s linear infinite}@keyframes fall-108{67.386%{transform:translate(19.6797vw,67.386vh) scale(.7282)}to{transform:translate(14.91185vw,99vh) scale(.7282)}}.snow:nth-child(109){opacity:.7098;transform:translate(59.4235vw,-10px) scale(.8307);animation:fall-109 23s -6s linear infinite}@keyframes fall-109{58.805%{transform:translate(56.9236vw,58.805vh) scale(.8307)}to{transform:translate(58.17355vw,99vh) scale(.8307)}}.snow:nth-child(110){opacity:1.5454;transform:translate(85.8793vw,-10px) scale(.1403);animation:fall-110 20s -28s linear infinite}@keyframes fall-110{57.544%{transform:translate(92.7454vw,57.544vh) scale(.1403)}to{transform:translate(89.31235vw,99vh) scale(.1403)}}.snow:nth-child(111){opacity:1.1756;transform:translate(80.2172vw,-10px) scale(.0369);animation:fall-111 12s -23s linear infinite}@keyframes fall-111{59.988%{transform:translate(79.38vw,59.988vh) scale(.0369)}to{transform:translate(79.7986vw,99vh) scale(.0369)}}.snow:nth-child(112){opacity:.2358;transform:translate(31.595vw,-10px) scale(.7357);animation:fall-112 28s -23s linear infinite}@keyframes fall-112{59.684%{transform:translate(36.4071vw,59.684vh) scale(.7357)}to{transform:translate(34.00105vw,99vh) scale(.7357)}}.snow:nth-child(113){opacity:1.4798;transform:translate(8.4323vw,-10px) scale(.6777);animation:fall-113 22s -17s linear infinite}@keyframes fall-113{46.255%{transform:translate(1.1677vw,46.255vh) scale(.6777)}to{transform:translate(4.8vw,99vh) scale(.6777)}}.snow:nth-child(114){opacity:1.2152;transform:translate(55.6097vw,-10px) scale(.1423);animation:fall-114 13s -16s linear infinite}@keyframes fall-114{57.109%{transform:translate(65.374vw,57.109vh) scale(.1423)}to{transform:translate(60.49185vw,99vh) scale(.1423)}}.snow:nth-child(115){opacity:.7418;transform:translate(41.385vw,-10px) scale(.1612);animation:fall-115 27s -21s linear infinite}@keyframes fall-115{69.094%{transform:translate(38.7675vw,69.094vh) scale(.1612)}to{transform:translate(40.07625vw,99vh) scale(.1612)}}.snow:nth-child(116){opacity:1.775;transform:translate(.1094vw,-10px) scale(.0133);animation:fall-116 24s -12s linear infinite}@keyframes fall-116{33.094%{transform:translate(-8.7106vw,33.094vh) scale(.0133)}to{transform:translate(-4.3006vw,99vh) scale(.0133)}}.snow:nth-child(117){opacity:.1768;transform:translate(44.0347vw,-10px) scale(.3526);animation:fall-117 10s -13s linear infinite}@keyframes fall-117{39.136%{transform:translate(38.3229vw,39.136vh) scale(.3526)}to{transform:translate(41.1788vw,99vh) scale(.3526)}}.snow:nth-child(118){opacity:.3058;transform:translate(72.9369vw,-10px) scale(.751);animation:fall-118 22s -1s linear infinite}@keyframes fall-118{69.107%{transform:translate(65.3565vw,69.107vh) scale(.751)}to{transform:translate(69.1467vw,99vh) scale(.751)}}.snow:nth-child(119){opacity:1.7506;transform:translate(63.3264vw,-10px) scale(.7297);animation:fall-119 18s -20s linear infinite}@keyframes fall-119{36.946%{transform:translate(71.8281vw,36.946vh) scale(.7297)}to{transform:translate(67.57725vw,99vh) scale(.7297)}}.snow:nth-child(120){opacity:1.2868;transform:translate(88.1924vw,-10px) scale(.4305);animation:fall-120 26s -20s linear infinite}@keyframes fall-120{39.638%{transform:translate(91.3118vw,39.638vh) scale(.4305)}to{transform:translate(89.7521vw,99vh) scale(.4305)}}.snow:nth-child(121){opacity:1.5726;transform:translate(41.7187vw,-10px) scale(.7836);animation:fall-121 21s -14s linear infinite}@keyframes fall-121{68.021%{transform:translate(47.2558vw,68.021vh) scale(.7836)}to{transform:translate(44.48725vw,99vh) scale(.7836)}}.snow:nth-child(122){opacity:1.9062;transform:translate(55.6093vw,-10px) scale(.0528);animation:fall-122 13s -21s linear infinite}@keyframes fall-122{51.083%{transform:translate(56.3372vw,51.083vh) scale(.0528)}to{transform:translate(55.97325vw,99vh) scale(.0528)}}.snow:nth-child(123){opacity:.6974;transform:translate(17.8337vw,-10px) scale(.2812);animation:fall-123 20s -6s linear infinite}@keyframes fall-123{60.523%{transform:translate(17.2142vw,60.523vh) scale(.2812)}to{transform:translate(17.52395vw,99vh) scale(.2812)}}.snow:nth-child(124){opacity:.6216;transform:translate(24.6245vw,-10px) scale(.155);animation:fall-124 19s -18s linear infinite}@keyframes fall-124{51.953%{transform:translate(30.5533vw,51.953vh) scale(.155)}to{transform:translate(27.5889vw,99vh) scale(.155)}}.snow:nth-child(125){opacity:1.2998;transform:translate(37.1183vw,-10px) scale(.934);animation:fall-125 23s -12s linear infinite}@keyframes fall-125{48.241%{transform:translate(38.3591vw,48.241vh) scale(.934)}to{transform:translate(37.7387vw,99vh) scale(.934)}}.snow:nth-child(126){opacity:.3512;transform:translate(71.5104vw,-10px) scale(.9283);animation:fall-126 29s -16s linear infinite}@keyframes fall-126{51.135%{transform:translate(80.0519vw,51.135vh) scale(.9283)}to{transform:translate(75.78115vw,99vh) scale(.9283)}}.snow:nth-child(127){opacity:1.9306;transform:translate(97.1425vw,-10px) scale(.7335);animation:fall-127 24s -24s linear infinite}@keyframes fall-127{50.033%{transform:translate(87.7951vw,50.033vh) scale(.7335)}to{transform:translate(92.4688vw,99vh) scale(.7335)}}.snow:nth-child(128){opacity:.0812;transform:translate(31.0507vw,-10px) scale(.5478);animation:fall-128 29s -12s linear infinite}@keyframes fall-128{71.362%{transform:translate(24.8663vw,71.362vh) scale(.5478)}to{transform:translate(27.9585vw,99vh) scale(.5478)}}.snow:nth-child(129){opacity:.0512;transform:translate(64.941vw,-10px) scale(.2099);animation:fall-129 25s -10s linear infinite}@keyframes fall-129{57.008%{transform:translate(65.8964vw,57.008vh) scale(.2099)}to{transform:translate(65.4187vw,99vh) scale(.2099)}}.snow:nth-child(130){opacity:1.3958;transform:translate(2.8314vw,-10px) scale(.7868);animation:fall-130 22s -3s linear infinite}@keyframes fall-130{67.43%{transform:translate(6.4503vw,67.43vh) scale(.7868)}to{transform:translate(4.64085vw,99vh) scale(.7868)}}.snow:nth-child(131){opacity:1.4012;transform:translate(40.4864vw,-10px) scale(.6243);animation:fall-131 27s -11s linear infinite}@keyframes fall-131{45.316%{transform:translate(37.1397vw,45.316vh) scale(.6243)}to{transform:translate(38.81305vw,99vh) scale(.6243)}}.snow:nth-child(132){opacity:1.8692;transform:translate(72.2229vw,-10px) scale(.6202);animation:fall-132 15s -1s linear infinite}@keyframes fall-132{58.453%{transform:translate(65.3737vw,58.453vh) scale(.6202)}to{transform:translate(68.7983vw,99vh) scale(.6202)}}.snow:nth-child(133){opacity:1.0276;transform:translate(14.8062vw,-10px) scale(.9164);animation:fall-133 11s -22s linear infinite}@keyframes fall-133{74.159%{transform:translate(12.2479vw,74.159vh) scale(.9164)}to{transform:translate(13.52705vw,99vh) scale(.9164)}}.snow:nth-child(134){opacity:.521;transform:translate(39.3922vw,-10px) scale(.2756);animation:fall-134 13s -30s linear infinite}@keyframes fall-134{50.799%{transform:translate(45.5922vw,50.799vh) scale(.2756)}to{transform:translate(42.4922vw,99vh) scale(.2756)}}.snow:nth-child(135){opacity:1.2022;transform:translate(36.8594vw,-10px) scale(.7272);animation:fall-135 17s -25s linear infinite}@keyframes fall-135{61.225%{transform:translate(36.9667vw,61.225vh) scale(.7272)}to{transform:translate(36.91305vw,99vh) scale(.7272)}}.snow:nth-child(136){opacity:1.0096;transform:translate(33.6518vw,-10px) scale(.4807);animation:fall-136 24s -1s linear infinite}@keyframes fall-136{51.458%{transform:translate(39.0096vw,51.458vh) scale(.4807)}to{transform:translate(36.3307vw,99vh) scale(.4807)}}.snow:nth-child(137){opacity:.3634;transform:translate(19.8674vw,-10px) scale(.1505);animation:fall-137 14s -12s linear infinite}@keyframes fall-137{69.316%{transform:translate(25.6305vw,69.316vh) scale(.1505)}to{transform:translate(22.74895vw,99vh) scale(.1505)}}.snow:nth-child(138){opacity:1.1096;transform:translate(83.203vw,-10px) scale(.5941);animation:fall-138 22s -12s linear infinite}@keyframes fall-138{66.292%{transform:translate(76.3092vw,66.292vh) scale(.5941)}to{transform:translate(79.7561vw,99vh) scale(.5941)}}.snow:nth-child(139){opacity:1.3272;transform:translate(87.2056vw,-10px) scale(.2573);animation:fall-139 13s -8s linear infinite}@keyframes fall-139{39.18%{transform:translate(93.8131vw,39.18vh) scale(.2573)}to{transform:translate(90.50935vw,99vh) scale(.2573)}}.snow:nth-child(140){opacity:1.8112;transform:translate(56.0586vw,-10px) scale(.7289);animation:fall-140 30s -2s linear infinite}@keyframes fall-140{47.972%{transform:translate(64.0739vw,47.972vh) scale(.7289)}to{transform:translate(60.06625vw,99vh) scale(.7289)}}.snow:nth-child(141){opacity:.058;transform:translate(93.2114vw,-10px) scale(.9057);animation:fall-141 11s -17s linear infinite}@keyframes fall-141{35.033%{transform:translate(96.376vw,35.033vh) scale(.9057)}to{transform:translate(94.7937vw,99vh) scale(.9057)}}.snow:nth-child(142){opacity:.0268;transform:translate(52.6045vw,-10px) scale(.0417);animation:fall-142 12s -16s linear infinite}@keyframes fall-142{36.824%{transform:translate(61.5301vw,36.824vh) scale(.0417)}to{transform:translate(57.0673vw,99vh) scale(.0417)}}.snow:nth-child(143){opacity:1.2792;transform:translate(48.9227vw,-10px) scale(.844);animation:fall-143 16s -5s linear infinite}@keyframes fall-143{42.129%{transform:translate(54.4073vw,42.129vh) scale(.844)}to{transform:translate(51.665vw,99vh) scale(.844)}}.snow:nth-child(144){opacity:1.1338;transform:translate(85.3887vw,-10px) scale(.3902);animation:fall-144 14s -24s linear infinite}@keyframes fall-144{75.362%{transform:translate(81.2093vw,75.362vh) scale(.3902)}to{transform:translate(83.299vw,99vh) scale(.3902)}}.snow:nth-child(145){opacity:1.1538;transform:translate(23.6728vw,-10px) scale(.772);animation:fall-145 28s -20s linear infinite}@keyframes fall-145{56.958%{transform:translate(23.6124vw,56.958vh) scale(.772)}to{transform:translate(23.6426vw,99vh) scale(.772)}}.snow:nth-child(146){opacity:1.7118;transform:translate(35.9714vw,-10px) scale(.7627);animation:fall-146 17s -18s linear infinite}@keyframes fall-146{30.835%{transform:translate(37.1812vw,30.835vh) scale(.7627)}to{transform:translate(36.5763vw,99vh) scale(.7627)}}.snow:nth-child(147){opacity:.3366;transform:translate(72.0191vw,-10px) scale(.9428);animation:fall-147 12s -19s linear infinite}@keyframes fall-147{69.796%{transform:translate(63.7093vw,69.796vh) scale(.9428)}to{transform:translate(67.8642vw,99vh) scale(.9428)}}.snow:nth-child(148){opacity:.4768;transform:translate(61.7563vw,-10px) scale(.306);animation:fall-148 29s -21s linear infinite}@keyframes fall-148{66.764%{transform:translate(67.94vw,66.764vh) scale(.306)}to{transform:translate(64.84815vw,99vh) scale(.306)}}.snow:nth-child(149){opacity:.5564;transform:translate(79.6843vw,-10px) scale(.3006);animation:fall-149 23s -24s linear infinite}@keyframes fall-149{59.715%{transform:translate(82.8906vw,59.715vh) scale(.3006)}to{transform:translate(81.28745vw,99vh) scale(.3006)}}.snow:nth-child(150){opacity:.8788;transform:translate(77.4523vw,-10px) scale(.1472);animation:fall-150 11s -1s linear infinite}@keyframes fall-150{42.634%{transform:translate(86.513vw,42.634vh) scale(.1472)}to{transform:translate(81.98265vw,99vh) scale(.1472)}}.snow:nth-child(151){opacity:1.444;transform:translate(53.1881vw,-10px) scale(.5802);animation:fall-151 25s -7s linear infinite}@keyframes fall-151{38.621%{transform:translate(63.1724vw,38.621vh) scale(.5802)}to{transform:translate(58.18025vw,99vh) scale(.5802)}}.snow:nth-child(152){opacity:.408;transform:translate(67.3262vw,-10px) scale(.779);animation:fall-152 30s -18s linear infinite}@keyframes fall-152{66.57%{transform:translate(73.0853vw,66.57vh) scale(.779)}to{transform:translate(70.20575vw,99vh) scale(.779)}}.snow:nth-child(153){opacity:1.9386;transform:translate(56.9013vw,-10px) scale(.0086);animation:fall-153 30s -29s linear infinite}@keyframes fall-153{68.994%{transform:translate(58.5015vw,68.994vh) scale(.0086)}to{transform:translate(57.7014vw,99vh) scale(.0086)}}.snow:nth-child(154){opacity:.0418;transform:translate(64.4261vw,-10px) scale(.5127);animation:fall-154 22s -6s linear infinite}@keyframes fall-154{63.507%{transform:translate(73.6993vw,63.507vh) scale(.5127)}to{transform:translate(69.0627vw,99vh) scale(.5127)}}.snow:nth-child(155){opacity:1.948;transform:translate(95.8772vw,-10px) scale(.1257);animation:fall-155 12s -17s linear infinite}@keyframes fall-155{69.916%{transform:translate(97.6334vw,69.916vh) scale(.1257)}to{transform:translate(96.7553vw,99vh) scale(.1257)}}.snow:nth-child(156){opacity:.8032;transform:translate(41.7578vw,-10px) scale(.8076);animation:fall-156 19s -19s linear infinite}@keyframes fall-156{33.53%{transform:translate(49.3234vw,33.53vh) scale(.8076)}to{transform:translate(45.5406vw,99vh) scale(.8076)}}.snow:nth-child(157){opacity:.6844;transform:translate(26.2598vw,-10px) scale(.199);animation:fall-157 12s -16s linear infinite}@keyframes fall-157{60.204%{transform:translate(28.9125vw,60.204vh) scale(.199)}to{transform:translate(27.58615vw,99vh) scale(.199)}}.snow:nth-child(158){opacity:1.0514;transform:translate(3.9979vw,-10px) scale(.949);animation:fall-158 20s -2s linear infinite}@keyframes fall-158{46.398%{transform:translate(11.2675vw,46.398vh) scale(.949)}to{transform:translate(7.6327vw,99vh) scale(.949)}}.snow:nth-child(159){opacity:1.5312;transform:translate(13.5161vw,-10px) scale(.9459);animation:fall-159 23s -26s linear infinite}@keyframes fall-159{36.879%{transform:translate(6.7017vw,36.879vh) scale(.9459)}to{transform:translate(10.1089vw,99vh) scale(.9459)}}.snow:nth-child(160){opacity:.5328;transform:translate(35.2542vw,-10px) scale(.4688);animation:fall-160 17s -6s linear infinite}@keyframes fall-160{50.76%{transform:translate(29.009vw,50.76vh) scale(.4688)}to{transform:translate(32.1316vw,99vh) scale(.4688)}}.snow:nth-child(161){opacity:1.0744;transform:translate(4.2489vw,-10px) scale(.2032);animation:fall-161 24s -21s linear infinite}@keyframes fall-161{70.085%{transform:translate(3.7794vw,70.085vh) scale(.2032)}to{transform:translate(4.01415vw,99vh) scale(.2032)}}.snow:nth-child(162){opacity:.3882;transform:translate(90.7789vw,-10px) scale(.0121);animation:fall-162 11s -11s linear infinite}@keyframes fall-162{67.173%{transform:translate(81.6888vw,67.173vh) scale(.0121)}to{transform:translate(86.23385vw,99vh) scale(.0121)}}.snow:nth-child(163){opacity:.5422;transform:translate(33.651vw,-10px) scale(.7327);animation:fall-163 16s -24s linear infinite}@keyframes fall-163{77.679%{transform:translate(32.5616vw,77.679vh) scale(.7327)}to{transform:translate(33.1063vw,99vh) scale(.7327)}}.snow:nth-child(164){opacity:1.6856;transform:translate(87.0145vw,-10px) scale(.4109);animation:fall-164 13s -15s linear infinite}@keyframes fall-164{35.332%{transform:translate(81.164vw,35.332vh) scale(.4109)}to{transform:translate(84.08925vw,99vh) scale(.4109)}}.snow:nth-child(165){opacity:.067;transform:translate(27.587vw,-10px) scale(.9768);animation:fall-165 16s -4s linear infinite}@keyframes fall-165{51.263%{transform:translate(24.0392vw,51.263vh) scale(.9768)}to{transform:translate(25.8131vw,99vh) scale(.9768)}}.snow:nth-child(166){opacity:1.3188;transform:translate(49.2246vw,-10px) scale(.9966);animation:fall-166 25s -15s linear infinite}@keyframes fall-166{74.912%{transform:translate(54.9976vw,74.912vh) scale(.9966)}to{transform:translate(52.1111vw,99vh) scale(.9966)}}.snow:nth-child(167){opacity:1.3234;transform:translate(41.0108vw,-10px) scale(.3655);animation:fall-167 29s -11s linear infinite}@keyframes fall-167{59.512%{transform:translate(33.0856vw,59.512vh) scale(.3655)}to{transform:translate(37.0482vw,99vh) scale(.3655)}}.snow:nth-child(168){opacity:.925;transform:translate(67.0787vw,-10px) scale(.3711);animation:fall-168 21s -29s linear infinite}@keyframes fall-168{54.262%{transform:translate(74.2842vw,54.262vh) scale(.3711)}to{transform:translate(70.68145vw,99vh) scale(.3711)}}.snow:nth-child(169){opacity:.2202;transform:translate(42.4856vw,-10px) scale(.7378);animation:fall-169 26s -12s linear infinite}@keyframes fall-169{73.935%{transform:translate(52.2759vw,73.935vh) scale(.7378)}to{transform:translate(47.38075vw,99vh) scale(.7378)}}.snow:nth-child(170){opacity:1.6668;transform:translate(62.4047vw,-10px) scale(.8679);animation:fall-170 24s -23s linear infinite}@keyframes fall-170{67.045%{transform:translate(61.0499vw,67.045vh) scale(.8679)}to{transform:translate(61.7273vw,99vh) scale(.8679)}}.snow:nth-child(171){opacity:1.6128;transform:translate(46.6228vw,-10px) scale(.2691);animation:fall-171 18s -20s linear infinite}@keyframes fall-171{72.165%{transform:translate(52.0448vw,72.165vh) scale(.2691)}to{transform:translate(49.3338vw,99vh) scale(.2691)}}.snow:nth-child(172){opacity:1.082;transform:translate(55.3393vw,-10px) scale(.2494);animation:fall-172 23s -23s linear infinite}@keyframes fall-172{48.744%{transform:translate(46.0962vw,48.744vh) scale(.2494)}to{transform:translate(50.71775vw,99vh) scale(.2494)}}.snow:nth-child(173){opacity:.1598;transform:translate(40.7749vw,-10px) scale(.6554);animation:fall-173 10s -15s linear infinite}@keyframes fall-173{76.738%{transform:translate(31.6246vw,76.738vh) scale(.6554)}to{transform:translate(36.19975vw,99vh) scale(.6554)}}.snow:nth-child(174){opacity:1.418;transform:translate(10.333vw,-10px) scale(.0522);animation:fall-174 26s -27s linear infinite}@keyframes fall-174{30.058%{transform:translate(17.8026vw,30.058vh) scale(.0522)}to{transform:translate(14.0678vw,99vh) scale(.0522)}}.snow:nth-child(175){opacity:1.2572;transform:translate(24.2805vw,-10px) scale(.1205);animation:fall-175 29s -9s linear infinite}@keyframes fall-175{49.046%{transform:translate(28.4029vw,49.046vh) scale(.1205)}to{transform:translate(26.3417vw,99vh) scale(.1205)}}.snow:nth-child(176){opacity:1.408;transform:translate(2.369vw,-10px) scale(.0297);animation:fall-176 24s -20s linear infinite}@keyframes fall-176{70.542%{transform:translate(-2.9175vw,70.542vh) scale(.0297)}to{transform:translate(-.27425vw,99vh) scale(.0297)}}.snow:nth-child(177){opacity:1.4024;transform:translate(24.0764vw,-10px) scale(.4181);animation:fall-177 26s -9s linear infinite}@keyframes fall-177{61.597%{transform:translate(16.6036vw,61.597vh) scale(.4181)}to{transform:translate(20.34vw,99vh) scale(.4181)}}.snow:nth-child(178){opacity:.0634;transform:translate(6.6294vw,-10px) scale(.1394);animation:fall-178 14s -18s linear infinite}@keyframes fall-178{56.027%{transform:translate(10.4549vw,56.027vh) scale(.1394)}to{transform:translate(8.54215vw,99vh) scale(.1394)}}.snow:nth-child(179){opacity:1.6922;transform:translate(18.9143vw,-10px) scale(.2975);animation:fall-179 29s -5s linear infinite}@keyframes fall-179{46.72%{transform:translate(21.1385vw,46.72vh) scale(.2975)}to{transform:translate(20.0264vw,99vh) scale(.2975)}}.snow:nth-child(180){opacity:1.309;transform:translate(51.1368vw,-10px) scale(.1734);animation:fall-180 29s -16s linear infinite}@keyframes fall-180{38.477%{transform:translate(47.7824vw,38.477vh) scale(.1734)}to{transform:translate(49.4596vw,99vh) scale(.1734)}}.snow:nth-child(181){opacity:1.7854;transform:translate(76.1003vw,-10px) scale(.9066);animation:fall-181 11s -22s linear infinite}@keyframes fall-181{67.99%{transform:translate(84.9823vw,67.99vh) scale(.9066)}to{transform:translate(80.5413vw,99vh) scale(.9066)}}.snow:nth-child(182){opacity:1.3104;transform:translate(56.4776vw,-10px) scale(.3409);animation:fall-182 28s -20s linear infinite}@keyframes fall-182{30.915%{transform:translate(56.0996vw,30.915vh) scale(.3409)}to{transform:translate(56.2886vw,99vh) scale(.3409)}}.snow:nth-child(183){opacity:.4744;transform:translate(10.7885vw,-10px) scale(.8496);animation:fall-183 24s -29s linear infinite}@keyframes fall-183{43.128%{transform:translate(20.4188vw,43.128vh) scale(.8496)}to{transform:translate(15.60365vw,99vh) scale(.8496)}}.snow:nth-child(184){opacity:1.4848;transform:translate(32.3531vw,-10px) scale(.411);animation:fall-184 25s -17s linear infinite}@keyframes fall-184{63.898%{transform:translate(22.4517vw,63.898vh) scale(.411)}to{transform:translate(27.4024vw,99vh) scale(.411)}}.snow:nth-child(185){opacity:.7526;transform:translate(59.8823vw,-10px) scale(.3877);animation:fall-185 12s -10s linear infinite}@keyframes fall-185{60.902%{transform:translate(52.8447vw,60.902vh) scale(.3877)}to{transform:translate(56.3635vw,99vh) scale(.3877)}}.snow:nth-child(186){opacity:1.4048;transform:translate(65.0589vw,-10px) scale(.1871);animation:fall-186 28s -7s linear infinite}@keyframes fall-186{78.496%{transform:translate(70.7585vw,78.496vh) scale(.1871)}to{transform:translate(67.9087vw,99vh) scale(.1871)}}.snow:nth-child(187){opacity:1.1202;transform:translate(54.1872vw,-10px) scale(.1487);animation:fall-187 19s -21s linear infinite}@keyframes fall-187{75.628%{transform:translate(56.0107vw,75.628vh) scale(.1487)}to{transform:translate(55.09895vw,99vh) scale(.1487)}}.snow:nth-child(188){opacity:1.4994;transform:translate(78.114vw,-10px) scale(.1562);animation:fall-188 16s -11s linear infinite}@keyframes fall-188{51.836%{transform:translate(68.1953vw,51.836vh) scale(.1562)}to{transform:translate(73.15465vw,99vh) scale(.1562)}}.snow:nth-child(189){opacity:.2694;transform:translate(2.3406vw,-10px) scale(.171);animation:fall-189 11s -10s linear infinite}@keyframes fall-189{58.918%{transform:translate(4.7359vw,58.918vh) scale(.171)}to{transform:translate(3.53825vw,99vh) scale(.171)}}.snow:nth-child(190){opacity:1.9076;transform:translate(49.7811vw,-10px) scale(.6957);animation:fall-190 28s -28s linear infinite}@keyframes fall-190{52.532%{transform:translate(48.0581vw,52.532vh) scale(.6957)}to{transform:translate(48.9196vw,99vh) scale(.6957)}}.snow:nth-child(191){opacity:.6666;transform:translate(18.8496vw,-10px) scale(.7605);animation:fall-191 24s -18s linear infinite}@keyframes fall-191{34.395%{transform:translate(11.5553vw,34.395vh) scale(.7605)}to{transform:translate(15.20245vw,99vh) scale(.7605)}}.snow:nth-child(192){opacity:.6354;transform:translate(4.4341vw,-10px) scale(.1153);animation:fall-192 21s -4s linear infinite}@keyframes fall-192{62.713%{transform:translate(.6054vw,62.713vh) scale(.1153)}to{transform:translate(2.51975vw,99vh) scale(.1153)}}.snow:nth-child(193){opacity:1.202;transform:translate(34.4929vw,-10px) scale(.5976);animation:fall-193 28s -5s linear infinite}@keyframes fall-193{34.163%{transform:translate(43.7695vw,34.163vh) scale(.5976)}to{transform:translate(39.1312vw,99vh) scale(.5976)}}.snow:nth-child(194){opacity:1.569;transform:translate(65.565vw,-10px) scale(.5348);animation:fall-194 28s -30s linear infinite}@keyframes fall-194{75.184%{transform:translate(69.4917vw,75.184vh) scale(.5348)}to{transform:translate(67.52835vw,99vh) scale(.5348)}}.snow:nth-child(195){opacity:.43;transform:translate(20.0705vw,-10px) scale(.624);animation:fall-195 25s -23s linear infinite}@keyframes fall-195{44.075%{transform:translate(28.8177vw,44.075vh) scale(.624)}to{transform:translate(24.4441vw,99vh) scale(.624)}}.snow:nth-child(196){opacity:1.542;transform:translate(40.5408vw,-10px) scale(.2485);animation:fall-196 28s -10s linear infinite}@keyframes fall-196{79.06%{transform:translate(45.7304vw,79.06vh) scale(.2485)}to{transform:translate(43.1356vw,99vh) scale(.2485)}}.snow:nth-child(197){opacity:.0644;transform:translate(64.6362vw,-10px) scale(.389);animation:fall-197 20s -17s linear infinite}@keyframes fall-197{37.91%{transform:translate(68.9132vw,37.91vh) scale(.389)}to{transform:translate(66.7747vw,99vh) scale(.389)}}.snow:nth-child(198){opacity:.2032;transform:translate(97.6514vw,-10px) scale(.4169);animation:fall-198 24s -10s linear infinite}@keyframes fall-198{42.433%{transform:translate(95.3936vw,42.433vh) scale(.4169)}to{transform:translate(96.5225vw,99vh) scale(.4169)}}.snow:nth-child(199){opacity:1.3394;transform:translate(44.6449vw,-10px) scale(.1547);animation:fall-199 19s -18s linear infinite}@keyframes fall-199{37.569%{transform:translate(53.1638vw,37.569vh) scale(.1547)}to{transform:translate(48.90435vw,99vh) scale(.1547)}}.snow:nth-child(200){opacity:.9072;transform:translate(96.2659vw,-10px) scale(.6078);animation:fall-200 12s -1s linear infinite}@keyframes fall-200{77.238%{transform:translate(89.5224vw,77.238vh) scale(.6078)}to{transform:translate(92.89415vw,99vh) scale(.6078)}}.snow:nth-child(201){opacity:.7024;transform:translate(55.3132vw,-10px) scale(.6431);animation:fall-201 30s -4s linear infinite}@keyframes fall-201{40.774%{transform:translate(55.9273vw,40.774vh) scale(.6431)}to{transform:translate(55.62025vw,99vh) scale(.6431)}}.snow:nth-child(202){opacity:.8006;transform:translate(51.7756vw,-10px) scale(.298);animation:fall-202 28s -5s linear infinite}@keyframes fall-202{34.68%{transform:translate(56.0042vw,34.68vh) scale(.298)}to{transform:translate(53.8899vw,99vh) scale(.298)}}.snow:nth-child(203){opacity:1.3408;transform:translate(36.3815vw,-10px) scale(.8689);animation:fall-203 25s -12s linear infinite}@keyframes fall-203{38.478%{transform:translate(31.819vw,38.478vh) scale(.8689)}to{transform:translate(34.10025vw,99vh) scale(.8689)}}.snow:nth-child(204){opacity:.3338;transform:translate(73.674vw,-10px) scale(.9722);animation:fall-204 17s -21s linear infinite}@keyframes fall-204{67.533%{transform:translate(78.12vw,67.533vh) scale(.9722)}to{transform:translate(75.897vw,99vh) scale(.9722)}}.snow:nth-child(205){opacity:.355;transform:translate(50.6149vw,-10px) scale(.2541);animation:fall-205 29s -24s linear infinite}@keyframes fall-205{58.264%{transform:translate(60.2639vw,58.264vh) scale(.2541)}to{transform:translate(55.4394vw,99vh) scale(.2541)}}.snow:nth-child(206){opacity:.8348;transform:translate(60.3935vw,-10px) scale(.0178);animation:fall-206 29s -8s linear infinite}@keyframes fall-206{63.616%{transform:translate(57.9355vw,63.616vh) scale(.0178)}to{transform:translate(59.1645vw,99vh) scale(.0178)}}.snow:nth-child(207){opacity:.168;transform:translate(56.0351vw,-10px) scale(.909);animation:fall-207 18s -28s linear infinite}@keyframes fall-207{30.66%{transform:translate(49.9561vw,30.66vh) scale(.909)}to{transform:translate(52.9956vw,99vh) scale(.909)}}.snow:nth-child(208){opacity:.3748;transform:translate(58.9286vw,-10px) scale(.5468);animation:fall-208 24s -11s linear infinite}@keyframes fall-208{67.807%{transform:translate(68.771vw,67.807vh) scale(.5468)}to{transform:translate(63.8498vw,99vh) scale(.5468)}}.snow:nth-child(209){opacity:.3618;transform:translate(53.9851vw,-10px) scale(.3149);animation:fall-209 11s -23s linear infinite}@keyframes fall-209{65.389%{transform:translate(47.7745vw,65.389vh) scale(.3149)}to{transform:translate(50.8798vw,99vh) scale(.3149)}}.snow:nth-child(210){opacity:.527;transform:translate(93.0203vw,-10px) scale(.8061);animation:fall-210 24s -3s linear infinite}@keyframes fall-210{54.843%{transform:translate(90.2161vw,54.843vh) scale(.8061)}to{transform:translate(91.6182vw,99vh) scale(.8061)}}.snow:nth-child(211){opacity:.6958;transform:translate(38.6557vw,-10px) scale(.9243);animation:fall-211 12s -5s linear infinite}@keyframes fall-211{65.602%{transform:translate(33.0324vw,65.602vh) scale(.9243)}to{transform:translate(35.84405vw,99vh) scale(.9243)}}.snow:nth-child(212){opacity:.5742;transform:translate(87.9507vw,-10px) scale(.5611);animation:fall-212 25s -10s linear infinite}@keyframes fall-212{37.007%{transform:translate(87.9705vw,37.007vh) scale(.5611)}to{transform:translate(87.9606vw,99vh) scale(.5611)}}.snow:nth-child(213){opacity:1.9966;transform:translate(90.2796vw,-10px) scale(.7345);animation:fall-213 16s -16s linear infinite}@keyframes fall-213{49.448%{transform:translate(86.4802vw,49.448vh) scale(.7345)}to{transform:translate(88.3799vw,99vh) scale(.7345)}}.snow:nth-child(214){opacity:.436;transform:translate(21.3519vw,-10px) scale(.4955);animation:fall-214 21s -4s linear infinite}@keyframes fall-214{52.91%{transform:translate(17.6919vw,52.91vh) scale(.4955)}to{transform:translate(19.5219vw,99vh) scale(.4955)}}.snow:nth-child(215){opacity:.4724;transform:translate(44.5492vw,-10px) scale(.7757);animation:fall-215 11s -14s linear infinite}@keyframes fall-215{58.857%{transform:translate(53.9128vw,58.857vh) scale(.7757)}to{transform:translate(49.231vw,99vh) scale(.7757)}}.snow:nth-child(216){opacity:.2614;transform:translate(83.5582vw,-10px) scale(.3716);animation:fall-216 30s -5s linear infinite}@keyframes fall-216{58.345%{transform:translate(91.0389vw,58.345vh) scale(.3716)}to{transform:translate(87.29855vw,99vh) scale(.3716)}}.snow:nth-child(217){opacity:1.7388;transform:translate(1.9719vw,-10px) scale(.3478);animation:fall-217 12s -22s linear infinite}@keyframes fall-217{74.205%{transform:translate(-4.9584vw,74.205vh) scale(.3478)}to{transform:translate(-1.49325vw,99vh) scale(.3478)}}.snow:nth-child(218){opacity:1.4164;transform:translate(26.3981vw,-10px) scale(.6763);animation:fall-218 14s -28s linear infinite}@keyframes fall-218{62.083%{transform:translate(33.8132vw,62.083vh) scale(.6763)}to{transform:translate(30.10565vw,99vh) scale(.6763)}}.snow:nth-child(219){opacity:.434;transform:translate(31.4339vw,-10px) scale(.0539);animation:fall-219 19s -29s linear infinite}@keyframes fall-219{62.145%{transform:translate(30.4192vw,62.145vh) scale(.0539)}to{transform:translate(30.92655vw,99vh) scale(.0539)}}.snow:nth-child(220){opacity:.3818;transform:translate(10.6563vw,-10px) scale(.249);animation:fall-220 21s -22s linear infinite}@keyframes fall-220{52.831%{transform:translate(11.107vw,52.831vh) scale(.249)}to{transform:translate(10.88165vw,99vh) scale(.249)}}.snow:nth-child(221){opacity:1.7236;transform:translate(24.7244vw,-10px) scale(.4072);animation:fall-221 23s -7s linear infinite}@keyframes fall-221{72.277%{transform:translate(34.6733vw,72.277vh) scale(.4072)}to{transform:translate(29.69885vw,99vh) scale(.4072)}}.snow:nth-child(222){opacity:1.0094;transform:translate(33.4866vw,-10px) scale(.5972);animation:fall-222 12s -27s linear infinite}@keyframes fall-222{64.953%{transform:translate(39.3186vw,64.953vh) scale(.5972)}to{transform:translate(36.4026vw,99vh) scale(.5972)}}.snow:nth-child(223){opacity:.7444;transform:translate(16.5806vw,-10px) scale(.4327);animation:fall-223 28s -22s linear infinite}@keyframes fall-223{67.981%{transform:translate(8.2661vw,67.981vh) scale(.4327)}to{transform:translate(12.42335vw,99vh) scale(.4327)}}.snow:nth-child(224){opacity:1.4764;transform:translate(24.7943vw,-10px) scale(.6781);animation:fall-224 13s -18s linear infinite}@keyframes fall-224{32.081%{transform:translate(33.884vw,32.081vh) scale(.6781)}to{transform:translate(29.33915vw,99vh) scale(.6781)}}.snow:nth-child(225){opacity:.6822;transform:translate(21.7982vw,-10px) scale(.696);animation:fall-225 29s -1s linear infinite}@keyframes fall-225{58.09%{transform:translate(21.6585vw,58.09vh) scale(.696)}to{transform:translate(21.72835vw,99vh) scale(.696)}}.snow:nth-child(226){opacity:.7528;transform:translate(14.3965vw,-10px) scale(.6892);animation:fall-226 25s -14s linear infinite}@keyframes fall-226{79.069%{transform:translate(10.9055vw,79.069vh) scale(.6892)}to{transform:translate(12.651vw,99vh) scale(.6892)}}.snow:nth-child(227){opacity:1.1108;transform:translate(90.1216vw,-10px) scale(.0252);animation:fall-227 16s -23s linear infinite}@keyframes fall-227{51.106%{transform:translate(93.8336vw,51.106vh) scale(.0252)}to{transform:translate(91.9776vw,99vh) scale(.0252)}}.snow:nth-child(228){opacity:.636;transform:translate(60.1485vw,-10px) scale(.6216);animation:fall-228 28s -11s linear infinite}@keyframes fall-228{36.443%{transform:translate(62.9277vw,36.443vh) scale(.6216)}to{transform:translate(61.5381vw,99vh) scale(.6216)}}.snow:nth-child(229){opacity:1.2746;transform:translate(14.497vw,-10px) scale(.7631);animation:fall-229 14s -11s linear infinite}@keyframes fall-229{48.632%{transform:translate(16.4906vw,48.632vh) scale(.7631)}to{transform:translate(15.4938vw,99vh) scale(.7631)}}.snow:nth-child(230){opacity:1.0536;transform:translate(2.9835vw,-10px) scale(.5623);animation:fall-230 10s -10s linear infinite}@keyframes fall-230{55.356%{transform:translate(.0211vw,55.356vh) scale(.5623)}to{transform:translate(1.5023vw,99vh) scale(.5623)}}.snow:nth-child(231){opacity:.4472;transform:translate(13.1322vw,-10px) scale(.1289);animation:fall-231 29s -11s linear infinite}@keyframes fall-231{40.214%{transform:translate(5.1144vw,40.214vh) scale(.1289)}to{transform:translate(9.1233vw,99vh) scale(.1289)}}.snow:nth-child(232){opacity:1.006;transform:translate(61.8543vw,-10px) scale(.4723);animation:fall-232 19s -23s linear infinite}@keyframes fall-232{53.541%{transform:translate(67.5228vw,53.541vh) scale(.4723)}to{transform:translate(64.68855vw,99vh) scale(.4723)}}.snow:nth-child(233){opacity:.3794;transform:translate(50.3491vw,-10px) scale(.3892);animation:fall-233 22s -11s linear infinite}@keyframes fall-233{75.73%{transform:translate(50.4809vw,75.73vh) scale(.3892)}to{transform:translate(50.415vw,99vh) scale(.3892)}}.snow:nth-child(234){opacity:.261;transform:translate(17.0707vw,-10px) scale(.5653);animation:fall-234 26s -19s linear infinite}@keyframes fall-234{35.225%{transform:translate(25.1571vw,35.225vh) scale(.5653)}to{transform:translate(21.1139vw,99vh) scale(.5653)}}.snow:nth-child(235){opacity:.4752;transform:translate(65.8196vw,-10px) scale(.3742);animation:fall-235 18s -2s linear infinite}@keyframes fall-235{57.51%{transform:translate(72.5276vw,57.51vh) scale(.3742)}to{transform:translate(69.1736vw,99vh) scale(.3742)}}.snow:nth-child(236){opacity:1.7436;transform:translate(63.4913vw,-10px) scale(.4131);animation:fall-236 18s -21s linear infinite}@keyframes fall-236{68.457%{transform:translate(63.9863vw,68.457vh) scale(.4131)}to{transform:translate(63.7388vw,99vh) scale(.4131)}}.snow:nth-child(237){opacity:1.292;transform:translate(72.1706vw,-10px) scale(.3803);animation:fall-237 13s -25s linear infinite}@keyframes fall-237{33.625%{transform:translate(72.4431vw,33.625vh) scale(.3803)}to{transform:translate(72.30685vw,99vh) scale(.3803)}}.snow:nth-child(238){opacity:1.7104;transform:translate(18.1784vw,-10px) scale(.7431);animation:fall-238 18s -14s linear infinite}@keyframes fall-238{51.283%{transform:translate(24.9552vw,51.283vh) scale(.7431)}to{transform:translate(21.5668vw,99vh) scale(.7431)}}.snow:nth-child(239){opacity:.6672;transform:translate(39.6414vw,-10px) scale(.6604);animation:fall-239 29s -12s linear infinite}@keyframes fall-239{37.163%{transform:translate(45.0956vw,37.163vh) scale(.6604)}to{transform:translate(42.3685vw,99vh) scale(.6604)}}.snow:nth-child(240){opacity:.542;transform:translate(56.9984vw,-10px) scale(.2355);animation:fall-240 22s -27s linear infinite}@keyframes fall-240{42.097%{transform:translate(54.3858vw,42.097vh) scale(.2355)}to{transform:translate(55.6921vw,99vh) scale(.2355)}}.snow:nth-child(241){opacity:.8234;transform:translate(53.7737vw,-10px) scale(.2764);animation:fall-241 14s -7s linear infinite}@keyframes fall-241{57.572%{transform:translate(52.605vw,57.572vh) scale(.2764)}to{transform:translate(53.18935vw,99vh) scale(.2764)}}.snow:nth-child(242){opacity:1.574;transform:translate(78.6625vw,-10px) scale(.671);animation:fall-242 16s -14s linear infinite}@keyframes fall-242{76.941%{transform:translate(76.2588vw,76.941vh) scale(.671)}to{transform:translate(77.46065vw,99vh) scale(.671)}}.snow:nth-child(243){opacity:.953;transform:translate(81.0301vw,-10px) scale(.3782);animation:fall-243 29s -13s linear infinite}@keyframes fall-243{61.793%{transform:translate(75.5868vw,61.793vh) scale(.3782)}to{transform:translate(78.30845vw,99vh) scale(.3782)}}.snow:nth-child(244){opacity:1.472;transform:translate(84.5784vw,-10px) scale(.5104);animation:fall-244 12s -25s linear infinite}@keyframes fall-244{51.665%{transform:translate(82.1012vw,51.665vh) scale(.5104)}to{transform:translate(83.3398vw,99vh) scale(.5104)}}.snow:nth-child(245){opacity:.5304;transform:translate(99.6311vw,-10px) scale(.4723);animation:fall-245 20s -6s linear infinite}@keyframes fall-245{79.58%{transform:translate(94.7583vw,79.58vh) scale(.4723)}to{transform:translate(97.1947vw,99vh) scale(.4723)}}.snow:nth-child(246){opacity:.0024;transform:translate(35.0829vw,-10px) scale(.6652);animation:fall-246 21s -12s linear infinite}@keyframes fall-246{64.428%{transform:translate(33.2843vw,64.428vh) scale(.6652)}to{transform:translate(34.1836vw,99vh) scale(.6652)}}.snow:nth-child(247){opacity:.2996;transform:translate(85.1337vw,-10px) scale(.357);animation:fall-247 15s -15s linear infinite}@keyframes fall-247{76.423%{transform:translate(78.1262vw,76.423vh) scale(.357)}to{transform:translate(81.62995vw,99vh) scale(.357)}}.snow:nth-child(248){opacity:1.7702;transform:translate(97.8828vw,-10px) scale(.0235);animation:fall-248 16s -3s linear infinite}@keyframes fall-248{32.839%{transform:translate(94.1518vw,32.839vh) scale(.0235)}to{transform:translate(96.0173vw,99vh) scale(.0235)}}.snow:nth-child(249){opacity:1.8846;transform:translate(36.1369vw,-10px) scale(.132);animation:fall-249 20s -14s linear infinite}@keyframes fall-249{50.301%{transform:translate(37.9492vw,50.301vh) scale(.132)}to{transform:translate(37.04305vw,99vh) scale(.132)}}.snow:nth-child(250){opacity:1.4226;transform:translate(15.5672vw,-10px) scale(.8664);animation:fall-250 26s -2s linear infinite}@keyframes fall-250{48.761%{transform:translate(7.2781vw,48.761vh) scale(.8664)}to{transform:translate(11.42265vw,99vh) scale(.8664)}}.snow:nth-child(251){opacity:.5212;transform:translate(66.5486vw,-10px) scale(.5091);animation:fall-251 12s -2s linear infinite}@keyframes fall-251{44.988%{transform:translate(68.8529vw,44.988vh) scale(.5091)}to{transform:translate(67.70075vw,99vh) scale(.5091)}}.snow:nth-child(252){opacity:.3488;transform:translate(47.7021vw,-10px) scale(.6482);animation:fall-252 13s -18s linear infinite}@keyframes fall-252{66.734%{transform:translate(38.4157vw,66.734vh) scale(.6482)}to{transform:translate(43.0589vw,99vh) scale(.6482)}}.snow:nth-child(253){opacity:.2382;transform:translate(30.3936vw,-10px) scale(.1573);animation:fall-253 18s -14s linear infinite}@keyframes fall-253{37.074%{transform:translate(38.1646vw,37.074vh) scale(.1573)}to{transform:translate(34.2791vw,99vh) scale(.1573)}}.snow:nth-child(254){opacity:1.7442;transform:translate(79.8318vw,-10px) scale(.8889);animation:fall-254 17s -24s linear infinite}@keyframes fall-254{71.316%{transform:translate(76.0715vw,71.316vh) scale(.8889)}to{transform:translate(77.95165vw,99vh) scale(.8889)}}.snow:nth-child(255){opacity:1.0398;transform:translate(84.4704vw,-10px) scale(.2721);animation:fall-255 10s -20s linear infinite}@keyframes fall-255{35.989%{transform:translate(82.7017vw,35.989vh) scale(.2721)}to{transform:translate(83.58605vw,99vh) scale(.2721)}}.snow:nth-child(256){opacity:1.353;transform:translate(95.0748vw,-10px) scale(.8216);animation:fall-256 22s -25s linear infinite}@keyframes fall-256{48.067%{transform:translate(87.2697vw,48.067vh) scale(.8216)}to{transform:translate(91.17225vw,99vh) scale(.8216)}}.snow:nth-child(257){opacity:1.2612;transform:translate(32.4451vw,-10px) scale(.4853);animation:fall-257 15s -15s linear infinite}@keyframes fall-257{63.988%{transform:translate(33.9638vw,63.988vh) scale(.4853)}to{transform:translate(33.20445vw,99vh) scale(.4853)}}.snow:nth-child(258){opacity:1.3258;transform:translate(91.6569vw,-10px) scale(.3483);animation:fall-258 16s -2s linear infinite}@keyframes fall-258{51.678%{transform:translate(98.4532vw,51.678vh) scale(.3483)}to{transform:translate(95.05505vw,99vh) scale(.3483)}}.snow:nth-child(259){opacity:.5268;transform:translate(20.0973vw,-10px) scale(.9661);animation:fall-259 16s -4s linear infinite}@keyframes fall-259{60.292%{transform:translate(23.571vw,60.292vh) scale(.9661)}to{transform:translate(21.83415vw,99vh) scale(.9661)}}.snow:nth-child(260){opacity:.3934;transform:translate(21.5968vw,-10px) scale(.1419);animation:fall-260 10s -12s linear infinite}@keyframes fall-260{53.065%{transform:translate(31.039vw,53.065vh) scale(.1419)}to{transform:translate(26.3179vw,99vh) scale(.1419)}}.snow:nth-child(261){opacity:1.9816;transform:translate(11.2495vw,-10px) scale(.4093);animation:fall-261 14s -6s linear infinite}@keyframes fall-261{67.895%{transform:translate(11.372vw,67.895vh) scale(.4093)}to{transform:translate(11.31075vw,99vh) scale(.4093)}}.snow:nth-child(262){opacity:.7376;transform:translate(61.8067vw,-10px) scale(.3071);animation:fall-262 17s -16s linear infinite}@keyframes fall-262{60.843%{transform:translate(58.9594vw,60.843vh) scale(.3071)}to{transform:translate(60.38305vw,99vh) scale(.3071)}}.snow:nth-child(263){opacity:.9692;transform:translate(85.6811vw,-10px) scale(.2303);animation:fall-263 19s -24s linear infinite}@keyframes fall-263{57.624%{transform:translate(92.5843vw,57.624vh) scale(.2303)}to{transform:translate(89.1327vw,99vh) scale(.2303)}}.snow:nth-child(264){opacity:1.989;transform:translate(27.9962vw,-10px) scale(.4103);animation:fall-264 10s -11s linear infinite}@keyframes fall-264{60.211%{transform:translate(25.3251vw,60.211vh) scale(.4103)}to{transform:translate(26.66065vw,99vh) scale(.4103)}}.snow:nth-child(265){opacity:.4244;transform:translate(96.8636vw,-10px) scale(.4659);animation:fall-265 23s -26s linear infinite}@keyframes fall-265{47.274%{transform:translate(90.3247vw,47.274vh) scale(.4659)}to{transform:translate(93.59415vw,99vh) scale(.4659)}}.snow:nth-child(266){opacity:1.4132;transform:translate(47.6652vw,-10px) scale(.766);animation:fall-266 11s -7s linear infinite}@keyframes fall-266{75.957%{transform:translate(50.9164vw,75.957vh) scale(.766)}to{transform:translate(49.2908vw,99vh) scale(.766)}}.snow:nth-child(267){opacity:1.0958;transform:translate(45.9404vw,-10px) scale(.022);animation:fall-267 25s -25s linear infinite}@keyframes fall-267{53.37%{transform:translate(49.6844vw,53.37vh) scale(.022)}to{transform:translate(47.8124vw,99vh) scale(.022)}}.snow:nth-child(268){opacity:.4468;transform:translate(46.068vw,-10px) scale(.9386);animation:fall-268 28s -29s linear infinite}@keyframes fall-268{48.78%{transform:translate(54.6785vw,48.78vh) scale(.9386)}to{transform:translate(50.37325vw,99vh) scale(.9386)}}.snow:nth-child(269){opacity:.059;transform:translate(85.4762vw,-10px) scale(.5087);animation:fall-269 14s -11s linear infinite}@keyframes fall-269{50.623%{transform:translate(88.4383vw,50.623vh) scale(.5087)}to{transform:translate(86.95725vw,99vh) scale(.5087)}}.snow:nth-child(270){opacity:1.6478;transform:translate(18.8359vw,-10px) scale(.8361);animation:fall-270 17s -26s linear infinite}@keyframes fall-270{65.907%{transform:translate(13.7601vw,65.907vh) scale(.8361)}to{transform:translate(16.298vw,99vh) scale(.8361)}}.snow:nth-child(271){opacity:1.363;transform:translate(89.5166vw,-10px) scale(.9373);animation:fall-271 28s -19s linear infinite}@keyframes fall-271{59.045%{transform:translate(98.4953vw,59.045vh) scale(.9373)}to{transform:translate(94.00595vw,99vh) scale(.9373)}}.snow:nth-child(272){opacity:.8062;transform:translate(58.5885vw,-10px) scale(.0719);animation:fall-272 16s -7s linear infinite}@keyframes fall-272{56.466%{transform:translate(52.6024vw,56.466vh) scale(.0719)}to{transform:translate(55.59545vw,99vh) scale(.0719)}}.snow:nth-child(273){opacity:1.7814;transform:translate(93.0369vw,-10px) scale(.7596);animation:fall-273 10s -7s linear infinite}@keyframes fall-273{56.965%{transform:translate(100.6728vw,56.965vh) scale(.7596)}to{transform:translate(96.85485vw,99vh) scale(.7596)}}.snow:nth-child(274){opacity:1.0962;transform:translate(24.6537vw,-10px) scale(.6986);animation:fall-274 24s -20s linear infinite}@keyframes fall-274{57.339%{transform:translate(32.3144vw,57.339vh) scale(.6986)}to{transform:translate(28.48405vw,99vh) scale(.6986)}}.snow:nth-child(275){opacity:.5462;transform:translate(14.7978vw,-10px) scale(.3288);animation:fall-275 29s -28s linear infinite}@keyframes fall-275{54.424%{transform:translate(20.3959vw,54.424vh) scale(.3288)}to{transform:translate(17.59685vw,99vh) scale(.3288)}}.snow:nth-child(276){opacity:.4402;transform:translate(89.515vw,-10px) scale(.5829);animation:fall-276 11s -14s linear infinite}@keyframes fall-276{30.832%{transform:translate(86.8883vw,30.832vh) scale(.5829)}to{transform:translate(88.20165vw,99vh) scale(.5829)}}.snow:nth-child(277){opacity:.7092;transform:translate(25.1985vw,-10px) scale(.8489);animation:fall-277 11s -19s linear infinite}@keyframes fall-277{79.531%{transform:translate(15.9598vw,79.531vh) scale(.8489)}to{transform:translate(20.57915vw,99vh) scale(.8489)}}.snow:nth-child(278){opacity:1.4182;transform:translate(88.1197vw,-10px) scale(.5925);animation:fall-278 23s -29s linear infinite}@keyframes fall-278{33.619%{transform:translate(95.957vw,33.619vh) scale(.5925)}to{transform:translate(92.03835vw,99vh) scale(.5925)}}.snow:nth-child(279){opacity:1.843;transform:translate(99.4851vw,-10px) scale(.0636);animation:fall-279 24s -29s linear infinite}@keyframes fall-279{48.033%{transform:translate(95.058vw,48.033vh) scale(.0636)}to{transform:translate(97.27155vw,99vh) scale(.0636)}}.snow:nth-child(280){opacity:.8582;transform:translate(53.4079vw,-10px) scale(.8215);animation:fall-280 12s -6s linear infinite}@keyframes fall-280{34.304%{transform:translate(52.5595vw,34.304vh) scale(.8215)}to{transform:translate(52.9837vw,99vh) scale(.8215)}}.snow:nth-child(281){opacity:.167;transform:translate(14.8036vw,-10px) scale(.6741);animation:fall-281 24s -2s linear infinite}@keyframes fall-281{58.657%{transform:translate(10.9771vw,58.657vh) scale(.6741)}to{transform:translate(12.89035vw,99vh) scale(.6741)}}.snow:nth-child(282){opacity:1.0686;transform:translate(49.036vw,-10px) scale(.0894);animation:fall-282 18s -24s linear infinite}@keyframes fall-282{56.24%{transform:translate(53.8545vw,56.24vh) scale(.0894)}to{transform:translate(51.44525vw,99vh) scale(.0894)}}.snow:nth-child(283){opacity:1.1734;transform:translate(30.4819vw,-10px) scale(.0974);animation:fall-283 17s -8s linear infinite}@keyframes fall-283{59.619%{transform:translate(34.8557vw,59.619vh) scale(.0974)}to{transform:translate(32.6688vw,99vh) scale(.0974)}}.snow:nth-child(284){opacity:1.7076;transform:translate(41.5019vw,-10px) scale(.3142);animation:fall-284 22s -5s linear infinite}@keyframes fall-284{70.955%{transform:translate(34.1356vw,70.955vh) scale(.3142)}to{transform:translate(37.81875vw,99vh) scale(.3142)}}.snow:nth-child(285){opacity:1.6102;transform:translate(26.2777vw,-10px) scale(.1692);animation:fall-285 21s -19s linear infinite}@keyframes fall-285{58.428%{transform:translate(21.333vw,58.428vh) scale(.1692)}to{transform:translate(23.80535vw,99vh) scale(.1692)}}.snow:nth-child(286){opacity:.3668;transform:translate(1.3678vw,-10px) scale(.9019);animation:fall-286 26s -7s linear infinite}@keyframes fall-286{42.346%{transform:translate(-1.408vw,42.346vh) scale(.9019)}to{transform:translate(-.0201vw,99vh) scale(.9019)}}.snow:nth-child(287){opacity:1.5354;transform:translate(5.6404vw,-10px) scale(.2706);animation:fall-287 18s -5s linear infinite}@keyframes fall-287{50.034%{transform:translate(5.4563vw,50.034vh) scale(.2706)}to{transform:translate(5.54835vw,99vh) scale(.2706)}}.snow:nth-child(288){opacity:.3242;transform:translate(51.033vw,-10px) scale(.9792);animation:fall-288 12s -25s linear infinite}@keyframes fall-288{73.345%{transform:translate(43.3727vw,73.345vh) scale(.9792)}to{transform:translate(47.20285vw,99vh) scale(.9792)}}.snow:nth-child(289){opacity:.4958;transform:translate(.0966vw,-10px) scale(.7794);animation:fall-289 14s -5s linear infinite}@keyframes fall-289{40.117%{transform:translate(-2.4344vw,40.117vh) scale(.7794)}to{transform:translate(-1.1689vw,99vh) scale(.7794)}}.snow:nth-child(290){opacity:1.6278;transform:translate(75.4541vw,-10px) scale(.2317);animation:fall-290 29s -23s linear infinite}@keyframes fall-290{50.047%{transform:translate(82.0086vw,50.047vh) scale(.2317)}to{transform:translate(78.73135vw,99vh) scale(.2317)}}.snow:nth-child(291){opacity:1.344;transform:translate(67.5602vw,-10px) scale(.8898);animation:fall-291 12s -1s linear infinite}@keyframes fall-291{62.711%{transform:translate(70.5362vw,62.711vh) scale(.8898)}to{transform:translate(69.0482vw,99vh) scale(.8898)}}.snow:nth-child(292){opacity:.5158;transform:translate(54.8043vw,-10px) scale(.7202);animation:fall-292 30s -2s linear infinite}@keyframes fall-292{50.757%{transform:translate(59.9946vw,50.757vh) scale(.7202)}to{transform:translate(57.39945vw,99vh) scale(.7202)}}.snow:nth-child(293){opacity:1.4254;transform:translate(66.8229vw,-10px) scale(.69);animation:fall-293 29s -9s linear infinite}@keyframes fall-293{46.676%{transform:translate(67.0658vw,46.676vh) scale(.69)}to{transform:translate(66.94435vw,99vh) scale(.69)}}.snow:nth-child(294){opacity:1.5652;transform:translate(92.5177vw,-10px) scale(.8121);animation:fall-294 14s -19s linear infinite}@keyframes fall-294{59.925%{transform:translate(95.1274vw,59.925vh) scale(.8121)}to{transform:translate(93.82255vw,99vh) scale(.8121)}}.snow:nth-child(295){opacity:.8298;transform:translate(46.7014vw,-10px) scale(.2568);animation:fall-295 29s -3s linear infinite}@keyframes fall-295{45.031%{transform:translate(40.9253vw,45.031vh) scale(.2568)}to{transform:translate(43.81335vw,99vh) scale(.2568)}}.snow:nth-child(296){opacity:.824;transform:translate(61.6698vw,-10px) scale(.9127);animation:fall-296 21s -10s linear infinite}@keyframes fall-296{41.275%{transform:translate(62.3096vw,41.275vh) scale(.9127)}to{transform:translate(61.9897vw,99vh) scale(.9127)}}.snow:nth-child(297){opacity:1.8832;transform:translate(3.9816vw,-10px) scale(.9995);animation:fall-297 12s -8s linear infinite}@keyframes fall-297{62.073%{transform:translate(1.4152vw,62.073vh) scale(.9995)}to{transform:translate(2.6984vw,99vh) scale(.9995)}}.snow:nth-child(298){opacity:1.1442;transform:translate(27.1924vw,-10px) scale(.7628);animation:fall-298 18s -20s linear infinite}@keyframes fall-298{69.177%{transform:translate(29.5337vw,69.177vh) scale(.7628)}to{transform:translate(28.36305vw,99vh) scale(.7628)}}.snow:nth-child(299){opacity:1.4506;transform:translate(58.8416vw,-10px) scale(.5098);animation:fall-299 27s -1s linear infinite}@keyframes fall-299{61.165%{transform:translate(65.369vw,61.165vh) scale(.5098)}to{transform:translate(62.1053vw,99vh) scale(.5098)}}.snow:nth-child(300){opacity:1.9966;transform:translate(6.1352vw,-10px) scale(.4423);animation:fall-300 10s -5s linear infinite}@keyframes fall-300{58.448%{transform:translate(4.2915vw,58.448vh) scale(.4423)}to{transform:translate(5.21335vw,99vh) scale(.4423)}}.snow:nth-child(301){opacity:.447;transform:translate(77.5041vw,-10px) scale(.5033);animation:fall-301 15s -16s linear infinite}@keyframes fall-301{62.937%{transform:translate(68.2143vw,62.937vh) scale(.5033)}to{transform:translate(72.8592vw,99vh) scale(.5033)}}.snow:nth-child(302){opacity:1.0054;transform:translate(44.0644vw,-10px) scale(.357);animation:fall-302 25s -18s linear infinite}@keyframes fall-302{42.933%{transform:translate(47.4965vw,42.933vh) scale(.357)}to{transform:translate(45.78045vw,99vh) scale(.357)}}.snow:nth-child(303){opacity:1.1088;transform:translate(18.4131vw,-10px) scale(.673);animation:fall-303 13s -6s linear infinite}@keyframes fall-303{68.368%{transform:translate(19.0129vw,68.368vh) scale(.673)}to{transform:translate(18.713vw,99vh) scale(.673)}}.snow:nth-child(304){opacity:1.432;transform:translate(9.9188vw,-10px) scale(.4714);animation:fall-304 17s -18s linear infinite}@keyframes fall-304{43.172%{transform:translate(14.3331vw,43.172vh) scale(.4714)}to{transform:translate(12.12595vw,99vh) scale(.4714)}}.snow:nth-child(305){opacity:.7726;transform:translate(13.7642vw,-10px) scale(.4744);animation:fall-305 27s -13s linear infinite}@keyframes fall-305{36.283%{transform:translate(11.4587vw,36.283vh) scale(.4744)}to{transform:translate(12.61145vw,99vh) scale(.4744)}}.snow:nth-child(306){opacity:.4802;transform:translate(88.8555vw,-10px) scale(.1431);animation:fall-306 24s -30s linear infinite}@keyframes fall-306{41.479%{transform:translate(84.0835vw,41.479vh) scale(.1431)}to{transform:translate(86.4695vw,99vh) scale(.1431)}}.snow:nth-child(307){opacity:.0708;transform:translate(43.7722vw,-10px) scale(.6618);animation:fall-307 17s -30s linear infinite}@keyframes fall-307{59.649%{transform:translate(38.1054vw,59.649vh) scale(.6618)}to{transform:translate(40.9388vw,99vh) scale(.6618)}}.snow:nth-child(308){opacity:1.285;transform:translate(79.0353vw,-10px) scale(.4163);animation:fall-308 17s -18s linear infinite}@keyframes fall-308{50.402%{transform:translate(84.2567vw,50.402vh) scale(.4163)}to{transform:translate(81.646vw,99vh) scale(.4163)}}.snow:nth-child(309){opacity:1.257;transform:translate(19.0892vw,-10px) scale(.7176);animation:fall-309 16s -28s linear infinite}@keyframes fall-309{60.734%{transform:translate(12.6336vw,60.734vh) scale(.7176)}to{transform:translate(15.8614vw,99vh) scale(.7176)}}.snow:nth-child(310){opacity:1.5036;transform:translate(20.6361vw,-10px) scale(.7017);animation:fall-310 24s -7s linear infinite}@keyframes fall-310{39.267%{transform:translate(25.6685vw,39.267vh) scale(.7017)}to{transform:translate(23.1523vw,99vh) scale(.7017)}}.snow:nth-child(311){opacity:1.4606;transform:translate(41.668vw,-10px) scale(.4181);animation:fall-311 26s -25s linear infinite}@keyframes fall-311{32.81%{transform:translate(36.004vw,32.81vh) scale(.4181)}to{transform:translate(38.836vw,99vh) scale(.4181)}}.snow:nth-child(312){opacity:1.4616;transform:translate(44.5689vw,-10px) scale(.4262);animation:fall-312 12s -29s linear infinite}@keyframes fall-312{35.952%{transform:translate(44.099vw,35.952vh) scale(.4262)}to{transform:translate(44.33395vw,99vh) scale(.4262)}}.snow:nth-child(313){opacity:.941;transform:translate(86.3644vw,-10px) scale(.0188);animation:fall-313 15s -28s linear infinite}@keyframes fall-313{72.507%{transform:translate(91.0651vw,72.507vh) scale(.0188)}to{transform:translate(88.71475vw,99vh) scale(.0188)}}.snow:nth-child(314){opacity:1.6828;transform:translate(46.9029vw,-10px) scale(.1349);animation:fall-314 30s -13s linear infinite}@keyframes fall-314{79.246%{transform:translate(43.5245vw,79.246vh) scale(.1349)}to{transform:translate(45.2137vw,99vh) scale(.1349)}}.snow:nth-child(315){opacity:.6078;transform:translate(92.4756vw,-10px) scale(.4869);animation:fall-315 10s -27s linear infinite}@keyframes fall-315{49.406%{transform:translate(85.5903vw,49.406vh) scale(.4869)}to{transform:translate(89.03295vw,99vh) scale(.4869)}}.snow:nth-child(316){opacity:.9668;transform:translate(28.5394vw,-10px) scale(.2251);animation:fall-316 25s -11s linear infinite}@keyframes fall-316{70.893%{transform:translate(23.1458vw,70.893vh) scale(.2251)}to{transform:translate(25.8426vw,99vh) scale(.2251)}}.snow:nth-child(317){opacity:.298;transform:translate(57.1693vw,-10px) scale(.3758);animation:fall-317 20s -23s linear infinite}@keyframes fall-317{38.263%{transform:translate(60.565vw,38.263vh) scale(.3758)}to{transform:translate(58.86715vw,99vh) scale(.3758)}}.snow:nth-child(318){opacity:1.9766;transform:translate(17.306vw,-10px) scale(.3793);animation:fall-318 27s -14s linear infinite}@keyframes fall-318{69.27%{transform:translate(25.8532vw,69.27vh) scale(.3793)}to{transform:translate(21.5796vw,99vh) scale(.3793)}}.snow:nth-child(319){opacity:1.0584;transform:translate(97.8187vw,-10px) scale(.9311);animation:fall-319 15s -26s linear infinite}@keyframes fall-319{49.975%{transform:translate(100.8114vw,49.975vh) scale(.9311)}to{transform:translate(99.31505vw,99vh) scale(.9311)}}.snow:nth-child(320){opacity:1.853;transform:translate(12.3585vw,-10px) scale(.2285);animation:fall-320 10s -24s linear infinite}@keyframes fall-320{30.052%{transform:translate(5.0154vw,30.052vh) scale(.2285)}to{transform:translate(8.68695vw,99vh) scale(.2285)}}.snow:nth-child(321){opacity:.0308;transform:translate(32.817vw,-10px) scale(.7707);animation:fall-321 12s -12s linear infinite}@keyframes fall-321{55.916%{transform:translate(39.8824vw,55.916vh) scale(.7707)}to{transform:translate(36.3497vw,99vh) scale(.7707)}}.snow:nth-child(322){opacity:1.9892;transform:translate(69.6702vw,-10px) scale(.6334);animation:fall-322 10s -10s linear infinite}@keyframes fall-322{30.956%{transform:translate(69.7309vw,30.956vh) scale(.6334)}to{transform:translate(69.70055vw,99vh) scale(.6334)}}.snow:nth-child(323){opacity:.0506;transform:translate(99.6185vw,-10px) scale(.4645);animation:fall-323 26s -4s linear infinite}@keyframes fall-323{39.814%{transform:translate(92.8003vw,39.814vh) scale(.4645)}to{transform:translate(96.2094vw,99vh) scale(.4645)}}.snow:nth-child(324){opacity:1.1358;transform:translate(86.9881vw,-10px) scale(.8987);animation:fall-324 26s -27s linear infinite}@keyframes fall-324{30.602%{transform:translate(83.3546vw,30.602vh) scale(.8987)}to{transform:translate(85.17135vw,99vh) scale(.8987)}}.snow:nth-child(325){opacity:.3494;transform:translate(66.3203vw,-10px) scale(.3027);animation:fall-325 21s -12s linear infinite}@keyframes fall-325{60.794%{transform:translate(70.8775vw,60.794vh) scale(.3027)}to{transform:translate(68.5989vw,99vh) scale(.3027)}}.snow:nth-child(326){opacity:1.9818;transform:translate(56.4268vw,-10px) scale(.2323);animation:fall-326 24s -19s linear infinite}@keyframes fall-326{31.054%{transform:translate(63.1538vw,31.054vh) scale(.2323)}to{transform:translate(59.7903vw,99vh) scale(.2323)}}.snow:nth-child(327){opacity:1.6282;transform:translate(58.8624vw,-10px) scale(.401);animation:fall-327 14s -10s linear infinite}@keyframes fall-327{70.929%{transform:translate(67.3473vw,70.929vh) scale(.401)}to{transform:translate(63.10485vw,99vh) scale(.401)}}.snow:nth-child(328){opacity:1.2616;transform:translate(76.6463vw,-10px) scale(.7803);animation:fall-328 24s -16s linear infinite}@keyframes fall-328{32.077%{transform:translate(78.7858vw,32.077vh) scale(.7803)}to{transform:translate(77.71605vw,99vh) scale(.7803)}}.snow:nth-child(329){opacity:1.7384;transform:translate(30.1866vw,-10px) scale(.538);animation:fall-329 18s -13s linear infinite}@keyframes fall-329{72.421%{transform:translate(38.4954vw,72.421vh) scale(.538)}to{transform:translate(34.341vw,99vh) scale(.538)}}.snow:nth-child(330){opacity:1.8782;transform:translate(26.5828vw,-10px) scale(.1116);animation:fall-330 21s -10s linear infinite}@keyframes fall-330{71.396%{transform:translate(26.0824vw,71.396vh) scale(.1116)}to{transform:translate(26.3326vw,99vh) scale(.1116)}}.snow:nth-child(331){opacity:.618;transform:translate(59.3388vw,-10px) scale(.9844);animation:fall-331 30s -3s linear infinite}@keyframes fall-331{36.561%{transform:translate(54.3131vw,36.561vh) scale(.9844)}to{transform:translate(56.82595vw,99vh) scale(.9844)}}.snow:nth-child(332){opacity:1.7664;transform:translate(35.8081vw,-10px) scale(.6549);animation:fall-332 16s -6s linear infinite}@keyframes fall-332{79.037%{transform:translate(38.376vw,79.037vh) scale(.6549)}to{transform:translate(37.09205vw,99vh) scale(.6549)}}.snow:nth-child(333){opacity:.0868;transform:translate(67.3291vw,-10px) scale(.43);animation:fall-333 12s -8s linear infinite}@keyframes fall-333{30.322%{transform:translate(75.3301vw,30.322vh) scale(.43)}to{transform:translate(71.3296vw,99vh) scale(.43)}}.snow:nth-child(334){opacity:1.665;transform:translate(78.8362vw,-10px) scale(.3909);animation:fall-334 11s -26s linear infinite}@keyframes fall-334{60.026%{transform:translate(81.9679vw,60.026vh) scale(.3909)}to{transform:translate(80.40205vw,99vh) scale(.3909)}}.snow:nth-child(335){opacity:.3564;transform:translate(91.7787vw,-10px) scale(.916);animation:fall-335 17s -3s linear infinite}@keyframes fall-335{68.911%{transform:translate(83.6794vw,68.911vh) scale(.916)}to{transform:translate(87.72905vw,99vh) scale(.916)}}.snow:nth-child(336){opacity:.7488;transform:translate(93.4154vw,-10px) scale(.6529);animation:fall-336 12s -29s linear infinite}@keyframes fall-336{63.384%{transform:translate(87.1687vw,63.384vh) scale(.6529)}to{transform:translate(90.29205vw,99vh) scale(.6529)}}.snow:nth-child(337){opacity:1.8536;transform:translate(48.5572vw,-10px) scale(.1887);animation:fall-337 29s -9s linear infinite}@keyframes fall-337{36.446%{transform:translate(49.6653vw,36.446vh) scale(.1887)}to{transform:translate(49.11125vw,99vh) scale(.1887)}}.snow:nth-child(338){opacity:1.797;transform:translate(5.9924vw,-10px) scale(.6543);animation:fall-338 11s -22s linear infinite}@keyframes fall-338{47.921%{transform:translate(-2.285vw,47.921vh) scale(.6543)}to{transform:translate(1.8537vw,99vh) scale(.6543)}}.snow:nth-child(339){opacity:.3646;transform:translate(60.2943vw,-10px) scale(.8988);animation:fall-339 10s -15s linear infinite}@keyframes fall-339{38.972%{transform:translate(52.6165vw,38.972vh) scale(.8988)}to{transform:translate(56.4554vw,99vh) scale(.8988)}}.snow:nth-child(340){opacity:.3984;transform:translate(6.5612vw,-10px) scale(.2866);animation:fall-340 30s -10s linear infinite}@keyframes fall-340{62.119%{transform:translate(5.2372vw,62.119vh) scale(.2866)}to{transform:translate(5.8992vw,99vh) scale(.2866)}}.snow:nth-child(341){opacity:.388;transform:translate(61.2958vw,-10px) scale(.4453);animation:fall-341 24s -16s linear infinite}@keyframes fall-341{55.776%{transform:translate(52.9975vw,55.776vh) scale(.4453)}to{transform:translate(57.14665vw,99vh) scale(.4453)}}.snow:nth-child(342){opacity:.2976;transform:translate(29.6715vw,-10px) scale(.7597);animation:fall-342 18s -28s linear infinite}@keyframes fall-342{54.531%{transform:translate(32.4148vw,54.531vh) scale(.7597)}to{transform:translate(31.04315vw,99vh) scale(.7597)}}.snow:nth-child(343){opacity:.2742;transform:translate(74.8008vw,-10px) scale(.1992);animation:fall-343 30s -27s linear infinite}@keyframes fall-343{51.137%{transform:translate(74.6906vw,51.137vh) scale(.1992)}to{transform:translate(74.7457vw,99vh) scale(.1992)}}.snow:nth-child(344){opacity:.2226;transform:translate(45.2481vw,-10px) scale(.584);animation:fall-344 26s -30s linear infinite}@keyframes fall-344{56.262%{transform:translate(48.9466vw,56.262vh) scale(.584)}to{transform:translate(47.09735vw,99vh) scale(.584)}}.snow:nth-child(345){opacity:1.5242;transform:translate(16.1335vw,-10px) scale(.1504);animation:fall-345 28s -1s linear infinite}@keyframes fall-345{68.268%{transform:translate(21.8758vw,68.268vh) scale(.1504)}to{transform:translate(19.00465vw,99vh) scale(.1504)}}.snow:nth-child(346){opacity:.4948;transform:translate(22.6519vw,-10px) scale(.4843);animation:fall-346 20s -2s linear infinite}@keyframes fall-346{55.602%{transform:translate(21.7584vw,55.602vh) scale(.4843)}to{transform:translate(22.20515vw,99vh) scale(.4843)}}.snow:nth-child(347){opacity:.1638;transform:translate(34.4145vw,-10px) scale(.8392);animation:fall-347 19s -10s linear infinite}@keyframes fall-347{72.948%{transform:translate(24.4201vw,72.948vh) scale(.8392)}to{transform:translate(29.4173vw,99vh) scale(.8392)}}.snow:nth-child(348){opacity:.7238;transform:translate(42.8846vw,-10px) scale(.912);animation:fall-348 21s -17s linear infinite}@keyframes fall-348{33.166%{transform:translate(34.9748vw,33.166vh) scale(.912)}to{transform:translate(38.9297vw,99vh) scale(.912)}}.snow:nth-child(349){opacity:.4576;transform:translate(70.8308vw,-10px) scale(.0922);animation:fall-349 12s -10s linear infinite}@keyframes fall-349{77.766%{transform:translate(73.5148vw,77.766vh) scale(.0922)}to{transform:translate(72.1728vw,99vh) scale(.0922)}}.snow:nth-child(350){opacity:.9144;transform:translate(8.2481vw,-10px) scale(.078);animation:fall-350 13s -30s linear infinite}@keyframes fall-350{44.831%{transform:translate(14.2021vw,44.831vh) scale(.078)}to{transform:translate(11.2251vw,99vh) scale(.078)}}.snow:nth-child(351){opacity:.4378;transform:translate(86.434vw,-10px) scale(.2064);animation:fall-351 30s -2s linear infinite}@keyframes fall-351{60.806%{transform:translate(82.9566vw,60.806vh) scale(.2064)}to{transform:translate(84.6953vw,99vh) scale(.2064)}}.snow:nth-child(352){opacity:.0006;transform:translate(45.1959vw,-10px) scale(.7218);animation:fall-352 15s -14s linear infinite}@keyframes fall-352{77.899%{transform:translate(35.428vw,77.899vh) scale(.7218)}to{transform:translate(40.31195vw,99vh) scale(.7218)}}.snow:nth-child(353){opacity:1.9544;transform:translate(21.7535vw,-10px) scale(.7552);animation:fall-353 13s -13s linear infinite}@keyframes fall-353{56.873%{transform:translate(14.365vw,56.873vh) scale(.7552)}to{transform:translate(18.05925vw,99vh) scale(.7552)}}.snow:nth-child(354){opacity:.8546;transform:translate(98.7661vw,-10px) scale(.354);animation:fall-354 10s -11s linear infinite}@keyframes fall-354{44.781%{transform:translate(106.3839vw,44.781vh) scale(.354)}to{transform:translate(102.575vw,99vh) scale(.354)}}.snow:nth-child(355){opacity:.0374;transform:translate(32.6533vw,-10px) scale(.6385);animation:fall-355 24s -15s linear infinite}@keyframes fall-355{57.663%{transform:translate(28.2156vw,57.663vh) scale(.6385)}to{transform:translate(30.43445vw,99vh) scale(.6385)}}.snow:nth-child(356){opacity:.5186;transform:translate(97.9376vw,-10px) scale(.0906);animation:fall-356 29s -10s linear infinite}@keyframes fall-356{79.869%{transform:translate(91.433vw,79.869vh) scale(.0906)}to{transform:translate(94.6853vw,99vh) scale(.0906)}}.snow:nth-child(357){opacity:1.4382;transform:translate(71.7061vw,-10px) scale(.0303);animation:fall-357 24s -18s linear infinite}@keyframes fall-357{38.511%{transform:translate(78.6608vw,38.511vh) scale(.0303)}to{transform:translate(75.18345vw,99vh) scale(.0303)}}.snow:nth-child(358){opacity:1.4752;transform:translate(26.1796vw,-10px) scale(.7113);animation:fall-358 13s -26s linear infinite}@keyframes fall-358{39.819%{transform:translate(21.384vw,39.819vh) scale(.7113)}to{transform:translate(23.7818vw,99vh) scale(.7113)}}.snow:nth-child(359){opacity:1.4832;transform:translate(67.999vw,-10px) scale(.2657);animation:fall-359 16s -6s linear infinite}@keyframes fall-359{33.415%{transform:translate(58.2669vw,33.415vh) scale(.2657)}to{transform:translate(63.13295vw,99vh) scale(.2657)}}.snow:nth-child(360){opacity:.3058;transform:translate(49.575vw,-10px) scale(.754);animation:fall-360 28s -7s linear infinite}@keyframes fall-360{38.088%{transform:translate(58.425vw,38.088vh) scale(.754)}to{transform:translate(54vw,99vh) scale(.754)}}.snow:nth-child(361){opacity:1.0716;transform:translate(49.0908vw,-10px) scale(.491);animation:fall-361 22s -26s linear infinite}@keyframes fall-361{78.47%{transform:translate(43.2022vw,78.47vh) scale(.491)}to{transform:translate(46.1465vw,99vh) scale(.491)}}.snow:nth-child(362){opacity:1.8124;transform:translate(91.8245vw,-10px) scale(.0239);animation:fall-362 10s -15s linear infinite}@keyframes fall-362{40.693%{transform:translate(92.8298vw,40.693vh) scale(.0239)}to{transform:translate(92.32715vw,99vh) scale(.0239)}}.snow:nth-child(363){opacity:.9392;transform:translate(38.2873vw,-10px) scale(.0519);animation:fall-363 25s -22s linear infinite}@keyframes fall-363{53.376%{transform:translate(36.286vw,53.376vh) scale(.0519)}to{transform:translate(37.28665vw,99vh) scale(.0519)}}.snow:nth-child(364){opacity:1.5576;transform:translate(99.9564vw,-10px) scale(.0386);animation:fall-364 19s -1s linear infinite}@keyframes fall-364{35.649%{transform:translate(100.5291vw,35.649vh) scale(.0386)}to{transform:translate(100.24275vw,99vh) scale(.0386)}}.snow:nth-child(365){opacity:.066;transform:translate(32.4027vw,-10px) scale(.1004);animation:fall-365 23s -21s linear infinite}@keyframes fall-365{30.023%{transform:translate(31.2449vw,30.023vh) scale(.1004)}to{transform:translate(31.8238vw,99vh) scale(.1004)}}.snow:nth-child(366){opacity:1.4518;transform:translate(71.3218vw,-10px) scale(.1157);animation:fall-366 28s -25s linear infinite}@keyframes fall-366{51.118%{transform:translate(66.9899vw,51.118vh) scale(.1157)}to{transform:translate(69.15585vw,99vh) scale(.1157)}}.snow:nth-child(367){opacity:.705;transform:translate(11.6047vw,-10px) scale(.832);animation:fall-367 27s -9s linear infinite}@keyframes fall-367{77.985%{transform:translate(19.2858vw,77.985vh) scale(.832)}to{transform:translate(15.44525vw,99vh) scale(.832)}}.snow:nth-child(368){opacity:.1182;transform:translate(57.7344vw,-10px) scale(.9628);animation:fall-368 14s -7s linear infinite}@keyframes fall-368{73.795%{transform:translate(54.4417vw,73.795vh) scale(.9628)}to{transform:translate(56.08805vw,99vh) scale(.9628)}}.snow:nth-child(369){opacity:.717;transform:translate(82.4342vw,-10px) scale(.6085);animation:fall-369 10s -28s linear infinite}@keyframes fall-369{71.264%{transform:translate(79.4051vw,71.264vh) scale(.6085)}to{transform:translate(80.91965vw,99vh) scale(.6085)}}.snow:nth-child(370){opacity:.7404;transform:translate(3.1649vw,-10px) scale(.0202);animation:fall-370 23s -22s linear infinite}@keyframes fall-370{68.95%{transform:translate(8.6166vw,68.95vh) scale(.0202)}to{transform:translate(5.89075vw,99vh) scale(.0202)}}.snow:nth-child(371){opacity:.0414;transform:translate(1.2491vw,-10px) scale(.1638);animation:fall-371 16s -25s linear infinite}@keyframes fall-371{73.814%{transform:translate(-8.5479vw,73.814vh) scale(.1638)}to{transform:translate(-3.6494vw,99vh) scale(.1638)}}.snow:nth-child(372){opacity:.2136;transform:translate(.5374vw,-10px) scale(.9874);animation:fall-372 19s -3s linear infinite}@keyframes fall-372{74.249%{transform:translate(-4.4213vw,74.249vh) scale(.9874)}to{transform:translate(-1.94195vw,99vh) scale(.9874)}}.snow:nth-child(373){opacity:.0788;transform:translate(73.9562vw,-10px) scale(.5457);animation:fall-373 18s -7s linear infinite}@keyframes fall-373{60.144%{transform:translate(79.8604vw,60.144vh) scale(.5457)}to{transform:translate(76.9083vw,99vh) scale(.5457)}}.snow:nth-child(374){opacity:1.587;transform:translate(67.4028vw,-10px) scale(.1249);animation:fall-374 19s -28s linear infinite}@keyframes fall-374{68.686%{transform:translate(69.7022vw,68.686vh) scale(.1249)}to{transform:translate(68.5525vw,99vh) scale(.1249)}}.snow:nth-child(375){opacity:.1314;transform:translate(85.783vw,-10px) scale(.6562);animation:fall-375 29s -1s linear infinite}@keyframes fall-375{74.642%{transform:translate(80.0365vw,74.642vh) scale(.6562)}to{transform:translate(82.90975vw,99vh) scale(.6562)}}.snow:nth-child(376){opacity:.0626;transform:translate(7.0569vw,-10px) scale(.5714);animation:fall-376 12s -26s linear infinite}@keyframes fall-376{34.034%{transform:translate(-1.2869vw,34.034vh) scale(.5714)}to{transform:translate(2.885vw,99vh) scale(.5714)}}.snow:nth-child(377){opacity:.2068;transform:translate(5.5364vw,-10px) scale(.3552);animation:fall-377 27s -12s linear infinite}@keyframes fall-377{66.198%{transform:translate(15.4716vw,66.198vh) scale(.3552)}to{transform:translate(10.504vw,99vh) scale(.3552)}}.snow:nth-child(378){opacity:.382;transform:translate(37.4583vw,-10px) scale(.0488);animation:fall-378 24s -22s linear infinite}@keyframes fall-378{40.398%{transform:translate(42.8744vw,40.398vh) scale(.0488)}to{transform:translate(40.16635vw,99vh) scale(.0488)}}.snow:nth-child(379){opacity:1.1444;transform:translate(82.47vw,-10px) scale(.5812);animation:fall-379 23s -25s linear infinite}@keyframes fall-379{57.372%{transform:translate(76.4005vw,57.372vh) scale(.5812)}to{transform:translate(79.43525vw,99vh) scale(.5812)}}.snow:nth-child(380){opacity:1.1732;transform:translate(66.4491vw,-10px) scale(.3782);animation:fall-380 17s -7s linear infinite}@keyframes fall-380{61.248%{transform:translate(72.1776vw,61.248vh) scale(.3782)}to{transform:translate(69.31335vw,99vh) scale(.3782)}}.snow:nth-child(381){opacity:.1306;transform:translate(80.887vw,-10px) scale(.4854);animation:fall-381 11s -9s linear infinite}@keyframes fall-381{34.355%{transform:translate(85.17vw,34.355vh) scale(.4854)}to{transform:translate(83.0285vw,99vh) scale(.4854)}}.snow:nth-child(382){opacity:.3428;transform:translate(37.3656vw,-10px) scale(.4126);animation:fall-382 27s -5s linear infinite}@keyframes fall-382{32.766%{transform:translate(38.2466vw,32.766vh) scale(.4126)}to{transform:translate(37.8061vw,99vh) scale(.4126)}}.snow:nth-child(383){opacity:.4978;transform:translate(46.9393vw,-10px) scale(.2199);animation:fall-383 17s -5s linear infinite}@keyframes fall-383{72.187%{transform:translate(56.7151vw,72.187vh) scale(.2199)}to{transform:translate(51.8272vw,99vh) scale(.2199)}}.snow:nth-child(384){opacity:1.9454;transform:translate(96.6665vw,-10px) scale(.2682);animation:fall-384 16s -9s linear infinite}@keyframes fall-384{42.024%{transform:translate(88.1363vw,42.024vh) scale(.2682)}to{transform:translate(92.4014vw,99vh) scale(.2682)}}.snow:nth-child(385){opacity:1.22;transform:translate(98.7456vw,-10px) scale(.3179);animation:fall-385 16s -11s linear infinite}@keyframes fall-385{68.069%{transform:translate(108.5255vw,68.069vh) scale(.3179)}to{transform:translate(103.63555vw,99vh) scale(.3179)}}.snow:nth-child(386){opacity:.0052;transform:translate(90.1715vw,-10px) scale(.8233);animation:fall-386 18s -1s linear infinite}@keyframes fall-386{64.214%{transform:translate(82.381vw,64.214vh) scale(.8233)}to{transform:translate(86.27625vw,99vh) scale(.8233)}}.snow:nth-child(387){opacity:.3274;transform:translate(72.7972vw,-10px) scale(.8733);animation:fall-387 29s -9s linear infinite}@keyframes fall-387{53.203%{transform:translate(68.9864vw,53.203vh) scale(.8733)}to{transform:translate(70.8918vw,99vh) scale(.8733)}}.snow:nth-child(388){opacity:1.5668;transform:translate(72.224vw,-10px) scale(.9352);animation:fall-388 15s -23s linear infinite}@keyframes fall-388{45.293%{transform:translate(62.6352vw,45.293vh) scale(.9352)}to{transform:translate(67.4296vw,99vh) scale(.9352)}}.snow:nth-child(389){opacity:1.6138;transform:translate(90.4146vw,-10px) scale(.5624);animation:fall-389 11s -24s linear infinite}@keyframes fall-389{38.836%{transform:translate(97.7583vw,38.836vh) scale(.5624)}to{transform:translate(94.08645vw,99vh) scale(.5624)}}.snow:nth-child(390){opacity:.3888;transform:translate(68.9734vw,-10px) scale(.2086);animation:fall-390 10s -25s linear infinite}@keyframes fall-390{47.864%{transform:translate(77.1009vw,47.864vh) scale(.2086)}to{transform:translate(73.03715vw,99vh) scale(.2086)}}.snow:nth-child(391){opacity:.7212;transform:translate(92.5191vw,-10px) scale(.336);animation:fall-391 10s -18s linear infinite}@keyframes fall-391{52.933%{transform:translate(99.1762vw,52.933vh) scale(.336)}to{transform:translate(95.84765vw,99vh) scale(.336)}}.snow:nth-child(392){opacity:.625;transform:translate(81.3554vw,-10px) scale(.2453);animation:fall-392 30s -26s linear infinite}@keyframes fall-392{36.629%{transform:translate(87.4394vw,36.629vh) scale(.2453)}to{transform:translate(84.3974vw,99vh) scale(.2453)}}.snow:nth-child(393){opacity:1.7272;transform:translate(91.2956vw,-10px) scale(.0888);animation:fall-393 14s -26s linear infinite}@keyframes fall-393{76.702%{transform:translate(88.3158vw,76.702vh) scale(.0888)}to{transform:translate(89.8057vw,99vh) scale(.0888)}}.snow:nth-child(394){opacity:.9386;transform:translate(69.7213vw,-10px) scale(.1626);animation:fall-394 24s -8s linear infinite}@keyframes fall-394{67.353%{transform:translate(66.4606vw,67.353vh) scale(.1626)}to{transform:translate(68.09095vw,99vh) scale(.1626)}}.snow:nth-child(395){opacity:.607;transform:translate(31.5525vw,-10px) scale(.8251);animation:fall-395 30s -7s linear infinite}@keyframes fall-395{55.404%{transform:translate(35.4008vw,55.404vh) scale(.8251)}to{transform:translate(33.47665vw,99vh) scale(.8251)}}.snow:nth-child(396){opacity:1.1472;transform:translate(60.134vw,-10px) scale(.1896);animation:fall-396 14s -22s linear infinite}@keyframes fall-396{62.794%{transform:translate(54.1558vw,62.794vh) scale(.1896)}to{transform:translate(57.1449vw,99vh) scale(.1896)}}.snow:nth-child(397){opacity:1.1974;transform:translate(3.6579vw,-10px) scale(.9474);animation:fall-397 22s -9s linear infinite}@keyframes fall-397{34.689%{transform:translate(11.9812vw,34.689vh) scale(.9474)}to{transform:translate(7.81955vw,99vh) scale(.9474)}}.snow:nth-child(398){opacity:.754;transform:translate(50.3901vw,-10px) scale(.727);animation:fall-398 14s -10s linear infinite}@keyframes fall-398{68.237%{transform:translate(48.9425vw,68.237vh) scale(.727)}to{transform:translate(49.6663vw,99vh) scale(.727)}}.snow:nth-child(399){opacity:.5318;transform:translate(91.4077vw,-10px) scale(.5787);animation:fall-399 14s -14s linear infinite}@keyframes fall-399{50.532%{transform:translate(92.2974vw,50.532vh) scale(.5787)}to{transform:translate(91.85255vw,99vh) scale(.5787)}}.snow:nth-child(400){opacity:1.0358;transform:translate(13.9696vw,-10px) scale(.014);animation:fall-400 11s -18s linear infinite}@keyframes fall-400{36.162%{transform:translate(23.8111vw,36.162vh) scale(.014)}to{transform:translate(18.89035vw,99vh) scale(.014)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.9098;transform:translate(14.563vw,-10px) scale(.8299);animation:fall-1 30s -26s linear infinite}@keyframes fall-1{38.231%{transform:translate(8.6436vw,38.231vh) scale(.8299)}to{transform:translate(11.6033vw,99vh) scale(.8299)}}.snow:nth-child(2){opacity:1.9662;transform:translate(38.1513vw,-10px) scale(.8838);animation:fall-2 17s -6s linear infinite}@keyframes fall-2{69.37%{transform:translate(33.6657vw,69.37vh) scale(.8838)}to{transform:translate(35.9085vw,99vh) scale(.8838)}}.snow:nth-child(3){opacity:.3814;transform:translate(28.907vw,-10px) scale(.3209);animation:fall-3 25s -22s linear infinite}@keyframes fall-3{73.228%{transform:translate(33.3701vw,73.228vh) scale(.3209)}to{transform:translate(31.13855vw,99vh) scale(.3209)}}.snow:nth-child(4){opacity:.2108;transform:translate(73.211vw,-10px) scale(.5072);animation:fall-4 11s -24s linear infinite}@keyframes fall-4{38.533%{transform:translate(77.7852vw,38.533vh) scale(.5072)}to{transform:translate(75.4981vw,99vh) scale(.5072)}}.snow:nth-child(5){opacity:.067;transform:translate(43.5143vw,-10px) scale(.8863);animation:fall-5 17s -28s linear infinite}@keyframes fall-5{59.601%{transform:translate(45.1046vw,59.601vh) scale(.8863)}to{transform:translate(44.30945vw,99vh) scale(.8863)}}.snow:nth-child(6){opacity:1.6544;transform:translate(67.2765vw,-10px) scale(.8532);animation:fall-6 30s -14s linear infinite}@keyframes fall-6{72.096%{transform:translate(64.504vw,72.096vh) scale(.8532)}to{transform:translate(65.89025vw,99vh) scale(.8532)}}.snow:nth-child(7){opacity:.0836;transform:translate(73.9595vw,-10px) scale(.944);animation:fall-7 19s -4s linear infinite}@keyframes fall-7{77.338%{transform:translate(71.0575vw,77.338vh) scale(.944)}to{transform:translate(72.5085vw,99vh) scale(.944)}}.snow:nth-child(8){opacity:1.0752;transform:translate(46.1582vw,-10px) scale(.9107);animation:fall-8 24s -29s linear infinite}@keyframes fall-8{33.547%{transform:translate(39.6928vw,33.547vh) scale(.9107)}to{transform:translate(42.9255vw,99vh) scale(.9107)}}.snow:nth-child(9){opacity:.1674;transform:translate(15.7707vw,-10px) scale(.3252);animation:fall-9 16s -27s linear infinite}@keyframes fall-9{30.978%{transform:translate(11.3258vw,30.978vh) scale(.3252)}to{transform:translate(13.54825vw,99vh) scale(.3252)}}.snow:nth-child(10){opacity:1.1206;transform:translate(87.5467vw,-10px) scale(.9181);animation:fall-10 29s -23s linear infinite}@keyframes fall-10{37.899%{transform:translate(91.8422vw,37.899vh) scale(.9181)}to{transform:translate(89.69445vw,99vh) scale(.9181)}}.snow:nth-child(11){opacity:.562;transform:translate(77.7768vw,-10px) scale(.9203);animation:fall-11 24s -5s linear infinite}@keyframes fall-11{78.83%{transform:translate(82.2036vw,78.83vh) scale(.9203)}to{transform:translate(79.9902vw,99vh) scale(.9203)}}.snow:nth-child(12){opacity:.7386;transform:translate(30.5767vw,-10px) scale(.6305);animation:fall-12 24s -21s linear infinite}@keyframes fall-12{61.245%{transform:translate(24.0537vw,61.245vh) scale(.6305)}to{transform:translate(27.3152vw,99vh) scale(.6305)}}.snow:nth-child(13){opacity:.3186;transform:translate(97.7235vw,-10px) scale(.0495);animation:fall-13 12s -16s linear infinite}@keyframes fall-13{49.472%{transform:translate(88.5639vw,49.472vh) scale(.0495)}to{transform:translate(93.1437vw,99vh) scale(.0495)}}.snow:nth-child(14){opacity:.4216;transform:translate(75.2673vw,-10px) scale(.6119);animation:fall-14 22s -12s linear infinite}@keyframes fall-14{41.557%{transform:translate(67.5185vw,41.557vh) scale(.6119)}to{transform:translate(71.3929vw,99vh) scale(.6119)}}.snow:nth-child(15){opacity:1.1308;transform:translate(45.8996vw,-10px) scale(.929);animation:fall-15 30s -16s linear infinite}@keyframes fall-15{47.025%{transform:translate(53.3721vw,47.025vh) scale(.929)}to{transform:translate(49.63585vw,99vh) scale(.929)}}.snow:nth-child(16){opacity:1.7314;transform:translate(95.8628vw,-10px) scale(.1175);animation:fall-16 16s -11s linear infinite}@keyframes fall-16{49.935%{transform:translate(90.969vw,49.935vh) scale(.1175)}to{transform:translate(93.4159vw,99vh) scale(.1175)}}.snow:nth-child(17){opacity:.6406;transform:translate(74.7844vw,-10px) scale(.861);animation:fall-17 11s -21s linear infinite}@keyframes fall-17{37.613%{transform:translate(65.8619vw,37.613vh) scale(.861)}to{transform:translate(70.32315vw,99vh) scale(.861)}}.snow:nth-child(18){opacity:1.0532;transform:translate(45.6331vw,-10px) scale(.759);animation:fall-18 28s -28s linear infinite}@keyframes fall-18{68.697%{transform:translate(39.2462vw,68.697vh) scale(.759)}to{transform:translate(42.43965vw,99vh) scale(.759)}}.snow:nth-child(19){opacity:.3276;transform:translate(55.6998vw,-10px) scale(.3089);animation:fall-19 12s -16s linear infinite}@keyframes fall-19{41.353%{transform:translate(48.5432vw,41.353vh) scale(.3089)}to{transform:translate(52.1215vw,99vh) scale(.3089)}}.snow:nth-child(20){opacity:1.2126;transform:translate(66.8946vw,-10px) scale(.8102);animation:fall-20 19s -4s linear infinite}@keyframes fall-20{54.221%{transform:translate(67.9551vw,54.221vh) scale(.8102)}to{transform:translate(67.42485vw,99vh) scale(.8102)}}.snow:nth-child(21){opacity:1.136;transform:translate(2.7614vw,-10px) scale(.3507);animation:fall-21 15s -29s linear infinite}@keyframes fall-21{66.904%{transform:translate(-4.2304vw,66.904vh) scale(.3507)}to{transform:translate(-.7345vw,99vh) scale(.3507)}}.snow:nth-child(22){opacity:1.8804;transform:translate(93.4524vw,-10px) scale(.0442);animation:fall-22 30s -8s linear infinite}@keyframes fall-22{73.609%{transform:translate(97.9903vw,73.609vh) scale(.0442)}to{transform:translate(95.72135vw,99vh) scale(.0442)}}.snow:nth-child(23){opacity:.9154;transform:translate(38.5914vw,-10px) scale(.6539);animation:fall-23 29s -4s linear infinite}@keyframes fall-23{61.544%{transform:translate(35.1598vw,61.544vh) scale(.6539)}to{transform:translate(36.8756vw,99vh) scale(.6539)}}.snow:nth-child(24){opacity:.0084;transform:translate(64.3438vw,-10px) scale(.3925);animation:fall-24 29s -29s linear infinite}@keyframes fall-24{69.619%{transform:translate(60.1692vw,69.619vh) scale(.3925)}to{transform:translate(62.2565vw,99vh) scale(.3925)}}.snow:nth-child(25){opacity:.9644;transform:translate(73.5302vw,-10px) scale(.4124);animation:fall-25 17s -17s linear infinite}@keyframes fall-25{49.542%{transform:translate(73.0025vw,49.542vh) scale(.4124)}to{transform:translate(73.26635vw,99vh) scale(.4124)}}.snow:nth-child(26){opacity:.0462;transform:translate(91.7986vw,-10px) scale(.6124);animation:fall-26 28s -28s linear infinite}@keyframes fall-26{64.378%{transform:translate(97.7122vw,64.378vh) scale(.6124)}to{transform:translate(94.7554vw,99vh) scale(.6124)}}.snow:nth-child(27){opacity:.4982;transform:translate(2.3129vw,-10px) scale(.8049);animation:fall-27 22s -13s linear infinite}@keyframes fall-27{30.368%{transform:translate(9.2484vw,30.368vh) scale(.8049)}to{transform:translate(5.78065vw,99vh) scale(.8049)}}.snow:nth-child(28){opacity:.9964;transform:translate(36.2737vw,-10px) scale(.3536);animation:fall-28 25s -13s linear infinite}@keyframes fall-28{78.325%{transform:translate(38.761vw,78.325vh) scale(.3536)}to{transform:translate(37.51735vw,99vh) scale(.3536)}}.snow:nth-child(29){opacity:.1364;transform:translate(23.0337vw,-10px) scale(.8342);animation:fall-29 29s -26s linear infinite}@keyframes fall-29{44.151%{transform:translate(21.965vw,44.151vh) scale(.8342)}to{transform:translate(22.49935vw,99vh) scale(.8342)}}.snow:nth-child(30){opacity:.8126;transform:translate(9.898vw,-10px) scale(.7394);animation:fall-30 30s -17s linear infinite}@keyframes fall-30{55.351%{transform:translate(13.7531vw,55.351vh) scale(.7394)}to{transform:translate(11.82555vw,99vh) scale(.7394)}}.snow:nth-child(31){opacity:1.1918;transform:translate(7.8196vw,-10px) scale(.3459);animation:fall-31 16s -25s linear infinite}@keyframes fall-31{60.306%{transform:translate(-.2229vw,60.306vh) scale(.3459)}to{transform:translate(3.79835vw,99vh) scale(.3459)}}.snow:nth-child(32){opacity:.2256;transform:translate(60.1057vw,-10px) scale(.0792);animation:fall-32 30s -30s linear infinite}@keyframes fall-32{54.787%{transform:translate(60.2162vw,54.787vh) scale(.0792)}to{transform:translate(60.16095vw,99vh) scale(.0792)}}.snow:nth-child(33){opacity:1.724;transform:translate(9.1528vw,-10px) scale(.2161);animation:fall-33 13s -9s linear infinite}@keyframes fall-33{48.658%{transform:translate(7.3625vw,48.658vh) scale(.2161)}to{transform:translate(8.25765vw,99vh) scale(.2161)}}.snow:nth-child(34){opacity:.2734;transform:translate(88.4442vw,-10px) scale(.2081);animation:fall-34 28s -10s linear infinite}@keyframes fall-34{35.599%{transform:translate(88.9068vw,35.599vh) scale(.2081)}to{transform:translate(88.6755vw,99vh) scale(.2081)}}.snow:nth-child(35){opacity:1.2996;transform:translate(65.8653vw,-10px) scale(.1872);animation:fall-35 19s -19s linear infinite}@keyframes fall-35{31.732%{transform:translate(68.9658vw,31.732vh) scale(.1872)}to{transform:translate(67.41555vw,99vh) scale(.1872)}}.snow:nth-child(36){opacity:.2622;transform:translate(94.6724vw,-10px) scale(.4802);animation:fall-36 12s -10s linear infinite}@keyframes fall-36{57.986%{transform:translate(92.0112vw,57.986vh) scale(.4802)}to{transform:translate(93.3418vw,99vh) scale(.4802)}}.snow:nth-child(37){opacity:1.2088;transform:translate(59.4481vw,-10px) scale(.3099);animation:fall-37 17s -24s linear infinite}@keyframes fall-37{65.059%{transform:translate(68.3971vw,65.059vh) scale(.3099)}to{transform:translate(63.9226vw,99vh) scale(.3099)}}.snow:nth-child(38){opacity:1.4596;transform:translate(66.0412vw,-10px) scale(.2509);animation:fall-38 26s -18s linear infinite}@keyframes fall-38{38.185%{transform:translate(67.002vw,38.185vh) scale(.2509)}to{transform:translate(66.5216vw,99vh) scale(.2509)}}.snow:nth-child(39){opacity:1.6224;transform:translate(54.3357vw,-10px) scale(.1079);animation:fall-39 15s -9s linear infinite}@keyframes fall-39{59.811%{transform:translate(46.8723vw,59.811vh) scale(.1079)}to{transform:translate(50.604vw,99vh) scale(.1079)}}.snow:nth-child(40){opacity:.9608;transform:translate(80.5994vw,-10px) scale(.3547);animation:fall-40 30s -30s linear infinite}@keyframes fall-40{53.907%{transform:translate(80.6321vw,53.907vh) scale(.3547)}to{transform:translate(80.61575vw,99vh) scale(.3547)}}.snow:nth-child(41){opacity:1.419;transform:translate(76.6448vw,-10px) scale(.076);animation:fall-41 17s -14s linear infinite}@keyframes fall-41{64.918%{transform:translate(81.9813vw,64.918vh) scale(.076)}to{transform:translate(79.31305vw,99vh) scale(.076)}}.snow:nth-child(42){opacity:.5678;transform:translate(73.098vw,-10px) scale(.9195);animation:fall-42 19s -20s linear infinite}@keyframes fall-42{78.78%{transform:translate(78.8613vw,78.78vh) scale(.9195)}to{transform:translate(75.97965vw,99vh) scale(.9195)}}.snow:nth-child(43){opacity:1.2836;transform:translate(44.0866vw,-10px) scale(.1551);animation:fall-43 20s -5s linear infinite}@keyframes fall-43{73.435%{transform:translate(39.0767vw,73.435vh) scale(.1551)}to{transform:translate(41.58165vw,99vh) scale(.1551)}}.snow:nth-child(44){opacity:.7244;transform:translate(74.7787vw,-10px) scale(.3037);animation:fall-44 10s -4s linear infinite}@keyframes fall-44{73.633%{transform:translate(78.2489vw,73.633vh) scale(.3037)}to{transform:translate(76.5138vw,99vh) scale(.3037)}}.snow:nth-child(45){opacity:.0478;transform:translate(90.8485vw,-10px) scale(.1942);animation:fall-45 10s -16s linear infinite}@keyframes fall-45{42.606%{transform:translate(87.0781vw,42.606vh) scale(.1942)}to{transform:translate(88.9633vw,99vh) scale(.1942)}}.snow:nth-child(46){opacity:.6732;transform:translate(31.0788vw,-10px) scale(.6139);animation:fall-46 27s -10s linear infinite}@keyframes fall-46{73.471%{transform:translate(30.3141vw,73.471vh) scale(.6139)}to{transform:translate(30.69645vw,99vh) scale(.6139)}}.snow:nth-child(47){opacity:1.5578;transform:translate(79.8441vw,-10px) scale(.8256);animation:fall-47 27s -1s linear infinite}@keyframes fall-47{58.463%{transform:translate(76.8311vw,58.463vh) scale(.8256)}to{transform:translate(78.3376vw,99vh) scale(.8256)}}.snow:nth-child(48){opacity:1.46;transform:translate(9.4421vw,-10px) scale(.5219);animation:fall-48 17s -28s linear infinite}@keyframes fall-48{47.236%{transform:translate(18.4856vw,47.236vh) scale(.5219)}to{transform:translate(13.96385vw,99vh) scale(.5219)}}.snow:nth-child(49){opacity:.4546;transform:translate(68.8404vw,-10px) scale(.47);animation:fall-49 14s -30s linear infinite}@keyframes fall-49{43.804%{transform:translate(71.8819vw,43.804vh) scale(.47)}to{transform:translate(70.36115vw,99vh) scale(.47)}}.snow:nth-child(50){opacity:1.8416;transform:translate(82.7724vw,-10px) scale(.1621);animation:fall-50 30s -7s linear infinite}@keyframes fall-50{53.517%{transform:translate(77.9845vw,53.517vh) scale(.1621)}to{transform:translate(80.37845vw,99vh) scale(.1621)}}.snow:nth-child(51){opacity:.2658;transform:translate(19.7454vw,-10px) scale(.6555);animation:fall-51 23s -27s linear infinite}@keyframes fall-51{64.286%{transform:translate(12.3752vw,64.286vh) scale(.6555)}to{transform:translate(16.0603vw,99vh) scale(.6555)}}.snow:nth-child(52){opacity:.7298;transform:translate(23.9296vw,-10px) scale(.1728);animation:fall-52 20s -5s linear infinite}@keyframes fall-52{39.846%{transform:translate(23.8108vw,39.846vh) scale(.1728)}to{transform:translate(23.8702vw,99vh) scale(.1728)}}.snow:nth-child(53){opacity:1.4812;transform:translate(88.3399vw,-10px) scale(.4735);animation:fall-53 20s -14s linear infinite}@keyframes fall-53{60.435%{transform:translate(84.2441vw,60.435vh) scale(.4735)}to{transform:translate(86.292vw,99vh) scale(.4735)}}.snow:nth-child(54){opacity:.742;transform:translate(95.5991vw,-10px) scale(.0787);animation:fall-54 13s -12s linear infinite}@keyframes fall-54{57.358%{transform:translate(102.6424vw,57.358vh) scale(.0787)}to{transform:translate(99.12075vw,99vh) scale(.0787)}}.snow:nth-child(55){opacity:1.3066;transform:translate(21.8431vw,-10px) scale(.7597);animation:fall-55 23s -11s linear infinite}@keyframes fall-55{59.548%{transform:translate(15.3851vw,59.548vh) scale(.7597)}to{transform:translate(18.6141vw,99vh) scale(.7597)}}.snow:nth-child(56){opacity:.424;transform:translate(66.3229vw,-10px) scale(.031);animation:fall-56 25s -18s linear infinite}@keyframes fall-56{36.21%{transform:translate(65.1175vw,36.21vh) scale(.031)}to{transform:translate(65.7202vw,99vh) scale(.031)}}.snow:nth-child(57){opacity:.5892;transform:translate(33.1804vw,-10px) scale(.5894);animation:fall-57 24s -19s linear infinite}@keyframes fall-57{54.26%{transform:translate(25.9494vw,54.26vh) scale(.5894)}to{transform:translate(29.5649vw,99vh) scale(.5894)}}.snow:nth-child(58){opacity:1.6628;transform:translate(34.2539vw,-10px) scale(.9231);animation:fall-58 24s -24s linear infinite}@keyframes fall-58{33.836%{transform:translate(32.7566vw,33.836vh) scale(.9231)}to{transform:translate(33.50525vw,99vh) scale(.9231)}}.snow:nth-child(59){opacity:1.7536;transform:translate(73.7309vw,-10px) scale(.4306);animation:fall-59 26s -8s linear infinite}@keyframes fall-59{70.982%{transform:translate(66.705vw,70.982vh) scale(.4306)}to{transform:translate(70.21795vw,99vh) scale(.4306)}}.snow:nth-child(60){opacity:.445;transform:translate(12.8969vw,-10px) scale(.9641);animation:fall-60 22s -28s linear infinite}@keyframes fall-60{41.86%{transform:translate(9.5276vw,41.86vh) scale(.9641)}to{transform:translate(11.21225vw,99vh) scale(.9641)}}.snow:nth-child(61){opacity:.347;transform:translate(1.3429vw,-10px) scale(.0993);animation:fall-61 21s -6s linear infinite}@keyframes fall-61{72.979%{transform:translate(-7.3047vw,72.979vh) scale(.0993)}to{transform:translate(-2.9809vw,99vh) scale(.0993)}}.snow:nth-child(62){opacity:.9666;transform:translate(15.037vw,-10px) scale(.6628);animation:fall-62 12s -26s linear infinite}@keyframes fall-62{63.066%{transform:translate(18.5596vw,63.066vh) scale(.6628)}to{transform:translate(16.7983vw,99vh) scale(.6628)}}.snow:nth-child(63){opacity:.6902;transform:translate(59.9681vw,-10px) scale(.296);animation:fall-63 11s -5s linear infinite}@keyframes fall-63{31.665%{transform:translate(50.7291vw,31.665vh) scale(.296)}to{transform:translate(55.3486vw,99vh) scale(.296)}}.snow:nth-child(64){opacity:.5446;transform:translate(5.4674vw,-10px) scale(.7656);animation:fall-64 22s -3s linear infinite}@keyframes fall-64{54.563%{transform:translate(10.8066vw,54.563vh) scale(.7656)}to{transform:translate(8.137vw,99vh) scale(.7656)}}.snow:nth-child(65){opacity:1.4868;transform:translate(60.3142vw,-10px) scale(.877);animation:fall-65 12s -5s linear infinite}@keyframes fall-65{64.906%{transform:translate(65.0995vw,64.906vh) scale(.877)}to{transform:translate(62.70685vw,99vh) scale(.877)}}.snow:nth-child(66){opacity:1.5552;transform:translate(73.6148vw,-10px) scale(.3764);animation:fall-66 16s -30s linear infinite}@keyframes fall-66{77.234%{transform:translate(74.7997vw,77.234vh) scale(.3764)}to{transform:translate(74.20725vw,99vh) scale(.3764)}}.snow:nth-child(67){opacity:.7672;transform:translate(91.9888vw,-10px) scale(.495);animation:fall-67 26s -28s linear infinite}@keyframes fall-67{79.826%{transform:translate(88.8122vw,79.826vh) scale(.495)}to{transform:translate(90.4005vw,99vh) scale(.495)}}.snow:nth-child(68){opacity:.5642;transform:translate(72.9015vw,-10px) scale(.8148);animation:fall-68 22s -11s linear infinite}@keyframes fall-68{37.002%{transform:translate(65.6407vw,37.002vh) scale(.8148)}to{transform:translate(69.2711vw,99vh) scale(.8148)}}.snow:nth-child(69){opacity:1.5742;transform:translate(95.868vw,-10px) scale(.5313);animation:fall-69 28s -13s linear infinite}@keyframes fall-69{56.875%{transform:translate(100.2377vw,56.875vh) scale(.5313)}to{transform:translate(98.05285vw,99vh) scale(.5313)}}.snow:nth-child(70){opacity:.5028;transform:translate(68.3235vw,-10px) scale(.804);animation:fall-70 27s -8s linear infinite}@keyframes fall-70{77.81%{transform:translate(75.0721vw,77.81vh) scale(.804)}to{transform:translate(71.6978vw,99vh) scale(.804)}}.snow:nth-child(71){opacity:.152;transform:translate(65.7231vw,-10px) scale(.9051);animation:fall-71 24s -28s linear infinite}@keyframes fall-71{40.778%{transform:translate(75.505vw,40.778vh) scale(.9051)}to{transform:translate(70.61405vw,99vh) scale(.9051)}}.snow:nth-child(72){opacity:.9152;transform:translate(83.0943vw,-10px) scale(.8264);animation:fall-72 17s -23s linear infinite}@keyframes fall-72{47.134%{transform:translate(76.895vw,47.134vh) scale(.8264)}to{transform:translate(79.99465vw,99vh) scale(.8264)}}.snow:nth-child(73){opacity:.0414;transform:translate(28.1106vw,-10px) scale(.1383);animation:fall-73 20s -6s linear infinite}@keyframes fall-73{69.221%{transform:translate(25.6796vw,69.221vh) scale(.1383)}to{transform:translate(26.8951vw,99vh) scale(.1383)}}.snow:nth-child(74){opacity:1.2298;transform:translate(25.8772vw,-10px) scale(.2482);animation:fall-74 10s -14s linear infinite}@keyframes fall-74{35.726%{transform:translate(31.1632vw,35.726vh) scale(.2482)}to{transform:translate(28.5202vw,99vh) scale(.2482)}}.snow:nth-child(75){opacity:.5448;transform:translate(67.0616vw,-10px) scale(.5559);animation:fall-75 19s -21s linear infinite}@keyframes fall-75{75.899%{transform:translate(74.859vw,75.899vh) scale(.5559)}to{transform:translate(70.9603vw,99vh) scale(.5559)}}.snow:nth-child(76){opacity:.6998;transform:translate(58.2108vw,-10px) scale(.5829);animation:fall-76 16s -30s linear infinite}@keyframes fall-76{32.438%{transform:translate(64.5947vw,32.438vh) scale(.5829)}to{transform:translate(61.40275vw,99vh) scale(.5829)}}.snow:nth-child(77){opacity:.8724;transform:translate(48.8278vw,-10px) scale(.7441);animation:fall-77 25s -3s linear infinite}@keyframes fall-77{35.27%{transform:translate(54.5673vw,35.27vh) scale(.7441)}to{transform:translate(51.69755vw,99vh) scale(.7441)}}.snow:nth-child(78){opacity:.1214;transform:translate(68.7428vw,-10px) scale(.4207);animation:fall-78 26s -13s linear infinite}@keyframes fall-78{54.339%{transform:translate(60.8652vw,54.339vh) scale(.4207)}to{transform:translate(64.804vw,99vh) scale(.4207)}}.snow:nth-child(79){opacity:.768;transform:translate(16.6657vw,-10px) scale(.3724);animation:fall-79 30s -2s linear infinite}@keyframes fall-79{77.668%{transform:translate(23.5407vw,77.668vh) scale(.3724)}to{transform:translate(20.1032vw,99vh) scale(.3724)}}.snow:nth-child(80){opacity:.6304;transform:translate(56.3597vw,-10px) scale(.0588);animation:fall-80 22s -19s linear infinite}@keyframes fall-80{59.127%{transform:translate(60.5662vw,59.127vh) scale(.0588)}to{transform:translate(58.46295vw,99vh) scale(.0588)}}.snow:nth-child(81){opacity:1.5714;transform:translate(83.7865vw,-10px) scale(.8757);animation:fall-81 17s -7s linear infinite}@keyframes fall-81{73.363%{transform:translate(80.6966vw,73.363vh) scale(.8757)}to{transform:translate(82.24155vw,99vh) scale(.8757)}}.snow:nth-child(82){opacity:.9094;transform:translate(63.4924vw,-10px) scale(.2626);animation:fall-82 28s -20s linear infinite}@keyframes fall-82{38.809%{transform:translate(64.1634vw,38.809vh) scale(.2626)}to{transform:translate(63.8279vw,99vh) scale(.2626)}}.snow:nth-child(83){opacity:.7146;transform:translate(69.6158vw,-10px) scale(.9412);animation:fall-83 11s -12s linear infinite}@keyframes fall-83{44.702%{transform:translate(77.6441vw,44.702vh) scale(.9412)}to{transform:translate(73.62995vw,99vh) scale(.9412)}}.snow:nth-child(84){opacity:1.9584;transform:translate(39.6625vw,-10px) scale(.8598);animation:fall-84 27s -14s linear infinite}@keyframes fall-84{32.389%{transform:translate(37.3192vw,32.389vh) scale(.8598)}to{transform:translate(38.49085vw,99vh) scale(.8598)}}.snow:nth-child(85){opacity:.8208;transform:translate(54.9485vw,-10px) scale(.328);animation:fall-85 22s -17s linear infinite}@keyframes fall-85{66.044%{transform:translate(58.5399vw,66.044vh) scale(.328)}to{transform:translate(56.7442vw,99vh) scale(.328)}}.snow:nth-child(86){opacity:1.336;transform:translate(17.1463vw,-10px) scale(.0582);animation:fall-86 12s -14s linear infinite}@keyframes fall-86{72.147%{transform:translate(15.271vw,72.147vh) scale(.0582)}to{transform:translate(16.20865vw,99vh) scale(.0582)}}.snow:nth-child(87){opacity:1.0382;transform:translate(45.7392vw,-10px) scale(.4104);animation:fall-87 17s -4s linear infinite}@keyframes fall-87{77.892%{transform:translate(52.6598vw,77.892vh) scale(.4104)}to{transform:translate(49.1995vw,99vh) scale(.4104)}}.snow:nth-child(88){opacity:1.8532;transform:translate(11.3112vw,-10px) scale(.1414);animation:fall-88 15s -21s linear infinite}@keyframes fall-88{60.522%{transform:translate(1.6041vw,60.522vh) scale(.1414)}to{transform:translate(6.45765vw,99vh) scale(.1414)}}.snow:nth-child(89){opacity:1.7368;transform:translate(14.8705vw,-10px) scale(.3353);animation:fall-89 30s -10s linear infinite}@keyframes fall-89{54.812%{transform:translate(21.6732vw,54.812vh) scale(.3353)}to{transform:translate(18.27185vw,99vh) scale(.3353)}}.snow:nth-child(90){opacity:1.0812;transform:translate(83.2885vw,-10px) scale(.0883);animation:fall-90 19s -22s linear infinite}@keyframes fall-90{62.268%{transform:translate(92.2941vw,62.268vh) scale(.0883)}to{transform:translate(87.7913vw,99vh) scale(.0883)}}.snow:nth-child(91){opacity:1.706;transform:translate(58.6421vw,-10px) scale(.9705);animation:fall-91 19s -23s linear infinite}@keyframes fall-91{48.69%{transform:translate(53.6683vw,48.69vh) scale(.9705)}to{transform:translate(56.1552vw,99vh) scale(.9705)}}.snow:nth-child(92){opacity:.3128;transform:translate(83.5579vw,-10px) scale(.0307);animation:fall-92 20s -9s linear infinite}@keyframes fall-92{52.893%{transform:translate(76.9262vw,52.893vh) scale(.0307)}to{transform:translate(80.24205vw,99vh) scale(.0307)}}.snow:nth-child(93){opacity:1.802;transform:translate(71.1961vw,-10px) scale(.0765);animation:fall-93 25s -21s linear infinite}@keyframes fall-93{55.457%{transform:translate(62.7242vw,55.457vh) scale(.0765)}to{transform:translate(66.96015vw,99vh) scale(.0765)}}.snow:nth-child(94){opacity:.1768;transform:translate(44.6823vw,-10px) scale(.0451);animation:fall-94 30s -17s linear infinite}@keyframes fall-94{68.018%{transform:translate(42.393vw,68.018vh) scale(.0451)}to{transform:translate(43.53765vw,99vh) scale(.0451)}}.snow:nth-child(95){opacity:1.1004;transform:translate(44.9173vw,-10px) scale(.9556);animation:fall-95 15s -15s linear infinite}@keyframes fall-95{49.851%{transform:translate(37.3417vw,49.851vh) scale(.9556)}to{transform:translate(41.1295vw,99vh) scale(.9556)}}.snow:nth-child(96){opacity:1.5434;transform:translate(55.8397vw,-10px) scale(.3465);animation:fall-96 16s -5s linear infinite}@keyframes fall-96{66.24%{transform:translate(60.191vw,66.24vh) scale(.3465)}to{transform:translate(58.01535vw,99vh) scale(.3465)}}.snow:nth-child(97){opacity:1.5134;transform:translate(7.0394vw,-10px) scale(.6426);animation:fall-97 29s -4s linear infinite}@keyframes fall-97{44.138%{transform:translate(-1.1683vw,44.138vh) scale(.6426)}to{transform:translate(2.93555vw,99vh) scale(.6426)}}.snow:nth-child(98){opacity:1.6374;transform:translate(16.9577vw,-10px) scale(.5039);animation:fall-98 10s -1s linear infinite}@keyframes fall-98{31.716%{transform:translate(8.2051vw,31.716vh) scale(.5039)}to{transform:translate(12.5814vw,99vh) scale(.5039)}}.snow:nth-child(99){opacity:1.9844;transform:translate(8.1972vw,-10px) scale(.1415);animation:fall-99 11s -29s linear infinite}@keyframes fall-99{32.652%{transform:translate(17.3011vw,32.652vh) scale(.1415)}to{transform:translate(12.74915vw,99vh) scale(.1415)}}.snow:nth-child(100){opacity:.3962;transform:translate(88.6365vw,-10px) scale(.0839);animation:fall-100 29s -29s linear infinite}@keyframes fall-100{42.586%{transform:translate(97.6361vw,42.586vh) scale(.0839)}to{transform:translate(93.1363vw,99vh) scale(.0839)}}.snow:nth-child(101){opacity:1.8844;transform:translate(.8041vw,-10px) scale(.7787);animation:fall-101 17s -16s linear infinite}@keyframes fall-101{30.784%{transform:translate(6.9927vw,30.784vh) scale(.7787)}to{transform:translate(3.8984vw,99vh) scale(.7787)}}.snow:nth-child(102){opacity:.4088;transform:translate(7.5074vw,-10px) scale(.4282);animation:fall-102 16s -12s linear infinite}@keyframes fall-102{53.172%{transform:translate(12.4461vw,53.172vh) scale(.4282)}to{transform:translate(9.97675vw,99vh) scale(.4282)}}.snow:nth-child(103){opacity:1.347;transform:translate(47.8317vw,-10px) scale(.3847);animation:fall-103 23s -30s linear infinite}@keyframes fall-103{34.392%{transform:translate(56.2625vw,34.392vh) scale(.3847)}to{transform:translate(52.0471vw,99vh) scale(.3847)}}.snow:nth-child(104){opacity:.568;transform:translate(96.0792vw,-10px) scale(.4443);animation:fall-104 14s -27s linear infinite}@keyframes fall-104{76.721%{transform:translate(87.9195vw,76.721vh) scale(.4443)}to{transform:translate(91.99935vw,99vh) scale(.4443)}}.snow:nth-child(105){opacity:1.235;transform:translate(24.3467vw,-10px) scale(.8378);animation:fall-105 23s -19s linear infinite}@keyframes fall-105{73.153%{transform:translate(29.9781vw,73.153vh) scale(.8378)}to{transform:translate(27.1624vw,99vh) scale(.8378)}}.snow:nth-child(106){opacity:1.842;transform:translate(64.3352vw,-10px) scale(.7711);animation:fall-106 21s -12s linear infinite}@keyframes fall-106{69.252%{transform:translate(57.1707vw,69.252vh) scale(.7711)}to{transform:translate(60.75295vw,99vh) scale(.7711)}}.snow:nth-child(107){opacity:1.6088;transform:translate(4.058vw,-10px) scale(.1835);animation:fall-107 22s -23s linear infinite}@keyframes fall-107{76.399%{transform:translate(7.7306vw,76.399vh) scale(.1835)}to{transform:translate(5.8943vw,99vh) scale(.1835)}}.snow:nth-child(108){opacity:1.795;transform:translate(77.1266vw,-10px) scale(.7454);animation:fall-108 26s -6s linear infinite}@keyframes fall-108{31.323%{transform:translate(83.5287vw,31.323vh) scale(.7454)}to{transform:translate(80.32765vw,99vh) scale(.7454)}}.snow:nth-child(109){opacity:.1456;transform:translate(84.3608vw,-10px) scale(.2952);animation:fall-109 23s -6s linear infinite}@keyframes fall-109{43.019%{transform:translate(81.6012vw,43.019vh) scale(.2952)}to{transform:translate(82.981vw,99vh) scale(.2952)}}.snow:nth-child(110){opacity:1.28;transform:translate(80.2908vw,-10px) scale(.907);animation:fall-110 15s -10s linear infinite}@keyframes fall-110{34.391%{transform:translate(81.8027vw,34.391vh) scale(.907)}to{transform:translate(81.04675vw,99vh) scale(.907)}}.snow:nth-child(111){opacity:1.88;transform:translate(66.4348vw,-10px) scale(.5722);animation:fall-111 11s -6s linear infinite}@keyframes fall-111{47.512%{transform:translate(70.571vw,47.512vh) scale(.5722)}to{transform:translate(68.5029vw,99vh) scale(.5722)}}.snow:nth-child(112){opacity:1.3658;transform:translate(73.3314vw,-10px) scale(.2049);animation:fall-112 24s -20s linear infinite}@keyframes fall-112{70.716%{transform:translate(70.861vw,70.716vh) scale(.2049)}to{transform:translate(72.0962vw,99vh) scale(.2049)}}.snow:nth-child(113){opacity:.0106;transform:translate(84.178vw,-10px) scale(.0897);animation:fall-113 11s -8s linear infinite}@keyframes fall-113{78.098%{transform:translate(88.7618vw,78.098vh) scale(.0897)}to{transform:translate(86.4699vw,99vh) scale(.0897)}}.snow:nth-child(114){opacity:.4146;transform:translate(59.8191vw,-10px) scale(.738);animation:fall-114 12s -14s linear infinite}@keyframes fall-114{50.368%{transform:translate(62.341vw,50.368vh) scale(.738)}to{transform:translate(61.08005vw,99vh) scale(.738)}}.snow:nth-child(115){opacity:1.5224;transform:translate(80.8715vw,-10px) scale(.58);animation:fall-115 21s -10s linear infinite}@keyframes fall-115{58.603%{transform:translate(80.8265vw,58.603vh) scale(.58)}to{transform:translate(80.849vw,99vh) scale(.58)}}.snow:nth-child(116){opacity:1.0476;transform:translate(39.0036vw,-10px) scale(.2219);animation:fall-116 22s -9s linear infinite}@keyframes fall-116{69.416%{transform:translate(31.9335vw,69.416vh) scale(.2219)}to{transform:translate(35.46855vw,99vh) scale(.2219)}}.snow:nth-child(117){opacity:.1928;transform:translate(61.8314vw,-10px) scale(.1734);animation:fall-117 14s -20s linear infinite}@keyframes fall-117{34.78%{transform:translate(65.6706vw,34.78vh) scale(.1734)}to{transform:translate(63.751vw,99vh) scale(.1734)}}.snow:nth-child(118){opacity:.1192;transform:translate(64.1511vw,-10px) scale(.8023);animation:fall-118 13s -11s linear infinite}@keyframes fall-118{52.544%{transform:translate(60.5935vw,52.544vh) scale(.8023)}to{transform:translate(62.3723vw,99vh) scale(.8023)}}.snow:nth-child(119){opacity:.4642;transform:translate(11.9812vw,-10px) scale(.5997);animation:fall-119 30s -19s linear infinite}@keyframes fall-119{43.161%{transform:translate(11.9922vw,43.161vh) scale(.5997)}to{transform:translate(11.9867vw,99vh) scale(.5997)}}.snow:nth-child(120){opacity:.6794;transform:translate(24.8004vw,-10px) scale(.6253);animation:fall-120 22s -19s linear infinite}@keyframes fall-120{54.811%{transform:translate(27.5047vw,54.811vh) scale(.6253)}to{transform:translate(26.15255vw,99vh) scale(.6253)}}.snow:nth-child(121){opacity:.014;transform:translate(58.1037vw,-10px) scale(.3888);animation:fall-121 27s -23s linear infinite}@keyframes fall-121{77.998%{transform:translate(58.2054vw,77.998vh) scale(.3888)}to{transform:translate(58.15455vw,99vh) scale(.3888)}}.snow:nth-child(122){opacity:1.5828;transform:translate(70.4219vw,-10px) scale(.9496);animation:fall-122 15s -22s linear infinite}@keyframes fall-122{60.466%{transform:translate(63.5737vw,60.466vh) scale(.9496)}to{transform:translate(66.9978vw,99vh) scale(.9496)}}.snow:nth-child(123){opacity:1.17;transform:translate(5.9034vw,-10px) scale(.1812);animation:fall-123 25s -6s linear infinite}@keyframes fall-123{39.023%{transform:translate(-4.0791vw,39.023vh) scale(.1812)}to{transform:translate(.91215vw,99vh) scale(.1812)}}.snow:nth-child(124){opacity:1.9548;transform:translate(32.3786vw,-10px) scale(.5599);animation:fall-124 10s -20s linear infinite}@keyframes fall-124{36.075%{transform:translate(28.0956vw,36.075vh) scale(.5599)}to{transform:translate(30.2371vw,99vh) scale(.5599)}}.snow:nth-child(125){opacity:.776;transform:translate(49.222vw,-10px) scale(.6835);animation:fall-125 20s -26s linear infinite}@keyframes fall-125{60.566%{transform:translate(46.441vw,60.566vh) scale(.6835)}to{transform:translate(47.8315vw,99vh) scale(.6835)}}.snow:nth-child(126){opacity:.6324;transform:translate(57.0852vw,-10px) scale(.0252);animation:fall-126 25s -19s linear infinite}@keyframes fall-126{53.893%{transform:translate(48.3449vw,53.893vh) scale(.0252)}to{transform:translate(52.71505vw,99vh) scale(.0252)}}.snow:nth-child(127){opacity:1.4738;transform:translate(89.5656vw,-10px) scale(.7682);animation:fall-127 15s -12s linear infinite}@keyframes fall-127{35.272%{transform:translate(96.9436vw,35.272vh) scale(.7682)}to{transform:translate(93.2546vw,99vh) scale(.7682)}}.snow:nth-child(128){opacity:1.2208;transform:translate(72.9732vw,-10px) scale(.4346);animation:fall-128 28s -1s linear infinite}@keyframes fall-128{49.297%{transform:translate(63.0976vw,49.297vh) scale(.4346)}to{transform:translate(68.0354vw,99vh) scale(.4346)}}.snow:nth-child(129){opacity:.3816;transform:translate(4.5923vw,-10px) scale(.6442);animation:fall-129 11s -10s linear infinite}@keyframes fall-129{47.293%{transform:translate(10.9154vw,47.293vh) scale(.6442)}to{transform:translate(7.75385vw,99vh) scale(.6442)}}.snow:nth-child(130){opacity:1.3026;transform:translate(40.4689vw,-10px) scale(.046);animation:fall-130 19s -22s linear infinite}@keyframes fall-130{44.615%{transform:translate(33.8389vw,44.615vh) scale(.046)}to{transform:translate(37.1539vw,99vh) scale(.046)}}.snow:nth-child(131){opacity:1.7728;transform:translate(71.5624vw,-10px) scale(.7547);animation:fall-131 15s -4s linear infinite}@keyframes fall-131{30.895%{transform:translate(80.3934vw,30.895vh) scale(.7547)}to{transform:translate(75.9779vw,99vh) scale(.7547)}}.snow:nth-child(132){opacity:.118;transform:translate(25.2634vw,-10px) scale(.8656);animation:fall-132 30s -14s linear infinite}@keyframes fall-132{45.353%{transform:translate(27.8819vw,45.353vh) scale(.8656)}to{transform:translate(26.57265vw,99vh) scale(.8656)}}.snow:nth-child(133){opacity:.354;transform:translate(98.9365vw,-10px) scale(.4937);animation:fall-133 25s -25s linear infinite}@keyframes fall-133{70.705%{transform:translate(99.1881vw,70.705vh) scale(.4937)}to{transform:translate(99.0623vw,99vh) scale(.4937)}}.snow:nth-child(134){opacity:1.1024;transform:translate(75.4002vw,-10px) scale(.0426);animation:fall-134 28s -19s linear infinite}@keyframes fall-134{68.274%{transform:translate(69.7306vw,68.274vh) scale(.0426)}to{transform:translate(72.5654vw,99vh) scale(.0426)}}.snow:nth-child(135){opacity:1.3368;transform:translate(70.8737vw,-10px) scale(.0185);animation:fall-135 22s -3s linear infinite}@keyframes fall-135{72.218%{transform:translate(77.5316vw,72.218vh) scale(.0185)}to{transform:translate(74.20265vw,99vh) scale(.0185)}}.snow:nth-child(136){opacity:1.0424;transform:translate(55.4287vw,-10px) scale(.4775);animation:fall-136 16s -26s linear infinite}@keyframes fall-136{58.452%{transform:translate(65.1715vw,58.452vh) scale(.4775)}to{transform:translate(60.3001vw,99vh) scale(.4775)}}.snow:nth-child(137){opacity:.7924;transform:translate(50.5129vw,-10px) scale(.1453);animation:fall-137 22s -14s linear infinite}@keyframes fall-137{49.103%{transform:translate(52.0431vw,49.103vh) scale(.1453)}to{transform:translate(51.278vw,99vh) scale(.1453)}}.snow:nth-child(138){opacity:.0412;transform:translate(10.8239vw,-10px) scale(.4035);animation:fall-138 14s -4s linear infinite}@keyframes fall-138{68.785%{transform:translate(11.6973vw,68.785vh) scale(.4035)}to{transform:translate(11.2606vw,99vh) scale(.4035)}}.snow:nth-child(139){opacity:.974;transform:translate(37.58vw,-10px) scale(.1491);animation:fall-139 10s -27s linear infinite}@keyframes fall-139{35.313%{transform:translate(32.6914vw,35.313vh) scale(.1491)}to{transform:translate(35.1357vw,99vh) scale(.1491)}}.snow:nth-child(140){opacity:.2788;transform:translate(43.3609vw,-10px) scale(.4982);animation:fall-140 13s -8s linear infinite}@keyframes fall-140{47.095%{transform:translate(43.0096vw,47.095vh) scale(.4982)}to{transform:translate(43.18525vw,99vh) scale(.4982)}}.snow:nth-child(141){opacity:.7706;transform:translate(81.0434vw,-10px) scale(.0927);animation:fall-141 16s -16s linear infinite}@keyframes fall-141{48.913%{transform:translate(79.539vw,48.913vh) scale(.0927)}to{transform:translate(80.2912vw,99vh) scale(.0927)}}.snow:nth-child(142){opacity:.8388;transform:translate(62.2606vw,-10px) scale(.9076);animation:fall-142 29s -15s linear infinite}@keyframes fall-142{30.823%{transform:translate(63.4634vw,30.823vh) scale(.9076)}to{transform:translate(62.862vw,99vh) scale(.9076)}}.snow:nth-child(143){opacity:.045;transform:translate(66.9614vw,-10px) scale(.988);animation:fall-143 30s -17s linear infinite}@keyframes fall-143{50.505%{transform:translate(61.9871vw,50.505vh) scale(.988)}to{transform:translate(64.47425vw,99vh) scale(.988)}}.snow:nth-child(144){opacity:1.982;transform:translate(55.3487vw,-10px) scale(.6269);animation:fall-144 17s -2s linear infinite}@keyframes fall-144{76.131%{transform:translate(55.9779vw,76.131vh) scale(.6269)}to{transform:translate(55.6633vw,99vh) scale(.6269)}}.snow:nth-child(145){opacity:.613;transform:translate(84.6397vw,-10px) scale(.8406);animation:fall-145 29s -26s linear infinite}@keyframes fall-145{64.135%{transform:translate(92.3777vw,64.135vh) scale(.8406)}to{transform:translate(88.5087vw,99vh) scale(.8406)}}.snow:nth-child(146){opacity:.5298;transform:translate(52.5611vw,-10px) scale(.4812);animation:fall-146 17s -28s linear infinite}@keyframes fall-146{64.127%{transform:translate(45.856vw,64.127vh) scale(.4812)}to{transform:translate(49.20855vw,99vh) scale(.4812)}}.snow:nth-child(147){opacity:.5638;transform:translate(41.3293vw,-10px) scale(.2156);animation:fall-147 18s -15s linear infinite}@keyframes fall-147{60.384%{transform:translate(41.0514vw,60.384vh) scale(.2156)}to{transform:translate(41.19035vw,99vh) scale(.2156)}}.snow:nth-child(148){opacity:.4456;transform:translate(59.0372vw,-10px) scale(.3541);animation:fall-148 12s -10s linear infinite}@keyframes fall-148{33.343%{transform:translate(67.6631vw,33.343vh) scale(.3541)}to{transform:translate(63.35015vw,99vh) scale(.3541)}}.snow:nth-child(149){opacity:1.7278;transform:translate(40.4135vw,-10px) scale(.3096);animation:fall-149 16s -29s linear infinite}@keyframes fall-149{57.961%{transform:translate(38.8686vw,57.961vh) scale(.3096)}to{transform:translate(39.64105vw,99vh) scale(.3096)}}.snow:nth-child(150){opacity:.9886;transform:translate(14.2958vw,-10px) scale(.4837);animation:fall-150 20s -2s linear infinite}@keyframes fall-150{34.89%{transform:translate(22.7056vw,34.89vh) scale(.4837)}to{transform:translate(18.5007vw,99vh) scale(.4837)}}.snow:nth-child(151){opacity:.0754;transform:translate(97.0282vw,-10px) scale(.5456);animation:fall-151 16s -14s linear infinite}@keyframes fall-151{73.955%{transform:translate(91.5435vw,73.955vh) scale(.5456)}to{transform:translate(94.28585vw,99vh) scale(.5456)}}.snow:nth-child(152){opacity:1.5616;transform:translate(43.1544vw,-10px) scale(.5267);animation:fall-152 26s -1s linear infinite}@keyframes fall-152{79.782%{transform:translate(45.9007vw,79.782vh) scale(.5267)}to{transform:translate(44.52755vw,99vh) scale(.5267)}}.snow:nth-child(153){opacity:1.611;transform:translate(12.6999vw,-10px) scale(.4346);animation:fall-153 30s -3s linear infinite}@keyframes fall-153{61.231%{transform:translate(13.4802vw,61.231vh) scale(.4346)}to{transform:translate(13.09005vw,99vh) scale(.4346)}}.snow:nth-child(154){opacity:1.066;transform:translate(74.5053vw,-10px) scale(.4314);animation:fall-154 14s -1s linear infinite}@keyframes fall-154{55.739%{transform:translate(65.281vw,55.739vh) scale(.4314)}to{transform:translate(69.89315vw,99vh) scale(.4314)}}.snow:nth-child(155){opacity:.6774;transform:translate(34.8507vw,-10px) scale(.2576);animation:fall-155 19s -1s linear infinite}@keyframes fall-155{66.738%{transform:translate(43.1086vw,66.738vh) scale(.2576)}to{transform:translate(38.97965vw,99vh) scale(.2576)}}.snow:nth-child(156){opacity:1.8042;transform:translate(37.5183vw,-10px) scale(.0291);animation:fall-156 13s -12s linear infinite}@keyframes fall-156{61.395%{transform:translate(34.2159vw,61.395vh) scale(.0291)}to{transform:translate(35.8671vw,99vh) scale(.0291)}}.snow:nth-child(157){opacity:1.1024;transform:translate(40.3383vw,-10px) scale(.0663);animation:fall-157 28s -24s linear infinite}@keyframes fall-157{67.85%{transform:translate(42.8349vw,67.85vh) scale(.0663)}to{transform:translate(41.5866vw,99vh) scale(.0663)}}.snow:nth-child(158){opacity:.9848;transform:translate(33.6041vw,-10px) scale(.2377);animation:fall-158 15s -2s linear infinite}@keyframes fall-158{59.434%{transform:translate(28.2031vw,59.434vh) scale(.2377)}to{transform:translate(30.9036vw,99vh) scale(.2377)}}.snow:nth-child(159){opacity:.298;transform:translate(4.1217vw,-10px) scale(.8641);animation:fall-159 18s -30s linear infinite}@keyframes fall-159{68.158%{transform:translate(-1.9389vw,68.158vh) scale(.8641)}to{transform:translate(1.0914vw,99vh) scale(.8641)}}.snow:nth-child(160){opacity:1.431;transform:translate(58.344vw,-10px) scale(.9549);animation:fall-160 27s -7s linear infinite}@keyframes fall-160{65.582%{transform:translate(58.2953vw,65.582vh) scale(.9549)}to{transform:translate(58.31965vw,99vh) scale(.9549)}}.snow:nth-child(161){opacity:1.6948;transform:translate(40.3244vw,-10px) scale(.2582);animation:fall-161 20s -7s linear infinite}@keyframes fall-161{52.329%{transform:translate(42.0656vw,52.329vh) scale(.2582)}to{transform:translate(41.195vw,99vh) scale(.2582)}}.snow:nth-child(162){opacity:1.521;transform:translate(63.8287vw,-10px) scale(.3979);animation:fall-162 20s -21s linear infinite}@keyframes fall-162{45.63%{transform:translate(63.7436vw,45.63vh) scale(.3979)}to{transform:translate(63.78615vw,99vh) scale(.3979)}}.snow:nth-child(163){opacity:1.377;transform:translate(62.5348vw,-10px) scale(.9294);animation:fall-163 27s -23s linear infinite}@keyframes fall-163{50.635%{transform:translate(60.6543vw,50.635vh) scale(.9294)}to{transform:translate(61.59455vw,99vh) scale(.9294)}}.snow:nth-child(164){opacity:1.7276;transform:translate(34.3392vw,-10px) scale(.7067);animation:fall-164 20s -16s linear infinite}@keyframes fall-164{63.604%{transform:translate(38.5222vw,63.604vh) scale(.7067)}to{transform:translate(36.4307vw,99vh) scale(.7067)}}.snow:nth-child(165){opacity:1.017;transform:translate(92.9885vw,-10px) scale(.9807);animation:fall-165 30s -12s linear infinite}@keyframes fall-165{65.6%{transform:translate(90.684vw,65.6vh) scale(.9807)}to{transform:translate(91.83625vw,99vh) scale(.9807)}}.snow:nth-child(166){opacity:.985;transform:translate(86.6092vw,-10px) scale(.3586);animation:fall-166 25s -11s linear infinite}@keyframes fall-166{53.17%{transform:translate(90.6991vw,53.17vh) scale(.3586)}to{transform:translate(88.65415vw,99vh) scale(.3586)}}.snow:nth-child(167){opacity:1.5632;transform:translate(40.5089vw,-10px) scale(.1206);animation:fall-167 10s -24s linear infinite}@keyframes fall-167{42.278%{transform:translate(40.3367vw,42.278vh) scale(.1206)}to{transform:translate(40.4228vw,99vh) scale(.1206)}}.snow:nth-child(168){opacity:.7072;transform:translate(22.0043vw,-10px) scale(.4048);animation:fall-168 23s -30s linear infinite}@keyframes fall-168{64.14%{transform:translate(17.633vw,64.14vh) scale(.4048)}to{transform:translate(19.81865vw,99vh) scale(.4048)}}.snow:nth-child(169){opacity:1.5724;transform:translate(37.599vw,-10px) scale(.2094);animation:fall-169 19s -29s linear infinite}@keyframes fall-169{56.153%{transform:translate(31.9859vw,56.153vh) scale(.2094)}to{transform:translate(34.79245vw,99vh) scale(.2094)}}.snow:nth-child(170){opacity:.135;transform:translate(19.1529vw,-10px) scale(.1031);animation:fall-170 17s -17s linear infinite}@keyframes fall-170{58.184%{transform:translate(23.0307vw,58.184vh) scale(.1031)}to{transform:translate(21.0918vw,99vh) scale(.1031)}}.snow:nth-child(171){opacity:.0576;transform:translate(40.0994vw,-10px) scale(.3677);animation:fall-171 18s -26s linear infinite}@keyframes fall-171{35.315%{transform:translate(30.2545vw,35.315vh) scale(.3677)}to{transform:translate(35.17695vw,99vh) scale(.3677)}}.snow:nth-child(172){opacity:.0874;transform:translate(53.8559vw,-10px) scale(.9373);animation:fall-172 13s -11s linear infinite}@keyframes fall-172{44.693%{transform:translate(54.3879vw,44.693vh) scale(.9373)}to{transform:translate(54.1219vw,99vh) scale(.9373)}}.snow:nth-child(173){opacity:.8908;transform:translate(79.7626vw,-10px) scale(.8854);animation:fall-173 14s -6s linear infinite}@keyframes fall-173{39.446%{transform:translate(72.7478vw,39.446vh) scale(.8854)}to{transform:translate(76.2552vw,99vh) scale(.8854)}}.snow:nth-child(174){opacity:.0886;transform:translate(39.1162vw,-10px) scale(.757);animation:fall-174 21s -16s linear infinite}@keyframes fall-174{65.734%{transform:translate(36.0224vw,65.734vh) scale(.757)}to{transform:translate(37.5693vw,99vh) scale(.757)}}.snow:nth-child(175){opacity:.4586;transform:translate(91.3003vw,-10px) scale(.293);animation:fall-175 14s -3s linear infinite}@keyframes fall-175{36.367%{transform:translate(97.9804vw,36.367vh) scale(.293)}to{transform:translate(94.64035vw,99vh) scale(.293)}}.snow:nth-child(176){opacity:.5702;transform:translate(27.3927vw,-10px) scale(.9307);animation:fall-176 15s -7s linear infinite}@keyframes fall-176{60.471%{transform:translate(26.1vw,60.471vh) scale(.9307)}to{transform:translate(26.74635vw,99vh) scale(.9307)}}.snow:nth-child(177){opacity:1.1528;transform:translate(21.9319vw,-10px) scale(.568);animation:fall-177 29s -20s linear infinite}@keyframes fall-177{76.22%{transform:translate(26.2074vw,76.22vh) scale(.568)}to{transform:translate(24.06965vw,99vh) scale(.568)}}.snow:nth-child(178){opacity:1.6616;transform:translate(56.382vw,-10px) scale(.1442);animation:fall-178 29s -7s linear infinite}@keyframes fall-178{34.33%{transform:translate(49.3799vw,34.33vh) scale(.1442)}to{transform:translate(52.88095vw,99vh) scale(.1442)}}.snow:nth-child(179){opacity:.9908;transform:translate(10.7609vw,-10px) scale(.2009);animation:fall-179 28s -5s linear infinite}@keyframes fall-179{56.481%{transform:translate(18.978vw,56.481vh) scale(.2009)}to{transform:translate(14.86945vw,99vh) scale(.2009)}}.snow:nth-child(180){opacity:1.2898;transform:translate(44.0341vw,-10px) scale(.3911);animation:fall-180 14s -22s linear infinite}@keyframes fall-180{45.425%{transform:translate(45.6759vw,45.425vh) scale(.3911)}to{transform:translate(44.855vw,99vh) scale(.3911)}}.snow:nth-child(181){opacity:1.21;transform:translate(84.9204vw,-10px) scale(.1259);animation:fall-181 16s -25s linear infinite}@keyframes fall-181{65.694%{transform:translate(78.3043vw,65.694vh) scale(.1259)}to{transform:translate(81.61235vw,99vh) scale(.1259)}}.snow:nth-child(182){opacity:.8852;transform:translate(99.7524vw,-10px) scale(.3172);animation:fall-182 24s -25s linear infinite}@keyframes fall-182{53.943%{transform:translate(104.3287vw,53.943vh) scale(.3172)}to{transform:translate(102.04055vw,99vh) scale(.3172)}}.snow:nth-child(183){opacity:.6238;transform:translate(92.8598vw,-10px) scale(.0258);animation:fall-183 30s -16s linear infinite}@keyframes fall-183{56.08%{transform:translate(91.6581vw,56.08vh) scale(.0258)}to{transform:translate(92.25895vw,99vh) scale(.0258)}}.snow:nth-child(184){opacity:1.9426;transform:translate(37.3294vw,-10px) scale(.074);animation:fall-184 26s -17s linear infinite}@keyframes fall-184{58.163%{transform:translate(43.0651vw,58.163vh) scale(.074)}to{transform:translate(40.19725vw,99vh) scale(.074)}}.snow:nth-child(185){opacity:1.7234;transform:translate(9.4166vw,-10px) scale(.5068);animation:fall-185 14s -1s linear infinite}@keyframes fall-185{42.926%{transform:translate(.2394vw,42.926vh) scale(.5068)}to{transform:translate(4.828vw,99vh) scale(.5068)}}.snow:nth-child(186){opacity:.734;transform:translate(96.4529vw,-10px) scale(.9208);animation:fall-186 30s -18s linear infinite}@keyframes fall-186{63.725%{transform:translate(94.1958vw,63.725vh) scale(.9208)}to{transform:translate(95.32435vw,99vh) scale(.9208)}}.snow:nth-child(187){opacity:.4046;transform:translate(99.1902vw,-10px) scale(.0944);animation:fall-187 10s -23s linear infinite}@keyframes fall-187{58.933%{transform:translate(93.6499vw,58.933vh) scale(.0944)}to{transform:translate(96.42005vw,99vh) scale(.0944)}}.snow:nth-child(188){opacity:1.1718;transform:translate(54.1189vw,-10px) scale(.87);animation:fall-188 30s -7s linear infinite}@keyframes fall-188{63.258%{transform:translate(48.371vw,63.258vh) scale(.87)}to{transform:translate(51.24495vw,99vh) scale(.87)}}.snow:nth-child(189){opacity:1.734;transform:translate(4.2246vw,-10px) scale(.3853);animation:fall-189 22s -13s linear infinite}@keyframes fall-189{59.442%{transform:translate(-4.6429vw,59.442vh) scale(.3853)}to{transform:translate(-.20915vw,99vh) scale(.3853)}}.snow:nth-child(190){opacity:.2146;transform:translate(87.9395vw,-10px) scale(.5721);animation:fall-190 12s -30s linear infinite}@keyframes fall-190{30.061%{transform:translate(94.962vw,30.061vh) scale(.5721)}to{transform:translate(91.45075vw,99vh) scale(.5721)}}.snow:nth-child(191){opacity:.3614;transform:translate(29.0368vw,-10px) scale(.8128);animation:fall-191 10s -16s linear infinite}@keyframes fall-191{50.293%{transform:translate(23.6886vw,50.293vh) scale(.8128)}to{transform:translate(26.3627vw,99vh) scale(.8128)}}.snow:nth-child(192){opacity:.3774;transform:translate(26.0437vw,-10px) scale(.9129);animation:fall-192 29s -20s linear infinite}@keyframes fall-192{51.4%{transform:translate(27.14vw,51.4vh) scale(.9129)}to{transform:translate(26.59185vw,99vh) scale(.9129)}}.snow:nth-child(193){opacity:1.0938;transform:translate(62.7508vw,-10px) scale(.5586);animation:fall-193 13s -28s linear infinite}@keyframes fall-193{63.451%{transform:translate(52.8371vw,63.451vh) scale(.5586)}to{transform:translate(57.79395vw,99vh) scale(.5586)}}.snow:nth-child(194){opacity:.5522;transform:translate(42.5056vw,-10px) scale(.6825);animation:fall-194 15s -28s linear infinite}@keyframes fall-194{30.269%{transform:translate(39.7201vw,30.269vh) scale(.6825)}to{transform:translate(41.11285vw,99vh) scale(.6825)}}.snow:nth-child(195){opacity:1.5298;transform:translate(4.515vw,-10px) scale(.7179);animation:fall-195 22s -26s linear infinite}@keyframes fall-195{44.108%{transform:translate(5.8537vw,44.108vh) scale(.7179)}to{transform:translate(5.18435vw,99vh) scale(.7179)}}.snow:nth-child(196){opacity:.2538;transform:translate(80.7715vw,-10px) scale(.3171);animation:fall-196 11s -29s linear infinite}@keyframes fall-196{47.907%{transform:translate(87.4142vw,47.907vh) scale(.3171)}to{transform:translate(84.09285vw,99vh) scale(.3171)}}.snow:nth-child(197){opacity:.5232;transform:translate(39.4412vw,-10px) scale(.1053);animation:fall-197 23s -1s linear infinite}@keyframes fall-197{69.618%{transform:translate(49.4106vw,69.618vh) scale(.1053)}to{transform:translate(44.4259vw,99vh) scale(.1053)}}.snow:nth-child(198){opacity:1.6174;transform:translate(84.573vw,-10px) scale(.4329);animation:fall-198 15s -25s linear infinite}@keyframes fall-198{74.414%{transform:translate(75.659vw,74.414vh) scale(.4329)}to{transform:translate(80.116vw,99vh) scale(.4329)}}.snow:nth-child(199){opacity:1.9322;transform:translate(65.0823vw,-10px) scale(.1011);animation:fall-199 23s -15s linear infinite}@keyframes fall-199{64.719%{transform:translate(68.9655vw,64.719vh) scale(.1011)}to{transform:translate(67.0239vw,99vh) scale(.1011)}}.snow:nth-child(200){opacity:.846;transform:translate(10.1949vw,-10px) scale(.13);animation:fall-200 17s -26s linear infinite}@keyframes fall-200{58.106%{transform:translate(7.5659vw,58.106vh) scale(.13)}to{transform:translate(8.8804vw,99vh) scale(.13)}}.snow:nth-child(201){opacity:.1756;transform:translate(49.4417vw,-10px) scale(.4602);animation:fall-201 23s -19s linear infinite}@keyframes fall-201{41.332%{transform:translate(45.4225vw,41.332vh) scale(.4602)}to{transform:translate(47.4321vw,99vh) scale(.4602)}}.snow:nth-child(202){opacity:.7474;transform:translate(32.2392vw,-10px) scale(.3056);animation:fall-202 10s -30s linear infinite}@keyframes fall-202{57.79%{transform:translate(24.1416vw,57.79vh) scale(.3056)}to{transform:translate(28.1904vw,99vh) scale(.3056)}}.snow:nth-child(203){opacity:1.2002;transform:translate(5.2787vw,-10px) scale(.1057);animation:fall-203 18s -8s linear infinite}@keyframes fall-203{38.202%{transform:translate(-3.2108vw,38.202vh) scale(.1057)}to{transform:translate(1.03395vw,99vh) scale(.1057)}}.snow:nth-child(204){opacity:1.7868;transform:translate(.3927vw,-10px) scale(.8975);animation:fall-204 17s -1s linear infinite}@keyframes fall-204{50.883%{transform:translate(9.9186vw,50.883vh) scale(.8975)}to{transform:translate(5.15565vw,99vh) scale(.8975)}}.snow:nth-child(205){opacity:.3158;transform:translate(42.1628vw,-10px) scale(.2734);animation:fall-205 10s -15s linear infinite}@keyframes fall-205{73.266%{transform:translate(38.6932vw,73.266vh) scale(.2734)}to{transform:translate(40.428vw,99vh) scale(.2734)}}.snow:nth-child(206){opacity:1.9002;transform:translate(49.1924vw,-10px) scale(.8244);animation:fall-206 14s -12s linear infinite}@keyframes fall-206{31.477%{transform:translate(47.2249vw,31.477vh) scale(.8244)}to{transform:translate(48.20865vw,99vh) scale(.8244)}}.snow:nth-child(207){opacity:.051;transform:translate(98.9811vw,-10px) scale(.5775);animation:fall-207 12s -26s linear infinite}@keyframes fall-207{38.489%{transform:translate(95.6452vw,38.489vh) scale(.5775)}to{transform:translate(97.31315vw,99vh) scale(.5775)}}.snow:nth-child(208){opacity:1.0928;transform:translate(31.8979vw,-10px) scale(.6231);animation:fall-208 16s -17s linear infinite}@keyframes fall-208{59.181%{transform:translate(39.2479vw,59.181vh) scale(.6231)}to{transform:translate(35.5729vw,99vh) scale(.6231)}}.snow:nth-child(209){opacity:1.2864;transform:translate(21.6559vw,-10px) scale(.9859);animation:fall-209 16s -21s linear infinite}@keyframes fall-209{62.482%{transform:translate(24.1158vw,62.482vh) scale(.9859)}to{transform:translate(22.88585vw,99vh) scale(.9859)}}.snow:nth-child(210){opacity:1.6996;transform:translate(50.9117vw,-10px) scale(.8478);animation:fall-210 28s -11s linear infinite}@keyframes fall-210{58.998%{transform:translate(44.1639vw,58.998vh) scale(.8478)}to{transform:translate(47.5378vw,99vh) scale(.8478)}}.snow:nth-child(211){opacity:1.2614;transform:translate(69.8823vw,-10px) scale(.9369);animation:fall-211 17s -23s linear infinite}@keyframes fall-211{34.896%{transform:translate(74.7487vw,34.896vh) scale(.9369)}to{transform:translate(72.3155vw,99vh) scale(.9369)}}.snow:nth-child(212){opacity:.0572;transform:translate(44.2377vw,-10px) scale(.6634);animation:fall-212 17s -5s linear infinite}@keyframes fall-212{37.092%{transform:translate(46.9264vw,37.092vh) scale(.6634)}to{transform:translate(45.58205vw,99vh) scale(.6634)}}.snow:nth-child(213){opacity:.65;transform:translate(24.9015vw,-10px) scale(.8811);animation:fall-213 15s -30s linear infinite}@keyframes fall-213{79.378%{transform:translate(23.7151vw,79.378vh) scale(.8811)}to{transform:translate(24.3083vw,99vh) scale(.8811)}}.snow:nth-child(214){opacity:.0906;transform:translate(45.923vw,-10px) scale(.0067);animation:fall-214 25s -2s linear infinite}@keyframes fall-214{54.855%{transform:translate(43.8797vw,54.855vh) scale(.0067)}to{transform:translate(44.90135vw,99vh) scale(.0067)}}.snow:nth-child(215){opacity:1.8342;transform:translate(83.7598vw,-10px) scale(.9767);animation:fall-215 24s -7s linear infinite}@keyframes fall-215{53.826%{transform:translate(77.719vw,53.826vh) scale(.9767)}to{transform:translate(80.7394vw,99vh) scale(.9767)}}.snow:nth-child(216){opacity:1.0884;transform:translate(32.5731vw,-10px) scale(.2233);animation:fall-216 24s -6s linear infinite}@keyframes fall-216{56.228%{transform:translate(37.8537vw,56.228vh) scale(.2233)}to{transform:translate(35.2134vw,99vh) scale(.2233)}}.snow:nth-child(217){opacity:.9628;transform:translate(41.8877vw,-10px) scale(.4272);animation:fall-217 22s -22s linear infinite}@keyframes fall-217{70.298%{transform:translate(42.0881vw,70.298vh) scale(.4272)}to{transform:translate(41.9879vw,99vh) scale(.4272)}}.snow:nth-child(218){opacity:1.073;transform:translate(45.9659vw,-10px) scale(.7142);animation:fall-218 16s -27s linear infinite}@keyframes fall-218{53.406%{transform:translate(44.6039vw,53.406vh) scale(.7142)}to{transform:translate(45.2849vw,99vh) scale(.7142)}}.snow:nth-child(219){opacity:1.175;transform:translate(96.3238vw,-10px) scale(.3066);animation:fall-219 27s -21s linear infinite}@keyframes fall-219{43.135%{transform:translate(95.3574vw,43.135vh) scale(.3066)}to{transform:translate(95.8406vw,99vh) scale(.3066)}}.snow:nth-child(220){opacity:.101;transform:translate(44.042vw,-10px) scale(.6074);animation:fall-220 10s -25s linear infinite}@keyframes fall-220{51.754%{transform:translate(38.2537vw,51.754vh) scale(.6074)}to{transform:translate(41.14785vw,99vh) scale(.6074)}}.snow:nth-child(221){opacity:.138;transform:translate(37.9583vw,-10px) scale(.3661);animation:fall-221 28s -7s linear infinite}@keyframes fall-221{50.385%{transform:translate(43.6489vw,50.385vh) scale(.3661)}to{transform:translate(40.8036vw,99vh) scale(.3661)}}.snow:nth-child(222){opacity:.342;transform:translate(25.1777vw,-10px) scale(.7337);animation:fall-222 26s -25s linear infinite}@keyframes fall-222{73.559%{transform:translate(26.8071vw,73.559vh) scale(.7337)}to{transform:translate(25.9924vw,99vh) scale(.7337)}}.snow:nth-child(223){opacity:.1444;transform:translate(95.6793vw,-10px) scale(.2944);animation:fall-223 19s -4s linear infinite}@keyframes fall-223{38.514%{transform:translate(103.6853vw,38.514vh) scale(.2944)}to{transform:translate(99.6823vw,99vh) scale(.2944)}}.snow:nth-child(224){opacity:1.596;transform:translate(24.0223vw,-10px) scale(.6579);animation:fall-224 24s -14s linear infinite}@keyframes fall-224{52.575%{transform:translate(31.4041vw,52.575vh) scale(.6579)}to{transform:translate(27.7132vw,99vh) scale(.6579)}}.snow:nth-child(225){opacity:1.6482;transform:translate(35.5555vw,-10px) scale(.3427);animation:fall-225 28s -14s linear infinite}@keyframes fall-225{36.303%{transform:translate(43.2774vw,36.303vh) scale(.3427)}to{transform:translate(39.41645vw,99vh) scale(.3427)}}.snow:nth-child(226){opacity:.4554;transform:translate(17.9161vw,-10px) scale(.6149);animation:fall-226 26s -11s linear infinite}@keyframes fall-226{40.783%{transform:translate(22.1159vw,40.783vh) scale(.6149)}to{transform:translate(20.016vw,99vh) scale(.6149)}}.snow:nth-child(227){opacity:.2226;transform:translate(84.6043vw,-10px) scale(.3216);animation:fall-227 22s -22s linear infinite}@keyframes fall-227{43.044%{transform:translate(92.0121vw,43.044vh) scale(.3216)}to{transform:translate(88.3082vw,99vh) scale(.3216)}}.snow:nth-child(228){opacity:.1646;transform:translate(68.7646vw,-10px) scale(.8097);animation:fall-228 19s -28s linear infinite}@keyframes fall-228{44.188%{transform:translate(74.6839vw,44.188vh) scale(.8097)}to{transform:translate(71.72425vw,99vh) scale(.8097)}}.snow:nth-child(229){opacity:1.9308;transform:translate(62.8647vw,-10px) scale(.2861);animation:fall-229 19s -29s linear infinite}@keyframes fall-229{51.408%{transform:translate(67.7198vw,51.408vh) scale(.2861)}to{transform:translate(65.29225vw,99vh) scale(.2861)}}.snow:nth-child(230){opacity:.762;transform:translate(37.2901vw,-10px) scale(.0768);animation:fall-230 13s -7s linear infinite}@keyframes fall-230{68.412%{transform:translate(42.6046vw,68.412vh) scale(.0768)}to{transform:translate(39.94735vw,99vh) scale(.0768)}}.snow:nth-child(231){opacity:1.0876;transform:translate(99.4034vw,-10px) scale(.7635);animation:fall-231 21s -14s linear infinite}@keyframes fall-231{62.087%{transform:translate(94.7395vw,62.087vh) scale(.7635)}to{transform:translate(97.07145vw,99vh) scale(.7635)}}.snow:nth-child(232){opacity:.347;transform:translate(91.9638vw,-10px) scale(.6797);animation:fall-232 26s -29s linear infinite}@keyframes fall-232{34.348%{transform:translate(88.6072vw,34.348vh) scale(.6797)}to{transform:translate(90.2855vw,99vh) scale(.6797)}}.snow:nth-child(233){opacity:.379;transform:translate(23.1383vw,-10px) scale(.3596);animation:fall-233 15s -2s linear infinite}@keyframes fall-233{37.4%{transform:translate(26.6529vw,37.4vh) scale(.3596)}to{transform:translate(24.8956vw,99vh) scale(.3596)}}.snow:nth-child(234){opacity:1.555;transform:translate(27.5301vw,-10px) scale(.1547);animation:fall-234 27s -12s linear infinite}@keyframes fall-234{57.816%{transform:translate(29.8737vw,57.816vh) scale(.1547)}to{transform:translate(28.7019vw,99vh) scale(.1547)}}.snow:nth-child(235){opacity:.1372;transform:translate(10.0455vw,-10px) scale(.061);animation:fall-235 30s -22s linear infinite}@keyframes fall-235{44.17%{transform:translate(13.7026vw,44.17vh) scale(.061)}to{transform:translate(11.87405vw,99vh) scale(.061)}}.snow:nth-child(236){opacity:1.9852;transform:translate(54.4816vw,-10px) scale(.3549);animation:fall-236 26s -13s linear infinite}@keyframes fall-236{71.044%{transform:translate(50.1907vw,71.044vh) scale(.3549)}to{transform:translate(52.33615vw,99vh) scale(.3549)}}.snow:nth-child(237){opacity:.8188;transform:translate(78.9806vw,-10px) scale(.2246);animation:fall-237 26s -7s linear infinite}@keyframes fall-237{31.028%{transform:translate(76.164vw,31.028vh) scale(.2246)}to{transform:translate(77.5723vw,99vh) scale(.2246)}}.snow:nth-child(238){opacity:1.4618;transform:translate(35.4549vw,-10px) scale(.1163);animation:fall-238 28s -3s linear infinite}@keyframes fall-238{32.726%{transform:translate(27.8914vw,32.726vh) scale(.1163)}to{transform:translate(31.67315vw,99vh) scale(.1163)}}.snow:nth-child(239){opacity:1.2242;transform:translate(52.4144vw,-10px) scale(.794);animation:fall-239 15s -9s linear infinite}@keyframes fall-239{64.591%{transform:translate(57.964vw,64.591vh) scale(.794)}to{transform:translate(55.1892vw,99vh) scale(.794)}}.snow:nth-child(240){opacity:1.0342;transform:translate(7.5471vw,-10px) scale(.1822);animation:fall-240 28s -6s linear infinite}@keyframes fall-240{50.786%{transform:translate(4.8893vw,50.786vh) scale(.1822)}to{transform:translate(6.2182vw,99vh) scale(.1822)}}.snow:nth-child(241){opacity:.7896;transform:translate(88.4174vw,-10px) scale(.9993);animation:fall-241 28s -18s linear infinite}@keyframes fall-241{77.6%{transform:translate(88.5974vw,77.6vh) scale(.9993)}to{transform:translate(88.5074vw,99vh) scale(.9993)}}.snow:nth-child(242){opacity:.7008;transform:translate(77.6654vw,-10px) scale(.6355);animation:fall-242 22s -19s linear infinite}@keyframes fall-242{34.267%{transform:translate(75.8242vw,34.267vh) scale(.6355)}to{transform:translate(76.7448vw,99vh) scale(.6355)}}.snow:nth-child(243){opacity:.233;transform:translate(39.1881vw,-10px) scale(.3063);animation:fall-243 12s -16s linear infinite}@keyframes fall-243{52.073%{transform:translate(34.8222vw,52.073vh) scale(.3063)}to{transform:translate(37.00515vw,99vh) scale(.3063)}}.snow:nth-child(244){opacity:.6414;transform:translate(4.7264vw,-10px) scale(.8904);animation:fall-244 12s -3s linear infinite}@keyframes fall-244{35.177%{transform:translate(5.089vw,35.177vh) scale(.8904)}to{transform:translate(4.9077vw,99vh) scale(.8904)}}.snow:nth-child(245){opacity:.8712;transform:translate(32.5359vw,-10px) scale(.396);animation:fall-245 10s -20s linear infinite}@keyframes fall-245{31.292%{transform:translate(35.8421vw,31.292vh) scale(.396)}to{transform:translate(34.189vw,99vh) scale(.396)}}.snow:nth-child(246){opacity:.7574;transform:translate(78.2256vw,-10px) scale(.2252);animation:fall-246 30s -12s linear infinite}@keyframes fall-246{64.594%{transform:translate(75.5888vw,64.594vh) scale(.2252)}to{transform:translate(76.9072vw,99vh) scale(.2252)}}.snow:nth-child(247){opacity:.2428;transform:translate(48.0323vw,-10px) scale(.4906);animation:fall-247 15s -23s linear infinite}@keyframes fall-247{77.561%{transform:translate(56.3828vw,77.561vh) scale(.4906)}to{transform:translate(52.20755vw,99vh) scale(.4906)}}.snow:nth-child(248){opacity:.8972;transform:translate(93.103vw,-10px) scale(.9923);animation:fall-248 21s -26s linear infinite}@keyframes fall-248{48.065%{transform:translate(87.4737vw,48.065vh) scale(.9923)}to{transform:translate(90.28835vw,99vh) scale(.9923)}}.snow:nth-child(249){opacity:1.8178;transform:translate(23.3498vw,-10px) scale(.3457);animation:fall-249 21s -4s linear infinite}@keyframes fall-249{57.069%{transform:translate(17.7558vw,57.069vh) scale(.3457)}to{transform:translate(20.5528vw,99vh) scale(.3457)}}.snow:nth-child(250){opacity:.282;transform:translate(70.0533vw,-10px) scale(.8778);animation:fall-250 28s -17s linear infinite}@keyframes fall-250{48.296%{transform:translate(65.3038vw,48.296vh) scale(.8778)}to{transform:translate(67.67855vw,99vh) scale(.8778)}}.snow:nth-child(251){opacity:.2668;transform:translate(58.5739vw,-10px) scale(.0923);animation:fall-251 17s -26s linear infinite}@keyframes fall-251{36.054%{transform:translate(54.539vw,36.054vh) scale(.0923)}to{transform:translate(56.55645vw,99vh) scale(.0923)}}.snow:nth-child(252){opacity:.4006;transform:translate(95.5078vw,-10px) scale(.315);animation:fall-252 13s -13s linear infinite}@keyframes fall-252{77.475%{transform:translate(101.0825vw,77.475vh) scale(.315)}to{transform:translate(98.29515vw,99vh) scale(.315)}}.snow:nth-child(253){opacity:.9796;transform:translate(14.975vw,-10px) scale(.8899);animation:fall-253 23s -22s linear infinite}@keyframes fall-253{59.34%{transform:translate(12.5371vw,59.34vh) scale(.8899)}to{transform:translate(13.75605vw,99vh) scale(.8899)}}.snow:nth-child(254){opacity:1.9004;transform:translate(36.9981vw,-10px) scale(.902);animation:fall-254 16s -27s linear infinite}@keyframes fall-254{77.617%{transform:translate(44.2006vw,77.617vh) scale(.902)}to{transform:translate(40.59935vw,99vh) scale(.902)}}.snow:nth-child(255){opacity:.27;transform:translate(42.3922vw,-10px) scale(.6774);animation:fall-255 21s -8s linear infinite}@keyframes fall-255{70.704%{transform:translate(52.2829vw,70.704vh) scale(.6774)}to{transform:translate(47.33755vw,99vh) scale(.6774)}}.snow:nth-child(256){opacity:.6448;transform:translate(69.1108vw,-10px) scale(.2998);animation:fall-256 19s -19s linear infinite}@keyframes fall-256{38.331%{transform:translate(61.7364vw,38.331vh) scale(.2998)}to{transform:translate(65.4236vw,99vh) scale(.2998)}}.snow:nth-child(257){opacity:1.6582;transform:translate(33.6967vw,-10px) scale(.698);animation:fall-257 10s -15s linear infinite}@keyframes fall-257{58.466%{transform:translate(23.8072vw,58.466vh) scale(.698)}to{transform:translate(28.75195vw,99vh) scale(.698)}}.snow:nth-child(258){opacity:.4792;transform:translate(39.2259vw,-10px) scale(.0846);animation:fall-258 28s -1s linear infinite}@keyframes fall-258{75.325%{transform:translate(31.3203vw,75.325vh) scale(.0846)}to{transform:translate(35.2731vw,99vh) scale(.0846)}}.snow:nth-child(259){opacity:1.798;transform:translate(94.3188vw,-10px) scale(.2963);animation:fall-259 29s -2s linear infinite}@keyframes fall-259{56.403%{transform:translate(92.6477vw,56.403vh) scale(.2963)}to{transform:translate(93.48325vw,99vh) scale(.2963)}}.snow:nth-child(260){opacity:.3376;transform:translate(62.8723vw,-10px) scale(.4685);animation:fall-260 13s -15s linear infinite}@keyframes fall-260{78.385%{transform:translate(71.7466vw,78.385vh) scale(.4685)}to{transform:translate(67.30945vw,99vh) scale(.4685)}}.snow:nth-child(261){opacity:.7038;transform:translate(71.0612vw,-10px) scale(.8194);animation:fall-261 10s -14s linear infinite}@keyframes fall-261{65.998%{transform:translate(73.318vw,65.998vh) scale(.8194)}to{transform:translate(72.1896vw,99vh) scale(.8194)}}.snow:nth-child(262){opacity:.594;transform:translate(43.3968vw,-10px) scale(.2364);animation:fall-262 20s -16s linear infinite}@keyframes fall-262{46.351%{transform:translate(45.5069vw,46.351vh) scale(.2364)}to{transform:translate(44.45185vw,99vh) scale(.2364)}}.snow:nth-child(263){opacity:1.3194;transform:translate(82.2591vw,-10px) scale(.8723);animation:fall-263 30s -4s linear infinite}@keyframes fall-263{45.653%{transform:translate(83.9968vw,45.653vh) scale(.8723)}to{transform:translate(83.12795vw,99vh) scale(.8723)}}.snow:nth-child(264){opacity:1.8438;transform:translate(43.3214vw,-10px) scale(.091);animation:fall-264 20s -4s linear infinite}@keyframes fall-264{69.182%{transform:translate(39.4015vw,69.182vh) scale(.091)}to{transform:translate(41.36145vw,99vh) scale(.091)}}.snow:nth-child(265){opacity:.1596;transform:translate(81.9359vw,-10px) scale(.5626);animation:fall-265 21s -17s linear infinite}@keyframes fall-265{72.171%{transform:translate(74.1412vw,72.171vh) scale(.5626)}to{transform:translate(78.03855vw,99vh) scale(.5626)}}.snow:nth-child(266){opacity:1.7766;transform:translate(66.1843vw,-10px) scale(.1867);animation:fall-266 21s -23s linear infinite}@keyframes fall-266{37.917%{transform:translate(61.4608vw,37.917vh) scale(.1867)}to{transform:translate(63.82255vw,99vh) scale(.1867)}}.snow:nth-child(267){opacity:.6868;transform:translate(89.7393vw,-10px) scale(.1368);animation:fall-267 10s -16s linear infinite}@keyframes fall-267{65.935%{transform:translate(99.2459vw,65.935vh) scale(.1368)}to{transform:translate(94.4926vw,99vh) scale(.1368)}}.snow:nth-child(268){opacity:1.5628;transform:translate(94.0661vw,-10px) scale(.3975);animation:fall-268 23s -12s linear infinite}@keyframes fall-268{59.037%{transform:translate(102.7006vw,59.037vh) scale(.3975)}to{transform:translate(98.38335vw,99vh) scale(.3975)}}.snow:nth-child(269){opacity:.1064;transform:translate(85.4108vw,-10px) scale(.639);animation:fall-269 24s -27s linear infinite}@keyframes fall-269{71.757%{transform:translate(92.3488vw,71.757vh) scale(.639)}to{transform:translate(88.8798vw,99vh) scale(.639)}}.snow:nth-child(270){opacity:.144;transform:translate(27.2865vw,-10px) scale(.2506);animation:fall-270 28s -20s linear infinite}@keyframes fall-270{46.224%{transform:translate(20.0123vw,46.224vh) scale(.2506)}to{transform:translate(23.6494vw,99vh) scale(.2506)}}.snow:nth-child(271){opacity:1.9126;transform:translate(44.8378vw,-10px) scale(.798);animation:fall-271 28s -8s linear infinite}@keyframes fall-271{55.901%{transform:translate(54.3502vw,55.901vh) scale(.798)}to{transform:translate(49.594vw,99vh) scale(.798)}}.snow:nth-child(272){opacity:1.3776;transform:translate(83.7588vw,-10px) scale(.0215);animation:fall-272 13s -16s linear infinite}@keyframes fall-272{37.744%{transform:translate(86.6512vw,37.744vh) scale(.0215)}to{transform:translate(85.205vw,99vh) scale(.0215)}}.snow:nth-child(273){opacity:.284;transform:translate(2.4303vw,-10px) scale(.6401);animation:fall-273 11s -29s linear infinite}@keyframes fall-273{67.126%{transform:translate(2.8251vw,67.126vh) scale(.6401)}to{transform:translate(2.6277vw,99vh) scale(.6401)}}.snow:nth-child(274){opacity:.5062;transform:translate(4.6118vw,-10px) scale(.3002);animation:fall-274 29s -14s linear infinite}@keyframes fall-274{73.843%{transform:translate(9.1063vw,73.843vh) scale(.3002)}to{transform:translate(6.85905vw,99vh) scale(.3002)}}.snow:nth-child(275){opacity:.1168;transform:translate(10.9213vw,-10px) scale(.7525);animation:fall-275 28s -10s linear infinite}@keyframes fall-275{34.345%{transform:translate(9.2785vw,34.345vh) scale(.7525)}to{transform:translate(10.0999vw,99vh) scale(.7525)}}.snow:nth-child(276){opacity:1.1366;transform:translate(99.4568vw,-10px) scale(.01);animation:fall-276 25s -29s linear infinite}@keyframes fall-276{59.988%{transform:translate(104.6367vw,59.988vh) scale(.01)}to{transform:translate(102.04675vw,99vh) scale(.01)}}.snow:nth-child(277){opacity:.4986;transform:translate(11.8335vw,-10px) scale(.2457);animation:fall-277 30s -20s linear infinite}@keyframes fall-277{74.17%{transform:translate(20.5471vw,74.17vh) scale(.2457)}to{transform:translate(16.1903vw,99vh) scale(.2457)}}.snow:nth-child(278){opacity:1.466;transform:translate(35.7501vw,-10px) scale(.4098);animation:fall-278 23s -28s linear infinite}@keyframes fall-278{30.684%{transform:translate(30.9024vw,30.684vh) scale(.4098)}to{transform:translate(33.32625vw,99vh) scale(.4098)}}.snow:nth-child(279){opacity:1.3794;transform:translate(7.8543vw,-10px) scale(.3719);animation:fall-279 18s -4s linear infinite}@keyframes fall-279{30.163%{transform:translate(-.5481vw,30.163vh) scale(.3719)}to{transform:translate(3.6531vw,99vh) scale(.3719)}}.snow:nth-child(280){opacity:1.5644;transform:translate(54.1642vw,-10px) scale(.5572);animation:fall-280 26s -12s linear infinite}@keyframes fall-280{32.886%{transform:translate(52.6008vw,32.886vh) scale(.5572)}to{transform:translate(53.3825vw,99vh) scale(.5572)}}.snow:nth-child(281){opacity:1.1246;transform:translate(21.4211vw,-10px) scale(.1602);animation:fall-281 15s -10s linear infinite}@keyframes fall-281{65.545%{transform:translate(12.3801vw,65.545vh) scale(.1602)}to{transform:translate(16.9006vw,99vh) scale(.1602)}}.snow:nth-child(282){opacity:1.517;transform:translate(84.2786vw,-10px) scale(.4883);animation:fall-282 27s -26s linear infinite}@keyframes fall-282{46.204%{transform:translate(78.4706vw,46.204vh) scale(.4883)}to{transform:translate(81.3746vw,99vh) scale(.4883)}}.snow:nth-child(283){opacity:.0888;transform:translate(97.6391vw,-10px) scale(.8411);animation:fall-283 18s -6s linear infinite}@keyframes fall-283{60.908%{transform:translate(101.6398vw,60.908vh) scale(.8411)}to{transform:translate(99.63945vw,99vh) scale(.8411)}}.snow:nth-child(284){opacity:.3106;transform:translate(.234vw,-10px) scale(.549);animation:fall-284 26s -30s linear infinite}@keyframes fall-284{76.806%{transform:translate(-4.3355vw,76.806vh) scale(.549)}to{transform:translate(-2.05075vw,99vh) scale(.549)}}.snow:nth-child(285){opacity:1.7208;transform:translate(15.4659vw,-10px) scale(.7653);animation:fall-285 18s -19s linear infinite}@keyframes fall-285{74.173%{transform:translate(16.1469vw,74.173vh) scale(.7653)}to{transform:translate(15.8064vw,99vh) scale(.7653)}}.snow:nth-child(286){opacity:1.8808;transform:translate(29.5885vw,-10px) scale(.5138);animation:fall-286 28s -3s linear infinite}@keyframes fall-286{45.33%{transform:translate(29.6917vw,45.33vh) scale(.5138)}to{transform:translate(29.6401vw,99vh) scale(.5138)}}.snow:nth-child(287){opacity:.0762;transform:translate(82.6938vw,-10px) scale(.3672);animation:fall-287 18s -22s linear infinite}@keyframes fall-287{78.403%{transform:translate(82.599vw,78.403vh) scale(.3672)}to{transform:translate(82.6464vw,99vh) scale(.3672)}}.snow:nth-child(288){opacity:1.796;transform:translate(7.0365vw,-10px) scale(.6295);animation:fall-288 29s -6s linear infinite}@keyframes fall-288{57.394%{transform:translate(-.1202vw,57.394vh) scale(.6295)}to{transform:translate(3.45815vw,99vh) scale(.6295)}}.snow:nth-child(289){opacity:1.8168;transform:translate(93.734vw,-10px) scale(.1599);animation:fall-289 22s -16s linear infinite}@keyframes fall-289{34.323%{transform:translate(98.2354vw,34.323vh) scale(.1599)}to{transform:translate(95.9847vw,99vh) scale(.1599)}}.snow:nth-child(290){opacity:.7964;transform:translate(7.1939vw,-10px) scale(.2483);animation:fall-290 15s -21s linear infinite}@keyframes fall-290{58.089%{transform:translate(7.6742vw,58.089vh) scale(.2483)}to{transform:translate(7.43405vw,99vh) scale(.2483)}}.snow:nth-child(291){opacity:.4646;transform:translate(88.0809vw,-10px) scale(.4082);animation:fall-291 21s -21s linear infinite}@keyframes fall-291{47.336%{transform:translate(90.9325vw,47.336vh) scale(.4082)}to{transform:translate(89.5067vw,99vh) scale(.4082)}}.snow:nth-child(292){opacity:.6368;transform:translate(30.4746vw,-10px) scale(.9018);animation:fall-292 27s -6s linear infinite}@keyframes fall-292{79.431%{transform:translate(21.6932vw,79.431vh) scale(.9018)}to{transform:translate(26.0839vw,99vh) scale(.9018)}}.snow:nth-child(293){opacity:.7304;transform:translate(76.6313vw,-10px) scale(.3085);animation:fall-293 10s -13s linear infinite}@keyframes fall-293{73.225%{transform:translate(73.8054vw,73.225vh) scale(.3085)}to{transform:translate(75.21835vw,99vh) scale(.3085)}}.snow:nth-child(294){opacity:1.9268;transform:translate(85.6975vw,-10px) scale(.3546);animation:fall-294 17s -12s linear infinite}@keyframes fall-294{33.658%{transform:translate(82.8974vw,33.658vh) scale(.3546)}to{transform:translate(84.29745vw,99vh) scale(.3546)}}.snow:nth-child(295){opacity:.4582;transform:translate(77.6312vw,-10px) scale(.119);animation:fall-295 13s -22s linear infinite}@keyframes fall-295{53.708%{transform:translate(73.7433vw,53.708vh) scale(.119)}to{transform:translate(75.68725vw,99vh) scale(.119)}}.snow:nth-child(296){opacity:.5764;transform:translate(.4957vw,-10px) scale(.7921);animation:fall-296 15s -23s linear infinite}@keyframes fall-296{75.614%{transform:translate(-9.1756vw,75.614vh) scale(.7921)}to{transform:translate(-4.33995vw,99vh) scale(.7921)}}.snow:nth-child(297){opacity:1.794;transform:translate(86.928vw,-10px) scale(.9118);animation:fall-297 16s -30s linear infinite}@keyframes fall-297{53.156%{transform:translate(93.502vw,53.156vh) scale(.9118)}to{transform:translate(90.215vw,99vh) scale(.9118)}}.snow:nth-child(298){opacity:.791;transform:translate(79.7521vw,-10px) scale(.1655);animation:fall-298 10s -29s linear infinite}@keyframes fall-298{72.143%{transform:translate(70.3287vw,72.143vh) scale(.1655)}to{transform:translate(75.0404vw,99vh) scale(.1655)}}.snow:nth-child(299){opacity:1.2206;transform:translate(25.3578vw,-10px) scale(.1393);animation:fall-299 24s -19s linear infinite}@keyframes fall-299{58.42%{transform:translate(28.0735vw,58.42vh) scale(.1393)}to{transform:translate(26.71565vw,99vh) scale(.1393)}}.snow:nth-child(300){opacity:1.3942;transform:translate(96.1525vw,-10px) scale(.919);animation:fall-300 23s -27s linear infinite}@keyframes fall-300{66.085%{transform:translate(99.2428vw,66.085vh) scale(.919)}to{transform:translate(97.69765vw,99vh) scale(.919)}}.snow:nth-child(301){opacity:.243;transform:translate(55.049vw,-10px) scale(.7906);animation:fall-301 15s -4s linear infinite}@keyframes fall-301{31.257%{transform:translate(47.3066vw,31.257vh) scale(.7906)}to{transform:translate(51.1778vw,99vh) scale(.7906)}}.snow:nth-child(302){opacity:1.139;transform:translate(75.6604vw,-10px) scale(.3827);animation:fall-302 17s -16s linear infinite}@keyframes fall-302{48.629%{transform:translate(80.7764vw,48.629vh) scale(.3827)}to{transform:translate(78.2184vw,99vh) scale(.3827)}}.snow:nth-child(303){opacity:1.084;transform:translate(29.0724vw,-10px) scale(.054);animation:fall-303 10s -5s linear infinite}@keyframes fall-303{36.021%{transform:translate(23.5039vw,36.021vh) scale(.054)}to{transform:translate(26.28815vw,99vh) scale(.054)}}.snow:nth-child(304){opacity:1.1104;transform:translate(80.5268vw,-10px) scale(.832);animation:fall-304 23s -14s linear infinite}@keyframes fall-304{64.3%{transform:translate(71.0223vw,64.3vh) scale(.832)}to{transform:translate(75.77455vw,99vh) scale(.832)}}.snow:nth-child(305){opacity:1.7816;transform:translate(15.0319vw,-10px) scale(.7003);animation:fall-305 26s -26s linear infinite}@keyframes fall-305{64.184%{transform:translate(13.278vw,64.184vh) scale(.7003)}to{transform:translate(14.15495vw,99vh) scale(.7003)}}.snow:nth-child(306){opacity:.693;transform:translate(39.665vw,-10px) scale(.7829);animation:fall-306 30s -20s linear infinite}@keyframes fall-306{73.353%{transform:translate(39.0879vw,73.353vh) scale(.7829)}to{transform:translate(39.37645vw,99vh) scale(.7829)}}.snow:nth-child(307){opacity:1.0266;transform:translate(21.1234vw,-10px) scale(.9051);animation:fall-307 19s -16s linear infinite}@keyframes fall-307{54.715%{transform:translate(27.6231vw,54.715vh) scale(.9051)}to{transform:translate(24.37325vw,99vh) scale(.9051)}}.snow:nth-child(308){opacity:1.8376;transform:translate(5.5084vw,-10px) scale(.9694);animation:fall-308 29s -4s linear infinite}@keyframes fall-308{59.983%{transform:translate(8.4044vw,59.983vh) scale(.9694)}to{transform:translate(6.9564vw,99vh) scale(.9694)}}.snow:nth-child(309){opacity:.9138;transform:translate(82.949vw,-10px) scale(.6937);animation:fall-309 15s -8s linear infinite}@keyframes fall-309{73.284%{transform:translate(84.6432vw,73.284vh) scale(.6937)}to{transform:translate(83.7961vw,99vh) scale(.6937)}}.snow:nth-child(310){opacity:1.4118;transform:translate(77.4929vw,-10px) scale(.4403);animation:fall-310 21s -10s linear infinite}@keyframes fall-310{40.574%{transform:translate(75.002vw,40.574vh) scale(.4403)}to{transform:translate(76.24745vw,99vh) scale(.4403)}}.snow:nth-child(311){opacity:1.4228;transform:translate(58.0634vw,-10px) scale(.2777);animation:fall-311 11s -4s linear infinite}@keyframes fall-311{76.299%{transform:translate(59.7815vw,76.299vh) scale(.2777)}to{transform:translate(58.92245vw,99vh) scale(.2777)}}.snow:nth-child(312){opacity:.6636;transform:translate(20.049vw,-10px) scale(.7895);animation:fall-312 18s -21s linear infinite}@keyframes fall-312{41.677%{transform:translate(21.0842vw,41.677vh) scale(.7895)}to{transform:translate(20.5666vw,99vh) scale(.7895)}}.snow:nth-child(313){opacity:1.0182;transform:translate(63.1224vw,-10px) scale(.104);animation:fall-313 25s -22s linear infinite}@keyframes fall-313{66.559%{transform:translate(61.0086vw,66.559vh) scale(.104)}to{transform:translate(62.0655vw,99vh) scale(.104)}}.snow:nth-child(314){opacity:.4724;transform:translate(78.7759vw,-10px) scale(.1073);animation:fall-314 22s -29s linear infinite}@keyframes fall-314{45.676%{transform:translate(76.4238vw,45.676vh) scale(.1073)}to{transform:translate(77.59985vw,99vh) scale(.1073)}}.snow:nth-child(315){opacity:1.7022;transform:translate(66.4951vw,-10px) scale(.1715);animation:fall-315 16s -1s linear infinite}@keyframes fall-315{51.369%{transform:translate(68.8939vw,51.369vh) scale(.1715)}to{transform:translate(67.6945vw,99vh) scale(.1715)}}.snow:nth-child(316){opacity:1.0794;transform:translate(6.7468vw,-10px) scale(.6651);animation:fall-316 10s -28s linear infinite}@keyframes fall-316{53.715%{transform:translate(13.541vw,53.715vh) scale(.6651)}to{transform:translate(10.1439vw,99vh) scale(.6651)}}.snow:nth-child(317){opacity:.401;transform:translate(42.922vw,-10px) scale(.2093);animation:fall-317 26s -3s linear infinite}@keyframes fall-317{79.357%{transform:translate(42.2867vw,79.357vh) scale(.2093)}to{transform:translate(42.60435vw,99vh) scale(.2093)}}.snow:nth-child(318){opacity:.3106;transform:translate(98.9246vw,-10px) scale(.8117);animation:fall-318 12s -18s linear infinite}@keyframes fall-318{67.573%{transform:translate(89.9693vw,67.573vh) scale(.8117)}to{transform:translate(94.44695vw,99vh) scale(.8117)}}.snow:nth-child(319){opacity:.0198;transform:translate(19.4365vw,-10px) scale(.9646);animation:fall-319 11s -19s linear infinite}@keyframes fall-319{45.41%{transform:translate(11.7679vw,45.41vh) scale(.9646)}to{transform:translate(15.6022vw,99vh) scale(.9646)}}.snow:nth-child(320){opacity:.6864;transform:translate(91.1734vw,-10px) scale(.6398);animation:fall-320 28s -25s linear infinite}@keyframes fall-320{51.832%{transform:translate(91.4715vw,51.832vh) scale(.6398)}to{transform:translate(91.32245vw,99vh) scale(.6398)}}.snow:nth-child(321){opacity:.0932;transform:translate(77.4814vw,-10px) scale(.0289);animation:fall-321 11s -22s linear infinite}@keyframes fall-321{66.681%{transform:translate(83.9606vw,66.681vh) scale(.0289)}to{transform:translate(80.721vw,99vh) scale(.0289)}}.snow:nth-child(322){opacity:1.2668;transform:translate(53.5187vw,-10px) scale(.0576);animation:fall-322 12s -2s linear infinite}@keyframes fall-322{48.403%{transform:translate(61.1823vw,48.403vh) scale(.0576)}to{transform:translate(57.3505vw,99vh) scale(.0576)}}.snow:nth-child(323){opacity:.6852;transform:translate(56.4375vw,-10px) scale(.7403);animation:fall-323 10s -14s linear infinite}@keyframes fall-323{62.043%{transform:translate(63.3848vw,62.043vh) scale(.7403)}to{transform:translate(59.91115vw,99vh) scale(.7403)}}.snow:nth-child(324){opacity:1.1488;transform:translate(25.8678vw,-10px) scale(.1002);animation:fall-324 29s -14s linear infinite}@keyframes fall-324{51.058%{transform:translate(31.2714vw,51.058vh) scale(.1002)}to{transform:translate(28.5696vw,99vh) scale(.1002)}}.snow:nth-child(325){opacity:1.1396;transform:translate(56.7999vw,-10px) scale(.2554);animation:fall-325 24s -23s linear infinite}@keyframes fall-325{73.156%{transform:translate(65.8149vw,73.156vh) scale(.2554)}to{transform:translate(61.3074vw,99vh) scale(.2554)}}.snow:nth-child(326){opacity:.3064;transform:translate(9.9238vw,-10px) scale(.0805);animation:fall-326 30s -2s linear infinite}@keyframes fall-326{42.167%{transform:translate(5.7518vw,42.167vh) scale(.0805)}to{transform:translate(7.8378vw,99vh) scale(.0805)}}.snow:nth-child(327){opacity:.7438;transform:translate(24.2544vw,-10px) scale(.2556);animation:fall-327 25s -8s linear infinite}@keyframes fall-327{36.774%{transform:translate(28.444vw,36.774vh) scale(.2556)}to{transform:translate(26.3492vw,99vh) scale(.2556)}}.snow:nth-child(328){opacity:1.57;transform:translate(19.3934vw,-10px) scale(.005);animation:fall-328 18s -15s linear infinite}@keyframes fall-328{49.07%{transform:translate(28.622vw,49.07vh) scale(.005)}to{transform:translate(24.0077vw,99vh) scale(.005)}}.snow:nth-child(329){opacity:.5522;transform:translate(56.9066vw,-10px) scale(.3478);animation:fall-329 26s -2s linear infinite}@keyframes fall-329{37.17%{transform:translate(54.8842vw,37.17vh) scale(.3478)}to{transform:translate(55.8954vw,99vh) scale(.3478)}}.snow:nth-child(330){opacity:1.3104;transform:translate(10.7891vw,-10px) scale(.3291);animation:fall-330 17s -12s linear infinite}@keyframes fall-330{56.577%{transform:translate(15.4519vw,56.577vh) scale(.3291)}to{transform:translate(13.1205vw,99vh) scale(.3291)}}.snow:nth-child(331){opacity:.5338;transform:translate(56.3948vw,-10px) scale(.9679);animation:fall-331 28s -30s linear infinite}@keyframes fall-331{62.035%{transform:translate(63.5552vw,62.035vh) scale(.9679)}to{transform:translate(59.975vw,99vh) scale(.9679)}}.snow:nth-child(332){opacity:1.43;transform:translate(24.1098vw,-10px) scale(.1572);animation:fall-332 27s -10s linear infinite}@keyframes fall-332{43.411%{transform:translate(33.286vw,43.411vh) scale(.1572)}to{transform:translate(28.6979vw,99vh) scale(.1572)}}.snow:nth-child(333){opacity:.5182;transform:translate(48.8859vw,-10px) scale(.4599);animation:fall-333 29s -11s linear infinite}@keyframes fall-333{36.604%{transform:translate(44.781vw,36.604vh) scale(.4599)}to{transform:translate(46.83345vw,99vh) scale(.4599)}}.snow:nth-child(334){opacity:1.11;transform:translate(15.837vw,-10px) scale(.4363);animation:fall-334 21s -25s linear infinite}@keyframes fall-334{51.425%{transform:translate(8.5712vw,51.425vh) scale(.4363)}to{transform:translate(12.2041vw,99vh) scale(.4363)}}.snow:nth-child(335){opacity:1.542;transform:translate(7.2725vw,-10px) scale(.0673);animation:fall-335 26s -15s linear infinite}@keyframes fall-335{50.024%{transform:translate(13.3393vw,50.024vh) scale(.0673)}to{transform:translate(10.3059vw,99vh) scale(.0673)}}.snow:nth-child(336){opacity:1.5822;transform:translate(93.5091vw,-10px) scale(.7743);animation:fall-336 23s -18s linear infinite}@keyframes fall-336{55.495%{transform:translate(97.7818vw,55.495vh) scale(.7743)}to{transform:translate(95.64545vw,99vh) scale(.7743)}}.snow:nth-child(337){opacity:1.722;transform:translate(90.7216vw,-10px) scale(.3734);animation:fall-337 21s -3s linear infinite}@keyframes fall-337{78.51%{transform:translate(90.8545vw,78.51vh) scale(.3734)}to{transform:translate(90.78805vw,99vh) scale(.3734)}}.snow:nth-child(338){opacity:.8634;transform:translate(76.0412vw,-10px) scale(.6929);animation:fall-338 25s -8s linear infinite}@keyframes fall-338{32.896%{transform:translate(79.4874vw,32.896vh) scale(.6929)}to{transform:translate(77.7643vw,99vh) scale(.6929)}}.snow:nth-child(339){opacity:1.9748;transform:translate(89.4926vw,-10px) scale(.7291);animation:fall-339 23s -12s linear infinite}@keyframes fall-339{77.112%{transform:translate(84.5585vw,77.112vh) scale(.7291)}to{transform:translate(87.02555vw,99vh) scale(.7291)}}.snow:nth-child(340){opacity:.5284;transform:translate(35.592vw,-10px) scale(.9568);animation:fall-340 25s -23s linear infinite}@keyframes fall-340{64.097%{transform:translate(44.6619vw,64.097vh) scale(.9568)}to{transform:translate(40.12695vw,99vh) scale(.9568)}}.snow:nth-child(341){opacity:.5086;transform:translate(10.2693vw,-10px) scale(.6984);animation:fall-341 18s -4s linear infinite}@keyframes fall-341{34.671%{transform:translate(1.9536vw,34.671vh) scale(.6984)}to{transform:translate(6.11145vw,99vh) scale(.6984)}}.snow:nth-child(342){opacity:.2144;transform:translate(81.235vw,-10px) scale(.453);animation:fall-342 14s -4s linear infinite}@keyframes fall-342{50.032%{transform:translate(88.172vw,50.032vh) scale(.453)}to{transform:translate(84.7035vw,99vh) scale(.453)}}.snow:nth-child(343){opacity:.0986;transform:translate(46.6436vw,-10px) scale(.2317);animation:fall-343 24s -22s linear infinite}@keyframes fall-343{57.554%{transform:translate(41.9963vw,57.554vh) scale(.2317)}to{transform:translate(44.31995vw,99vh) scale(.2317)}}.snow:nth-child(344){opacity:1.5456;transform:translate(47.5622vw,-10px) scale(.1933);animation:fall-344 18s -15s linear infinite}@keyframes fall-344{71.853%{transform:translate(40.953vw,71.853vh) scale(.1933)}to{transform:translate(44.2576vw,99vh) scale(.1933)}}.snow:nth-child(345){opacity:1.4308;transform:translate(95.6298vw,-10px) scale(.301);animation:fall-345 10s -3s linear infinite}@keyframes fall-345{70.234%{transform:translate(102.7473vw,70.234vh) scale(.301)}to{transform:translate(99.18855vw,99vh) scale(.301)}}.snow:nth-child(346){opacity:1.4886;transform:translate(7.1954vw,-10px) scale(.2502);animation:fall-346 20s -21s linear infinite}@keyframes fall-346{33.438%{transform:translate(16.562vw,33.438vh) scale(.2502)}to{transform:translate(11.8787vw,99vh) scale(.2502)}}.snow:nth-child(347){opacity:.5586;transform:translate(98.7301vw,-10px) scale(.2545);animation:fall-347 27s -6s linear infinite}@keyframes fall-347{61.26%{transform:translate(99.1676vw,61.26vh) scale(.2545)}to{transform:translate(98.94885vw,99vh) scale(.2545)}}.snow:nth-child(348){opacity:.697;transform:translate(39.1777vw,-10px) scale(.6507);animation:fall-348 28s -15s linear infinite}@keyframes fall-348{35.568%{transform:translate(35.5805vw,35.568vh) scale(.6507)}to{transform:translate(37.3791vw,99vh) scale(.6507)}}.snow:nth-child(349){opacity:1.223;transform:translate(66.4747vw,-10px) scale(.5751);animation:fall-349 11s -25s linear infinite}@keyframes fall-349{75.768%{transform:translate(74.8457vw,75.768vh) scale(.5751)}to{transform:translate(70.6602vw,99vh) scale(.5751)}}.snow:nth-child(350){opacity:.5032;transform:translate(44.5767vw,-10px) scale(.7877);animation:fall-350 21s -25s linear infinite}@keyframes fall-350{65.019%{transform:translate(34.9727vw,65.019vh) scale(.7877)}to{transform:translate(39.7747vw,99vh) scale(.7877)}}.snow:nth-child(351){opacity:1.5768;transform:translate(46.8274vw,-10px) scale(.5091);animation:fall-351 18s -6s linear infinite}@keyframes fall-351{49.94%{transform:translate(46.2071vw,49.94vh) scale(.5091)}to{transform:translate(46.51725vw,99vh) scale(.5091)}}.snow:nth-child(352){opacity:1.1764;transform:translate(52.5113vw,-10px) scale(.5177);animation:fall-352 22s -4s linear infinite}@keyframes fall-352{36.206%{transform:translate(55.2275vw,36.206vh) scale(.5177)}to{transform:translate(53.8694vw,99vh) scale(.5177)}}.snow:nth-child(353){opacity:1.5038;transform:translate(52.1465vw,-10px) scale(.6887);animation:fall-353 20s -22s linear infinite}@keyframes fall-353{43.705%{transform:translate(53.5347vw,43.705vh) scale(.6887)}to{transform:translate(52.8406vw,99vh) scale(.6887)}}.snow:nth-child(354){opacity:.4464;transform:translate(46.58vw,-10px) scale(.2721);animation:fall-354 11s -13s linear infinite}@keyframes fall-354{70.413%{transform:translate(45.3736vw,70.413vh) scale(.2721)}to{transform:translate(45.9768vw,99vh) scale(.2721)}}.snow:nth-child(355){opacity:1.6876;transform:translate(29.7438vw,-10px) scale(.2414);animation:fall-355 10s -23s linear infinite}@keyframes fall-355{37.207%{transform:translate(27.2132vw,37.207vh) scale(.2414)}to{transform:translate(28.4785vw,99vh) scale(.2414)}}.snow:nth-child(356){opacity:1.5914;transform:translate(93.4533vw,-10px) scale(.5511);animation:fall-356 22s -27s linear infinite}@keyframes fall-356{70.224%{transform:translate(89.9753vw,70.224vh) scale(.5511)}to{transform:translate(91.7143vw,99vh) scale(.5511)}}.snow:nth-child(357){opacity:1.6554;transform:translate(93.974vw,-10px) scale(.9662);animation:fall-357 17s -15s linear infinite}@keyframes fall-357{53.495%{transform:translate(85.2037vw,53.495vh) scale(.9662)}to{transform:translate(89.58885vw,99vh) scale(.9662)}}.snow:nth-child(358){opacity:.0764;transform:translate(11.1914vw,-10px) scale(.3338);animation:fall-358 27s -2s linear infinite}@keyframes fall-358{63.089%{transform:translate(12.7426vw,63.089vh) scale(.3338)}to{transform:translate(11.967vw,99vh) scale(.3338)}}.snow:nth-child(359){opacity:.6196;transform:translate(95.5549vw,-10px) scale(.6724);animation:fall-359 10s -5s linear infinite}@keyframes fall-359{33.029%{transform:translate(105.5022vw,33.029vh) scale(.6724)}to{transform:translate(100.52855vw,99vh) scale(.6724)}}.snow:nth-child(360){opacity:.4304;transform:translate(29.6884vw,-10px) scale(.2392);animation:fall-360 10s -24s linear infinite}@keyframes fall-360{36.394%{transform:translate(23.431vw,36.394vh) scale(.2392)}to{transform:translate(26.5597vw,99vh) scale(.2392)}}.snow:nth-child(361){opacity:1.8456;transform:translate(87.127vw,-10px) scale(.2033);animation:fall-361 10s -1s linear infinite}@keyframes fall-361{40.093%{transform:translate(93.4882vw,40.093vh) scale(.2033)}to{transform:translate(90.3076vw,99vh) scale(.2033)}}.snow:nth-child(362){opacity:1.305;transform:translate(56.7473vw,-10px) scale(.5514);animation:fall-362 25s -20s linear infinite}@keyframes fall-362{63.005%{transform:translate(57.5641vw,63.005vh) scale(.5514)}to{transform:translate(57.1557vw,99vh) scale(.5514)}}.snow:nth-child(363){opacity:1.9898;transform:translate(42.0026vw,-10px) scale(.4346);animation:fall-363 25s -29s linear infinite}@keyframes fall-363{42.307%{transform:translate(42.3836vw,42.307vh) scale(.4346)}to{transform:translate(42.1931vw,99vh) scale(.4346)}}.snow:nth-child(364){opacity:.237;transform:translate(64.0828vw,-10px) scale(.3516);animation:fall-364 29s -12s linear infinite}@keyframes fall-364{68.045%{transform:translate(67.4732vw,68.045vh) scale(.3516)}to{transform:translate(65.778vw,99vh) scale(.3516)}}.snow:nth-child(365){opacity:1.9154;transform:translate(14.4697vw,-10px) scale(.4257);animation:fall-365 28s -6s linear infinite}@keyframes fall-365{55.299%{transform:translate(24.4481vw,55.299vh) scale(.4257)}to{transform:translate(19.4589vw,99vh) scale(.4257)}}.snow:nth-child(366){opacity:.914;transform:translate(30.6881vw,-10px) scale(.9441);animation:fall-366 18s -7s linear infinite}@keyframes fall-366{68.674%{transform:translate(28.8904vw,68.674vh) scale(.9441)}to{transform:translate(29.78925vw,99vh) scale(.9441)}}.snow:nth-child(367){opacity:.5786;transform:translate(39.3929vw,-10px) scale(.7333);animation:fall-367 12s -7s linear infinite}@keyframes fall-367{35.479%{transform:translate(30.9262vw,35.479vh) scale(.7333)}to{transform:translate(35.15955vw,99vh) scale(.7333)}}.snow:nth-child(368){opacity:1.5636;transform:translate(23.1852vw,-10px) scale(.6069);animation:fall-368 27s -9s linear infinite}@keyframes fall-368{68.583%{transform:translate(19.5727vw,68.583vh) scale(.6069)}to{transform:translate(21.37895vw,99vh) scale(.6069)}}.snow:nth-child(369){opacity:1.681;transform:translate(83.0351vw,-10px) scale(.2552);animation:fall-369 12s -8s linear infinite}@keyframes fall-369{68.731%{transform:translate(87.8538vw,68.731vh) scale(.2552)}to{transform:translate(85.44445vw,99vh) scale(.2552)}}.snow:nth-child(370){opacity:.605;transform:translate(74.8231vw,-10px) scale(.558);animation:fall-370 16s -10s linear infinite}@keyframes fall-370{38.733%{transform:translate(68.3155vw,38.733vh) scale(.558)}to{transform:translate(71.5693vw,99vh) scale(.558)}}.snow:nth-child(371){opacity:1.279;transform:translate(39.2324vw,-10px) scale(.7065);animation:fall-371 12s -17s linear infinite}@keyframes fall-371{60.205%{transform:translate(32.1246vw,60.205vh) scale(.7065)}to{transform:translate(35.6785vw,99vh) scale(.7065)}}.snow:nth-child(372){opacity:.2036;transform:translate(96.2746vw,-10px) scale(.9006);animation:fall-372 16s -1s linear infinite}@keyframes fall-372{62.517%{transform:translate(104.5888vw,62.517vh) scale(.9006)}to{transform:translate(100.4317vw,99vh) scale(.9006)}}.snow:nth-child(373){opacity:1.885;transform:translate(10.369vw,-10px) scale(.7396);animation:fall-373 11s -16s linear infinite}@keyframes fall-373{57.65%{transform:translate(20.0767vw,57.65vh) scale(.7396)}to{transform:translate(15.22285vw,99vh) scale(.7396)}}.snow:nth-child(374){opacity:1.738;transform:translate(75.8435vw,-10px) scale(.4971);animation:fall-374 28s -28s linear infinite}@keyframes fall-374{64.497%{transform:translate(80.4704vw,64.497vh) scale(.4971)}to{transform:translate(78.15695vw,99vh) scale(.4971)}}.snow:nth-child(375){opacity:1.3782;transform:translate(45.728vw,-10px) scale(.8996);animation:fall-375 23s -28s linear infinite}@keyframes fall-375{64.905%{transform:translate(35.8716vw,64.905vh) scale(.8996)}to{transform:translate(40.7998vw,99vh) scale(.8996)}}.snow:nth-child(376){opacity:1.823;transform:translate(9.9407vw,-10px) scale(.2222);animation:fall-376 13s -28s linear infinite}@keyframes fall-376{34.834%{transform:translate(7.4664vw,34.834vh) scale(.2222)}to{transform:translate(8.70355vw,99vh) scale(.2222)}}.snow:nth-child(377){opacity:1.0728;transform:translate(52.9394vw,-10px) scale(.1721);animation:fall-377 27s -23s linear infinite}@keyframes fall-377{57.025%{transform:translate(51.4599vw,57.025vh) scale(.1721)}to{transform:translate(52.19965vw,99vh) scale(.1721)}}.snow:nth-child(378){opacity:.147;transform:translate(67.1067vw,-10px) scale(.7402);animation:fall-378 24s -23s linear infinite}@keyframes fall-378{61.545%{transform:translate(60.396vw,61.545vh) scale(.7402)}to{transform:translate(63.75135vw,99vh) scale(.7402)}}.snow:nth-child(379){opacity:1.2458;transform:translate(44.1431vw,-10px) scale(.0343);animation:fall-379 11s -27s linear infinite}@keyframes fall-379{50.16%{transform:translate(35.2813vw,50.16vh) scale(.0343)}to{transform:translate(39.7122vw,99vh) scale(.0343)}}.snow:nth-child(380){opacity:.5362;transform:translate(75.2857vw,-10px) scale(.9352);animation:fall-380 22s -7s linear infinite}@keyframes fall-380{44.631%{transform:translate(84.3206vw,44.631vh) scale(.9352)}to{transform:translate(79.80315vw,99vh) scale(.9352)}}.snow:nth-child(381){opacity:.8156;transform:translate(20.1681vw,-10px) scale(.2888);animation:fall-381 27s -6s linear infinite}@keyframes fall-381{42.929%{transform:translate(17.584vw,42.929vh) scale(.2888)}to{transform:translate(18.87605vw,99vh) scale(.2888)}}.snow:nth-child(382){opacity:1.5038;transform:translate(37.2411vw,-10px) scale(.3939);animation:fall-382 12s -29s linear infinite}@keyframes fall-382{62.028%{transform:translate(40.9137vw,62.028vh) scale(.3939)}to{transform:translate(39.0774vw,99vh) scale(.3939)}}.snow:nth-child(383){opacity:.88;transform:translate(38.2987vw,-10px) scale(.8574);animation:fall-383 17s -25s linear infinite}@keyframes fall-383{71.717%{transform:translate(34.568vw,71.717vh) scale(.8574)}to{transform:translate(36.43335vw,99vh) scale(.8574)}}.snow:nth-child(384){opacity:1.7588;transform:translate(54.5311vw,-10px) scale(.1615);animation:fall-384 16s -21s linear infinite}@keyframes fall-384{30.043%{transform:translate(52.156vw,30.043vh) scale(.1615)}to{transform:translate(53.34355vw,99vh) scale(.1615)}}.snow:nth-child(385){opacity:.8654;transform:translate(7.0605vw,-10px) scale(.0921);animation:fall-385 15s -8s linear infinite}@keyframes fall-385{74.599%{transform:translate(12.0079vw,74.599vh) scale(.0921)}to{transform:translate(9.5342vw,99vh) scale(.0921)}}.snow:nth-child(386){opacity:1.103;transform:translate(72.0575vw,-10px) scale(.2139);animation:fall-386 30s -22s linear infinite}@keyframes fall-386{51.201%{transform:translate(75.4147vw,51.201vh) scale(.2139)}to{transform:translate(73.7361vw,99vh) scale(.2139)}}.snow:nth-child(387){opacity:1.815;transform:translate(49.9256vw,-10px) scale(.1751);animation:fall-387 13s -17s linear infinite}@keyframes fall-387{38.03%{transform:translate(50.8465vw,38.03vh) scale(.1751)}to{transform:translate(50.38605vw,99vh) scale(.1751)}}.snow:nth-child(388){opacity:.746;transform:translate(9.7202vw,-10px) scale(.1276);animation:fall-388 14s -2s linear infinite}@keyframes fall-388{42.693%{transform:translate(12.7017vw,42.693vh) scale(.1276)}to{transform:translate(11.21095vw,99vh) scale(.1276)}}.snow:nth-child(389){opacity:.2632;transform:translate(11.3426vw,-10px) scale(.0365);animation:fall-389 20s -8s linear infinite}@keyframes fall-389{69.727%{transform:translate(2.6993vw,69.727vh) scale(.0365)}to{transform:translate(7.02095vw,99vh) scale(.0365)}}.snow:nth-child(390){opacity:1.8642;transform:translate(41.3632vw,-10px) scale(.9108);animation:fall-390 19s -2s linear infinite}@keyframes fall-390{36.027%{transform:translate(44.7678vw,36.027vh) scale(.9108)}to{transform:translate(43.0655vw,99vh) scale(.9108)}}.snow:nth-child(391){opacity:.5908;transform:translate(56.9609vw,-10px) scale(.7005);animation:fall-391 25s -24s linear infinite}@keyframes fall-391{71.9%{transform:translate(47.1951vw,71.9vh) scale(.7005)}to{transform:translate(52.078vw,99vh) scale(.7005)}}.snow:nth-child(392){opacity:1.1212;transform:translate(47.6504vw,-10px) scale(.9919);animation:fall-392 20s -18s linear infinite}@keyframes fall-392{33.025%{transform:translate(55.6997vw,33.025vh) scale(.9919)}to{transform:translate(51.67505vw,99vh) scale(.9919)}}.snow:nth-child(393){opacity:1.2372;transform:translate(36.5636vw,-10px) scale(.9795);animation:fall-393 16s -7s linear infinite}@keyframes fall-393{61.759%{transform:translate(33.3044vw,61.759vh) scale(.9795)}to{transform:translate(34.934vw,99vh) scale(.9795)}}.snow:nth-child(394){opacity:.4982;transform:translate(71.0962vw,-10px) scale(.9803);animation:fall-394 24s -8s linear infinite}@keyframes fall-394{39.862%{transform:translate(63.6891vw,39.862vh) scale(.9803)}to{transform:translate(67.39265vw,99vh) scale(.9803)}}.snow:nth-child(395){opacity:1.0246;transform:translate(38.0018vw,-10px) scale(.6844);animation:fall-395 16s -21s linear infinite}@keyframes fall-395{77.768%{transform:translate(32.0547vw,77.768vh) scale(.6844)}to{transform:translate(35.02825vw,99vh) scale(.6844)}}.snow:nth-child(396){opacity:1.4856;transform:translate(55.8267vw,-10px) scale(.3395);animation:fall-396 11s -12s linear infinite}@keyframes fall-396{55.455%{transform:translate(63.0509vw,55.455vh) scale(.3395)}to{transform:translate(59.4388vw,99vh) scale(.3395)}}.snow:nth-child(397){opacity:1.868;transform:translate(50.2866vw,-10px) scale(.9278);animation:fall-397 29s -26s linear infinite}@keyframes fall-397{78.554%{transform:translate(52.655vw,78.554vh) scale(.9278)}to{transform:translate(51.4708vw,99vh) scale(.9278)}}.snow:nth-child(398){opacity:.2308;transform:translate(24.7284vw,-10px) scale(.7529);animation:fall-398 21s -21s linear infinite}@keyframes fall-398{31.628%{transform:translate(18.369vw,31.628vh) scale(.7529)}to{transform:translate(21.5487vw,99vh) scale(.7529)}}.snow:nth-child(399){opacity:1.777;transform:translate(85.2836vw,-10px) scale(.9962);animation:fall-399 30s -1s linear infinite}@keyframes fall-399{40.889%{transform:translate(84.7336vw,40.889vh) scale(.9962)}to{transform:translate(85.0086vw,99vh) scale(.9962)}}.snow:nth-child(400){opacity:.2798;transform:translate(97.6194vw,-10px) scale(.684);animation:fall-400 12s -5s linear infinite}@keyframes fall-400{68.622%{transform:translate(93.067vw,68.622vh) scale(.684)}to{transform:translate(95.3432vw,99vh) scale(.684)}}\n"] }]
|
|
28
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.9724;transform:translate(55.9604vw,-10px) scale(.9618);animation:fall-1 28s -13s linear infinite}@keyframes fall-1{30.654%{transform:translate(49.7288vw,30.654vh) scale(.9618)}to{transform:translate(52.8446vw,99vh) scale(.9618)}}.snow:nth-child(2){opacity:.8822;transform:translate(94.9267vw,-10px) scale(.626);animation:fall-2 18s -11s linear infinite}@keyframes fall-2{36.898%{transform:translate(85.2578vw,36.898vh) scale(.626)}to{transform:translate(90.09225vw,99vh) scale(.626)}}.snow:nth-child(3){opacity:1.4652;transform:translate(65.4625vw,-10px) scale(.941);animation:fall-3 12s -8s linear infinite}@keyframes fall-3{54.393%{transform:translate(63.3049vw,54.393vh) scale(.941)}to{transform:translate(64.3837vw,99vh) scale(.941)}}.snow:nth-child(4){opacity:.2728;transform:translate(75.9826vw,-10px) scale(.8433);animation:fall-4 15s -19s linear infinite}@keyframes fall-4{56.213%{transform:translate(75.1433vw,56.213vh) scale(.8433)}to{transform:translate(75.56295vw,99vh) scale(.8433)}}.snow:nth-child(5){opacity:1.0568;transform:translate(40.497vw,-10px) scale(.7805);animation:fall-5 14s -8s linear infinite}@keyframes fall-5{55.393%{transform:translate(48.6171vw,55.393vh) scale(.7805)}to{transform:translate(44.55705vw,99vh) scale(.7805)}}.snow:nth-child(6){opacity:1.3978;transform:translate(57.4091vw,-10px) scale(.8469);animation:fall-6 10s -26s linear infinite}@keyframes fall-6{76.286%{transform:translate(51.7755vw,76.286vh) scale(.8469)}to{transform:translate(54.5923vw,99vh) scale(.8469)}}.snow:nth-child(7){opacity:.439;transform:translate(39.1037vw,-10px) scale(.733);animation:fall-7 19s -29s linear infinite}@keyframes fall-7{62.799%{transform:translate(45.7122vw,62.799vh) scale(.733)}to{transform:translate(42.40795vw,99vh) scale(.733)}}.snow:nth-child(8){opacity:1.3756;transform:translate(82.5274vw,-10px) scale(.2743);animation:fall-8 12s -17s linear infinite}@keyframes fall-8{42.802%{transform:translate(72.9663vw,42.802vh) scale(.2743)}to{transform:translate(77.74685vw,99vh) scale(.2743)}}.snow:nth-child(9){opacity:1.999;transform:translate(12.6821vw,-10px) scale(.6814);animation:fall-9 17s -6s linear infinite}@keyframes fall-9{64.102%{transform:translate(19.1439vw,64.102vh) scale(.6814)}to{transform:translate(15.913vw,99vh) scale(.6814)}}.snow:nth-child(10){opacity:.8746;transform:translate(29.2606vw,-10px) scale(.6926);animation:fall-10 13s -10s linear infinite}@keyframes fall-10{65.126%{transform:translate(39.0096vw,65.126vh) scale(.6926)}to{transform:translate(34.1351vw,99vh) scale(.6926)}}.snow:nth-child(11){opacity:1.643;transform:translate(26.9325vw,-10px) scale(.7921);animation:fall-11 28s -28s linear infinite}@keyframes fall-11{79.744%{transform:translate(22.8807vw,79.744vh) scale(.7921)}to{transform:translate(24.9066vw,99vh) scale(.7921)}}.snow:nth-child(12){opacity:.2762;transform:translate(65.1101vw,-10px) scale(.4211);animation:fall-12 12s -20s linear infinite}@keyframes fall-12{40.498%{transform:translate(66.6893vw,40.498vh) scale(.4211)}to{transform:translate(65.8997vw,99vh) scale(.4211)}}.snow:nth-child(13){opacity:.7484;transform:translate(24.6783vw,-10px) scale(.7018);animation:fall-13 30s -8s linear infinite}@keyframes fall-13{56.554%{transform:translate(27.4594vw,56.554vh) scale(.7018)}to{transform:translate(26.06885vw,99vh) scale(.7018)}}.snow:nth-child(14){opacity:.7344;transform:translate(63.5075vw,-10px) scale(.7275);animation:fall-14 30s -2s linear infinite}@keyframes fall-14{51.179%{transform:translate(68.129vw,51.179vh) scale(.7275)}to{transform:translate(65.81825vw,99vh) scale(.7275)}}.snow:nth-child(15){opacity:1.433;transform:translate(79.4638vw,-10px) scale(.415);animation:fall-15 11s -29s linear infinite}@keyframes fall-15{54.534%{transform:translate(80.712vw,54.534vh) scale(.415)}to{transform:translate(80.0879vw,99vh) scale(.415)}}.snow:nth-child(16){opacity:.1704;transform:translate(25.7071vw,-10px) scale(.7241);animation:fall-16 15s -1s linear infinite}@keyframes fall-16{57.313%{transform:translate(32.6094vw,57.313vh) scale(.7241)}to{transform:translate(29.15825vw,99vh) scale(.7241)}}.snow:nth-child(17){opacity:.1864;transform:translate(98.1813vw,-10px) scale(.4327);animation:fall-17 17s -21s linear infinite}@keyframes fall-17{32.82%{transform:translate(97.6781vw,32.82vh) scale(.4327)}to{transform:translate(97.9297vw,99vh) scale(.4327)}}.snow:nth-child(18){opacity:.4332;transform:translate(97vw,-10px) scale(.345);animation:fall-18 28s -17s linear infinite}@keyframes fall-18{61.539%{transform:translate(89.0326vw,61.539vh) scale(.345)}to{transform:translate(93.0163vw,99vh) scale(.345)}}.snow:nth-child(19){opacity:1.2628;transform:translate(43.2209vw,-10px) scale(.0327);animation:fall-19 24s -12s linear infinite}@keyframes fall-19{49.298%{transform:translate(53.1868vw,49.298vh) scale(.0327)}to{transform:translate(48.20385vw,99vh) scale(.0327)}}.snow:nth-child(20){opacity:1.3874;transform:translate(43.2074vw,-10px) scale(.0127);animation:fall-20 13s -25s linear infinite}@keyframes fall-20{57.013%{transform:translate(52.6709vw,57.013vh) scale(.0127)}to{transform:translate(47.93915vw,99vh) scale(.0127)}}.snow:nth-child(21){opacity:.8518;transform:translate(23.3554vw,-10px) scale(.0788);animation:fall-21 21s -27s linear infinite}@keyframes fall-21{54.852%{transform:translate(29.1824vw,54.852vh) scale(.0788)}to{transform:translate(26.2689vw,99vh) scale(.0788)}}.snow:nth-child(22){opacity:1.5792;transform:translate(90.1703vw,-10px) scale(.0219);animation:fall-22 23s -23s linear infinite}@keyframes fall-22{66.643%{transform:translate(88.4174vw,66.643vh) scale(.0219)}to{transform:translate(89.29385vw,99vh) scale(.0219)}}.snow:nth-child(23){opacity:1.3476;transform:translate(76.7813vw,-10px) scale(.7123);animation:fall-23 29s -2s linear infinite}@keyframes fall-23{78.82%{transform:translate(75.4873vw,78.82vh) scale(.7123)}to{transform:translate(76.1343vw,99vh) scale(.7123)}}.snow:nth-child(24){opacity:1.4668;transform:translate(39.3861vw,-10px) scale(.1523);animation:fall-24 14s -22s linear infinite}@keyframes fall-24{39.306%{transform:translate(31.682vw,39.306vh) scale(.1523)}to{transform:translate(35.53405vw,99vh) scale(.1523)}}.snow:nth-child(25){opacity:.449;transform:translate(75.1863vw,-10px) scale(.9342);animation:fall-25 12s -21s linear infinite}@keyframes fall-25{76.151%{transform:translate(75.314vw,76.151vh) scale(.9342)}to{transform:translate(75.25015vw,99vh) scale(.9342)}}.snow:nth-child(26){opacity:1.4478;transform:translate(68.1041vw,-10px) scale(.1508);animation:fall-26 30s -17s linear infinite}@keyframes fall-26{39.111%{transform:translate(60.1848vw,39.111vh) scale(.1508)}to{transform:translate(64.14445vw,99vh) scale(.1508)}}.snow:nth-child(27){opacity:1.417;transform:translate(39.3851vw,-10px) scale(.4607);animation:fall-27 21s -10s linear infinite}@keyframes fall-27{61.049%{transform:translate(37.1079vw,61.049vh) scale(.4607)}to{transform:translate(38.2465vw,99vh) scale(.4607)}}.snow:nth-child(28){opacity:.2968;transform:translate(90.7554vw,-10px) scale(.8087);animation:fall-28 24s -13s linear infinite}@keyframes fall-28{30.49%{transform:translate(97.7731vw,30.49vh) scale(.8087)}to{transform:translate(94.26425vw,99vh) scale(.8087)}}.snow:nth-child(29){opacity:1.2678;transform:translate(12.4279vw,-10px) scale(.8793);animation:fall-29 13s -6s linear infinite}@keyframes fall-29{50.386%{transform:translate(12.1276vw,50.386vh) scale(.8793)}to{transform:translate(12.27775vw,99vh) scale(.8793)}}.snow:nth-child(30){opacity:1.495;transform:translate(14.1381vw,-10px) scale(.668);animation:fall-30 15s -18s linear infinite}@keyframes fall-30{78.618%{transform:translate(11.849vw,78.618vh) scale(.668)}to{transform:translate(12.99355vw,99vh) scale(.668)}}.snow:nth-child(31){opacity:1.7214;transform:translate(28.734vw,-10px) scale(.1795);animation:fall-31 26s -30s linear infinite}@keyframes fall-31{31.845%{transform:translate(22.1287vw,31.845vh) scale(.1795)}to{transform:translate(25.43135vw,99vh) scale(.1795)}}.snow:nth-child(32){opacity:1.5144;transform:translate(14.9527vw,-10px) scale(.8165);animation:fall-32 28s -8s linear infinite}@keyframes fall-32{44.143%{transform:translate(24.888vw,44.143vh) scale(.8165)}to{transform:translate(19.92035vw,99vh) scale(.8165)}}.snow:nth-child(33){opacity:1.7548;transform:translate(95.5797vw,-10px) scale(.5786);animation:fall-33 20s -18s linear infinite}@keyframes fall-33{79.013%{transform:translate(102.4845vw,79.013vh) scale(.5786)}to{transform:translate(99.0321vw,99vh) scale(.5786)}}.snow:nth-child(34){opacity:.4958;transform:translate(20.8832vw,-10px) scale(.683);animation:fall-34 13s -25s linear infinite}@keyframes fall-34{40.04%{transform:translate(27.9178vw,40.04vh) scale(.683)}to{transform:translate(24.4005vw,99vh) scale(.683)}}.snow:nth-child(35){opacity:1.9548;transform:translate(96.1826vw,-10px) scale(.7419);animation:fall-35 16s -26s linear infinite}@keyframes fall-35{37.952%{transform:translate(94.3609vw,37.952vh) scale(.7419)}to{transform:translate(95.27175vw,99vh) scale(.7419)}}.snow:nth-child(36){opacity:1.1856;transform:translate(4.3133vw,-10px) scale(.6322);animation:fall-36 26s -14s linear infinite}@keyframes fall-36{79.805%{transform:translate(1.9447vw,79.805vh) scale(.6322)}to{transform:translate(3.129vw,99vh) scale(.6322)}}.snow:nth-child(37){opacity:1.3828;transform:translate(70.0877vw,-10px) scale(.5987);animation:fall-37 26s -1s linear infinite}@keyframes fall-37{54.444%{transform:translate(77.1432vw,54.444vh) scale(.5987)}to{transform:translate(73.61545vw,99vh) scale(.5987)}}.snow:nth-child(38){opacity:1.737;transform:translate(73.705vw,-10px) scale(.2872);animation:fall-38 13s -28s linear infinite}@keyframes fall-38{78.079%{transform:translate(80.4384vw,78.079vh) scale(.2872)}to{transform:translate(77.0717vw,99vh) scale(.2872)}}.snow:nth-child(39){opacity:1.021;transform:translate(82.1768vw,-10px) scale(.659);animation:fall-39 25s -1s linear infinite}@keyframes fall-39{48.721%{transform:translate(78.3389vw,48.721vh) scale(.659)}to{transform:translate(80.25785vw,99vh) scale(.659)}}.snow:nth-child(40){opacity:.7528;transform:translate(8.4017vw,-10px) scale(.0911);animation:fall-40 11s -13s linear infinite}@keyframes fall-40{58.306%{transform:translate(16.1026vw,58.306vh) scale(.0911)}to{transform:translate(12.25215vw,99vh) scale(.0911)}}.snow:nth-child(41){opacity:1.0028;transform:translate(95.1574vw,-10px) scale(.5921);animation:fall-41 30s -18s linear infinite}@keyframes fall-41{37.02%{transform:translate(100.4975vw,37.02vh) scale(.5921)}to{transform:translate(97.82745vw,99vh) scale(.5921)}}.snow:nth-child(42){opacity:1.662;transform:translate(3.1989vw,-10px) scale(.2791);animation:fall-42 24s -9s linear infinite}@keyframes fall-42{46.723%{transform:translate(2.3219vw,46.723vh) scale(.2791)}to{transform:translate(2.7604vw,99vh) scale(.2791)}}.snow:nth-child(43){opacity:.5116;transform:translate(71.6761vw,-10px) scale(.2114);animation:fall-43 14s -27s linear infinite}@keyframes fall-43{76.161%{transform:translate(69.7459vw,76.161vh) scale(.2114)}to{transform:translate(70.711vw,99vh) scale(.2114)}}.snow:nth-child(44){opacity:.6654;transform:translate(62.9751vw,-10px) scale(.6579);animation:fall-44 19s -20s linear infinite}@keyframes fall-44{71.872%{transform:translate(67.3546vw,71.872vh) scale(.6579)}to{transform:translate(65.16485vw,99vh) scale(.6579)}}.snow:nth-child(45){opacity:1.4224;transform:translate(6.6948vw,-10px) scale(.1028);animation:fall-45 30s -15s linear infinite}@keyframes fall-45{58.197%{transform:translate(-2.6265vw,58.197vh) scale(.1028)}to{transform:translate(2.03415vw,99vh) scale(.1028)}}.snow:nth-child(46){opacity:.4084;transform:translate(25.3256vw,-10px) scale(.6582);animation:fall-46 18s -26s linear infinite}@keyframes fall-46{61.265%{transform:translate(17.0679vw,61.265vh) scale(.6582)}to{transform:translate(21.19675vw,99vh) scale(.6582)}}.snow:nth-child(47){opacity:.9688;transform:translate(89.1686vw,-10px) scale(.8534);animation:fall-47 23s -17s linear infinite}@keyframes fall-47{68.994%{transform:translate(88.8654vw,68.994vh) scale(.8534)}to{transform:translate(89.017vw,99vh) scale(.8534)}}.snow:nth-child(48){opacity:1.7058;transform:translate(98.8799vw,-10px) scale(.4065);animation:fall-48 26s -13s linear infinite}@keyframes fall-48{32.474%{transform:translate(102.9986vw,32.474vh) scale(.4065)}to{transform:translate(100.93925vw,99vh) scale(.4065)}}.snow:nth-child(49){opacity:1.1468;transform:translate(75.0164vw,-10px) scale(.7412);animation:fall-49 22s -13s linear infinite}@keyframes fall-49{57.405%{transform:translate(73.3037vw,57.405vh) scale(.7412)}to{transform:translate(74.16005vw,99vh) scale(.7412)}}.snow:nth-child(50){opacity:.5986;transform:translate(42.7658vw,-10px) scale(.2549);animation:fall-50 12s -4s linear infinite}@keyframes fall-50{45.599%{transform:translate(38.9701vw,45.599vh) scale(.2549)}to{transform:translate(40.86795vw,99vh) scale(.2549)}}.snow:nth-child(51){opacity:1.6378;transform:translate(63.4252vw,-10px) scale(.089);animation:fall-51 20s -13s linear infinite}@keyframes fall-51{36.428%{transform:translate(65.3287vw,36.428vh) scale(.089)}to{transform:translate(64.37695vw,99vh) scale(.089)}}.snow:nth-child(52){opacity:.534;transform:translate(89.5803vw,-10px) scale(.9578);animation:fall-52 28s -7s linear infinite}@keyframes fall-52{61.395%{transform:translate(93.7905vw,61.395vh) scale(.9578)}to{transform:translate(91.6854vw,99vh) scale(.9578)}}.snow:nth-child(53){opacity:.4632;transform:translate(42.6549vw,-10px) scale(.1813);animation:fall-53 19s -24s linear infinite}@keyframes fall-53{45.802%{transform:translate(35.1484vw,45.802vh) scale(.1813)}to{transform:translate(38.90165vw,99vh) scale(.1813)}}.snow:nth-child(54){opacity:.6892;transform:translate(42.1601vw,-10px) scale(.2992);animation:fall-54 20s -10s linear infinite}@keyframes fall-54{68.757%{transform:translate(50.4329vw,68.757vh) scale(.2992)}to{transform:translate(46.2965vw,99vh) scale(.2992)}}.snow:nth-child(55){opacity:1.188;transform:translate(9.8144vw,-10px) scale(.9431);animation:fall-55 13s -25s linear infinite}@keyframes fall-55{45.191%{transform:translate(14.5488vw,45.191vh) scale(.9431)}to{transform:translate(12.1816vw,99vh) scale(.9431)}}.snow:nth-child(56){opacity:.6144;transform:translate(71.5525vw,-10px) scale(.8445);animation:fall-56 12s -19s linear infinite}@keyframes fall-56{66.09%{transform:translate(62.4502vw,66.09vh) scale(.8445)}to{transform:translate(67.00135vw,99vh) scale(.8445)}}.snow:nth-child(57){opacity:.1016;transform:translate(41.7075vw,-10px) scale(.1915);animation:fall-57 30s -22s linear infinite}@keyframes fall-57{66.188%{transform:translate(32.1134vw,66.188vh) scale(.1915)}to{transform:translate(36.91045vw,99vh) scale(.1915)}}.snow:nth-child(58){opacity:.7384;transform:translate(6.038vw,-10px) scale(.8512);animation:fall-58 28s -14s linear infinite}@keyframes fall-58{44.634%{transform:translate(9.1394vw,44.634vh) scale(.8512)}to{transform:translate(7.5887vw,99vh) scale(.8512)}}.snow:nth-child(59){opacity:1.6878;transform:translate(41.5762vw,-10px) scale(.0207);animation:fall-59 18s -15s linear infinite}@keyframes fall-59{64.044%{transform:translate(44.6402vw,64.044vh) scale(.0207)}to{transform:translate(43.1082vw,99vh) scale(.0207)}}.snow:nth-child(60){opacity:1.5604;transform:translate(62.6903vw,-10px) scale(.4667);animation:fall-60 12s -2s linear infinite}@keyframes fall-60{46.059%{transform:translate(67.8806vw,46.059vh) scale(.4667)}to{transform:translate(65.28545vw,99vh) scale(.4667)}}.snow:nth-child(61){opacity:1.4756;transform:translate(1.0191vw,-10px) scale(.8925);animation:fall-61 14s -24s linear infinite}@keyframes fall-61{57.254%{transform:translate(4.556vw,57.254vh) scale(.8925)}to{transform:translate(2.78755vw,99vh) scale(.8925)}}.snow:nth-child(62){opacity:.2262;transform:translate(11.9099vw,-10px) scale(.2226);animation:fall-62 19s -16s linear infinite}@keyframes fall-62{35.283%{transform:translate(19.2716vw,35.283vh) scale(.2226)}to{transform:translate(15.59075vw,99vh) scale(.2226)}}.snow:nth-child(63){opacity:1.5174;transform:translate(22.2159vw,-10px) scale(.6351);animation:fall-63 26s -23s linear infinite}@keyframes fall-63{30.806%{transform:translate(15.6216vw,30.806vh) scale(.6351)}to{transform:translate(18.91875vw,99vh) scale(.6351)}}.snow:nth-child(64){opacity:.0856;transform:translate(54.9407vw,-10px) scale(.2431);animation:fall-64 27s -9s linear infinite}@keyframes fall-64{34.685%{transform:translate(50.0187vw,34.685vh) scale(.2431)}to{transform:translate(52.4797vw,99vh) scale(.2431)}}.snow:nth-child(65){opacity:.0332;transform:translate(10.5889vw,-10px) scale(.1173);animation:fall-65 22s -2s linear infinite}@keyframes fall-65{73.047%{transform:translate(9.1713vw,73.047vh) scale(.1173)}to{transform:translate(9.8801vw,99vh) scale(.1173)}}.snow:nth-child(66){opacity:.5442;transform:translate(10.6879vw,-10px) scale(.7883);animation:fall-66 26s -21s linear infinite}@keyframes fall-66{68.359%{transform:translate(1.5146vw,68.359vh) scale(.7883)}to{transform:translate(6.10125vw,99vh) scale(.7883)}}.snow:nth-child(67){opacity:1.6998;transform:translate(60.2563vw,-10px) scale(.0523);animation:fall-67 30s -22s linear infinite}@keyframes fall-67{57.618%{transform:translate(54.7939vw,57.618vh) scale(.0523)}to{transform:translate(57.5251vw,99vh) scale(.0523)}}.snow:nth-child(68){opacity:.3352;transform:translate(52.262vw,-10px) scale(.4131);animation:fall-68 23s -22s linear infinite}@keyframes fall-68{78.679%{transform:translate(51.7667vw,78.679vh) scale(.4131)}to{transform:translate(52.01435vw,99vh) scale(.4131)}}.snow:nth-child(69){opacity:.5932;transform:translate(96.7363vw,-10px) scale(.3149);animation:fall-69 27s -4s linear infinite}@keyframes fall-69{60.223%{transform:translate(87.1708vw,60.223vh) scale(.3149)}to{transform:translate(91.95355vw,99vh) scale(.3149)}}.snow:nth-child(70){opacity:.9764;transform:translate(44.6292vw,-10px) scale(.4308);animation:fall-70 11s -4s linear infinite}@keyframes fall-70{70.932%{transform:translate(48.418vw,70.932vh) scale(.4308)}to{transform:translate(46.5236vw,99vh) scale(.4308)}}.snow:nth-child(71){opacity:.738;transform:translate(83.443vw,-10px) scale(.8358);animation:fall-71 12s -21s linear infinite}@keyframes fall-71{75.244%{transform:translate(81.9206vw,75.244vh) scale(.8358)}to{transform:translate(82.6818vw,99vh) scale(.8358)}}.snow:nth-child(72){opacity:1.7944;transform:translate(42.6449vw,-10px) scale(.1376);animation:fall-72 24s -7s linear infinite}@keyframes fall-72{72.645%{transform:translate(47.6393vw,72.645vh) scale(.1376)}to{transform:translate(45.1421vw,99vh) scale(.1376)}}.snow:nth-child(73){opacity:1.5464;transform:translate(92.6562vw,-10px) scale(.0012);animation:fall-73 16s -27s linear infinite}@keyframes fall-73{69.952%{transform:translate(102.0348vw,69.952vh) scale(.0012)}to{transform:translate(97.3455vw,99vh) scale(.0012)}}.snow:nth-child(74){opacity:1.8946;transform:translate(59.1592vw,-10px) scale(.0939);animation:fall-74 12s -9s linear infinite}@keyframes fall-74{35.415%{transform:translate(64.9924vw,35.415vh) scale(.0939)}to{transform:translate(62.0758vw,99vh) scale(.0939)}}.snow:nth-child(75){opacity:.3074;transform:translate(27.8346vw,-10px) scale(.0455);animation:fall-75 21s -12s linear infinite}@keyframes fall-75{55.507%{transform:translate(31.9542vw,55.507vh) scale(.0455)}to{transform:translate(29.8944vw,99vh) scale(.0455)}}.snow:nth-child(76){opacity:1.7412;transform:translate(29.9016vw,-10px) scale(.5188);animation:fall-76 28s -21s linear infinite}@keyframes fall-76{38.07%{transform:translate(21.1999vw,38.07vh) scale(.5188)}to{transform:translate(25.55075vw,99vh) scale(.5188)}}.snow:nth-child(77){opacity:1.9532;transform:translate(52.8898vw,-10px) scale(.1902);animation:fall-77 30s -6s linear infinite}@keyframes fall-77{69.074%{transform:translate(62.2106vw,69.074vh) scale(.1902)}to{transform:translate(57.5502vw,99vh) scale(.1902)}}.snow:nth-child(78){opacity:.5046;transform:translate(64.4224vw,-10px) scale(.5386);animation:fall-78 21s -13s linear infinite}@keyframes fall-78{60.019%{transform:translate(73.4611vw,60.019vh) scale(.5386)}to{transform:translate(68.94175vw,99vh) scale(.5386)}}.snow:nth-child(79){opacity:.2522;transform:translate(69.3526vw,-10px) scale(.2492);animation:fall-79 28s -3s linear infinite}@keyframes fall-79{55.106%{transform:translate(74.4497vw,55.106vh) scale(.2492)}to{transform:translate(71.90115vw,99vh) scale(.2492)}}.snow:nth-child(80){opacity:1.9878;transform:translate(33.6276vw,-10px) scale(.5787);animation:fall-80 13s -7s linear infinite}@keyframes fall-80{43.998%{transform:translate(35.1314vw,43.998vh) scale(.5787)}to{transform:translate(34.3795vw,99vh) scale(.5787)}}.snow:nth-child(81){opacity:1.4134;transform:translate(62.2529vw,-10px) scale(.0773);animation:fall-81 11s -16s linear infinite}@keyframes fall-81{60.401%{transform:translate(52.5053vw,60.401vh) scale(.0773)}to{transform:translate(57.3791vw,99vh) scale(.0773)}}.snow:nth-child(82){opacity:.5534;transform:translate(33.5474vw,-10px) scale(.2898);animation:fall-82 20s -18s linear infinite}@keyframes fall-82{50.426%{transform:translate(38.2649vw,50.426vh) scale(.2898)}to{transform:translate(35.90615vw,99vh) scale(.2898)}}.snow:nth-child(83){opacity:1.7236;transform:translate(33.7444vw,-10px) scale(.3506);animation:fall-83 27s -13s linear infinite}@keyframes fall-83{37.5%{transform:translate(37.4384vw,37.5vh) scale(.3506)}to{transform:translate(35.5914vw,99vh) scale(.3506)}}.snow:nth-child(84){opacity:1.9382;transform:translate(54.1765vw,-10px) scale(.8237);animation:fall-84 12s -22s linear infinite}@keyframes fall-84{52.85%{transform:translate(62.8556vw,52.85vh) scale(.8237)}to{transform:translate(58.51605vw,99vh) scale(.8237)}}.snow:nth-child(85){opacity:.7046;transform:translate(50.5433vw,-10px) scale(.0641);animation:fall-85 27s -18s linear infinite}@keyframes fall-85{52.695%{transform:translate(52.5464vw,52.695vh) scale(.0641)}to{transform:translate(51.54485vw,99vh) scale(.0641)}}.snow:nth-child(86){opacity:.363;transform:translate(27.0955vw,-10px) scale(.0796);animation:fall-86 15s -28s linear infinite}@keyframes fall-86{45.574%{transform:translate(17.9183vw,45.574vh) scale(.0796)}to{transform:translate(22.5069vw,99vh) scale(.0796)}}.snow:nth-child(87){opacity:.2908;transform:translate(50.9865vw,-10px) scale(.2998);animation:fall-87 14s -2s linear infinite}@keyframes fall-87{37.609%{transform:translate(56.1699vw,37.609vh) scale(.2998)}to{transform:translate(53.5782vw,99vh) scale(.2998)}}.snow:nth-child(88){opacity:.7846;transform:translate(37.8264vw,-10px) scale(.2041);animation:fall-88 23s -3s linear infinite}@keyframes fall-88{62.212%{transform:translate(34.8927vw,62.212vh) scale(.2041)}to{transform:translate(36.35955vw,99vh) scale(.2041)}}.snow:nth-child(89){opacity:.397;transform:translate(39.7912vw,-10px) scale(.2683);animation:fall-89 24s -12s linear infinite}@keyframes fall-89{50.576%{transform:translate(48.1552vw,50.576vh) scale(.2683)}to{transform:translate(43.9732vw,99vh) scale(.2683)}}.snow:nth-child(90){opacity:1.0844;transform:translate(43.4364vw,-10px) scale(.9856);animation:fall-90 19s -8s linear infinite}@keyframes fall-90{56.307%{transform:translate(51.856vw,56.307vh) scale(.9856)}to{transform:translate(47.6462vw,99vh) scale(.9856)}}.snow:nth-child(91){opacity:1.675;transform:translate(86.028vw,-10px) scale(.4066);animation:fall-91 21s -18s linear infinite}@keyframes fall-91{42.779%{transform:translate(87.3783vw,42.779vh) scale(.4066)}to{transform:translate(86.70315vw,99vh) scale(.4066)}}.snow:nth-child(92){opacity:.0794;transform:translate(95.7812vw,-10px) scale(.8692);animation:fall-92 10s -9s linear infinite}@keyframes fall-92{47.575%{transform:translate(88.5264vw,47.575vh) scale(.8692)}to{transform:translate(92.1538vw,99vh) scale(.8692)}}.snow:nth-child(93){opacity:.1676;transform:translate(88.1504vw,-10px) scale(.7142);animation:fall-93 29s -8s linear infinite}@keyframes fall-93{52.383%{transform:translate(86.9935vw,52.383vh) scale(.7142)}to{transform:translate(87.57195vw,99vh) scale(.7142)}}.snow:nth-child(94){opacity:1.4792;transform:translate(43.8692vw,-10px) scale(.4364);animation:fall-94 25s -30s linear infinite}@keyframes fall-94{43.445%{transform:translate(35.1031vw,43.445vh) scale(.4364)}to{transform:translate(39.48615vw,99vh) scale(.4364)}}.snow:nth-child(95){opacity:1.335;transform:translate(97.5518vw,-10px) scale(.3133);animation:fall-95 12s -3s linear infinite}@keyframes fall-95{44.275%{transform:translate(88.9052vw,44.275vh) scale(.3133)}to{transform:translate(93.2285vw,99vh) scale(.3133)}}.snow:nth-child(96){opacity:.0372;transform:translate(74.9225vw,-10px) scale(.3286);animation:fall-96 22s -20s linear infinite}@keyframes fall-96{77.223%{transform:translate(78.9784vw,77.223vh) scale(.3286)}to{transform:translate(76.95045vw,99vh) scale(.3286)}}.snow:nth-child(97){opacity:1.259;transform:translate(1.8582vw,-10px) scale(.2188);animation:fall-97 20s -12s linear infinite}@keyframes fall-97{44.752%{transform:translate(.1901vw,44.752vh) scale(.2188)}to{transform:translate(1.02415vw,99vh) scale(.2188)}}.snow:nth-child(98){opacity:1.0916;transform:translate(25.9406vw,-10px) scale(.001);animation:fall-98 10s -6s linear infinite}@keyframes fall-98{39.544%{transform:translate(21.1416vw,39.544vh) scale(.001)}to{transform:translate(23.5411vw,99vh) scale(.001)}}.snow:nth-child(99){opacity:1.4962;transform:translate(15.0448vw,-10px) scale(.0146);animation:fall-99 29s -24s linear infinite}@keyframes fall-99{54.657%{transform:translate(9.7226vw,54.657vh) scale(.0146)}to{transform:translate(12.3837vw,99vh) scale(.0146)}}.snow:nth-child(100){opacity:1.3594;transform:translate(13.214vw,-10px) scale(.4631);animation:fall-100 17s -4s linear infinite}@keyframes fall-100{37.212%{transform:translate(22.7497vw,37.212vh) scale(.4631)}to{transform:translate(17.98185vw,99vh) scale(.4631)}}.snow:nth-child(101){opacity:1.3872;transform:translate(49.8739vw,-10px) scale(.9297);animation:fall-101 18s -11s linear infinite}@keyframes fall-101{49.02%{transform:translate(50.8875vw,49.02vh) scale(.9297)}to{transform:translate(50.3807vw,99vh) scale(.9297)}}.snow:nth-child(102){opacity:1.0696;transform:translate(19.8648vw,-10px) scale(.9234);animation:fall-102 12s -19s linear infinite}@keyframes fall-102{68.333%{transform:translate(18.092vw,68.333vh) scale(.9234)}to{transform:translate(18.9784vw,99vh) scale(.9234)}}.snow:nth-child(103){opacity:.8694;transform:translate(83.2231vw,-10px) scale(.8504);animation:fall-103 17s -5s linear infinite}@keyframes fall-103{46.181%{transform:translate(74.7707vw,46.181vh) scale(.8504)}to{transform:translate(78.9969vw,99vh) scale(.8504)}}.snow:nth-child(104){opacity:.433;transform:translate(65.8523vw,-10px) scale(.2756);animation:fall-104 11s -29s linear infinite}@keyframes fall-104{51.426%{transform:translate(73.3747vw,51.426vh) scale(.2756)}to{transform:translate(69.6135vw,99vh) scale(.2756)}}.snow:nth-child(105){opacity:1.7868;transform:translate(16.3587vw,-10px) scale(.2747);animation:fall-105 16s -9s linear infinite}@keyframes fall-105{62.099%{transform:translate(20.7177vw,62.099vh) scale(.2747)}to{transform:translate(18.5382vw,99vh) scale(.2747)}}.snow:nth-child(106){opacity:.5214;transform:translate(85.1454vw,-10px) scale(.8687);animation:fall-106 22s -8s linear infinite}@keyframes fall-106{55.574%{transform:translate(78.8122vw,55.574vh) scale(.8687)}to{transform:translate(81.9788vw,99vh) scale(.8687)}}.snow:nth-child(107){opacity:.1836;transform:translate(71.9769vw,-10px) scale(.6909);animation:fall-107 15s -23s linear infinite}@keyframes fall-107{75.747%{transform:translate(71.6176vw,75.747vh) scale(.6909)}to{transform:translate(71.79725vw,99vh) scale(.6909)}}.snow:nth-child(108){opacity:.795;transform:translate(10.144vw,-10px) scale(.7282);animation:fall-108 26s -8s linear infinite}@keyframes fall-108{67.386%{transform:translate(19.6797vw,67.386vh) scale(.7282)}to{transform:translate(14.91185vw,99vh) scale(.7282)}}.snow:nth-child(109){opacity:.7098;transform:translate(59.4235vw,-10px) scale(.8307);animation:fall-109 23s -6s linear infinite}@keyframes fall-109{58.805%{transform:translate(56.9236vw,58.805vh) scale(.8307)}to{transform:translate(58.17355vw,99vh) scale(.8307)}}.snow:nth-child(110){opacity:1.5454;transform:translate(85.8793vw,-10px) scale(.1403);animation:fall-110 20s -28s linear infinite}@keyframes fall-110{57.544%{transform:translate(92.7454vw,57.544vh) scale(.1403)}to{transform:translate(89.31235vw,99vh) scale(.1403)}}.snow:nth-child(111){opacity:1.1756;transform:translate(80.2172vw,-10px) scale(.0369);animation:fall-111 12s -23s linear infinite}@keyframes fall-111{59.988%{transform:translate(79.38vw,59.988vh) scale(.0369)}to{transform:translate(79.7986vw,99vh) scale(.0369)}}.snow:nth-child(112){opacity:.2358;transform:translate(31.595vw,-10px) scale(.7357);animation:fall-112 28s -23s linear infinite}@keyframes fall-112{59.684%{transform:translate(36.4071vw,59.684vh) scale(.7357)}to{transform:translate(34.00105vw,99vh) scale(.7357)}}.snow:nth-child(113){opacity:1.4798;transform:translate(8.4323vw,-10px) scale(.6777);animation:fall-113 22s -17s linear infinite}@keyframes fall-113{46.255%{transform:translate(1.1677vw,46.255vh) scale(.6777)}to{transform:translate(4.8vw,99vh) scale(.6777)}}.snow:nth-child(114){opacity:1.2152;transform:translate(55.6097vw,-10px) scale(.1423);animation:fall-114 13s -16s linear infinite}@keyframes fall-114{57.109%{transform:translate(65.374vw,57.109vh) scale(.1423)}to{transform:translate(60.49185vw,99vh) scale(.1423)}}.snow:nth-child(115){opacity:.7418;transform:translate(41.385vw,-10px) scale(.1612);animation:fall-115 27s -21s linear infinite}@keyframes fall-115{69.094%{transform:translate(38.7675vw,69.094vh) scale(.1612)}to{transform:translate(40.07625vw,99vh) scale(.1612)}}.snow:nth-child(116){opacity:1.775;transform:translate(.1094vw,-10px) scale(.0133);animation:fall-116 24s -12s linear infinite}@keyframes fall-116{33.094%{transform:translate(-8.7106vw,33.094vh) scale(.0133)}to{transform:translate(-4.3006vw,99vh) scale(.0133)}}.snow:nth-child(117){opacity:.1768;transform:translate(44.0347vw,-10px) scale(.3526);animation:fall-117 10s -13s linear infinite}@keyframes fall-117{39.136%{transform:translate(38.3229vw,39.136vh) scale(.3526)}to{transform:translate(41.1788vw,99vh) scale(.3526)}}.snow:nth-child(118){opacity:.3058;transform:translate(72.9369vw,-10px) scale(.751);animation:fall-118 22s -1s linear infinite}@keyframes fall-118{69.107%{transform:translate(65.3565vw,69.107vh) scale(.751)}to{transform:translate(69.1467vw,99vh) scale(.751)}}.snow:nth-child(119){opacity:1.7506;transform:translate(63.3264vw,-10px) scale(.7297);animation:fall-119 18s -20s linear infinite}@keyframes fall-119{36.946%{transform:translate(71.8281vw,36.946vh) scale(.7297)}to{transform:translate(67.57725vw,99vh) scale(.7297)}}.snow:nth-child(120){opacity:1.2868;transform:translate(88.1924vw,-10px) scale(.4305);animation:fall-120 26s -20s linear infinite}@keyframes fall-120{39.638%{transform:translate(91.3118vw,39.638vh) scale(.4305)}to{transform:translate(89.7521vw,99vh) scale(.4305)}}.snow:nth-child(121){opacity:1.5726;transform:translate(41.7187vw,-10px) scale(.7836);animation:fall-121 21s -14s linear infinite}@keyframes fall-121{68.021%{transform:translate(47.2558vw,68.021vh) scale(.7836)}to{transform:translate(44.48725vw,99vh) scale(.7836)}}.snow:nth-child(122){opacity:1.9062;transform:translate(55.6093vw,-10px) scale(.0528);animation:fall-122 13s -21s linear infinite}@keyframes fall-122{51.083%{transform:translate(56.3372vw,51.083vh) scale(.0528)}to{transform:translate(55.97325vw,99vh) scale(.0528)}}.snow:nth-child(123){opacity:.6974;transform:translate(17.8337vw,-10px) scale(.2812);animation:fall-123 20s -6s linear infinite}@keyframes fall-123{60.523%{transform:translate(17.2142vw,60.523vh) scale(.2812)}to{transform:translate(17.52395vw,99vh) scale(.2812)}}.snow:nth-child(124){opacity:.6216;transform:translate(24.6245vw,-10px) scale(.155);animation:fall-124 19s -18s linear infinite}@keyframes fall-124{51.953%{transform:translate(30.5533vw,51.953vh) scale(.155)}to{transform:translate(27.5889vw,99vh) scale(.155)}}.snow:nth-child(125){opacity:1.2998;transform:translate(37.1183vw,-10px) scale(.934);animation:fall-125 23s -12s linear infinite}@keyframes fall-125{48.241%{transform:translate(38.3591vw,48.241vh) scale(.934)}to{transform:translate(37.7387vw,99vh) scale(.934)}}.snow:nth-child(126){opacity:.3512;transform:translate(71.5104vw,-10px) scale(.9283);animation:fall-126 29s -16s linear infinite}@keyframes fall-126{51.135%{transform:translate(80.0519vw,51.135vh) scale(.9283)}to{transform:translate(75.78115vw,99vh) scale(.9283)}}.snow:nth-child(127){opacity:1.9306;transform:translate(97.1425vw,-10px) scale(.7335);animation:fall-127 24s -24s linear infinite}@keyframes fall-127{50.033%{transform:translate(87.7951vw,50.033vh) scale(.7335)}to{transform:translate(92.4688vw,99vh) scale(.7335)}}.snow:nth-child(128){opacity:.0812;transform:translate(31.0507vw,-10px) scale(.5478);animation:fall-128 29s -12s linear infinite}@keyframes fall-128{71.362%{transform:translate(24.8663vw,71.362vh) scale(.5478)}to{transform:translate(27.9585vw,99vh) scale(.5478)}}.snow:nth-child(129){opacity:.0512;transform:translate(64.941vw,-10px) scale(.2099);animation:fall-129 25s -10s linear infinite}@keyframes fall-129{57.008%{transform:translate(65.8964vw,57.008vh) scale(.2099)}to{transform:translate(65.4187vw,99vh) scale(.2099)}}.snow:nth-child(130){opacity:1.3958;transform:translate(2.8314vw,-10px) scale(.7868);animation:fall-130 22s -3s linear infinite}@keyframes fall-130{67.43%{transform:translate(6.4503vw,67.43vh) scale(.7868)}to{transform:translate(4.64085vw,99vh) scale(.7868)}}.snow:nth-child(131){opacity:1.4012;transform:translate(40.4864vw,-10px) scale(.6243);animation:fall-131 27s -11s linear infinite}@keyframes fall-131{45.316%{transform:translate(37.1397vw,45.316vh) scale(.6243)}to{transform:translate(38.81305vw,99vh) scale(.6243)}}.snow:nth-child(132){opacity:1.8692;transform:translate(72.2229vw,-10px) scale(.6202);animation:fall-132 15s -1s linear infinite}@keyframes fall-132{58.453%{transform:translate(65.3737vw,58.453vh) scale(.6202)}to{transform:translate(68.7983vw,99vh) scale(.6202)}}.snow:nth-child(133){opacity:1.0276;transform:translate(14.8062vw,-10px) scale(.9164);animation:fall-133 11s -22s linear infinite}@keyframes fall-133{74.159%{transform:translate(12.2479vw,74.159vh) scale(.9164)}to{transform:translate(13.52705vw,99vh) scale(.9164)}}.snow:nth-child(134){opacity:.521;transform:translate(39.3922vw,-10px) scale(.2756);animation:fall-134 13s -30s linear infinite}@keyframes fall-134{50.799%{transform:translate(45.5922vw,50.799vh) scale(.2756)}to{transform:translate(42.4922vw,99vh) scale(.2756)}}.snow:nth-child(135){opacity:1.2022;transform:translate(36.8594vw,-10px) scale(.7272);animation:fall-135 17s -25s linear infinite}@keyframes fall-135{61.225%{transform:translate(36.9667vw,61.225vh) scale(.7272)}to{transform:translate(36.91305vw,99vh) scale(.7272)}}.snow:nth-child(136){opacity:1.0096;transform:translate(33.6518vw,-10px) scale(.4807);animation:fall-136 24s -1s linear infinite}@keyframes fall-136{51.458%{transform:translate(39.0096vw,51.458vh) scale(.4807)}to{transform:translate(36.3307vw,99vh) scale(.4807)}}.snow:nth-child(137){opacity:.3634;transform:translate(19.8674vw,-10px) scale(.1505);animation:fall-137 14s -12s linear infinite}@keyframes fall-137{69.316%{transform:translate(25.6305vw,69.316vh) scale(.1505)}to{transform:translate(22.74895vw,99vh) scale(.1505)}}.snow:nth-child(138){opacity:1.1096;transform:translate(83.203vw,-10px) scale(.5941);animation:fall-138 22s -12s linear infinite}@keyframes fall-138{66.292%{transform:translate(76.3092vw,66.292vh) scale(.5941)}to{transform:translate(79.7561vw,99vh) scale(.5941)}}.snow:nth-child(139){opacity:1.3272;transform:translate(87.2056vw,-10px) scale(.2573);animation:fall-139 13s -8s linear infinite}@keyframes fall-139{39.18%{transform:translate(93.8131vw,39.18vh) scale(.2573)}to{transform:translate(90.50935vw,99vh) scale(.2573)}}.snow:nth-child(140){opacity:1.8112;transform:translate(56.0586vw,-10px) scale(.7289);animation:fall-140 30s -2s linear infinite}@keyframes fall-140{47.972%{transform:translate(64.0739vw,47.972vh) scale(.7289)}to{transform:translate(60.06625vw,99vh) scale(.7289)}}.snow:nth-child(141){opacity:.058;transform:translate(93.2114vw,-10px) scale(.9057);animation:fall-141 11s -17s linear infinite}@keyframes fall-141{35.033%{transform:translate(96.376vw,35.033vh) scale(.9057)}to{transform:translate(94.7937vw,99vh) scale(.9057)}}.snow:nth-child(142){opacity:.0268;transform:translate(52.6045vw,-10px) scale(.0417);animation:fall-142 12s -16s linear infinite}@keyframes fall-142{36.824%{transform:translate(61.5301vw,36.824vh) scale(.0417)}to{transform:translate(57.0673vw,99vh) scale(.0417)}}.snow:nth-child(143){opacity:1.2792;transform:translate(48.9227vw,-10px) scale(.844);animation:fall-143 16s -5s linear infinite}@keyframes fall-143{42.129%{transform:translate(54.4073vw,42.129vh) scale(.844)}to{transform:translate(51.665vw,99vh) scale(.844)}}.snow:nth-child(144){opacity:1.1338;transform:translate(85.3887vw,-10px) scale(.3902);animation:fall-144 14s -24s linear infinite}@keyframes fall-144{75.362%{transform:translate(81.2093vw,75.362vh) scale(.3902)}to{transform:translate(83.299vw,99vh) scale(.3902)}}.snow:nth-child(145){opacity:1.1538;transform:translate(23.6728vw,-10px) scale(.772);animation:fall-145 28s -20s linear infinite}@keyframes fall-145{56.958%{transform:translate(23.6124vw,56.958vh) scale(.772)}to{transform:translate(23.6426vw,99vh) scale(.772)}}.snow:nth-child(146){opacity:1.7118;transform:translate(35.9714vw,-10px) scale(.7627);animation:fall-146 17s -18s linear infinite}@keyframes fall-146{30.835%{transform:translate(37.1812vw,30.835vh) scale(.7627)}to{transform:translate(36.5763vw,99vh) scale(.7627)}}.snow:nth-child(147){opacity:.3366;transform:translate(72.0191vw,-10px) scale(.9428);animation:fall-147 12s -19s linear infinite}@keyframes fall-147{69.796%{transform:translate(63.7093vw,69.796vh) scale(.9428)}to{transform:translate(67.8642vw,99vh) scale(.9428)}}.snow:nth-child(148){opacity:.4768;transform:translate(61.7563vw,-10px) scale(.306);animation:fall-148 29s -21s linear infinite}@keyframes fall-148{66.764%{transform:translate(67.94vw,66.764vh) scale(.306)}to{transform:translate(64.84815vw,99vh) scale(.306)}}.snow:nth-child(149){opacity:.5564;transform:translate(79.6843vw,-10px) scale(.3006);animation:fall-149 23s -24s linear infinite}@keyframes fall-149{59.715%{transform:translate(82.8906vw,59.715vh) scale(.3006)}to{transform:translate(81.28745vw,99vh) scale(.3006)}}.snow:nth-child(150){opacity:.8788;transform:translate(77.4523vw,-10px) scale(.1472);animation:fall-150 11s -1s linear infinite}@keyframes fall-150{42.634%{transform:translate(86.513vw,42.634vh) scale(.1472)}to{transform:translate(81.98265vw,99vh) scale(.1472)}}.snow:nth-child(151){opacity:1.444;transform:translate(53.1881vw,-10px) scale(.5802);animation:fall-151 25s -7s linear infinite}@keyframes fall-151{38.621%{transform:translate(63.1724vw,38.621vh) scale(.5802)}to{transform:translate(58.18025vw,99vh) scale(.5802)}}.snow:nth-child(152){opacity:.408;transform:translate(67.3262vw,-10px) scale(.779);animation:fall-152 30s -18s linear infinite}@keyframes fall-152{66.57%{transform:translate(73.0853vw,66.57vh) scale(.779)}to{transform:translate(70.20575vw,99vh) scale(.779)}}.snow:nth-child(153){opacity:1.9386;transform:translate(56.9013vw,-10px) scale(.0086);animation:fall-153 30s -29s linear infinite}@keyframes fall-153{68.994%{transform:translate(58.5015vw,68.994vh) scale(.0086)}to{transform:translate(57.7014vw,99vh) scale(.0086)}}.snow:nth-child(154){opacity:.0418;transform:translate(64.4261vw,-10px) scale(.5127);animation:fall-154 22s -6s linear infinite}@keyframes fall-154{63.507%{transform:translate(73.6993vw,63.507vh) scale(.5127)}to{transform:translate(69.0627vw,99vh) scale(.5127)}}.snow:nth-child(155){opacity:1.948;transform:translate(95.8772vw,-10px) scale(.1257);animation:fall-155 12s -17s linear infinite}@keyframes fall-155{69.916%{transform:translate(97.6334vw,69.916vh) scale(.1257)}to{transform:translate(96.7553vw,99vh) scale(.1257)}}.snow:nth-child(156){opacity:.8032;transform:translate(41.7578vw,-10px) scale(.8076);animation:fall-156 19s -19s linear infinite}@keyframes fall-156{33.53%{transform:translate(49.3234vw,33.53vh) scale(.8076)}to{transform:translate(45.5406vw,99vh) scale(.8076)}}.snow:nth-child(157){opacity:.6844;transform:translate(26.2598vw,-10px) scale(.199);animation:fall-157 12s -16s linear infinite}@keyframes fall-157{60.204%{transform:translate(28.9125vw,60.204vh) scale(.199)}to{transform:translate(27.58615vw,99vh) scale(.199)}}.snow:nth-child(158){opacity:1.0514;transform:translate(3.9979vw,-10px) scale(.949);animation:fall-158 20s -2s linear infinite}@keyframes fall-158{46.398%{transform:translate(11.2675vw,46.398vh) scale(.949)}to{transform:translate(7.6327vw,99vh) scale(.949)}}.snow:nth-child(159){opacity:1.5312;transform:translate(13.5161vw,-10px) scale(.9459);animation:fall-159 23s -26s linear infinite}@keyframes fall-159{36.879%{transform:translate(6.7017vw,36.879vh) scale(.9459)}to{transform:translate(10.1089vw,99vh) scale(.9459)}}.snow:nth-child(160){opacity:.5328;transform:translate(35.2542vw,-10px) scale(.4688);animation:fall-160 17s -6s linear infinite}@keyframes fall-160{50.76%{transform:translate(29.009vw,50.76vh) scale(.4688)}to{transform:translate(32.1316vw,99vh) scale(.4688)}}.snow:nth-child(161){opacity:1.0744;transform:translate(4.2489vw,-10px) scale(.2032);animation:fall-161 24s -21s linear infinite}@keyframes fall-161{70.085%{transform:translate(3.7794vw,70.085vh) scale(.2032)}to{transform:translate(4.01415vw,99vh) scale(.2032)}}.snow:nth-child(162){opacity:.3882;transform:translate(90.7789vw,-10px) scale(.0121);animation:fall-162 11s -11s linear infinite}@keyframes fall-162{67.173%{transform:translate(81.6888vw,67.173vh) scale(.0121)}to{transform:translate(86.23385vw,99vh) scale(.0121)}}.snow:nth-child(163){opacity:.5422;transform:translate(33.651vw,-10px) scale(.7327);animation:fall-163 16s -24s linear infinite}@keyframes fall-163{77.679%{transform:translate(32.5616vw,77.679vh) scale(.7327)}to{transform:translate(33.1063vw,99vh) scale(.7327)}}.snow:nth-child(164){opacity:1.6856;transform:translate(87.0145vw,-10px) scale(.4109);animation:fall-164 13s -15s linear infinite}@keyframes fall-164{35.332%{transform:translate(81.164vw,35.332vh) scale(.4109)}to{transform:translate(84.08925vw,99vh) scale(.4109)}}.snow:nth-child(165){opacity:.067;transform:translate(27.587vw,-10px) scale(.9768);animation:fall-165 16s -4s linear infinite}@keyframes fall-165{51.263%{transform:translate(24.0392vw,51.263vh) scale(.9768)}to{transform:translate(25.8131vw,99vh) scale(.9768)}}.snow:nth-child(166){opacity:1.3188;transform:translate(49.2246vw,-10px) scale(.9966);animation:fall-166 25s -15s linear infinite}@keyframes fall-166{74.912%{transform:translate(54.9976vw,74.912vh) scale(.9966)}to{transform:translate(52.1111vw,99vh) scale(.9966)}}.snow:nth-child(167){opacity:1.3234;transform:translate(41.0108vw,-10px) scale(.3655);animation:fall-167 29s -11s linear infinite}@keyframes fall-167{59.512%{transform:translate(33.0856vw,59.512vh) scale(.3655)}to{transform:translate(37.0482vw,99vh) scale(.3655)}}.snow:nth-child(168){opacity:.925;transform:translate(67.0787vw,-10px) scale(.3711);animation:fall-168 21s -29s linear infinite}@keyframes fall-168{54.262%{transform:translate(74.2842vw,54.262vh) scale(.3711)}to{transform:translate(70.68145vw,99vh) scale(.3711)}}.snow:nth-child(169){opacity:.2202;transform:translate(42.4856vw,-10px) scale(.7378);animation:fall-169 26s -12s linear infinite}@keyframes fall-169{73.935%{transform:translate(52.2759vw,73.935vh) scale(.7378)}to{transform:translate(47.38075vw,99vh) scale(.7378)}}.snow:nth-child(170){opacity:1.6668;transform:translate(62.4047vw,-10px) scale(.8679);animation:fall-170 24s -23s linear infinite}@keyframes fall-170{67.045%{transform:translate(61.0499vw,67.045vh) scale(.8679)}to{transform:translate(61.7273vw,99vh) scale(.8679)}}.snow:nth-child(171){opacity:1.6128;transform:translate(46.6228vw,-10px) scale(.2691);animation:fall-171 18s -20s linear infinite}@keyframes fall-171{72.165%{transform:translate(52.0448vw,72.165vh) scale(.2691)}to{transform:translate(49.3338vw,99vh) scale(.2691)}}.snow:nth-child(172){opacity:1.082;transform:translate(55.3393vw,-10px) scale(.2494);animation:fall-172 23s -23s linear infinite}@keyframes fall-172{48.744%{transform:translate(46.0962vw,48.744vh) scale(.2494)}to{transform:translate(50.71775vw,99vh) scale(.2494)}}.snow:nth-child(173){opacity:.1598;transform:translate(40.7749vw,-10px) scale(.6554);animation:fall-173 10s -15s linear infinite}@keyframes fall-173{76.738%{transform:translate(31.6246vw,76.738vh) scale(.6554)}to{transform:translate(36.19975vw,99vh) scale(.6554)}}.snow:nth-child(174){opacity:1.418;transform:translate(10.333vw,-10px) scale(.0522);animation:fall-174 26s -27s linear infinite}@keyframes fall-174{30.058%{transform:translate(17.8026vw,30.058vh) scale(.0522)}to{transform:translate(14.0678vw,99vh) scale(.0522)}}.snow:nth-child(175){opacity:1.2572;transform:translate(24.2805vw,-10px) scale(.1205);animation:fall-175 29s -9s linear infinite}@keyframes fall-175{49.046%{transform:translate(28.4029vw,49.046vh) scale(.1205)}to{transform:translate(26.3417vw,99vh) scale(.1205)}}.snow:nth-child(176){opacity:1.408;transform:translate(2.369vw,-10px) scale(.0297);animation:fall-176 24s -20s linear infinite}@keyframes fall-176{70.542%{transform:translate(-2.9175vw,70.542vh) scale(.0297)}to{transform:translate(-.27425vw,99vh) scale(.0297)}}.snow:nth-child(177){opacity:1.4024;transform:translate(24.0764vw,-10px) scale(.4181);animation:fall-177 26s -9s linear infinite}@keyframes fall-177{61.597%{transform:translate(16.6036vw,61.597vh) scale(.4181)}to{transform:translate(20.34vw,99vh) scale(.4181)}}.snow:nth-child(178){opacity:.0634;transform:translate(6.6294vw,-10px) scale(.1394);animation:fall-178 14s -18s linear infinite}@keyframes fall-178{56.027%{transform:translate(10.4549vw,56.027vh) scale(.1394)}to{transform:translate(8.54215vw,99vh) scale(.1394)}}.snow:nth-child(179){opacity:1.6922;transform:translate(18.9143vw,-10px) scale(.2975);animation:fall-179 29s -5s linear infinite}@keyframes fall-179{46.72%{transform:translate(21.1385vw,46.72vh) scale(.2975)}to{transform:translate(20.0264vw,99vh) scale(.2975)}}.snow:nth-child(180){opacity:1.309;transform:translate(51.1368vw,-10px) scale(.1734);animation:fall-180 29s -16s linear infinite}@keyframes fall-180{38.477%{transform:translate(47.7824vw,38.477vh) scale(.1734)}to{transform:translate(49.4596vw,99vh) scale(.1734)}}.snow:nth-child(181){opacity:1.7854;transform:translate(76.1003vw,-10px) scale(.9066);animation:fall-181 11s -22s linear infinite}@keyframes fall-181{67.99%{transform:translate(84.9823vw,67.99vh) scale(.9066)}to{transform:translate(80.5413vw,99vh) scale(.9066)}}.snow:nth-child(182){opacity:1.3104;transform:translate(56.4776vw,-10px) scale(.3409);animation:fall-182 28s -20s linear infinite}@keyframes fall-182{30.915%{transform:translate(56.0996vw,30.915vh) scale(.3409)}to{transform:translate(56.2886vw,99vh) scale(.3409)}}.snow:nth-child(183){opacity:.4744;transform:translate(10.7885vw,-10px) scale(.8496);animation:fall-183 24s -29s linear infinite}@keyframes fall-183{43.128%{transform:translate(20.4188vw,43.128vh) scale(.8496)}to{transform:translate(15.60365vw,99vh) scale(.8496)}}.snow:nth-child(184){opacity:1.4848;transform:translate(32.3531vw,-10px) scale(.411);animation:fall-184 25s -17s linear infinite}@keyframes fall-184{63.898%{transform:translate(22.4517vw,63.898vh) scale(.411)}to{transform:translate(27.4024vw,99vh) scale(.411)}}.snow:nth-child(185){opacity:.7526;transform:translate(59.8823vw,-10px) scale(.3877);animation:fall-185 12s -10s linear infinite}@keyframes fall-185{60.902%{transform:translate(52.8447vw,60.902vh) scale(.3877)}to{transform:translate(56.3635vw,99vh) scale(.3877)}}.snow:nth-child(186){opacity:1.4048;transform:translate(65.0589vw,-10px) scale(.1871);animation:fall-186 28s -7s linear infinite}@keyframes fall-186{78.496%{transform:translate(70.7585vw,78.496vh) scale(.1871)}to{transform:translate(67.9087vw,99vh) scale(.1871)}}.snow:nth-child(187){opacity:1.1202;transform:translate(54.1872vw,-10px) scale(.1487);animation:fall-187 19s -21s linear infinite}@keyframes fall-187{75.628%{transform:translate(56.0107vw,75.628vh) scale(.1487)}to{transform:translate(55.09895vw,99vh) scale(.1487)}}.snow:nth-child(188){opacity:1.4994;transform:translate(78.114vw,-10px) scale(.1562);animation:fall-188 16s -11s linear infinite}@keyframes fall-188{51.836%{transform:translate(68.1953vw,51.836vh) scale(.1562)}to{transform:translate(73.15465vw,99vh) scale(.1562)}}.snow:nth-child(189){opacity:.2694;transform:translate(2.3406vw,-10px) scale(.171);animation:fall-189 11s -10s linear infinite}@keyframes fall-189{58.918%{transform:translate(4.7359vw,58.918vh) scale(.171)}to{transform:translate(3.53825vw,99vh) scale(.171)}}.snow:nth-child(190){opacity:1.9076;transform:translate(49.7811vw,-10px) scale(.6957);animation:fall-190 28s -28s linear infinite}@keyframes fall-190{52.532%{transform:translate(48.0581vw,52.532vh) scale(.6957)}to{transform:translate(48.9196vw,99vh) scale(.6957)}}.snow:nth-child(191){opacity:.6666;transform:translate(18.8496vw,-10px) scale(.7605);animation:fall-191 24s -18s linear infinite}@keyframes fall-191{34.395%{transform:translate(11.5553vw,34.395vh) scale(.7605)}to{transform:translate(15.20245vw,99vh) scale(.7605)}}.snow:nth-child(192){opacity:.6354;transform:translate(4.4341vw,-10px) scale(.1153);animation:fall-192 21s -4s linear infinite}@keyframes fall-192{62.713%{transform:translate(.6054vw,62.713vh) scale(.1153)}to{transform:translate(2.51975vw,99vh) scale(.1153)}}.snow:nth-child(193){opacity:1.202;transform:translate(34.4929vw,-10px) scale(.5976);animation:fall-193 28s -5s linear infinite}@keyframes fall-193{34.163%{transform:translate(43.7695vw,34.163vh) scale(.5976)}to{transform:translate(39.1312vw,99vh) scale(.5976)}}.snow:nth-child(194){opacity:1.569;transform:translate(65.565vw,-10px) scale(.5348);animation:fall-194 28s -30s linear infinite}@keyframes fall-194{75.184%{transform:translate(69.4917vw,75.184vh) scale(.5348)}to{transform:translate(67.52835vw,99vh) scale(.5348)}}.snow:nth-child(195){opacity:.43;transform:translate(20.0705vw,-10px) scale(.624);animation:fall-195 25s -23s linear infinite}@keyframes fall-195{44.075%{transform:translate(28.8177vw,44.075vh) scale(.624)}to{transform:translate(24.4441vw,99vh) scale(.624)}}.snow:nth-child(196){opacity:1.542;transform:translate(40.5408vw,-10px) scale(.2485);animation:fall-196 28s -10s linear infinite}@keyframes fall-196{79.06%{transform:translate(45.7304vw,79.06vh) scale(.2485)}to{transform:translate(43.1356vw,99vh) scale(.2485)}}.snow:nth-child(197){opacity:.0644;transform:translate(64.6362vw,-10px) scale(.389);animation:fall-197 20s -17s linear infinite}@keyframes fall-197{37.91%{transform:translate(68.9132vw,37.91vh) scale(.389)}to{transform:translate(66.7747vw,99vh) scale(.389)}}.snow:nth-child(198){opacity:.2032;transform:translate(97.6514vw,-10px) scale(.4169);animation:fall-198 24s -10s linear infinite}@keyframes fall-198{42.433%{transform:translate(95.3936vw,42.433vh) scale(.4169)}to{transform:translate(96.5225vw,99vh) scale(.4169)}}.snow:nth-child(199){opacity:1.3394;transform:translate(44.6449vw,-10px) scale(.1547);animation:fall-199 19s -18s linear infinite}@keyframes fall-199{37.569%{transform:translate(53.1638vw,37.569vh) scale(.1547)}to{transform:translate(48.90435vw,99vh) scale(.1547)}}.snow:nth-child(200){opacity:.9072;transform:translate(96.2659vw,-10px) scale(.6078);animation:fall-200 12s -1s linear infinite}@keyframes fall-200{77.238%{transform:translate(89.5224vw,77.238vh) scale(.6078)}to{transform:translate(92.89415vw,99vh) scale(.6078)}}.snow:nth-child(201){opacity:.7024;transform:translate(55.3132vw,-10px) scale(.6431);animation:fall-201 30s -4s linear infinite}@keyframes fall-201{40.774%{transform:translate(55.9273vw,40.774vh) scale(.6431)}to{transform:translate(55.62025vw,99vh) scale(.6431)}}.snow:nth-child(202){opacity:.8006;transform:translate(51.7756vw,-10px) scale(.298);animation:fall-202 28s -5s linear infinite}@keyframes fall-202{34.68%{transform:translate(56.0042vw,34.68vh) scale(.298)}to{transform:translate(53.8899vw,99vh) scale(.298)}}.snow:nth-child(203){opacity:1.3408;transform:translate(36.3815vw,-10px) scale(.8689);animation:fall-203 25s -12s linear infinite}@keyframes fall-203{38.478%{transform:translate(31.819vw,38.478vh) scale(.8689)}to{transform:translate(34.10025vw,99vh) scale(.8689)}}.snow:nth-child(204){opacity:.3338;transform:translate(73.674vw,-10px) scale(.9722);animation:fall-204 17s -21s linear infinite}@keyframes fall-204{67.533%{transform:translate(78.12vw,67.533vh) scale(.9722)}to{transform:translate(75.897vw,99vh) scale(.9722)}}.snow:nth-child(205){opacity:.355;transform:translate(50.6149vw,-10px) scale(.2541);animation:fall-205 29s -24s linear infinite}@keyframes fall-205{58.264%{transform:translate(60.2639vw,58.264vh) scale(.2541)}to{transform:translate(55.4394vw,99vh) scale(.2541)}}.snow:nth-child(206){opacity:.8348;transform:translate(60.3935vw,-10px) scale(.0178);animation:fall-206 29s -8s linear infinite}@keyframes fall-206{63.616%{transform:translate(57.9355vw,63.616vh) scale(.0178)}to{transform:translate(59.1645vw,99vh) scale(.0178)}}.snow:nth-child(207){opacity:.168;transform:translate(56.0351vw,-10px) scale(.909);animation:fall-207 18s -28s linear infinite}@keyframes fall-207{30.66%{transform:translate(49.9561vw,30.66vh) scale(.909)}to{transform:translate(52.9956vw,99vh) scale(.909)}}.snow:nth-child(208){opacity:.3748;transform:translate(58.9286vw,-10px) scale(.5468);animation:fall-208 24s -11s linear infinite}@keyframes fall-208{67.807%{transform:translate(68.771vw,67.807vh) scale(.5468)}to{transform:translate(63.8498vw,99vh) scale(.5468)}}.snow:nth-child(209){opacity:.3618;transform:translate(53.9851vw,-10px) scale(.3149);animation:fall-209 11s -23s linear infinite}@keyframes fall-209{65.389%{transform:translate(47.7745vw,65.389vh) scale(.3149)}to{transform:translate(50.8798vw,99vh) scale(.3149)}}.snow:nth-child(210){opacity:.527;transform:translate(93.0203vw,-10px) scale(.8061);animation:fall-210 24s -3s linear infinite}@keyframes fall-210{54.843%{transform:translate(90.2161vw,54.843vh) scale(.8061)}to{transform:translate(91.6182vw,99vh) scale(.8061)}}.snow:nth-child(211){opacity:.6958;transform:translate(38.6557vw,-10px) scale(.9243);animation:fall-211 12s -5s linear infinite}@keyframes fall-211{65.602%{transform:translate(33.0324vw,65.602vh) scale(.9243)}to{transform:translate(35.84405vw,99vh) scale(.9243)}}.snow:nth-child(212){opacity:.5742;transform:translate(87.9507vw,-10px) scale(.5611);animation:fall-212 25s -10s linear infinite}@keyframes fall-212{37.007%{transform:translate(87.9705vw,37.007vh) scale(.5611)}to{transform:translate(87.9606vw,99vh) scale(.5611)}}.snow:nth-child(213){opacity:1.9966;transform:translate(90.2796vw,-10px) scale(.7345);animation:fall-213 16s -16s linear infinite}@keyframes fall-213{49.448%{transform:translate(86.4802vw,49.448vh) scale(.7345)}to{transform:translate(88.3799vw,99vh) scale(.7345)}}.snow:nth-child(214){opacity:.436;transform:translate(21.3519vw,-10px) scale(.4955);animation:fall-214 21s -4s linear infinite}@keyframes fall-214{52.91%{transform:translate(17.6919vw,52.91vh) scale(.4955)}to{transform:translate(19.5219vw,99vh) scale(.4955)}}.snow:nth-child(215){opacity:.4724;transform:translate(44.5492vw,-10px) scale(.7757);animation:fall-215 11s -14s linear infinite}@keyframes fall-215{58.857%{transform:translate(53.9128vw,58.857vh) scale(.7757)}to{transform:translate(49.231vw,99vh) scale(.7757)}}.snow:nth-child(216){opacity:.2614;transform:translate(83.5582vw,-10px) scale(.3716);animation:fall-216 30s -5s linear infinite}@keyframes fall-216{58.345%{transform:translate(91.0389vw,58.345vh) scale(.3716)}to{transform:translate(87.29855vw,99vh) scale(.3716)}}.snow:nth-child(217){opacity:1.7388;transform:translate(1.9719vw,-10px) scale(.3478);animation:fall-217 12s -22s linear infinite}@keyframes fall-217{74.205%{transform:translate(-4.9584vw,74.205vh) scale(.3478)}to{transform:translate(-1.49325vw,99vh) scale(.3478)}}.snow:nth-child(218){opacity:1.4164;transform:translate(26.3981vw,-10px) scale(.6763);animation:fall-218 14s -28s linear infinite}@keyframes fall-218{62.083%{transform:translate(33.8132vw,62.083vh) scale(.6763)}to{transform:translate(30.10565vw,99vh) scale(.6763)}}.snow:nth-child(219){opacity:.434;transform:translate(31.4339vw,-10px) scale(.0539);animation:fall-219 19s -29s linear infinite}@keyframes fall-219{62.145%{transform:translate(30.4192vw,62.145vh) scale(.0539)}to{transform:translate(30.92655vw,99vh) scale(.0539)}}.snow:nth-child(220){opacity:.3818;transform:translate(10.6563vw,-10px) scale(.249);animation:fall-220 21s -22s linear infinite}@keyframes fall-220{52.831%{transform:translate(11.107vw,52.831vh) scale(.249)}to{transform:translate(10.88165vw,99vh) scale(.249)}}.snow:nth-child(221){opacity:1.7236;transform:translate(24.7244vw,-10px) scale(.4072);animation:fall-221 23s -7s linear infinite}@keyframes fall-221{72.277%{transform:translate(34.6733vw,72.277vh) scale(.4072)}to{transform:translate(29.69885vw,99vh) scale(.4072)}}.snow:nth-child(222){opacity:1.0094;transform:translate(33.4866vw,-10px) scale(.5972);animation:fall-222 12s -27s linear infinite}@keyframes fall-222{64.953%{transform:translate(39.3186vw,64.953vh) scale(.5972)}to{transform:translate(36.4026vw,99vh) scale(.5972)}}.snow:nth-child(223){opacity:.7444;transform:translate(16.5806vw,-10px) scale(.4327);animation:fall-223 28s -22s linear infinite}@keyframes fall-223{67.981%{transform:translate(8.2661vw,67.981vh) scale(.4327)}to{transform:translate(12.42335vw,99vh) scale(.4327)}}.snow:nth-child(224){opacity:1.4764;transform:translate(24.7943vw,-10px) scale(.6781);animation:fall-224 13s -18s linear infinite}@keyframes fall-224{32.081%{transform:translate(33.884vw,32.081vh) scale(.6781)}to{transform:translate(29.33915vw,99vh) scale(.6781)}}.snow:nth-child(225){opacity:.6822;transform:translate(21.7982vw,-10px) scale(.696);animation:fall-225 29s -1s linear infinite}@keyframes fall-225{58.09%{transform:translate(21.6585vw,58.09vh) scale(.696)}to{transform:translate(21.72835vw,99vh) scale(.696)}}.snow:nth-child(226){opacity:.7528;transform:translate(14.3965vw,-10px) scale(.6892);animation:fall-226 25s -14s linear infinite}@keyframes fall-226{79.069%{transform:translate(10.9055vw,79.069vh) scale(.6892)}to{transform:translate(12.651vw,99vh) scale(.6892)}}.snow:nth-child(227){opacity:1.1108;transform:translate(90.1216vw,-10px) scale(.0252);animation:fall-227 16s -23s linear infinite}@keyframes fall-227{51.106%{transform:translate(93.8336vw,51.106vh) scale(.0252)}to{transform:translate(91.9776vw,99vh) scale(.0252)}}.snow:nth-child(228){opacity:.636;transform:translate(60.1485vw,-10px) scale(.6216);animation:fall-228 28s -11s linear infinite}@keyframes fall-228{36.443%{transform:translate(62.9277vw,36.443vh) scale(.6216)}to{transform:translate(61.5381vw,99vh) scale(.6216)}}.snow:nth-child(229){opacity:1.2746;transform:translate(14.497vw,-10px) scale(.7631);animation:fall-229 14s -11s linear infinite}@keyframes fall-229{48.632%{transform:translate(16.4906vw,48.632vh) scale(.7631)}to{transform:translate(15.4938vw,99vh) scale(.7631)}}.snow:nth-child(230){opacity:1.0536;transform:translate(2.9835vw,-10px) scale(.5623);animation:fall-230 10s -10s linear infinite}@keyframes fall-230{55.356%{transform:translate(.0211vw,55.356vh) scale(.5623)}to{transform:translate(1.5023vw,99vh) scale(.5623)}}.snow:nth-child(231){opacity:.4472;transform:translate(13.1322vw,-10px) scale(.1289);animation:fall-231 29s -11s linear infinite}@keyframes fall-231{40.214%{transform:translate(5.1144vw,40.214vh) scale(.1289)}to{transform:translate(9.1233vw,99vh) scale(.1289)}}.snow:nth-child(232){opacity:1.006;transform:translate(61.8543vw,-10px) scale(.4723);animation:fall-232 19s -23s linear infinite}@keyframes fall-232{53.541%{transform:translate(67.5228vw,53.541vh) scale(.4723)}to{transform:translate(64.68855vw,99vh) scale(.4723)}}.snow:nth-child(233){opacity:.3794;transform:translate(50.3491vw,-10px) scale(.3892);animation:fall-233 22s -11s linear infinite}@keyframes fall-233{75.73%{transform:translate(50.4809vw,75.73vh) scale(.3892)}to{transform:translate(50.415vw,99vh) scale(.3892)}}.snow:nth-child(234){opacity:.261;transform:translate(17.0707vw,-10px) scale(.5653);animation:fall-234 26s -19s linear infinite}@keyframes fall-234{35.225%{transform:translate(25.1571vw,35.225vh) scale(.5653)}to{transform:translate(21.1139vw,99vh) scale(.5653)}}.snow:nth-child(235){opacity:.4752;transform:translate(65.8196vw,-10px) scale(.3742);animation:fall-235 18s -2s linear infinite}@keyframes fall-235{57.51%{transform:translate(72.5276vw,57.51vh) scale(.3742)}to{transform:translate(69.1736vw,99vh) scale(.3742)}}.snow:nth-child(236){opacity:1.7436;transform:translate(63.4913vw,-10px) scale(.4131);animation:fall-236 18s -21s linear infinite}@keyframes fall-236{68.457%{transform:translate(63.9863vw,68.457vh) scale(.4131)}to{transform:translate(63.7388vw,99vh) scale(.4131)}}.snow:nth-child(237){opacity:1.292;transform:translate(72.1706vw,-10px) scale(.3803);animation:fall-237 13s -25s linear infinite}@keyframes fall-237{33.625%{transform:translate(72.4431vw,33.625vh) scale(.3803)}to{transform:translate(72.30685vw,99vh) scale(.3803)}}.snow:nth-child(238){opacity:1.7104;transform:translate(18.1784vw,-10px) scale(.7431);animation:fall-238 18s -14s linear infinite}@keyframes fall-238{51.283%{transform:translate(24.9552vw,51.283vh) scale(.7431)}to{transform:translate(21.5668vw,99vh) scale(.7431)}}.snow:nth-child(239){opacity:.6672;transform:translate(39.6414vw,-10px) scale(.6604);animation:fall-239 29s -12s linear infinite}@keyframes fall-239{37.163%{transform:translate(45.0956vw,37.163vh) scale(.6604)}to{transform:translate(42.3685vw,99vh) scale(.6604)}}.snow:nth-child(240){opacity:.542;transform:translate(56.9984vw,-10px) scale(.2355);animation:fall-240 22s -27s linear infinite}@keyframes fall-240{42.097%{transform:translate(54.3858vw,42.097vh) scale(.2355)}to{transform:translate(55.6921vw,99vh) scale(.2355)}}.snow:nth-child(241){opacity:.8234;transform:translate(53.7737vw,-10px) scale(.2764);animation:fall-241 14s -7s linear infinite}@keyframes fall-241{57.572%{transform:translate(52.605vw,57.572vh) scale(.2764)}to{transform:translate(53.18935vw,99vh) scale(.2764)}}.snow:nth-child(242){opacity:1.574;transform:translate(78.6625vw,-10px) scale(.671);animation:fall-242 16s -14s linear infinite}@keyframes fall-242{76.941%{transform:translate(76.2588vw,76.941vh) scale(.671)}to{transform:translate(77.46065vw,99vh) scale(.671)}}.snow:nth-child(243){opacity:.953;transform:translate(81.0301vw,-10px) scale(.3782);animation:fall-243 29s -13s linear infinite}@keyframes fall-243{61.793%{transform:translate(75.5868vw,61.793vh) scale(.3782)}to{transform:translate(78.30845vw,99vh) scale(.3782)}}.snow:nth-child(244){opacity:1.472;transform:translate(84.5784vw,-10px) scale(.5104);animation:fall-244 12s -25s linear infinite}@keyframes fall-244{51.665%{transform:translate(82.1012vw,51.665vh) scale(.5104)}to{transform:translate(83.3398vw,99vh) scale(.5104)}}.snow:nth-child(245){opacity:.5304;transform:translate(99.6311vw,-10px) scale(.4723);animation:fall-245 20s -6s linear infinite}@keyframes fall-245{79.58%{transform:translate(94.7583vw,79.58vh) scale(.4723)}to{transform:translate(97.1947vw,99vh) scale(.4723)}}.snow:nth-child(246){opacity:.0024;transform:translate(35.0829vw,-10px) scale(.6652);animation:fall-246 21s -12s linear infinite}@keyframes fall-246{64.428%{transform:translate(33.2843vw,64.428vh) scale(.6652)}to{transform:translate(34.1836vw,99vh) scale(.6652)}}.snow:nth-child(247){opacity:.2996;transform:translate(85.1337vw,-10px) scale(.357);animation:fall-247 15s -15s linear infinite}@keyframes fall-247{76.423%{transform:translate(78.1262vw,76.423vh) scale(.357)}to{transform:translate(81.62995vw,99vh) scale(.357)}}.snow:nth-child(248){opacity:1.7702;transform:translate(97.8828vw,-10px) scale(.0235);animation:fall-248 16s -3s linear infinite}@keyframes fall-248{32.839%{transform:translate(94.1518vw,32.839vh) scale(.0235)}to{transform:translate(96.0173vw,99vh) scale(.0235)}}.snow:nth-child(249){opacity:1.8846;transform:translate(36.1369vw,-10px) scale(.132);animation:fall-249 20s -14s linear infinite}@keyframes fall-249{50.301%{transform:translate(37.9492vw,50.301vh) scale(.132)}to{transform:translate(37.04305vw,99vh) scale(.132)}}.snow:nth-child(250){opacity:1.4226;transform:translate(15.5672vw,-10px) scale(.8664);animation:fall-250 26s -2s linear infinite}@keyframes fall-250{48.761%{transform:translate(7.2781vw,48.761vh) scale(.8664)}to{transform:translate(11.42265vw,99vh) scale(.8664)}}.snow:nth-child(251){opacity:.5212;transform:translate(66.5486vw,-10px) scale(.5091);animation:fall-251 12s -2s linear infinite}@keyframes fall-251{44.988%{transform:translate(68.8529vw,44.988vh) scale(.5091)}to{transform:translate(67.70075vw,99vh) scale(.5091)}}.snow:nth-child(252){opacity:.3488;transform:translate(47.7021vw,-10px) scale(.6482);animation:fall-252 13s -18s linear infinite}@keyframes fall-252{66.734%{transform:translate(38.4157vw,66.734vh) scale(.6482)}to{transform:translate(43.0589vw,99vh) scale(.6482)}}.snow:nth-child(253){opacity:.2382;transform:translate(30.3936vw,-10px) scale(.1573);animation:fall-253 18s -14s linear infinite}@keyframes fall-253{37.074%{transform:translate(38.1646vw,37.074vh) scale(.1573)}to{transform:translate(34.2791vw,99vh) scale(.1573)}}.snow:nth-child(254){opacity:1.7442;transform:translate(79.8318vw,-10px) scale(.8889);animation:fall-254 17s -24s linear infinite}@keyframes fall-254{71.316%{transform:translate(76.0715vw,71.316vh) scale(.8889)}to{transform:translate(77.95165vw,99vh) scale(.8889)}}.snow:nth-child(255){opacity:1.0398;transform:translate(84.4704vw,-10px) scale(.2721);animation:fall-255 10s -20s linear infinite}@keyframes fall-255{35.989%{transform:translate(82.7017vw,35.989vh) scale(.2721)}to{transform:translate(83.58605vw,99vh) scale(.2721)}}.snow:nth-child(256){opacity:1.353;transform:translate(95.0748vw,-10px) scale(.8216);animation:fall-256 22s -25s linear infinite}@keyframes fall-256{48.067%{transform:translate(87.2697vw,48.067vh) scale(.8216)}to{transform:translate(91.17225vw,99vh) scale(.8216)}}.snow:nth-child(257){opacity:1.2612;transform:translate(32.4451vw,-10px) scale(.4853);animation:fall-257 15s -15s linear infinite}@keyframes fall-257{63.988%{transform:translate(33.9638vw,63.988vh) scale(.4853)}to{transform:translate(33.20445vw,99vh) scale(.4853)}}.snow:nth-child(258){opacity:1.3258;transform:translate(91.6569vw,-10px) scale(.3483);animation:fall-258 16s -2s linear infinite}@keyframes fall-258{51.678%{transform:translate(98.4532vw,51.678vh) scale(.3483)}to{transform:translate(95.05505vw,99vh) scale(.3483)}}.snow:nth-child(259){opacity:.5268;transform:translate(20.0973vw,-10px) scale(.9661);animation:fall-259 16s -4s linear infinite}@keyframes fall-259{60.292%{transform:translate(23.571vw,60.292vh) scale(.9661)}to{transform:translate(21.83415vw,99vh) scale(.9661)}}.snow:nth-child(260){opacity:.3934;transform:translate(21.5968vw,-10px) scale(.1419);animation:fall-260 10s -12s linear infinite}@keyframes fall-260{53.065%{transform:translate(31.039vw,53.065vh) scale(.1419)}to{transform:translate(26.3179vw,99vh) scale(.1419)}}.snow:nth-child(261){opacity:1.9816;transform:translate(11.2495vw,-10px) scale(.4093);animation:fall-261 14s -6s linear infinite}@keyframes fall-261{67.895%{transform:translate(11.372vw,67.895vh) scale(.4093)}to{transform:translate(11.31075vw,99vh) scale(.4093)}}.snow:nth-child(262){opacity:.7376;transform:translate(61.8067vw,-10px) scale(.3071);animation:fall-262 17s -16s linear infinite}@keyframes fall-262{60.843%{transform:translate(58.9594vw,60.843vh) scale(.3071)}to{transform:translate(60.38305vw,99vh) scale(.3071)}}.snow:nth-child(263){opacity:.9692;transform:translate(85.6811vw,-10px) scale(.2303);animation:fall-263 19s -24s linear infinite}@keyframes fall-263{57.624%{transform:translate(92.5843vw,57.624vh) scale(.2303)}to{transform:translate(89.1327vw,99vh) scale(.2303)}}.snow:nth-child(264){opacity:1.989;transform:translate(27.9962vw,-10px) scale(.4103);animation:fall-264 10s -11s linear infinite}@keyframes fall-264{60.211%{transform:translate(25.3251vw,60.211vh) scale(.4103)}to{transform:translate(26.66065vw,99vh) scale(.4103)}}.snow:nth-child(265){opacity:.4244;transform:translate(96.8636vw,-10px) scale(.4659);animation:fall-265 23s -26s linear infinite}@keyframes fall-265{47.274%{transform:translate(90.3247vw,47.274vh) scale(.4659)}to{transform:translate(93.59415vw,99vh) scale(.4659)}}.snow:nth-child(266){opacity:1.4132;transform:translate(47.6652vw,-10px) scale(.766);animation:fall-266 11s -7s linear infinite}@keyframes fall-266{75.957%{transform:translate(50.9164vw,75.957vh) scale(.766)}to{transform:translate(49.2908vw,99vh) scale(.766)}}.snow:nth-child(267){opacity:1.0958;transform:translate(45.9404vw,-10px) scale(.022);animation:fall-267 25s -25s linear infinite}@keyframes fall-267{53.37%{transform:translate(49.6844vw,53.37vh) scale(.022)}to{transform:translate(47.8124vw,99vh) scale(.022)}}.snow:nth-child(268){opacity:.4468;transform:translate(46.068vw,-10px) scale(.9386);animation:fall-268 28s -29s linear infinite}@keyframes fall-268{48.78%{transform:translate(54.6785vw,48.78vh) scale(.9386)}to{transform:translate(50.37325vw,99vh) scale(.9386)}}.snow:nth-child(269){opacity:.059;transform:translate(85.4762vw,-10px) scale(.5087);animation:fall-269 14s -11s linear infinite}@keyframes fall-269{50.623%{transform:translate(88.4383vw,50.623vh) scale(.5087)}to{transform:translate(86.95725vw,99vh) scale(.5087)}}.snow:nth-child(270){opacity:1.6478;transform:translate(18.8359vw,-10px) scale(.8361);animation:fall-270 17s -26s linear infinite}@keyframes fall-270{65.907%{transform:translate(13.7601vw,65.907vh) scale(.8361)}to{transform:translate(16.298vw,99vh) scale(.8361)}}.snow:nth-child(271){opacity:1.363;transform:translate(89.5166vw,-10px) scale(.9373);animation:fall-271 28s -19s linear infinite}@keyframes fall-271{59.045%{transform:translate(98.4953vw,59.045vh) scale(.9373)}to{transform:translate(94.00595vw,99vh) scale(.9373)}}.snow:nth-child(272){opacity:.8062;transform:translate(58.5885vw,-10px) scale(.0719);animation:fall-272 16s -7s linear infinite}@keyframes fall-272{56.466%{transform:translate(52.6024vw,56.466vh) scale(.0719)}to{transform:translate(55.59545vw,99vh) scale(.0719)}}.snow:nth-child(273){opacity:1.7814;transform:translate(93.0369vw,-10px) scale(.7596);animation:fall-273 10s -7s linear infinite}@keyframes fall-273{56.965%{transform:translate(100.6728vw,56.965vh) scale(.7596)}to{transform:translate(96.85485vw,99vh) scale(.7596)}}.snow:nth-child(274){opacity:1.0962;transform:translate(24.6537vw,-10px) scale(.6986);animation:fall-274 24s -20s linear infinite}@keyframes fall-274{57.339%{transform:translate(32.3144vw,57.339vh) scale(.6986)}to{transform:translate(28.48405vw,99vh) scale(.6986)}}.snow:nth-child(275){opacity:.5462;transform:translate(14.7978vw,-10px) scale(.3288);animation:fall-275 29s -28s linear infinite}@keyframes fall-275{54.424%{transform:translate(20.3959vw,54.424vh) scale(.3288)}to{transform:translate(17.59685vw,99vh) scale(.3288)}}.snow:nth-child(276){opacity:.4402;transform:translate(89.515vw,-10px) scale(.5829);animation:fall-276 11s -14s linear infinite}@keyframes fall-276{30.832%{transform:translate(86.8883vw,30.832vh) scale(.5829)}to{transform:translate(88.20165vw,99vh) scale(.5829)}}.snow:nth-child(277){opacity:.7092;transform:translate(25.1985vw,-10px) scale(.8489);animation:fall-277 11s -19s linear infinite}@keyframes fall-277{79.531%{transform:translate(15.9598vw,79.531vh) scale(.8489)}to{transform:translate(20.57915vw,99vh) scale(.8489)}}.snow:nth-child(278){opacity:1.4182;transform:translate(88.1197vw,-10px) scale(.5925);animation:fall-278 23s -29s linear infinite}@keyframes fall-278{33.619%{transform:translate(95.957vw,33.619vh) scale(.5925)}to{transform:translate(92.03835vw,99vh) scale(.5925)}}.snow:nth-child(279){opacity:1.843;transform:translate(99.4851vw,-10px) scale(.0636);animation:fall-279 24s -29s linear infinite}@keyframes fall-279{48.033%{transform:translate(95.058vw,48.033vh) scale(.0636)}to{transform:translate(97.27155vw,99vh) scale(.0636)}}.snow:nth-child(280){opacity:.8582;transform:translate(53.4079vw,-10px) scale(.8215);animation:fall-280 12s -6s linear infinite}@keyframes fall-280{34.304%{transform:translate(52.5595vw,34.304vh) scale(.8215)}to{transform:translate(52.9837vw,99vh) scale(.8215)}}.snow:nth-child(281){opacity:.167;transform:translate(14.8036vw,-10px) scale(.6741);animation:fall-281 24s -2s linear infinite}@keyframes fall-281{58.657%{transform:translate(10.9771vw,58.657vh) scale(.6741)}to{transform:translate(12.89035vw,99vh) scale(.6741)}}.snow:nth-child(282){opacity:1.0686;transform:translate(49.036vw,-10px) scale(.0894);animation:fall-282 18s -24s linear infinite}@keyframes fall-282{56.24%{transform:translate(53.8545vw,56.24vh) scale(.0894)}to{transform:translate(51.44525vw,99vh) scale(.0894)}}.snow:nth-child(283){opacity:1.1734;transform:translate(30.4819vw,-10px) scale(.0974);animation:fall-283 17s -8s linear infinite}@keyframes fall-283{59.619%{transform:translate(34.8557vw,59.619vh) scale(.0974)}to{transform:translate(32.6688vw,99vh) scale(.0974)}}.snow:nth-child(284){opacity:1.7076;transform:translate(41.5019vw,-10px) scale(.3142);animation:fall-284 22s -5s linear infinite}@keyframes fall-284{70.955%{transform:translate(34.1356vw,70.955vh) scale(.3142)}to{transform:translate(37.81875vw,99vh) scale(.3142)}}.snow:nth-child(285){opacity:1.6102;transform:translate(26.2777vw,-10px) scale(.1692);animation:fall-285 21s -19s linear infinite}@keyframes fall-285{58.428%{transform:translate(21.333vw,58.428vh) scale(.1692)}to{transform:translate(23.80535vw,99vh) scale(.1692)}}.snow:nth-child(286){opacity:.3668;transform:translate(1.3678vw,-10px) scale(.9019);animation:fall-286 26s -7s linear infinite}@keyframes fall-286{42.346%{transform:translate(-1.408vw,42.346vh) scale(.9019)}to{transform:translate(-.0201vw,99vh) scale(.9019)}}.snow:nth-child(287){opacity:1.5354;transform:translate(5.6404vw,-10px) scale(.2706);animation:fall-287 18s -5s linear infinite}@keyframes fall-287{50.034%{transform:translate(5.4563vw,50.034vh) scale(.2706)}to{transform:translate(5.54835vw,99vh) scale(.2706)}}.snow:nth-child(288){opacity:.3242;transform:translate(51.033vw,-10px) scale(.9792);animation:fall-288 12s -25s linear infinite}@keyframes fall-288{73.345%{transform:translate(43.3727vw,73.345vh) scale(.9792)}to{transform:translate(47.20285vw,99vh) scale(.9792)}}.snow:nth-child(289){opacity:.4958;transform:translate(.0966vw,-10px) scale(.7794);animation:fall-289 14s -5s linear infinite}@keyframes fall-289{40.117%{transform:translate(-2.4344vw,40.117vh) scale(.7794)}to{transform:translate(-1.1689vw,99vh) scale(.7794)}}.snow:nth-child(290){opacity:1.6278;transform:translate(75.4541vw,-10px) scale(.2317);animation:fall-290 29s -23s linear infinite}@keyframes fall-290{50.047%{transform:translate(82.0086vw,50.047vh) scale(.2317)}to{transform:translate(78.73135vw,99vh) scale(.2317)}}.snow:nth-child(291){opacity:1.344;transform:translate(67.5602vw,-10px) scale(.8898);animation:fall-291 12s -1s linear infinite}@keyframes fall-291{62.711%{transform:translate(70.5362vw,62.711vh) scale(.8898)}to{transform:translate(69.0482vw,99vh) scale(.8898)}}.snow:nth-child(292){opacity:.5158;transform:translate(54.8043vw,-10px) scale(.7202);animation:fall-292 30s -2s linear infinite}@keyframes fall-292{50.757%{transform:translate(59.9946vw,50.757vh) scale(.7202)}to{transform:translate(57.39945vw,99vh) scale(.7202)}}.snow:nth-child(293){opacity:1.4254;transform:translate(66.8229vw,-10px) scale(.69);animation:fall-293 29s -9s linear infinite}@keyframes fall-293{46.676%{transform:translate(67.0658vw,46.676vh) scale(.69)}to{transform:translate(66.94435vw,99vh) scale(.69)}}.snow:nth-child(294){opacity:1.5652;transform:translate(92.5177vw,-10px) scale(.8121);animation:fall-294 14s -19s linear infinite}@keyframes fall-294{59.925%{transform:translate(95.1274vw,59.925vh) scale(.8121)}to{transform:translate(93.82255vw,99vh) scale(.8121)}}.snow:nth-child(295){opacity:.8298;transform:translate(46.7014vw,-10px) scale(.2568);animation:fall-295 29s -3s linear infinite}@keyframes fall-295{45.031%{transform:translate(40.9253vw,45.031vh) scale(.2568)}to{transform:translate(43.81335vw,99vh) scale(.2568)}}.snow:nth-child(296){opacity:.824;transform:translate(61.6698vw,-10px) scale(.9127);animation:fall-296 21s -10s linear infinite}@keyframes fall-296{41.275%{transform:translate(62.3096vw,41.275vh) scale(.9127)}to{transform:translate(61.9897vw,99vh) scale(.9127)}}.snow:nth-child(297){opacity:1.8832;transform:translate(3.9816vw,-10px) scale(.9995);animation:fall-297 12s -8s linear infinite}@keyframes fall-297{62.073%{transform:translate(1.4152vw,62.073vh) scale(.9995)}to{transform:translate(2.6984vw,99vh) scale(.9995)}}.snow:nth-child(298){opacity:1.1442;transform:translate(27.1924vw,-10px) scale(.7628);animation:fall-298 18s -20s linear infinite}@keyframes fall-298{69.177%{transform:translate(29.5337vw,69.177vh) scale(.7628)}to{transform:translate(28.36305vw,99vh) scale(.7628)}}.snow:nth-child(299){opacity:1.4506;transform:translate(58.8416vw,-10px) scale(.5098);animation:fall-299 27s -1s linear infinite}@keyframes fall-299{61.165%{transform:translate(65.369vw,61.165vh) scale(.5098)}to{transform:translate(62.1053vw,99vh) scale(.5098)}}.snow:nth-child(300){opacity:1.9966;transform:translate(6.1352vw,-10px) scale(.4423);animation:fall-300 10s -5s linear infinite}@keyframes fall-300{58.448%{transform:translate(4.2915vw,58.448vh) scale(.4423)}to{transform:translate(5.21335vw,99vh) scale(.4423)}}.snow:nth-child(301){opacity:.447;transform:translate(77.5041vw,-10px) scale(.5033);animation:fall-301 15s -16s linear infinite}@keyframes fall-301{62.937%{transform:translate(68.2143vw,62.937vh) scale(.5033)}to{transform:translate(72.8592vw,99vh) scale(.5033)}}.snow:nth-child(302){opacity:1.0054;transform:translate(44.0644vw,-10px) scale(.357);animation:fall-302 25s -18s linear infinite}@keyframes fall-302{42.933%{transform:translate(47.4965vw,42.933vh) scale(.357)}to{transform:translate(45.78045vw,99vh) scale(.357)}}.snow:nth-child(303){opacity:1.1088;transform:translate(18.4131vw,-10px) scale(.673);animation:fall-303 13s -6s linear infinite}@keyframes fall-303{68.368%{transform:translate(19.0129vw,68.368vh) scale(.673)}to{transform:translate(18.713vw,99vh) scale(.673)}}.snow:nth-child(304){opacity:1.432;transform:translate(9.9188vw,-10px) scale(.4714);animation:fall-304 17s -18s linear infinite}@keyframes fall-304{43.172%{transform:translate(14.3331vw,43.172vh) scale(.4714)}to{transform:translate(12.12595vw,99vh) scale(.4714)}}.snow:nth-child(305){opacity:.7726;transform:translate(13.7642vw,-10px) scale(.4744);animation:fall-305 27s -13s linear infinite}@keyframes fall-305{36.283%{transform:translate(11.4587vw,36.283vh) scale(.4744)}to{transform:translate(12.61145vw,99vh) scale(.4744)}}.snow:nth-child(306){opacity:.4802;transform:translate(88.8555vw,-10px) scale(.1431);animation:fall-306 24s -30s linear infinite}@keyframes fall-306{41.479%{transform:translate(84.0835vw,41.479vh) scale(.1431)}to{transform:translate(86.4695vw,99vh) scale(.1431)}}.snow:nth-child(307){opacity:.0708;transform:translate(43.7722vw,-10px) scale(.6618);animation:fall-307 17s -30s linear infinite}@keyframes fall-307{59.649%{transform:translate(38.1054vw,59.649vh) scale(.6618)}to{transform:translate(40.9388vw,99vh) scale(.6618)}}.snow:nth-child(308){opacity:1.285;transform:translate(79.0353vw,-10px) scale(.4163);animation:fall-308 17s -18s linear infinite}@keyframes fall-308{50.402%{transform:translate(84.2567vw,50.402vh) scale(.4163)}to{transform:translate(81.646vw,99vh) scale(.4163)}}.snow:nth-child(309){opacity:1.257;transform:translate(19.0892vw,-10px) scale(.7176);animation:fall-309 16s -28s linear infinite}@keyframes fall-309{60.734%{transform:translate(12.6336vw,60.734vh) scale(.7176)}to{transform:translate(15.8614vw,99vh) scale(.7176)}}.snow:nth-child(310){opacity:1.5036;transform:translate(20.6361vw,-10px) scale(.7017);animation:fall-310 24s -7s linear infinite}@keyframes fall-310{39.267%{transform:translate(25.6685vw,39.267vh) scale(.7017)}to{transform:translate(23.1523vw,99vh) scale(.7017)}}.snow:nth-child(311){opacity:1.4606;transform:translate(41.668vw,-10px) scale(.4181);animation:fall-311 26s -25s linear infinite}@keyframes fall-311{32.81%{transform:translate(36.004vw,32.81vh) scale(.4181)}to{transform:translate(38.836vw,99vh) scale(.4181)}}.snow:nth-child(312){opacity:1.4616;transform:translate(44.5689vw,-10px) scale(.4262);animation:fall-312 12s -29s linear infinite}@keyframes fall-312{35.952%{transform:translate(44.099vw,35.952vh) scale(.4262)}to{transform:translate(44.33395vw,99vh) scale(.4262)}}.snow:nth-child(313){opacity:.941;transform:translate(86.3644vw,-10px) scale(.0188);animation:fall-313 15s -28s linear infinite}@keyframes fall-313{72.507%{transform:translate(91.0651vw,72.507vh) scale(.0188)}to{transform:translate(88.71475vw,99vh) scale(.0188)}}.snow:nth-child(314){opacity:1.6828;transform:translate(46.9029vw,-10px) scale(.1349);animation:fall-314 30s -13s linear infinite}@keyframes fall-314{79.246%{transform:translate(43.5245vw,79.246vh) scale(.1349)}to{transform:translate(45.2137vw,99vh) scale(.1349)}}.snow:nth-child(315){opacity:.6078;transform:translate(92.4756vw,-10px) scale(.4869);animation:fall-315 10s -27s linear infinite}@keyframes fall-315{49.406%{transform:translate(85.5903vw,49.406vh) scale(.4869)}to{transform:translate(89.03295vw,99vh) scale(.4869)}}.snow:nth-child(316){opacity:.9668;transform:translate(28.5394vw,-10px) scale(.2251);animation:fall-316 25s -11s linear infinite}@keyframes fall-316{70.893%{transform:translate(23.1458vw,70.893vh) scale(.2251)}to{transform:translate(25.8426vw,99vh) scale(.2251)}}.snow:nth-child(317){opacity:.298;transform:translate(57.1693vw,-10px) scale(.3758);animation:fall-317 20s -23s linear infinite}@keyframes fall-317{38.263%{transform:translate(60.565vw,38.263vh) scale(.3758)}to{transform:translate(58.86715vw,99vh) scale(.3758)}}.snow:nth-child(318){opacity:1.9766;transform:translate(17.306vw,-10px) scale(.3793);animation:fall-318 27s -14s linear infinite}@keyframes fall-318{69.27%{transform:translate(25.8532vw,69.27vh) scale(.3793)}to{transform:translate(21.5796vw,99vh) scale(.3793)}}.snow:nth-child(319){opacity:1.0584;transform:translate(97.8187vw,-10px) scale(.9311);animation:fall-319 15s -26s linear infinite}@keyframes fall-319{49.975%{transform:translate(100.8114vw,49.975vh) scale(.9311)}to{transform:translate(99.31505vw,99vh) scale(.9311)}}.snow:nth-child(320){opacity:1.853;transform:translate(12.3585vw,-10px) scale(.2285);animation:fall-320 10s -24s linear infinite}@keyframes fall-320{30.052%{transform:translate(5.0154vw,30.052vh) scale(.2285)}to{transform:translate(8.68695vw,99vh) scale(.2285)}}.snow:nth-child(321){opacity:.0308;transform:translate(32.817vw,-10px) scale(.7707);animation:fall-321 12s -12s linear infinite}@keyframes fall-321{55.916%{transform:translate(39.8824vw,55.916vh) scale(.7707)}to{transform:translate(36.3497vw,99vh) scale(.7707)}}.snow:nth-child(322){opacity:1.9892;transform:translate(69.6702vw,-10px) scale(.6334);animation:fall-322 10s -10s linear infinite}@keyframes fall-322{30.956%{transform:translate(69.7309vw,30.956vh) scale(.6334)}to{transform:translate(69.70055vw,99vh) scale(.6334)}}.snow:nth-child(323){opacity:.0506;transform:translate(99.6185vw,-10px) scale(.4645);animation:fall-323 26s -4s linear infinite}@keyframes fall-323{39.814%{transform:translate(92.8003vw,39.814vh) scale(.4645)}to{transform:translate(96.2094vw,99vh) scale(.4645)}}.snow:nth-child(324){opacity:1.1358;transform:translate(86.9881vw,-10px) scale(.8987);animation:fall-324 26s -27s linear infinite}@keyframes fall-324{30.602%{transform:translate(83.3546vw,30.602vh) scale(.8987)}to{transform:translate(85.17135vw,99vh) scale(.8987)}}.snow:nth-child(325){opacity:.3494;transform:translate(66.3203vw,-10px) scale(.3027);animation:fall-325 21s -12s linear infinite}@keyframes fall-325{60.794%{transform:translate(70.8775vw,60.794vh) scale(.3027)}to{transform:translate(68.5989vw,99vh) scale(.3027)}}.snow:nth-child(326){opacity:1.9818;transform:translate(56.4268vw,-10px) scale(.2323);animation:fall-326 24s -19s linear infinite}@keyframes fall-326{31.054%{transform:translate(63.1538vw,31.054vh) scale(.2323)}to{transform:translate(59.7903vw,99vh) scale(.2323)}}.snow:nth-child(327){opacity:1.6282;transform:translate(58.8624vw,-10px) scale(.401);animation:fall-327 14s -10s linear infinite}@keyframes fall-327{70.929%{transform:translate(67.3473vw,70.929vh) scale(.401)}to{transform:translate(63.10485vw,99vh) scale(.401)}}.snow:nth-child(328){opacity:1.2616;transform:translate(76.6463vw,-10px) scale(.7803);animation:fall-328 24s -16s linear infinite}@keyframes fall-328{32.077%{transform:translate(78.7858vw,32.077vh) scale(.7803)}to{transform:translate(77.71605vw,99vh) scale(.7803)}}.snow:nth-child(329){opacity:1.7384;transform:translate(30.1866vw,-10px) scale(.538);animation:fall-329 18s -13s linear infinite}@keyframes fall-329{72.421%{transform:translate(38.4954vw,72.421vh) scale(.538)}to{transform:translate(34.341vw,99vh) scale(.538)}}.snow:nth-child(330){opacity:1.8782;transform:translate(26.5828vw,-10px) scale(.1116);animation:fall-330 21s -10s linear infinite}@keyframes fall-330{71.396%{transform:translate(26.0824vw,71.396vh) scale(.1116)}to{transform:translate(26.3326vw,99vh) scale(.1116)}}.snow:nth-child(331){opacity:.618;transform:translate(59.3388vw,-10px) scale(.9844);animation:fall-331 30s -3s linear infinite}@keyframes fall-331{36.561%{transform:translate(54.3131vw,36.561vh) scale(.9844)}to{transform:translate(56.82595vw,99vh) scale(.9844)}}.snow:nth-child(332){opacity:1.7664;transform:translate(35.8081vw,-10px) scale(.6549);animation:fall-332 16s -6s linear infinite}@keyframes fall-332{79.037%{transform:translate(38.376vw,79.037vh) scale(.6549)}to{transform:translate(37.09205vw,99vh) scale(.6549)}}.snow:nth-child(333){opacity:.0868;transform:translate(67.3291vw,-10px) scale(.43);animation:fall-333 12s -8s linear infinite}@keyframes fall-333{30.322%{transform:translate(75.3301vw,30.322vh) scale(.43)}to{transform:translate(71.3296vw,99vh) scale(.43)}}.snow:nth-child(334){opacity:1.665;transform:translate(78.8362vw,-10px) scale(.3909);animation:fall-334 11s -26s linear infinite}@keyframes fall-334{60.026%{transform:translate(81.9679vw,60.026vh) scale(.3909)}to{transform:translate(80.40205vw,99vh) scale(.3909)}}.snow:nth-child(335){opacity:.3564;transform:translate(91.7787vw,-10px) scale(.916);animation:fall-335 17s -3s linear infinite}@keyframes fall-335{68.911%{transform:translate(83.6794vw,68.911vh) scale(.916)}to{transform:translate(87.72905vw,99vh) scale(.916)}}.snow:nth-child(336){opacity:.7488;transform:translate(93.4154vw,-10px) scale(.6529);animation:fall-336 12s -29s linear infinite}@keyframes fall-336{63.384%{transform:translate(87.1687vw,63.384vh) scale(.6529)}to{transform:translate(90.29205vw,99vh) scale(.6529)}}.snow:nth-child(337){opacity:1.8536;transform:translate(48.5572vw,-10px) scale(.1887);animation:fall-337 29s -9s linear infinite}@keyframes fall-337{36.446%{transform:translate(49.6653vw,36.446vh) scale(.1887)}to{transform:translate(49.11125vw,99vh) scale(.1887)}}.snow:nth-child(338){opacity:1.797;transform:translate(5.9924vw,-10px) scale(.6543);animation:fall-338 11s -22s linear infinite}@keyframes fall-338{47.921%{transform:translate(-2.285vw,47.921vh) scale(.6543)}to{transform:translate(1.8537vw,99vh) scale(.6543)}}.snow:nth-child(339){opacity:.3646;transform:translate(60.2943vw,-10px) scale(.8988);animation:fall-339 10s -15s linear infinite}@keyframes fall-339{38.972%{transform:translate(52.6165vw,38.972vh) scale(.8988)}to{transform:translate(56.4554vw,99vh) scale(.8988)}}.snow:nth-child(340){opacity:.3984;transform:translate(6.5612vw,-10px) scale(.2866);animation:fall-340 30s -10s linear infinite}@keyframes fall-340{62.119%{transform:translate(5.2372vw,62.119vh) scale(.2866)}to{transform:translate(5.8992vw,99vh) scale(.2866)}}.snow:nth-child(341){opacity:.388;transform:translate(61.2958vw,-10px) scale(.4453);animation:fall-341 24s -16s linear infinite}@keyframes fall-341{55.776%{transform:translate(52.9975vw,55.776vh) scale(.4453)}to{transform:translate(57.14665vw,99vh) scale(.4453)}}.snow:nth-child(342){opacity:.2976;transform:translate(29.6715vw,-10px) scale(.7597);animation:fall-342 18s -28s linear infinite}@keyframes fall-342{54.531%{transform:translate(32.4148vw,54.531vh) scale(.7597)}to{transform:translate(31.04315vw,99vh) scale(.7597)}}.snow:nth-child(343){opacity:.2742;transform:translate(74.8008vw,-10px) scale(.1992);animation:fall-343 30s -27s linear infinite}@keyframes fall-343{51.137%{transform:translate(74.6906vw,51.137vh) scale(.1992)}to{transform:translate(74.7457vw,99vh) scale(.1992)}}.snow:nth-child(344){opacity:.2226;transform:translate(45.2481vw,-10px) scale(.584);animation:fall-344 26s -30s linear infinite}@keyframes fall-344{56.262%{transform:translate(48.9466vw,56.262vh) scale(.584)}to{transform:translate(47.09735vw,99vh) scale(.584)}}.snow:nth-child(345){opacity:1.5242;transform:translate(16.1335vw,-10px) scale(.1504);animation:fall-345 28s -1s linear infinite}@keyframes fall-345{68.268%{transform:translate(21.8758vw,68.268vh) scale(.1504)}to{transform:translate(19.00465vw,99vh) scale(.1504)}}.snow:nth-child(346){opacity:.4948;transform:translate(22.6519vw,-10px) scale(.4843);animation:fall-346 20s -2s linear infinite}@keyframes fall-346{55.602%{transform:translate(21.7584vw,55.602vh) scale(.4843)}to{transform:translate(22.20515vw,99vh) scale(.4843)}}.snow:nth-child(347){opacity:.1638;transform:translate(34.4145vw,-10px) scale(.8392);animation:fall-347 19s -10s linear infinite}@keyframes fall-347{72.948%{transform:translate(24.4201vw,72.948vh) scale(.8392)}to{transform:translate(29.4173vw,99vh) scale(.8392)}}.snow:nth-child(348){opacity:.7238;transform:translate(42.8846vw,-10px) scale(.912);animation:fall-348 21s -17s linear infinite}@keyframes fall-348{33.166%{transform:translate(34.9748vw,33.166vh) scale(.912)}to{transform:translate(38.9297vw,99vh) scale(.912)}}.snow:nth-child(349){opacity:.4576;transform:translate(70.8308vw,-10px) scale(.0922);animation:fall-349 12s -10s linear infinite}@keyframes fall-349{77.766%{transform:translate(73.5148vw,77.766vh) scale(.0922)}to{transform:translate(72.1728vw,99vh) scale(.0922)}}.snow:nth-child(350){opacity:.9144;transform:translate(8.2481vw,-10px) scale(.078);animation:fall-350 13s -30s linear infinite}@keyframes fall-350{44.831%{transform:translate(14.2021vw,44.831vh) scale(.078)}to{transform:translate(11.2251vw,99vh) scale(.078)}}.snow:nth-child(351){opacity:.4378;transform:translate(86.434vw,-10px) scale(.2064);animation:fall-351 30s -2s linear infinite}@keyframes fall-351{60.806%{transform:translate(82.9566vw,60.806vh) scale(.2064)}to{transform:translate(84.6953vw,99vh) scale(.2064)}}.snow:nth-child(352){opacity:.0006;transform:translate(45.1959vw,-10px) scale(.7218);animation:fall-352 15s -14s linear infinite}@keyframes fall-352{77.899%{transform:translate(35.428vw,77.899vh) scale(.7218)}to{transform:translate(40.31195vw,99vh) scale(.7218)}}.snow:nth-child(353){opacity:1.9544;transform:translate(21.7535vw,-10px) scale(.7552);animation:fall-353 13s -13s linear infinite}@keyframes fall-353{56.873%{transform:translate(14.365vw,56.873vh) scale(.7552)}to{transform:translate(18.05925vw,99vh) scale(.7552)}}.snow:nth-child(354){opacity:.8546;transform:translate(98.7661vw,-10px) scale(.354);animation:fall-354 10s -11s linear infinite}@keyframes fall-354{44.781%{transform:translate(106.3839vw,44.781vh) scale(.354)}to{transform:translate(102.575vw,99vh) scale(.354)}}.snow:nth-child(355){opacity:.0374;transform:translate(32.6533vw,-10px) scale(.6385);animation:fall-355 24s -15s linear infinite}@keyframes fall-355{57.663%{transform:translate(28.2156vw,57.663vh) scale(.6385)}to{transform:translate(30.43445vw,99vh) scale(.6385)}}.snow:nth-child(356){opacity:.5186;transform:translate(97.9376vw,-10px) scale(.0906);animation:fall-356 29s -10s linear infinite}@keyframes fall-356{79.869%{transform:translate(91.433vw,79.869vh) scale(.0906)}to{transform:translate(94.6853vw,99vh) scale(.0906)}}.snow:nth-child(357){opacity:1.4382;transform:translate(71.7061vw,-10px) scale(.0303);animation:fall-357 24s -18s linear infinite}@keyframes fall-357{38.511%{transform:translate(78.6608vw,38.511vh) scale(.0303)}to{transform:translate(75.18345vw,99vh) scale(.0303)}}.snow:nth-child(358){opacity:1.4752;transform:translate(26.1796vw,-10px) scale(.7113);animation:fall-358 13s -26s linear infinite}@keyframes fall-358{39.819%{transform:translate(21.384vw,39.819vh) scale(.7113)}to{transform:translate(23.7818vw,99vh) scale(.7113)}}.snow:nth-child(359){opacity:1.4832;transform:translate(67.999vw,-10px) scale(.2657);animation:fall-359 16s -6s linear infinite}@keyframes fall-359{33.415%{transform:translate(58.2669vw,33.415vh) scale(.2657)}to{transform:translate(63.13295vw,99vh) scale(.2657)}}.snow:nth-child(360){opacity:.3058;transform:translate(49.575vw,-10px) scale(.754);animation:fall-360 28s -7s linear infinite}@keyframes fall-360{38.088%{transform:translate(58.425vw,38.088vh) scale(.754)}to{transform:translate(54vw,99vh) scale(.754)}}.snow:nth-child(361){opacity:1.0716;transform:translate(49.0908vw,-10px) scale(.491);animation:fall-361 22s -26s linear infinite}@keyframes fall-361{78.47%{transform:translate(43.2022vw,78.47vh) scale(.491)}to{transform:translate(46.1465vw,99vh) scale(.491)}}.snow:nth-child(362){opacity:1.8124;transform:translate(91.8245vw,-10px) scale(.0239);animation:fall-362 10s -15s linear infinite}@keyframes fall-362{40.693%{transform:translate(92.8298vw,40.693vh) scale(.0239)}to{transform:translate(92.32715vw,99vh) scale(.0239)}}.snow:nth-child(363){opacity:.9392;transform:translate(38.2873vw,-10px) scale(.0519);animation:fall-363 25s -22s linear infinite}@keyframes fall-363{53.376%{transform:translate(36.286vw,53.376vh) scale(.0519)}to{transform:translate(37.28665vw,99vh) scale(.0519)}}.snow:nth-child(364){opacity:1.5576;transform:translate(99.9564vw,-10px) scale(.0386);animation:fall-364 19s -1s linear infinite}@keyframes fall-364{35.649%{transform:translate(100.5291vw,35.649vh) scale(.0386)}to{transform:translate(100.24275vw,99vh) scale(.0386)}}.snow:nth-child(365){opacity:.066;transform:translate(32.4027vw,-10px) scale(.1004);animation:fall-365 23s -21s linear infinite}@keyframes fall-365{30.023%{transform:translate(31.2449vw,30.023vh) scale(.1004)}to{transform:translate(31.8238vw,99vh) scale(.1004)}}.snow:nth-child(366){opacity:1.4518;transform:translate(71.3218vw,-10px) scale(.1157);animation:fall-366 28s -25s linear infinite}@keyframes fall-366{51.118%{transform:translate(66.9899vw,51.118vh) scale(.1157)}to{transform:translate(69.15585vw,99vh) scale(.1157)}}.snow:nth-child(367){opacity:.705;transform:translate(11.6047vw,-10px) scale(.832);animation:fall-367 27s -9s linear infinite}@keyframes fall-367{77.985%{transform:translate(19.2858vw,77.985vh) scale(.832)}to{transform:translate(15.44525vw,99vh) scale(.832)}}.snow:nth-child(368){opacity:.1182;transform:translate(57.7344vw,-10px) scale(.9628);animation:fall-368 14s -7s linear infinite}@keyframes fall-368{73.795%{transform:translate(54.4417vw,73.795vh) scale(.9628)}to{transform:translate(56.08805vw,99vh) scale(.9628)}}.snow:nth-child(369){opacity:.717;transform:translate(82.4342vw,-10px) scale(.6085);animation:fall-369 10s -28s linear infinite}@keyframes fall-369{71.264%{transform:translate(79.4051vw,71.264vh) scale(.6085)}to{transform:translate(80.91965vw,99vh) scale(.6085)}}.snow:nth-child(370){opacity:.7404;transform:translate(3.1649vw,-10px) scale(.0202);animation:fall-370 23s -22s linear infinite}@keyframes fall-370{68.95%{transform:translate(8.6166vw,68.95vh) scale(.0202)}to{transform:translate(5.89075vw,99vh) scale(.0202)}}.snow:nth-child(371){opacity:.0414;transform:translate(1.2491vw,-10px) scale(.1638);animation:fall-371 16s -25s linear infinite}@keyframes fall-371{73.814%{transform:translate(-8.5479vw,73.814vh) scale(.1638)}to{transform:translate(-3.6494vw,99vh) scale(.1638)}}.snow:nth-child(372){opacity:.2136;transform:translate(.5374vw,-10px) scale(.9874);animation:fall-372 19s -3s linear infinite}@keyframes fall-372{74.249%{transform:translate(-4.4213vw,74.249vh) scale(.9874)}to{transform:translate(-1.94195vw,99vh) scale(.9874)}}.snow:nth-child(373){opacity:.0788;transform:translate(73.9562vw,-10px) scale(.5457);animation:fall-373 18s -7s linear infinite}@keyframes fall-373{60.144%{transform:translate(79.8604vw,60.144vh) scale(.5457)}to{transform:translate(76.9083vw,99vh) scale(.5457)}}.snow:nth-child(374){opacity:1.587;transform:translate(67.4028vw,-10px) scale(.1249);animation:fall-374 19s -28s linear infinite}@keyframes fall-374{68.686%{transform:translate(69.7022vw,68.686vh) scale(.1249)}to{transform:translate(68.5525vw,99vh) scale(.1249)}}.snow:nth-child(375){opacity:.1314;transform:translate(85.783vw,-10px) scale(.6562);animation:fall-375 29s -1s linear infinite}@keyframes fall-375{74.642%{transform:translate(80.0365vw,74.642vh) scale(.6562)}to{transform:translate(82.90975vw,99vh) scale(.6562)}}.snow:nth-child(376){opacity:.0626;transform:translate(7.0569vw,-10px) scale(.5714);animation:fall-376 12s -26s linear infinite}@keyframes fall-376{34.034%{transform:translate(-1.2869vw,34.034vh) scale(.5714)}to{transform:translate(2.885vw,99vh) scale(.5714)}}.snow:nth-child(377){opacity:.2068;transform:translate(5.5364vw,-10px) scale(.3552);animation:fall-377 27s -12s linear infinite}@keyframes fall-377{66.198%{transform:translate(15.4716vw,66.198vh) scale(.3552)}to{transform:translate(10.504vw,99vh) scale(.3552)}}.snow:nth-child(378){opacity:.382;transform:translate(37.4583vw,-10px) scale(.0488);animation:fall-378 24s -22s linear infinite}@keyframes fall-378{40.398%{transform:translate(42.8744vw,40.398vh) scale(.0488)}to{transform:translate(40.16635vw,99vh) scale(.0488)}}.snow:nth-child(379){opacity:1.1444;transform:translate(82.47vw,-10px) scale(.5812);animation:fall-379 23s -25s linear infinite}@keyframes fall-379{57.372%{transform:translate(76.4005vw,57.372vh) scale(.5812)}to{transform:translate(79.43525vw,99vh) scale(.5812)}}.snow:nth-child(380){opacity:1.1732;transform:translate(66.4491vw,-10px) scale(.3782);animation:fall-380 17s -7s linear infinite}@keyframes fall-380{61.248%{transform:translate(72.1776vw,61.248vh) scale(.3782)}to{transform:translate(69.31335vw,99vh) scale(.3782)}}.snow:nth-child(381){opacity:.1306;transform:translate(80.887vw,-10px) scale(.4854);animation:fall-381 11s -9s linear infinite}@keyframes fall-381{34.355%{transform:translate(85.17vw,34.355vh) scale(.4854)}to{transform:translate(83.0285vw,99vh) scale(.4854)}}.snow:nth-child(382){opacity:.3428;transform:translate(37.3656vw,-10px) scale(.4126);animation:fall-382 27s -5s linear infinite}@keyframes fall-382{32.766%{transform:translate(38.2466vw,32.766vh) scale(.4126)}to{transform:translate(37.8061vw,99vh) scale(.4126)}}.snow:nth-child(383){opacity:.4978;transform:translate(46.9393vw,-10px) scale(.2199);animation:fall-383 17s -5s linear infinite}@keyframes fall-383{72.187%{transform:translate(56.7151vw,72.187vh) scale(.2199)}to{transform:translate(51.8272vw,99vh) scale(.2199)}}.snow:nth-child(384){opacity:1.9454;transform:translate(96.6665vw,-10px) scale(.2682);animation:fall-384 16s -9s linear infinite}@keyframes fall-384{42.024%{transform:translate(88.1363vw,42.024vh) scale(.2682)}to{transform:translate(92.4014vw,99vh) scale(.2682)}}.snow:nth-child(385){opacity:1.22;transform:translate(98.7456vw,-10px) scale(.3179);animation:fall-385 16s -11s linear infinite}@keyframes fall-385{68.069%{transform:translate(108.5255vw,68.069vh) scale(.3179)}to{transform:translate(103.63555vw,99vh) scale(.3179)}}.snow:nth-child(386){opacity:.0052;transform:translate(90.1715vw,-10px) scale(.8233);animation:fall-386 18s -1s linear infinite}@keyframes fall-386{64.214%{transform:translate(82.381vw,64.214vh) scale(.8233)}to{transform:translate(86.27625vw,99vh) scale(.8233)}}.snow:nth-child(387){opacity:.3274;transform:translate(72.7972vw,-10px) scale(.8733);animation:fall-387 29s -9s linear infinite}@keyframes fall-387{53.203%{transform:translate(68.9864vw,53.203vh) scale(.8733)}to{transform:translate(70.8918vw,99vh) scale(.8733)}}.snow:nth-child(388){opacity:1.5668;transform:translate(72.224vw,-10px) scale(.9352);animation:fall-388 15s -23s linear infinite}@keyframes fall-388{45.293%{transform:translate(62.6352vw,45.293vh) scale(.9352)}to{transform:translate(67.4296vw,99vh) scale(.9352)}}.snow:nth-child(389){opacity:1.6138;transform:translate(90.4146vw,-10px) scale(.5624);animation:fall-389 11s -24s linear infinite}@keyframes fall-389{38.836%{transform:translate(97.7583vw,38.836vh) scale(.5624)}to{transform:translate(94.08645vw,99vh) scale(.5624)}}.snow:nth-child(390){opacity:.3888;transform:translate(68.9734vw,-10px) scale(.2086);animation:fall-390 10s -25s linear infinite}@keyframes fall-390{47.864%{transform:translate(77.1009vw,47.864vh) scale(.2086)}to{transform:translate(73.03715vw,99vh) scale(.2086)}}.snow:nth-child(391){opacity:.7212;transform:translate(92.5191vw,-10px) scale(.336);animation:fall-391 10s -18s linear infinite}@keyframes fall-391{52.933%{transform:translate(99.1762vw,52.933vh) scale(.336)}to{transform:translate(95.84765vw,99vh) scale(.336)}}.snow:nth-child(392){opacity:.625;transform:translate(81.3554vw,-10px) scale(.2453);animation:fall-392 30s -26s linear infinite}@keyframes fall-392{36.629%{transform:translate(87.4394vw,36.629vh) scale(.2453)}to{transform:translate(84.3974vw,99vh) scale(.2453)}}.snow:nth-child(393){opacity:1.7272;transform:translate(91.2956vw,-10px) scale(.0888);animation:fall-393 14s -26s linear infinite}@keyframes fall-393{76.702%{transform:translate(88.3158vw,76.702vh) scale(.0888)}to{transform:translate(89.8057vw,99vh) scale(.0888)}}.snow:nth-child(394){opacity:.9386;transform:translate(69.7213vw,-10px) scale(.1626);animation:fall-394 24s -8s linear infinite}@keyframes fall-394{67.353%{transform:translate(66.4606vw,67.353vh) scale(.1626)}to{transform:translate(68.09095vw,99vh) scale(.1626)}}.snow:nth-child(395){opacity:.607;transform:translate(31.5525vw,-10px) scale(.8251);animation:fall-395 30s -7s linear infinite}@keyframes fall-395{55.404%{transform:translate(35.4008vw,55.404vh) scale(.8251)}to{transform:translate(33.47665vw,99vh) scale(.8251)}}.snow:nth-child(396){opacity:1.1472;transform:translate(60.134vw,-10px) scale(.1896);animation:fall-396 14s -22s linear infinite}@keyframes fall-396{62.794%{transform:translate(54.1558vw,62.794vh) scale(.1896)}to{transform:translate(57.1449vw,99vh) scale(.1896)}}.snow:nth-child(397){opacity:1.1974;transform:translate(3.6579vw,-10px) scale(.9474);animation:fall-397 22s -9s linear infinite}@keyframes fall-397{34.689%{transform:translate(11.9812vw,34.689vh) scale(.9474)}to{transform:translate(7.81955vw,99vh) scale(.9474)}}.snow:nth-child(398){opacity:.754;transform:translate(50.3901vw,-10px) scale(.727);animation:fall-398 14s -10s linear infinite}@keyframes fall-398{68.237%{transform:translate(48.9425vw,68.237vh) scale(.727)}to{transform:translate(49.6663vw,99vh) scale(.727)}}.snow:nth-child(399){opacity:.5318;transform:translate(91.4077vw,-10px) scale(.5787);animation:fall-399 14s -14s linear infinite}@keyframes fall-399{50.532%{transform:translate(92.2974vw,50.532vh) scale(.5787)}to{transform:translate(91.85255vw,99vh) scale(.5787)}}.snow:nth-child(400){opacity:1.0358;transform:translate(13.9696vw,-10px) scale(.014);animation:fall-400 11s -18s linear infinite}@keyframes fall-400{36.162%{transform:translate(23.8111vw,36.162vh) scale(.014)}to{transform:translate(18.89035vw,99vh) scale(.014)}}\n"] }]
|
|
29
29
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
30
30
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFNN0Qsa01BQWtNO0FBT2xNLE1BQU0sT0FBTyxZQUFZO0lBTXJCLFlBQW9CLEdBQWlCLEVBQVMsTUFBZ0IsRUFBVSxNQUFjO1FBQWxFLFFBQUcsR0FBSCxHQUFHLENBQWM7UUFBUyxXQUFNLEdBQU4sTUFBTSxDQUFVO1FBQVUsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQUovRSxVQUFLLEdBQWEsRUFBRSxDQUFDO1FBRXJCLGdCQUFXLEdBQUcsQ0FBQyxDQUFTLEVBQUUsSUFBUyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUM7UUFJaEQsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWE7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUU7Z0JBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTNCLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRTtZQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLHVEQUF1RCxDQUFDLENBQUE7WUFDcEUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7U0FDakU7SUFDTCxDQUFDOzswR0FoQlEsWUFBWTs4RkFBWixZQUFZLGdEQ2R6Qix1TEFHK0I7NEZEV2xCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSBcIkBhbmd1bGFyL3JvdXRlclwiO1xyXG5cclxuLy8gQ29uZmlndXJhemlvbmlcclxuaW1wb3J0IHsgQXBwU3RhdGUsIFRva2VuU2VydmljZSB9IGZyb20gXCJAZXNmYWVuemEvY29yZS9zZXJ2aWNlc1wiO1xyXG5cclxuLyogTi5COiBRdWVzdG8gY29tcG9uZW50ZSBub24gcHXDsiBkaXZlbnRhcmUgc3RhbmRhbG9uZS4gw4ggaWwgcHVudG8gZGkgaW5ncmVzc28gcGVyIGlsIGJvb3RzdHJhcCBkZWkgbW9kdWxpIGRpIEZyb250ZW5kLCBjaGUgTk9OIHNpIGJhc2FubyBzdWkgY29tcG9uZW50aSBzdGFuZGFsb25lIGEgbWVubyBkaSByYXJlIGZ1bnppb25hbGl0w6AgKi9cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2FwcC1yb290JyxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBzdHlsZVVybHM6IFtcIi4vYXBwLmNvbXBvbmVudC5zY3NzXCJdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FwcC5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIEFwcENvbXBvbmVudCB7XHJcblxyXG4gICAgcHVibGljIHNub3dzOiBudW1iZXJbXSA9IFtdO1xyXG5cclxuICAgIHB1YmxpYyBzbm93VHJhY2tCeSA9IChfOiBudW1iZXIsIGl0ZW06IGFueSkgPT4gaXRlbTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGJ0czogVG9rZW5TZXJ2aWNlLCBwdWJsaWMgX3N0YXRlOiBBcHBTdGF0ZSwgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUpIHtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coXCJBcHBDb21wb25lbnQgLSBubyBhY2NvdW50IHNjb3BlLCByZWRpcmVjdGluZyB0byBsb2dpblwiKVxyXG4gICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbXCJsb2dpblwiLCB7IGZyb21Vcmw6IHRoaXMucm91dGVyLnVybCB9XSk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59IiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cIl9zdGF0ZS5jaHJpc3RtYXNUaW1lXCI+XHJcbiAgICA8ZGl2ICpuZ0Zvcj1cImxldCBpIG9mIHNub3dzOyB0cmFja0J5OiBzbm93VHJhY2tCeVwiIGNsYXNzPVwic25vd1wiPjwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PiJdfQ==
|