@esfaenza/core 15.2.194 → 15.2.196
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/navbar/navbar.component.d.ts +2 -2
- package/esm2020/components/navbar/navbar.component.loc.mjs +3 -3
- package/esm2020/components/navbar/navbar.component.mjs +15 -9
- package/esm2020/lib/app.component.mjs +2 -2
- package/fesm2015/esfaenza-core-components.mjs +16 -10
- package/fesm2015/esfaenza-core-components.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 +16 -10
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +2 -2
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -75,10 +75,10 @@ class AppComponent {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
78
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.2936;transform:translate(54.1908vw,-10px) scale(.5769);animation:fall-1 10s -13s linear infinite}@keyframes fall-1{54.65%{transform:translate(45.7374vw,54.65vh) scale(.5769)}to{transform:translate(49.9641vw,99vh) scale(.5769)}}.snow:nth-child(2){opacity:1.3406;transform:translate(1.921vw,-10px) scale(.4409);animation:fall-2 24s -7s linear infinite}@keyframes fall-2{58.589%{transform:translate(9.6722vw,58.589vh) scale(.4409)}to{transform:translate(5.7966vw,99vh) scale(.4409)}}.snow:nth-child(3){opacity:1.7912;transform:translate(14.1397vw,-10px) scale(.8593);animation:fall-3 13s -21s linear infinite}@keyframes fall-3{46.955%{transform:translate(16.6453vw,46.955vh) scale(.8593)}to{transform:translate(15.3925vw,99vh) scale(.8593)}}.snow:nth-child(4){opacity:1.4636;transform:translate(98.6431vw,-10px) scale(.9779);animation:fall-4 21s -5s linear infinite}@keyframes fall-4{61.82%{transform:translate(91.0194vw,61.82vh) scale(.9779)}to{transform:translate(94.83125vw,99vh) scale(.9779)}}.snow:nth-child(5){opacity:1.8344;transform:translate(14.3189vw,-10px) scale(.6838);animation:fall-5 16s -16s linear infinite}@keyframes fall-5{64.201%{transform:translate(21.5474vw,64.201vh) scale(.6838)}to{transform:translate(17.93315vw,99vh) scale(.6838)}}.snow:nth-child(6){opacity:1.4566;transform:translate(5.5574vw,-10px) scale(.2136);animation:fall-6 25s -4s linear infinite}@keyframes fall-6{43.31%{transform:translate(13.7158vw,43.31vh) scale(.2136)}to{transform:translate(9.6366vw,99vh) scale(.2136)}}.snow:nth-child(7){opacity:1.2686;transform:translate(51.1962vw,-10px) scale(.3121);animation:fall-7 15s -11s linear infinite}@keyframes fall-7{68.425%{transform:translate(56.0965vw,68.425vh) scale(.3121)}to{transform:translate(53.64635vw,99vh) scale(.3121)}}.snow:nth-child(8){opacity:.8534;transform:translate(85.5306vw,-10px) scale(.7883);animation:fall-8 12s -9s linear infinite}@keyframes fall-8{43.93%{transform:translate(86.1852vw,43.93vh) scale(.7883)}to{transform:translate(85.8579vw,99vh) scale(.7883)}}.snow:nth-child(9){opacity:.2684;transform:translate(44.8942vw,-10px) scale(.8274);animation:fall-9 11s -23s linear infinite}@keyframes fall-9{46.051%{transform:translate(44.1852vw,46.051vh) scale(.8274)}to{transform:translate(44.5397vw,99vh) scale(.8274)}}.snow:nth-child(10){opacity:1.3782;transform:translate(82.6698vw,-10px) scale(.3381);animation:fall-10 14s -2s linear infinite}@keyframes fall-10{70.752%{transform:translate(77.4376vw,70.752vh) scale(.3381)}to{transform:translate(80.0537vw,99vh) scale(.3381)}}.snow:nth-child(11){opacity:1.7596;transform:translate(16.935vw,-10px) scale(.3304);animation:fall-11 19s -26s linear infinite}@keyframes fall-11{77.893%{transform:translate(15.6777vw,77.893vh) scale(.3304)}to{transform:translate(16.30635vw,99vh) scale(.3304)}}.snow:nth-child(12){opacity:.0188;transform:translate(21.6714vw,-10px) scale(.3413);animation:fall-12 23s -28s linear infinite}@keyframes fall-12{63.564%{transform:translate(28.3631vw,63.564vh) scale(.3413)}to{transform:translate(25.01725vw,99vh) scale(.3413)}}.snow:nth-child(13){opacity:.7734;transform:translate(58.4447vw,-10px) scale(.5386);animation:fall-13 12s -30s linear infinite}@keyframes fall-13{72.158%{transform:translate(65.9895vw,72.158vh) scale(.5386)}to{transform:translate(62.2171vw,99vh) scale(.5386)}}.snow:nth-child(14){opacity:1.9602;transform:translate(66.2521vw,-10px) scale(.4468);animation:fall-14 13s -23s linear infinite}@keyframes fall-14{43.009%{transform:translate(63.6122vw,43.009vh) scale(.4468)}to{transform:translate(64.93215vw,99vh) scale(.4468)}}.snow:nth-child(15){opacity:1.5018;transform:translate(88.3214vw,-10px) scale(.6052);animation:fall-15 25s -3s linear infinite}@keyframes fall-15{38.876%{transform:translate(78.7502vw,38.876vh) scale(.6052)}to{transform:translate(83.5358vw,99vh) scale(.6052)}}.snow:nth-child(16){opacity:.06;transform:translate(43.9427vw,-10px) scale(.0873);animation:fall-16 15s -28s linear infinite}@keyframes fall-16{56.71%{transform:translate(49.6417vw,56.71vh) scale(.0873)}to{transform:translate(46.7922vw,99vh) scale(.0873)}}.snow:nth-child(17){opacity:.7182;transform:translate(28.242vw,-10px) scale(.4567);animation:fall-17 22s -20s linear infinite}@keyframes fall-17{73.286%{transform:translate(37.5755vw,73.286vh) scale(.4567)}to{transform:translate(32.90875vw,99vh) scale(.4567)}}.snow:nth-child(18){opacity:.0994;transform:translate(96.9267vw,-10px) scale(.1188);animation:fall-18 13s -22s linear infinite}@keyframes fall-18{38.723%{transform:translate(90.323vw,38.723vh) scale(.1188)}to{transform:translate(93.62485vw,99vh) scale(.1188)}}.snow:nth-child(19){opacity:1.09;transform:translate(1.1225vw,-10px) scale(.3369);animation:fall-19 26s -3s linear infinite}@keyframes fall-19{69.037%{transform:translate(-7.5592vw,69.037vh) scale(.3369)}to{transform:translate(-3.21835vw,99vh) scale(.3369)}}.snow:nth-child(20){opacity:1.465;transform:translate(26.5952vw,-10px) scale(.6929);animation:fall-20 24s -11s linear infinite}@keyframes fall-20{35.286%{transform:translate(25.0511vw,35.286vh) scale(.6929)}to{transform:translate(25.82315vw,99vh) scale(.6929)}}.snow:nth-child(21){opacity:.52;transform:translate(21.4629vw,-10px) scale(.6258);animation:fall-21 18s -9s linear infinite}@keyframes fall-21{46.768%{transform:translate(23.2453vw,46.768vh) scale(.6258)}to{transform:translate(22.3541vw,99vh) scale(.6258)}}.snow:nth-child(22){opacity:1.4774;transform:translate(20.9662vw,-10px) scale(.8561);animation:fall-22 10s -15s linear infinite}@keyframes fall-22{31.685%{transform:translate(27.9656vw,31.685vh) scale(.8561)}to{transform:translate(24.4659vw,99vh) scale(.8561)}}.snow:nth-child(23){opacity:.7378;transform:translate(20.6751vw,-10px) scale(.8237);animation:fall-23 18s -22s linear infinite}@keyframes fall-23{43.327%{transform:translate(12.9932vw,43.327vh) scale(.8237)}to{transform:translate(16.83415vw,99vh) scale(.8237)}}.snow:nth-child(24){opacity:.3488;transform:translate(5.1685vw,-10px) scale(.92);animation:fall-24 29s -25s linear infinite}@keyframes fall-24{69.306%{transform:translate(-4.7339vw,69.306vh) scale(.92)}to{transform:translate(.2173vw,99vh) scale(.92)}}.snow:nth-child(25){opacity:.5436;transform:translate(60.0803vw,-10px) scale(.1677);animation:fall-25 26s -24s linear infinite}@keyframes fall-25{42.606%{transform:translate(57.5791vw,42.606vh) scale(.1677)}to{transform:translate(58.8297vw,99vh) scale(.1677)}}.snow:nth-child(26){opacity:.4392;transform:translate(.4849vw,-10px) scale(.6744);animation:fall-26 26s -14s linear infinite}@keyframes fall-26{40.049%{transform:translate(1.64vw,40.049vh) scale(.6744)}to{transform:translate(1.06245vw,99vh) scale(.6744)}}.snow:nth-child(27){opacity:1.149;transform:translate(38.3955vw,-10px) scale(.1341);animation:fall-27 12s -25s linear infinite}@keyframes fall-27{72.211%{transform:translate(38.1739vw,72.211vh) scale(.1341)}to{transform:translate(38.2847vw,99vh) scale(.1341)}}.snow:nth-child(28){opacity:1.8494;transform:translate(97.9435vw,-10px) scale(.9012);animation:fall-28 30s -19s linear infinite}@keyframes fall-28{71.17%{transform:translate(106.9413vw,71.17vh) scale(.9012)}to{transform:translate(102.4424vw,99vh) scale(.9012)}}.snow:nth-child(29){opacity:.6004;transform:translate(12.5585vw,-10px) scale(.7856);animation:fall-29 19s -15s linear infinite}@keyframes fall-29{66.492%{transform:translate(20.6408vw,66.492vh) scale(.7856)}to{transform:translate(16.59965vw,99vh) scale(.7856)}}.snow:nth-child(30){opacity:1.8772;transform:translate(54.0772vw,-10px) scale(.9042);animation:fall-30 15s -7s linear infinite}@keyframes fall-30{65.529%{transform:translate(53.7935vw,65.529vh) scale(.9042)}to{transform:translate(53.93535vw,99vh) scale(.9042)}}.snow:nth-child(31){opacity:.0048;transform:translate(28.5503vw,-10px) scale(.3427);animation:fall-31 22s -27s linear infinite}@keyframes fall-31{39.302%{transform:translate(27.6323vw,39.302vh) scale(.3427)}to{transform:translate(28.0913vw,99vh) scale(.3427)}}.snow:nth-child(32){opacity:1.4826;transform:translate(67.3791vw,-10px) scale(.2284);animation:fall-32 19s -19s linear infinite}@keyframes fall-32{78.065%{transform:translate(77.0979vw,78.065vh) scale(.2284)}to{transform:translate(72.2385vw,99vh) scale(.2284)}}.snow:nth-child(33){opacity:1.9272;transform:translate(11.004vw,-10px) scale(.7078);animation:fall-33 29s -29s linear infinite}@keyframes fall-33{56.918%{transform:translate(12.8836vw,56.918vh) scale(.7078)}to{transform:translate(11.9438vw,99vh) scale(.7078)}}.snow:nth-child(34){opacity:1.7294;transform:translate(89.0412vw,-10px) scale(.3168);animation:fall-34 14s -13s linear infinite}@keyframes fall-34{53.582%{transform:translate(86.0417vw,53.582vh) scale(.3168)}to{transform:translate(87.54145vw,99vh) scale(.3168)}}.snow:nth-child(35){opacity:1.7892;transform:translate(34.5097vw,-10px) scale(.7263);animation:fall-35 27s -23s linear infinite}@keyframes fall-35{78.478%{transform:translate(28.9369vw,78.478vh) scale(.7263)}to{transform:translate(31.7233vw,99vh) scale(.7263)}}.snow:nth-child(36){opacity:.7758;transform:translate(89.4919vw,-10px) scale(.8572);animation:fall-36 27s -27s linear infinite}@keyframes fall-36{40.874%{transform:translate(79.6413vw,40.874vh) scale(.8572)}to{transform:translate(84.5666vw,99vh) scale(.8572)}}.snow:nth-child(37){opacity:1.7446;transform:translate(16.7902vw,-10px) scale(.5953);animation:fall-37 20s -10s linear infinite}@keyframes fall-37{72.615%{transform:translate(14.7564vw,72.615vh) scale(.5953)}to{transform:translate(15.7733vw,99vh) scale(.5953)}}.snow:nth-child(38){opacity:1.869;transform:translate(30.891vw,-10px) scale(.6565);animation:fall-38 16s -9s linear infinite}@keyframes fall-38{61.182%{transform:translate(29.0204vw,61.182vh) scale(.6565)}to{transform:translate(29.9557vw,99vh) scale(.6565)}}.snow:nth-child(39){opacity:.4924;transform:translate(39.2524vw,-10px) scale(.2698);animation:fall-39 11s -30s linear infinite}@keyframes fall-39{48.866%{transform:translate(34.4723vw,48.866vh) scale(.2698)}to{transform:translate(36.86235vw,99vh) scale(.2698)}}.snow:nth-child(40){opacity:.3876;transform:translate(64.9608vw,-10px) scale(.3911);animation:fall-40 29s -5s linear infinite}@keyframes fall-40{70.195%{transform:translate(66.4011vw,70.195vh) scale(.3911)}to{transform:translate(65.68095vw,99vh) scale(.3911)}}.snow:nth-child(41){opacity:1.906;transform:translate(49.3839vw,-10px) scale(.4449);animation:fall-41 23s -9s linear infinite}@keyframes fall-41{59.097%{transform:translate(44.2105vw,59.097vh) scale(.4449)}to{transform:translate(46.7972vw,99vh) scale(.4449)}}.snow:nth-child(42){opacity:1.8196;transform:translate(52.0583vw,-10px) scale(.3311);animation:fall-42 14s -8s linear infinite}@keyframes fall-42{35.499%{transform:translate(48.4998vw,35.499vh) scale(.3311)}to{transform:translate(50.27905vw,99vh) scale(.3311)}}.snow:nth-child(43){opacity:1.3614;transform:translate(13.1664vw,-10px) scale(.0143);animation:fall-43 27s -11s linear infinite}@keyframes fall-43{41.424%{transform:translate(8.7777vw,41.424vh) scale(.0143)}to{transform:translate(10.97205vw,99vh) scale(.0143)}}.snow:nth-child(44){opacity:.8514;transform:translate(86.906vw,-10px) scale(.3351);animation:fall-44 23s -19s linear infinite}@keyframes fall-44{46.434%{transform:translate(89.6452vw,46.434vh) scale(.3351)}to{transform:translate(88.2756vw,99vh) scale(.3351)}}.snow:nth-child(45){opacity:1.535;transform:translate(39.1395vw,-10px) scale(.9115);animation:fall-45 19s -8s linear infinite}@keyframes fall-45{68.782%{transform:translate(38.7606vw,68.782vh) scale(.9115)}to{transform:translate(38.95005vw,99vh) scale(.9115)}}.snow:nth-child(46){opacity:.5544;transform:translate(45.8673vw,-10px) scale(.7429);animation:fall-46 14s -17s linear infinite}@keyframes fall-46{74.884%{transform:translate(42.7138vw,74.884vh) scale(.7429)}to{transform:translate(44.29055vw,99vh) scale(.7429)}}.snow:nth-child(47){opacity:1.1594;transform:translate(13.0268vw,-10px) scale(.8212);animation:fall-47 28s -12s linear infinite}@keyframes fall-47{51.697%{transform:translate(5.4206vw,51.697vh) scale(.8212)}to{transform:translate(9.2237vw,99vh) scale(.8212)}}.snow:nth-child(48){opacity:1.5594;transform:translate(33.2032vw,-10px) scale(.1292);animation:fall-48 25s -13s linear infinite}@keyframes fall-48{53.557%{transform:translate(33.2267vw,53.557vh) scale(.1292)}to{transform:translate(33.21495vw,99vh) scale(.1292)}}.snow:nth-child(49){opacity:.2914;transform:translate(87.8879vw,-10px) scale(.7813);animation:fall-49 30s -3s linear infinite}@keyframes fall-49{61.173%{transform:translate(83.2454vw,61.173vh) scale(.7813)}to{transform:translate(85.56665vw,99vh) scale(.7813)}}.snow:nth-child(50){opacity:1.0528;transform:translate(26.6545vw,-10px) scale(.3218);animation:fall-50 24s -12s linear infinite}@keyframes fall-50{60.021%{transform:translate(19.54vw,60.021vh) scale(.3218)}to{transform:translate(23.09725vw,99vh) scale(.3218)}}.snow:nth-child(51){opacity:1.0514;transform:translate(12.7948vw,-10px) scale(.0988);animation:fall-51 23s -12s linear infinite}@keyframes fall-51{32.535%{transform:translate(11.7089vw,32.535vh) scale(.0988)}to{transform:translate(12.25185vw,99vh) scale(.0988)}}.snow:nth-child(52){opacity:.7056;transform:translate(69.4359vw,-10px) scale(.9535);animation:fall-52 20s -19s linear infinite}@keyframes fall-52{52.344%{transform:translate(67.5233vw,52.344vh) scale(.9535)}to{transform:translate(68.4796vw,99vh) scale(.9535)}}.snow:nth-child(53){opacity:1.4846;transform:translate(61.0799vw,-10px) scale(.2524);animation:fall-53 13s -4s linear infinite}@keyframes fall-53{54.634%{transform:translate(66.2681vw,54.634vh) scale(.2524)}to{transform:translate(63.674vw,99vh) scale(.2524)}}.snow:nth-child(54){opacity:1.848;transform:translate(46.4767vw,-10px) scale(.2852);animation:fall-54 19s -14s linear infinite}@keyframes fall-54{69.077%{transform:translate(47.7984vw,69.077vh) scale(.2852)}to{transform:translate(47.13755vw,99vh) scale(.2852)}}.snow:nth-child(55){opacity:1.8752;transform:translate(21.2225vw,-10px) scale(.8066);animation:fall-55 17s -21s linear infinite}@keyframes fall-55{40.852%{transform:translate(28.0777vw,40.852vh) scale(.8066)}to{transform:translate(24.6501vw,99vh) scale(.8066)}}.snow:nth-child(56){opacity:1.7224;transform:translate(99.5614vw,-10px) scale(.3513);animation:fall-56 14s -9s linear infinite}@keyframes fall-56{58.152%{transform:translate(106.8284vw,58.152vh) scale(.3513)}to{transform:translate(103.1949vw,99vh) scale(.3513)}}.snow:nth-child(57){opacity:.7214;transform:translate(33.0708vw,-10px) scale(.0224);animation:fall-57 18s -22s linear infinite}@keyframes fall-57{72.617%{transform:translate(23.7614vw,72.617vh) scale(.0224)}to{transform:translate(28.4161vw,99vh) scale(.0224)}}.snow:nth-child(58){opacity:.0112;transform:translate(8.5637vw,-10px) scale(.69);animation:fall-58 15s -12s linear infinite}@keyframes fall-58{72.83%{transform:translate(4.5627vw,72.83vh) scale(.69)}to{transform:translate(6.5632vw,99vh) scale(.69)}}.snow:nth-child(59){opacity:1.5006;transform:translate(39.4589vw,-10px) scale(.0449);animation:fall-59 12s -30s linear infinite}@keyframes fall-59{67.735%{transform:translate(40.1746vw,67.735vh) scale(.0449)}to{transform:translate(39.81675vw,99vh) scale(.0449)}}.snow:nth-child(60){opacity:1.4566;transform:translate(20.4349vw,-10px) scale(.7758);animation:fall-60 16s -28s linear infinite}@keyframes fall-60{33.52%{transform:translate(28.5953vw,33.52vh) scale(.7758)}to{transform:translate(24.5151vw,99vh) scale(.7758)}}.snow:nth-child(61){opacity:1.7484;transform:translate(19.2445vw,-10px) scale(.2905);animation:fall-61 27s -3s linear infinite}@keyframes fall-61{40.113%{transform:translate(17.7896vw,40.113vh) scale(.2905)}to{transform:translate(18.51705vw,99vh) scale(.2905)}}.snow:nth-child(62){opacity:1.4246;transform:translate(75.7048vw,-10px) scale(.0453);animation:fall-62 21s -6s linear infinite}@keyframes fall-62{49.511%{transform:translate(83.015vw,49.511vh) scale(.0453)}to{transform:translate(79.3599vw,99vh) scale(.0453)}}.snow:nth-child(63){opacity:1.2856;transform:translate(74.2294vw,-10px) scale(.0451);animation:fall-63 24s -30s linear infinite}@keyframes fall-63{73.133%{transform:translate(75.6957vw,73.133vh) scale(.0451)}to{transform:translate(74.96255vw,99vh) scale(.0451)}}.snow:nth-child(64){opacity:.9474;transform:translate(59.3257vw,-10px) scale(.3234);animation:fall-64 21s -17s linear infinite}@keyframes fall-64{47.471%{transform:translate(67.9686vw,47.471vh) scale(.3234)}to{transform:translate(63.64715vw,99vh) scale(.3234)}}.snow:nth-child(65){opacity:1.1938;transform:translate(70.0621vw,-10px) scale(.5282);animation:fall-65 11s -26s linear infinite}@keyframes fall-65{51.122%{transform:translate(62.0129vw,51.122vh) scale(.5282)}to{transform:translate(66.0375vw,99vh) scale(.5282)}}.snow:nth-child(66){opacity:1.5346;transform:translate(61.1513vw,-10px) scale(.2831);animation:fall-66 19s -15s linear infinite}@keyframes fall-66{49.054%{transform:translate(67.5093vw,49.054vh) scale(.2831)}to{transform:translate(64.3303vw,99vh) scale(.2831)}}.snow:nth-child(67){opacity:.2722;transform:translate(79.5012vw,-10px) scale(.6611);animation:fall-67 28s -19s linear infinite}@keyframes fall-67{49.602%{transform:translate(69.8866vw,49.602vh) scale(.6611)}to{transform:translate(74.6939vw,99vh) scale(.6611)}}.snow:nth-child(68){opacity:.9664;transform:translate(84.8794vw,-10px) scale(.1013);animation:fall-68 26s -11s linear infinite}@keyframes fall-68{41.391%{transform:translate(80.6383vw,41.391vh) scale(.1013)}to{transform:translate(82.75885vw,99vh) scale(.1013)}}.snow:nth-child(69){opacity:1.4544;transform:translate(25.7883vw,-10px) scale(.3852);animation:fall-69 28s -11s linear infinite}@keyframes fall-69{56.408%{transform:translate(31.6465vw,56.408vh) scale(.3852)}to{transform:translate(28.7174vw,99vh) scale(.3852)}}.snow:nth-child(70){opacity:1.2922;transform:translate(30.4265vw,-10px) scale(.8957);animation:fall-70 25s -15s linear infinite}@keyframes fall-70{50.24%{transform:translate(27.5953vw,50.24vh) scale(.8957)}to{transform:translate(29.0109vw,99vh) scale(.8957)}}.snow:nth-child(71){opacity:1.1228;transform:translate(45.2318vw,-10px) scale(.8618);animation:fall-71 21s -29s linear infinite}@keyframes fall-71{41.076%{transform:translate(39.2193vw,41.076vh) scale(.8618)}to{transform:translate(42.22555vw,99vh) scale(.8618)}}.snow:nth-child(72){opacity:1.0134;transform:translate(24.7847vw,-10px) scale(.5424);animation:fall-72 18s -1s linear infinite}@keyframes fall-72{55.266%{transform:translate(28.4667vw,55.266vh) scale(.5424)}to{transform:translate(26.6257vw,99vh) scale(.5424)}}.snow:nth-child(73){opacity:.4868;transform:translate(54.5861vw,-10px) scale(.9486);animation:fall-73 18s -7s linear infinite}@keyframes fall-73{53.437%{transform:translate(48.5825vw,53.437vh) scale(.9486)}to{transform:translate(51.5843vw,99vh) scale(.9486)}}.snow:nth-child(74){opacity:1.7832;transform:translate(86.0698vw,-10px) scale(.5596);animation:fall-74 18s -9s linear infinite}@keyframes fall-74{52.891%{transform:translate(84.7098vw,52.891vh) scale(.5596)}to{transform:translate(85.3898vw,99vh) scale(.5596)}}.snow:nth-child(75){opacity:.1396;transform:translate(56.788vw,-10px) scale(.4822);animation:fall-75 21s -12s linear infinite}@keyframes fall-75{52.049%{transform:translate(58.0391vw,52.049vh) scale(.4822)}to{transform:translate(57.41355vw,99vh) scale(.4822)}}.snow:nth-child(76){opacity:1.9438;transform:translate(95.3439vw,-10px) scale(.6638);animation:fall-76 18s -21s linear infinite}@keyframes fall-76{60.623%{transform:translate(103.4457vw,60.623vh) scale(.6638)}to{transform:translate(99.3948vw,99vh) scale(.6638)}}.snow:nth-child(77){opacity:1.381;transform:translate(51.4181vw,-10px) scale(.6933);animation:fall-77 20s -11s linear infinite}@keyframes fall-77{77.206%{transform:translate(61.0108vw,77.206vh) scale(.6933)}to{transform:translate(56.21445vw,99vh) scale(.6933)}}.snow:nth-child(78){opacity:1.7624;transform:translate(97.9099vw,-10px) scale(.1305);animation:fall-78 24s -1s linear infinite}@keyframes fall-78{42.949%{transform:translate(95.0887vw,42.949vh) scale(.1305)}to{transform:translate(96.4993vw,99vh) scale(.1305)}}.snow:nth-child(79){opacity:1.6648;transform:translate(53.0193vw,-10px) scale(.7628);animation:fall-79 16s -10s linear infinite}@keyframes fall-79{49.594%{transform:translate(59.2627vw,49.594vh) scale(.7628)}to{transform:translate(56.141vw,99vh) scale(.7628)}}.snow:nth-child(80){opacity:.8406;transform:translate(43.0915vw,-10px) scale(.9853);animation:fall-80 11s -4s linear infinite}@keyframes fall-80{58.731%{transform:translate(40.9283vw,58.731vh) scale(.9853)}to{transform:translate(42.0099vw,99vh) scale(.9853)}}.snow:nth-child(81){opacity:1.1956;transform:translate(39.0111vw,-10px) scale(.8088);animation:fall-81 19s -27s linear infinite}@keyframes fall-81{38.391%{transform:translate(31.4735vw,38.391vh) scale(.8088)}to{transform:translate(35.2423vw,99vh) scale(.8088)}}.snow:nth-child(82){opacity:1.6416;transform:translate(70.2014vw,-10px) scale(.7255);animation:fall-82 11s -7s linear infinite}@keyframes fall-82{42.981%{transform:translate(65.6707vw,42.981vh) scale(.7255)}to{transform:translate(67.93605vw,99vh) scale(.7255)}}.snow:nth-child(83){opacity:1.8628;transform:translate(49.9825vw,-10px) scale(.3732);animation:fall-83 19s -25s linear infinite}@keyframes fall-83{55.452%{transform:translate(45.5858vw,55.452vh) scale(.3732)}to{transform:translate(47.78415vw,99vh) scale(.3732)}}.snow:nth-child(84){opacity:1.3192;transform:translate(39.3636vw,-10px) scale(.1852);animation:fall-84 27s -5s linear infinite}@keyframes fall-84{38.559%{transform:translate(29.4802vw,38.559vh) scale(.1852)}to{transform:translate(34.4219vw,99vh) scale(.1852)}}.snow:nth-child(85){opacity:1.6578;transform:translate(48.4213vw,-10px) scale(.9697);animation:fall-85 27s -14s linear infinite}@keyframes fall-85{35.066%{transform:translate(55.7181vw,35.066vh) scale(.9697)}to{transform:translate(52.0697vw,99vh) scale(.9697)}}.snow:nth-child(86){opacity:1.3138;transform:translate(52.0339vw,-10px) scale(.7155);animation:fall-86 12s -17s linear infinite}@keyframes fall-86{37.94%{transform:translate(45.6561vw,37.94vh) scale(.7155)}to{transform:translate(48.845vw,99vh) scale(.7155)}}.snow:nth-child(87){opacity:1.9474;transform:translate(11.0228vw,-10px) scale(.6091);animation:fall-87 18s -25s linear infinite}@keyframes fall-87{51.735%{transform:translate(7.5537vw,51.735vh) scale(.6091)}to{transform:translate(9.28825vw,99vh) scale(.6091)}}.snow:nth-child(88){opacity:1.7528;transform:translate(60.8257vw,-10px) scale(.2749);animation:fall-88 21s -18s linear infinite}@keyframes fall-88{64.678%{transform:translate(58.9414vw,64.678vh) scale(.2749)}to{transform:translate(59.88355vw,99vh) scale(.2749)}}.snow:nth-child(89){opacity:1.24;transform:translate(34.3669vw,-10px) scale(.1252);animation:fall-89 14s -8s linear infinite}@keyframes fall-89{54.499%{transform:translate(33.0895vw,54.499vh) scale(.1252)}to{transform:translate(33.7282vw,99vh) scale(.1252)}}.snow:nth-child(90){opacity:1.1156;transform:translate(84.469vw,-10px) scale(.0204);animation:fall-90 18s -24s linear infinite}@keyframes fall-90{78.276%{transform:translate(84.5539vw,78.276vh) scale(.0204)}to{transform:translate(84.51145vw,99vh) scale(.0204)}}.snow:nth-child(91){opacity:1.422;transform:translate(92.074vw,-10px) scale(.3385);animation:fall-91 14s -14s linear infinite}@keyframes fall-91{30.549%{transform:translate(95.2326vw,30.549vh) scale(.3385)}to{transform:translate(93.6533vw,99vh) scale(.3385)}}.snow:nth-child(92){opacity:1.1456;transform:translate(11.678vw,-10px) scale(.1102);animation:fall-92 20s -11s linear infinite}@keyframes fall-92{34.169%{transform:translate(11.6182vw,34.169vh) scale(.1102)}to{transform:translate(11.6481vw,99vh) scale(.1102)}}.snow:nth-child(93){opacity:1.3216;transform:translate(8.6423vw,-10px) scale(.7112);animation:fall-93 10s -19s linear infinite}@keyframes fall-93{52.728%{transform:translate(8.3265vw,52.728vh) scale(.7112)}to{transform:translate(8.4844vw,99vh) scale(.7112)}}.snow:nth-child(94){opacity:.7294;transform:translate(79.1273vw,-10px) scale(.0189);animation:fall-94 12s -28s linear infinite}@keyframes fall-94{31.035%{transform:translate(70.076vw,31.035vh) scale(.0189)}to{transform:translate(74.60165vw,99vh) scale(.0189)}}.snow:nth-child(95){opacity:.4948;transform:translate(47.1737vw,-10px) scale(.109);animation:fall-95 18s -25s linear infinite}@keyframes fall-95{67.858%{transform:translate(50.7191vw,67.858vh) scale(.109)}to{transform:translate(48.9464vw,99vh) scale(.109)}}.snow:nth-child(96){opacity:.9234;transform:translate(85.5163vw,-10px) scale(.0124);animation:fall-96 13s -6s linear infinite}@keyframes fall-96{67.611%{transform:translate(79.4122vw,67.611vh) scale(.0124)}to{transform:translate(82.46425vw,99vh) scale(.0124)}}.snow:nth-child(97){opacity:.6826;transform:translate(12.159vw,-10px) scale(.8606);animation:fall-97 25s -21s linear infinite}@keyframes fall-97{72.154%{transform:translate(17.245vw,72.154vh) scale(.8606)}to{transform:translate(14.702vw,99vh) scale(.8606)}}.snow:nth-child(98){opacity:1.6186;transform:translate(22.1384vw,-10px) scale(.2172);animation:fall-98 23s -30s linear infinite}@keyframes fall-98{41.977%{transform:translate(15.8097vw,41.977vh) scale(.2172)}to{transform:translate(18.97405vw,99vh) scale(.2172)}}.snow:nth-child(99){opacity:.2588;transform:translate(64.0885vw,-10px) scale(.3599);animation:fall-99 22s -28s linear infinite}@keyframes fall-99{56.084%{transform:translate(73.6983vw,56.084vh) scale(.3599)}to{transform:translate(68.8934vw,99vh) scale(.3599)}}.snow:nth-child(100){opacity:1.7086;transform:translate(82.0158vw,-10px) scale(.9489);animation:fall-100 14s -2s linear infinite}@keyframes fall-100{69.391%{transform:translate(84.4358vw,69.391vh) scale(.9489)}to{transform:translate(83.2258vw,99vh) scale(.9489)}}.snow:nth-child(101){opacity:1.3884;transform:translate(48.7036vw,-10px) scale(.1902);animation:fall-101 12s -21s linear infinite}@keyframes fall-101{31.054%{transform:translate(51.4617vw,31.054vh) scale(.1902)}to{transform:translate(50.08265vw,99vh) scale(.1902)}}.snow:nth-child(102){opacity:.4296;transform:translate(61.7322vw,-10px) scale(.6044);animation:fall-102 18s -30s linear infinite}@keyframes fall-102{68.891%{transform:translate(64.3677vw,68.891vh) scale(.6044)}to{transform:translate(63.04995vw,99vh) scale(.6044)}}.snow:nth-child(103){opacity:.6554;transform:translate(79.8197vw,-10px) scale(.5503);animation:fall-103 10s -16s linear infinite}@keyframes fall-103{50.764%{transform:translate(86.8292vw,50.764vh) scale(.5503)}to{transform:translate(83.32445vw,99vh) scale(.5503)}}.snow:nth-child(104){opacity:.5502;transform:translate(9.0254vw,-10px) scale(.0927);animation:fall-104 29s -9s linear infinite}@keyframes fall-104{42.528%{transform:translate(7.0432vw,42.528vh) scale(.0927)}to{transform:translate(8.0343vw,99vh) scale(.0927)}}.snow:nth-child(105){opacity:.7922;transform:translate(44.9591vw,-10px) scale(.5456);animation:fall-105 27s -16s linear infinite}@keyframes fall-105{55.003%{transform:translate(36.9515vw,55.003vh) scale(.5456)}to{transform:translate(40.9553vw,99vh) scale(.5456)}}.snow:nth-child(106){opacity:1.5494;transform:translate(21.8691vw,-10px) scale(.7848);animation:fall-106 15s -8s linear infinite}@keyframes fall-106{31.17%{transform:translate(26.6289vw,31.17vh) scale(.7848)}to{transform:translate(24.249vw,99vh) scale(.7848)}}.snow:nth-child(107){opacity:1.2294;transform:translate(54.5243vw,-10px) scale(.0066);animation:fall-107 26s -30s linear infinite}@keyframes fall-107{37.518%{transform:translate(48.8011vw,37.518vh) scale(.0066)}to{transform:translate(51.6627vw,99vh) scale(.0066)}}.snow:nth-child(108){opacity:.9538;transform:translate(76.753vw,-10px) scale(.4514);animation:fall-108 18s -18s linear infinite}@keyframes fall-108{72.404%{transform:translate(82.3051vw,72.404vh) scale(.4514)}to{transform:translate(79.52905vw,99vh) scale(.4514)}}.snow:nth-child(109){opacity:1.8546;transform:translate(56.989vw,-10px) scale(.976);animation:fall-109 29s -5s linear infinite}@keyframes fall-109{55.1%{transform:translate(56.9134vw,55.1vh) scale(.976)}to{transform:translate(56.9512vw,99vh) scale(.976)}}.snow:nth-child(110){opacity:.2628;transform:translate(98.419vw,-10px) scale(.327);animation:fall-110 10s -24s linear infinite}@keyframes fall-110{46.506%{transform:translate(98.2949vw,46.506vh) scale(.327)}to{transform:translate(98.35695vw,99vh) scale(.327)}}.snow:nth-child(111){opacity:.2254;transform:translate(32.4238vw,-10px) scale(.0832);animation:fall-111 20s -26s linear infinite}@keyframes fall-111{47.254%{transform:translate(36.8772vw,47.254vh) scale(.0832)}to{transform:translate(34.6505vw,99vh) scale(.0832)}}.snow:nth-child(112){opacity:.9884;transform:translate(72.301vw,-10px) scale(.0467);animation:fall-112 25s -8s linear infinite}@keyframes fall-112{60.164%{transform:translate(68.6787vw,60.164vh) scale(.0467)}to{transform:translate(70.48985vw,99vh) scale(.0467)}}.snow:nth-child(113){opacity:1.6832;transform:translate(88.071vw,-10px) scale(.4109);animation:fall-113 18s -15s linear infinite}@keyframes fall-113{45.228%{transform:translate(97.3854vw,45.228vh) scale(.4109)}to{transform:translate(92.7282vw,99vh) scale(.4109)}}.snow:nth-child(114){opacity:.6552;transform:translate(25.8663vw,-10px) scale(.6716);animation:fall-114 23s -21s linear infinite}@keyframes fall-114{57.804%{transform:translate(28.4496vw,57.804vh) scale(.6716)}to{transform:translate(27.15795vw,99vh) scale(.6716)}}.snow:nth-child(115){opacity:.7166;transform:translate(95.5872vw,-10px) scale(.6068);animation:fall-115 14s -16s linear infinite}@keyframes fall-115{40.895%{transform:translate(90.2887vw,40.895vh) scale(.6068)}to{transform:translate(92.93795vw,99vh) scale(.6068)}}.snow:nth-child(116){opacity:.9772;transform:translate(58.9091vw,-10px) scale(.3832);animation:fall-116 23s -16s linear infinite}@keyframes fall-116{72.545%{transform:translate(61.6403vw,72.545vh) scale(.3832)}to{transform:translate(60.2747vw,99vh) scale(.3832)}}.snow:nth-child(117){opacity:1.8484;transform:translate(97.3348vw,-10px) scale(.9145);animation:fall-117 18s -19s linear infinite}@keyframes fall-117{44.001%{transform:translate(105.3047vw,44.001vh) scale(.9145)}to{transform:translate(101.31975vw,99vh) scale(.9145)}}.snow:nth-child(118){opacity:1.7974;transform:translate(42.6404vw,-10px) scale(.3639);animation:fall-118 21s -5s linear infinite}@keyframes fall-118{78.99%{transform:translate(49.7322vw,78.99vh) scale(.3639)}to{transform:translate(46.1863vw,99vh) scale(.3639)}}.snow:nth-child(119){opacity:.7542;transform:translate(44.4656vw,-10px) scale(.7588);animation:fall-119 12s -28s linear infinite}@keyframes fall-119{65.052%{transform:translate(42.0657vw,65.052vh) scale(.7588)}to{transform:translate(43.26565vw,99vh) scale(.7588)}}.snow:nth-child(120){opacity:1.4784;transform:translate(34.7561vw,-10px) scale(.7347);animation:fall-120 14s -1s linear infinite}@keyframes fall-120{71.353%{transform:translate(24.9588vw,71.353vh) scale(.7347)}to{transform:translate(29.85745vw,99vh) scale(.7347)}}.snow:nth-child(121){opacity:.2852;transform:translate(38.3192vw,-10px) scale(.6441);animation:fall-121 29s -20s linear infinite}@keyframes fall-121{77.237%{transform:translate(32.4068vw,77.237vh) scale(.6441)}to{transform:translate(35.363vw,99vh) scale(.6441)}}.snow:nth-child(122){opacity:.0068;transform:translate(52.3519vw,-10px) scale(.5907);animation:fall-122 20s -7s linear infinite}@keyframes fall-122{51.448%{transform:translate(45.6052vw,51.448vh) scale(.5907)}to{transform:translate(48.97855vw,99vh) scale(.5907)}}.snow:nth-child(123){opacity:.4266;transform:translate(80.2891vw,-10px) scale(.7352);animation:fall-123 19s -12s linear infinite}@keyframes fall-123{45.08%{transform:translate(73.0911vw,45.08vh) scale(.7352)}to{transform:translate(76.6901vw,99vh) scale(.7352)}}.snow:nth-child(124){opacity:.2688;transform:translate(50.8917vw,-10px) scale(.2386);animation:fall-124 28s -21s linear infinite}@keyframes fall-124{57.347%{transform:translate(60.6892vw,57.347vh) scale(.2386)}to{transform:translate(55.79045vw,99vh) scale(.2386)}}.snow:nth-child(125){opacity:1.8084;transform:translate(94.4811vw,-10px) scale(.908);animation:fall-125 27s -14s linear infinite}@keyframes fall-125{78.407%{transform:translate(84.5272vw,78.407vh) scale(.908)}to{transform:translate(89.50415vw,99vh) scale(.908)}}.snow:nth-child(126){opacity:.6698;transform:translate(96.8719vw,-10px) scale(.1526);animation:fall-126 13s -30s linear infinite}@keyframes fall-126{46.208%{transform:translate(87.7983vw,46.208vh) scale(.1526)}to{transform:translate(92.3351vw,99vh) scale(.1526)}}.snow:nth-child(127){opacity:.5758;transform:translate(74.7844vw,-10px) scale(.3853);animation:fall-127 27s -29s linear infinite}@keyframes fall-127{58.041%{transform:translate(80.5536vw,58.041vh) scale(.3853)}to{transform:translate(77.669vw,99vh) scale(.3853)}}.snow:nth-child(128){opacity:.6442;transform:translate(16.2235vw,-10px) scale(.5399);animation:fall-128 27s -22s linear infinite}@keyframes fall-128{48.1%{transform:translate(19.1988vw,48.1vh) scale(.5399)}to{transform:translate(17.71115vw,99vh) scale(.5399)}}.snow:nth-child(129){opacity:.6654;transform:translate(83.2883vw,-10px) scale(.8973);animation:fall-129 13s -1s linear infinite}@keyframes fall-129{73.273%{transform:translate(88.6338vw,73.273vh) scale(.8973)}to{transform:translate(85.96105vw,99vh) scale(.8973)}}.snow:nth-child(130){opacity:1.9514;transform:translate(69.2326vw,-10px) scale(.6461);animation:fall-130 17s -18s linear infinite}@keyframes fall-130{49.939%{transform:translate(76.9038vw,49.939vh) scale(.6461)}to{transform:translate(73.0682vw,99vh) scale(.6461)}}.snow:nth-child(131){opacity:.414;transform:translate(83.4091vw,-10px) scale(.5602);animation:fall-131 20s -23s linear infinite}@keyframes fall-131{74.85%{transform:translate(90.7603vw,74.85vh) scale(.5602)}to{transform:translate(87.0847vw,99vh) scale(.5602)}}.snow:nth-child(132){opacity:.8918;transform:translate(72.684vw,-10px) scale(.0036);animation:fall-132 28s -18s linear infinite}@keyframes fall-132{65.181%{transform:translate(73.2762vw,65.181vh) scale(.0036)}to{transform:translate(72.9801vw,99vh) scale(.0036)}}.snow:nth-child(133){opacity:.8036;transform:translate(34.4178vw,-10px) scale(.1661);animation:fall-133 15s -4s linear infinite}@keyframes fall-133{79.938%{transform:translate(43.0691vw,79.938vh) scale(.1661)}to{transform:translate(38.74345vw,99vh) scale(.1661)}}.snow:nth-child(134){opacity:.8542;transform:translate(86.919vw,-10px) scale(.8572);animation:fall-134 29s -16s linear infinite}@keyframes fall-134{43.374%{transform:translate(96.1308vw,43.374vh) scale(.8572)}to{transform:translate(91.5249vw,99vh) scale(.8572)}}.snow:nth-child(135){opacity:1.7462;transform:translate(73.3952vw,-10px) scale(.568);animation:fall-135 23s -5s linear infinite}@keyframes fall-135{48.37%{transform:translate(75.8497vw,48.37vh) scale(.568)}to{transform:translate(74.62245vw,99vh) scale(.568)}}.snow:nth-child(136){opacity:.5504;transform:translate(72.5989vw,-10px) scale(.8075);animation:fall-136 26s -29s linear infinite}@keyframes fall-136{70.617%{transform:translate(81.4458vw,70.617vh) scale(.8075)}to{transform:translate(77.02235vw,99vh) scale(.8075)}}.snow:nth-child(137){opacity:1.7834;transform:translate(80.8408vw,-10px) scale(.4115);animation:fall-137 29s -27s linear infinite}@keyframes fall-137{40.375%{transform:translate(80.4742vw,40.375vh) scale(.4115)}to{transform:translate(80.6575vw,99vh) scale(.4115)}}.snow:nth-child(138){opacity:.1122;transform:translate(21.3406vw,-10px) scale(.6937);animation:fall-138 10s -11s linear infinite}@keyframes fall-138{59.26%{transform:translate(25.5504vw,59.26vh) scale(.6937)}to{transform:translate(23.4455vw,99vh) scale(.6937)}}.snow:nth-child(139){opacity:1.563;transform:translate(1.0616vw,-10px) scale(.7444);animation:fall-139 24s -21s linear infinite}@keyframes fall-139{45.706%{transform:translate(-.5392vw,45.706vh) scale(.7444)}to{transform:translate(.2612vw,99vh) scale(.7444)}}.snow:nth-child(140){opacity:1.8546;transform:translate(14.176vw,-10px) scale(.3748);animation:fall-140 26s -17s linear infinite}@keyframes fall-140{68.589%{transform:translate(8.863vw,68.589vh) scale(.3748)}to{transform:translate(11.5195vw,99vh) scale(.3748)}}.snow:nth-child(141){opacity:.329;transform:translate(70.888vw,-10px) scale(.1173);animation:fall-141 30s -27s linear infinite}@keyframes fall-141{61.992%{transform:translate(73.5292vw,61.992vh) scale(.1173)}to{transform:translate(72.2086vw,99vh) scale(.1173)}}.snow:nth-child(142){opacity:1.284;transform:translate(17.7944vw,-10px) scale(.3134);animation:fall-142 28s -3s linear infinite}@keyframes fall-142{55.655%{transform:translate(14.0723vw,55.655vh) scale(.3134)}to{transform:translate(15.93335vw,99vh) scale(.3134)}}.snow:nth-child(143){opacity:1.6152;transform:translate(21.2902vw,-10px) scale(.7919);animation:fall-143 26s -23s linear infinite}@keyframes fall-143{75.537%{transform:translate(28.7463vw,75.537vh) scale(.7919)}to{transform:translate(25.01825vw,99vh) scale(.7919)}}.snow:nth-child(144){opacity:.4586;transform:translate(57.8648vw,-10px) scale(.7972);animation:fall-144 12s -21s linear infinite}@keyframes fall-144{60.539%{transform:translate(64.3949vw,60.539vh) scale(.7972)}to{transform:translate(61.12985vw,99vh) scale(.7972)}}.snow:nth-child(145){opacity:1.9356;transform:translate(82.381vw,-10px) scale(.2439);animation:fall-145 17s -4s linear infinite}@keyframes fall-145{79.892%{transform:translate(88.0249vw,79.892vh) scale(.2439)}to{transform:translate(85.20295vw,99vh) scale(.2439)}}.snow:nth-child(146){opacity:1.9488;transform:translate(42.093vw,-10px) scale(.7089);animation:fall-146 17s -28s linear infinite}@keyframes fall-146{52.133%{transform:translate(36.4258vw,52.133vh) scale(.7089)}to{transform:translate(39.2594vw,99vh) scale(.7089)}}.snow:nth-child(147){opacity:1.8234;transform:translate(37.2839vw,-10px) scale(.8321);animation:fall-147 24s -5s linear infinite}@keyframes fall-147{76.463%{transform:translate(39.6705vw,76.463vh) scale(.8321)}to{transform:translate(38.4772vw,99vh) scale(.8321)}}.snow:nth-child(148){opacity:.7836;transform:translate(42.2133vw,-10px) scale(.4922);animation:fall-148 27s -28s linear infinite}@keyframes fall-148{50.559%{transform:translate(49.5563vw,50.559vh) scale(.4922)}to{transform:translate(45.8848vw,99vh) scale(.4922)}}.snow:nth-child(149){opacity:.8672;transform:translate(8.6678vw,-10px) scale(.3095);animation:fall-149 11s -26s linear infinite}@keyframes fall-149{53.45%{transform:translate(11.7814vw,53.45vh) scale(.3095)}to{transform:translate(10.2246vw,99vh) scale(.3095)}}.snow:nth-child(150){opacity:1.3338;transform:translate(89.9798vw,-10px) scale(.9744);animation:fall-150 19s -9s linear infinite}@keyframes fall-150{56.186%{transform:translate(91.8924vw,56.186vh) scale(.9744)}to{transform:translate(90.9361vw,99vh) scale(.9744)}}.snow:nth-child(151){opacity:.1922;transform:translate(95.7698vw,-10px) scale(.6193);animation:fall-151 26s -30s linear infinite}@keyframes fall-151{44.219%{transform:translate(93.1252vw,44.219vh) scale(.6193)}to{transform:translate(94.4475vw,99vh) scale(.6193)}}.snow:nth-child(152){opacity:1.5728;transform:translate(25.1803vw,-10px) scale(.951);animation:fall-152 22s -20s linear infinite}@keyframes fall-152{67.602%{transform:translate(32.7383vw,67.602vh) scale(.951)}to{transform:translate(28.9593vw,99vh) scale(.951)}}.snow:nth-child(153){opacity:1.5884;transform:translate(49.9696vw,-10px) scale(.2291);animation:fall-153 10s -30s linear infinite}@keyframes fall-153{50.343%{transform:translate(43.388vw,50.343vh) scale(.2291)}to{transform:translate(46.6788vw,99vh) scale(.2291)}}.snow:nth-child(154){opacity:.7156;transform:translate(4.1117vw,-10px) scale(.0628);animation:fall-154 27s -12s linear infinite}@keyframes fall-154{64.236%{transform:translate(4.4882vw,64.236vh) scale(.0628)}to{transform:translate(4.29995vw,99vh) scale(.0628)}}.snow:nth-child(155){opacity:.8362;transform:translate(14.8865vw,-10px) scale(.4555);animation:fall-155 18s -1s linear infinite}@keyframes fall-155{58.758%{transform:translate(20.2717vw,58.758vh) scale(.4555)}to{transform:translate(17.5791vw,99vh) scale(.4555)}}.snow:nth-child(156){opacity:1.2852;transform:translate(66.8878vw,-10px) scale(.5514);animation:fall-156 10s -17s linear infinite}@keyframes fall-156{36.762%{transform:translate(70.0319vw,36.762vh) scale(.5514)}to{transform:translate(68.45985vw,99vh) scale(.5514)}}.snow:nth-child(157){opacity:.8192;transform:translate(14.3982vw,-10px) scale(.3898);animation:fall-157 24s -24s linear infinite}@keyframes fall-157{58.994%{transform:translate(7.2456vw,58.994vh) scale(.3898)}to{transform:translate(10.8219vw,99vh) scale(.3898)}}.snow:nth-child(158){opacity:.0708;transform:translate(62.6349vw,-10px) scale(.8414);animation:fall-158 24s -24s linear infinite}@keyframes fall-158{70.726%{transform:translate(55.6568vw,70.726vh) scale(.8414)}to{transform:translate(59.14585vw,99vh) scale(.8414)}}.snow:nth-child(159){opacity:1.878;transform:translate(9.459vw,-10px) scale(.2741);animation:fall-159 16s -16s linear infinite}@keyframes fall-159{48.267%{transform:translate(5.6443vw,48.267vh) scale(.2741)}to{transform:translate(7.55165vw,99vh) scale(.2741)}}.snow:nth-child(160){opacity:1.4486;transform:translate(48.0864vw,-10px) scale(.6807);animation:fall-160 14s -9s linear infinite}@keyframes fall-160{36.587%{transform:translate(57.544vw,36.587vh) scale(.6807)}to{transform:translate(52.8152vw,99vh) scale(.6807)}}.snow:nth-child(161){opacity:.1918;transform:translate(17.4534vw,-10px) scale(.9343);animation:fall-161 18s -24s linear infinite}@keyframes fall-161{56.485%{transform:translate(14.1253vw,56.485vh) scale(.9343)}to{transform:translate(15.78935vw,99vh) scale(.9343)}}.snow:nth-child(162){opacity:1.7012;transform:translate(8.7118vw,-10px) scale(.4073);animation:fall-162 27s -7s linear infinite}@keyframes fall-162{78.99%{transform:translate(-.8673vw,78.99vh) scale(.4073)}to{transform:translate(3.92225vw,99vh) scale(.4073)}}.snow:nth-child(163){opacity:.7992;transform:translate(56.9959vw,-10px) scale(.8628);animation:fall-163 11s -16s linear infinite}@keyframes fall-163{61.751%{transform:translate(55.2098vw,61.751vh) scale(.8628)}to{transform:translate(56.10285vw,99vh) scale(.8628)}}.snow:nth-child(164){opacity:.751;transform:translate(33.072vw,-10px) scale(.4711);animation:fall-164 16s -7s linear infinite}@keyframes fall-164{52.514%{transform:translate(40.4834vw,52.514vh) scale(.4711)}to{transform:translate(36.7777vw,99vh) scale(.4711)}}.snow:nth-child(165){opacity:.4176;transform:translate(20.4617vw,-10px) scale(.0511);animation:fall-165 19s -4s linear infinite}@keyframes fall-165{76.221%{transform:translate(19.9125vw,76.221vh) scale(.0511)}to{transform:translate(20.1871vw,99vh) scale(.0511)}}.snow:nth-child(166){opacity:1.7942;transform:translate(37.2319vw,-10px) scale(.7677);animation:fall-166 20s -12s linear infinite}@keyframes fall-166{59.673%{transform:translate(37.5005vw,59.673vh) scale(.7677)}to{transform:translate(37.3662vw,99vh) scale(.7677)}}.snow:nth-child(167){opacity:1.6698;transform:translate(2.2975vw,-10px) scale(.4872);animation:fall-167 18s -17s linear infinite}@keyframes fall-167{72.575%{transform:translate(12.1062vw,72.575vh) scale(.4872)}to{transform:translate(7.20185vw,99vh) scale(.4872)}}.snow:nth-child(168){opacity:.7248;transform:translate(80.8478vw,-10px) scale(.9329);animation:fall-168 16s -15s linear infinite}@keyframes fall-168{41.487%{transform:translate(75.253vw,41.487vh) scale(.9329)}to{transform:translate(78.0504vw,99vh) scale(.9329)}}.snow:nth-child(169){opacity:.3156;transform:translate(74.5537vw,-10px) scale(.9962);animation:fall-169 13s -10s linear infinite}@keyframes fall-169{66.691%{transform:translate(77.2224vw,66.691vh) scale(.9962)}to{transform:translate(75.88805vw,99vh) scale(.9962)}}.snow:nth-child(170){opacity:.0938;transform:translate(99.6825vw,-10px) scale(.914);animation:fall-170 24s -12s linear infinite}@keyframes fall-170{48.397%{transform:translate(91.3889vw,48.397vh) scale(.914)}to{transform:translate(95.5357vw,99vh) scale(.914)}}.snow:nth-child(171){opacity:.2546;transform:translate(79.2578vw,-10px) scale(.9294);animation:fall-171 26s -9s linear infinite}@keyframes fall-171{78.066%{transform:translate(76.5936vw,78.066vh) scale(.9294)}to{transform:translate(77.9257vw,99vh) scale(.9294)}}.snow:nth-child(172){opacity:1.7416;transform:translate(79.94vw,-10px) scale(.5575);animation:fall-172 21s -16s linear infinite}@keyframes fall-172{59.12%{transform:translate(70.2927vw,59.12vh) scale(.5575)}to{transform:translate(75.11635vw,99vh) scale(.5575)}}.snow:nth-child(173){opacity:1.045;transform:translate(85.85vw,-10px) scale(.1802);animation:fall-173 18s -19s linear infinite}@keyframes fall-173{49.744%{transform:translate(77.3896vw,49.744vh) scale(.1802)}to{transform:translate(81.6198vw,99vh) scale(.1802)}}.snow:nth-child(174){opacity:1.977;transform:translate(26.9739vw,-10px) scale(.1093);animation:fall-174 11s -26s linear infinite}@keyframes fall-174{57.651%{transform:translate(28.4929vw,57.651vh) scale(.1093)}to{transform:translate(27.7334vw,99vh) scale(.1093)}}.snow:nth-child(175){opacity:1.3606;transform:translate(63.4759vw,-10px) scale(.8282);animation:fall-175 13s -4s linear infinite}@keyframes fall-175{58.242%{transform:translate(72.1617vw,58.242vh) scale(.8282)}to{transform:translate(67.8188vw,99vh) scale(.8282)}}.snow:nth-child(176){opacity:1.5898;transform:translate(25.0187vw,-10px) scale(.9608);animation:fall-176 20s -14s linear infinite}@keyframes fall-176{44.285%{transform:translate(17.7947vw,44.285vh) scale(.9608)}to{transform:translate(21.4067vw,99vh) scale(.9608)}}.snow:nth-child(177){opacity:1.7436;transform:translate(14.4512vw,-10px) scale(.8542);animation:fall-177 23s -28s linear infinite}@keyframes fall-177{75.515%{transform:translate(24.321vw,75.515vh) scale(.8542)}to{transform:translate(19.3861vw,99vh) scale(.8542)}}.snow:nth-child(178){opacity:.4618;transform:translate(20.4366vw,-10px) scale(.2296);animation:fall-178 24s -18s linear infinite}@keyframes fall-178{64.352%{transform:translate(23.5949vw,64.352vh) scale(.2296)}to{transform:translate(22.01575vw,99vh) scale(.2296)}}.snow:nth-child(179){opacity:1.0512;transform:translate(23.1439vw,-10px) scale(.0798);animation:fall-179 10s -10s linear infinite}@keyframes fall-179{79.329%{transform:translate(15.0363vw,79.329vh) scale(.0798)}to{transform:translate(19.0901vw,99vh) scale(.0798)}}.snow:nth-child(180){opacity:1.6038;transform:translate(24.5319vw,-10px) scale(.8476);animation:fall-180 25s -27s linear infinite}@keyframes fall-180{37.946%{transform:translate(19.8878vw,37.946vh) scale(.8476)}to{transform:translate(22.20985vw,99vh) scale(.8476)}}.snow:nth-child(181){opacity:1.888;transform:translate(85.2554vw,-10px) scale(.5222);animation:fall-181 14s -16s linear infinite}@keyframes fall-181{73.944%{transform:translate(77.6702vw,73.944vh) scale(.5222)}to{transform:translate(81.4628vw,99vh) scale(.5222)}}.snow:nth-child(182){opacity:.4004;transform:translate(24.3248vw,-10px) scale(.9153);animation:fall-182 29s -13s linear infinite}@keyframes fall-182{78.101%{transform:translate(30.0861vw,78.101vh) scale(.9153)}to{transform:translate(27.20545vw,99vh) scale(.9153)}}.snow:nth-child(183){opacity:.7596;transform:translate(18.7136vw,-10px) scale(.675);animation:fall-183 24s -4s linear infinite}@keyframes fall-183{65.454%{transform:translate(13.6184vw,65.454vh) scale(.675)}to{transform:translate(16.166vw,99vh) scale(.675)}}.snow:nth-child(184){opacity:1.483;transform:translate(49.7679vw,-10px) scale(.5419);animation:fall-184 14s -29s linear infinite}@keyframes fall-184{35.334%{transform:translate(53.1207vw,35.334vh) scale(.5419)}to{transform:translate(51.4443vw,99vh) scale(.5419)}}.snow:nth-child(185){opacity:.0394;transform:translate(3.9222vw,-10px) scale(.2541);animation:fall-185 30s -21s linear infinite}@keyframes fall-185{70.819%{transform:translate(-1.5828vw,70.819vh) scale(.2541)}to{transform:translate(1.1697vw,99vh) scale(.2541)}}.snow:nth-child(186){opacity:1.6528;transform:translate(10.1852vw,-10px) scale(.0236);animation:fall-186 27s -15s linear infinite}@keyframes fall-186{59.228%{transform:translate(17.2683vw,59.228vh) scale(.0236)}to{transform:translate(13.72675vw,99vh) scale(.0236)}}.snow:nth-child(187){opacity:1.6134;transform:translate(20.1477vw,-10px) scale(.4348);animation:fall-187 28s -14s linear infinite}@keyframes fall-187{53.812%{transform:translate(15.433vw,53.812vh) scale(.4348)}to{transform:translate(17.79035vw,99vh) scale(.4348)}}.snow:nth-child(188){opacity:.5978;transform:translate(31.6758vw,-10px) scale(.1297);animation:fall-188 26s -1s linear infinite}@keyframes fall-188{34.933%{transform:translate(39.5139vw,34.933vh) scale(.1297)}to{transform:translate(35.59485vw,99vh) scale(.1297)}}.snow:nth-child(189){opacity:.0824;transform:translate(13.7488vw,-10px) scale(.7896);animation:fall-189 10s -20s linear infinite}@keyframes fall-189{79.871%{transform:translate(19.8462vw,79.871vh) scale(.7896)}to{transform:translate(16.7975vw,99vh) scale(.7896)}}.snow:nth-child(190){opacity:1.8346;transform:translate(90.6022vw,-10px) scale(.3278);animation:fall-190 17s -23s linear infinite}@keyframes fall-190{52.785%{transform:translate(83.5449vw,52.785vh) scale(.3278)}to{transform:translate(87.07355vw,99vh) scale(.3278)}}.snow:nth-child(191){opacity:.8698;transform:translate(3.7488vw,-10px) scale(.3976);animation:fall-191 24s -19s linear infinite}@keyframes fall-191{49.393%{transform:translate(7.1951vw,49.393vh) scale(.3976)}to{transform:translate(5.47195vw,99vh) scale(.3976)}}.snow:nth-child(192){opacity:1.068;transform:translate(99.3968vw,-10px) scale(.6204);animation:fall-192 20s -28s linear infinite}@keyframes fall-192{42.065%{transform:translate(107.6874vw,42.065vh) scale(.6204)}to{transform:translate(103.5421vw,99vh) scale(.6204)}}.snow:nth-child(193){opacity:1.7192;transform:translate(27.2321vw,-10px) scale(.1421);animation:fall-193 30s -7s linear infinite}@keyframes fall-193{52.455%{transform:translate(36.6304vw,52.455vh) scale(.1421)}to{transform:translate(31.93125vw,99vh) scale(.1421)}}.snow:nth-child(194){opacity:1.2282;transform:translate(27.0805vw,-10px) scale(.2388);animation:fall-194 10s -29s linear infinite}@keyframes fall-194{45.243%{transform:translate(26.878vw,45.243vh) scale(.2388)}to{transform:translate(26.97925vw,99vh) scale(.2388)}}.snow:nth-child(195){opacity:.3158;transform:translate(42.9014vw,-10px) scale(.0316);animation:fall-195 27s -22s linear infinite}@keyframes fall-195{39.133%{transform:translate(40.0143vw,39.133vh) scale(.0316)}to{transform:translate(41.45785vw,99vh) scale(.0316)}}.snow:nth-child(196){opacity:1.758;transform:translate(67.8712vw,-10px) scale(.924);animation:fall-196 25s -28s linear infinite}@keyframes fall-196{69.584%{transform:translate(63.7852vw,69.584vh) scale(.924)}to{transform:translate(65.8282vw,99vh) scale(.924)}}.snow:nth-child(197){opacity:1.6528;transform:translate(2.0696vw,-10px) scale(.7588);animation:fall-197 24s -7s linear infinite}@keyframes fall-197{42.748%{transform:translate(9.2455vw,42.748vh) scale(.7588)}to{transform:translate(5.65755vw,99vh) scale(.7588)}}.snow:nth-child(198){opacity:.2752;transform:translate(76.8426vw,-10px) scale(.003);animation:fall-198 30s -20s linear infinite}@keyframes fall-198{65.981%{transform:translate(75.4797vw,65.981vh) scale(.003)}to{transform:translate(76.16115vw,99vh) scale(.003)}}.snow:nth-child(199){opacity:1.6632;transform:translate(39.8924vw,-10px) scale(.0284);animation:fall-199 28s -12s linear infinite}@keyframes fall-199{41.082%{transform:translate(43.6805vw,41.082vh) scale(.0284)}to{transform:translate(41.78645vw,99vh) scale(.0284)}}.snow:nth-child(200){opacity:1.6206;transform:translate(7.3872vw,-10px) scale(.5244);animation:fall-200 20s -30s linear infinite}@keyframes fall-200{43.71%{transform:translate(16.1367vw,43.71vh) scale(.5244)}to{transform:translate(11.76195vw,99vh) scale(.5244)}}.snow:nth-child(201){opacity:1.6448;transform:translate(98.6975vw,-10px) scale(.3331);animation:fall-201 23s -19s linear infinite}@keyframes fall-201{62.474%{transform:translate(108.58vw,62.474vh) scale(.3331)}to{transform:translate(103.63875vw,99vh) scale(.3331)}}.snow:nth-child(202){opacity:1.069;transform:translate(58.953vw,-10px) scale(.7953);animation:fall-202 23s -1s linear infinite}@keyframes fall-202{54.874%{transform:translate(60.802vw,54.874vh) scale(.7953)}to{transform:translate(59.8775vw,99vh) scale(.7953)}}.snow:nth-child(203){opacity:1.8882;transform:translate(10.092vw,-10px) scale(.0393);animation:fall-203 25s -17s linear infinite}@keyframes fall-203{54.401%{transform:translate(10.1385vw,54.401vh) scale(.0393)}to{transform:translate(10.11525vw,99vh) scale(.0393)}}.snow:nth-child(204){opacity:1.2404;transform:translate(69.5597vw,-10px) scale(.0109);animation:fall-204 17s -20s linear infinite}@keyframes fall-204{35.188%{transform:translate(79.0928vw,35.188vh) scale(.0109)}to{transform:translate(74.32625vw,99vh) scale(.0109)}}.snow:nth-child(205){opacity:1.6578;transform:translate(74.6822vw,-10px) scale(.9339);animation:fall-205 17s -26s linear infinite}@keyframes fall-205{77.163%{transform:translate(67.3973vw,77.163vh) scale(.9339)}to{transform:translate(71.03975vw,99vh) scale(.9339)}}.snow:nth-child(206){opacity:1.2972;transform:translate(96.7849vw,-10px) scale(.0986);animation:fall-206 12s -8s linear infinite}@keyframes fall-206{41.503%{transform:translate(91.3675vw,41.503vh) scale(.0986)}to{transform:translate(94.0762vw,99vh) scale(.0986)}}.snow:nth-child(207){opacity:1.6416;transform:translate(96.4173vw,-10px) scale(.041);animation:fall-207 16s -16s linear infinite}@keyframes fall-207{48.53%{transform:translate(94.6448vw,48.53vh) scale(.041)}to{transform:translate(95.53105vw,99vh) scale(.041)}}.snow:nth-child(208){opacity:1.2606;transform:translate(54.4116vw,-10px) scale(.0493);animation:fall-208 26s -20s linear infinite}@keyframes fall-208{34.095%{transform:translate(52.6527vw,34.095vh) scale(.0493)}to{transform:translate(53.53215vw,99vh) scale(.0493)}}.snow:nth-child(209){opacity:1.5844;transform:translate(61.8299vw,-10px) scale(.9505);animation:fall-209 11s -8s linear infinite}@keyframes fall-209{73.328%{transform:translate(69.2856vw,73.328vh) scale(.9505)}to{transform:translate(65.55775vw,99vh) scale(.9505)}}.snow:nth-child(210){opacity:1.7514;transform:translate(16.3871vw,-10px) scale(.8578);animation:fall-210 10s -21s linear infinite}@keyframes fall-210{31.427%{transform:translate(16.2374vw,31.427vh) scale(.8578)}to{transform:translate(16.31225vw,99vh) scale(.8578)}}.snow:nth-child(211){opacity:.506;transform:translate(1.8353vw,-10px) scale(.5723);animation:fall-211 27s -16s linear infinite}@keyframes fall-211{41.791%{transform:translate(7.9799vw,41.791vh) scale(.5723)}to{transform:translate(4.9076vw,99vh) scale(.5723)}}.snow:nth-child(212){opacity:1.5648;transform:translate(82.0668vw,-10px) scale(.0377);animation:fall-212 29s -12s linear infinite}@keyframes fall-212{50.19%{transform:translate(82.693vw,50.19vh) scale(.0377)}to{transform:translate(82.3799vw,99vh) scale(.0377)}}.snow:nth-child(213){opacity:.4184;transform:translate(44.5848vw,-10px) scale(.1234);animation:fall-213 17s -25s linear infinite}@keyframes fall-213{30.615%{transform:translate(47.6054vw,30.615vh) scale(.1234)}to{transform:translate(46.0951vw,99vh) scale(.1234)}}.snow:nth-child(214){opacity:1.4536;transform:translate(42.0476vw,-10px) scale(.0178);animation:fall-214 24s -15s linear infinite}@keyframes fall-214{51.951%{transform:translate(41.0604vw,51.951vh) scale(.0178)}to{transform:translate(41.554vw,99vh) scale(.0178)}}.snow:nth-child(215){opacity:1.8012;transform:translate(20.356vw,-10px) scale(.2483);animation:fall-215 21s -26s linear infinite}@keyframes fall-215{36.978%{transform:translate(10.901vw,36.978vh) scale(.2483)}to{transform:translate(15.6285vw,99vh) scale(.2483)}}.snow:nth-child(216){opacity:.6572;transform:translate(97.9035vw,-10px) scale(.9838);animation:fall-216 21s -14s linear infinite}@keyframes fall-216{61.033%{transform:translate(97.4819vw,61.033vh) scale(.9838)}to{transform:translate(97.6927vw,99vh) scale(.9838)}}.snow:nth-child(217){opacity:1.241;transform:translate(55.1827vw,-10px) scale(.3084);animation:fall-217 16s -15s linear infinite}@keyframes fall-217{59.573%{transform:translate(53.6557vw,59.573vh) scale(.3084)}to{transform:translate(54.4192vw,99vh) scale(.3084)}}.snow:nth-child(218){opacity:1.1746;transform:translate(67.1715vw,-10px) scale(.7435);animation:fall-218 16s -22s linear infinite}@keyframes fall-218{64.231%{transform:translate(70.9598vw,64.231vh) scale(.7435)}to{transform:translate(69.06565vw,99vh) scale(.7435)}}.snow:nth-child(219){opacity:1.0362;transform:translate(83.0922vw,-10px) scale(.904);animation:fall-219 11s -25s linear infinite}@keyframes fall-219{39.039%{transform:translate(85.6236vw,39.039vh) scale(.904)}to{transform:translate(84.3579vw,99vh) scale(.904)}}.snow:nth-child(220){opacity:1.0162;transform:translate(88.0209vw,-10px) scale(.709);animation:fall-220 15s -10s linear infinite}@keyframes fall-220{70.677%{transform:translate(92.1991vw,70.677vh) scale(.709)}to{transform:translate(90.11vw,99vh) scale(.709)}}.snow:nth-child(221){opacity:.0584;transform:translate(40.5346vw,-10px) scale(.3018);animation:fall-221 15s -27s linear infinite}@keyframes fall-221{33.301%{transform:translate(45.5512vw,33.301vh) scale(.3018)}to{transform:translate(43.0429vw,99vh) scale(.3018)}}.snow:nth-child(222){opacity:1.8816;transform:translate(38.9752vw,-10px) scale(.0556);animation:fall-222 22s -28s linear infinite}@keyframes fall-222{39.598%{transform:translate(35.0031vw,39.598vh) scale(.0556)}to{transform:translate(36.98915vw,99vh) scale(.0556)}}.snow:nth-child(223){opacity:1.7812;transform:translate(65.4074vw,-10px) scale(.3749);animation:fall-223 15s -2s linear infinite}@keyframes fall-223{61.022%{transform:translate(72.0418vw,61.022vh) scale(.3749)}to{transform:translate(68.7246vw,99vh) scale(.3749)}}.snow:nth-child(224){opacity:.809;transform:translate(30.1934vw,-10px) scale(.7659);animation:fall-224 26s -27s linear infinite}@keyframes fall-224{74.868%{transform:translate(27.2984vw,74.868vh) scale(.7659)}to{transform:translate(28.7459vw,99vh) scale(.7659)}}.snow:nth-child(225){opacity:.6436;transform:translate(10.1491vw,-10px) scale(.6694);animation:fall-225 16s -22s linear infinite}@keyframes fall-225{36.596%{transform:translate(5.9901vw,36.596vh) scale(.6694)}to{transform:translate(8.0696vw,99vh) scale(.6694)}}.snow:nth-child(226){opacity:.2042;transform:translate(33.0556vw,-10px) scale(.9007);animation:fall-226 16s -22s linear infinite}@keyframes fall-226{35.744%{transform:translate(30.7889vw,35.744vh) scale(.9007)}to{transform:translate(31.92225vw,99vh) scale(.9007)}}.snow:nth-child(227){opacity:.7122;transform:translate(30.7243vw,-10px) scale(.8666);animation:fall-227 19s -26s linear infinite}@keyframes fall-227{48.186%{transform:translate(26.4006vw,48.186vh) scale(.8666)}to{transform:translate(28.56245vw,99vh) scale(.8666)}}.snow:nth-child(228){opacity:.2086;transform:translate(57.2332vw,-10px) scale(.0424);animation:fall-228 15s -13s linear infinite}@keyframes fall-228{57.253%{transform:translate(57.0811vw,57.253vh) scale(.0424)}to{transform:translate(57.15715vw,99vh) scale(.0424)}}.snow:nth-child(229){opacity:1.6052;transform:translate(33.5133vw,-10px) scale(.7308);animation:fall-229 21s -24s linear infinite}@keyframes fall-229{42.371%{transform:translate(39.3173vw,42.371vh) scale(.7308)}to{transform:translate(36.4153vw,99vh) scale(.7308)}}.snow:nth-child(230){opacity:.6542;transform:translate(18.0046vw,-10px) scale(.853);animation:fall-230 21s -27s linear infinite}@keyframes fall-230{77.329%{transform:translate(11.2288vw,77.329vh) scale(.853)}to{transform:translate(14.6167vw,99vh) scale(.853)}}.snow:nth-child(231){opacity:.7106;transform:translate(95.5689vw,-10px) scale(.3472);animation:fall-231 14s -30s linear infinite}@keyframes fall-231{42.504%{transform:translate(89.9892vw,42.504vh) scale(.3472)}to{transform:translate(92.77905vw,99vh) scale(.3472)}}.snow:nth-child(232){opacity:1.7498;transform:translate(74.769vw,-10px) scale(.8838);animation:fall-232 27s -11s linear infinite}@keyframes fall-232{54.002%{transform:translate(68.4691vw,54.002vh) scale(.8838)}to{transform:translate(71.61905vw,99vh) scale(.8838)}}.snow:nth-child(233){opacity:1.2858;transform:translate(75.5689vw,-10px) scale(.6292);animation:fall-233 30s -8s linear infinite}@keyframes fall-233{34.033%{transform:translate(82.3138vw,34.033vh) scale(.6292)}to{transform:translate(78.94135vw,99vh) scale(.6292)}}.snow:nth-child(234){opacity:1.4262;transform:translate(77.692vw,-10px) scale(.5229);animation:fall-234 28s -21s linear infinite}@keyframes fall-234{44.571%{transform:translate(78.5102vw,44.571vh) scale(.5229)}to{transform:translate(78.1011vw,99vh) scale(.5229)}}.snow:nth-child(235){opacity:.7036;transform:translate(1.958vw,-10px) scale(.6166);animation:fall-235 20s -17s linear infinite}@keyframes fall-235{57.011%{transform:translate(-3.9526vw,57.011vh) scale(.6166)}to{transform:translate(-.9973vw,99vh) scale(.6166)}}.snow:nth-child(236){opacity:.267;transform:translate(67.8274vw,-10px) scale(.1731);animation:fall-236 16s -21s linear infinite}@keyframes fall-236{66.727%{transform:translate(68.5528vw,66.727vh) scale(.1731)}to{transform:translate(68.1901vw,99vh) scale(.1731)}}.snow:nth-child(237){opacity:.3896;transform:translate(89.7368vw,-10px) scale(.0421);animation:fall-237 20s -20s linear infinite}@keyframes fall-237{67.889%{transform:translate(86.1433vw,67.889vh) scale(.0421)}to{transform:translate(87.94005vw,99vh) scale(.0421)}}.snow:nth-child(238){opacity:.279;transform:translate(78.5908vw,-10px) scale(.3494);animation:fall-238 10s -19s linear infinite}@keyframes fall-238{31.336%{transform:translate(79.3641vw,31.336vh) scale(.3494)}to{transform:translate(78.97745vw,99vh) scale(.3494)}}.snow:nth-child(239){opacity:1.1634;transform:translate(78.5409vw,-10px) scale(.6461);animation:fall-239 19s -30s linear infinite}@keyframes fall-239{45.779%{transform:translate(70.7452vw,45.779vh) scale(.6461)}to{transform:translate(74.64305vw,99vh) scale(.6461)}}.snow:nth-child(240){opacity:.0638;transform:translate(56.9532vw,-10px) scale(.6245);animation:fall-240 22s -28s linear infinite}@keyframes fall-240{47.322%{transform:translate(50.0071vw,47.322vh) scale(.6245)}to{transform:translate(53.48015vw,99vh) scale(.6245)}}.snow:nth-child(241){opacity:1.4388;transform:translate(99.9124vw,-10px) scale(.9349);animation:fall-241 18s -28s linear infinite}@keyframes fall-241{65.398%{transform:translate(101.9527vw,65.398vh) scale(.9349)}to{transform:translate(100.93255vw,99vh) scale(.9349)}}.snow:nth-child(242){opacity:.8292;transform:translate(51.9851vw,-10px) scale(.5607);animation:fall-242 25s -29s linear infinite}@keyframes fall-242{55.304%{transform:translate(44.4794vw,55.304vh) scale(.5607)}to{transform:translate(48.23225vw,99vh) scale(.5607)}}.snow:nth-child(243){opacity:.922;transform:translate(10.9488vw,-10px) scale(.0926);animation:fall-243 21s -15s linear infinite}@keyframes fall-243{58.428%{transform:translate(4.0108vw,58.428vh) scale(.0926)}to{transform:translate(7.4798vw,99vh) scale(.0926)}}.snow:nth-child(244){opacity:1.2504;transform:translate(28.4355vw,-10px) scale(.6728);animation:fall-244 16s -14s linear infinite}@keyframes fall-244{49.87%{transform:translate(23.3911vw,49.87vh) scale(.6728)}to{transform:translate(25.9133vw,99vh) scale(.6728)}}.snow:nth-child(245){opacity:1.3172;transform:translate(31.2657vw,-10px) scale(.4483);animation:fall-245 14s -11s linear infinite}@keyframes fall-245{76.248%{transform:translate(37.3669vw,76.248vh) scale(.4483)}to{transform:translate(34.3163vw,99vh) scale(.4483)}}.snow:nth-child(246){opacity:.8228;transform:translate(10.9632vw,-10px) scale(.7113);animation:fall-246 28s -5s linear infinite}@keyframes fall-246{63.538%{transform:translate(20.6408vw,63.538vh) scale(.7113)}to{transform:translate(15.802vw,99vh) scale(.7113)}}.snow:nth-child(247){opacity:.9058;transform:translate(.4576vw,-10px) scale(.5047);animation:fall-247 29s -10s linear infinite}@keyframes fall-247{74.544%{transform:translate(7.0013vw,74.544vh) scale(.5047)}to{transform:translate(3.72945vw,99vh) scale(.5047)}}.snow:nth-child(248){opacity:1.8274;transform:translate(68.8496vw,-10px) scale(.1072);animation:fall-248 30s -9s linear infinite}@keyframes fall-248{59.123%{transform:translate(59.3162vw,59.123vh) scale(.1072)}to{transform:translate(64.0829vw,99vh) scale(.1072)}}.snow:nth-child(249){opacity:1.0078;transform:translate(48.4213vw,-10px) scale(.1489);animation:fall-249 25s -16s linear infinite}@keyframes fall-249{77.699%{transform:translate(49.2979vw,77.699vh) scale(.1489)}to{transform:translate(48.8596vw,99vh) scale(.1489)}}.snow:nth-child(250){opacity:1.5418;transform:translate(36.8013vw,-10px) scale(.3356);animation:fall-250 15s -6s linear infinite}@keyframes fall-250{36.378%{transform:translate(42.0647vw,36.378vh) scale(.3356)}to{transform:translate(39.433vw,99vh) scale(.3356)}}.snow:nth-child(251){opacity:1.4954;transform:translate(42.1058vw,-10px) scale(.4966);animation:fall-251 22s -5s linear infinite}@keyframes fall-251{36.52%{transform:translate(39.733vw,36.52vh) scale(.4966)}to{transform:translate(40.9194vw,99vh) scale(.4966)}}.snow:nth-child(252){opacity:1.1838;transform:translate(15.8181vw,-10px) scale(.817);animation:fall-252 21s -27s linear infinite}@keyframes fall-252{74.977%{transform:translate(23.0012vw,74.977vh) scale(.817)}to{transform:translate(19.40965vw,99vh) scale(.817)}}.snow:nth-child(253){opacity:1.478;transform:translate(58.0763vw,-10px) scale(.0647);animation:fall-253 27s -20s linear infinite}@keyframes fall-253{46.159%{transform:translate(59.0249vw,46.159vh) scale(.0647)}to{transform:translate(58.5506vw,99vh) scale(.0647)}}.snow:nth-child(254){opacity:1.92;transform:translate(2.6343vw,-10px) scale(.3476);animation:fall-254 24s -3s linear infinite}@keyframes fall-254{77.925%{transform:translate(5.5636vw,77.925vh) scale(.3476)}to{transform:translate(4.09895vw,99vh) scale(.3476)}}.snow:nth-child(255){opacity:.588;transform:translate(11.9247vw,-10px) scale(.3728);animation:fall-255 19s -1s linear infinite}@keyframes fall-255{51.673%{transform:translate(9.3263vw,51.673vh) scale(.3728)}to{transform:translate(10.6255vw,99vh) scale(.3728)}}.snow:nth-child(256){opacity:1.3694;transform:translate(51.4458vw,-10px) scale(.5322);animation:fall-256 19s -25s linear infinite}@keyframes fall-256{60.622%{transform:translate(56.7316vw,60.622vh) scale(.5322)}to{transform:translate(54.0887vw,99vh) scale(.5322)}}.snow:nth-child(257){opacity:1.711;transform:translate(68.0594vw,-10px) scale(.3119);animation:fall-257 27s -3s linear infinite}@keyframes fall-257{47.368%{transform:translate(65.2615vw,47.368vh) scale(.3119)}to{transform:translate(66.66045vw,99vh) scale(.3119)}}.snow:nth-child(258){opacity:1.1304;transform:translate(66.5704vw,-10px) scale(.4864);animation:fall-258 22s -15s linear infinite}@keyframes fall-258{77.64%{transform:translate(60.2454vw,77.64vh) scale(.4864)}to{transform:translate(63.4079vw,99vh) scale(.4864)}}.snow:nth-child(259){opacity:.584;transform:translate(54.1652vw,-10px) scale(.2792);animation:fall-259 10s -29s linear infinite}@keyframes fall-259{38.891%{transform:translate(56.9406vw,38.891vh) scale(.2792)}to{transform:translate(55.5529vw,99vh) scale(.2792)}}.snow:nth-child(260){opacity:.6652;transform:translate(75.4598vw,-10px) scale(.1669);animation:fall-260 27s -20s linear infinite}@keyframes fall-260{78.221%{transform:translate(72.6182vw,78.221vh) scale(.1669)}to{transform:translate(74.039vw,99vh) scale(.1669)}}.snow:nth-child(261){opacity:.7768;transform:translate(53.0667vw,-10px) scale(.6766);animation:fall-261 19s -30s linear infinite}@keyframes fall-261{33.395%{transform:translate(62.359vw,33.395vh) scale(.6766)}to{transform:translate(57.71285vw,99vh) scale(.6766)}}.snow:nth-child(262){opacity:.8206;transform:translate(12.1375vw,-10px) scale(.3647);animation:fall-262 24s -1s linear infinite}@keyframes fall-262{76.02%{transform:translate(8.4716vw,76.02vh) scale(.3647)}to{transform:translate(10.30455vw,99vh) scale(.3647)}}.snow:nth-child(263){opacity:1.322;transform:translate(97.8584vw,-10px) scale(.229);animation:fall-263 12s -12s linear infinite}@keyframes fall-263{71.222%{transform:translate(102.8151vw,71.222vh) scale(.229)}to{transform:translate(100.33675vw,99vh) scale(.229)}}.snow:nth-child(264){opacity:1.4264;transform:translate(91.1963vw,-10px) scale(.7452);animation:fall-264 13s -21s linear infinite}@keyframes fall-264{59.132%{transform:translate(90.0492vw,59.132vh) scale(.7452)}to{transform:translate(90.62275vw,99vh) scale(.7452)}}.snow:nth-child(265){opacity:.2392;transform:translate(89.5265vw,-10px) scale(.3145);animation:fall-265 29s -25s linear infinite}@keyframes fall-265{33.623%{transform:translate(79.9989vw,33.623vh) scale(.3145)}to{transform:translate(84.7627vw,99vh) scale(.3145)}}.snow:nth-child(266){opacity:1.0476;transform:translate(78.7446vw,-10px) scale(.781);animation:fall-266 26s -22s linear infinite}@keyframes fall-266{58.99%{transform:translate(70.1422vw,58.99vh) scale(.781)}to{transform:translate(74.4434vw,99vh) scale(.781)}}.snow:nth-child(267){opacity:1.7176;transform:translate(83.2643vw,-10px) scale(.3148);animation:fall-267 12s -7s linear infinite}@keyframes fall-267{52.452%{transform:translate(84.8463vw,52.452vh) scale(.3148)}to{transform:translate(84.0553vw,99vh) scale(.3148)}}.snow:nth-child(268){opacity:1.3704;transform:translate(78.0999vw,-10px) scale(.8912);animation:fall-268 17s -6s linear infinite}@keyframes fall-268{62.147%{transform:translate(85.0884vw,62.147vh) scale(.8912)}to{transform:translate(81.59415vw,99vh) scale(.8912)}}.snow:nth-child(269){opacity:1.876;transform:translate(63.4708vw,-10px) scale(.4349);animation:fall-269 18s -17s linear infinite}@keyframes fall-269{48.489%{transform:translate(61.3825vw,48.489vh) scale(.4349)}to{transform:translate(62.42665vw,99vh) scale(.4349)}}.snow:nth-child(270){opacity:1.4124;transform:translate(20.8744vw,-10px) scale(.2766);animation:fall-270 25s -18s linear infinite}@keyframes fall-270{78.586%{transform:translate(23.9776vw,78.586vh) scale(.2766)}to{transform:translate(22.426vw,99vh) scale(.2766)}}.snow:nth-child(271){opacity:1.1978;transform:translate(93.8227vw,-10px) scale(.0254);animation:fall-271 20s -19s linear infinite}@keyframes fall-271{54.606%{transform:translate(97.7916vw,54.606vh) scale(.0254)}to{transform:translate(95.80715vw,99vh) scale(.0254)}}.snow:nth-child(272){opacity:1.9852;transform:translate(22.6243vw,-10px) scale(.817);animation:fall-272 11s -11s linear infinite}@keyframes fall-272{32.277%{transform:translate(29.9863vw,32.277vh) scale(.817)}to{transform:translate(26.3053vw,99vh) scale(.817)}}.snow:nth-child(273){opacity:1.7074;transform:translate(22.1791vw,-10px) scale(.854);animation:fall-273 20s -24s linear infinite}@keyframes fall-273{75.942%{transform:translate(26.6905vw,75.942vh) scale(.854)}to{transform:translate(24.4348vw,99vh) scale(.854)}}.snow:nth-child(274){opacity:1.2296;transform:translate(18.7954vw,-10px) scale(.9591);animation:fall-274 28s -25s linear infinite}@keyframes fall-274{48.758%{transform:translate(22.0857vw,48.758vh) scale(.9591)}to{transform:translate(20.44055vw,99vh) scale(.9591)}}.snow:nth-child(275){opacity:1.2872;transform:translate(55.1523vw,-10px) scale(.1964);animation:fall-275 16s -26s linear infinite}@keyframes fall-275{75.922%{transform:translate(52.4191vw,75.922vh) scale(.1964)}to{transform:translate(53.7857vw,99vh) scale(.1964)}}.snow:nth-child(276){opacity:.3204;transform:translate(10.1871vw,-10px) scale(.9692);animation:fall-276 18s -26s linear infinite}@keyframes fall-276{36.691%{transform:translate(13.0228vw,36.691vh) scale(.9692)}to{transform:translate(11.60495vw,99vh) scale(.9692)}}.snow:nth-child(277){opacity:1.1226;transform:translate(39.5029vw,-10px) scale(.0364);animation:fall-277 20s -15s linear infinite}@keyframes fall-277{45.153%{transform:translate(44.1873vw,45.153vh) scale(.0364)}to{transform:translate(41.8451vw,99vh) scale(.0364)}}.snow:nth-child(278){opacity:1.7844;transform:translate(18.3546vw,-10px) scale(.0943);animation:fall-278 13s -1s linear infinite}@keyframes fall-278{74.693%{transform:translate(24.4153vw,74.693vh) scale(.0943)}to{transform:translate(21.38495vw,99vh) scale(.0943)}}.snow:nth-child(279){opacity:.1696;transform:translate(68.453vw,-10px) scale(.606);animation:fall-279 16s -28s linear infinite}@keyframes fall-279{70.327%{transform:translate(71.4716vw,70.327vh) scale(.606)}to{transform:translate(69.9623vw,99vh) scale(.606)}}.snow:nth-child(280){opacity:1.449;transform:translate(61.2688vw,-10px) scale(.1483);animation:fall-280 16s -6s linear infinite}@keyframes fall-280{61.782%{transform:translate(60.0324vw,61.782vh) scale(.1483)}to{transform:translate(60.6506vw,99vh) scale(.1483)}}.snow:nth-child(281){opacity:1.0574;transform:translate(40.5453vw,-10px) scale(.5007);animation:fall-281 19s -4s linear infinite}@keyframes fall-281{76.681%{transform:translate(38.1147vw,76.681vh) scale(.5007)}to{transform:translate(39.33vw,99vh) scale(.5007)}}.snow:nth-child(282){opacity:.1224;transform:translate(32.3943vw,-10px) scale(.0139);animation:fall-282 14s -28s linear infinite}@keyframes fall-282{32.626%{transform:translate(39.5848vw,32.626vh) scale(.0139)}to{transform:translate(35.98955vw,99vh) scale(.0139)}}.snow:nth-child(283){opacity:.3154;transform:translate(25.0639vw,-10px) scale(.8779);animation:fall-283 13s -2s linear infinite}@keyframes fall-283{72.897%{transform:translate(21.8618vw,72.897vh) scale(.8779)}to{transform:translate(23.46285vw,99vh) scale(.8779)}}.snow:nth-child(284){opacity:1.9898;transform:translate(42.3577vw,-10px) scale(.3666);animation:fall-284 26s -3s linear infinite}@keyframes fall-284{40.177%{transform:translate(38.0397vw,40.177vh) scale(.3666)}to{transform:translate(40.1987vw,99vh) scale(.3666)}}.snow:nth-child(285){opacity:1.6472;transform:translate(40.2188vw,-10px) scale(.8438);animation:fall-285 16s -19s linear infinite}@keyframes fall-285{42.402%{transform:translate(48.2713vw,42.402vh) scale(.8438)}to{transform:translate(44.24505vw,99vh) scale(.8438)}}.snow:nth-child(286){opacity:.2614;transform:translate(50.6999vw,-10px) scale(.107);animation:fall-286 21s -18s linear infinite}@keyframes fall-286{32.343%{transform:translate(41.603vw,32.343vh) scale(.107)}to{transform:translate(46.15145vw,99vh) scale(.107)}}.snow:nth-child(287){opacity:.575;transform:translate(86.3254vw,-10px) scale(.2718);animation:fall-287 23s -20s linear infinite}@keyframes fall-287{58.612%{transform:translate(93.9788vw,58.612vh) scale(.2718)}to{transform:translate(90.1521vw,99vh) scale(.2718)}}.snow:nth-child(288){opacity:.734;transform:translate(8.131vw,-10px) scale(.8121);animation:fall-288 10s -17s linear infinite}@keyframes fall-288{67.734%{transform:translate(15.9844vw,67.734vh) scale(.8121)}to{transform:translate(12.0577vw,99vh) scale(.8121)}}.snow:nth-child(289){opacity:.6908;transform:translate(34.991vw,-10px) scale(.6423);animation:fall-289 16s -12s linear infinite}@keyframes fall-289{67.786%{transform:translate(33.3122vw,67.786vh) scale(.6423)}to{transform:translate(34.1516vw,99vh) scale(.6423)}}.snow:nth-child(290){opacity:1.881;transform:translate(43.9411vw,-10px) scale(.5184);animation:fall-290 25s -25s linear infinite}@keyframes fall-290{43.792%{transform:translate(39.5843vw,43.792vh) scale(.5184)}to{transform:translate(41.7627vw,99vh) scale(.5184)}}.snow:nth-child(291){opacity:.6388;transform:translate(81.8344vw,-10px) scale(.0546);animation:fall-291 30s -17s linear infinite}@keyframes fall-291{54.145%{transform:translate(78.1773vw,54.145vh) scale(.0546)}to{transform:translate(80.00585vw,99vh) scale(.0546)}}.snow:nth-child(292){opacity:1.8668;transform:translate(39.4823vw,-10px) scale(.2525);animation:fall-292 23s -26s linear infinite}@keyframes fall-292{63.231%{transform:translate(35.1763vw,63.231vh) scale(.2525)}to{transform:translate(37.3293vw,99vh) scale(.2525)}}.snow:nth-child(293){opacity:.6622;transform:translate(42.6728vw,-10px) scale(.4409);animation:fall-293 12s -8s linear infinite}@keyframes fall-293{47.216%{transform:translate(48.5148vw,47.216vh) scale(.4409)}to{transform:translate(45.5938vw,99vh) scale(.4409)}}.snow:nth-child(294){opacity:1.6776;transform:translate(80.0264vw,-10px) scale(.697);animation:fall-294 12s -27s linear infinite}@keyframes fall-294{73.758%{transform:translate(85.6192vw,73.758vh) scale(.697)}to{transform:translate(82.8228vw,99vh) scale(.697)}}.snow:nth-child(295){opacity:.4206;transform:translate(19.9988vw,-10px) scale(.831);animation:fall-295 19s -23s linear infinite}@keyframes fall-295{39.63%{transform:translate(29.7427vw,39.63vh) scale(.831)}to{transform:translate(24.87075vw,99vh) scale(.831)}}.snow:nth-child(296){opacity:.7372;transform:translate(20.3627vw,-10px) scale(.053);animation:fall-296 16s -28s linear infinite}@keyframes fall-296{53.19%{transform:translate(10.4912vw,53.19vh) scale(.053)}to{transform:translate(15.42695vw,99vh) scale(.053)}}.snow:nth-child(297){opacity:.151;transform:translate(43.6025vw,-10px) scale(.6969);animation:fall-297 22s -6s linear infinite}@keyframes fall-297{37.27%{transform:translate(33.8571vw,37.27vh) scale(.6969)}to{transform:translate(38.7298vw,99vh) scale(.6969)}}.snow:nth-child(298){opacity:1.8366;transform:translate(18.6049vw,-10px) scale(.638);animation:fall-298 21s -3s linear infinite}@keyframes fall-298{78.065%{transform:translate(25.7375vw,78.065vh) scale(.638)}to{transform:translate(22.1712vw,99vh) scale(.638)}}.snow:nth-child(299){opacity:.1266;transform:translate(99.9829vw,-10px) scale(.5919);animation:fall-299 28s -14s linear infinite}@keyframes fall-299{74.016%{transform:translate(101.6307vw,74.016vh) scale(.5919)}to{transform:translate(100.8068vw,99vh) scale(.5919)}}.snow:nth-child(300){opacity:.6592;transform:translate(11.4296vw,-10px) scale(.6);animation:fall-300 11s -3s linear infinite}@keyframes fall-300{51.64%{transform:translate(16.8321vw,51.64vh) scale(.6)}to{transform:translate(14.13085vw,99vh) scale(.6)}}.snow:nth-child(301){opacity:.4188;transform:translate(32.8378vw,-10px) scale(.5395);animation:fall-301 19s -26s linear infinite}@keyframes fall-301{74.253%{transform:translate(26.0875vw,74.253vh) scale(.5395)}to{transform:translate(29.46265vw,99vh) scale(.5395)}}.snow:nth-child(302){opacity:1.3188;transform:translate(82.3996vw,-10px) scale(.0677);animation:fall-302 18s -27s linear infinite}@keyframes fall-302{39.162%{transform:translate(86.2566vw,39.162vh) scale(.0677)}to{transform:translate(84.3281vw,99vh) scale(.0677)}}.snow:nth-child(303){opacity:.204;transform:translate(51.3511vw,-10px) scale(.4542);animation:fall-303 15s -18s linear infinite}@keyframes fall-303{30.283%{transform:translate(54.8804vw,30.283vh) scale(.4542)}to{transform:translate(53.11575vw,99vh) scale(.4542)}}.snow:nth-child(304){opacity:.461;transform:translate(68.2932vw,-10px) scale(.8652);animation:fall-304 20s -20s linear infinite}@keyframes fall-304{47.867%{transform:translate(72.7325vw,47.867vh) scale(.8652)}to{transform:translate(70.51285vw,99vh) scale(.8652)}}.snow:nth-child(305){opacity:1.5724;transform:translate(74.4576vw,-10px) scale(.4604);animation:fall-305 21s -25s linear infinite}@keyframes fall-305{59.263%{transform:translate(67.8882vw,59.263vh) scale(.4604)}to{transform:translate(71.1729vw,99vh) scale(.4604)}}.snow:nth-child(306){opacity:1.7372;transform:translate(52.3188vw,-10px) scale(.5354);animation:fall-306 15s -24s linear infinite}@keyframes fall-306{60.946%{transform:translate(51.3556vw,60.946vh) scale(.5354)}to{transform:translate(51.8372vw,99vh) scale(.5354)}}.snow:nth-child(307){opacity:.3878;transform:translate(71.4095vw,-10px) scale(.5723);animation:fall-307 30s -3s linear infinite}@keyframes fall-307{61.105%{transform:translate(70.2247vw,61.105vh) scale(.5723)}to{transform:translate(70.8171vw,99vh) scale(.5723)}}.snow:nth-child(308){opacity:1.0648;transform:translate(10.8849vw,-10px) scale(.973);animation:fall-308 27s -19s linear infinite}@keyframes fall-308{56.8%{transform:translate(4.8117vw,56.8vh) scale(.973)}to{transform:translate(7.8483vw,99vh) scale(.973)}}.snow:nth-child(309){opacity:.3228;transform:translate(96.5662vw,-10px) scale(.0016);animation:fall-309 18s -25s linear infinite}@keyframes fall-309{47.401%{transform:translate(100.4362vw,47.401vh) scale(.0016)}to{transform:translate(98.5012vw,99vh) scale(.0016)}}.snow:nth-child(310){opacity:.2678;transform:translate(77.8529vw,-10px) scale(.6243);animation:fall-310 17s -29s linear infinite}@keyframes fall-310{39.541%{transform:translate(85.0497vw,39.541vh) scale(.6243)}to{transform:translate(81.4513vw,99vh) scale(.6243)}}.snow:nth-child(311){opacity:.3784;transform:translate(86.3025vw,-10px) scale(.4587);animation:fall-311 13s -23s linear infinite}@keyframes fall-311{44.028%{transform:translate(94.6148vw,44.028vh) scale(.4587)}to{transform:translate(90.45865vw,99vh) scale(.4587)}}.snow:nth-child(312){opacity:.1646;transform:translate(50.0443vw,-10px) scale(.382);animation:fall-312 30s -11s linear infinite}@keyframes fall-312{37.673%{transform:translate(47.6946vw,37.673vh) scale(.382)}to{transform:translate(48.86945vw,99vh) scale(.382)}}.snow:nth-child(313){opacity:1.234;transform:translate(87.8491vw,-10px) scale(.8718);animation:fall-313 26s -19s linear infinite}@keyframes fall-313{72.942%{transform:translate(89.6898vw,72.942vh) scale(.8718)}to{transform:translate(88.76945vw,99vh) scale(.8718)}}.snow:nth-child(314){opacity:.5608;transform:translate(82.8585vw,-10px) scale(.3766);animation:fall-314 11s -21s linear infinite}@keyframes fall-314{67.008%{transform:translate(92.3445vw,67.008vh) scale(.3766)}to{transform:translate(87.6015vw,99vh) scale(.3766)}}.snow:nth-child(315){opacity:1.506;transform:translate(22.5327vw,-10px) scale(.0537);animation:fall-315 20s -13s linear infinite}@keyframes fall-315{64.32%{transform:translate(14.3312vw,64.32vh) scale(.0537)}to{transform:translate(18.43195vw,99vh) scale(.0537)}}.snow:nth-child(316){opacity:1.6916;transform:translate(30.3565vw,-10px) scale(.428);animation:fall-316 25s -25s linear infinite}@keyframes fall-316{37.679%{transform:translate(30.5944vw,37.679vh) scale(.428)}to{transform:translate(30.47545vw,99vh) scale(.428)}}.snow:nth-child(317){opacity:1.2582;transform:translate(74.1719vw,-10px) scale(.7174);animation:fall-317 23s -8s linear infinite}@keyframes fall-317{31.944%{transform:translate(73.3306vw,31.944vh) scale(.7174)}to{transform:translate(73.75125vw,99vh) scale(.7174)}}.snow:nth-child(318){opacity:.89;transform:translate(40.3583vw,-10px) scale(.9363);animation:fall-318 17s -29s linear infinite}@keyframes fall-318{50.247%{transform:translate(49.4681vw,50.247vh) scale(.9363)}to{transform:translate(44.9132vw,99vh) scale(.9363)}}.snow:nth-child(319){opacity:.8094;transform:translate(34.0569vw,-10px) scale(.3603);animation:fall-319 18s -15s linear infinite}@keyframes fall-319{65.435%{transform:translate(40.9958vw,65.435vh) scale(.3603)}to{transform:translate(37.52635vw,99vh) scale(.3603)}}.snow:nth-child(320){opacity:1.4794;transform:translate(38.4498vw,-10px) scale(.1759);animation:fall-320 15s -13s linear infinite}@keyframes fall-320{67.565%{transform:translate(40.4698vw,67.565vh) scale(.1759)}to{transform:translate(39.4598vw,99vh) scale(.1759)}}.snow:nth-child(321){opacity:1.5424;transform:translate(14.4546vw,-10px) scale(.7619);animation:fall-321 11s -11s linear infinite}@keyframes fall-321{61.552%{transform:translate(10.8322vw,61.552vh) scale(.7619)}to{transform:translate(12.6434vw,99vh) scale(.7619)}}.snow:nth-child(322){opacity:1.1214;transform:translate(70.0059vw,-10px) scale(.3031);animation:fall-322 15s -19s linear infinite}@keyframes fall-322{45.793%{transform:translate(60.9849vw,45.793vh) scale(.3031)}to{transform:translate(65.4954vw,99vh) scale(.3031)}}.snow:nth-child(323){opacity:.4336;transform:translate(41.9981vw,-10px) scale(.1519);animation:fall-323 22s -28s linear infinite}@keyframes fall-323{60.907%{transform:translate(34.7897vw,60.907vh) scale(.1519)}to{transform:translate(38.3939vw,99vh) scale(.1519)}}.snow:nth-child(324){opacity:1.6104;transform:translate(66.0815vw,-10px) scale(.4087);animation:fall-324 18s -21s linear infinite}@keyframes fall-324{68.89%{transform:translate(59.6559vw,68.89vh) scale(.4087)}to{transform:translate(62.8687vw,99vh) scale(.4087)}}.snow:nth-child(325){opacity:.5236;transform:translate(63.7836vw,-10px) scale(.8899);animation:fall-325 25s -2s linear infinite}@keyframes fall-325{60.9%{transform:translate(60.5758vw,60.9vh) scale(.8899)}to{transform:translate(62.1797vw,99vh) scale(.8899)}}.snow:nth-child(326){opacity:1.5054;transform:translate(52.9013vw,-10px) scale(.6143);animation:fall-326 12s -24s linear infinite}@keyframes fall-326{47.721%{transform:translate(58.3271vw,47.721vh) scale(.6143)}to{transform:translate(55.6142vw,99vh) scale(.6143)}}.snow:nth-child(327){opacity:1.4288;transform:translate(34.5442vw,-10px) scale(.8262);animation:fall-327 14s -24s linear infinite}@keyframes fall-327{79.827%{transform:translate(27.2349vw,79.827vh) scale(.8262)}to{transform:translate(30.88955vw,99vh) scale(.8262)}}.snow:nth-child(328){opacity:1.9886;transform:translate(37.8854vw,-10px) scale(.5569);animation:fall-328 20s -24s linear infinite}@keyframes fall-328{71.435%{transform:translate(45.3954vw,71.435vh) scale(.5569)}to{transform:translate(41.6404vw,99vh) scale(.5569)}}.snow:nth-child(329){opacity:1.226;transform:translate(98.9933vw,-10px) scale(.327);animation:fall-329 29s -6s linear infinite}@keyframes fall-329{63.81%{transform:translate(90.4513vw,63.81vh) scale(.327)}to{transform:translate(94.7223vw,99vh) scale(.327)}}.snow:nth-child(330){opacity:1.0978;transform:translate(95.9921vw,-10px) scale(.6424);animation:fall-330 22s -5s linear infinite}@keyframes fall-330{79.721%{transform:translate(104.555vw,79.721vh) scale(.6424)}to{transform:translate(100.27355vw,99vh) scale(.6424)}}.snow:nth-child(331){opacity:1.7762;transform:translate(3.4808vw,-10px) scale(.4664);animation:fall-331 14s -11s linear infinite}@keyframes fall-331{60.866%{transform:translate(2.1832vw,60.866vh) scale(.4664)}to{transform:translate(2.832vw,99vh) scale(.4664)}}.snow:nth-child(332){opacity:1.2614;transform:translate(79.3024vw,-10px) scale(.5172);animation:fall-332 11s -3s linear infinite}@keyframes fall-332{64.301%{transform:translate(73.1214vw,64.301vh) scale(.5172)}to{transform:translate(76.2119vw,99vh) scale(.5172)}}.snow:nth-child(333){opacity:.9506;transform:translate(65.0381vw,-10px) scale(.563);animation:fall-333 28s -20s linear infinite}@keyframes fall-333{44.578%{transform:translate(59.7656vw,44.578vh) scale(.563)}to{transform:translate(62.40185vw,99vh) scale(.563)}}.snow:nth-child(334){opacity:.444;transform:translate(48.6849vw,-10px) scale(.3886);animation:fall-334 20s -28s linear infinite}@keyframes fall-334{39.059%{transform:translate(49.4286vw,39.059vh) scale(.3886)}to{transform:translate(49.05675vw,99vh) scale(.3886)}}.snow:nth-child(335){opacity:1.9718;transform:translate(26.5732vw,-10px) scale(.6961);animation:fall-335 23s -20s linear infinite}@keyframes fall-335{78.605%{transform:translate(35.1769vw,78.605vh) scale(.6961)}to{transform:translate(30.87505vw,99vh) scale(.6961)}}.snow:nth-child(336){opacity:1.4154;transform:translate(88.3589vw,-10px) scale(.8979);animation:fall-336 28s -18s linear infinite}@keyframes fall-336{46.559%{transform:translate(87.9287vw,46.559vh) scale(.8979)}to{transform:translate(88.1438vw,99vh) scale(.8979)}}.snow:nth-child(337){opacity:1.9528;transform:translate(37.9491vw,-10px) scale(.7906);animation:fall-337 24s -14s linear infinite}@keyframes fall-337{68.463%{transform:translate(44.8992vw,68.463vh) scale(.7906)}to{transform:translate(41.42415vw,99vh) scale(.7906)}}.snow:nth-child(338){opacity:.5826;transform:translate(33.7691vw,-10px) scale(.4442);animation:fall-338 12s -11s linear infinite}@keyframes fall-338{46.31%{transform:translate(31.2392vw,46.31vh) scale(.4442)}to{transform:translate(32.50415vw,99vh) scale(.4442)}}.snow:nth-child(339){opacity:.5432;transform:translate(64.8486vw,-10px) scale(.305);animation:fall-339 15s -14s linear infinite}@keyframes fall-339{73.213%{transform:translate(63.3896vw,73.213vh) scale(.305)}to{transform:translate(64.1191vw,99vh) scale(.305)}}.snow:nth-child(340){opacity:.4956;transform:translate(5.6113vw,-10px) scale(.1129);animation:fall-340 11s -5s linear infinite}@keyframes fall-340{67.597%{transform:translate(5.5424vw,67.597vh) scale(.1129)}to{transform:translate(5.57685vw,99vh) scale(.1129)}}.snow:nth-child(341){opacity:.1278;transform:translate(57.9861vw,-10px) scale(.6461);animation:fall-341 19s -20s linear infinite}@keyframes fall-341{41.185%{transform:translate(55.3383vw,41.185vh) scale(.6461)}to{transform:translate(56.6622vw,99vh) scale(.6461)}}.snow:nth-child(342){opacity:.7854;transform:translate(27.1684vw,-10px) scale(.635);animation:fall-342 15s -22s linear infinite}@keyframes fall-342{66.319%{transform:translate(26.8193vw,66.319vh) scale(.635)}to{transform:translate(26.99385vw,99vh) scale(.635)}}.snow:nth-child(343){opacity:1.0758;transform:translate(52.5858vw,-10px) scale(.0587);animation:fall-343 26s -17s linear infinite}@keyframes fall-343{40.458%{transform:translate(61.2689vw,40.458vh) scale(.0587)}to{transform:translate(56.92735vw,99vh) scale(.0587)}}.snow:nth-child(344){opacity:1.0032;transform:translate(99.5872vw,-10px) scale(.2042);animation:fall-344 11s -23s linear infinite}@keyframes fall-344{53.399%{transform:translate(100.6737vw,53.399vh) scale(.2042)}to{transform:translate(100.13045vw,99vh) scale(.2042)}}.snow:nth-child(345){opacity:1.7138;transform:translate(36.0951vw,-10px) scale(.5086);animation:fall-345 17s -16s linear infinite}@keyframes fall-345{65.67%{transform:translate(26.5332vw,65.67vh) scale(.5086)}to{transform:translate(31.31415vw,99vh) scale(.5086)}}.snow:nth-child(346){opacity:.8314;transform:translate(87.2614vw,-10px) scale(.1418);animation:fall-346 15s -17s linear infinite}@keyframes fall-346{64.287%{transform:translate(87.5679vw,64.287vh) scale(.1418)}to{transform:translate(87.41465vw,99vh) scale(.1418)}}.snow:nth-child(347){opacity:.7992;transform:translate(15.2334vw,-10px) scale(.7013);animation:fall-347 15s -29s linear infinite}@keyframes fall-347{50.686%{transform:translate(23.5741vw,50.686vh) scale(.7013)}to{transform:translate(19.40375vw,99vh) scale(.7013)}}.snow:nth-child(348){opacity:.0074;transform:translate(89.1757vw,-10px) scale(.7978);animation:fall-348 20s -4s linear infinite}@keyframes fall-348{67.546%{transform:translate(89.8571vw,67.546vh) scale(.7978)}to{transform:translate(89.5164vw,99vh) scale(.7978)}}.snow:nth-child(349){opacity:1.7902;transform:translate(58.6097vw,-10px) scale(.4383);animation:fall-349 12s -28s linear infinite}@keyframes fall-349{66.284%{transform:translate(61.0776vw,66.284vh) scale(.4383)}to{transform:translate(59.84365vw,99vh) scale(.4383)}}.snow:nth-child(350){opacity:.2102;transform:translate(86.941vw,-10px) scale(.676);animation:fall-350 21s -8s linear infinite}@keyframes fall-350{48.809%{transform:translate(87.5279vw,48.809vh) scale(.676)}to{transform:translate(87.23445vw,99vh) scale(.676)}}.snow:nth-child(351){opacity:.0542;transform:translate(94.6903vw,-10px) scale(.3118);animation:fall-351 26s -18s linear infinite}@keyframes fall-351{67.08%{transform:translate(101.3162vw,67.08vh) scale(.3118)}to{transform:translate(98.00325vw,99vh) scale(.3118)}}.snow:nth-child(352){opacity:1.3004;transform:translate(6.6532vw,-10px) scale(.068);animation:fall-352 17s -29s linear infinite}@keyframes fall-352{37.231%{transform:translate(12.6144vw,37.231vh) scale(.068)}to{transform:translate(9.6338vw,99vh) scale(.068)}}.snow:nth-child(353){opacity:1.6576;transform:translate(25.4801vw,-10px) scale(.4747);animation:fall-353 25s -12s linear infinite}@keyframes fall-353{43.037%{transform:translate(18.9004vw,43.037vh) scale(.4747)}to{transform:translate(22.19025vw,99vh) scale(.4747)}}.snow:nth-child(354){opacity:.3958;transform:translate(98.0389vw,-10px) scale(.1579);animation:fall-354 28s -13s linear infinite}@keyframes fall-354{73.365%{transform:translate(102.1739vw,73.365vh) scale(.1579)}to{transform:translate(100.1064vw,99vh) scale(.1579)}}.snow:nth-child(355){opacity:1.3432;transform:translate(45.691vw,-10px) scale(.3393);animation:fall-355 22s -14s linear infinite}@keyframes fall-355{57.796%{transform:translate(50.6299vw,57.796vh) scale(.3393)}to{transform:translate(48.16045vw,99vh) scale(.3393)}}.snow:nth-child(356){opacity:.8832;transform:translate(85.8383vw,-10px) scale(.0575);animation:fall-356 30s -29s linear infinite}@keyframes fall-356{77.256%{transform:translate(93.838vw,77.256vh) scale(.0575)}to{transform:translate(89.83815vw,99vh) scale(.0575)}}.snow:nth-child(357){opacity:1.8404;transform:translate(90.126vw,-10px) scale(.1413);animation:fall-357 15s -18s linear infinite}@keyframes fall-357{66.153%{transform:translate(91.857vw,66.153vh) scale(.1413)}to{transform:translate(90.9915vw,99vh) scale(.1413)}}.snow:nth-child(358){opacity:1.9794;transform:translate(55.5869vw,-10px) scale(.5707);animation:fall-358 26s -7s linear infinite}@keyframes fall-358{79.141%{transform:translate(54.1901vw,79.141vh) scale(.5707)}to{transform:translate(54.8885vw,99vh) scale(.5707)}}.snow:nth-child(359){opacity:1.0938;transform:translate(41.931vw,-10px) scale(.3101);animation:fall-359 28s -15s linear infinite}@keyframes fall-359{52.835%{transform:translate(37.934vw,52.835vh) scale(.3101)}to{transform:translate(39.9325vw,99vh) scale(.3101)}}.snow:nth-child(360){opacity:1.5878;transform:translate(65.9791vw,-10px) scale(.0622);animation:fall-360 12s -9s linear infinite}@keyframes fall-360{68.799%{transform:translate(69.8482vw,68.799vh) scale(.0622)}to{transform:translate(67.91365vw,99vh) scale(.0622)}}.snow:nth-child(361){opacity:1.3594;transform:translate(4.6194vw,-10px) scale(.2686);animation:fall-361 28s -4s linear infinite}@keyframes fall-361{57.846%{transform:translate(2.1177vw,57.846vh) scale(.2686)}to{transform:translate(3.36855vw,99vh) scale(.2686)}}.snow:nth-child(362){opacity:1.6526;transform:translate(76.663vw,-10px) scale(.8967);animation:fall-362 28s -4s linear infinite}@keyframes fall-362{48.793%{transform:translate(75.3425vw,48.793vh) scale(.8967)}to{transform:translate(76.00275vw,99vh) scale(.8967)}}.snow:nth-child(363){opacity:1.8338;transform:translate(41.7822vw,-10px) scale(.3387);animation:fall-363 18s -30s linear infinite}@keyframes fall-363{34.976%{transform:translate(41.5586vw,34.976vh) scale(.3387)}to{transform:translate(41.6704vw,99vh) scale(.3387)}}.snow:nth-child(364){opacity:.1548;transform:translate(19.7081vw,-10px) scale(.7144);animation:fall-364 27s -2s linear infinite}@keyframes fall-364{37.476%{transform:translate(12.096vw,37.476vh) scale(.7144)}to{transform:translate(15.90205vw,99vh) scale(.7144)}}.snow:nth-child(365){opacity:1.0358;transform:translate(38.2087vw,-10px) scale(.7185);animation:fall-365 28s -17s linear infinite}@keyframes fall-365{60.347%{transform:translate(35.8021vw,60.347vh) scale(.7185)}to{transform:translate(37.0054vw,99vh) scale(.7185)}}.snow:nth-child(366){opacity:1.461;transform:translate(43.1161vw,-10px) scale(.0485);animation:fall-366 12s -7s linear infinite}@keyframes fall-366{33.29%{transform:translate(52.1487vw,33.29vh) scale(.0485)}to{transform:translate(47.6324vw,99vh) scale(.0485)}}.snow:nth-child(367){opacity:.584;transform:translate(86.3643vw,-10px) scale(.7801);animation:fall-367 27s -26s linear infinite}@keyframes fall-367{67.303%{transform:translate(77.9809vw,67.303vh) scale(.7801)}to{transform:translate(82.1726vw,99vh) scale(.7801)}}.snow:nth-child(368){opacity:1.175;transform:translate(5.1952vw,-10px) scale(.1297);animation:fall-368 11s -21s linear infinite}@keyframes fall-368{37.602%{transform:translate(14.9875vw,37.602vh) scale(.1297)}to{transform:translate(10.09135vw,99vh) scale(.1297)}}.snow:nth-child(369){opacity:.64;transform:translate(38.2605vw,-10px) scale(.1487);animation:fall-369 28s -21s linear infinite}@keyframes fall-369{53.672%{transform:translate(28.2893vw,53.672vh) scale(.1487)}to{transform:translate(33.2749vw,99vh) scale(.1487)}}.snow:nth-child(370){opacity:1.7784;transform:translate(58.5193vw,-10px) scale(.0949);animation:fall-370 12s -22s linear infinite}@keyframes fall-370{38.86%{transform:translate(55.6783vw,38.86vh) scale(.0949)}to{transform:translate(57.0988vw,99vh) scale(.0949)}}.snow:nth-child(371){opacity:.7988;transform:translate(24.3347vw,-10px) scale(.8821);animation:fall-371 29s -11s linear infinite}@keyframes fall-371{58.976%{transform:translate(17.7372vw,58.976vh) scale(.8821)}to{transform:translate(21.03595vw,99vh) scale(.8821)}}.snow:nth-child(372){opacity:.1322;transform:translate(63.98vw,-10px) scale(.0901);animation:fall-372 18s -8s linear infinite}@keyframes fall-372{65.667%{transform:translate(65.8913vw,65.667vh) scale(.0901)}to{transform:translate(64.93565vw,99vh) scale(.0901)}}.snow:nth-child(373){opacity:1.601;transform:translate(89.1238vw,-10px) scale(.8567);animation:fall-373 10s -30s linear infinite}@keyframes fall-373{33.737%{transform:translate(98.7387vw,33.737vh) scale(.8567)}to{transform:translate(93.93125vw,99vh) scale(.8567)}}.snow:nth-child(374){opacity:1.0284;transform:translate(59.7202vw,-10px) scale(.9719);animation:fall-374 26s -5s linear infinite}@keyframes fall-374{42.389%{transform:translate(56.0916vw,42.389vh) scale(.9719)}to{transform:translate(57.9059vw,99vh) scale(.9719)}}.snow:nth-child(375){opacity:1.0072;transform:translate(28.0297vw,-10px) scale(.7006);animation:fall-375 17s -12s linear infinite}@keyframes fall-375{72.445%{transform:translate(23.5069vw,72.445vh) scale(.7006)}to{transform:translate(25.7683vw,99vh) scale(.7006)}}.snow:nth-child(376){opacity:1.6412;transform:translate(19.7166vw,-10px) scale(.2838);animation:fall-376 25s -27s linear infinite}@keyframes fall-376{42.938%{transform:translate(26.1581vw,42.938vh) scale(.2838)}to{transform:translate(22.93735vw,99vh) scale(.2838)}}.snow:nth-child(377){opacity:1.8184;transform:translate(89.4274vw,-10px) scale(.8669);animation:fall-377 13s -10s linear infinite}@keyframes fall-377{41.402%{transform:translate(82.0105vw,41.402vh) scale(.8669)}to{transform:translate(85.71895vw,99vh) scale(.8669)}}.snow:nth-child(378){opacity:.018;transform:translate(62.2044vw,-10px) scale(.0426);animation:fall-378 27s -23s linear infinite}@keyframes fall-378{40.603%{transform:translate(70.6789vw,40.603vh) scale(.0426)}to{transform:translate(66.44165vw,99vh) scale(.0426)}}.snow:nth-child(379){opacity:1.3074;transform:translate(86.8374vw,-10px) scale(.3872);animation:fall-379 16s -24s linear infinite}@keyframes fall-379{52.597%{transform:translate(83.6151vw,52.597vh) scale(.3872)}to{transform:translate(85.22625vw,99vh) scale(.3872)}}.snow:nth-child(380){opacity:.1532;transform:translate(11.098vw,-10px) scale(.65);animation:fall-380 24s -12s linear infinite}@keyframes fall-380{52.018%{transform:translate(11.4782vw,52.018vh) scale(.65)}to{transform:translate(11.2881vw,99vh) scale(.65)}}.snow:nth-child(381){opacity:1.8774;transform:translate(30.0049vw,-10px) scale(.004);animation:fall-381 30s -17s linear infinite}@keyframes fall-381{42.332%{transform:translate(21.7911vw,42.332vh) scale(.004)}to{transform:translate(25.898vw,99vh) scale(.004)}}.snow:nth-child(382){opacity:.2098;transform:translate(54.3896vw,-10px) scale(.0014);animation:fall-382 24s -30s linear infinite}@keyframes fall-382{61.567%{transform:translate(62.532vw,61.567vh) scale(.0014)}to{transform:translate(58.4608vw,99vh) scale(.0014)}}.snow:nth-child(383){opacity:1.0868;transform:translate(12.2887vw,-10px) scale(.9054);animation:fall-383 28s -22s linear infinite}@keyframes fall-383{56.337%{transform:translate(14.3528vw,56.337vh) scale(.9054)}to{transform:translate(13.32075vw,99vh) scale(.9054)}}.snow:nth-child(384){opacity:.8014;transform:translate(1.0118vw,-10px) scale(.9714);animation:fall-384 20s -7s linear infinite}@keyframes fall-384{66.699%{transform:translate(-.0379vw,66.699vh) scale(.9714)}to{transform:translate(.48695vw,99vh) scale(.9714)}}.snow:nth-child(385){opacity:.0096;transform:translate(30.0319vw,-10px) scale(.9424);animation:fall-385 17s -11s linear infinite}@keyframes fall-385{63.603%{transform:translate(34.4074vw,63.603vh) scale(.9424)}to{transform:translate(32.21965vw,99vh) scale(.9424)}}.snow:nth-child(386){opacity:.45;transform:translate(26.5169vw,-10px) scale(.5453);animation:fall-386 17s -6s linear infinite}@keyframes fall-386{75.901%{transform:translate(26.1014vw,75.901vh) scale(.5453)}to{transform:translate(26.30915vw,99vh) scale(.5453)}}.snow:nth-child(387){opacity:.6546;transform:translate(55.1379vw,-10px) scale(.8929);animation:fall-387 27s -12s linear infinite}@keyframes fall-387{76.219%{transform:translate(57.0735vw,76.219vh) scale(.8929)}to{transform:translate(56.1057vw,99vh) scale(.8929)}}.snow:nth-child(388){opacity:1.7628;transform:translate(81.1326vw,-10px) scale(.7739);animation:fall-388 15s -10s linear infinite}@keyframes fall-388{68.744%{transform:translate(80.857vw,68.744vh) scale(.7739)}to{transform:translate(80.9948vw,99vh) scale(.7739)}}.snow:nth-child(389){opacity:.867;transform:translate(28.0855vw,-10px) scale(.8179);animation:fall-389 11s -2s linear infinite}@keyframes fall-389{45.009%{transform:translate(30.301vw,45.009vh) scale(.8179)}to{transform:translate(29.19325vw,99vh) scale(.8179)}}.snow:nth-child(390){opacity:.6686;transform:translate(90.0349vw,-10px) scale(.5728);animation:fall-390 26s -23s linear infinite}@keyframes fall-390{55.259%{transform:translate(99.4674vw,55.259vh) scale(.5728)}to{transform:translate(94.75115vw,99vh) scale(.5728)}}.snow:nth-child(391){opacity:.9104;transform:translate(44.6032vw,-10px) scale(.584);animation:fall-391 15s -15s linear infinite}@keyframes fall-391{50.87%{transform:translate(37.9729vw,50.87vh) scale(.584)}to{transform:translate(41.28805vw,99vh) scale(.584)}}.snow:nth-child(392){opacity:1.8204;transform:translate(74.6425vw,-10px) scale(.7828);animation:fall-392 10s -9s linear infinite}@keyframes fall-392{48.348%{transform:translate(65.8002vw,48.348vh) scale(.7828)}to{transform:translate(70.22135vw,99vh) scale(.7828)}}.snow:nth-child(393){opacity:1.4982;transform:translate(72.3327vw,-10px) scale(.3457);animation:fall-393 30s -9s linear infinite}@keyframes fall-393{37.957%{transform:translate(78.1314vw,37.957vh) scale(.3457)}to{transform:translate(75.23205vw,99vh) scale(.3457)}}.snow:nth-child(394){opacity:1.019;transform:translate(45.4455vw,-10px) scale(.5202);animation:fall-394 20s -23s linear infinite}@keyframes fall-394{72.165%{transform:translate(45.0959vw,72.165vh) scale(.5202)}to{transform:translate(45.2707vw,99vh) scale(.5202)}}.snow:nth-child(395){opacity:.0656;transform:translate(81.6007vw,-10px) scale(.145);animation:fall-395 28s -1s linear infinite}@keyframes fall-395{43.785%{transform:translate(76.1829vw,43.785vh) scale(.145)}to{transform:translate(78.8918vw,99vh) scale(.145)}}.snow:nth-child(396){opacity:1.5084;transform:translate(39.5976vw,-10px) scale(.5933);animation:fall-396 22s -15s linear infinite}@keyframes fall-396{37.276%{transform:translate(34.6097vw,37.276vh) scale(.5933)}to{transform:translate(37.10365vw,99vh) scale(.5933)}}.snow:nth-child(397){opacity:1.0292;transform:translate(88.1749vw,-10px) scale(.9454);animation:fall-397 18s -25s linear infinite}@keyframes fall-397{34.618%{transform:translate(82.2374vw,34.618vh) scale(.9454)}to{transform:translate(85.20615vw,99vh) scale(.9454)}}.snow:nth-child(398){opacity:.4724;transform:translate(74.0066vw,-10px) scale(.1281);animation:fall-398 30s -8s linear infinite}@keyframes fall-398{67.375%{transform:translate(77.1435vw,67.375vh) scale(.1281)}to{transform:translate(75.57505vw,99vh) scale(.1281)}}.snow:nth-child(399){opacity:.6574;transform:translate(57.9952vw,-10px) scale(.821);animation:fall-399 14s -26s linear infinite}@keyframes fall-399{68.44%{transform:translate(58.0676vw,68.44vh) scale(.821)}to{transform:translate(58.0314vw,99vh) scale(.821)}}.snow:nth-child(400){opacity:.242;transform:translate(41.6288vw,-10px) scale(.997);animation:fall-400 18s -16s linear infinite}@keyframes fall-400{54.323%{transform:translate(49.2532vw,54.323vh) scale(.997)}to{transform:translate(45.441vw,99vh) scale(.997)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
78
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.4858;transform:translate(47.6101vw,-10px) scale(.3265);animation:fall-1 15s -7s linear infinite}@keyframes fall-1{76.582%{transform:translate(40.9867vw,76.582vh) scale(.3265)}to{transform:translate(44.2984vw,99vh) scale(.3265)}}.snow:nth-child(2){opacity:.8592;transform:translate(16.0477vw,-10px) scale(.6131);animation:fall-2 11s -10s linear infinite}@keyframes fall-2{62.047%{transform:translate(9.8317vw,62.047vh) scale(.6131)}to{transform:translate(12.9397vw,99vh) scale(.6131)}}.snow:nth-child(3){opacity:.7958;transform:translate(94.9095vw,-10px) scale(.4347);animation:fall-3 25s -4s linear infinite}@keyframes fall-3{69.978%{transform:translate(86.6797vw,69.978vh) scale(.4347)}to{transform:translate(90.7946vw,99vh) scale(.4347)}}.snow:nth-child(4){opacity:1.9064;transform:translate(73.7653vw,-10px) scale(.5894);animation:fall-4 21s -14s linear infinite}@keyframes fall-4{48.534%{transform:translate(77.0082vw,48.534vh) scale(.5894)}to{transform:translate(75.38675vw,99vh) scale(.5894)}}.snow:nth-child(5){opacity:1.051;transform:translate(80.8654vw,-10px) scale(.3775);animation:fall-5 27s -29s linear infinite}@keyframes fall-5{60.864%{transform:translate(82.2062vw,60.864vh) scale(.3775)}to{transform:translate(81.5358vw,99vh) scale(.3775)}}.snow:nth-child(6){opacity:.6122;transform:translate(51.8018vw,-10px) scale(.9891);animation:fall-6 29s -5s linear infinite}@keyframes fall-6{44.473%{transform:translate(43.5741vw,44.473vh) scale(.9891)}to{transform:translate(47.68795vw,99vh) scale(.9891)}}.snow:nth-child(7){opacity:.5366;transform:translate(22.4689vw,-10px) scale(.697);animation:fall-7 10s -15s linear infinite}@keyframes fall-7{37.13%{transform:translate(22.039vw,37.13vh) scale(.697)}to{transform:translate(22.25395vw,99vh) scale(.697)}}.snow:nth-child(8){opacity:.1554;transform:translate(33.5909vw,-10px) scale(.5037);animation:fall-8 28s -16s linear infinite}@keyframes fall-8{36.736%{transform:translate(35.0234vw,36.736vh) scale(.5037)}to{transform:translate(34.30715vw,99vh) scale(.5037)}}.snow:nth-child(9){opacity:1.9306;transform:translate(86.2132vw,-10px) scale(.6732);animation:fall-9 18s -6s linear infinite}@keyframes fall-9{43.776%{transform:translate(78.7937vw,43.776vh) scale(.6732)}to{transform:translate(82.50345vw,99vh) scale(.6732)}}.snow:nth-child(10){opacity:1.0658;transform:translate(45.0557vw,-10px) scale(.9247);animation:fall-10 22s -20s linear infinite}@keyframes fall-10{77.667%{transform:translate(37.6759vw,77.667vh) scale(.9247)}to{transform:translate(41.3658vw,99vh) scale(.9247)}}.snow:nth-child(11){opacity:.577;transform:translate(21.0496vw,-10px) scale(.449);animation:fall-11 28s -1s linear infinite}@keyframes fall-11{34.552%{transform:translate(17.8872vw,34.552vh) scale(.449)}to{transform:translate(19.4684vw,99vh) scale(.449)}}.snow:nth-child(12){opacity:1.779;transform:translate(85.9565vw,-10px) scale(.6984);animation:fall-12 12s -8s linear infinite}@keyframes fall-12{54.922%{transform:translate(80.7748vw,54.922vh) scale(.6984)}to{transform:translate(83.36565vw,99vh) scale(.6984)}}.snow:nth-child(13){opacity:1.809;transform:translate(18.8683vw,-10px) scale(.5885);animation:fall-13 27s -7s linear infinite}@keyframes fall-13{51.791%{transform:translate(12.8358vw,51.791vh) scale(.5885)}to{transform:translate(15.85205vw,99vh) scale(.5885)}}.snow:nth-child(14){opacity:1.5052;transform:translate(64.4491vw,-10px) scale(.0124);animation:fall-14 23s -25s linear infinite}@keyframes fall-14{41.204%{transform:translate(73.245vw,41.204vh) scale(.0124)}to{transform:translate(68.84705vw,99vh) scale(.0124)}}.snow:nth-child(15){opacity:.901;transform:translate(12.8126vw,-10px) scale(.2535);animation:fall-15 16s -23s linear infinite}@keyframes fall-15{33.102%{transform:translate(12.3427vw,33.102vh) scale(.2535)}to{transform:translate(12.57765vw,99vh) scale(.2535)}}.snow:nth-child(16){opacity:1.5808;transform:translate(25.4813vw,-10px) scale(.2434);animation:fall-16 10s -24s linear infinite}@keyframes fall-16{61.297%{transform:translate(29.8493vw,61.297vh) scale(.2434)}to{transform:translate(27.6653vw,99vh) scale(.2434)}}.snow:nth-child(17){opacity:1.2422;transform:translate(77.2844vw,-10px) scale(.5221);animation:fall-17 13s -30s linear infinite}@keyframes fall-17{71.924%{transform:translate(79.3575vw,71.924vh) scale(.5221)}to{transform:translate(78.32095vw,99vh) scale(.5221)}}.snow:nth-child(18){opacity:.343;transform:translate(8.0198vw,-10px) scale(.3177);animation:fall-18 23s -1s linear infinite}@keyframes fall-18{52.795%{transform:translate(9.6203vw,52.795vh) scale(.3177)}to{transform:translate(8.82005vw,99vh) scale(.3177)}}.snow:nth-child(19){opacity:1.4316;transform:translate(82.7374vw,-10px) scale(.9455);animation:fall-19 13s -12s linear infinite}@keyframes fall-19{45.013%{transform:translate(74.9432vw,45.013vh) scale(.9455)}to{transform:translate(78.8403vw,99vh) scale(.9455)}}.snow:nth-child(20){opacity:1.2744;transform:translate(76.1938vw,-10px) scale(.1696);animation:fall-20 11s -17s linear infinite}@keyframes fall-20{63.617%{transform:translate(67.143vw,63.617vh) scale(.1696)}to{transform:translate(71.6684vw,99vh) scale(.1696)}}.snow:nth-child(21){opacity:1.2286;transform:translate(95.5577vw,-10px) scale(.7287);animation:fall-21 29s -21s linear infinite}@keyframes fall-21{68.395%{transform:translate(91.022vw,68.395vh) scale(.7287)}to{transform:translate(93.28985vw,99vh) scale(.7287)}}.snow:nth-child(22){opacity:.6234;transform:translate(68.1774vw,-10px) scale(.5305);animation:fall-22 27s -22s linear infinite}@keyframes fall-22{39.865%{transform:translate(68.2776vw,39.865vh) scale(.5305)}to{transform:translate(68.2275vw,99vh) scale(.5305)}}.snow:nth-child(23){opacity:1.3534;transform:translate(84.2745vw,-10px) scale(.2298);animation:fall-23 13s -16s linear infinite}@keyframes fall-23{52.373%{transform:translate(77.367vw,52.373vh) scale(.2298)}to{transform:translate(80.82075vw,99vh) scale(.2298)}}.snow:nth-child(24){opacity:1.894;transform:translate(14.2637vw,-10px) scale(.4823);animation:fall-24 27s -26s linear infinite}@keyframes fall-24{79.662%{transform:translate(6.8601vw,79.662vh) scale(.4823)}to{transform:translate(10.5619vw,99vh) scale(.4823)}}.snow:nth-child(25){opacity:.73;transform:translate(9.5515vw,-10px) scale(.1045);animation:fall-25 14s -13s linear infinite}@keyframes fall-25{73.2%{transform:translate(13.6491vw,73.2vh) scale(.1045)}to{transform:translate(11.6003vw,99vh) scale(.1045)}}.snow:nth-child(26){opacity:.097;transform:translate(24.0246vw,-10px) scale(.522);animation:fall-26 17s -30s linear infinite}@keyframes fall-26{55.778%{transform:translate(18.746vw,55.778vh) scale(.522)}to{transform:translate(21.3853vw,99vh) scale(.522)}}.snow:nth-child(27){opacity:1.9752;transform:translate(3.8257vw,-10px) scale(.6048);animation:fall-27 24s -4s linear infinite}@keyframes fall-27{77.967%{transform:translate(-4.0084vw,77.967vh) scale(.6048)}to{transform:translate(-.09135vw,99vh) scale(.6048)}}.snow:nth-child(28){opacity:.8392;transform:translate(93.8571vw,-10px) scale(.0826);animation:fall-28 23s -26s linear infinite}@keyframes fall-28{34.758%{transform:translate(88.9342vw,34.758vh) scale(.0826)}to{transform:translate(91.39565vw,99vh) scale(.0826)}}.snow:nth-child(29){opacity:.6162;transform:translate(86.4054vw,-10px) scale(.0319);animation:fall-29 20s -26s linear infinite}@keyframes fall-29{62.919%{transform:translate(87.1396vw,62.919vh) scale(.0319)}to{transform:translate(86.7725vw,99vh) scale(.0319)}}.snow:nth-child(30){opacity:1.665;transform:translate(10.7251vw,-10px) scale(.9243);animation:fall-30 15s -4s linear infinite}@keyframes fall-30{48.539%{transform:translate(4.0036vw,48.539vh) scale(.9243)}to{transform:translate(7.36435vw,99vh) scale(.9243)}}.snow:nth-child(31){opacity:1.2798;transform:translate(19.7368vw,-10px) scale(.7818);animation:fall-31 28s -19s linear infinite}@keyframes fall-31{49.253%{transform:translate(20.9681vw,49.253vh) scale(.7818)}to{transform:translate(20.35245vw,99vh) scale(.7818)}}.snow:nth-child(32){opacity:1.6994;transform:translate(64.7183vw,-10px) scale(.3928);animation:fall-32 22s -2s linear infinite}@keyframes fall-32{66.218%{transform:translate(58.1003vw,66.218vh) scale(.3928)}to{transform:translate(61.4093vw,99vh) scale(.3928)}}.snow:nth-child(33){opacity:1.5394;transform:translate(6.8501vw,-10px) scale(.7511);animation:fall-33 12s -29s linear infinite}@keyframes fall-33{65.631%{transform:translate(14.0331vw,65.631vh) scale(.7511)}to{transform:translate(10.4416vw,99vh) scale(.7511)}}.snow:nth-child(34){opacity:1.6936;transform:translate(16.0241vw,-10px) scale(.44);animation:fall-34 10s -24s linear infinite}@keyframes fall-34{67.903%{transform:translate(10.4783vw,67.903vh) scale(.44)}to{transform:translate(13.2512vw,99vh) scale(.44)}}.snow:nth-child(35){opacity:.6814;transform:translate(76.3432vw,-10px) scale(.8728);animation:fall-35 28s -29s linear infinite}@keyframes fall-35{74.088%{transform:translate(80.2188vw,74.088vh) scale(.8728)}to{transform:translate(78.281vw,99vh) scale(.8728)}}.snow:nth-child(36){opacity:.7756;transform:translate(18.9033vw,-10px) scale(.6142);animation:fall-36 16s -26s linear infinite}@keyframes fall-36{39.718%{transform:translate(11.4792vw,39.718vh) scale(.6142)}to{transform:translate(15.19125vw,99vh) scale(.6142)}}.snow:nth-child(37){opacity:1.6142;transform:translate(78.5753vw,-10px) scale(.8287);animation:fall-37 23s -23s linear infinite}@keyframes fall-37{51.782%{transform:translate(79.5334vw,51.782vh) scale(.8287)}to{transform:translate(79.05435vw,99vh) scale(.8287)}}.snow:nth-child(38){opacity:.5422;transform:translate(73.7115vw,-10px) scale(.6735);animation:fall-38 25s -27s linear infinite}@keyframes fall-38{40.62%{transform:translate(70.7808vw,40.62vh) scale(.6735)}to{transform:translate(72.24615vw,99vh) scale(.6735)}}.snow:nth-child(39){opacity:.8976;transform:translate(82.4535vw,-10px) scale(.408);animation:fall-39 21s -20s linear infinite}@keyframes fall-39{68.692%{transform:translate(90.7149vw,68.692vh) scale(.408)}to{transform:translate(86.5842vw,99vh) scale(.408)}}.snow:nth-child(40){opacity:.4704;transform:translate(13.5867vw,-10px) scale(.9056);animation:fall-40 18s -16s linear infinite}@keyframes fall-40{78.819%{transform:translate(13.042vw,78.819vh) scale(.9056)}to{transform:translate(13.31435vw,99vh) scale(.9056)}}.snow:nth-child(41){opacity:1.3582;transform:translate(73.3787vw,-10px) scale(.9554);animation:fall-41 23s -25s linear infinite}@keyframes fall-41{32.248%{transform:translate(67.2969vw,32.248vh) scale(.9554)}to{transform:translate(70.3378vw,99vh) scale(.9554)}}.snow:nth-child(42){opacity:1.9496;transform:translate(56.3782vw,-10px) scale(.4009);animation:fall-42 14s -15s linear infinite}@keyframes fall-42{61.898%{transform:translate(65.3677vw,61.898vh) scale(.4009)}to{transform:translate(60.87295vw,99vh) scale(.4009)}}.snow:nth-child(43){opacity:1.9614;transform:translate(63.2155vw,-10px) scale(.9678);animation:fall-43 23s -9s linear infinite}@keyframes fall-43{33.903%{transform:translate(66.7898vw,33.903vh) scale(.9678)}to{transform:translate(65.00265vw,99vh) scale(.9678)}}.snow:nth-child(44){opacity:1.8288;transform:translate(49.5367vw,-10px) scale(.2704);animation:fall-44 22s -4s linear infinite}@keyframes fall-44{62.967%{transform:translate(46.3926vw,62.967vh) scale(.2704)}to{transform:translate(47.96465vw,99vh) scale(.2704)}}.snow:nth-child(45){opacity:1.9328;transform:translate(47.4105vw,-10px) scale(.1489);animation:fall-45 25s -3s linear infinite}@keyframes fall-45{40.313%{transform:translate(53.9984vw,40.313vh) scale(.1489)}to{transform:translate(50.70445vw,99vh) scale(.1489)}}.snow:nth-child(46){opacity:.356;transform:translate(11.7264vw,-10px) scale(.3444);animation:fall-46 14s -7s linear infinite}@keyframes fall-46{69.968%{transform:translate(20.9975vw,69.968vh) scale(.3444)}to{transform:translate(16.36195vw,99vh) scale(.3444)}}.snow:nth-child(47){opacity:.7868;transform:translate(27.0931vw,-10px) scale(.793);animation:fall-47 18s -2s linear infinite}@keyframes fall-47{71.176%{transform:translate(31.0989vw,71.176vh) scale(.793)}to{transform:translate(29.096vw,99vh) scale(.793)}}.snow:nth-child(48){opacity:1.2954;transform:translate(86.915vw,-10px) scale(.6077);animation:fall-48 29s -18s linear infinite}@keyframes fall-48{35.194%{transform:translate(88.095vw,35.194vh) scale(.6077)}to{transform:translate(87.505vw,99vh) scale(.6077)}}.snow:nth-child(49){opacity:1.4038;transform:translate(.2057vw,-10px) scale(.8731);animation:fall-49 18s -17s linear infinite}@keyframes fall-49{67.132%{transform:translate(2.4007vw,67.132vh) scale(.8731)}to{transform:translate(1.3032vw,99vh) scale(.8731)}}.snow:nth-child(50){opacity:.9172;transform:translate(77.4875vw,-10px) scale(.8243);animation:fall-50 17s -8s linear infinite}@keyframes fall-50{44.832%{transform:translate(75.4812vw,44.832vh) scale(.8243)}to{transform:translate(76.48435vw,99vh) scale(.8243)}}.snow:nth-child(51){opacity:.737;transform:translate(73.3481vw,-10px) scale(.9423);animation:fall-51 21s -16s linear infinite}@keyframes fall-51{40.645%{transform:translate(64.2854vw,40.645vh) scale(.9423)}to{transform:translate(68.81675vw,99vh) scale(.9423)}}.snow:nth-child(52){opacity:1.5584;transform:translate(61.7204vw,-10px) scale(.4433);animation:fall-52 18s -23s linear infinite}@keyframes fall-52{78.562%{transform:translate(61.6901vw,78.562vh) scale(.4433)}to{transform:translate(61.70525vw,99vh) scale(.4433)}}.snow:nth-child(53){opacity:1.856;transform:translate(77.6142vw,-10px) scale(.1489);animation:fall-53 15s -15s linear infinite}@keyframes fall-53{36.051%{transform:translate(73.0355vw,36.051vh) scale(.1489)}to{transform:translate(75.32485vw,99vh) scale(.1489)}}.snow:nth-child(54){opacity:1.7344;transform:translate(13.3172vw,-10px) scale(.4329);animation:fall-54 12s -15s linear infinite}@keyframes fall-54{33.227%{transform:translate(5.7874vw,33.227vh) scale(.4329)}to{transform:translate(9.5523vw,99vh) scale(.4329)}}.snow:nth-child(55){opacity:.9942;transform:translate(81.2523vw,-10px) scale(.7655);animation:fall-55 22s -10s linear infinite}@keyframes fall-55{58.18%{transform:translate(86.5605vw,58.18vh) scale(.7655)}to{transform:translate(83.9064vw,99vh) scale(.7655)}}.snow:nth-child(56){opacity:.9748;transform:translate(28.8399vw,-10px) scale(.4228);animation:fall-56 26s -6s linear infinite}@keyframes fall-56{65.652%{transform:translate(30.219vw,65.652vh) scale(.4228)}to{transform:translate(29.52945vw,99vh) scale(.4228)}}.snow:nth-child(57){opacity:1.8036;transform:translate(83.568vw,-10px) scale(.2007);animation:fall-57 24s -12s linear infinite}@keyframes fall-57{70.097%{transform:translate(76.4093vw,70.097vh) scale(.2007)}to{transform:translate(79.98865vw,99vh) scale(.2007)}}.snow:nth-child(58){opacity:1.8372;transform:translate(89.702vw,-10px) scale(.5345);animation:fall-58 15s -7s linear infinite}@keyframes fall-58{65.249%{transform:translate(87.027vw,65.249vh) scale(.5345)}to{transform:translate(88.3645vw,99vh) scale(.5345)}}.snow:nth-child(59){opacity:1.838;transform:translate(25.0876vw,-10px) scale(.8175);animation:fall-59 26s -21s linear infinite}@keyframes fall-59{64.863%{transform:translate(25.3111vw,64.863vh) scale(.8175)}to{transform:translate(25.19935vw,99vh) scale(.8175)}}.snow:nth-child(60){opacity:1.1304;transform:translate(40.272vw,-10px) scale(.0918);animation:fall-60 15s -4s linear infinite}@keyframes fall-60{53.263%{transform:translate(37.6193vw,53.263vh) scale(.0918)}to{transform:translate(38.94565vw,99vh) scale(.0918)}}.snow:nth-child(61){opacity:1.1666;transform:translate(3.9026vw,-10px) scale(.9919);animation:fall-61 27s -6s linear infinite}@keyframes fall-61{76.37%{transform:translate(-3.1652vw,76.37vh) scale(.9919)}to{transform:translate(.3687vw,99vh) scale(.9919)}}.snow:nth-child(62){opacity:1.5384;transform:translate(60.9024vw,-10px) scale(.3869);animation:fall-62 16s -24s linear infinite}@keyframes fall-62{54.821%{transform:translate(53.443vw,54.821vh) scale(.3869)}to{transform:translate(57.1727vw,99vh) scale(.3869)}}.snow:nth-child(63){opacity:1.3872;transform:translate(34.3176vw,-10px) scale(.6365);animation:fall-63 10s -22s linear infinite}@keyframes fall-63{45.571%{transform:translate(30.3238vw,45.571vh) scale(.6365)}to{transform:translate(32.3207vw,99vh) scale(.6365)}}.snow:nth-child(64){opacity:1.0092;transform:translate(44.6125vw,-10px) scale(.7682);animation:fall-64 28s -26s linear infinite}@keyframes fall-64{70.922%{transform:translate(53.1108vw,70.922vh) scale(.7682)}to{transform:translate(48.86165vw,99vh) scale(.7682)}}.snow:nth-child(65){opacity:.0582;transform:translate(73.2051vw,-10px) scale(.6523);animation:fall-65 29s -25s linear infinite}@keyframes fall-65{42.772%{transform:translate(73.0949vw,42.772vh) scale(.6523)}to{transform:translate(73.15vw,99vh) scale(.6523)}}.snow:nth-child(66){opacity:1.2178;transform:translate(88.3818vw,-10px) scale(.3265);animation:fall-66 22s -20s linear infinite}@keyframes fall-66{59.444%{transform:translate(90.1385vw,59.444vh) scale(.3265)}to{transform:translate(89.26015vw,99vh) scale(.3265)}}.snow:nth-child(67){opacity:1.9578;transform:translate(5.8128vw,-10px) scale(.0614);animation:fall-67 22s -30s linear infinite}@keyframes fall-67{55.411%{transform:translate(12.0044vw,55.411vh) scale(.0614)}to{transform:translate(8.9086vw,99vh) scale(.0614)}}.snow:nth-child(68){opacity:1.0278;transform:translate(24.4263vw,-10px) scale(.452);animation:fall-68 20s -5s linear infinite}@keyframes fall-68{65.091%{transform:translate(23.1171vw,65.091vh) scale(.452)}to{transform:translate(23.7717vw,99vh) scale(.452)}}.snow:nth-child(69){opacity:.814;transform:translate(.8864vw,-10px) scale(.3258);animation:fall-69 29s -10s linear infinite}@keyframes fall-69{54.143%{transform:translate(8.2613vw,54.143vh) scale(.3258)}to{transform:translate(4.57385vw,99vh) scale(.3258)}}.snow:nth-child(70){opacity:.5816;transform:translate(69.7292vw,-10px) scale(1);animation:fall-70 26s -6s linear infinite}@keyframes fall-70{34.42%{transform:translate(72.9294vw,34.42vh) scale(1)}to{transform:translate(71.3293vw,99vh) scale(1)}}.snow:nth-child(71){opacity:1.6868;transform:translate(60.3117vw,-10px) scale(.2681);animation:fall-71 26s -23s linear infinite}@keyframes fall-71{32.297%{transform:translate(59.4136vw,32.297vh) scale(.2681)}to{transform:translate(59.86265vw,99vh) scale(.2681)}}.snow:nth-child(72){opacity:1.0532;transform:translate(6.4976vw,-10px) scale(.3742);animation:fall-72 20s -6s linear infinite}@keyframes fall-72{79.173%{transform:translate(3.7119vw,79.173vh) scale(.3742)}to{transform:translate(5.10475vw,99vh) scale(.3742)}}.snow:nth-child(73){opacity:1.0138;transform:translate(22.1599vw,-10px) scale(.2793);animation:fall-73 21s -25s linear infinite}@keyframes fall-73{71.456%{transform:translate(22.5936vw,71.456vh) scale(.2793)}to{transform:translate(22.37675vw,99vh) scale(.2793)}}.snow:nth-child(74){opacity:.8246;transform:translate(34.8326vw,-10px) scale(.0418);animation:fall-74 27s -6s linear infinite}@keyframes fall-74{79.304%{transform:translate(34.728vw,79.304vh) scale(.0418)}to{transform:translate(34.7803vw,99vh) scale(.0418)}}.snow:nth-child(75){opacity:1.0688;transform:translate(57.9957vw,-10px) scale(.9953);animation:fall-75 13s -20s linear infinite}@keyframes fall-75{64.324%{transform:translate(54.3725vw,64.324vh) scale(.9953)}to{transform:translate(56.1841vw,99vh) scale(.9953)}}.snow:nth-child(76){opacity:.6958;transform:translate(11.9632vw,-10px) scale(.1574);animation:fall-76 12s -2s linear infinite}@keyframes fall-76{66.662%{transform:translate(14.8552vw,66.662vh) scale(.1574)}to{transform:translate(13.4092vw,99vh) scale(.1574)}}.snow:nth-child(77){opacity:.4838;transform:translate(31.9531vw,-10px) scale(.6888);animation:fall-77 21s -10s linear infinite}@keyframes fall-77{78.351%{transform:translate(38.1701vw,78.351vh) scale(.6888)}to{transform:translate(35.0616vw,99vh) scale(.6888)}}.snow:nth-child(78){opacity:1.9094;transform:translate(18.6706vw,-10px) scale(.2636);animation:fall-78 10s -25s linear infinite}@keyframes fall-78{47.709%{transform:translate(16.2095vw,47.709vh) scale(.2636)}to{transform:translate(17.44005vw,99vh) scale(.2636)}}.snow:nth-child(79){opacity:1.3176;transform:translate(2.3227vw,-10px) scale(.3015);animation:fall-79 17s -16s linear infinite}@keyframes fall-79{74.521%{transform:translate(11.0208vw,74.521vh) scale(.3015)}to{transform:translate(6.67175vw,99vh) scale(.3015)}}.snow:nth-child(80){opacity:.4446;transform:translate(17.7205vw,-10px) scale(.488);animation:fall-80 27s -8s linear infinite}@keyframes fall-80{70.471%{transform:translate(10.5774vw,70.471vh) scale(.488)}to{transform:translate(14.14895vw,99vh) scale(.488)}}.snow:nth-child(81){opacity:1.8486;transform:translate(36.7531vw,-10px) scale(.149);animation:fall-81 12s -16s linear infinite}@keyframes fall-81{38.272%{transform:translate(29.3714vw,38.272vh) scale(.149)}to{transform:translate(33.06225vw,99vh) scale(.149)}}.snow:nth-child(82){opacity:1.1738;transform:translate(15.6451vw,-10px) scale(.6893);animation:fall-82 17s -21s linear infinite}@keyframes fall-82{77.726%{transform:translate(25.4497vw,77.726vh) scale(.6893)}to{transform:translate(20.5474vw,99vh) scale(.6893)}}.snow:nth-child(83){opacity:1.1348;transform:translate(8.5543vw,-10px) scale(.9871);animation:fall-83 22s -22s linear infinite}@keyframes fall-83{50.809%{transform:translate(8.7264vw,50.809vh) scale(.9871)}to{transform:translate(8.64035vw,99vh) scale(.9871)}}.snow:nth-child(84){opacity:1.788;transform:translate(77.2283vw,-10px) scale(.1827);animation:fall-84 12s -16s linear infinite}@keyframes fall-84{58.752%{transform:translate(68.0775vw,58.752vh) scale(.1827)}to{transform:translate(72.6529vw,99vh) scale(.1827)}}.snow:nth-child(85){opacity:.6522;transform:translate(93.4857vw,-10px) scale(.0356);animation:fall-85 10s -14s linear infinite}@keyframes fall-85{62.637%{transform:translate(97.1985vw,62.637vh) scale(.0356)}to{transform:translate(95.3421vw,99vh) scale(.0356)}}.snow:nth-child(86){opacity:.4732;transform:translate(45.9425vw,-10px) scale(.3473);animation:fall-86 27s -1s linear infinite}@keyframes fall-86{75.606%{transform:translate(49.1148vw,75.606vh) scale(.3473)}to{transform:translate(47.52865vw,99vh) scale(.3473)}}.snow:nth-child(87){opacity:.6784;transform:translate(32.0018vw,-10px) scale(.2209);animation:fall-87 26s -7s linear infinite}@keyframes fall-87{31.66%{transform:translate(30.2484vw,31.66vh) scale(.2209)}to{transform:translate(31.1251vw,99vh) scale(.2209)}}.snow:nth-child(88){opacity:1.688;transform:translate(42.2664vw,-10px) scale(.063);animation:fall-88 13s -9s linear infinite}@keyframes fall-88{68.569%{transform:translate(51.8369vw,68.569vh) scale(.063)}to{transform:translate(47.05165vw,99vh) scale(.063)}}.snow:nth-child(89){opacity:1.73;transform:translate(2.2048vw,-10px) scale(.9405);animation:fall-89 20s -6s linear infinite}@keyframes fall-89{33.325%{transform:translate(-.3372vw,33.325vh) scale(.9405)}to{transform:translate(.9338vw,99vh) scale(.9405)}}.snow:nth-child(90){opacity:.2982;transform:translate(59.7508vw,-10px) scale(.8259);animation:fall-90 13s -23s linear infinite}@keyframes fall-90{75.848%{transform:translate(64.6584vw,75.848vh) scale(.8259)}to{transform:translate(62.2046vw,99vh) scale(.8259)}}.snow:nth-child(91){opacity:.3716;transform:translate(24.488vw,-10px) scale(.8871);animation:fall-91 21s -9s linear infinite}@keyframes fall-91{48.908%{transform:translate(15.1782vw,48.908vh) scale(.8871)}to{transform:translate(19.8331vw,99vh) scale(.8871)}}.snow:nth-child(92){opacity:1.5598;transform:translate(63.3983vw,-10px) scale(.3381);animation:fall-92 20s -27s linear infinite}@keyframes fall-92{61.508%{transform:translate(65.5054vw,61.508vh) scale(.3381)}to{transform:translate(64.45185vw,99vh) scale(.3381)}}.snow:nth-child(93){opacity:.6002;transform:translate(78.2151vw,-10px) scale(.9155);animation:fall-93 11s -2s linear infinite}@keyframes fall-93{65.858%{transform:translate(73.7587vw,65.858vh) scale(.9155)}to{transform:translate(75.9869vw,99vh) scale(.9155)}}.snow:nth-child(94){opacity:1.2642;transform:translate(40.3493vw,-10px) scale(.9284);animation:fall-94 16s -3s linear infinite}@keyframes fall-94{42.389%{transform:translate(37.601vw,42.389vh) scale(.9284)}to{transform:translate(38.97515vw,99vh) scale(.9284)}}.snow:nth-child(95){opacity:1.8272;transform:translate(15.3239vw,-10px) scale(.3997);animation:fall-95 19s -30s linear infinite}@keyframes fall-95{36.432%{transform:translate(15.4471vw,36.432vh) scale(.3997)}to{transform:translate(15.3855vw,99vh) scale(.3997)}}.snow:nth-child(96){opacity:1.3934;transform:translate(94.4693vw,-10px) scale(.0556);animation:fall-96 13s -26s linear infinite}@keyframes fall-96{65.451%{transform:translate(94.6102vw,65.451vh) scale(.0556)}to{transform:translate(94.53975vw,99vh) scale(.0556)}}.snow:nth-child(97){opacity:.4702;transform:translate(85.1884vw,-10px) scale(.6397);animation:fall-97 25s -29s linear infinite}@keyframes fall-97{66.064%{transform:translate(75.3867vw,66.064vh) scale(.6397)}to{transform:translate(80.28755vw,99vh) scale(.6397)}}.snow:nth-child(98){opacity:.1474;transform:translate(80.6975vw,-10px) scale(.4457);animation:fall-98 17s -12s linear infinite}@keyframes fall-98{52.045%{transform:translate(72.821vw,52.045vh) scale(.4457)}to{transform:translate(76.75925vw,99vh) scale(.4457)}}.snow:nth-child(99){opacity:.083;transform:translate(27.3123vw,-10px) scale(.761);animation:fall-99 26s -8s linear infinite}@keyframes fall-99{31.762%{transform:translate(17.3261vw,31.762vh) scale(.761)}to{transform:translate(22.3192vw,99vh) scale(.761)}}.snow:nth-child(100){opacity:.0942;transform:translate(48.6075vw,-10px) scale(.5088);animation:fall-100 23s -28s linear infinite}@keyframes fall-100{59.222%{transform:translate(42.9792vw,59.222vh) scale(.5088)}to{transform:translate(45.79335vw,99vh) scale(.5088)}}.snow:nth-child(101){opacity:1.7152;transform:translate(89.2202vw,-10px) scale(.9688);animation:fall-101 13s -13s linear infinite}@keyframes fall-101{47.738%{transform:translate(93.3643vw,47.738vh) scale(.9688)}to{transform:translate(91.29225vw,99vh) scale(.9688)}}.snow:nth-child(102){opacity:1.4456;transform:translate(27.858vw,-10px) scale(.5924);animation:fall-102 29s -1s linear infinite}@keyframes fall-102{57.759%{transform:translate(35.2392vw,57.759vh) scale(.5924)}to{transform:translate(31.5486vw,99vh) scale(.5924)}}.snow:nth-child(103){opacity:.0468;transform:translate(76.9673vw,-10px) scale(.5925);animation:fall-103 19s -20s linear infinite}@keyframes fall-103{72.492%{transform:translate(71.0487vw,72.492vh) scale(.5925)}to{transform:translate(74.008vw,99vh) scale(.5925)}}.snow:nth-child(104){opacity:1.9468;transform:translate(87.8373vw,-10px) scale(.8318);animation:fall-104 29s -19s linear infinite}@keyframes fall-104{72.478%{transform:translate(96.1156vw,72.478vh) scale(.8318)}to{transform:translate(91.97645vw,99vh) scale(.8318)}}.snow:nth-child(105){opacity:.7602;transform:translate(85.6728vw,-10px) scale(.8659);animation:fall-105 22s -4s linear infinite}@keyframes fall-105{74.004%{transform:translate(77.4339vw,74.004vh) scale(.8659)}to{transform:translate(81.55335vw,99vh) scale(.8659)}}.snow:nth-child(106){opacity:1.8002;transform:translate(64.4166vw,-10px) scale(.6946);animation:fall-106 11s -10s linear infinite}@keyframes fall-106{41.941%{transform:translate(68.9264vw,41.941vh) scale(.6946)}to{transform:translate(66.6715vw,99vh) scale(.6946)}}.snow:nth-child(107){opacity:1.1256;transform:translate(63.3651vw,-10px) scale(.1038);animation:fall-107 26s -14s linear infinite}@keyframes fall-107{79.725%{transform:translate(67.3051vw,79.725vh) scale(.1038)}to{transform:translate(65.3351vw,99vh) scale(.1038)}}.snow:nth-child(108){opacity:1.8934;transform:translate(24.9038vw,-10px) scale(.8018);animation:fall-108 18s -14s linear infinite}@keyframes fall-108{36.091%{transform:translate(24.4357vw,36.091vh) scale(.8018)}to{transform:translate(24.66975vw,99vh) scale(.8018)}}.snow:nth-child(109){opacity:.9774;transform:translate(82.9548vw,-10px) scale(.5479);animation:fall-109 17s -10s linear infinite}@keyframes fall-109{66.006%{transform:translate(89.2821vw,66.006vh) scale(.5479)}to{transform:translate(86.11845vw,99vh) scale(.5479)}}.snow:nth-child(110){opacity:.5342;transform:translate(61.8567vw,-10px) scale(.7632);animation:fall-110 29s -9s linear infinite}@keyframes fall-110{74.297%{transform:translate(52.6767vw,74.297vh) scale(.7632)}to{transform:translate(57.2667vw,99vh) scale(.7632)}}.snow:nth-child(111){opacity:1.2346;transform:translate(77.5332vw,-10px) scale(.8767);animation:fall-111 23s -26s linear infinite}@keyframes fall-111{44.383%{transform:translate(82.2352vw,44.383vh) scale(.8767)}to{transform:translate(79.8842vw,99vh) scale(.8767)}}.snow:nth-child(112){opacity:.5314;transform:translate(88.9636vw,-10px) scale(.8878);animation:fall-112 20s -29s linear infinite}@keyframes fall-112{75.656%{transform:translate(94.3016vw,75.656vh) scale(.8878)}to{transform:translate(91.6326vw,99vh) scale(.8878)}}.snow:nth-child(113){opacity:1.1482;transform:translate(57.4816vw,-10px) scale(.366);animation:fall-113 18s -23s linear infinite}@keyframes fall-113{54.713%{transform:translate(56.1184vw,54.713vh) scale(.366)}to{transform:translate(56.8vw,99vh) scale(.366)}}.snow:nth-child(114){opacity:1.8902;transform:translate(55.3151vw,-10px) scale(.257);animation:fall-114 19s -1s linear infinite}@keyframes fall-114{34.106%{transform:translate(49.1683vw,34.106vh) scale(.257)}to{transform:translate(52.2417vw,99vh) scale(.257)}}.snow:nth-child(115){opacity:.9698;transform:translate(13.5967vw,-10px) scale(.5582);animation:fall-115 28s -25s linear infinite}@keyframes fall-115{57.254%{transform:translate(10.1575vw,57.254vh) scale(.5582)}to{transform:translate(11.8771vw,99vh) scale(.5582)}}.snow:nth-child(116){opacity:.2662;transform:translate(28.6589vw,-10px) scale(.7576);animation:fall-116 22s -21s linear infinite}@keyframes fall-116{64.698%{transform:translate(32.0391vw,64.698vh) scale(.7576)}to{transform:translate(30.349vw,99vh) scale(.7576)}}.snow:nth-child(117){opacity:1.5576;transform:translate(88.5775vw,-10px) scale(.0726);animation:fall-117 20s -11s linear infinite}@keyframes fall-117{39.051%{transform:translate(96.2891vw,39.051vh) scale(.0726)}to{transform:translate(92.4333vw,99vh) scale(.0726)}}.snow:nth-child(118){opacity:1.4126;transform:translate(51.9459vw,-10px) scale(.7218);animation:fall-118 28s -23s linear infinite}@keyframes fall-118{35.175%{transform:translate(57.3137vw,35.175vh) scale(.7218)}to{transform:translate(54.6298vw,99vh) scale(.7218)}}.snow:nth-child(119){opacity:.875;transform:translate(48.9962vw,-10px) scale(.9746);animation:fall-119 11s -28s linear infinite}@keyframes fall-119{36.573%{transform:translate(46.1945vw,36.573vh) scale(.9746)}to{transform:translate(47.59535vw,99vh) scale(.9746)}}.snow:nth-child(120){opacity:1.767;transform:translate(49.3105vw,-10px) scale(.7535);animation:fall-120 28s -19s linear infinite}@keyframes fall-120{47.443%{transform:translate(49.5833vw,47.443vh) scale(.7535)}to{transform:translate(49.4469vw,99vh) scale(.7535)}}.snow:nth-child(121){opacity:1.3694;transform:translate(50.362vw,-10px) scale(.7898);animation:fall-121 29s -4s linear infinite}@keyframes fall-121{31.284%{transform:translate(44.9662vw,31.284vh) scale(.7898)}to{transform:translate(47.6641vw,99vh) scale(.7898)}}.snow:nth-child(122){opacity:1.1462;transform:translate(7.0152vw,-10px) scale(.324);animation:fall-122 14s -28s linear infinite}@keyframes fall-122{53.867%{transform:translate(12.9911vw,53.867vh) scale(.324)}to{transform:translate(10.00315vw,99vh) scale(.324)}}.snow:nth-child(123){opacity:1.2676;transform:translate(30.4313vw,-10px) scale(.0357);animation:fall-123 21s -9s linear infinite}@keyframes fall-123{37.987%{transform:translate(24.6654vw,37.987vh) scale(.0357)}to{transform:translate(27.54835vw,99vh) scale(.0357)}}.snow:nth-child(124){opacity:.4744;transform:translate(86.6438vw,-10px) scale(.3381);animation:fall-124 28s -28s linear infinite}@keyframes fall-124{33.464%{transform:translate(81.5848vw,33.464vh) scale(.3381)}to{transform:translate(84.1143vw,99vh) scale(.3381)}}.snow:nth-child(125){opacity:.1574;transform:translate(91.6609vw,-10px) scale(.3392);animation:fall-125 22s -17s linear infinite}@keyframes fall-125{74.597%{transform:translate(89.9188vw,74.597vh) scale(.3392)}to{transform:translate(90.78985vw,99vh) scale(.3392)}}.snow:nth-child(126){opacity:.8952;transform:translate(54.9549vw,-10px) scale(.7738);animation:fall-126 19s -15s linear infinite}@keyframes fall-126{34.659%{transform:translate(61.8142vw,34.659vh) scale(.7738)}to{transform:translate(58.38455vw,99vh) scale(.7738)}}.snow:nth-child(127){opacity:1.7768;transform:translate(99.7558vw,-10px) scale(.3077);animation:fall-127 16s -23s linear infinite}@keyframes fall-127{53.757%{transform:translate(93.6433vw,53.757vh) scale(.3077)}to{transform:translate(96.69955vw,99vh) scale(.3077)}}.snow:nth-child(128){opacity:.9766;transform:translate(2.5611vw,-10px) scale(.6813);animation:fall-128 18s -20s linear infinite}@keyframes fall-128{75.885%{transform:translate(.186vw,75.885vh) scale(.6813)}to{transform:translate(1.37355vw,99vh) scale(.6813)}}.snow:nth-child(129){opacity:.238;transform:translate(38.9388vw,-10px) scale(.3864);animation:fall-129 13s -7s linear infinite}@keyframes fall-129{64.518%{transform:translate(38.421vw,64.518vh) scale(.3864)}to{transform:translate(38.6799vw,99vh) scale(.3864)}}.snow:nth-child(130){opacity:.2256;transform:translate(40.3979vw,-10px) scale(.2361);animation:fall-130 17s -6s linear infinite}@keyframes fall-130{47.363%{transform:translate(32.8205vw,47.363vh) scale(.2361)}to{transform:translate(36.6092vw,99vh) scale(.2361)}}.snow:nth-child(131){opacity:1.2496;transform:translate(56.0692vw,-10px) scale(.8054);animation:fall-131 20s -12s linear infinite}@keyframes fall-131{44.42%{transform:translate(48.563vw,44.42vh) scale(.8054)}to{transform:translate(52.3161vw,99vh) scale(.8054)}}.snow:nth-child(132){opacity:1.7728;transform:translate(77.007vw,-10px) scale(.8197);animation:fall-132 17s -22s linear infinite}@keyframes fall-132{74.092%{transform:translate(68.2586vw,74.092vh) scale(.8197)}to{transform:translate(72.6328vw,99vh) scale(.8197)}}.snow:nth-child(133){opacity:1.291;transform:translate(43.5189vw,-10px) scale(.1297);animation:fall-133 13s -16s linear infinite}@keyframes fall-133{34.889%{transform:translate(51.4556vw,34.889vh) scale(.1297)}to{transform:translate(47.48725vw,99vh) scale(.1297)}}.snow:nth-child(134){opacity:.1256;transform:translate(27.184vw,-10px) scale(.5811);animation:fall-134 13s -24s linear infinite}@keyframes fall-134{40.959%{transform:translate(33.0418vw,40.959vh) scale(.5811)}to{transform:translate(30.1129vw,99vh) scale(.5811)}}.snow:nth-child(135){opacity:1.2868;transform:translate(15.3371vw,-10px) scale(.6006);animation:fall-135 13s -17s linear infinite}@keyframes fall-135{73.355%{transform:translate(13.0469vw,73.355vh) scale(.6006)}to{transform:translate(14.192vw,99vh) scale(.6006)}}.snow:nth-child(136){opacity:.3414;transform:translate(86.472vw,-10px) scale(.2304);animation:fall-136 15s -24s linear infinite}@keyframes fall-136{52.647%{transform:translate(86.384vw,52.647vh) scale(.2304)}to{transform:translate(86.428vw,99vh) scale(.2304)}}.snow:nth-child(137){opacity:1.6544;transform:translate(48.4861vw,-10px) scale(.0476);animation:fall-137 15s -6s linear infinite}@keyframes fall-137{34.527%{transform:translate(55.0456vw,34.527vh) scale(.0476)}to{transform:translate(51.76585vw,99vh) scale(.0476)}}.snow:nth-child(138){opacity:.1332;transform:translate(43.4024vw,-10px) scale(.4376);animation:fall-138 30s -25s linear infinite}@keyframes fall-138{69.518%{transform:translate(48.6613vw,69.518vh) scale(.4376)}to{transform:translate(46.03185vw,99vh) scale(.4376)}}.snow:nth-child(139){opacity:.0398;transform:translate(51.9382vw,-10px) scale(.9736);animation:fall-139 21s -28s linear infinite}@keyframes fall-139{68.433%{transform:translate(50.0768vw,68.433vh) scale(.9736)}to{transform:translate(51.0075vw,99vh) scale(.9736)}}.snow:nth-child(140){opacity:.083;transform:translate(28.6032vw,-10px) scale(.4814);animation:fall-140 13s -10s linear infinite}@keyframes fall-140{70.728%{transform:translate(22.2414vw,70.728vh) scale(.4814)}to{transform:translate(25.4223vw,99vh) scale(.4814)}}.snow:nth-child(141){opacity:.6676;transform:translate(67.0871vw,-10px) scale(.4427);animation:fall-141 15s -1s linear infinite}@keyframes fall-141{69.604%{transform:translate(59.5995vw,69.604vh) scale(.4427)}to{transform:translate(63.3433vw,99vh) scale(.4427)}}.snow:nth-child(142){opacity:1.838;transform:translate(93.2213vw,-10px) scale(.0289);animation:fall-142 21s -25s linear infinite}@keyframes fall-142{41.116%{transform:translate(94.9862vw,41.116vh) scale(.0289)}to{transform:translate(94.10375vw,99vh) scale(.0289)}}.snow:nth-child(143){opacity:1.0226;transform:translate(71.4675vw,-10px) scale(.6421);animation:fall-143 29s -22s linear infinite}@keyframes fall-143{45.016%{transform:translate(69.4318vw,45.016vh) scale(.6421)}to{transform:translate(70.44965vw,99vh) scale(.6421)}}.snow:nth-child(144){opacity:1.5584;transform:translate(90.2242vw,-10px) scale(.6282);animation:fall-144 17s -17s linear infinite}@keyframes fall-144{64.962%{transform:translate(88.5777vw,64.962vh) scale(.6282)}to{transform:translate(89.40095vw,99vh) scale(.6282)}}.snow:nth-child(145){opacity:.163;transform:translate(91.2521vw,-10px) scale(.6229);animation:fall-145 30s -15s linear infinite}@keyframes fall-145{36.754%{transform:translate(88.6206vw,36.754vh) scale(.6229)}to{transform:translate(89.93635vw,99vh) scale(.6229)}}.snow:nth-child(146){opacity:1.8936;transform:translate(14.1781vw,-10px) scale(.9048);animation:fall-146 20s -27s linear infinite}@keyframes fall-146{38.845%{transform:translate(9.5681vw,38.845vh) scale(.9048)}to{transform:translate(11.8731vw,99vh) scale(.9048)}}.snow:nth-child(147){opacity:.7746;transform:translate(20.8215vw,-10px) scale(.15);animation:fall-147 15s -14s linear infinite}@keyframes fall-147{43.313%{transform:translate(18.068vw,43.313vh) scale(.15)}to{transform:translate(19.44475vw,99vh) scale(.15)}}.snow:nth-child(148){opacity:1.4954;transform:translate(83.9457vw,-10px) scale(.2777);animation:fall-148 22s -1s linear infinite}@keyframes fall-148{69.423%{transform:translate(80.6054vw,69.423vh) scale(.2777)}to{transform:translate(82.27555vw,99vh) scale(.2777)}}.snow:nth-child(149){opacity:.7158;transform:translate(52.8664vw,-10px) scale(.8241);animation:fall-149 10s -6s linear infinite}@keyframes fall-149{62.1%{transform:translate(62.1869vw,62.1vh) scale(.8241)}to{transform:translate(57.52665vw,99vh) scale(.8241)}}.snow:nth-child(150){opacity:.0742;transform:translate(16.6997vw,-10px) scale(.4591);animation:fall-150 11s -24s linear infinite}@keyframes fall-150{51.568%{transform:translate(9.0242vw,51.568vh) scale(.4591)}to{transform:translate(12.86195vw,99vh) scale(.4591)}}.snow:nth-child(151){opacity:1.1448;transform:translate(8.2188vw,-10px) scale(.5749);animation:fall-151 20s -9s linear infinite}@keyframes fall-151{49.19%{transform:translate(15.9892vw,49.19vh) scale(.5749)}to{transform:translate(12.104vw,99vh) scale(.5749)}}.snow:nth-child(152){opacity:1.643;transform:translate(41.3527vw,-10px) scale(.4789);animation:fall-152 15s -14s linear infinite}@keyframes fall-152{58.177%{transform:translate(37.243vw,58.177vh) scale(.4789)}to{transform:translate(39.29785vw,99vh) scale(.4789)}}.snow:nth-child(153){opacity:.1874;transform:translate(35.4787vw,-10px) scale(.1018);animation:fall-153 17s -6s linear infinite}@keyframes fall-153{58.186%{transform:translate(27.7823vw,58.186vh) scale(.1018)}to{transform:translate(31.6305vw,99vh) scale(.1018)}}.snow:nth-child(154){opacity:1.5488;transform:translate(12.3766vw,-10px) scale(.4319);animation:fall-154 12s -25s linear infinite}@keyframes fall-154{37.945%{transform:translate(11.2219vw,37.945vh) scale(.4319)}to{transform:translate(11.79925vw,99vh) scale(.4319)}}.snow:nth-child(155){opacity:.056;transform:translate(63.6913vw,-10px) scale(.0843);animation:fall-155 23s -30s linear infinite}@keyframes fall-155{47.148%{transform:translate(56.4374vw,47.148vh) scale(.0843)}to{transform:translate(60.06435vw,99vh) scale(.0843)}}.snow:nth-child(156){opacity:1.42;transform:translate(40.3212vw,-10px) scale(.8152);animation:fall-156 27s -11s linear infinite}@keyframes fall-156{53.275%{transform:translate(42.8838vw,53.275vh) scale(.8152)}to{transform:translate(41.6025vw,99vh) scale(.8152)}}.snow:nth-child(157){opacity:.2974;transform:translate(45.3051vw,-10px) scale(.3258);animation:fall-157 23s -15s linear infinite}@keyframes fall-157{71.336%{transform:translate(43.9031vw,71.336vh) scale(.3258)}to{transform:translate(44.6041vw,99vh) scale(.3258)}}.snow:nth-child(158){opacity:.5614;transform:translate(71.4957vw,-10px) scale(.3566);animation:fall-158 12s -18s linear infinite}@keyframes fall-158{48.213%{transform:translate(68.7015vw,48.213vh) scale(.3566)}to{transform:translate(70.0986vw,99vh) scale(.3566)}}.snow:nth-child(159){opacity:.0608;transform:translate(18.1322vw,-10px) scale(.9297);animation:fall-159 14s -19s linear infinite}@keyframes fall-159{67.056%{transform:translate(14.0386vw,67.056vh) scale(.9297)}to{transform:translate(16.0854vw,99vh) scale(.9297)}}.snow:nth-child(160){opacity:1.9444;transform:translate(54.4972vw,-10px) scale(.3664);animation:fall-160 16s -4s linear infinite}@keyframes fall-160{67.754%{transform:translate(47.7421vw,67.754vh) scale(.3664)}to{transform:translate(51.11965vw,99vh) scale(.3664)}}.snow:nth-child(161){opacity:1.6556;transform:translate(18.9493vw,-10px) scale(.6557);animation:fall-161 28s -26s linear infinite}@keyframes fall-161{60.496%{transform:translate(12.8752vw,60.496vh) scale(.6557)}to{transform:translate(15.91225vw,99vh) scale(.6557)}}.snow:nth-child(162){opacity:.1922;transform:translate(5.8378vw,-10px) scale(.6012);animation:fall-162 20s -2s linear infinite}@keyframes fall-162{38.871%{transform:translate(8.3251vw,38.871vh) scale(.6012)}to{transform:translate(7.08145vw,99vh) scale(.6012)}}.snow:nth-child(163){opacity:.7354;transform:translate(80.5832vw,-10px) scale(.1612);animation:fall-163 30s -24s linear infinite}@keyframes fall-163{79.368%{transform:translate(80.9595vw,79.368vh) scale(.1612)}to{transform:translate(80.77135vw,99vh) scale(.1612)}}.snow:nth-child(164){opacity:.3608;transform:translate(29.1165vw,-10px) scale(.3116);animation:fall-164 30s -22s linear infinite}@keyframes fall-164{78.69%{transform:translate(20.0919vw,78.69vh) scale(.3116)}to{transform:translate(24.6042vw,99vh) scale(.3116)}}.snow:nth-child(165){opacity:.862;transform:translate(2.0337vw,-10px) scale(.0898);animation:fall-165 10s -9s linear infinite}@keyframes fall-165{65.343%{transform:translate(5.6826vw,65.343vh) scale(.0898)}to{transform:translate(3.85815vw,99vh) scale(.0898)}}.snow:nth-child(166){opacity:.6404;transform:translate(2.5531vw,-10px) scale(.8771);animation:fall-166 26s -10s linear infinite}@keyframes fall-166{54.967%{transform:translate(2.8693vw,54.967vh) scale(.8771)}to{transform:translate(2.7112vw,99vh) scale(.8771)}}.snow:nth-child(167){opacity:.4334;transform:translate(66.1472vw,-10px) scale(.338);animation:fall-167 13s -1s linear infinite}@keyframes fall-167{54.454%{transform:translate(71.7968vw,54.454vh) scale(.338)}to{transform:translate(68.972vw,99vh) scale(.338)}}.snow:nth-child(168){opacity:1.5338;transform:translate(79.6625vw,-10px) scale(.2963);animation:fall-168 25s -22s linear infinite}@keyframes fall-168{77.647%{transform:translate(89.4373vw,77.647vh) scale(.2963)}to{transform:translate(84.5499vw,99vh) scale(.2963)}}.snow:nth-child(169){opacity:1.8876;transform:translate(80.5356vw,-10px) scale(.9153);animation:fall-169 17s -22s linear infinite}@keyframes fall-169{40.018%{transform:translate(74.8485vw,40.018vh) scale(.9153)}to{transform:translate(77.69205vw,99vh) scale(.9153)}}.snow:nth-child(170){opacity:.4676;transform:translate(56.0039vw,-10px) scale(.983);animation:fall-170 29s -14s linear infinite}@keyframes fall-170{64.116%{transform:translate(49.8298vw,64.116vh) scale(.983)}to{transform:translate(52.91685vw,99vh) scale(.983)}}.snow:nth-child(171){opacity:1.2088;transform:translate(76.2161vw,-10px) scale(.7177);animation:fall-171 14s -12s linear infinite}@keyframes fall-171{38.321%{transform:translate(80.4099vw,38.321vh) scale(.7177)}to{transform:translate(78.313vw,99vh) scale(.7177)}}.snow:nth-child(172){opacity:.9444;transform:translate(92.3887vw,-10px) scale(.9763);animation:fall-172 19s -8s linear infinite}@keyframes fall-172{46.914%{transform:translate(97.5919vw,46.914vh) scale(.9763)}to{transform:translate(94.9903vw,99vh) scale(.9763)}}.snow:nth-child(173){opacity:.4924;transform:translate(12.011vw,-10px) scale(.834);animation:fall-173 13s -25s linear infinite}@keyframes fall-173{49.763%{transform:translate(12.4937vw,49.763vh) scale(.834)}to{transform:translate(12.25235vw,99vh) scale(.834)}}.snow:nth-child(174){opacity:.3192;transform:translate(60.4402vw,-10px) scale(.9126);animation:fall-174 30s -7s linear infinite}@keyframes fall-174{41.94%{transform:translate(61.0708vw,41.94vh) scale(.9126)}to{transform:translate(60.7555vw,99vh) scale(.9126)}}.snow:nth-child(175){opacity:1.1712;transform:translate(63.5657vw,-10px) scale(.7981);animation:fall-175 15s -23s linear infinite}@keyframes fall-175{38.721%{transform:translate(63.5286vw,38.721vh) scale(.7981)}to{transform:translate(63.54715vw,99vh) scale(.7981)}}.snow:nth-child(176){opacity:.7776;transform:translate(79.1906vw,-10px) scale(.4403);animation:fall-176 29s -26s linear infinite}@keyframes fall-176{67.167%{transform:translate(85.6065vw,67.167vh) scale(.4403)}to{transform:translate(82.39855vw,99vh) scale(.4403)}}.snow:nth-child(177){opacity:1.5604;transform:translate(54.8134vw,-10px) scale(.9722);animation:fall-177 23s -30s linear infinite}@keyframes fall-177{67.353%{transform:translate(52.3221vw,67.353vh) scale(.9722)}to{transform:translate(53.56775vw,99vh) scale(.9722)}}.snow:nth-child(178){opacity:.4614;transform:translate(30.4914vw,-10px) scale(.4088);animation:fall-178 25s -21s linear infinite}@keyframes fall-178{50.055%{transform:translate(28.9251vw,50.055vh) scale(.4088)}to{transform:translate(29.70825vw,99vh) scale(.4088)}}.snow:nth-child(179){opacity:1.9218;transform:translate(7.2244vw,-10px) scale(.522);animation:fall-179 19s -18s linear infinite}@keyframes fall-179{77.076%{transform:translate(-2.2637vw,77.076vh) scale(.522)}to{transform:translate(2.48035vw,99vh) scale(.522)}}.snow:nth-child(180){opacity:1.9862;transform:translate(68.528vw,-10px) scale(.0531);animation:fall-180 30s -29s linear infinite}@keyframes fall-180{79.236%{transform:translate(68.4109vw,79.236vh) scale(.0531)}to{transform:translate(68.46945vw,99vh) scale(.0531)}}.snow:nth-child(181){opacity:.1586;transform:translate(14.0088vw,-10px) scale(.6055);animation:fall-181 27s -22s linear infinite}@keyframes fall-181{60.515%{transform:translate(6.3578vw,60.515vh) scale(.6055)}to{transform:translate(10.1833vw,99vh) scale(.6055)}}.snow:nth-child(182){opacity:1.3826;transform:translate(15.8958vw,-10px) scale(.2436);animation:fall-182 21s -1s linear infinite}@keyframes fall-182{46.644%{transform:translate(20.7928vw,46.644vh) scale(.2436)}to{transform:translate(18.3443vw,99vh) scale(.2436)}}.snow:nth-child(183){opacity:.3988;transform:translate(.063vw,-10px) scale(.1897);animation:fall-183 11s -2s linear infinite}@keyframes fall-183{61.981%{transform:translate(-6.7957vw,61.981vh) scale(.1897)}to{transform:translate(-3.36635vw,99vh) scale(.1897)}}.snow:nth-child(184){opacity:.797;transform:translate(22.5857vw,-10px) scale(.523);animation:fall-184 26s -6s linear infinite}@keyframes fall-184{44.851%{transform:translate(26.7458vw,44.851vh) scale(.523)}to{transform:translate(24.66575vw,99vh) scale(.523)}}.snow:nth-child(185){opacity:1.2728;transform:translate(13.8571vw,-10px) scale(.2144);animation:fall-185 22s -23s linear infinite}@keyframes fall-185{47.167%{transform:translate(9.3583vw,47.167vh) scale(.2144)}to{transform:translate(11.6077vw,99vh) scale(.2144)}}.snow:nth-child(186){opacity:.6536;transform:translate(76.0481vw,-10px) scale(.3302);animation:fall-186 16s -1s linear infinite}@keyframes fall-186{78.486%{transform:translate(84.4996vw,78.486vh) scale(.3302)}to{transform:translate(80.27385vw,99vh) scale(.3302)}}.snow:nth-child(187){opacity:.1702;transform:translate(28.1601vw,-10px) scale(.9278);animation:fall-187 30s -24s linear infinite}@keyframes fall-187{35.914%{transform:translate(23.5336vw,35.914vh) scale(.9278)}to{transform:translate(25.84685vw,99vh) scale(.9278)}}.snow:nth-child(188){opacity:1.9778;transform:translate(82.3856vw,-10px) scale(.5356);animation:fall-188 16s -28s linear infinite}@keyframes fall-188{43.665%{transform:translate(89.7117vw,43.665vh) scale(.5356)}to{transform:translate(86.04865vw,99vh) scale(.5356)}}.snow:nth-child(189){opacity:.1266;transform:translate(45.4904vw,-10px) scale(.1577);animation:fall-189 10s -30s linear infinite}@keyframes fall-189{60.583%{transform:translate(43.2307vw,60.583vh) scale(.1577)}to{transform:translate(44.36055vw,99vh) scale(.1577)}}.snow:nth-child(190){opacity:1.1996;transform:translate(20.1843vw,-10px) scale(.5127);animation:fall-190 21s -25s linear infinite}@keyframes fall-190{79.496%{transform:translate(21.3796vw,79.496vh) scale(.5127)}to{transform:translate(20.78195vw,99vh) scale(.5127)}}.snow:nth-child(191){opacity:1.8058;transform:translate(15.8024vw,-10px) scale(.7749);animation:fall-191 11s -9s linear infinite}@keyframes fall-191{63.897%{transform:translate(21.3782vw,63.897vh) scale(.7749)}to{transform:translate(18.5903vw,99vh) scale(.7749)}}.snow:nth-child(192){opacity:1.9186;transform:translate(60.8957vw,-10px) scale(.0567);animation:fall-192 17s -15s linear infinite}@keyframes fall-192{70.279%{transform:translate(54.8414vw,70.279vh) scale(.0567)}to{transform:translate(57.86855vw,99vh) scale(.0567)}}.snow:nth-child(193){opacity:1.386;transform:translate(51.179vw,-10px) scale(.228);animation:fall-193 15s -26s linear infinite}@keyframes fall-193{59.863%{transform:translate(59.0147vw,59.863vh) scale(.228)}to{transform:translate(55.09685vw,99vh) scale(.228)}}.snow:nth-child(194){opacity:1.9052;transform:translate(53.0912vw,-10px) scale(.8783);animation:fall-194 13s -11s linear infinite}@keyframes fall-194{73.933%{transform:translate(62.5552vw,73.933vh) scale(.8783)}to{transform:translate(57.8232vw,99vh) scale(.8783)}}.snow:nth-child(195){opacity:.4682;transform:translate(8.6274vw,-10px) scale(.9595);animation:fall-195 26s -27s linear infinite}@keyframes fall-195{39.686%{transform:translate(-.527vw,39.686vh) scale(.9595)}to{transform:translate(4.0502vw,99vh) scale(.9595)}}.snow:nth-child(196){opacity:1.4648;transform:translate(27.778vw,-10px) scale(.1698);animation:fall-196 20s -1s linear infinite}@keyframes fall-196{52.808%{transform:translate(31.3342vw,52.808vh) scale(.1698)}to{transform:translate(29.5561vw,99vh) scale(.1698)}}.snow:nth-child(197){opacity:.276;transform:translate(29.1231vw,-10px) scale(.5355);animation:fall-197 16s -22s linear infinite}@keyframes fall-197{58.793%{transform:translate(24.2335vw,58.793vh) scale(.5355)}to{transform:translate(26.6783vw,99vh) scale(.5355)}}.snow:nth-child(198){opacity:1.2162;transform:translate(4.2071vw,-10px) scale(.7201);animation:fall-198 10s -24s linear infinite}@keyframes fall-198{60.451%{transform:translate(11.1097vw,60.451vh) scale(.7201)}to{transform:translate(7.6584vw,99vh) scale(.7201)}}.snow:nth-child(199){opacity:1.279;transform:translate(53.2727vw,-10px) scale(.8505);animation:fall-199 30s -12s linear infinite}@keyframes fall-199{65.008%{transform:translate(52.8419vw,65.008vh) scale(.8505)}to{transform:translate(53.0573vw,99vh) scale(.8505)}}.snow:nth-child(200){opacity:.945;transform:translate(40.9333vw,-10px) scale(.2387);animation:fall-200 10s -23s linear infinite}@keyframes fall-200{68.372%{transform:translate(42.7343vw,68.372vh) scale(.2387)}to{transform:translate(41.8338vw,99vh) scale(.2387)}}.snow:nth-child(201){opacity:1.627;transform:translate(35.0544vw,-10px) scale(.1316);animation:fall-201 28s -1s linear infinite}@keyframes fall-201{52.548%{transform:translate(31.871vw,52.548vh) scale(.1316)}to{transform:translate(33.4627vw,99vh) scale(.1316)}}.snow:nth-child(202){opacity:.817;transform:translate(8.6912vw,-10px) scale(.2216);animation:fall-202 23s -17s linear infinite}@keyframes fall-202{43.944%{transform:translate(2.228vw,43.944vh) scale(.2216)}to{transform:translate(5.4596vw,99vh) scale(.2216)}}.snow:nth-child(203){opacity:1.0486;transform:translate(49.43vw,-10px) scale(.8404);animation:fall-203 24s -8s linear infinite}@keyframes fall-203{56.957%{transform:translate(43.4373vw,56.957vh) scale(.8404)}to{transform:translate(46.43365vw,99vh) scale(.8404)}}.snow:nth-child(204){opacity:.272;transform:translate(47.5632vw,-10px) scale(.5782);animation:fall-204 17s -28s linear infinite}@keyframes fall-204{37.967%{transform:translate(50.8229vw,37.967vh) scale(.5782)}to{transform:translate(49.19305vw,99vh) scale(.5782)}}.snow:nth-child(205){opacity:.2354;transform:translate(88.3306vw,-10px) scale(.9438);animation:fall-205 11s -6s linear infinite}@keyframes fall-205{57.614%{transform:translate(81.3298vw,57.614vh) scale(.9438)}to{transform:translate(84.8302vw,99vh) scale(.9438)}}.snow:nth-child(206){opacity:.2244;transform:translate(99.2442vw,-10px) scale(.5255);animation:fall-206 25s -20s linear infinite}@keyframes fall-206{52.731%{transform:translate(94.1875vw,52.731vh) scale(.5255)}to{transform:translate(96.71585vw,99vh) scale(.5255)}}.snow:nth-child(207){opacity:1.4814;transform:translate(21.6192vw,-10px) scale(.396);animation:fall-207 12s -30s linear infinite}@keyframes fall-207{67.939%{transform:translate(19.4769vw,67.939vh) scale(.396)}to{transform:translate(20.54805vw,99vh) scale(.396)}}.snow:nth-child(208){opacity:.6934;transform:translate(67.7676vw,-10px) scale(.0899);animation:fall-208 20s -7s linear infinite}@keyframes fall-208{31.768%{transform:translate(71.139vw,31.768vh) scale(.0899)}to{transform:translate(69.4533vw,99vh) scale(.0899)}}.snow:nth-child(209){opacity:.7452;transform:translate(60.2025vw,-10px) scale(.1849);animation:fall-209 17s -10s linear infinite}@keyframes fall-209{67.947%{transform:translate(65.3253vw,67.947vh) scale(.1849)}to{transform:translate(62.7639vw,99vh) scale(.1849)}}.snow:nth-child(210){opacity:1.9096;transform:translate(32.0366vw,-10px) scale(.8836);animation:fall-210 25s -5s linear infinite}@keyframes fall-210{68.117%{transform:translate(24.6423vw,68.117vh) scale(.8836)}to{transform:translate(28.33945vw,99vh) scale(.8836)}}.snow:nth-child(211){opacity:.058;transform:translate(75.9235vw,-10px) scale(.6045);animation:fall-211 27s -12s linear infinite}@keyframes fall-211{49.234%{transform:translate(76.319vw,49.234vh) scale(.6045)}to{transform:translate(76.12125vw,99vh) scale(.6045)}}.snow:nth-child(212){opacity:1.1848;transform:translate(24.3776vw,-10px) scale(.9054);animation:fall-212 11s -1s linear infinite}@keyframes fall-212{61.776%{transform:translate(16.2539vw,61.776vh) scale(.9054)}to{transform:translate(20.31575vw,99vh) scale(.9054)}}.snow:nth-child(213){opacity:.184;transform:translate(94.9513vw,-10px) scale(.2138);animation:fall-213 23s -8s linear infinite}@keyframes fall-213{63.792%{transform:translate(87.5167vw,63.792vh) scale(.2138)}to{transform:translate(91.234vw,99vh) scale(.2138)}}.snow:nth-child(214){opacity:.7984;transform:translate(11.0212vw,-10px) scale(.3869);animation:fall-214 27s -14s linear infinite}@keyframes fall-214{64.54%{transform:translate(1.0718vw,64.54vh) scale(.3869)}to{transform:translate(6.0465vw,99vh) scale(.3869)}}.snow:nth-child(215){opacity:.4676;transform:translate(97.2173vw,-10px) scale(.2694);animation:fall-215 14s -30s linear infinite}@keyframes fall-215{45.16%{transform:translate(96.5045vw,45.16vh) scale(.2694)}to{transform:translate(96.8609vw,99vh) scale(.2694)}}.snow:nth-child(216){opacity:1.3654;transform:translate(54.8299vw,-10px) scale(.0825);animation:fall-216 19s -10s linear infinite}@keyframes fall-216{73.629%{transform:translate(63.4375vw,73.629vh) scale(.0825)}to{transform:translate(59.1337vw,99vh) scale(.0825)}}.snow:nth-child(217){opacity:.6754;transform:translate(18.0396vw,-10px) scale(.1647);animation:fall-217 11s -6s linear infinite}@keyframes fall-217{33.591%{transform:translate(16.9894vw,33.591vh) scale(.1647)}to{transform:translate(17.5145vw,99vh) scale(.1647)}}.snow:nth-child(218){opacity:.0478;transform:translate(59.7155vw,-10px) scale(.3959);animation:fall-218 24s -8s linear infinite}@keyframes fall-218{55.823%{transform:translate(50.0091vw,55.823vh) scale(.3959)}to{transform:translate(54.8623vw,99vh) scale(.3959)}}.snow:nth-child(219){opacity:1.913;transform:translate(93.8274vw,-10px) scale(.4356);animation:fall-219 28s -16s linear infinite}@keyframes fall-219{67.919%{transform:translate(87.1713vw,67.919vh) scale(.4356)}to{transform:translate(90.49935vw,99vh) scale(.4356)}}.snow:nth-child(220){opacity:.0154;transform:translate(43.3703vw,-10px) scale(.3692);animation:fall-220 28s -5s linear infinite}@keyframes fall-220{37.485%{transform:translate(48.7784vw,37.485vh) scale(.3692)}to{transform:translate(46.07435vw,99vh) scale(.3692)}}.snow:nth-child(221){opacity:1.673;transform:translate(21.6636vw,-10px) scale(.4722);animation:fall-221 13s -19s linear infinite}@keyframes fall-221{51.227%{transform:translate(12.1737vw,51.227vh) scale(.4722)}to{transform:translate(16.91865vw,99vh) scale(.4722)}}.snow:nth-child(222){opacity:1.435;transform:translate(65.0297vw,-10px) scale(.7342);animation:fall-222 11s -5s linear infinite}@keyframes fall-222{71.179%{transform:translate(55.4793vw,71.179vh) scale(.7342)}to{transform:translate(60.2545vw,99vh) scale(.7342)}}.snow:nth-child(223){opacity:.9216;transform:translate(45.9947vw,-10px) scale(.5658);animation:fall-223 28s -8s linear infinite}@keyframes fall-223{59.749%{transform:translate(54.7954vw,59.749vh) scale(.5658)}to{transform:translate(50.39505vw,99vh) scale(.5658)}}.snow:nth-child(224){opacity:.5652;transform:translate(81.4765vw,-10px) scale(.8681);animation:fall-224 24s -27s linear infinite}@keyframes fall-224{57.071%{transform:translate(80.1334vw,57.071vh) scale(.8681)}to{transform:translate(80.80495vw,99vh) scale(.8681)}}.snow:nth-child(225){opacity:.9066;transform:translate(53.4148vw,-10px) scale(.7219);animation:fall-225 26s -4s linear infinite}@keyframes fall-225{61.977%{transform:translate(59.2989vw,61.977vh) scale(.7219)}to{transform:translate(56.35685vw,99vh) scale(.7219)}}.snow:nth-child(226){opacity:.7264;transform:translate(66.8165vw,-10px) scale(.0294);animation:fall-226 13s -16s linear infinite}@keyframes fall-226{73.41%{transform:translate(67.414vw,73.41vh) scale(.0294)}to{transform:translate(67.11525vw,99vh) scale(.0294)}}.snow:nth-child(227){opacity:1.3588;transform:translate(17.6279vw,-10px) scale(.2784);animation:fall-227 18s -18s linear infinite}@keyframes fall-227{47.19%{transform:translate(25.5347vw,47.19vh) scale(.2784)}to{transform:translate(21.5813vw,99vh) scale(.2784)}}.snow:nth-child(228){opacity:.8802;transform:translate(18.5076vw,-10px) scale(.5387);animation:fall-228 15s -12s linear infinite}@keyframes fall-228{60.58%{transform:translate(23.8424vw,60.58vh) scale(.5387)}to{transform:translate(21.175vw,99vh) scale(.5387)}}.snow:nth-child(229){opacity:1.8758;transform:translate(58.1511vw,-10px) scale(.9406);animation:fall-229 14s -17s linear infinite}@keyframes fall-229{38.347%{transform:translate(51.0039vw,38.347vh) scale(.9406)}to{transform:translate(54.5775vw,99vh) scale(.9406)}}.snow:nth-child(230){opacity:1.8028;transform:translate(62.1917vw,-10px) scale(.005);animation:fall-230 19s -14s linear infinite}@keyframes fall-230{37.106%{transform:translate(57.107vw,37.106vh) scale(.005)}to{transform:translate(59.64935vw,99vh) scale(.005)}}.snow:nth-child(231){opacity:1.7002;transform:translate(27.6098vw,-10px) scale(.9418);animation:fall-231 11s -4s linear infinite}@keyframes fall-231{41.346%{transform:translate(27.5869vw,41.346vh) scale(.9418)}to{transform:translate(27.59835vw,99vh) scale(.9418)}}.snow:nth-child(232){opacity:1.2126;transform:translate(7.9845vw,-10px) scale(.4592);animation:fall-232 25s -15s linear infinite}@keyframes fall-232{46.723%{transform:translate(.6111vw,46.723vh) scale(.4592)}to{transform:translate(4.2978vw,99vh) scale(.4592)}}.snow:nth-child(233){opacity:.5296;transform:translate(24.691vw,-10px) scale(.7716);animation:fall-233 23s -16s linear infinite}@keyframes fall-233{72.036%{transform:translate(21.9615vw,72.036vh) scale(.7716)}to{transform:translate(23.32625vw,99vh) scale(.7716)}}.snow:nth-child(234){opacity:.6756;transform:translate(37.8377vw,-10px) scale(.5036);animation:fall-234 26s -30s linear infinite}@keyframes fall-234{36.737%{transform:translate(43.5341vw,36.737vh) scale(.5036)}to{transform:translate(40.6859vw,99vh) scale(.5036)}}.snow:nth-child(235){opacity:.0662;transform:translate(19.9328vw,-10px) scale(.463);animation:fall-235 18s -11s linear infinite}@keyframes fall-235{59.008%{transform:translate(27.2272vw,59.008vh) scale(.463)}to{transform:translate(23.58vw,99vh) scale(.463)}}.snow:nth-child(236){opacity:1.9716;transform:translate(33.6987vw,-10px) scale(.9102);animation:fall-236 28s -23s linear infinite}@keyframes fall-236{34.582%{transform:translate(42.814vw,34.582vh) scale(.9102)}to{transform:translate(38.25635vw,99vh) scale(.9102)}}.snow:nth-child(237){opacity:.6964;transform:translate(36.2339vw,-10px) scale(.7649);animation:fall-237 21s -29s linear infinite}@keyframes fall-237{32.173%{transform:translate(32.2698vw,32.173vh) scale(.7649)}to{transform:translate(34.25185vw,99vh) scale(.7649)}}.snow:nth-child(238){opacity:.1842;transform:translate(26.1807vw,-10px) scale(.8009);animation:fall-238 20s -14s linear infinite}@keyframes fall-238{47.161%{transform:translate(23.1975vw,47.161vh) scale(.8009)}to{transform:translate(24.6891vw,99vh) scale(.8009)}}.snow:nth-child(239){opacity:1.7608;transform:translate(61.3522vw,-10px) scale(.7923);animation:fall-239 12s -23s linear infinite}@keyframes fall-239{33.442%{transform:translate(54.7612vw,33.442vh) scale(.7923)}to{transform:translate(58.0567vw,99vh) scale(.7923)}}.snow:nth-child(240){opacity:1.5244;transform:translate(36.3667vw,-10px) scale(.4201);animation:fall-240 12s -12s linear infinite}@keyframes fall-240{58.859%{transform:translate(38.0726vw,58.859vh) scale(.4201)}to{transform:translate(37.21965vw,99vh) scale(.4201)}}.snow:nth-child(241){opacity:1.3346;transform:translate(65.0074vw,-10px) scale(.3346);animation:fall-241 24s -25s linear infinite}@keyframes fall-241{78.227%{transform:translate(74.6016vw,78.227vh) scale(.3346)}to{transform:translate(69.8045vw,99vh) scale(.3346)}}.snow:nth-child(242){opacity:1.7486;transform:translate(21.9208vw,-10px) scale(.9983);animation:fall-242 22s -20s linear infinite}@keyframes fall-242{72.568%{transform:translate(22.4406vw,72.568vh) scale(.9983)}to{transform:translate(22.1807vw,99vh) scale(.9983)}}.snow:nth-child(243){opacity:1.7454;transform:translate(42.6536vw,-10px) scale(.6917);animation:fall-243 14s -20s linear infinite}@keyframes fall-243{35.599%{transform:translate(43.4867vw,35.599vh) scale(.6917)}to{transform:translate(43.07015vw,99vh) scale(.6917)}}.snow:nth-child(244){opacity:.0874;transform:translate(13.8562vw,-10px) scale(.1273);animation:fall-244 20s -22s linear infinite}@keyframes fall-244{35.166%{transform:translate(15.2275vw,35.166vh) scale(.1273)}to{transform:translate(14.54185vw,99vh) scale(.1273)}}.snow:nth-child(245){opacity:.0736;transform:translate(38.457vw,-10px) scale(.3053);animation:fall-245 24s -29s linear infinite}@keyframes fall-245{65.177%{transform:translate(43.5871vw,65.177vh) scale(.3053)}to{transform:translate(41.02205vw,99vh) scale(.3053)}}.snow:nth-child(246){opacity:1.8048;transform:translate(5.9436vw,-10px) scale(.1963);animation:fall-246 28s -28s linear infinite}@keyframes fall-246{69.969%{transform:translate(9.2284vw,69.969vh) scale(.1963)}to{transform:translate(7.586vw,99vh) scale(.1963)}}.snow:nth-child(247){opacity:1.6808;transform:translate(87.0312vw,-10px) scale(.3105);animation:fall-247 29s -19s linear infinite}@keyframes fall-247{66.917%{transform:translate(94.9979vw,66.917vh) scale(.3105)}to{transform:translate(91.01455vw,99vh) scale(.3105)}}.snow:nth-child(248){opacity:1.126;transform:translate(95.803vw,-10px) scale(.475);animation:fall-248 13s -20s linear infinite}@keyframes fall-248{40.083%{transform:translate(104.5827vw,40.083vh) scale(.475)}to{transform:translate(100.19285vw,99vh) scale(.475)}}.snow:nth-child(249){opacity:1.367;transform:translate(42.2292vw,-10px) scale(.1878);animation:fall-249 10s -22s linear infinite}@keyframes fall-249{67.373%{transform:translate(47.7752vw,67.373vh) scale(.1878)}to{transform:translate(45.0022vw,99vh) scale(.1878)}}.snow:nth-child(250){opacity:1.8198;transform:translate(9.2444vw,-10px) scale(.6544);animation:fall-250 18s -8s linear infinite}@keyframes fall-250{70.704%{transform:translate(19.0069vw,70.704vh) scale(.6544)}to{transform:translate(14.12565vw,99vh) scale(.6544)}}.snow:nth-child(251){opacity:1.828;transform:translate(14.6712vw,-10px) scale(.9967);animation:fall-251 24s -7s linear infinite}@keyframes fall-251{74.766%{transform:translate(24.2798vw,74.766vh) scale(.9967)}to{transform:translate(19.4755vw,99vh) scale(.9967)}}.snow:nth-child(252){opacity:.58;transform:translate(18.8126vw,-10px) scale(.93);animation:fall-252 18s -19s linear infinite}@keyframes fall-252{78.695%{transform:translate(11.5673vw,78.695vh) scale(.93)}to{transform:translate(15.18995vw,99vh) scale(.93)}}.snow:nth-child(253){opacity:.0836;transform:translate(35.5129vw,-10px) scale(.2955);animation:fall-253 20s -7s linear infinite}@keyframes fall-253{54.6%{transform:translate(30.4133vw,54.6vh) scale(.2955)}to{transform:translate(32.9631vw,99vh) scale(.2955)}}.snow:nth-child(254){opacity:.7284;transform:translate(97.2841vw,-10px) scale(.0625);animation:fall-254 19s -11s linear infinite}@keyframes fall-254{48.284%{transform:translate(90.4873vw,48.284vh) scale(.0625)}to{transform:translate(93.8857vw,99vh) scale(.0625)}}.snow:nth-child(255){opacity:1.6502;transform:translate(24.3601vw,-10px) scale(.8827);animation:fall-255 25s -13s linear infinite}@keyframes fall-255{65.155%{transform:translate(25.2484vw,65.155vh) scale(.8827)}to{transform:translate(24.80425vw,99vh) scale(.8827)}}.snow:nth-child(256){opacity:.519;transform:translate(80.8182vw,-10px) scale(.0244);animation:fall-256 13s -1s linear infinite}@keyframes fall-256{32.895%{transform:translate(73.8682vw,32.895vh) scale(.0244)}to{transform:translate(77.3432vw,99vh) scale(.0244)}}.snow:nth-child(257){opacity:.5926;transform:translate(18.6459vw,-10px) scale(.2408);animation:fall-257 13s -10s linear infinite}@keyframes fall-257{40.044%{transform:translate(19.6275vw,40.044vh) scale(.2408)}to{transform:translate(19.1367vw,99vh) scale(.2408)}}.snow:nth-child(258){opacity:1.1744;transform:translate(78.2633vw,-10px) scale(.8224);animation:fall-258 19s -8s linear infinite}@keyframes fall-258{45.188%{transform:translate(85.5625vw,45.188vh) scale(.8224)}to{transform:translate(81.9129vw,99vh) scale(.8224)}}.snow:nth-child(259){opacity:1.5884;transform:translate(73.7725vw,-10px) scale(.7501);animation:fall-259 30s -13s linear infinite}@keyframes fall-259{55.835%{transform:translate(83.0642vw,55.835vh) scale(.7501)}to{transform:translate(78.41835vw,99vh) scale(.7501)}}.snow:nth-child(260){opacity:1.8698;transform:translate(58.3025vw,-10px) scale(.928);animation:fall-260 19s -16s linear infinite}@keyframes fall-260{47.5%{transform:translate(51.475vw,47.5vh) scale(.928)}to{transform:translate(54.88875vw,99vh) scale(.928)}}.snow:nth-child(261){opacity:.246;transform:translate(71.4492vw,-10px) scale(.938);animation:fall-261 17s -20s linear infinite}@keyframes fall-261{47.423%{transform:translate(68.2384vw,47.423vh) scale(.938)}to{transform:translate(69.8438vw,99vh) scale(.938)}}.snow:nth-child(262){opacity:1.629;transform:translate(83.0191vw,-10px) scale(.1453);animation:fall-262 25s -29s linear infinite}@keyframes fall-262{64.337%{transform:translate(83.1305vw,64.337vh) scale(.1453)}to{transform:translate(83.0748vw,99vh) scale(.1453)}}.snow:nth-child(263){opacity:1.8802;transform:translate(99.8859vw,-10px) scale(.9719);animation:fall-263 29s -6s linear infinite}@keyframes fall-263{53.484%{transform:translate(104.7374vw,53.484vh) scale(.9719)}to{transform:translate(102.31165vw,99vh) scale(.9719)}}.snow:nth-child(264){opacity:1.6176;transform:translate(45.5121vw,-10px) scale(.7539);animation:fall-264 19s -19s linear infinite}@keyframes fall-264{38.793%{transform:translate(36.7089vw,38.793vh) scale(.7539)}to{transform:translate(41.1105vw,99vh) scale(.7539)}}.snow:nth-child(265){opacity:1.2582;transform:translate(28.7728vw,-10px) scale(.7738);animation:fall-265 30s -19s linear infinite}@keyframes fall-265{67.018%{transform:translate(38.2365vw,67.018vh) scale(.7738)}to{transform:translate(33.50465vw,99vh) scale(.7738)}}.snow:nth-child(266){opacity:.828;transform:translate(46.804vw,-10px) scale(.4787);animation:fall-266 29s -6s linear infinite}@keyframes fall-266{66.114%{transform:translate(50.1885vw,66.114vh) scale(.4787)}to{transform:translate(48.49625vw,99vh) scale(.4787)}}.snow:nth-child(267){opacity:.0162;transform:translate(9.7374vw,-10px) scale(.8908);animation:fall-267 29s -9s linear infinite}@keyframes fall-267{33.071%{transform:translate(1.265vw,33.071vh) scale(.8908)}to{transform:translate(5.5012vw,99vh) scale(.8908)}}.snow:nth-child(268){opacity:.125;transform:translate(82.39vw,-10px) scale(.168);animation:fall-268 17s -20s linear infinite}@keyframes fall-268{67.671%{transform:translate(79.1249vw,67.671vh) scale(.168)}to{transform:translate(80.75745vw,99vh) scale(.168)}}.snow:nth-child(269){opacity:.6718;transform:translate(40.9622vw,-10px) scale(.05);animation:fall-269 23s -10s linear infinite}@keyframes fall-269{45.595%{transform:translate(45.4368vw,45.595vh) scale(.05)}to{transform:translate(43.1995vw,99vh) scale(.05)}}.snow:nth-child(270){opacity:.575;transform:translate(24.1337vw,-10px) scale(.317);animation:fall-270 29s -8s linear infinite}@keyframes fall-270{66.387%{transform:translate(19.4645vw,66.387vh) scale(.317)}to{transform:translate(21.7991vw,99vh) scale(.317)}}.snow:nth-child(271){opacity:.1706;transform:translate(10.7922vw,-10px) scale(.3234);animation:fall-271 29s -30s linear infinite}@keyframes fall-271{49.914%{transform:translate(13.1817vw,49.914vh) scale(.3234)}to{transform:translate(11.98695vw,99vh) scale(.3234)}}.snow:nth-child(272){opacity:.9512;transform:translate(77.9875vw,-10px) scale(.3709);animation:fall-272 20s -30s linear infinite}@keyframes fall-272{52.195%{transform:translate(80.4442vw,52.195vh) scale(.3709)}to{transform:translate(79.21585vw,99vh) scale(.3709)}}.snow:nth-child(273){opacity:.1502;transform:translate(25.7163vw,-10px) scale(.7177);animation:fall-273 14s -27s linear infinite}@keyframes fall-273{51.664%{transform:translate(31.4896vw,51.664vh) scale(.7177)}to{transform:translate(28.60295vw,99vh) scale(.7177)}}.snow:nth-child(274){opacity:.709;transform:translate(70.3681vw,-10px) scale(.5678);animation:fall-274 10s -21s linear infinite}@keyframes fall-274{69.698%{transform:translate(78.1331vw,69.698vh) scale(.5678)}to{transform:translate(74.2506vw,99vh) scale(.5678)}}.snow:nth-child(275){opacity:.5144;transform:translate(63.4665vw,-10px) scale(.1881);animation:fall-275 21s -2s linear infinite}@keyframes fall-275{40.555%{transform:translate(68.5506vw,40.555vh) scale(.1881)}to{transform:translate(66.00855vw,99vh) scale(.1881)}}.snow:nth-child(276){opacity:1.694;transform:translate(9.3363vw,-10px) scale(.4693);animation:fall-276 25s -19s linear infinite}@keyframes fall-276{44.189%{transform:translate(15.8044vw,44.189vh) scale(.4693)}to{transform:translate(12.57035vw,99vh) scale(.4693)}}.snow:nth-child(277){opacity:.788;transform:translate(80.8238vw,-10px) scale(.4819);animation:fall-277 11s -29s linear infinite}@keyframes fall-277{49.754%{transform:translate(73.7817vw,49.754vh) scale(.4819)}to{transform:translate(77.30275vw,99vh) scale(.4819)}}.snow:nth-child(278){opacity:.6336;transform:translate(27.2469vw,-10px) scale(.1157);animation:fall-278 27s -6s linear infinite}@keyframes fall-278{59.536%{transform:translate(33.3984vw,59.536vh) scale(.1157)}to{transform:translate(30.32265vw,99vh) scale(.1157)}}.snow:nth-child(279){opacity:1.6706;transform:translate(84.8972vw,-10px) scale(.5536);animation:fall-279 20s -19s linear infinite}@keyframes fall-279{72.81%{transform:translate(87.5383vw,72.81vh) scale(.5536)}to{transform:translate(86.21775vw,99vh) scale(.5536)}}.snow:nth-child(280){opacity:1.9832;transform:translate(1.271vw,-10px) scale(.0751);animation:fall-280 17s -27s linear infinite}@keyframes fall-280{36.318%{transform:translate(9.4287vw,36.318vh) scale(.0751)}to{transform:translate(5.34985vw,99vh) scale(.0751)}}.snow:nth-child(281){opacity:1.5588;transform:translate(12.5106vw,-10px) scale(.5655);animation:fall-281 16s -6s linear infinite}@keyframes fall-281{60.352%{transform:translate(15.639vw,60.352vh) scale(.5655)}to{transform:translate(14.0748vw,99vh) scale(.5655)}}.snow:nth-child(282){opacity:.4244;transform:translate(63.7177vw,-10px) scale(.9493);animation:fall-282 24s -30s linear infinite}@keyframes fall-282{30.239%{transform:translate(55.0244vw,30.239vh) scale(.9493)}to{transform:translate(59.37105vw,99vh) scale(.9493)}}.snow:nth-child(283){opacity:1.8844;transform:translate(70.7312vw,-10px) scale(.4688);animation:fall-283 18s -30s linear infinite}@keyframes fall-283{61.324%{transform:translate(63.6625vw,61.324vh) scale(.4688)}to{transform:translate(67.19685vw,99vh) scale(.4688)}}.snow:nth-child(284){opacity:1.4472;transform:translate(98.7323vw,-10px) scale(.0541);animation:fall-284 26s -7s linear infinite}@keyframes fall-284{53.634%{transform:translate(103.2489vw,53.634vh) scale(.0541)}to{transform:translate(100.9906vw,99vh) scale(.0541)}}.snow:nth-child(285){opacity:1.4548;transform:translate(61.2579vw,-10px) scale(.3245);animation:fall-285 30s -17s linear infinite}@keyframes fall-285{58.517%{transform:translate(70.9108vw,58.517vh) scale(.3245)}to{transform:translate(66.08435vw,99vh) scale(.3245)}}.snow:nth-child(286){opacity:1.0586;transform:translate(78.2933vw,-10px) scale(.8303);animation:fall-286 11s -14s linear infinite}@keyframes fall-286{36.999%{transform:translate(68.7377vw,36.999vh) scale(.8303)}to{transform:translate(73.5155vw,99vh) scale(.8303)}}.snow:nth-child(287){opacity:.5596;transform:translate(90.7528vw,-10px) scale(.3182);animation:fall-287 16s -6s linear infinite}@keyframes fall-287{68.224%{transform:translate(84.4726vw,68.224vh) scale(.3182)}to{transform:translate(87.6127vw,99vh) scale(.3182)}}.snow:nth-child(288){opacity:.1144;transform:translate(86.6971vw,-10px) scale(.1166);animation:fall-288 16s -13s linear infinite}@keyframes fall-288{53.018%{transform:translate(80.8314vw,53.018vh) scale(.1166)}to{transform:translate(83.76425vw,99vh) scale(.1166)}}.snow:nth-child(289){opacity:.0662;transform:translate(48.4731vw,-10px) scale(.9006);animation:fall-289 14s -6s linear infinite}@keyframes fall-289{30.147%{transform:translate(50.0163vw,30.147vh) scale(.9006)}to{transform:translate(49.2447vw,99vh) scale(.9006)}}.snow:nth-child(290){opacity:1.7786;transform:translate(29.6982vw,-10px) scale(.4204);animation:fall-290 16s -6s linear infinite}@keyframes fall-290{37.818%{transform:translate(21.5626vw,37.818vh) scale(.4204)}to{transform:translate(25.6304vw,99vh) scale(.4204)}}.snow:nth-child(291){opacity:1.4678;transform:translate(48.6207vw,-10px) scale(.9249);animation:fall-291 10s -23s linear infinite}@keyframes fall-291{40.915%{transform:translate(52.8996vw,40.915vh) scale(.9249)}to{transform:translate(50.76015vw,99vh) scale(.9249)}}.snow:nth-child(292){opacity:.4014;transform:translate(23.471vw,-10px) scale(.433);animation:fall-292 23s -9s linear infinite}@keyframes fall-292{66.778%{transform:translate(16.4626vw,66.778vh) scale(.433)}to{transform:translate(19.9668vw,99vh) scale(.433)}}.snow:nth-child(293){opacity:1.4412;transform:translate(44.5773vw,-10px) scale(.6077);animation:fall-293 18s -13s linear infinite}@keyframes fall-293{54.666%{transform:translate(41.4369vw,54.666vh) scale(.6077)}to{transform:translate(43.0071vw,99vh) scale(.6077)}}.snow:nth-child(294){opacity:1.7814;transform:translate(93.3011vw,-10px) scale(.2981);animation:fall-294 21s -1s linear infinite}@keyframes fall-294{51.848%{transform:translate(99.2166vw,51.848vh) scale(.2981)}to{transform:translate(96.25885vw,99vh) scale(.2981)}}.snow:nth-child(295){opacity:.654;transform:translate(41.0453vw,-10px) scale(.7903);animation:fall-295 12s -2s linear infinite}@keyframes fall-295{72.581%{transform:translate(42.082vw,72.581vh) scale(.7903)}to{transform:translate(41.56365vw,99vh) scale(.7903)}}.snow:nth-child(296){opacity:1.3832;transform:translate(84.8041vw,-10px) scale(.8341);animation:fall-296 14s -13s linear infinite}@keyframes fall-296{73.608%{transform:translate(78.6279vw,73.608vh) scale(.8341)}to{transform:translate(81.716vw,99vh) scale(.8341)}}.snow:nth-child(297){opacity:1.99;transform:translate(95.0167vw,-10px) scale(.6491);animation:fall-297 12s -8s linear infinite}@keyframes fall-297{35.172%{transform:translate(100.4737vw,35.172vh) scale(.6491)}to{transform:translate(97.7452vw,99vh) scale(.6491)}}.snow:nth-child(298){opacity:1.8764;transform:translate(38.4614vw,-10px) scale(.9567);animation:fall-298 30s -13s linear infinite}@keyframes fall-298{61.331%{transform:translate(46.8417vw,61.331vh) scale(.9567)}to{transform:translate(42.65155vw,99vh) scale(.9567)}}.snow:nth-child(299){opacity:.5288;transform:translate(69.5176vw,-10px) scale(.5352);animation:fall-299 12s -11s linear infinite}@keyframes fall-299{37.956%{transform:translate(60.4082vw,37.956vh) scale(.5352)}to{transform:translate(64.9629vw,99vh) scale(.5352)}}.snow:nth-child(300){opacity:.5666;transform:translate(41.8176vw,-10px) scale(.3777);animation:fall-300 14s -23s linear infinite}@keyframes fall-300{33.726%{transform:translate(43.9628vw,33.726vh) scale(.3777)}to{transform:translate(42.8902vw,99vh) scale(.3777)}}.snow:nth-child(301){opacity:.6214;transform:translate(98.6898vw,-10px) scale(.5074);animation:fall-301 18s -11s linear infinite}@keyframes fall-301{37.361%{transform:translate(89.1938vw,37.361vh) scale(.5074)}to{transform:translate(93.9418vw,99vh) scale(.5074)}}.snow:nth-child(302){opacity:.414;transform:translate(99.4726vw,-10px) scale(.9795);animation:fall-302 30s -21s linear infinite}@keyframes fall-302{47.547%{transform:translate(107.0694vw,47.547vh) scale(.9795)}to{transform:translate(103.271vw,99vh) scale(.9795)}}.snow:nth-child(303){opacity:1.9934;transform:translate(57.1959vw,-10px) scale(.5482);animation:fall-303 12s -13s linear infinite}@keyframes fall-303{78.097%{transform:translate(59.1078vw,78.097vh) scale(.5482)}to{transform:translate(58.15185vw,99vh) scale(.5482)}}.snow:nth-child(304){opacity:1.45;transform:translate(94.9914vw,-10px) scale(.1094);animation:fall-304 23s -21s linear infinite}@keyframes fall-304{49.349%{transform:translate(93.1441vw,49.349vh) scale(.1094)}to{transform:translate(94.06775vw,99vh) scale(.1094)}}.snow:nth-child(305){opacity:.5626;transform:translate(85.2845vw,-10px) scale(.5887);animation:fall-305 26s -1s linear infinite}@keyframes fall-305{50.669%{transform:translate(76.1204vw,50.669vh) scale(.5887)}to{transform:translate(80.70245vw,99vh) scale(.5887)}}.snow:nth-child(306){opacity:1.164;transform:translate(62.6212vw,-10px) scale(.8967);animation:fall-306 14s -7s linear infinite}@keyframes fall-306{50.357%{transform:translate(72.1788vw,50.357vh) scale(.8967)}to{transform:translate(67.4vw,99vh) scale(.8967)}}.snow:nth-child(307){opacity:.7806;transform:translate(78.8275vw,-10px) scale(.282);animation:fall-307 25s -5s linear infinite}@keyframes fall-307{67.566%{transform:translate(83.4251vw,67.566vh) scale(.282)}to{transform:translate(81.1263vw,99vh) scale(.282)}}.snow:nth-child(308){opacity:.931;transform:translate(81.0686vw,-10px) scale(.1445);animation:fall-308 28s -12s linear infinite}@keyframes fall-308{58.259%{transform:translate(89.1507vw,58.259vh) scale(.1445)}to{transform:translate(85.10965vw,99vh) scale(.1445)}}.snow:nth-child(309){opacity:.7294;transform:translate(87.363vw,-10px) scale(.4333);animation:fall-309 12s -18s linear infinite}@keyframes fall-309{32.552%{transform:translate(85.6649vw,32.552vh) scale(.4333)}to{transform:translate(86.51395vw,99vh) scale(.4333)}}.snow:nth-child(310){opacity:1.513;transform:translate(37.0706vw,-10px) scale(.2277);animation:fall-310 24s -17s linear infinite}@keyframes fall-310{62.531%{transform:translate(41.86vw,62.531vh) scale(.2277)}to{transform:translate(39.4653vw,99vh) scale(.2277)}}.snow:nth-child(311){opacity:1.4758;transform:translate(84.964vw,-10px) scale(.3182);animation:fall-311 19s -5s linear infinite}@keyframes fall-311{71.155%{transform:translate(76.6842vw,71.155vh) scale(.3182)}to{transform:translate(80.8241vw,99vh) scale(.3182)}}.snow:nth-child(312){opacity:1.0178;transform:translate(41.146vw,-10px) scale(.6921);animation:fall-312 26s -30s linear infinite}@keyframes fall-312{55.089%{transform:translate(43.17vw,55.089vh) scale(.6921)}to{transform:translate(42.158vw,99vh) scale(.6921)}}.snow:nth-child(313){opacity:.0006;transform:translate(44.2584vw,-10px) scale(.4662);animation:fall-313 12s -2s linear infinite}@keyframes fall-313{37.061%{transform:translate(40.0181vw,37.061vh) scale(.4662)}to{transform:translate(42.13825vw,99vh) scale(.4662)}}.snow:nth-child(314){opacity:1.0754;transform:translate(72.975vw,-10px) scale(.8284);animation:fall-314 15s -23s linear infinite}@keyframes fall-314{76.119%{transform:translate(67.3169vw,76.119vh) scale(.8284)}to{transform:translate(70.14595vw,99vh) scale(.8284)}}.snow:nth-child(315){opacity:.0474;transform:translate(66.9542vw,-10px) scale(.2067);animation:fall-315 25s -25s linear infinite}@keyframes fall-315{58.395%{transform:translate(62.0644vw,58.395vh) scale(.2067)}to{transform:translate(64.5093vw,99vh) scale(.2067)}}.snow:nth-child(316){opacity:.778;transform:translate(32.9923vw,-10px) scale(.6945);animation:fall-316 20s -4s linear infinite}@keyframes fall-316{79.084%{transform:translate(27.2733vw,79.084vh) scale(.6945)}to{transform:translate(30.1328vw,99vh) scale(.6945)}}.snow:nth-child(317){opacity:1.6532;transform:translate(64.8028vw,-10px) scale(.8128);animation:fall-317 30s -22s linear infinite}@keyframes fall-317{69.501%{transform:translate(68.8694vw,69.501vh) scale(.8128)}to{transform:translate(66.8361vw,99vh) scale(.8128)}}.snow:nth-child(318){opacity:.3424;transform:translate(95.415vw,-10px) scale(.5347);animation:fall-318 27s -23s linear infinite}@keyframes fall-318{55.96%{transform:translate(93.8569vw,55.96vh) scale(.5347)}to{transform:translate(94.63595vw,99vh) scale(.5347)}}.snow:nth-child(319){opacity:.0736;transform:translate(22.7115vw,-10px) scale(.7796);animation:fall-319 14s -1s linear infinite}@keyframes fall-319{69.631%{transform:translate(29.417vw,69.631vh) scale(.7796)}to{transform:translate(26.06425vw,99vh) scale(.7796)}}.snow:nth-child(320){opacity:.8434;transform:translate(81.61vw,-10px) scale(.7415);animation:fall-320 30s -22s linear infinite}@keyframes fall-320{54.773%{transform:translate(89.3058vw,54.773vh) scale(.7415)}to{transform:translate(85.4579vw,99vh) scale(.7415)}}.snow:nth-child(321){opacity:.1952;transform:translate(28.3792vw,-10px) scale(.4301);animation:fall-321 26s -29s linear infinite}@keyframes fall-321{39.572%{transform:translate(24.9915vw,39.572vh) scale(.4301)}to{transform:translate(26.68535vw,99vh) scale(.4301)}}.snow:nth-child(322){opacity:.2024;transform:translate(29.2335vw,-10px) scale(.2152);animation:fall-322 21s -25s linear infinite}@keyframes fall-322{74.37%{transform:translate(34.027vw,74.37vh) scale(.2152)}to{transform:translate(31.63025vw,99vh) scale(.2152)}}.snow:nth-child(323){opacity:.7508;transform:translate(99.8569vw,-10px) scale(.3709);animation:fall-323 28s -25s linear infinite}@keyframes fall-323{57.739%{transform:translate(93.2125vw,57.739vh) scale(.3709)}to{transform:translate(96.5347vw,99vh) scale(.3709)}}.snow:nth-child(324){opacity:1.973;transform:translate(52.2989vw,-10px) scale(.1198);animation:fall-324 12s -11s linear infinite}@keyframes fall-324{44.273%{transform:translate(52.0655vw,44.273vh) scale(.1198)}to{transform:translate(52.1822vw,99vh) scale(.1198)}}.snow:nth-child(325){opacity:1.9958;transform:translate(60.5829vw,-10px) scale(.5605);animation:fall-325 14s -6s linear infinite}@keyframes fall-325{48.994%{transform:translate(56.6613vw,48.994vh) scale(.5605)}to{transform:translate(58.6221vw,99vh) scale(.5605)}}.snow:nth-child(326){opacity:1.269;transform:translate(28.8179vw,-10px) scale(.3991);animation:fall-326 10s -30s linear infinite}@keyframes fall-326{58.981%{transform:translate(37.8265vw,58.981vh) scale(.3991)}to{transform:translate(33.3222vw,99vh) scale(.3991)}}.snow:nth-child(327){opacity:.5956;transform:translate(28.4693vw,-10px) scale(.0387);animation:fall-327 18s -16s linear infinite}@keyframes fall-327{76.891%{transform:translate(21.2684vw,76.891vh) scale(.0387)}to{transform:translate(24.86885vw,99vh) scale(.0387)}}.snow:nth-child(328){opacity:1.7956;transform:translate(63.834vw,-10px) scale(.7475);animation:fall-328 11s -10s linear infinite}@keyframes fall-328{48.564%{transform:translate(59.0756vw,48.564vh) scale(.7475)}to{transform:translate(61.4548vw,99vh) scale(.7475)}}.snow:nth-child(329){opacity:.6458;transform:translate(11.4492vw,-10px) scale(.9912);animation:fall-329 15s -13s linear infinite}@keyframes fall-329{72.601%{transform:translate(11.1492vw,72.601vh) scale(.9912)}to{transform:translate(11.2992vw,99vh) scale(.9912)}}.snow:nth-child(330){opacity:1.1054;transform:translate(79.11vw,-10px) scale(.6715);animation:fall-330 17s -28s linear infinite}@keyframes fall-330{76.131%{transform:translate(75.7559vw,76.131vh) scale(.6715)}to{transform:translate(77.43295vw,99vh) scale(.6715)}}.snow:nth-child(331){opacity:1.9004;transform:translate(78.8715vw,-10px) scale(.7417);animation:fall-331 27s -26s linear infinite}@keyframes fall-331{77.448%{transform:translate(83.231vw,77.448vh) scale(.7417)}to{transform:translate(81.05125vw,99vh) scale(.7417)}}.snow:nth-child(332){opacity:1.5604;transform:translate(6.4148vw,-10px) scale(.8299);animation:fall-332 27s -7s linear infinite}@keyframes fall-332{72.574%{transform:translate(15.996vw,72.574vh) scale(.8299)}to{transform:translate(11.2054vw,99vh) scale(.8299)}}.snow:nth-child(333){opacity:1.8462;transform:translate(31.1922vw,-10px) scale(.6668);animation:fall-333 16s -21s linear infinite}@keyframes fall-333{75.426%{transform:translate(27.5566vw,75.426vh) scale(.6668)}to{transform:translate(29.3744vw,99vh) scale(.6668)}}.snow:nth-child(334){opacity:.922;transform:translate(33.9141vw,-10px) scale(.8732);animation:fall-334 30s -5s linear infinite}@keyframes fall-334{37.892%{transform:translate(38.7265vw,37.892vh) scale(.8732)}to{transform:translate(36.3203vw,99vh) scale(.8732)}}.snow:nth-child(335){opacity:.7432;transform:translate(9.5268vw,-10px) scale(.8075);animation:fall-335 30s -10s linear infinite}@keyframes fall-335{30.378%{transform:translate(5.9825vw,30.378vh) scale(.8075)}to{transform:translate(7.75465vw,99vh) scale(.8075)}}.snow:nth-child(336){opacity:.0968;transform:translate(2.7452vw,-10px) scale(.2959);animation:fall-336 26s -12s linear infinite}@keyframes fall-336{47.233%{transform:translate(3.988vw,47.233vh) scale(.2959)}to{transform:translate(3.3666vw,99vh) scale(.2959)}}.snow:nth-child(337){opacity:.1406;transform:translate(86.4682vw,-10px) scale(.8844);animation:fall-337 12s -20s linear infinite}@keyframes fall-337{72.711%{transform:translate(94.4777vw,72.711vh) scale(.8844)}to{transform:translate(90.47295vw,99vh) scale(.8844)}}.snow:nth-child(338){opacity:.531;transform:translate(73.9218vw,-10px) scale(.9769);animation:fall-338 12s -3s linear infinite}@keyframes fall-338{69.406%{transform:translate(68.3017vw,69.406vh) scale(.9769)}to{transform:translate(71.11175vw,99vh) scale(.9769)}}.snow:nth-child(339){opacity:.9564;transform:translate(68.6273vw,-10px) scale(.7174);animation:fall-339 13s -3s linear infinite}@keyframes fall-339{52.468%{transform:translate(77.0938vw,52.468vh) scale(.7174)}to{transform:translate(72.86055vw,99vh) scale(.7174)}}.snow:nth-child(340){opacity:.3954;transform:translate(19.22vw,-10px) scale(.2949);animation:fall-340 17s -6s linear infinite}@keyframes fall-340{57.973%{transform:translate(28.4798vw,57.973vh) scale(.2949)}to{transform:translate(23.8499vw,99vh) scale(.2949)}}.snow:nth-child(341){opacity:1.0772;transform:translate(62.7058vw,-10px) scale(.3595);animation:fall-341 18s -20s linear infinite}@keyframes fall-341{46.701%{transform:translate(55.8305vw,46.701vh) scale(.3595)}to{transform:translate(59.26815vw,99vh) scale(.3595)}}.snow:nth-child(342){opacity:1.7184;transform:translate(53.7771vw,-10px) scale(.7936);animation:fall-342 20s -5s linear infinite}@keyframes fall-342{49.421%{transform:translate(48.2205vw,49.421vh) scale(.7936)}to{transform:translate(50.9988vw,99vh) scale(.7936)}}.snow:nth-child(343){opacity:1.3348;transform:translate(92.1166vw,-10px) scale(.8336);animation:fall-343 13s -6s linear infinite}@keyframes fall-343{69.199%{transform:translate(97.7031vw,69.199vh) scale(.8336)}to{transform:translate(94.90985vw,99vh) scale(.8336)}}.snow:nth-child(344){opacity:1.1032;transform:translate(19.0315vw,-10px) scale(.4993);animation:fall-344 21s -18s linear infinite}@keyframes fall-344{32.868%{transform:translate(19.3631vw,32.868vh) scale(.4993)}to{transform:translate(19.1973vw,99vh) scale(.4993)}}.snow:nth-child(345){opacity:.8168;transform:translate(31.3126vw,-10px) scale(.6622);animation:fall-345 11s -28s linear infinite}@keyframes fall-345{52.634%{transform:translate(39.837vw,52.634vh) scale(.6622)}to{transform:translate(35.5748vw,99vh) scale(.6622)}}.snow:nth-child(346){opacity:1.3538;transform:translate(24.4217vw,-10px) scale(.0094);animation:fall-346 24s -25s linear infinite}@keyframes fall-346{46.551%{transform:translate(19.3347vw,46.551vh) scale(.0094)}to{transform:translate(21.8782vw,99vh) scale(.0094)}}.snow:nth-child(347){opacity:.5316;transform:translate(8.5356vw,-10px) scale(.3617);animation:fall-347 16s -29s linear infinite}@keyframes fall-347{40.023%{transform:translate(13.4389vw,40.023vh) scale(.3617)}to{transform:translate(10.98725vw,99vh) scale(.3617)}}.snow:nth-child(348){opacity:.9916;transform:translate(68.8613vw,-10px) scale(.6181);animation:fall-348 28s -11s linear infinite}@keyframes fall-348{53.723%{transform:translate(68.7178vw,53.723vh) scale(.6181)}to{transform:translate(68.78955vw,99vh) scale(.6181)}}.snow:nth-child(349){opacity:.2136;transform:translate(52.8668vw,-10px) scale(.1165);animation:fall-349 13s -20s linear infinite}@keyframes fall-349{36.904%{transform:translate(61.3802vw,36.904vh) scale(.1165)}to{transform:translate(57.1235vw,99vh) scale(.1165)}}.snow:nth-child(350){opacity:1.1064;transform:translate(47.9256vw,-10px) scale(.8457);animation:fall-350 23s -30s linear infinite}@keyframes fall-350{42.12%{transform:translate(48.354vw,42.12vh) scale(.8457)}to{transform:translate(48.1398vw,99vh) scale(.8457)}}.snow:nth-child(351){opacity:.1528;transform:translate(66.4047vw,-10px) scale(.3616);animation:fall-351 27s -25s linear infinite}@keyframes fall-351{31.59%{transform:translate(71.9683vw,31.59vh) scale(.3616)}to{transform:translate(69.1865vw,99vh) scale(.3616)}}.snow:nth-child(352){opacity:1.83;transform:translate(91.4129vw,-10px) scale(.712);animation:fall-352 14s -24s linear infinite}@keyframes fall-352{34.065%{transform:translate(83.4732vw,34.065vh) scale(.712)}to{transform:translate(87.44305vw,99vh) scale(.712)}}.snow:nth-child(353){opacity:1.0576;transform:translate(51.556vw,-10px) scale(.3151);animation:fall-353 28s -11s linear infinite}@keyframes fall-353{56.679%{transform:translate(45.12vw,56.679vh) scale(.3151)}to{transform:translate(48.338vw,99vh) scale(.3151)}}.snow:nth-child(354){opacity:.4214;transform:translate(54.5457vw,-10px) scale(.374);animation:fall-354 26s -11s linear infinite}@keyframes fall-354{49.105%{transform:translate(55.0234vw,49.105vh) scale(.374)}to{transform:translate(54.78455vw,99vh) scale(.374)}}.snow:nth-child(355){opacity:.8556;transform:translate(53.1897vw,-10px) scale(.2053);animation:fall-355 14s -27s linear infinite}@keyframes fall-355{50.588%{transform:translate(53.483vw,50.588vh) scale(.2053)}to{transform:translate(53.33635vw,99vh) scale(.2053)}}.snow:nth-child(356){opacity:.5398;transform:translate(47.699vw,-10px) scale(.641);animation:fall-356 20s -28s linear infinite}@keyframes fall-356{62.45%{transform:translate(45.8691vw,62.45vh) scale(.641)}to{transform:translate(46.78405vw,99vh) scale(.641)}}.snow:nth-child(357){opacity:1.5078;transform:translate(77.5053vw,-10px) scale(.8401);animation:fall-357 30s -19s linear infinite}@keyframes fall-357{62.729%{transform:translate(74.5275vw,62.729vh) scale(.8401)}to{transform:translate(76.0164vw,99vh) scale(.8401)}}.snow:nth-child(358){opacity:1.1148;transform:translate(49.3093vw,-10px) scale(.973);animation:fall-358 12s -18s linear infinite}@keyframes fall-358{59.497%{transform:translate(44.9418vw,59.497vh) scale(.973)}to{transform:translate(47.12555vw,99vh) scale(.973)}}.snow:nth-child(359){opacity:.081;transform:translate(55.132vw,-10px) scale(.4951);animation:fall-359 28s -13s linear infinite}@keyframes fall-359{40.432%{transform:translate(55.1403vw,40.432vh) scale(.4951)}to{transform:translate(55.13615vw,99vh) scale(.4951)}}.snow:nth-child(360){opacity:1.3128;transform:translate(98.7993vw,-10px) scale(.7926);animation:fall-360 16s -28s linear infinite}@keyframes fall-360{47.917%{transform:translate(93.0013vw,47.917vh) scale(.7926)}to{transform:translate(95.9003vw,99vh) scale(.7926)}}.snow:nth-child(361){opacity:1.8988;transform:translate(37.0329vw,-10px) scale(.0973);animation:fall-361 29s -16s linear infinite}@keyframes fall-361{69.284%{transform:translate(34.2349vw,69.284vh) scale(.0973)}to{transform:translate(35.6339vw,99vh) scale(.0973)}}.snow:nth-child(362){opacity:.4878;transform:translate(11.6123vw,-10px) scale(.9986);animation:fall-362 30s -26s linear infinite}@keyframes fall-362{50.826%{transform:translate(5.6435vw,50.826vh) scale(.9986)}to{transform:translate(8.6279vw,99vh) scale(.9986)}}.snow:nth-child(363){opacity:1.26;transform:translate(52.1674vw,-10px) scale(.1809);animation:fall-363 21s -12s linear infinite}@keyframes fall-363{76.63%{transform:translate(58.5849vw,76.63vh) scale(.1809)}to{transform:translate(55.37615vw,99vh) scale(.1809)}}.snow:nth-child(364){opacity:1.1142;transform:translate(10.5646vw,-10px) scale(.5453);animation:fall-364 26s -30s linear infinite}@keyframes fall-364{70.099%{transform:translate(18.3888vw,70.099vh) scale(.5453)}to{transform:translate(14.4767vw,99vh) scale(.5453)}}.snow:nth-child(365){opacity:1.418;transform:translate(34.2781vw,-10px) scale(.0225);animation:fall-365 13s -18s linear infinite}@keyframes fall-365{36.663%{transform:translate(39.1499vw,36.663vh) scale(.0225)}to{transform:translate(36.714vw,99vh) scale(.0225)}}.snow:nth-child(366){opacity:1.2742;transform:translate(37.6855vw,-10px) scale(.0561);animation:fall-366 13s -9s linear infinite}@keyframes fall-366{33.077%{transform:translate(32.1238vw,33.077vh) scale(.0561)}to{transform:translate(34.90465vw,99vh) scale(.0561)}}.snow:nth-child(367){opacity:1.8582;transform:translate(30.6337vw,-10px) scale(.2906);animation:fall-367 11s -12s linear infinite}@keyframes fall-367{47.962%{transform:translate(36.7205vw,47.962vh) scale(.2906)}to{transform:translate(33.6771vw,99vh) scale(.2906)}}.snow:nth-child(368){opacity:.1384;transform:translate(75.1386vw,-10px) scale(.3839);animation:fall-368 26s -26s linear infinite}@keyframes fall-368{49.64%{transform:translate(70.022vw,49.64vh) scale(.3839)}to{transform:translate(72.5803vw,99vh) scale(.3839)}}.snow:nth-child(369){opacity:.1506;transform:translate(67.6588vw,-10px) scale(.1107);animation:fall-369 16s -26s linear infinite}@keyframes fall-369{38.076%{transform:translate(62.6786vw,38.076vh) scale(.1107)}to{transform:translate(65.1687vw,99vh) scale(.1107)}}.snow:nth-child(370){opacity:.5942;transform:translate(67.3511vw,-10px) scale(.5775);animation:fall-370 23s -9s linear infinite}@keyframes fall-370{74.518%{transform:translate(58.398vw,74.518vh) scale(.5775)}to{transform:translate(62.87455vw,99vh) scale(.5775)}}.snow:nth-child(371){opacity:.6672;transform:translate(80.3085vw,-10px) scale(.128);animation:fall-371 17s -27s linear infinite}@keyframes fall-371{79.945%{transform:translate(83.255vw,79.945vh) scale(.128)}to{transform:translate(81.78175vw,99vh) scale(.128)}}.snow:nth-child(372){opacity:1.8424;transform:translate(18.0221vw,-10px) scale(.0663);animation:fall-372 20s -28s linear infinite}@keyframes fall-372{72.069%{transform:translate(19.3652vw,72.069vh) scale(.0663)}to{transform:translate(18.69365vw,99vh) scale(.0663)}}.snow:nth-child(373){opacity:.46;transform:translate(29.9006vw,-10px) scale(.2771);animation:fall-373 10s -29s linear infinite}@keyframes fall-373{78.764%{transform:translate(33.7483vw,78.764vh) scale(.2771)}to{transform:translate(31.82445vw,99vh) scale(.2771)}}.snow:nth-child(374){opacity:.7858;transform:translate(57.6293vw,-10px) scale(.7678);animation:fall-374 18s -20s linear infinite}@keyframes fall-374{56.91%{transform:translate(58.7951vw,56.91vh) scale(.7678)}to{transform:translate(58.2122vw,99vh) scale(.7678)}}.snow:nth-child(375){opacity:1.6422;transform:translate(6.2793vw,-10px) scale(.9536);animation:fall-375 25s -27s linear infinite}@keyframes fall-375{53.646%{transform:translate(9.6171vw,53.646vh) scale(.9536)}to{transform:translate(7.9482vw,99vh) scale(.9536)}}.snow:nth-child(376){opacity:1.9764;transform:translate(96.6654vw,-10px) scale(.6566);animation:fall-376 20s -14s linear infinite}@keyframes fall-376{65.311%{transform:translate(103.2092vw,65.311vh) scale(.6566)}to{transform:translate(99.9373vw,99vh) scale(.6566)}}.snow:nth-child(377){opacity:.5336;transform:translate(98.2137vw,-10px) scale(.5895);animation:fall-377 25s -18s linear infinite}@keyframes fall-377{69.47%{transform:translate(95.213vw,69.47vh) scale(.5895)}to{transform:translate(96.71335vw,99vh) scale(.5895)}}.snow:nth-child(378){opacity:.672;transform:translate(8.6504vw,-10px) scale(.4616);animation:fall-378 12s -11s linear infinite}@keyframes fall-378{77.835%{transform:translate(6.8588vw,77.835vh) scale(.4616)}to{transform:translate(7.7546vw,99vh) scale(.4616)}}.snow:nth-child(379){opacity:1.1628;transform:translate(61.271vw,-10px) scale(.3335);animation:fall-379 28s -14s linear infinite}@keyframes fall-379{56.518%{transform:translate(60.0617vw,56.518vh) scale(.3335)}to{transform:translate(60.66635vw,99vh) scale(.3335)}}.snow:nth-child(380){opacity:1.459;transform:translate(91.4689vw,-10px) scale(.2502);animation:fall-380 28s -26s linear infinite}@keyframes fall-380{40.229%{transform:translate(87.9744vw,40.229vh) scale(.2502)}to{transform:translate(89.72165vw,99vh) scale(.2502)}}.snow:nth-child(381){opacity:.7312;transform:translate(96.1597vw,-10px) scale(.2063);animation:fall-381 18s -19s linear infinite}@keyframes fall-381{60.019%{transform:translate(102.0252vw,60.019vh) scale(.2063)}to{transform:translate(99.09245vw,99vh) scale(.2063)}}.snow:nth-child(382){opacity:1.3028;transform:translate(51.9953vw,-10px) scale(.5798);animation:fall-382 20s -9s linear infinite}@keyframes fall-382{70.015%{transform:translate(55.1276vw,70.015vh) scale(.5798)}to{transform:translate(53.56145vw,99vh) scale(.5798)}}.snow:nth-child(383){opacity:.2562;transform:translate(7.4364vw,-10px) scale(.2725);animation:fall-383 15s -17s linear infinite}@keyframes fall-383{47.051%{transform:translate(4.8132vw,47.051vh) scale(.2725)}to{transform:translate(6.1248vw,99vh) scale(.2725)}}.snow:nth-child(384){opacity:1.2918;transform:translate(27.1458vw,-10px) scale(.3453);animation:fall-384 24s -2s linear infinite}@keyframes fall-384{56.201%{transform:translate(18.9462vw,56.201vh) scale(.3453)}to{transform:translate(23.046vw,99vh) scale(.3453)}}.snow:nth-child(385){opacity:.6922;transform:translate(50.5011vw,-10px) scale(.3824);animation:fall-385 15s -9s linear infinite}@keyframes fall-385{35.147%{transform:translate(42.8261vw,35.147vh) scale(.3824)}to{transform:translate(46.6636vw,99vh) scale(.3824)}}.snow:nth-child(386){opacity:1.2972;transform:translate(12.0768vw,-10px) scale(.1987);animation:fall-386 20s -6s linear infinite}@keyframes fall-386{44.209%{transform:translate(13.7777vw,44.209vh) scale(.1987)}to{transform:translate(12.92725vw,99vh) scale(.1987)}}.snow:nth-child(387){opacity:1.815;transform:translate(12.6016vw,-10px) scale(.6347);animation:fall-387 26s -27s linear infinite}@keyframes fall-387{54.667%{transform:translate(13.7574vw,54.667vh) scale(.6347)}to{transform:translate(13.1795vw,99vh) scale(.6347)}}.snow:nth-child(388){opacity:.72;transform:translate(4.0685vw,-10px) scale(.7112);animation:fall-388 18s -3s linear infinite}@keyframes fall-388{63.931%{transform:translate(10.0369vw,63.931vh) scale(.7112)}to{transform:translate(7.0527vw,99vh) scale(.7112)}}.snow:nth-child(389){opacity:1.4126;transform:translate(92.8716vw,-10px) scale(.6252);animation:fall-389 27s -18s linear infinite}@keyframes fall-389{45.037%{transform:translate(88.2936vw,45.037vh) scale(.6252)}to{transform:translate(90.5826vw,99vh) scale(.6252)}}.snow:nth-child(390){opacity:1.0072;transform:translate(27.2571vw,-10px) scale(.9345);animation:fall-390 13s -19s linear infinite}@keyframes fall-390{58.412%{transform:translate(28.4412vw,58.412vh) scale(.9345)}to{transform:translate(27.84915vw,99vh) scale(.9345)}}.snow:nth-child(391){opacity:.8628;transform:translate(13.7824vw,-10px) scale(.2006);animation:fall-391 28s -5s linear infinite}@keyframes fall-391{77.878%{transform:translate(5.8214vw,77.878vh) scale(.2006)}to{transform:translate(9.8019vw,99vh) scale(.2006)}}.snow:nth-child(392){opacity:.9794;transform:translate(16.9708vw,-10px) scale(.1171);animation:fall-392 17s -2s linear infinite}@keyframes fall-392{58.354%{transform:translate(13.0235vw,58.354vh) scale(.1171)}to{transform:translate(14.99715vw,99vh) scale(.1171)}}.snow:nth-child(393){opacity:.7618;transform:translate(22.2097vw,-10px) scale(.9343);animation:fall-393 11s -10s linear infinite}@keyframes fall-393{72.162%{transform:translate(25.8871vw,72.162vh) scale(.9343)}to{transform:translate(24.0484vw,99vh) scale(.9343)}}.snow:nth-child(394){opacity:.3192;transform:translate(56.4162vw,-10px) scale(.2226);animation:fall-394 29s -23s linear infinite}@keyframes fall-394{34.389%{transform:translate(54.0858vw,34.389vh) scale(.2226)}to{transform:translate(55.251vw,99vh) scale(.2226)}}.snow:nth-child(395){opacity:1.8992;transform:translate(17.3911vw,-10px) scale(.5349);animation:fall-395 26s -16s linear infinite}@keyframes fall-395{66.225%{transform:translate(20.4414vw,66.225vh) scale(.5349)}to{transform:translate(18.91625vw,99vh) scale(.5349)}}.snow:nth-child(396){opacity:.0072;transform:translate(3.6904vw,-10px) scale(.3289);animation:fall-396 15s -1s linear infinite}@keyframes fall-396{75.282%{transform:translate(-1.6966vw,75.282vh) scale(.3289)}to{transform:translate(.9969vw,99vh) scale(.3289)}}.snow:nth-child(397){opacity:1.6316;transform:translate(91.5282vw,-10px) scale(.2003);animation:fall-397 12s -19s linear infinite}@keyframes fall-397{34.031%{transform:translate(86.5058vw,34.031vh) scale(.2003)}to{transform:translate(89.017vw,99vh) scale(.2003)}}.snow:nth-child(398){opacity:1.6642;transform:translate(84.8348vw,-10px) scale(.7594);animation:fall-398 10s -20s linear infinite}@keyframes fall-398{31.316%{transform:translate(91.8077vw,31.316vh) scale(.7594)}to{transform:translate(88.32125vw,99vh) scale(.7594)}}.snow:nth-child(399){opacity:1.8568;transform:translate(88.4172vw,-10px) scale(.1257);animation:fall-399 24s -9s linear infinite}@keyframes fall-399{56.307%{transform:translate(90.0461vw,56.307vh) scale(.1257)}to{transform:translate(89.23165vw,99vh) scale(.1257)}}.snow:nth-child(400){opacity:.8224;transform:translate(7.6056vw,-10px) scale(.6561);animation:fall-400 17s -25s linear infinite}@keyframes fall-400{47.316%{transform:translate(-.6255vw,47.316vh) scale(.6561)}to{transform:translate(3.49005vw,99vh) scale(.6561)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.2936;transform:translate(54.1908vw,-10px) scale(.5769);animation:fall-1 10s -13s linear infinite}@keyframes fall-1{54.65%{transform:translate(45.7374vw,54.65vh) scale(.5769)}to{transform:translate(49.9641vw,99vh) scale(.5769)}}.snow:nth-child(2){opacity:1.3406;transform:translate(1.921vw,-10px) scale(.4409);animation:fall-2 24s -7s linear infinite}@keyframes fall-2{58.589%{transform:translate(9.6722vw,58.589vh) scale(.4409)}to{transform:translate(5.7966vw,99vh) scale(.4409)}}.snow:nth-child(3){opacity:1.7912;transform:translate(14.1397vw,-10px) scale(.8593);animation:fall-3 13s -21s linear infinite}@keyframes fall-3{46.955%{transform:translate(16.6453vw,46.955vh) scale(.8593)}to{transform:translate(15.3925vw,99vh) scale(.8593)}}.snow:nth-child(4){opacity:1.4636;transform:translate(98.6431vw,-10px) scale(.9779);animation:fall-4 21s -5s linear infinite}@keyframes fall-4{61.82%{transform:translate(91.0194vw,61.82vh) scale(.9779)}to{transform:translate(94.83125vw,99vh) scale(.9779)}}.snow:nth-child(5){opacity:1.8344;transform:translate(14.3189vw,-10px) scale(.6838);animation:fall-5 16s -16s linear infinite}@keyframes fall-5{64.201%{transform:translate(21.5474vw,64.201vh) scale(.6838)}to{transform:translate(17.93315vw,99vh) scale(.6838)}}.snow:nth-child(6){opacity:1.4566;transform:translate(5.5574vw,-10px) scale(.2136);animation:fall-6 25s -4s linear infinite}@keyframes fall-6{43.31%{transform:translate(13.7158vw,43.31vh) scale(.2136)}to{transform:translate(9.6366vw,99vh) scale(.2136)}}.snow:nth-child(7){opacity:1.2686;transform:translate(51.1962vw,-10px) scale(.3121);animation:fall-7 15s -11s linear infinite}@keyframes fall-7{68.425%{transform:translate(56.0965vw,68.425vh) scale(.3121)}to{transform:translate(53.64635vw,99vh) scale(.3121)}}.snow:nth-child(8){opacity:.8534;transform:translate(85.5306vw,-10px) scale(.7883);animation:fall-8 12s -9s linear infinite}@keyframes fall-8{43.93%{transform:translate(86.1852vw,43.93vh) scale(.7883)}to{transform:translate(85.8579vw,99vh) scale(.7883)}}.snow:nth-child(9){opacity:.2684;transform:translate(44.8942vw,-10px) scale(.8274);animation:fall-9 11s -23s linear infinite}@keyframes fall-9{46.051%{transform:translate(44.1852vw,46.051vh) scale(.8274)}to{transform:translate(44.5397vw,99vh) scale(.8274)}}.snow:nth-child(10){opacity:1.3782;transform:translate(82.6698vw,-10px) scale(.3381);animation:fall-10 14s -2s linear infinite}@keyframes fall-10{70.752%{transform:translate(77.4376vw,70.752vh) scale(.3381)}to{transform:translate(80.0537vw,99vh) scale(.3381)}}.snow:nth-child(11){opacity:1.7596;transform:translate(16.935vw,-10px) scale(.3304);animation:fall-11 19s -26s linear infinite}@keyframes fall-11{77.893%{transform:translate(15.6777vw,77.893vh) scale(.3304)}to{transform:translate(16.30635vw,99vh) scale(.3304)}}.snow:nth-child(12){opacity:.0188;transform:translate(21.6714vw,-10px) scale(.3413);animation:fall-12 23s -28s linear infinite}@keyframes fall-12{63.564%{transform:translate(28.3631vw,63.564vh) scale(.3413)}to{transform:translate(25.01725vw,99vh) scale(.3413)}}.snow:nth-child(13){opacity:.7734;transform:translate(58.4447vw,-10px) scale(.5386);animation:fall-13 12s -30s linear infinite}@keyframes fall-13{72.158%{transform:translate(65.9895vw,72.158vh) scale(.5386)}to{transform:translate(62.2171vw,99vh) scale(.5386)}}.snow:nth-child(14){opacity:1.9602;transform:translate(66.2521vw,-10px) scale(.4468);animation:fall-14 13s -23s linear infinite}@keyframes fall-14{43.009%{transform:translate(63.6122vw,43.009vh) scale(.4468)}to{transform:translate(64.93215vw,99vh) scale(.4468)}}.snow:nth-child(15){opacity:1.5018;transform:translate(88.3214vw,-10px) scale(.6052);animation:fall-15 25s -3s linear infinite}@keyframes fall-15{38.876%{transform:translate(78.7502vw,38.876vh) scale(.6052)}to{transform:translate(83.5358vw,99vh) scale(.6052)}}.snow:nth-child(16){opacity:.06;transform:translate(43.9427vw,-10px) scale(.0873);animation:fall-16 15s -28s linear infinite}@keyframes fall-16{56.71%{transform:translate(49.6417vw,56.71vh) scale(.0873)}to{transform:translate(46.7922vw,99vh) scale(.0873)}}.snow:nth-child(17){opacity:.7182;transform:translate(28.242vw,-10px) scale(.4567);animation:fall-17 22s -20s linear infinite}@keyframes fall-17{73.286%{transform:translate(37.5755vw,73.286vh) scale(.4567)}to{transform:translate(32.90875vw,99vh) scale(.4567)}}.snow:nth-child(18){opacity:.0994;transform:translate(96.9267vw,-10px) scale(.1188);animation:fall-18 13s -22s linear infinite}@keyframes fall-18{38.723%{transform:translate(90.323vw,38.723vh) scale(.1188)}to{transform:translate(93.62485vw,99vh) scale(.1188)}}.snow:nth-child(19){opacity:1.09;transform:translate(1.1225vw,-10px) scale(.3369);animation:fall-19 26s -3s linear infinite}@keyframes fall-19{69.037%{transform:translate(-7.5592vw,69.037vh) scale(.3369)}to{transform:translate(-3.21835vw,99vh) scale(.3369)}}.snow:nth-child(20){opacity:1.465;transform:translate(26.5952vw,-10px) scale(.6929);animation:fall-20 24s -11s linear infinite}@keyframes fall-20{35.286%{transform:translate(25.0511vw,35.286vh) scale(.6929)}to{transform:translate(25.82315vw,99vh) scale(.6929)}}.snow:nth-child(21){opacity:.52;transform:translate(21.4629vw,-10px) scale(.6258);animation:fall-21 18s -9s linear infinite}@keyframes fall-21{46.768%{transform:translate(23.2453vw,46.768vh) scale(.6258)}to{transform:translate(22.3541vw,99vh) scale(.6258)}}.snow:nth-child(22){opacity:1.4774;transform:translate(20.9662vw,-10px) scale(.8561);animation:fall-22 10s -15s linear infinite}@keyframes fall-22{31.685%{transform:translate(27.9656vw,31.685vh) scale(.8561)}to{transform:translate(24.4659vw,99vh) scale(.8561)}}.snow:nth-child(23){opacity:.7378;transform:translate(20.6751vw,-10px) scale(.8237);animation:fall-23 18s -22s linear infinite}@keyframes fall-23{43.327%{transform:translate(12.9932vw,43.327vh) scale(.8237)}to{transform:translate(16.83415vw,99vh) scale(.8237)}}.snow:nth-child(24){opacity:.3488;transform:translate(5.1685vw,-10px) scale(.92);animation:fall-24 29s -25s linear infinite}@keyframes fall-24{69.306%{transform:translate(-4.7339vw,69.306vh) scale(.92)}to{transform:translate(.2173vw,99vh) scale(.92)}}.snow:nth-child(25){opacity:.5436;transform:translate(60.0803vw,-10px) scale(.1677);animation:fall-25 26s -24s linear infinite}@keyframes fall-25{42.606%{transform:translate(57.5791vw,42.606vh) scale(.1677)}to{transform:translate(58.8297vw,99vh) scale(.1677)}}.snow:nth-child(26){opacity:.4392;transform:translate(.4849vw,-10px) scale(.6744);animation:fall-26 26s -14s linear infinite}@keyframes fall-26{40.049%{transform:translate(1.64vw,40.049vh) scale(.6744)}to{transform:translate(1.06245vw,99vh) scale(.6744)}}.snow:nth-child(27){opacity:1.149;transform:translate(38.3955vw,-10px) scale(.1341);animation:fall-27 12s -25s linear infinite}@keyframes fall-27{72.211%{transform:translate(38.1739vw,72.211vh) scale(.1341)}to{transform:translate(38.2847vw,99vh) scale(.1341)}}.snow:nth-child(28){opacity:1.8494;transform:translate(97.9435vw,-10px) scale(.9012);animation:fall-28 30s -19s linear infinite}@keyframes fall-28{71.17%{transform:translate(106.9413vw,71.17vh) scale(.9012)}to{transform:translate(102.4424vw,99vh) scale(.9012)}}.snow:nth-child(29){opacity:.6004;transform:translate(12.5585vw,-10px) scale(.7856);animation:fall-29 19s -15s linear infinite}@keyframes fall-29{66.492%{transform:translate(20.6408vw,66.492vh) scale(.7856)}to{transform:translate(16.59965vw,99vh) scale(.7856)}}.snow:nth-child(30){opacity:1.8772;transform:translate(54.0772vw,-10px) scale(.9042);animation:fall-30 15s -7s linear infinite}@keyframes fall-30{65.529%{transform:translate(53.7935vw,65.529vh) scale(.9042)}to{transform:translate(53.93535vw,99vh) scale(.9042)}}.snow:nth-child(31){opacity:.0048;transform:translate(28.5503vw,-10px) scale(.3427);animation:fall-31 22s -27s linear infinite}@keyframes fall-31{39.302%{transform:translate(27.6323vw,39.302vh) scale(.3427)}to{transform:translate(28.0913vw,99vh) scale(.3427)}}.snow:nth-child(32){opacity:1.4826;transform:translate(67.3791vw,-10px) scale(.2284);animation:fall-32 19s -19s linear infinite}@keyframes fall-32{78.065%{transform:translate(77.0979vw,78.065vh) scale(.2284)}to{transform:translate(72.2385vw,99vh) scale(.2284)}}.snow:nth-child(33){opacity:1.9272;transform:translate(11.004vw,-10px) scale(.7078);animation:fall-33 29s -29s linear infinite}@keyframes fall-33{56.918%{transform:translate(12.8836vw,56.918vh) scale(.7078)}to{transform:translate(11.9438vw,99vh) scale(.7078)}}.snow:nth-child(34){opacity:1.7294;transform:translate(89.0412vw,-10px) scale(.3168);animation:fall-34 14s -13s linear infinite}@keyframes fall-34{53.582%{transform:translate(86.0417vw,53.582vh) scale(.3168)}to{transform:translate(87.54145vw,99vh) scale(.3168)}}.snow:nth-child(35){opacity:1.7892;transform:translate(34.5097vw,-10px) scale(.7263);animation:fall-35 27s -23s linear infinite}@keyframes fall-35{78.478%{transform:translate(28.9369vw,78.478vh) scale(.7263)}to{transform:translate(31.7233vw,99vh) scale(.7263)}}.snow:nth-child(36){opacity:.7758;transform:translate(89.4919vw,-10px) scale(.8572);animation:fall-36 27s -27s linear infinite}@keyframes fall-36{40.874%{transform:translate(79.6413vw,40.874vh) scale(.8572)}to{transform:translate(84.5666vw,99vh) scale(.8572)}}.snow:nth-child(37){opacity:1.7446;transform:translate(16.7902vw,-10px) scale(.5953);animation:fall-37 20s -10s linear infinite}@keyframes fall-37{72.615%{transform:translate(14.7564vw,72.615vh) scale(.5953)}to{transform:translate(15.7733vw,99vh) scale(.5953)}}.snow:nth-child(38){opacity:1.869;transform:translate(30.891vw,-10px) scale(.6565);animation:fall-38 16s -9s linear infinite}@keyframes fall-38{61.182%{transform:translate(29.0204vw,61.182vh) scale(.6565)}to{transform:translate(29.9557vw,99vh) scale(.6565)}}.snow:nth-child(39){opacity:.4924;transform:translate(39.2524vw,-10px) scale(.2698);animation:fall-39 11s -30s linear infinite}@keyframes fall-39{48.866%{transform:translate(34.4723vw,48.866vh) scale(.2698)}to{transform:translate(36.86235vw,99vh) scale(.2698)}}.snow:nth-child(40){opacity:.3876;transform:translate(64.9608vw,-10px) scale(.3911);animation:fall-40 29s -5s linear infinite}@keyframes fall-40{70.195%{transform:translate(66.4011vw,70.195vh) scale(.3911)}to{transform:translate(65.68095vw,99vh) scale(.3911)}}.snow:nth-child(41){opacity:1.906;transform:translate(49.3839vw,-10px) scale(.4449);animation:fall-41 23s -9s linear infinite}@keyframes fall-41{59.097%{transform:translate(44.2105vw,59.097vh) scale(.4449)}to{transform:translate(46.7972vw,99vh) scale(.4449)}}.snow:nth-child(42){opacity:1.8196;transform:translate(52.0583vw,-10px) scale(.3311);animation:fall-42 14s -8s linear infinite}@keyframes fall-42{35.499%{transform:translate(48.4998vw,35.499vh) scale(.3311)}to{transform:translate(50.27905vw,99vh) scale(.3311)}}.snow:nth-child(43){opacity:1.3614;transform:translate(13.1664vw,-10px) scale(.0143);animation:fall-43 27s -11s linear infinite}@keyframes fall-43{41.424%{transform:translate(8.7777vw,41.424vh) scale(.0143)}to{transform:translate(10.97205vw,99vh) scale(.0143)}}.snow:nth-child(44){opacity:.8514;transform:translate(86.906vw,-10px) scale(.3351);animation:fall-44 23s -19s linear infinite}@keyframes fall-44{46.434%{transform:translate(89.6452vw,46.434vh) scale(.3351)}to{transform:translate(88.2756vw,99vh) scale(.3351)}}.snow:nth-child(45){opacity:1.535;transform:translate(39.1395vw,-10px) scale(.9115);animation:fall-45 19s -8s linear infinite}@keyframes fall-45{68.782%{transform:translate(38.7606vw,68.782vh) scale(.9115)}to{transform:translate(38.95005vw,99vh) scale(.9115)}}.snow:nth-child(46){opacity:.5544;transform:translate(45.8673vw,-10px) scale(.7429);animation:fall-46 14s -17s linear infinite}@keyframes fall-46{74.884%{transform:translate(42.7138vw,74.884vh) scale(.7429)}to{transform:translate(44.29055vw,99vh) scale(.7429)}}.snow:nth-child(47){opacity:1.1594;transform:translate(13.0268vw,-10px) scale(.8212);animation:fall-47 28s -12s linear infinite}@keyframes fall-47{51.697%{transform:translate(5.4206vw,51.697vh) scale(.8212)}to{transform:translate(9.2237vw,99vh) scale(.8212)}}.snow:nth-child(48){opacity:1.5594;transform:translate(33.2032vw,-10px) scale(.1292);animation:fall-48 25s -13s linear infinite}@keyframes fall-48{53.557%{transform:translate(33.2267vw,53.557vh) scale(.1292)}to{transform:translate(33.21495vw,99vh) scale(.1292)}}.snow:nth-child(49){opacity:.2914;transform:translate(87.8879vw,-10px) scale(.7813);animation:fall-49 30s -3s linear infinite}@keyframes fall-49{61.173%{transform:translate(83.2454vw,61.173vh) scale(.7813)}to{transform:translate(85.56665vw,99vh) scale(.7813)}}.snow:nth-child(50){opacity:1.0528;transform:translate(26.6545vw,-10px) scale(.3218);animation:fall-50 24s -12s linear infinite}@keyframes fall-50{60.021%{transform:translate(19.54vw,60.021vh) scale(.3218)}to{transform:translate(23.09725vw,99vh) scale(.3218)}}.snow:nth-child(51){opacity:1.0514;transform:translate(12.7948vw,-10px) scale(.0988);animation:fall-51 23s -12s linear infinite}@keyframes fall-51{32.535%{transform:translate(11.7089vw,32.535vh) scale(.0988)}to{transform:translate(12.25185vw,99vh) scale(.0988)}}.snow:nth-child(52){opacity:.7056;transform:translate(69.4359vw,-10px) scale(.9535);animation:fall-52 20s -19s linear infinite}@keyframes fall-52{52.344%{transform:translate(67.5233vw,52.344vh) scale(.9535)}to{transform:translate(68.4796vw,99vh) scale(.9535)}}.snow:nth-child(53){opacity:1.4846;transform:translate(61.0799vw,-10px) scale(.2524);animation:fall-53 13s -4s linear infinite}@keyframes fall-53{54.634%{transform:translate(66.2681vw,54.634vh) scale(.2524)}to{transform:translate(63.674vw,99vh) scale(.2524)}}.snow:nth-child(54){opacity:1.848;transform:translate(46.4767vw,-10px) scale(.2852);animation:fall-54 19s -14s linear infinite}@keyframes fall-54{69.077%{transform:translate(47.7984vw,69.077vh) scale(.2852)}to{transform:translate(47.13755vw,99vh) scale(.2852)}}.snow:nth-child(55){opacity:1.8752;transform:translate(21.2225vw,-10px) scale(.8066);animation:fall-55 17s -21s linear infinite}@keyframes fall-55{40.852%{transform:translate(28.0777vw,40.852vh) scale(.8066)}to{transform:translate(24.6501vw,99vh) scale(.8066)}}.snow:nth-child(56){opacity:1.7224;transform:translate(99.5614vw,-10px) scale(.3513);animation:fall-56 14s -9s linear infinite}@keyframes fall-56{58.152%{transform:translate(106.8284vw,58.152vh) scale(.3513)}to{transform:translate(103.1949vw,99vh) scale(.3513)}}.snow:nth-child(57){opacity:.7214;transform:translate(33.0708vw,-10px) scale(.0224);animation:fall-57 18s -22s linear infinite}@keyframes fall-57{72.617%{transform:translate(23.7614vw,72.617vh) scale(.0224)}to{transform:translate(28.4161vw,99vh) scale(.0224)}}.snow:nth-child(58){opacity:.0112;transform:translate(8.5637vw,-10px) scale(.69);animation:fall-58 15s -12s linear infinite}@keyframes fall-58{72.83%{transform:translate(4.5627vw,72.83vh) scale(.69)}to{transform:translate(6.5632vw,99vh) scale(.69)}}.snow:nth-child(59){opacity:1.5006;transform:translate(39.4589vw,-10px) scale(.0449);animation:fall-59 12s -30s linear infinite}@keyframes fall-59{67.735%{transform:translate(40.1746vw,67.735vh) scale(.0449)}to{transform:translate(39.81675vw,99vh) scale(.0449)}}.snow:nth-child(60){opacity:1.4566;transform:translate(20.4349vw,-10px) scale(.7758);animation:fall-60 16s -28s linear infinite}@keyframes fall-60{33.52%{transform:translate(28.5953vw,33.52vh) scale(.7758)}to{transform:translate(24.5151vw,99vh) scale(.7758)}}.snow:nth-child(61){opacity:1.7484;transform:translate(19.2445vw,-10px) scale(.2905);animation:fall-61 27s -3s linear infinite}@keyframes fall-61{40.113%{transform:translate(17.7896vw,40.113vh) scale(.2905)}to{transform:translate(18.51705vw,99vh) scale(.2905)}}.snow:nth-child(62){opacity:1.4246;transform:translate(75.7048vw,-10px) scale(.0453);animation:fall-62 21s -6s linear infinite}@keyframes fall-62{49.511%{transform:translate(83.015vw,49.511vh) scale(.0453)}to{transform:translate(79.3599vw,99vh) scale(.0453)}}.snow:nth-child(63){opacity:1.2856;transform:translate(74.2294vw,-10px) scale(.0451);animation:fall-63 24s -30s linear infinite}@keyframes fall-63{73.133%{transform:translate(75.6957vw,73.133vh) scale(.0451)}to{transform:translate(74.96255vw,99vh) scale(.0451)}}.snow:nth-child(64){opacity:.9474;transform:translate(59.3257vw,-10px) scale(.3234);animation:fall-64 21s -17s linear infinite}@keyframes fall-64{47.471%{transform:translate(67.9686vw,47.471vh) scale(.3234)}to{transform:translate(63.64715vw,99vh) scale(.3234)}}.snow:nth-child(65){opacity:1.1938;transform:translate(70.0621vw,-10px) scale(.5282);animation:fall-65 11s -26s linear infinite}@keyframes fall-65{51.122%{transform:translate(62.0129vw,51.122vh) scale(.5282)}to{transform:translate(66.0375vw,99vh) scale(.5282)}}.snow:nth-child(66){opacity:1.5346;transform:translate(61.1513vw,-10px) scale(.2831);animation:fall-66 19s -15s linear infinite}@keyframes fall-66{49.054%{transform:translate(67.5093vw,49.054vh) scale(.2831)}to{transform:translate(64.3303vw,99vh) scale(.2831)}}.snow:nth-child(67){opacity:.2722;transform:translate(79.5012vw,-10px) scale(.6611);animation:fall-67 28s -19s linear infinite}@keyframes fall-67{49.602%{transform:translate(69.8866vw,49.602vh) scale(.6611)}to{transform:translate(74.6939vw,99vh) scale(.6611)}}.snow:nth-child(68){opacity:.9664;transform:translate(84.8794vw,-10px) scale(.1013);animation:fall-68 26s -11s linear infinite}@keyframes fall-68{41.391%{transform:translate(80.6383vw,41.391vh) scale(.1013)}to{transform:translate(82.75885vw,99vh) scale(.1013)}}.snow:nth-child(69){opacity:1.4544;transform:translate(25.7883vw,-10px) scale(.3852);animation:fall-69 28s -11s linear infinite}@keyframes fall-69{56.408%{transform:translate(31.6465vw,56.408vh) scale(.3852)}to{transform:translate(28.7174vw,99vh) scale(.3852)}}.snow:nth-child(70){opacity:1.2922;transform:translate(30.4265vw,-10px) scale(.8957);animation:fall-70 25s -15s linear infinite}@keyframes fall-70{50.24%{transform:translate(27.5953vw,50.24vh) scale(.8957)}to{transform:translate(29.0109vw,99vh) scale(.8957)}}.snow:nth-child(71){opacity:1.1228;transform:translate(45.2318vw,-10px) scale(.8618);animation:fall-71 21s -29s linear infinite}@keyframes fall-71{41.076%{transform:translate(39.2193vw,41.076vh) scale(.8618)}to{transform:translate(42.22555vw,99vh) scale(.8618)}}.snow:nth-child(72){opacity:1.0134;transform:translate(24.7847vw,-10px) scale(.5424);animation:fall-72 18s -1s linear infinite}@keyframes fall-72{55.266%{transform:translate(28.4667vw,55.266vh) scale(.5424)}to{transform:translate(26.6257vw,99vh) scale(.5424)}}.snow:nth-child(73){opacity:.4868;transform:translate(54.5861vw,-10px) scale(.9486);animation:fall-73 18s -7s linear infinite}@keyframes fall-73{53.437%{transform:translate(48.5825vw,53.437vh) scale(.9486)}to{transform:translate(51.5843vw,99vh) scale(.9486)}}.snow:nth-child(74){opacity:1.7832;transform:translate(86.0698vw,-10px) scale(.5596);animation:fall-74 18s -9s linear infinite}@keyframes fall-74{52.891%{transform:translate(84.7098vw,52.891vh) scale(.5596)}to{transform:translate(85.3898vw,99vh) scale(.5596)}}.snow:nth-child(75){opacity:.1396;transform:translate(56.788vw,-10px) scale(.4822);animation:fall-75 21s -12s linear infinite}@keyframes fall-75{52.049%{transform:translate(58.0391vw,52.049vh) scale(.4822)}to{transform:translate(57.41355vw,99vh) scale(.4822)}}.snow:nth-child(76){opacity:1.9438;transform:translate(95.3439vw,-10px) scale(.6638);animation:fall-76 18s -21s linear infinite}@keyframes fall-76{60.623%{transform:translate(103.4457vw,60.623vh) scale(.6638)}to{transform:translate(99.3948vw,99vh) scale(.6638)}}.snow:nth-child(77){opacity:1.381;transform:translate(51.4181vw,-10px) scale(.6933);animation:fall-77 20s -11s linear infinite}@keyframes fall-77{77.206%{transform:translate(61.0108vw,77.206vh) scale(.6933)}to{transform:translate(56.21445vw,99vh) scale(.6933)}}.snow:nth-child(78){opacity:1.7624;transform:translate(97.9099vw,-10px) scale(.1305);animation:fall-78 24s -1s linear infinite}@keyframes fall-78{42.949%{transform:translate(95.0887vw,42.949vh) scale(.1305)}to{transform:translate(96.4993vw,99vh) scale(.1305)}}.snow:nth-child(79){opacity:1.6648;transform:translate(53.0193vw,-10px) scale(.7628);animation:fall-79 16s -10s linear infinite}@keyframes fall-79{49.594%{transform:translate(59.2627vw,49.594vh) scale(.7628)}to{transform:translate(56.141vw,99vh) scale(.7628)}}.snow:nth-child(80){opacity:.8406;transform:translate(43.0915vw,-10px) scale(.9853);animation:fall-80 11s -4s linear infinite}@keyframes fall-80{58.731%{transform:translate(40.9283vw,58.731vh) scale(.9853)}to{transform:translate(42.0099vw,99vh) scale(.9853)}}.snow:nth-child(81){opacity:1.1956;transform:translate(39.0111vw,-10px) scale(.8088);animation:fall-81 19s -27s linear infinite}@keyframes fall-81{38.391%{transform:translate(31.4735vw,38.391vh) scale(.8088)}to{transform:translate(35.2423vw,99vh) scale(.8088)}}.snow:nth-child(82){opacity:1.6416;transform:translate(70.2014vw,-10px) scale(.7255);animation:fall-82 11s -7s linear infinite}@keyframes fall-82{42.981%{transform:translate(65.6707vw,42.981vh) scale(.7255)}to{transform:translate(67.93605vw,99vh) scale(.7255)}}.snow:nth-child(83){opacity:1.8628;transform:translate(49.9825vw,-10px) scale(.3732);animation:fall-83 19s -25s linear infinite}@keyframes fall-83{55.452%{transform:translate(45.5858vw,55.452vh) scale(.3732)}to{transform:translate(47.78415vw,99vh) scale(.3732)}}.snow:nth-child(84){opacity:1.3192;transform:translate(39.3636vw,-10px) scale(.1852);animation:fall-84 27s -5s linear infinite}@keyframes fall-84{38.559%{transform:translate(29.4802vw,38.559vh) scale(.1852)}to{transform:translate(34.4219vw,99vh) scale(.1852)}}.snow:nth-child(85){opacity:1.6578;transform:translate(48.4213vw,-10px) scale(.9697);animation:fall-85 27s -14s linear infinite}@keyframes fall-85{35.066%{transform:translate(55.7181vw,35.066vh) scale(.9697)}to{transform:translate(52.0697vw,99vh) scale(.9697)}}.snow:nth-child(86){opacity:1.3138;transform:translate(52.0339vw,-10px) scale(.7155);animation:fall-86 12s -17s linear infinite}@keyframes fall-86{37.94%{transform:translate(45.6561vw,37.94vh) scale(.7155)}to{transform:translate(48.845vw,99vh) scale(.7155)}}.snow:nth-child(87){opacity:1.9474;transform:translate(11.0228vw,-10px) scale(.6091);animation:fall-87 18s -25s linear infinite}@keyframes fall-87{51.735%{transform:translate(7.5537vw,51.735vh) scale(.6091)}to{transform:translate(9.28825vw,99vh) scale(.6091)}}.snow:nth-child(88){opacity:1.7528;transform:translate(60.8257vw,-10px) scale(.2749);animation:fall-88 21s -18s linear infinite}@keyframes fall-88{64.678%{transform:translate(58.9414vw,64.678vh) scale(.2749)}to{transform:translate(59.88355vw,99vh) scale(.2749)}}.snow:nth-child(89){opacity:1.24;transform:translate(34.3669vw,-10px) scale(.1252);animation:fall-89 14s -8s linear infinite}@keyframes fall-89{54.499%{transform:translate(33.0895vw,54.499vh) scale(.1252)}to{transform:translate(33.7282vw,99vh) scale(.1252)}}.snow:nth-child(90){opacity:1.1156;transform:translate(84.469vw,-10px) scale(.0204);animation:fall-90 18s -24s linear infinite}@keyframes fall-90{78.276%{transform:translate(84.5539vw,78.276vh) scale(.0204)}to{transform:translate(84.51145vw,99vh) scale(.0204)}}.snow:nth-child(91){opacity:1.422;transform:translate(92.074vw,-10px) scale(.3385);animation:fall-91 14s -14s linear infinite}@keyframes fall-91{30.549%{transform:translate(95.2326vw,30.549vh) scale(.3385)}to{transform:translate(93.6533vw,99vh) scale(.3385)}}.snow:nth-child(92){opacity:1.1456;transform:translate(11.678vw,-10px) scale(.1102);animation:fall-92 20s -11s linear infinite}@keyframes fall-92{34.169%{transform:translate(11.6182vw,34.169vh) scale(.1102)}to{transform:translate(11.6481vw,99vh) scale(.1102)}}.snow:nth-child(93){opacity:1.3216;transform:translate(8.6423vw,-10px) scale(.7112);animation:fall-93 10s -19s linear infinite}@keyframes fall-93{52.728%{transform:translate(8.3265vw,52.728vh) scale(.7112)}to{transform:translate(8.4844vw,99vh) scale(.7112)}}.snow:nth-child(94){opacity:.7294;transform:translate(79.1273vw,-10px) scale(.0189);animation:fall-94 12s -28s linear infinite}@keyframes fall-94{31.035%{transform:translate(70.076vw,31.035vh) scale(.0189)}to{transform:translate(74.60165vw,99vh) scale(.0189)}}.snow:nth-child(95){opacity:.4948;transform:translate(47.1737vw,-10px) scale(.109);animation:fall-95 18s -25s linear infinite}@keyframes fall-95{67.858%{transform:translate(50.7191vw,67.858vh) scale(.109)}to{transform:translate(48.9464vw,99vh) scale(.109)}}.snow:nth-child(96){opacity:.9234;transform:translate(85.5163vw,-10px) scale(.0124);animation:fall-96 13s -6s linear infinite}@keyframes fall-96{67.611%{transform:translate(79.4122vw,67.611vh) scale(.0124)}to{transform:translate(82.46425vw,99vh) scale(.0124)}}.snow:nth-child(97){opacity:.6826;transform:translate(12.159vw,-10px) scale(.8606);animation:fall-97 25s -21s linear infinite}@keyframes fall-97{72.154%{transform:translate(17.245vw,72.154vh) scale(.8606)}to{transform:translate(14.702vw,99vh) scale(.8606)}}.snow:nth-child(98){opacity:1.6186;transform:translate(22.1384vw,-10px) scale(.2172);animation:fall-98 23s -30s linear infinite}@keyframes fall-98{41.977%{transform:translate(15.8097vw,41.977vh) scale(.2172)}to{transform:translate(18.97405vw,99vh) scale(.2172)}}.snow:nth-child(99){opacity:.2588;transform:translate(64.0885vw,-10px) scale(.3599);animation:fall-99 22s -28s linear infinite}@keyframes fall-99{56.084%{transform:translate(73.6983vw,56.084vh) scale(.3599)}to{transform:translate(68.8934vw,99vh) scale(.3599)}}.snow:nth-child(100){opacity:1.7086;transform:translate(82.0158vw,-10px) scale(.9489);animation:fall-100 14s -2s linear infinite}@keyframes fall-100{69.391%{transform:translate(84.4358vw,69.391vh) scale(.9489)}to{transform:translate(83.2258vw,99vh) scale(.9489)}}.snow:nth-child(101){opacity:1.3884;transform:translate(48.7036vw,-10px) scale(.1902);animation:fall-101 12s -21s linear infinite}@keyframes fall-101{31.054%{transform:translate(51.4617vw,31.054vh) scale(.1902)}to{transform:translate(50.08265vw,99vh) scale(.1902)}}.snow:nth-child(102){opacity:.4296;transform:translate(61.7322vw,-10px) scale(.6044);animation:fall-102 18s -30s linear infinite}@keyframes fall-102{68.891%{transform:translate(64.3677vw,68.891vh) scale(.6044)}to{transform:translate(63.04995vw,99vh) scale(.6044)}}.snow:nth-child(103){opacity:.6554;transform:translate(79.8197vw,-10px) scale(.5503);animation:fall-103 10s -16s linear infinite}@keyframes fall-103{50.764%{transform:translate(86.8292vw,50.764vh) scale(.5503)}to{transform:translate(83.32445vw,99vh) scale(.5503)}}.snow:nth-child(104){opacity:.5502;transform:translate(9.0254vw,-10px) scale(.0927);animation:fall-104 29s -9s linear infinite}@keyframes fall-104{42.528%{transform:translate(7.0432vw,42.528vh) scale(.0927)}to{transform:translate(8.0343vw,99vh) scale(.0927)}}.snow:nth-child(105){opacity:.7922;transform:translate(44.9591vw,-10px) scale(.5456);animation:fall-105 27s -16s linear infinite}@keyframes fall-105{55.003%{transform:translate(36.9515vw,55.003vh) scale(.5456)}to{transform:translate(40.9553vw,99vh) scale(.5456)}}.snow:nth-child(106){opacity:1.5494;transform:translate(21.8691vw,-10px) scale(.7848);animation:fall-106 15s -8s linear infinite}@keyframes fall-106{31.17%{transform:translate(26.6289vw,31.17vh) scale(.7848)}to{transform:translate(24.249vw,99vh) scale(.7848)}}.snow:nth-child(107){opacity:1.2294;transform:translate(54.5243vw,-10px) scale(.0066);animation:fall-107 26s -30s linear infinite}@keyframes fall-107{37.518%{transform:translate(48.8011vw,37.518vh) scale(.0066)}to{transform:translate(51.6627vw,99vh) scale(.0066)}}.snow:nth-child(108){opacity:.9538;transform:translate(76.753vw,-10px) scale(.4514);animation:fall-108 18s -18s linear infinite}@keyframes fall-108{72.404%{transform:translate(82.3051vw,72.404vh) scale(.4514)}to{transform:translate(79.52905vw,99vh) scale(.4514)}}.snow:nth-child(109){opacity:1.8546;transform:translate(56.989vw,-10px) scale(.976);animation:fall-109 29s -5s linear infinite}@keyframes fall-109{55.1%{transform:translate(56.9134vw,55.1vh) scale(.976)}to{transform:translate(56.9512vw,99vh) scale(.976)}}.snow:nth-child(110){opacity:.2628;transform:translate(98.419vw,-10px) scale(.327);animation:fall-110 10s -24s linear infinite}@keyframes fall-110{46.506%{transform:translate(98.2949vw,46.506vh) scale(.327)}to{transform:translate(98.35695vw,99vh) scale(.327)}}.snow:nth-child(111){opacity:.2254;transform:translate(32.4238vw,-10px) scale(.0832);animation:fall-111 20s -26s linear infinite}@keyframes fall-111{47.254%{transform:translate(36.8772vw,47.254vh) scale(.0832)}to{transform:translate(34.6505vw,99vh) scale(.0832)}}.snow:nth-child(112){opacity:.9884;transform:translate(72.301vw,-10px) scale(.0467);animation:fall-112 25s -8s linear infinite}@keyframes fall-112{60.164%{transform:translate(68.6787vw,60.164vh) scale(.0467)}to{transform:translate(70.48985vw,99vh) scale(.0467)}}.snow:nth-child(113){opacity:1.6832;transform:translate(88.071vw,-10px) scale(.4109);animation:fall-113 18s -15s linear infinite}@keyframes fall-113{45.228%{transform:translate(97.3854vw,45.228vh) scale(.4109)}to{transform:translate(92.7282vw,99vh) scale(.4109)}}.snow:nth-child(114){opacity:.6552;transform:translate(25.8663vw,-10px) scale(.6716);animation:fall-114 23s -21s linear infinite}@keyframes fall-114{57.804%{transform:translate(28.4496vw,57.804vh) scale(.6716)}to{transform:translate(27.15795vw,99vh) scale(.6716)}}.snow:nth-child(115){opacity:.7166;transform:translate(95.5872vw,-10px) scale(.6068);animation:fall-115 14s -16s linear infinite}@keyframes fall-115{40.895%{transform:translate(90.2887vw,40.895vh) scale(.6068)}to{transform:translate(92.93795vw,99vh) scale(.6068)}}.snow:nth-child(116){opacity:.9772;transform:translate(58.9091vw,-10px) scale(.3832);animation:fall-116 23s -16s linear infinite}@keyframes fall-116{72.545%{transform:translate(61.6403vw,72.545vh) scale(.3832)}to{transform:translate(60.2747vw,99vh) scale(.3832)}}.snow:nth-child(117){opacity:1.8484;transform:translate(97.3348vw,-10px) scale(.9145);animation:fall-117 18s -19s linear infinite}@keyframes fall-117{44.001%{transform:translate(105.3047vw,44.001vh) scale(.9145)}to{transform:translate(101.31975vw,99vh) scale(.9145)}}.snow:nth-child(118){opacity:1.7974;transform:translate(42.6404vw,-10px) scale(.3639);animation:fall-118 21s -5s linear infinite}@keyframes fall-118{78.99%{transform:translate(49.7322vw,78.99vh) scale(.3639)}to{transform:translate(46.1863vw,99vh) scale(.3639)}}.snow:nth-child(119){opacity:.7542;transform:translate(44.4656vw,-10px) scale(.7588);animation:fall-119 12s -28s linear infinite}@keyframes fall-119{65.052%{transform:translate(42.0657vw,65.052vh) scale(.7588)}to{transform:translate(43.26565vw,99vh) scale(.7588)}}.snow:nth-child(120){opacity:1.4784;transform:translate(34.7561vw,-10px) scale(.7347);animation:fall-120 14s -1s linear infinite}@keyframes fall-120{71.353%{transform:translate(24.9588vw,71.353vh) scale(.7347)}to{transform:translate(29.85745vw,99vh) scale(.7347)}}.snow:nth-child(121){opacity:.2852;transform:translate(38.3192vw,-10px) scale(.6441);animation:fall-121 29s -20s linear infinite}@keyframes fall-121{77.237%{transform:translate(32.4068vw,77.237vh) scale(.6441)}to{transform:translate(35.363vw,99vh) scale(.6441)}}.snow:nth-child(122){opacity:.0068;transform:translate(52.3519vw,-10px) scale(.5907);animation:fall-122 20s -7s linear infinite}@keyframes fall-122{51.448%{transform:translate(45.6052vw,51.448vh) scale(.5907)}to{transform:translate(48.97855vw,99vh) scale(.5907)}}.snow:nth-child(123){opacity:.4266;transform:translate(80.2891vw,-10px) scale(.7352);animation:fall-123 19s -12s linear infinite}@keyframes fall-123{45.08%{transform:translate(73.0911vw,45.08vh) scale(.7352)}to{transform:translate(76.6901vw,99vh) scale(.7352)}}.snow:nth-child(124){opacity:.2688;transform:translate(50.8917vw,-10px) scale(.2386);animation:fall-124 28s -21s linear infinite}@keyframes fall-124{57.347%{transform:translate(60.6892vw,57.347vh) scale(.2386)}to{transform:translate(55.79045vw,99vh) scale(.2386)}}.snow:nth-child(125){opacity:1.8084;transform:translate(94.4811vw,-10px) scale(.908);animation:fall-125 27s -14s linear infinite}@keyframes fall-125{78.407%{transform:translate(84.5272vw,78.407vh) scale(.908)}to{transform:translate(89.50415vw,99vh) scale(.908)}}.snow:nth-child(126){opacity:.6698;transform:translate(96.8719vw,-10px) scale(.1526);animation:fall-126 13s -30s linear infinite}@keyframes fall-126{46.208%{transform:translate(87.7983vw,46.208vh) scale(.1526)}to{transform:translate(92.3351vw,99vh) scale(.1526)}}.snow:nth-child(127){opacity:.5758;transform:translate(74.7844vw,-10px) scale(.3853);animation:fall-127 27s -29s linear infinite}@keyframes fall-127{58.041%{transform:translate(80.5536vw,58.041vh) scale(.3853)}to{transform:translate(77.669vw,99vh) scale(.3853)}}.snow:nth-child(128){opacity:.6442;transform:translate(16.2235vw,-10px) scale(.5399);animation:fall-128 27s -22s linear infinite}@keyframes fall-128{48.1%{transform:translate(19.1988vw,48.1vh) scale(.5399)}to{transform:translate(17.71115vw,99vh) scale(.5399)}}.snow:nth-child(129){opacity:.6654;transform:translate(83.2883vw,-10px) scale(.8973);animation:fall-129 13s -1s linear infinite}@keyframes fall-129{73.273%{transform:translate(88.6338vw,73.273vh) scale(.8973)}to{transform:translate(85.96105vw,99vh) scale(.8973)}}.snow:nth-child(130){opacity:1.9514;transform:translate(69.2326vw,-10px) scale(.6461);animation:fall-130 17s -18s linear infinite}@keyframes fall-130{49.939%{transform:translate(76.9038vw,49.939vh) scale(.6461)}to{transform:translate(73.0682vw,99vh) scale(.6461)}}.snow:nth-child(131){opacity:.414;transform:translate(83.4091vw,-10px) scale(.5602);animation:fall-131 20s -23s linear infinite}@keyframes fall-131{74.85%{transform:translate(90.7603vw,74.85vh) scale(.5602)}to{transform:translate(87.0847vw,99vh) scale(.5602)}}.snow:nth-child(132){opacity:.8918;transform:translate(72.684vw,-10px) scale(.0036);animation:fall-132 28s -18s linear infinite}@keyframes fall-132{65.181%{transform:translate(73.2762vw,65.181vh) scale(.0036)}to{transform:translate(72.9801vw,99vh) scale(.0036)}}.snow:nth-child(133){opacity:.8036;transform:translate(34.4178vw,-10px) scale(.1661);animation:fall-133 15s -4s linear infinite}@keyframes fall-133{79.938%{transform:translate(43.0691vw,79.938vh) scale(.1661)}to{transform:translate(38.74345vw,99vh) scale(.1661)}}.snow:nth-child(134){opacity:.8542;transform:translate(86.919vw,-10px) scale(.8572);animation:fall-134 29s -16s linear infinite}@keyframes fall-134{43.374%{transform:translate(96.1308vw,43.374vh) scale(.8572)}to{transform:translate(91.5249vw,99vh) scale(.8572)}}.snow:nth-child(135){opacity:1.7462;transform:translate(73.3952vw,-10px) scale(.568);animation:fall-135 23s -5s linear infinite}@keyframes fall-135{48.37%{transform:translate(75.8497vw,48.37vh) scale(.568)}to{transform:translate(74.62245vw,99vh) scale(.568)}}.snow:nth-child(136){opacity:.5504;transform:translate(72.5989vw,-10px) scale(.8075);animation:fall-136 26s -29s linear infinite}@keyframes fall-136{70.617%{transform:translate(81.4458vw,70.617vh) scale(.8075)}to{transform:translate(77.02235vw,99vh) scale(.8075)}}.snow:nth-child(137){opacity:1.7834;transform:translate(80.8408vw,-10px) scale(.4115);animation:fall-137 29s -27s linear infinite}@keyframes fall-137{40.375%{transform:translate(80.4742vw,40.375vh) scale(.4115)}to{transform:translate(80.6575vw,99vh) scale(.4115)}}.snow:nth-child(138){opacity:.1122;transform:translate(21.3406vw,-10px) scale(.6937);animation:fall-138 10s -11s linear infinite}@keyframes fall-138{59.26%{transform:translate(25.5504vw,59.26vh) scale(.6937)}to{transform:translate(23.4455vw,99vh) scale(.6937)}}.snow:nth-child(139){opacity:1.563;transform:translate(1.0616vw,-10px) scale(.7444);animation:fall-139 24s -21s linear infinite}@keyframes fall-139{45.706%{transform:translate(-.5392vw,45.706vh) scale(.7444)}to{transform:translate(.2612vw,99vh) scale(.7444)}}.snow:nth-child(140){opacity:1.8546;transform:translate(14.176vw,-10px) scale(.3748);animation:fall-140 26s -17s linear infinite}@keyframes fall-140{68.589%{transform:translate(8.863vw,68.589vh) scale(.3748)}to{transform:translate(11.5195vw,99vh) scale(.3748)}}.snow:nth-child(141){opacity:.329;transform:translate(70.888vw,-10px) scale(.1173);animation:fall-141 30s -27s linear infinite}@keyframes fall-141{61.992%{transform:translate(73.5292vw,61.992vh) scale(.1173)}to{transform:translate(72.2086vw,99vh) scale(.1173)}}.snow:nth-child(142){opacity:1.284;transform:translate(17.7944vw,-10px) scale(.3134);animation:fall-142 28s -3s linear infinite}@keyframes fall-142{55.655%{transform:translate(14.0723vw,55.655vh) scale(.3134)}to{transform:translate(15.93335vw,99vh) scale(.3134)}}.snow:nth-child(143){opacity:1.6152;transform:translate(21.2902vw,-10px) scale(.7919);animation:fall-143 26s -23s linear infinite}@keyframes fall-143{75.537%{transform:translate(28.7463vw,75.537vh) scale(.7919)}to{transform:translate(25.01825vw,99vh) scale(.7919)}}.snow:nth-child(144){opacity:.4586;transform:translate(57.8648vw,-10px) scale(.7972);animation:fall-144 12s -21s linear infinite}@keyframes fall-144{60.539%{transform:translate(64.3949vw,60.539vh) scale(.7972)}to{transform:translate(61.12985vw,99vh) scale(.7972)}}.snow:nth-child(145){opacity:1.9356;transform:translate(82.381vw,-10px) scale(.2439);animation:fall-145 17s -4s linear infinite}@keyframes fall-145{79.892%{transform:translate(88.0249vw,79.892vh) scale(.2439)}to{transform:translate(85.20295vw,99vh) scale(.2439)}}.snow:nth-child(146){opacity:1.9488;transform:translate(42.093vw,-10px) scale(.7089);animation:fall-146 17s -28s linear infinite}@keyframes fall-146{52.133%{transform:translate(36.4258vw,52.133vh) scale(.7089)}to{transform:translate(39.2594vw,99vh) scale(.7089)}}.snow:nth-child(147){opacity:1.8234;transform:translate(37.2839vw,-10px) scale(.8321);animation:fall-147 24s -5s linear infinite}@keyframes fall-147{76.463%{transform:translate(39.6705vw,76.463vh) scale(.8321)}to{transform:translate(38.4772vw,99vh) scale(.8321)}}.snow:nth-child(148){opacity:.7836;transform:translate(42.2133vw,-10px) scale(.4922);animation:fall-148 27s -28s linear infinite}@keyframes fall-148{50.559%{transform:translate(49.5563vw,50.559vh) scale(.4922)}to{transform:translate(45.8848vw,99vh) scale(.4922)}}.snow:nth-child(149){opacity:.8672;transform:translate(8.6678vw,-10px) scale(.3095);animation:fall-149 11s -26s linear infinite}@keyframes fall-149{53.45%{transform:translate(11.7814vw,53.45vh) scale(.3095)}to{transform:translate(10.2246vw,99vh) scale(.3095)}}.snow:nth-child(150){opacity:1.3338;transform:translate(89.9798vw,-10px) scale(.9744);animation:fall-150 19s -9s linear infinite}@keyframes fall-150{56.186%{transform:translate(91.8924vw,56.186vh) scale(.9744)}to{transform:translate(90.9361vw,99vh) scale(.9744)}}.snow:nth-child(151){opacity:.1922;transform:translate(95.7698vw,-10px) scale(.6193);animation:fall-151 26s -30s linear infinite}@keyframes fall-151{44.219%{transform:translate(93.1252vw,44.219vh) scale(.6193)}to{transform:translate(94.4475vw,99vh) scale(.6193)}}.snow:nth-child(152){opacity:1.5728;transform:translate(25.1803vw,-10px) scale(.951);animation:fall-152 22s -20s linear infinite}@keyframes fall-152{67.602%{transform:translate(32.7383vw,67.602vh) scale(.951)}to{transform:translate(28.9593vw,99vh) scale(.951)}}.snow:nth-child(153){opacity:1.5884;transform:translate(49.9696vw,-10px) scale(.2291);animation:fall-153 10s -30s linear infinite}@keyframes fall-153{50.343%{transform:translate(43.388vw,50.343vh) scale(.2291)}to{transform:translate(46.6788vw,99vh) scale(.2291)}}.snow:nth-child(154){opacity:.7156;transform:translate(4.1117vw,-10px) scale(.0628);animation:fall-154 27s -12s linear infinite}@keyframes fall-154{64.236%{transform:translate(4.4882vw,64.236vh) scale(.0628)}to{transform:translate(4.29995vw,99vh) scale(.0628)}}.snow:nth-child(155){opacity:.8362;transform:translate(14.8865vw,-10px) scale(.4555);animation:fall-155 18s -1s linear infinite}@keyframes fall-155{58.758%{transform:translate(20.2717vw,58.758vh) scale(.4555)}to{transform:translate(17.5791vw,99vh) scale(.4555)}}.snow:nth-child(156){opacity:1.2852;transform:translate(66.8878vw,-10px) scale(.5514);animation:fall-156 10s -17s linear infinite}@keyframes fall-156{36.762%{transform:translate(70.0319vw,36.762vh) scale(.5514)}to{transform:translate(68.45985vw,99vh) scale(.5514)}}.snow:nth-child(157){opacity:.8192;transform:translate(14.3982vw,-10px) scale(.3898);animation:fall-157 24s -24s linear infinite}@keyframes fall-157{58.994%{transform:translate(7.2456vw,58.994vh) scale(.3898)}to{transform:translate(10.8219vw,99vh) scale(.3898)}}.snow:nth-child(158){opacity:.0708;transform:translate(62.6349vw,-10px) scale(.8414);animation:fall-158 24s -24s linear infinite}@keyframes fall-158{70.726%{transform:translate(55.6568vw,70.726vh) scale(.8414)}to{transform:translate(59.14585vw,99vh) scale(.8414)}}.snow:nth-child(159){opacity:1.878;transform:translate(9.459vw,-10px) scale(.2741);animation:fall-159 16s -16s linear infinite}@keyframes fall-159{48.267%{transform:translate(5.6443vw,48.267vh) scale(.2741)}to{transform:translate(7.55165vw,99vh) scale(.2741)}}.snow:nth-child(160){opacity:1.4486;transform:translate(48.0864vw,-10px) scale(.6807);animation:fall-160 14s -9s linear infinite}@keyframes fall-160{36.587%{transform:translate(57.544vw,36.587vh) scale(.6807)}to{transform:translate(52.8152vw,99vh) scale(.6807)}}.snow:nth-child(161){opacity:.1918;transform:translate(17.4534vw,-10px) scale(.9343);animation:fall-161 18s -24s linear infinite}@keyframes fall-161{56.485%{transform:translate(14.1253vw,56.485vh) scale(.9343)}to{transform:translate(15.78935vw,99vh) scale(.9343)}}.snow:nth-child(162){opacity:1.7012;transform:translate(8.7118vw,-10px) scale(.4073);animation:fall-162 27s -7s linear infinite}@keyframes fall-162{78.99%{transform:translate(-.8673vw,78.99vh) scale(.4073)}to{transform:translate(3.92225vw,99vh) scale(.4073)}}.snow:nth-child(163){opacity:.7992;transform:translate(56.9959vw,-10px) scale(.8628);animation:fall-163 11s -16s linear infinite}@keyframes fall-163{61.751%{transform:translate(55.2098vw,61.751vh) scale(.8628)}to{transform:translate(56.10285vw,99vh) scale(.8628)}}.snow:nth-child(164){opacity:.751;transform:translate(33.072vw,-10px) scale(.4711);animation:fall-164 16s -7s linear infinite}@keyframes fall-164{52.514%{transform:translate(40.4834vw,52.514vh) scale(.4711)}to{transform:translate(36.7777vw,99vh) scale(.4711)}}.snow:nth-child(165){opacity:.4176;transform:translate(20.4617vw,-10px) scale(.0511);animation:fall-165 19s -4s linear infinite}@keyframes fall-165{76.221%{transform:translate(19.9125vw,76.221vh) scale(.0511)}to{transform:translate(20.1871vw,99vh) scale(.0511)}}.snow:nth-child(166){opacity:1.7942;transform:translate(37.2319vw,-10px) scale(.7677);animation:fall-166 20s -12s linear infinite}@keyframes fall-166{59.673%{transform:translate(37.5005vw,59.673vh) scale(.7677)}to{transform:translate(37.3662vw,99vh) scale(.7677)}}.snow:nth-child(167){opacity:1.6698;transform:translate(2.2975vw,-10px) scale(.4872);animation:fall-167 18s -17s linear infinite}@keyframes fall-167{72.575%{transform:translate(12.1062vw,72.575vh) scale(.4872)}to{transform:translate(7.20185vw,99vh) scale(.4872)}}.snow:nth-child(168){opacity:.7248;transform:translate(80.8478vw,-10px) scale(.9329);animation:fall-168 16s -15s linear infinite}@keyframes fall-168{41.487%{transform:translate(75.253vw,41.487vh) scale(.9329)}to{transform:translate(78.0504vw,99vh) scale(.9329)}}.snow:nth-child(169){opacity:.3156;transform:translate(74.5537vw,-10px) scale(.9962);animation:fall-169 13s -10s linear infinite}@keyframes fall-169{66.691%{transform:translate(77.2224vw,66.691vh) scale(.9962)}to{transform:translate(75.88805vw,99vh) scale(.9962)}}.snow:nth-child(170){opacity:.0938;transform:translate(99.6825vw,-10px) scale(.914);animation:fall-170 24s -12s linear infinite}@keyframes fall-170{48.397%{transform:translate(91.3889vw,48.397vh) scale(.914)}to{transform:translate(95.5357vw,99vh) scale(.914)}}.snow:nth-child(171){opacity:.2546;transform:translate(79.2578vw,-10px) scale(.9294);animation:fall-171 26s -9s linear infinite}@keyframes fall-171{78.066%{transform:translate(76.5936vw,78.066vh) scale(.9294)}to{transform:translate(77.9257vw,99vh) scale(.9294)}}.snow:nth-child(172){opacity:1.7416;transform:translate(79.94vw,-10px) scale(.5575);animation:fall-172 21s -16s linear infinite}@keyframes fall-172{59.12%{transform:translate(70.2927vw,59.12vh) scale(.5575)}to{transform:translate(75.11635vw,99vh) scale(.5575)}}.snow:nth-child(173){opacity:1.045;transform:translate(85.85vw,-10px) scale(.1802);animation:fall-173 18s -19s linear infinite}@keyframes fall-173{49.744%{transform:translate(77.3896vw,49.744vh) scale(.1802)}to{transform:translate(81.6198vw,99vh) scale(.1802)}}.snow:nth-child(174){opacity:1.977;transform:translate(26.9739vw,-10px) scale(.1093);animation:fall-174 11s -26s linear infinite}@keyframes fall-174{57.651%{transform:translate(28.4929vw,57.651vh) scale(.1093)}to{transform:translate(27.7334vw,99vh) scale(.1093)}}.snow:nth-child(175){opacity:1.3606;transform:translate(63.4759vw,-10px) scale(.8282);animation:fall-175 13s -4s linear infinite}@keyframes fall-175{58.242%{transform:translate(72.1617vw,58.242vh) scale(.8282)}to{transform:translate(67.8188vw,99vh) scale(.8282)}}.snow:nth-child(176){opacity:1.5898;transform:translate(25.0187vw,-10px) scale(.9608);animation:fall-176 20s -14s linear infinite}@keyframes fall-176{44.285%{transform:translate(17.7947vw,44.285vh) scale(.9608)}to{transform:translate(21.4067vw,99vh) scale(.9608)}}.snow:nth-child(177){opacity:1.7436;transform:translate(14.4512vw,-10px) scale(.8542);animation:fall-177 23s -28s linear infinite}@keyframes fall-177{75.515%{transform:translate(24.321vw,75.515vh) scale(.8542)}to{transform:translate(19.3861vw,99vh) scale(.8542)}}.snow:nth-child(178){opacity:.4618;transform:translate(20.4366vw,-10px) scale(.2296);animation:fall-178 24s -18s linear infinite}@keyframes fall-178{64.352%{transform:translate(23.5949vw,64.352vh) scale(.2296)}to{transform:translate(22.01575vw,99vh) scale(.2296)}}.snow:nth-child(179){opacity:1.0512;transform:translate(23.1439vw,-10px) scale(.0798);animation:fall-179 10s -10s linear infinite}@keyframes fall-179{79.329%{transform:translate(15.0363vw,79.329vh) scale(.0798)}to{transform:translate(19.0901vw,99vh) scale(.0798)}}.snow:nth-child(180){opacity:1.6038;transform:translate(24.5319vw,-10px) scale(.8476);animation:fall-180 25s -27s linear infinite}@keyframes fall-180{37.946%{transform:translate(19.8878vw,37.946vh) scale(.8476)}to{transform:translate(22.20985vw,99vh) scale(.8476)}}.snow:nth-child(181){opacity:1.888;transform:translate(85.2554vw,-10px) scale(.5222);animation:fall-181 14s -16s linear infinite}@keyframes fall-181{73.944%{transform:translate(77.6702vw,73.944vh) scale(.5222)}to{transform:translate(81.4628vw,99vh) scale(.5222)}}.snow:nth-child(182){opacity:.4004;transform:translate(24.3248vw,-10px) scale(.9153);animation:fall-182 29s -13s linear infinite}@keyframes fall-182{78.101%{transform:translate(30.0861vw,78.101vh) scale(.9153)}to{transform:translate(27.20545vw,99vh) scale(.9153)}}.snow:nth-child(183){opacity:.7596;transform:translate(18.7136vw,-10px) scale(.675);animation:fall-183 24s -4s linear infinite}@keyframes fall-183{65.454%{transform:translate(13.6184vw,65.454vh) scale(.675)}to{transform:translate(16.166vw,99vh) scale(.675)}}.snow:nth-child(184){opacity:1.483;transform:translate(49.7679vw,-10px) scale(.5419);animation:fall-184 14s -29s linear infinite}@keyframes fall-184{35.334%{transform:translate(53.1207vw,35.334vh) scale(.5419)}to{transform:translate(51.4443vw,99vh) scale(.5419)}}.snow:nth-child(185){opacity:.0394;transform:translate(3.9222vw,-10px) scale(.2541);animation:fall-185 30s -21s linear infinite}@keyframes fall-185{70.819%{transform:translate(-1.5828vw,70.819vh) scale(.2541)}to{transform:translate(1.1697vw,99vh) scale(.2541)}}.snow:nth-child(186){opacity:1.6528;transform:translate(10.1852vw,-10px) scale(.0236);animation:fall-186 27s -15s linear infinite}@keyframes fall-186{59.228%{transform:translate(17.2683vw,59.228vh) scale(.0236)}to{transform:translate(13.72675vw,99vh) scale(.0236)}}.snow:nth-child(187){opacity:1.6134;transform:translate(20.1477vw,-10px) scale(.4348);animation:fall-187 28s -14s linear infinite}@keyframes fall-187{53.812%{transform:translate(15.433vw,53.812vh) scale(.4348)}to{transform:translate(17.79035vw,99vh) scale(.4348)}}.snow:nth-child(188){opacity:.5978;transform:translate(31.6758vw,-10px) scale(.1297);animation:fall-188 26s -1s linear infinite}@keyframes fall-188{34.933%{transform:translate(39.5139vw,34.933vh) scale(.1297)}to{transform:translate(35.59485vw,99vh) scale(.1297)}}.snow:nth-child(189){opacity:.0824;transform:translate(13.7488vw,-10px) scale(.7896);animation:fall-189 10s -20s linear infinite}@keyframes fall-189{79.871%{transform:translate(19.8462vw,79.871vh) scale(.7896)}to{transform:translate(16.7975vw,99vh) scale(.7896)}}.snow:nth-child(190){opacity:1.8346;transform:translate(90.6022vw,-10px) scale(.3278);animation:fall-190 17s -23s linear infinite}@keyframes fall-190{52.785%{transform:translate(83.5449vw,52.785vh) scale(.3278)}to{transform:translate(87.07355vw,99vh) scale(.3278)}}.snow:nth-child(191){opacity:.8698;transform:translate(3.7488vw,-10px) scale(.3976);animation:fall-191 24s -19s linear infinite}@keyframes fall-191{49.393%{transform:translate(7.1951vw,49.393vh) scale(.3976)}to{transform:translate(5.47195vw,99vh) scale(.3976)}}.snow:nth-child(192){opacity:1.068;transform:translate(99.3968vw,-10px) scale(.6204);animation:fall-192 20s -28s linear infinite}@keyframes fall-192{42.065%{transform:translate(107.6874vw,42.065vh) scale(.6204)}to{transform:translate(103.5421vw,99vh) scale(.6204)}}.snow:nth-child(193){opacity:1.7192;transform:translate(27.2321vw,-10px) scale(.1421);animation:fall-193 30s -7s linear infinite}@keyframes fall-193{52.455%{transform:translate(36.6304vw,52.455vh) scale(.1421)}to{transform:translate(31.93125vw,99vh) scale(.1421)}}.snow:nth-child(194){opacity:1.2282;transform:translate(27.0805vw,-10px) scale(.2388);animation:fall-194 10s -29s linear infinite}@keyframes fall-194{45.243%{transform:translate(26.878vw,45.243vh) scale(.2388)}to{transform:translate(26.97925vw,99vh) scale(.2388)}}.snow:nth-child(195){opacity:.3158;transform:translate(42.9014vw,-10px) scale(.0316);animation:fall-195 27s -22s linear infinite}@keyframes fall-195{39.133%{transform:translate(40.0143vw,39.133vh) scale(.0316)}to{transform:translate(41.45785vw,99vh) scale(.0316)}}.snow:nth-child(196){opacity:1.758;transform:translate(67.8712vw,-10px) scale(.924);animation:fall-196 25s -28s linear infinite}@keyframes fall-196{69.584%{transform:translate(63.7852vw,69.584vh) scale(.924)}to{transform:translate(65.8282vw,99vh) scale(.924)}}.snow:nth-child(197){opacity:1.6528;transform:translate(2.0696vw,-10px) scale(.7588);animation:fall-197 24s -7s linear infinite}@keyframes fall-197{42.748%{transform:translate(9.2455vw,42.748vh) scale(.7588)}to{transform:translate(5.65755vw,99vh) scale(.7588)}}.snow:nth-child(198){opacity:.2752;transform:translate(76.8426vw,-10px) scale(.003);animation:fall-198 30s -20s linear infinite}@keyframes fall-198{65.981%{transform:translate(75.4797vw,65.981vh) scale(.003)}to{transform:translate(76.16115vw,99vh) scale(.003)}}.snow:nth-child(199){opacity:1.6632;transform:translate(39.8924vw,-10px) scale(.0284);animation:fall-199 28s -12s linear infinite}@keyframes fall-199{41.082%{transform:translate(43.6805vw,41.082vh) scale(.0284)}to{transform:translate(41.78645vw,99vh) scale(.0284)}}.snow:nth-child(200){opacity:1.6206;transform:translate(7.3872vw,-10px) scale(.5244);animation:fall-200 20s -30s linear infinite}@keyframes fall-200{43.71%{transform:translate(16.1367vw,43.71vh) scale(.5244)}to{transform:translate(11.76195vw,99vh) scale(.5244)}}.snow:nth-child(201){opacity:1.6448;transform:translate(98.6975vw,-10px) scale(.3331);animation:fall-201 23s -19s linear infinite}@keyframes fall-201{62.474%{transform:translate(108.58vw,62.474vh) scale(.3331)}to{transform:translate(103.63875vw,99vh) scale(.3331)}}.snow:nth-child(202){opacity:1.069;transform:translate(58.953vw,-10px) scale(.7953);animation:fall-202 23s -1s linear infinite}@keyframes fall-202{54.874%{transform:translate(60.802vw,54.874vh) scale(.7953)}to{transform:translate(59.8775vw,99vh) scale(.7953)}}.snow:nth-child(203){opacity:1.8882;transform:translate(10.092vw,-10px) scale(.0393);animation:fall-203 25s -17s linear infinite}@keyframes fall-203{54.401%{transform:translate(10.1385vw,54.401vh) scale(.0393)}to{transform:translate(10.11525vw,99vh) scale(.0393)}}.snow:nth-child(204){opacity:1.2404;transform:translate(69.5597vw,-10px) scale(.0109);animation:fall-204 17s -20s linear infinite}@keyframes fall-204{35.188%{transform:translate(79.0928vw,35.188vh) scale(.0109)}to{transform:translate(74.32625vw,99vh) scale(.0109)}}.snow:nth-child(205){opacity:1.6578;transform:translate(74.6822vw,-10px) scale(.9339);animation:fall-205 17s -26s linear infinite}@keyframes fall-205{77.163%{transform:translate(67.3973vw,77.163vh) scale(.9339)}to{transform:translate(71.03975vw,99vh) scale(.9339)}}.snow:nth-child(206){opacity:1.2972;transform:translate(96.7849vw,-10px) scale(.0986);animation:fall-206 12s -8s linear infinite}@keyframes fall-206{41.503%{transform:translate(91.3675vw,41.503vh) scale(.0986)}to{transform:translate(94.0762vw,99vh) scale(.0986)}}.snow:nth-child(207){opacity:1.6416;transform:translate(96.4173vw,-10px) scale(.041);animation:fall-207 16s -16s linear infinite}@keyframes fall-207{48.53%{transform:translate(94.6448vw,48.53vh) scale(.041)}to{transform:translate(95.53105vw,99vh) scale(.041)}}.snow:nth-child(208){opacity:1.2606;transform:translate(54.4116vw,-10px) scale(.0493);animation:fall-208 26s -20s linear infinite}@keyframes fall-208{34.095%{transform:translate(52.6527vw,34.095vh) scale(.0493)}to{transform:translate(53.53215vw,99vh) scale(.0493)}}.snow:nth-child(209){opacity:1.5844;transform:translate(61.8299vw,-10px) scale(.9505);animation:fall-209 11s -8s linear infinite}@keyframes fall-209{73.328%{transform:translate(69.2856vw,73.328vh) scale(.9505)}to{transform:translate(65.55775vw,99vh) scale(.9505)}}.snow:nth-child(210){opacity:1.7514;transform:translate(16.3871vw,-10px) scale(.8578);animation:fall-210 10s -21s linear infinite}@keyframes fall-210{31.427%{transform:translate(16.2374vw,31.427vh) scale(.8578)}to{transform:translate(16.31225vw,99vh) scale(.8578)}}.snow:nth-child(211){opacity:.506;transform:translate(1.8353vw,-10px) scale(.5723);animation:fall-211 27s -16s linear infinite}@keyframes fall-211{41.791%{transform:translate(7.9799vw,41.791vh) scale(.5723)}to{transform:translate(4.9076vw,99vh) scale(.5723)}}.snow:nth-child(212){opacity:1.5648;transform:translate(82.0668vw,-10px) scale(.0377);animation:fall-212 29s -12s linear infinite}@keyframes fall-212{50.19%{transform:translate(82.693vw,50.19vh) scale(.0377)}to{transform:translate(82.3799vw,99vh) scale(.0377)}}.snow:nth-child(213){opacity:.4184;transform:translate(44.5848vw,-10px) scale(.1234);animation:fall-213 17s -25s linear infinite}@keyframes fall-213{30.615%{transform:translate(47.6054vw,30.615vh) scale(.1234)}to{transform:translate(46.0951vw,99vh) scale(.1234)}}.snow:nth-child(214){opacity:1.4536;transform:translate(42.0476vw,-10px) scale(.0178);animation:fall-214 24s -15s linear infinite}@keyframes fall-214{51.951%{transform:translate(41.0604vw,51.951vh) scale(.0178)}to{transform:translate(41.554vw,99vh) scale(.0178)}}.snow:nth-child(215){opacity:1.8012;transform:translate(20.356vw,-10px) scale(.2483);animation:fall-215 21s -26s linear infinite}@keyframes fall-215{36.978%{transform:translate(10.901vw,36.978vh) scale(.2483)}to{transform:translate(15.6285vw,99vh) scale(.2483)}}.snow:nth-child(216){opacity:.6572;transform:translate(97.9035vw,-10px) scale(.9838);animation:fall-216 21s -14s linear infinite}@keyframes fall-216{61.033%{transform:translate(97.4819vw,61.033vh) scale(.9838)}to{transform:translate(97.6927vw,99vh) scale(.9838)}}.snow:nth-child(217){opacity:1.241;transform:translate(55.1827vw,-10px) scale(.3084);animation:fall-217 16s -15s linear infinite}@keyframes fall-217{59.573%{transform:translate(53.6557vw,59.573vh) scale(.3084)}to{transform:translate(54.4192vw,99vh) scale(.3084)}}.snow:nth-child(218){opacity:1.1746;transform:translate(67.1715vw,-10px) scale(.7435);animation:fall-218 16s -22s linear infinite}@keyframes fall-218{64.231%{transform:translate(70.9598vw,64.231vh) scale(.7435)}to{transform:translate(69.06565vw,99vh) scale(.7435)}}.snow:nth-child(219){opacity:1.0362;transform:translate(83.0922vw,-10px) scale(.904);animation:fall-219 11s -25s linear infinite}@keyframes fall-219{39.039%{transform:translate(85.6236vw,39.039vh) scale(.904)}to{transform:translate(84.3579vw,99vh) scale(.904)}}.snow:nth-child(220){opacity:1.0162;transform:translate(88.0209vw,-10px) scale(.709);animation:fall-220 15s -10s linear infinite}@keyframes fall-220{70.677%{transform:translate(92.1991vw,70.677vh) scale(.709)}to{transform:translate(90.11vw,99vh) scale(.709)}}.snow:nth-child(221){opacity:.0584;transform:translate(40.5346vw,-10px) scale(.3018);animation:fall-221 15s -27s linear infinite}@keyframes fall-221{33.301%{transform:translate(45.5512vw,33.301vh) scale(.3018)}to{transform:translate(43.0429vw,99vh) scale(.3018)}}.snow:nth-child(222){opacity:1.8816;transform:translate(38.9752vw,-10px) scale(.0556);animation:fall-222 22s -28s linear infinite}@keyframes fall-222{39.598%{transform:translate(35.0031vw,39.598vh) scale(.0556)}to{transform:translate(36.98915vw,99vh) scale(.0556)}}.snow:nth-child(223){opacity:1.7812;transform:translate(65.4074vw,-10px) scale(.3749);animation:fall-223 15s -2s linear infinite}@keyframes fall-223{61.022%{transform:translate(72.0418vw,61.022vh) scale(.3749)}to{transform:translate(68.7246vw,99vh) scale(.3749)}}.snow:nth-child(224){opacity:.809;transform:translate(30.1934vw,-10px) scale(.7659);animation:fall-224 26s -27s linear infinite}@keyframes fall-224{74.868%{transform:translate(27.2984vw,74.868vh) scale(.7659)}to{transform:translate(28.7459vw,99vh) scale(.7659)}}.snow:nth-child(225){opacity:.6436;transform:translate(10.1491vw,-10px) scale(.6694);animation:fall-225 16s -22s linear infinite}@keyframes fall-225{36.596%{transform:translate(5.9901vw,36.596vh) scale(.6694)}to{transform:translate(8.0696vw,99vh) scale(.6694)}}.snow:nth-child(226){opacity:.2042;transform:translate(33.0556vw,-10px) scale(.9007);animation:fall-226 16s -22s linear infinite}@keyframes fall-226{35.744%{transform:translate(30.7889vw,35.744vh) scale(.9007)}to{transform:translate(31.92225vw,99vh) scale(.9007)}}.snow:nth-child(227){opacity:.7122;transform:translate(30.7243vw,-10px) scale(.8666);animation:fall-227 19s -26s linear infinite}@keyframes fall-227{48.186%{transform:translate(26.4006vw,48.186vh) scale(.8666)}to{transform:translate(28.56245vw,99vh) scale(.8666)}}.snow:nth-child(228){opacity:.2086;transform:translate(57.2332vw,-10px) scale(.0424);animation:fall-228 15s -13s linear infinite}@keyframes fall-228{57.253%{transform:translate(57.0811vw,57.253vh) scale(.0424)}to{transform:translate(57.15715vw,99vh) scale(.0424)}}.snow:nth-child(229){opacity:1.6052;transform:translate(33.5133vw,-10px) scale(.7308);animation:fall-229 21s -24s linear infinite}@keyframes fall-229{42.371%{transform:translate(39.3173vw,42.371vh) scale(.7308)}to{transform:translate(36.4153vw,99vh) scale(.7308)}}.snow:nth-child(230){opacity:.6542;transform:translate(18.0046vw,-10px) scale(.853);animation:fall-230 21s -27s linear infinite}@keyframes fall-230{77.329%{transform:translate(11.2288vw,77.329vh) scale(.853)}to{transform:translate(14.6167vw,99vh) scale(.853)}}.snow:nth-child(231){opacity:.7106;transform:translate(95.5689vw,-10px) scale(.3472);animation:fall-231 14s -30s linear infinite}@keyframes fall-231{42.504%{transform:translate(89.9892vw,42.504vh) scale(.3472)}to{transform:translate(92.77905vw,99vh) scale(.3472)}}.snow:nth-child(232){opacity:1.7498;transform:translate(74.769vw,-10px) scale(.8838);animation:fall-232 27s -11s linear infinite}@keyframes fall-232{54.002%{transform:translate(68.4691vw,54.002vh) scale(.8838)}to{transform:translate(71.61905vw,99vh) scale(.8838)}}.snow:nth-child(233){opacity:1.2858;transform:translate(75.5689vw,-10px) scale(.6292);animation:fall-233 30s -8s linear infinite}@keyframes fall-233{34.033%{transform:translate(82.3138vw,34.033vh) scale(.6292)}to{transform:translate(78.94135vw,99vh) scale(.6292)}}.snow:nth-child(234){opacity:1.4262;transform:translate(77.692vw,-10px) scale(.5229);animation:fall-234 28s -21s linear infinite}@keyframes fall-234{44.571%{transform:translate(78.5102vw,44.571vh) scale(.5229)}to{transform:translate(78.1011vw,99vh) scale(.5229)}}.snow:nth-child(235){opacity:.7036;transform:translate(1.958vw,-10px) scale(.6166);animation:fall-235 20s -17s linear infinite}@keyframes fall-235{57.011%{transform:translate(-3.9526vw,57.011vh) scale(.6166)}to{transform:translate(-.9973vw,99vh) scale(.6166)}}.snow:nth-child(236){opacity:.267;transform:translate(67.8274vw,-10px) scale(.1731);animation:fall-236 16s -21s linear infinite}@keyframes fall-236{66.727%{transform:translate(68.5528vw,66.727vh) scale(.1731)}to{transform:translate(68.1901vw,99vh) scale(.1731)}}.snow:nth-child(237){opacity:.3896;transform:translate(89.7368vw,-10px) scale(.0421);animation:fall-237 20s -20s linear infinite}@keyframes fall-237{67.889%{transform:translate(86.1433vw,67.889vh) scale(.0421)}to{transform:translate(87.94005vw,99vh) scale(.0421)}}.snow:nth-child(238){opacity:.279;transform:translate(78.5908vw,-10px) scale(.3494);animation:fall-238 10s -19s linear infinite}@keyframes fall-238{31.336%{transform:translate(79.3641vw,31.336vh) scale(.3494)}to{transform:translate(78.97745vw,99vh) scale(.3494)}}.snow:nth-child(239){opacity:1.1634;transform:translate(78.5409vw,-10px) scale(.6461);animation:fall-239 19s -30s linear infinite}@keyframes fall-239{45.779%{transform:translate(70.7452vw,45.779vh) scale(.6461)}to{transform:translate(74.64305vw,99vh) scale(.6461)}}.snow:nth-child(240){opacity:.0638;transform:translate(56.9532vw,-10px) scale(.6245);animation:fall-240 22s -28s linear infinite}@keyframes fall-240{47.322%{transform:translate(50.0071vw,47.322vh) scale(.6245)}to{transform:translate(53.48015vw,99vh) scale(.6245)}}.snow:nth-child(241){opacity:1.4388;transform:translate(99.9124vw,-10px) scale(.9349);animation:fall-241 18s -28s linear infinite}@keyframes fall-241{65.398%{transform:translate(101.9527vw,65.398vh) scale(.9349)}to{transform:translate(100.93255vw,99vh) scale(.9349)}}.snow:nth-child(242){opacity:.8292;transform:translate(51.9851vw,-10px) scale(.5607);animation:fall-242 25s -29s linear infinite}@keyframes fall-242{55.304%{transform:translate(44.4794vw,55.304vh) scale(.5607)}to{transform:translate(48.23225vw,99vh) scale(.5607)}}.snow:nth-child(243){opacity:.922;transform:translate(10.9488vw,-10px) scale(.0926);animation:fall-243 21s -15s linear infinite}@keyframes fall-243{58.428%{transform:translate(4.0108vw,58.428vh) scale(.0926)}to{transform:translate(7.4798vw,99vh) scale(.0926)}}.snow:nth-child(244){opacity:1.2504;transform:translate(28.4355vw,-10px) scale(.6728);animation:fall-244 16s -14s linear infinite}@keyframes fall-244{49.87%{transform:translate(23.3911vw,49.87vh) scale(.6728)}to{transform:translate(25.9133vw,99vh) scale(.6728)}}.snow:nth-child(245){opacity:1.3172;transform:translate(31.2657vw,-10px) scale(.4483);animation:fall-245 14s -11s linear infinite}@keyframes fall-245{76.248%{transform:translate(37.3669vw,76.248vh) scale(.4483)}to{transform:translate(34.3163vw,99vh) scale(.4483)}}.snow:nth-child(246){opacity:.8228;transform:translate(10.9632vw,-10px) scale(.7113);animation:fall-246 28s -5s linear infinite}@keyframes fall-246{63.538%{transform:translate(20.6408vw,63.538vh) scale(.7113)}to{transform:translate(15.802vw,99vh) scale(.7113)}}.snow:nth-child(247){opacity:.9058;transform:translate(.4576vw,-10px) scale(.5047);animation:fall-247 29s -10s linear infinite}@keyframes fall-247{74.544%{transform:translate(7.0013vw,74.544vh) scale(.5047)}to{transform:translate(3.72945vw,99vh) scale(.5047)}}.snow:nth-child(248){opacity:1.8274;transform:translate(68.8496vw,-10px) scale(.1072);animation:fall-248 30s -9s linear infinite}@keyframes fall-248{59.123%{transform:translate(59.3162vw,59.123vh) scale(.1072)}to{transform:translate(64.0829vw,99vh) scale(.1072)}}.snow:nth-child(249){opacity:1.0078;transform:translate(48.4213vw,-10px) scale(.1489);animation:fall-249 25s -16s linear infinite}@keyframes fall-249{77.699%{transform:translate(49.2979vw,77.699vh) scale(.1489)}to{transform:translate(48.8596vw,99vh) scale(.1489)}}.snow:nth-child(250){opacity:1.5418;transform:translate(36.8013vw,-10px) scale(.3356);animation:fall-250 15s -6s linear infinite}@keyframes fall-250{36.378%{transform:translate(42.0647vw,36.378vh) scale(.3356)}to{transform:translate(39.433vw,99vh) scale(.3356)}}.snow:nth-child(251){opacity:1.4954;transform:translate(42.1058vw,-10px) scale(.4966);animation:fall-251 22s -5s linear infinite}@keyframes fall-251{36.52%{transform:translate(39.733vw,36.52vh) scale(.4966)}to{transform:translate(40.9194vw,99vh) scale(.4966)}}.snow:nth-child(252){opacity:1.1838;transform:translate(15.8181vw,-10px) scale(.817);animation:fall-252 21s -27s linear infinite}@keyframes fall-252{74.977%{transform:translate(23.0012vw,74.977vh) scale(.817)}to{transform:translate(19.40965vw,99vh) scale(.817)}}.snow:nth-child(253){opacity:1.478;transform:translate(58.0763vw,-10px) scale(.0647);animation:fall-253 27s -20s linear infinite}@keyframes fall-253{46.159%{transform:translate(59.0249vw,46.159vh) scale(.0647)}to{transform:translate(58.5506vw,99vh) scale(.0647)}}.snow:nth-child(254){opacity:1.92;transform:translate(2.6343vw,-10px) scale(.3476);animation:fall-254 24s -3s linear infinite}@keyframes fall-254{77.925%{transform:translate(5.5636vw,77.925vh) scale(.3476)}to{transform:translate(4.09895vw,99vh) scale(.3476)}}.snow:nth-child(255){opacity:.588;transform:translate(11.9247vw,-10px) scale(.3728);animation:fall-255 19s -1s linear infinite}@keyframes fall-255{51.673%{transform:translate(9.3263vw,51.673vh) scale(.3728)}to{transform:translate(10.6255vw,99vh) scale(.3728)}}.snow:nth-child(256){opacity:1.3694;transform:translate(51.4458vw,-10px) scale(.5322);animation:fall-256 19s -25s linear infinite}@keyframes fall-256{60.622%{transform:translate(56.7316vw,60.622vh) scale(.5322)}to{transform:translate(54.0887vw,99vh) scale(.5322)}}.snow:nth-child(257){opacity:1.711;transform:translate(68.0594vw,-10px) scale(.3119);animation:fall-257 27s -3s linear infinite}@keyframes fall-257{47.368%{transform:translate(65.2615vw,47.368vh) scale(.3119)}to{transform:translate(66.66045vw,99vh) scale(.3119)}}.snow:nth-child(258){opacity:1.1304;transform:translate(66.5704vw,-10px) scale(.4864);animation:fall-258 22s -15s linear infinite}@keyframes fall-258{77.64%{transform:translate(60.2454vw,77.64vh) scale(.4864)}to{transform:translate(63.4079vw,99vh) scale(.4864)}}.snow:nth-child(259){opacity:.584;transform:translate(54.1652vw,-10px) scale(.2792);animation:fall-259 10s -29s linear infinite}@keyframes fall-259{38.891%{transform:translate(56.9406vw,38.891vh) scale(.2792)}to{transform:translate(55.5529vw,99vh) scale(.2792)}}.snow:nth-child(260){opacity:.6652;transform:translate(75.4598vw,-10px) scale(.1669);animation:fall-260 27s -20s linear infinite}@keyframes fall-260{78.221%{transform:translate(72.6182vw,78.221vh) scale(.1669)}to{transform:translate(74.039vw,99vh) scale(.1669)}}.snow:nth-child(261){opacity:.7768;transform:translate(53.0667vw,-10px) scale(.6766);animation:fall-261 19s -30s linear infinite}@keyframes fall-261{33.395%{transform:translate(62.359vw,33.395vh) scale(.6766)}to{transform:translate(57.71285vw,99vh) scale(.6766)}}.snow:nth-child(262){opacity:.8206;transform:translate(12.1375vw,-10px) scale(.3647);animation:fall-262 24s -1s linear infinite}@keyframes fall-262{76.02%{transform:translate(8.4716vw,76.02vh) scale(.3647)}to{transform:translate(10.30455vw,99vh) scale(.3647)}}.snow:nth-child(263){opacity:1.322;transform:translate(97.8584vw,-10px) scale(.229);animation:fall-263 12s -12s linear infinite}@keyframes fall-263{71.222%{transform:translate(102.8151vw,71.222vh) scale(.229)}to{transform:translate(100.33675vw,99vh) scale(.229)}}.snow:nth-child(264){opacity:1.4264;transform:translate(91.1963vw,-10px) scale(.7452);animation:fall-264 13s -21s linear infinite}@keyframes fall-264{59.132%{transform:translate(90.0492vw,59.132vh) scale(.7452)}to{transform:translate(90.62275vw,99vh) scale(.7452)}}.snow:nth-child(265){opacity:.2392;transform:translate(89.5265vw,-10px) scale(.3145);animation:fall-265 29s -25s linear infinite}@keyframes fall-265{33.623%{transform:translate(79.9989vw,33.623vh) scale(.3145)}to{transform:translate(84.7627vw,99vh) scale(.3145)}}.snow:nth-child(266){opacity:1.0476;transform:translate(78.7446vw,-10px) scale(.781);animation:fall-266 26s -22s linear infinite}@keyframes fall-266{58.99%{transform:translate(70.1422vw,58.99vh) scale(.781)}to{transform:translate(74.4434vw,99vh) scale(.781)}}.snow:nth-child(267){opacity:1.7176;transform:translate(83.2643vw,-10px) scale(.3148);animation:fall-267 12s -7s linear infinite}@keyframes fall-267{52.452%{transform:translate(84.8463vw,52.452vh) scale(.3148)}to{transform:translate(84.0553vw,99vh) scale(.3148)}}.snow:nth-child(268){opacity:1.3704;transform:translate(78.0999vw,-10px) scale(.8912);animation:fall-268 17s -6s linear infinite}@keyframes fall-268{62.147%{transform:translate(85.0884vw,62.147vh) scale(.8912)}to{transform:translate(81.59415vw,99vh) scale(.8912)}}.snow:nth-child(269){opacity:1.876;transform:translate(63.4708vw,-10px) scale(.4349);animation:fall-269 18s -17s linear infinite}@keyframes fall-269{48.489%{transform:translate(61.3825vw,48.489vh) scale(.4349)}to{transform:translate(62.42665vw,99vh) scale(.4349)}}.snow:nth-child(270){opacity:1.4124;transform:translate(20.8744vw,-10px) scale(.2766);animation:fall-270 25s -18s linear infinite}@keyframes fall-270{78.586%{transform:translate(23.9776vw,78.586vh) scale(.2766)}to{transform:translate(22.426vw,99vh) scale(.2766)}}.snow:nth-child(271){opacity:1.1978;transform:translate(93.8227vw,-10px) scale(.0254);animation:fall-271 20s -19s linear infinite}@keyframes fall-271{54.606%{transform:translate(97.7916vw,54.606vh) scale(.0254)}to{transform:translate(95.80715vw,99vh) scale(.0254)}}.snow:nth-child(272){opacity:1.9852;transform:translate(22.6243vw,-10px) scale(.817);animation:fall-272 11s -11s linear infinite}@keyframes fall-272{32.277%{transform:translate(29.9863vw,32.277vh) scale(.817)}to{transform:translate(26.3053vw,99vh) scale(.817)}}.snow:nth-child(273){opacity:1.7074;transform:translate(22.1791vw,-10px) scale(.854);animation:fall-273 20s -24s linear infinite}@keyframes fall-273{75.942%{transform:translate(26.6905vw,75.942vh) scale(.854)}to{transform:translate(24.4348vw,99vh) scale(.854)}}.snow:nth-child(274){opacity:1.2296;transform:translate(18.7954vw,-10px) scale(.9591);animation:fall-274 28s -25s linear infinite}@keyframes fall-274{48.758%{transform:translate(22.0857vw,48.758vh) scale(.9591)}to{transform:translate(20.44055vw,99vh) scale(.9591)}}.snow:nth-child(275){opacity:1.2872;transform:translate(55.1523vw,-10px) scale(.1964);animation:fall-275 16s -26s linear infinite}@keyframes fall-275{75.922%{transform:translate(52.4191vw,75.922vh) scale(.1964)}to{transform:translate(53.7857vw,99vh) scale(.1964)}}.snow:nth-child(276){opacity:.3204;transform:translate(10.1871vw,-10px) scale(.9692);animation:fall-276 18s -26s linear infinite}@keyframes fall-276{36.691%{transform:translate(13.0228vw,36.691vh) scale(.9692)}to{transform:translate(11.60495vw,99vh) scale(.9692)}}.snow:nth-child(277){opacity:1.1226;transform:translate(39.5029vw,-10px) scale(.0364);animation:fall-277 20s -15s linear infinite}@keyframes fall-277{45.153%{transform:translate(44.1873vw,45.153vh) scale(.0364)}to{transform:translate(41.8451vw,99vh) scale(.0364)}}.snow:nth-child(278){opacity:1.7844;transform:translate(18.3546vw,-10px) scale(.0943);animation:fall-278 13s -1s linear infinite}@keyframes fall-278{74.693%{transform:translate(24.4153vw,74.693vh) scale(.0943)}to{transform:translate(21.38495vw,99vh) scale(.0943)}}.snow:nth-child(279){opacity:.1696;transform:translate(68.453vw,-10px) scale(.606);animation:fall-279 16s -28s linear infinite}@keyframes fall-279{70.327%{transform:translate(71.4716vw,70.327vh) scale(.606)}to{transform:translate(69.9623vw,99vh) scale(.606)}}.snow:nth-child(280){opacity:1.449;transform:translate(61.2688vw,-10px) scale(.1483);animation:fall-280 16s -6s linear infinite}@keyframes fall-280{61.782%{transform:translate(60.0324vw,61.782vh) scale(.1483)}to{transform:translate(60.6506vw,99vh) scale(.1483)}}.snow:nth-child(281){opacity:1.0574;transform:translate(40.5453vw,-10px) scale(.5007);animation:fall-281 19s -4s linear infinite}@keyframes fall-281{76.681%{transform:translate(38.1147vw,76.681vh) scale(.5007)}to{transform:translate(39.33vw,99vh) scale(.5007)}}.snow:nth-child(282){opacity:.1224;transform:translate(32.3943vw,-10px) scale(.0139);animation:fall-282 14s -28s linear infinite}@keyframes fall-282{32.626%{transform:translate(39.5848vw,32.626vh) scale(.0139)}to{transform:translate(35.98955vw,99vh) scale(.0139)}}.snow:nth-child(283){opacity:.3154;transform:translate(25.0639vw,-10px) scale(.8779);animation:fall-283 13s -2s linear infinite}@keyframes fall-283{72.897%{transform:translate(21.8618vw,72.897vh) scale(.8779)}to{transform:translate(23.46285vw,99vh) scale(.8779)}}.snow:nth-child(284){opacity:1.9898;transform:translate(42.3577vw,-10px) scale(.3666);animation:fall-284 26s -3s linear infinite}@keyframes fall-284{40.177%{transform:translate(38.0397vw,40.177vh) scale(.3666)}to{transform:translate(40.1987vw,99vh) scale(.3666)}}.snow:nth-child(285){opacity:1.6472;transform:translate(40.2188vw,-10px) scale(.8438);animation:fall-285 16s -19s linear infinite}@keyframes fall-285{42.402%{transform:translate(48.2713vw,42.402vh) scale(.8438)}to{transform:translate(44.24505vw,99vh) scale(.8438)}}.snow:nth-child(286){opacity:.2614;transform:translate(50.6999vw,-10px) scale(.107);animation:fall-286 21s -18s linear infinite}@keyframes fall-286{32.343%{transform:translate(41.603vw,32.343vh) scale(.107)}to{transform:translate(46.15145vw,99vh) scale(.107)}}.snow:nth-child(287){opacity:.575;transform:translate(86.3254vw,-10px) scale(.2718);animation:fall-287 23s -20s linear infinite}@keyframes fall-287{58.612%{transform:translate(93.9788vw,58.612vh) scale(.2718)}to{transform:translate(90.1521vw,99vh) scale(.2718)}}.snow:nth-child(288){opacity:.734;transform:translate(8.131vw,-10px) scale(.8121);animation:fall-288 10s -17s linear infinite}@keyframes fall-288{67.734%{transform:translate(15.9844vw,67.734vh) scale(.8121)}to{transform:translate(12.0577vw,99vh) scale(.8121)}}.snow:nth-child(289){opacity:.6908;transform:translate(34.991vw,-10px) scale(.6423);animation:fall-289 16s -12s linear infinite}@keyframes fall-289{67.786%{transform:translate(33.3122vw,67.786vh) scale(.6423)}to{transform:translate(34.1516vw,99vh) scale(.6423)}}.snow:nth-child(290){opacity:1.881;transform:translate(43.9411vw,-10px) scale(.5184);animation:fall-290 25s -25s linear infinite}@keyframes fall-290{43.792%{transform:translate(39.5843vw,43.792vh) scale(.5184)}to{transform:translate(41.7627vw,99vh) scale(.5184)}}.snow:nth-child(291){opacity:.6388;transform:translate(81.8344vw,-10px) scale(.0546);animation:fall-291 30s -17s linear infinite}@keyframes fall-291{54.145%{transform:translate(78.1773vw,54.145vh) scale(.0546)}to{transform:translate(80.00585vw,99vh) scale(.0546)}}.snow:nth-child(292){opacity:1.8668;transform:translate(39.4823vw,-10px) scale(.2525);animation:fall-292 23s -26s linear infinite}@keyframes fall-292{63.231%{transform:translate(35.1763vw,63.231vh) scale(.2525)}to{transform:translate(37.3293vw,99vh) scale(.2525)}}.snow:nth-child(293){opacity:.6622;transform:translate(42.6728vw,-10px) scale(.4409);animation:fall-293 12s -8s linear infinite}@keyframes fall-293{47.216%{transform:translate(48.5148vw,47.216vh) scale(.4409)}to{transform:translate(45.5938vw,99vh) scale(.4409)}}.snow:nth-child(294){opacity:1.6776;transform:translate(80.0264vw,-10px) scale(.697);animation:fall-294 12s -27s linear infinite}@keyframes fall-294{73.758%{transform:translate(85.6192vw,73.758vh) scale(.697)}to{transform:translate(82.8228vw,99vh) scale(.697)}}.snow:nth-child(295){opacity:.4206;transform:translate(19.9988vw,-10px) scale(.831);animation:fall-295 19s -23s linear infinite}@keyframes fall-295{39.63%{transform:translate(29.7427vw,39.63vh) scale(.831)}to{transform:translate(24.87075vw,99vh) scale(.831)}}.snow:nth-child(296){opacity:.7372;transform:translate(20.3627vw,-10px) scale(.053);animation:fall-296 16s -28s linear infinite}@keyframes fall-296{53.19%{transform:translate(10.4912vw,53.19vh) scale(.053)}to{transform:translate(15.42695vw,99vh) scale(.053)}}.snow:nth-child(297){opacity:.151;transform:translate(43.6025vw,-10px) scale(.6969);animation:fall-297 22s -6s linear infinite}@keyframes fall-297{37.27%{transform:translate(33.8571vw,37.27vh) scale(.6969)}to{transform:translate(38.7298vw,99vh) scale(.6969)}}.snow:nth-child(298){opacity:1.8366;transform:translate(18.6049vw,-10px) scale(.638);animation:fall-298 21s -3s linear infinite}@keyframes fall-298{78.065%{transform:translate(25.7375vw,78.065vh) scale(.638)}to{transform:translate(22.1712vw,99vh) scale(.638)}}.snow:nth-child(299){opacity:.1266;transform:translate(99.9829vw,-10px) scale(.5919);animation:fall-299 28s -14s linear infinite}@keyframes fall-299{74.016%{transform:translate(101.6307vw,74.016vh) scale(.5919)}to{transform:translate(100.8068vw,99vh) scale(.5919)}}.snow:nth-child(300){opacity:.6592;transform:translate(11.4296vw,-10px) scale(.6);animation:fall-300 11s -3s linear infinite}@keyframes fall-300{51.64%{transform:translate(16.8321vw,51.64vh) scale(.6)}to{transform:translate(14.13085vw,99vh) scale(.6)}}.snow:nth-child(301){opacity:.4188;transform:translate(32.8378vw,-10px) scale(.5395);animation:fall-301 19s -26s linear infinite}@keyframes fall-301{74.253%{transform:translate(26.0875vw,74.253vh) scale(.5395)}to{transform:translate(29.46265vw,99vh) scale(.5395)}}.snow:nth-child(302){opacity:1.3188;transform:translate(82.3996vw,-10px) scale(.0677);animation:fall-302 18s -27s linear infinite}@keyframes fall-302{39.162%{transform:translate(86.2566vw,39.162vh) scale(.0677)}to{transform:translate(84.3281vw,99vh) scale(.0677)}}.snow:nth-child(303){opacity:.204;transform:translate(51.3511vw,-10px) scale(.4542);animation:fall-303 15s -18s linear infinite}@keyframes fall-303{30.283%{transform:translate(54.8804vw,30.283vh) scale(.4542)}to{transform:translate(53.11575vw,99vh) scale(.4542)}}.snow:nth-child(304){opacity:.461;transform:translate(68.2932vw,-10px) scale(.8652);animation:fall-304 20s -20s linear infinite}@keyframes fall-304{47.867%{transform:translate(72.7325vw,47.867vh) scale(.8652)}to{transform:translate(70.51285vw,99vh) scale(.8652)}}.snow:nth-child(305){opacity:1.5724;transform:translate(74.4576vw,-10px) scale(.4604);animation:fall-305 21s -25s linear infinite}@keyframes fall-305{59.263%{transform:translate(67.8882vw,59.263vh) scale(.4604)}to{transform:translate(71.1729vw,99vh) scale(.4604)}}.snow:nth-child(306){opacity:1.7372;transform:translate(52.3188vw,-10px) scale(.5354);animation:fall-306 15s -24s linear infinite}@keyframes fall-306{60.946%{transform:translate(51.3556vw,60.946vh) scale(.5354)}to{transform:translate(51.8372vw,99vh) scale(.5354)}}.snow:nth-child(307){opacity:.3878;transform:translate(71.4095vw,-10px) scale(.5723);animation:fall-307 30s -3s linear infinite}@keyframes fall-307{61.105%{transform:translate(70.2247vw,61.105vh) scale(.5723)}to{transform:translate(70.8171vw,99vh) scale(.5723)}}.snow:nth-child(308){opacity:1.0648;transform:translate(10.8849vw,-10px) scale(.973);animation:fall-308 27s -19s linear infinite}@keyframes fall-308{56.8%{transform:translate(4.8117vw,56.8vh) scale(.973)}to{transform:translate(7.8483vw,99vh) scale(.973)}}.snow:nth-child(309){opacity:.3228;transform:translate(96.5662vw,-10px) scale(.0016);animation:fall-309 18s -25s linear infinite}@keyframes fall-309{47.401%{transform:translate(100.4362vw,47.401vh) scale(.0016)}to{transform:translate(98.5012vw,99vh) scale(.0016)}}.snow:nth-child(310){opacity:.2678;transform:translate(77.8529vw,-10px) scale(.6243);animation:fall-310 17s -29s linear infinite}@keyframes fall-310{39.541%{transform:translate(85.0497vw,39.541vh) scale(.6243)}to{transform:translate(81.4513vw,99vh) scale(.6243)}}.snow:nth-child(311){opacity:.3784;transform:translate(86.3025vw,-10px) scale(.4587);animation:fall-311 13s -23s linear infinite}@keyframes fall-311{44.028%{transform:translate(94.6148vw,44.028vh) scale(.4587)}to{transform:translate(90.45865vw,99vh) scale(.4587)}}.snow:nth-child(312){opacity:.1646;transform:translate(50.0443vw,-10px) scale(.382);animation:fall-312 30s -11s linear infinite}@keyframes fall-312{37.673%{transform:translate(47.6946vw,37.673vh) scale(.382)}to{transform:translate(48.86945vw,99vh) scale(.382)}}.snow:nth-child(313){opacity:1.234;transform:translate(87.8491vw,-10px) scale(.8718);animation:fall-313 26s -19s linear infinite}@keyframes fall-313{72.942%{transform:translate(89.6898vw,72.942vh) scale(.8718)}to{transform:translate(88.76945vw,99vh) scale(.8718)}}.snow:nth-child(314){opacity:.5608;transform:translate(82.8585vw,-10px) scale(.3766);animation:fall-314 11s -21s linear infinite}@keyframes fall-314{67.008%{transform:translate(92.3445vw,67.008vh) scale(.3766)}to{transform:translate(87.6015vw,99vh) scale(.3766)}}.snow:nth-child(315){opacity:1.506;transform:translate(22.5327vw,-10px) scale(.0537);animation:fall-315 20s -13s linear infinite}@keyframes fall-315{64.32%{transform:translate(14.3312vw,64.32vh) scale(.0537)}to{transform:translate(18.43195vw,99vh) scale(.0537)}}.snow:nth-child(316){opacity:1.6916;transform:translate(30.3565vw,-10px) scale(.428);animation:fall-316 25s -25s linear infinite}@keyframes fall-316{37.679%{transform:translate(30.5944vw,37.679vh) scale(.428)}to{transform:translate(30.47545vw,99vh) scale(.428)}}.snow:nth-child(317){opacity:1.2582;transform:translate(74.1719vw,-10px) scale(.7174);animation:fall-317 23s -8s linear infinite}@keyframes fall-317{31.944%{transform:translate(73.3306vw,31.944vh) scale(.7174)}to{transform:translate(73.75125vw,99vh) scale(.7174)}}.snow:nth-child(318){opacity:.89;transform:translate(40.3583vw,-10px) scale(.9363);animation:fall-318 17s -29s linear infinite}@keyframes fall-318{50.247%{transform:translate(49.4681vw,50.247vh) scale(.9363)}to{transform:translate(44.9132vw,99vh) scale(.9363)}}.snow:nth-child(319){opacity:.8094;transform:translate(34.0569vw,-10px) scale(.3603);animation:fall-319 18s -15s linear infinite}@keyframes fall-319{65.435%{transform:translate(40.9958vw,65.435vh) scale(.3603)}to{transform:translate(37.52635vw,99vh) scale(.3603)}}.snow:nth-child(320){opacity:1.4794;transform:translate(38.4498vw,-10px) scale(.1759);animation:fall-320 15s -13s linear infinite}@keyframes fall-320{67.565%{transform:translate(40.4698vw,67.565vh) scale(.1759)}to{transform:translate(39.4598vw,99vh) scale(.1759)}}.snow:nth-child(321){opacity:1.5424;transform:translate(14.4546vw,-10px) scale(.7619);animation:fall-321 11s -11s linear infinite}@keyframes fall-321{61.552%{transform:translate(10.8322vw,61.552vh) scale(.7619)}to{transform:translate(12.6434vw,99vh) scale(.7619)}}.snow:nth-child(322){opacity:1.1214;transform:translate(70.0059vw,-10px) scale(.3031);animation:fall-322 15s -19s linear infinite}@keyframes fall-322{45.793%{transform:translate(60.9849vw,45.793vh) scale(.3031)}to{transform:translate(65.4954vw,99vh) scale(.3031)}}.snow:nth-child(323){opacity:.4336;transform:translate(41.9981vw,-10px) scale(.1519);animation:fall-323 22s -28s linear infinite}@keyframes fall-323{60.907%{transform:translate(34.7897vw,60.907vh) scale(.1519)}to{transform:translate(38.3939vw,99vh) scale(.1519)}}.snow:nth-child(324){opacity:1.6104;transform:translate(66.0815vw,-10px) scale(.4087);animation:fall-324 18s -21s linear infinite}@keyframes fall-324{68.89%{transform:translate(59.6559vw,68.89vh) scale(.4087)}to{transform:translate(62.8687vw,99vh) scale(.4087)}}.snow:nth-child(325){opacity:.5236;transform:translate(63.7836vw,-10px) scale(.8899);animation:fall-325 25s -2s linear infinite}@keyframes fall-325{60.9%{transform:translate(60.5758vw,60.9vh) scale(.8899)}to{transform:translate(62.1797vw,99vh) scale(.8899)}}.snow:nth-child(326){opacity:1.5054;transform:translate(52.9013vw,-10px) scale(.6143);animation:fall-326 12s -24s linear infinite}@keyframes fall-326{47.721%{transform:translate(58.3271vw,47.721vh) scale(.6143)}to{transform:translate(55.6142vw,99vh) scale(.6143)}}.snow:nth-child(327){opacity:1.4288;transform:translate(34.5442vw,-10px) scale(.8262);animation:fall-327 14s -24s linear infinite}@keyframes fall-327{79.827%{transform:translate(27.2349vw,79.827vh) scale(.8262)}to{transform:translate(30.88955vw,99vh) scale(.8262)}}.snow:nth-child(328){opacity:1.9886;transform:translate(37.8854vw,-10px) scale(.5569);animation:fall-328 20s -24s linear infinite}@keyframes fall-328{71.435%{transform:translate(45.3954vw,71.435vh) scale(.5569)}to{transform:translate(41.6404vw,99vh) scale(.5569)}}.snow:nth-child(329){opacity:1.226;transform:translate(98.9933vw,-10px) scale(.327);animation:fall-329 29s -6s linear infinite}@keyframes fall-329{63.81%{transform:translate(90.4513vw,63.81vh) scale(.327)}to{transform:translate(94.7223vw,99vh) scale(.327)}}.snow:nth-child(330){opacity:1.0978;transform:translate(95.9921vw,-10px) scale(.6424);animation:fall-330 22s -5s linear infinite}@keyframes fall-330{79.721%{transform:translate(104.555vw,79.721vh) scale(.6424)}to{transform:translate(100.27355vw,99vh) scale(.6424)}}.snow:nth-child(331){opacity:1.7762;transform:translate(3.4808vw,-10px) scale(.4664);animation:fall-331 14s -11s linear infinite}@keyframes fall-331{60.866%{transform:translate(2.1832vw,60.866vh) scale(.4664)}to{transform:translate(2.832vw,99vh) scale(.4664)}}.snow:nth-child(332){opacity:1.2614;transform:translate(79.3024vw,-10px) scale(.5172);animation:fall-332 11s -3s linear infinite}@keyframes fall-332{64.301%{transform:translate(73.1214vw,64.301vh) scale(.5172)}to{transform:translate(76.2119vw,99vh) scale(.5172)}}.snow:nth-child(333){opacity:.9506;transform:translate(65.0381vw,-10px) scale(.563);animation:fall-333 28s -20s linear infinite}@keyframes fall-333{44.578%{transform:translate(59.7656vw,44.578vh) scale(.563)}to{transform:translate(62.40185vw,99vh) scale(.563)}}.snow:nth-child(334){opacity:.444;transform:translate(48.6849vw,-10px) scale(.3886);animation:fall-334 20s -28s linear infinite}@keyframes fall-334{39.059%{transform:translate(49.4286vw,39.059vh) scale(.3886)}to{transform:translate(49.05675vw,99vh) scale(.3886)}}.snow:nth-child(335){opacity:1.9718;transform:translate(26.5732vw,-10px) scale(.6961);animation:fall-335 23s -20s linear infinite}@keyframes fall-335{78.605%{transform:translate(35.1769vw,78.605vh) scale(.6961)}to{transform:translate(30.87505vw,99vh) scale(.6961)}}.snow:nth-child(336){opacity:1.4154;transform:translate(88.3589vw,-10px) scale(.8979);animation:fall-336 28s -18s linear infinite}@keyframes fall-336{46.559%{transform:translate(87.9287vw,46.559vh) scale(.8979)}to{transform:translate(88.1438vw,99vh) scale(.8979)}}.snow:nth-child(337){opacity:1.9528;transform:translate(37.9491vw,-10px) scale(.7906);animation:fall-337 24s -14s linear infinite}@keyframes fall-337{68.463%{transform:translate(44.8992vw,68.463vh) scale(.7906)}to{transform:translate(41.42415vw,99vh) scale(.7906)}}.snow:nth-child(338){opacity:.5826;transform:translate(33.7691vw,-10px) scale(.4442);animation:fall-338 12s -11s linear infinite}@keyframes fall-338{46.31%{transform:translate(31.2392vw,46.31vh) scale(.4442)}to{transform:translate(32.50415vw,99vh) scale(.4442)}}.snow:nth-child(339){opacity:.5432;transform:translate(64.8486vw,-10px) scale(.305);animation:fall-339 15s -14s linear infinite}@keyframes fall-339{73.213%{transform:translate(63.3896vw,73.213vh) scale(.305)}to{transform:translate(64.1191vw,99vh) scale(.305)}}.snow:nth-child(340){opacity:.4956;transform:translate(5.6113vw,-10px) scale(.1129);animation:fall-340 11s -5s linear infinite}@keyframes fall-340{67.597%{transform:translate(5.5424vw,67.597vh) scale(.1129)}to{transform:translate(5.57685vw,99vh) scale(.1129)}}.snow:nth-child(341){opacity:.1278;transform:translate(57.9861vw,-10px) scale(.6461);animation:fall-341 19s -20s linear infinite}@keyframes fall-341{41.185%{transform:translate(55.3383vw,41.185vh) scale(.6461)}to{transform:translate(56.6622vw,99vh) scale(.6461)}}.snow:nth-child(342){opacity:.7854;transform:translate(27.1684vw,-10px) scale(.635);animation:fall-342 15s -22s linear infinite}@keyframes fall-342{66.319%{transform:translate(26.8193vw,66.319vh) scale(.635)}to{transform:translate(26.99385vw,99vh) scale(.635)}}.snow:nth-child(343){opacity:1.0758;transform:translate(52.5858vw,-10px) scale(.0587);animation:fall-343 26s -17s linear infinite}@keyframes fall-343{40.458%{transform:translate(61.2689vw,40.458vh) scale(.0587)}to{transform:translate(56.92735vw,99vh) scale(.0587)}}.snow:nth-child(344){opacity:1.0032;transform:translate(99.5872vw,-10px) scale(.2042);animation:fall-344 11s -23s linear infinite}@keyframes fall-344{53.399%{transform:translate(100.6737vw,53.399vh) scale(.2042)}to{transform:translate(100.13045vw,99vh) scale(.2042)}}.snow:nth-child(345){opacity:1.7138;transform:translate(36.0951vw,-10px) scale(.5086);animation:fall-345 17s -16s linear infinite}@keyframes fall-345{65.67%{transform:translate(26.5332vw,65.67vh) scale(.5086)}to{transform:translate(31.31415vw,99vh) scale(.5086)}}.snow:nth-child(346){opacity:.8314;transform:translate(87.2614vw,-10px) scale(.1418);animation:fall-346 15s -17s linear infinite}@keyframes fall-346{64.287%{transform:translate(87.5679vw,64.287vh) scale(.1418)}to{transform:translate(87.41465vw,99vh) scale(.1418)}}.snow:nth-child(347){opacity:.7992;transform:translate(15.2334vw,-10px) scale(.7013);animation:fall-347 15s -29s linear infinite}@keyframes fall-347{50.686%{transform:translate(23.5741vw,50.686vh) scale(.7013)}to{transform:translate(19.40375vw,99vh) scale(.7013)}}.snow:nth-child(348){opacity:.0074;transform:translate(89.1757vw,-10px) scale(.7978);animation:fall-348 20s -4s linear infinite}@keyframes fall-348{67.546%{transform:translate(89.8571vw,67.546vh) scale(.7978)}to{transform:translate(89.5164vw,99vh) scale(.7978)}}.snow:nth-child(349){opacity:1.7902;transform:translate(58.6097vw,-10px) scale(.4383);animation:fall-349 12s -28s linear infinite}@keyframes fall-349{66.284%{transform:translate(61.0776vw,66.284vh) scale(.4383)}to{transform:translate(59.84365vw,99vh) scale(.4383)}}.snow:nth-child(350){opacity:.2102;transform:translate(86.941vw,-10px) scale(.676);animation:fall-350 21s -8s linear infinite}@keyframes fall-350{48.809%{transform:translate(87.5279vw,48.809vh) scale(.676)}to{transform:translate(87.23445vw,99vh) scale(.676)}}.snow:nth-child(351){opacity:.0542;transform:translate(94.6903vw,-10px) scale(.3118);animation:fall-351 26s -18s linear infinite}@keyframes fall-351{67.08%{transform:translate(101.3162vw,67.08vh) scale(.3118)}to{transform:translate(98.00325vw,99vh) scale(.3118)}}.snow:nth-child(352){opacity:1.3004;transform:translate(6.6532vw,-10px) scale(.068);animation:fall-352 17s -29s linear infinite}@keyframes fall-352{37.231%{transform:translate(12.6144vw,37.231vh) scale(.068)}to{transform:translate(9.6338vw,99vh) scale(.068)}}.snow:nth-child(353){opacity:1.6576;transform:translate(25.4801vw,-10px) scale(.4747);animation:fall-353 25s -12s linear infinite}@keyframes fall-353{43.037%{transform:translate(18.9004vw,43.037vh) scale(.4747)}to{transform:translate(22.19025vw,99vh) scale(.4747)}}.snow:nth-child(354){opacity:.3958;transform:translate(98.0389vw,-10px) scale(.1579);animation:fall-354 28s -13s linear infinite}@keyframes fall-354{73.365%{transform:translate(102.1739vw,73.365vh) scale(.1579)}to{transform:translate(100.1064vw,99vh) scale(.1579)}}.snow:nth-child(355){opacity:1.3432;transform:translate(45.691vw,-10px) scale(.3393);animation:fall-355 22s -14s linear infinite}@keyframes fall-355{57.796%{transform:translate(50.6299vw,57.796vh) scale(.3393)}to{transform:translate(48.16045vw,99vh) scale(.3393)}}.snow:nth-child(356){opacity:.8832;transform:translate(85.8383vw,-10px) scale(.0575);animation:fall-356 30s -29s linear infinite}@keyframes fall-356{77.256%{transform:translate(93.838vw,77.256vh) scale(.0575)}to{transform:translate(89.83815vw,99vh) scale(.0575)}}.snow:nth-child(357){opacity:1.8404;transform:translate(90.126vw,-10px) scale(.1413);animation:fall-357 15s -18s linear infinite}@keyframes fall-357{66.153%{transform:translate(91.857vw,66.153vh) scale(.1413)}to{transform:translate(90.9915vw,99vh) scale(.1413)}}.snow:nth-child(358){opacity:1.9794;transform:translate(55.5869vw,-10px) scale(.5707);animation:fall-358 26s -7s linear infinite}@keyframes fall-358{79.141%{transform:translate(54.1901vw,79.141vh) scale(.5707)}to{transform:translate(54.8885vw,99vh) scale(.5707)}}.snow:nth-child(359){opacity:1.0938;transform:translate(41.931vw,-10px) scale(.3101);animation:fall-359 28s -15s linear infinite}@keyframes fall-359{52.835%{transform:translate(37.934vw,52.835vh) scale(.3101)}to{transform:translate(39.9325vw,99vh) scale(.3101)}}.snow:nth-child(360){opacity:1.5878;transform:translate(65.9791vw,-10px) scale(.0622);animation:fall-360 12s -9s linear infinite}@keyframes fall-360{68.799%{transform:translate(69.8482vw,68.799vh) scale(.0622)}to{transform:translate(67.91365vw,99vh) scale(.0622)}}.snow:nth-child(361){opacity:1.3594;transform:translate(4.6194vw,-10px) scale(.2686);animation:fall-361 28s -4s linear infinite}@keyframes fall-361{57.846%{transform:translate(2.1177vw,57.846vh) scale(.2686)}to{transform:translate(3.36855vw,99vh) scale(.2686)}}.snow:nth-child(362){opacity:1.6526;transform:translate(76.663vw,-10px) scale(.8967);animation:fall-362 28s -4s linear infinite}@keyframes fall-362{48.793%{transform:translate(75.3425vw,48.793vh) scale(.8967)}to{transform:translate(76.00275vw,99vh) scale(.8967)}}.snow:nth-child(363){opacity:1.8338;transform:translate(41.7822vw,-10px) scale(.3387);animation:fall-363 18s -30s linear infinite}@keyframes fall-363{34.976%{transform:translate(41.5586vw,34.976vh) scale(.3387)}to{transform:translate(41.6704vw,99vh) scale(.3387)}}.snow:nth-child(364){opacity:.1548;transform:translate(19.7081vw,-10px) scale(.7144);animation:fall-364 27s -2s linear infinite}@keyframes fall-364{37.476%{transform:translate(12.096vw,37.476vh) scale(.7144)}to{transform:translate(15.90205vw,99vh) scale(.7144)}}.snow:nth-child(365){opacity:1.0358;transform:translate(38.2087vw,-10px) scale(.7185);animation:fall-365 28s -17s linear infinite}@keyframes fall-365{60.347%{transform:translate(35.8021vw,60.347vh) scale(.7185)}to{transform:translate(37.0054vw,99vh) scale(.7185)}}.snow:nth-child(366){opacity:1.461;transform:translate(43.1161vw,-10px) scale(.0485);animation:fall-366 12s -7s linear infinite}@keyframes fall-366{33.29%{transform:translate(52.1487vw,33.29vh) scale(.0485)}to{transform:translate(47.6324vw,99vh) scale(.0485)}}.snow:nth-child(367){opacity:.584;transform:translate(86.3643vw,-10px) scale(.7801);animation:fall-367 27s -26s linear infinite}@keyframes fall-367{67.303%{transform:translate(77.9809vw,67.303vh) scale(.7801)}to{transform:translate(82.1726vw,99vh) scale(.7801)}}.snow:nth-child(368){opacity:1.175;transform:translate(5.1952vw,-10px) scale(.1297);animation:fall-368 11s -21s linear infinite}@keyframes fall-368{37.602%{transform:translate(14.9875vw,37.602vh) scale(.1297)}to{transform:translate(10.09135vw,99vh) scale(.1297)}}.snow:nth-child(369){opacity:.64;transform:translate(38.2605vw,-10px) scale(.1487);animation:fall-369 28s -21s linear infinite}@keyframes fall-369{53.672%{transform:translate(28.2893vw,53.672vh) scale(.1487)}to{transform:translate(33.2749vw,99vh) scale(.1487)}}.snow:nth-child(370){opacity:1.7784;transform:translate(58.5193vw,-10px) scale(.0949);animation:fall-370 12s -22s linear infinite}@keyframes fall-370{38.86%{transform:translate(55.6783vw,38.86vh) scale(.0949)}to{transform:translate(57.0988vw,99vh) scale(.0949)}}.snow:nth-child(371){opacity:.7988;transform:translate(24.3347vw,-10px) scale(.8821);animation:fall-371 29s -11s linear infinite}@keyframes fall-371{58.976%{transform:translate(17.7372vw,58.976vh) scale(.8821)}to{transform:translate(21.03595vw,99vh) scale(.8821)}}.snow:nth-child(372){opacity:.1322;transform:translate(63.98vw,-10px) scale(.0901);animation:fall-372 18s -8s linear infinite}@keyframes fall-372{65.667%{transform:translate(65.8913vw,65.667vh) scale(.0901)}to{transform:translate(64.93565vw,99vh) scale(.0901)}}.snow:nth-child(373){opacity:1.601;transform:translate(89.1238vw,-10px) scale(.8567);animation:fall-373 10s -30s linear infinite}@keyframes fall-373{33.737%{transform:translate(98.7387vw,33.737vh) scale(.8567)}to{transform:translate(93.93125vw,99vh) scale(.8567)}}.snow:nth-child(374){opacity:1.0284;transform:translate(59.7202vw,-10px) scale(.9719);animation:fall-374 26s -5s linear infinite}@keyframes fall-374{42.389%{transform:translate(56.0916vw,42.389vh) scale(.9719)}to{transform:translate(57.9059vw,99vh) scale(.9719)}}.snow:nth-child(375){opacity:1.0072;transform:translate(28.0297vw,-10px) scale(.7006);animation:fall-375 17s -12s linear infinite}@keyframes fall-375{72.445%{transform:translate(23.5069vw,72.445vh) scale(.7006)}to{transform:translate(25.7683vw,99vh) scale(.7006)}}.snow:nth-child(376){opacity:1.6412;transform:translate(19.7166vw,-10px) scale(.2838);animation:fall-376 25s -27s linear infinite}@keyframes fall-376{42.938%{transform:translate(26.1581vw,42.938vh) scale(.2838)}to{transform:translate(22.93735vw,99vh) scale(.2838)}}.snow:nth-child(377){opacity:1.8184;transform:translate(89.4274vw,-10px) scale(.8669);animation:fall-377 13s -10s linear infinite}@keyframes fall-377{41.402%{transform:translate(82.0105vw,41.402vh) scale(.8669)}to{transform:translate(85.71895vw,99vh) scale(.8669)}}.snow:nth-child(378){opacity:.018;transform:translate(62.2044vw,-10px) scale(.0426);animation:fall-378 27s -23s linear infinite}@keyframes fall-378{40.603%{transform:translate(70.6789vw,40.603vh) scale(.0426)}to{transform:translate(66.44165vw,99vh) scale(.0426)}}.snow:nth-child(379){opacity:1.3074;transform:translate(86.8374vw,-10px) scale(.3872);animation:fall-379 16s -24s linear infinite}@keyframes fall-379{52.597%{transform:translate(83.6151vw,52.597vh) scale(.3872)}to{transform:translate(85.22625vw,99vh) scale(.3872)}}.snow:nth-child(380){opacity:.1532;transform:translate(11.098vw,-10px) scale(.65);animation:fall-380 24s -12s linear infinite}@keyframes fall-380{52.018%{transform:translate(11.4782vw,52.018vh) scale(.65)}to{transform:translate(11.2881vw,99vh) scale(.65)}}.snow:nth-child(381){opacity:1.8774;transform:translate(30.0049vw,-10px) scale(.004);animation:fall-381 30s -17s linear infinite}@keyframes fall-381{42.332%{transform:translate(21.7911vw,42.332vh) scale(.004)}to{transform:translate(25.898vw,99vh) scale(.004)}}.snow:nth-child(382){opacity:.2098;transform:translate(54.3896vw,-10px) scale(.0014);animation:fall-382 24s -30s linear infinite}@keyframes fall-382{61.567%{transform:translate(62.532vw,61.567vh) scale(.0014)}to{transform:translate(58.4608vw,99vh) scale(.0014)}}.snow:nth-child(383){opacity:1.0868;transform:translate(12.2887vw,-10px) scale(.9054);animation:fall-383 28s -22s linear infinite}@keyframes fall-383{56.337%{transform:translate(14.3528vw,56.337vh) scale(.9054)}to{transform:translate(13.32075vw,99vh) scale(.9054)}}.snow:nth-child(384){opacity:.8014;transform:translate(1.0118vw,-10px) scale(.9714);animation:fall-384 20s -7s linear infinite}@keyframes fall-384{66.699%{transform:translate(-.0379vw,66.699vh) scale(.9714)}to{transform:translate(.48695vw,99vh) scale(.9714)}}.snow:nth-child(385){opacity:.0096;transform:translate(30.0319vw,-10px) scale(.9424);animation:fall-385 17s -11s linear infinite}@keyframes fall-385{63.603%{transform:translate(34.4074vw,63.603vh) scale(.9424)}to{transform:translate(32.21965vw,99vh) scale(.9424)}}.snow:nth-child(386){opacity:.45;transform:translate(26.5169vw,-10px) scale(.5453);animation:fall-386 17s -6s linear infinite}@keyframes fall-386{75.901%{transform:translate(26.1014vw,75.901vh) scale(.5453)}to{transform:translate(26.30915vw,99vh) scale(.5453)}}.snow:nth-child(387){opacity:.6546;transform:translate(55.1379vw,-10px) scale(.8929);animation:fall-387 27s -12s linear infinite}@keyframes fall-387{76.219%{transform:translate(57.0735vw,76.219vh) scale(.8929)}to{transform:translate(56.1057vw,99vh) scale(.8929)}}.snow:nth-child(388){opacity:1.7628;transform:translate(81.1326vw,-10px) scale(.7739);animation:fall-388 15s -10s linear infinite}@keyframes fall-388{68.744%{transform:translate(80.857vw,68.744vh) scale(.7739)}to{transform:translate(80.9948vw,99vh) scale(.7739)}}.snow:nth-child(389){opacity:.867;transform:translate(28.0855vw,-10px) scale(.8179);animation:fall-389 11s -2s linear infinite}@keyframes fall-389{45.009%{transform:translate(30.301vw,45.009vh) scale(.8179)}to{transform:translate(29.19325vw,99vh) scale(.8179)}}.snow:nth-child(390){opacity:.6686;transform:translate(90.0349vw,-10px) scale(.5728);animation:fall-390 26s -23s linear infinite}@keyframes fall-390{55.259%{transform:translate(99.4674vw,55.259vh) scale(.5728)}to{transform:translate(94.75115vw,99vh) scale(.5728)}}.snow:nth-child(391){opacity:.9104;transform:translate(44.6032vw,-10px) scale(.584);animation:fall-391 15s -15s linear infinite}@keyframes fall-391{50.87%{transform:translate(37.9729vw,50.87vh) scale(.584)}to{transform:translate(41.28805vw,99vh) scale(.584)}}.snow:nth-child(392){opacity:1.8204;transform:translate(74.6425vw,-10px) scale(.7828);animation:fall-392 10s -9s linear infinite}@keyframes fall-392{48.348%{transform:translate(65.8002vw,48.348vh) scale(.7828)}to{transform:translate(70.22135vw,99vh) scale(.7828)}}.snow:nth-child(393){opacity:1.4982;transform:translate(72.3327vw,-10px) scale(.3457);animation:fall-393 30s -9s linear infinite}@keyframes fall-393{37.957%{transform:translate(78.1314vw,37.957vh) scale(.3457)}to{transform:translate(75.23205vw,99vh) scale(.3457)}}.snow:nth-child(394){opacity:1.019;transform:translate(45.4455vw,-10px) scale(.5202);animation:fall-394 20s -23s linear infinite}@keyframes fall-394{72.165%{transform:translate(45.0959vw,72.165vh) scale(.5202)}to{transform:translate(45.2707vw,99vh) scale(.5202)}}.snow:nth-child(395){opacity:.0656;transform:translate(81.6007vw,-10px) scale(.145);animation:fall-395 28s -1s linear infinite}@keyframes fall-395{43.785%{transform:translate(76.1829vw,43.785vh) scale(.145)}to{transform:translate(78.8918vw,99vh) scale(.145)}}.snow:nth-child(396){opacity:1.5084;transform:translate(39.5976vw,-10px) scale(.5933);animation:fall-396 22s -15s linear infinite}@keyframes fall-396{37.276%{transform:translate(34.6097vw,37.276vh) scale(.5933)}to{transform:translate(37.10365vw,99vh) scale(.5933)}}.snow:nth-child(397){opacity:1.0292;transform:translate(88.1749vw,-10px) scale(.9454);animation:fall-397 18s -25s linear infinite}@keyframes fall-397{34.618%{transform:translate(82.2374vw,34.618vh) scale(.9454)}to{transform:translate(85.20615vw,99vh) scale(.9454)}}.snow:nth-child(398){opacity:.4724;transform:translate(74.0066vw,-10px) scale(.1281);animation:fall-398 30s -8s linear infinite}@keyframes fall-398{67.375%{transform:translate(77.1435vw,67.375vh) scale(.1281)}to{transform:translate(75.57505vw,99vh) scale(.1281)}}.snow:nth-child(399){opacity:.6574;transform:translate(57.9952vw,-10px) scale(.821);animation:fall-399 14s -26s linear infinite}@keyframes fall-399{68.44%{transform:translate(58.0676vw,68.44vh) scale(.821)}to{transform:translate(58.0314vw,99vh) scale(.821)}}.snow:nth-child(400){opacity:.242;transform:translate(41.6288vw,-10px) scale(.997);animation:fall-400 18s -16s linear infinite}@keyframes fall-400{54.323%{transform:translate(49.2532vw,54.323vh) scale(.997)}to{transform:translate(45.441vw,99vh) scale(.997)}}\n"] }]
|
|
81
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.4858;transform:translate(47.6101vw,-10px) scale(.3265);animation:fall-1 15s -7s linear infinite}@keyframes fall-1{76.582%{transform:translate(40.9867vw,76.582vh) scale(.3265)}to{transform:translate(44.2984vw,99vh) scale(.3265)}}.snow:nth-child(2){opacity:.8592;transform:translate(16.0477vw,-10px) scale(.6131);animation:fall-2 11s -10s linear infinite}@keyframes fall-2{62.047%{transform:translate(9.8317vw,62.047vh) scale(.6131)}to{transform:translate(12.9397vw,99vh) scale(.6131)}}.snow:nth-child(3){opacity:.7958;transform:translate(94.9095vw,-10px) scale(.4347);animation:fall-3 25s -4s linear infinite}@keyframes fall-3{69.978%{transform:translate(86.6797vw,69.978vh) scale(.4347)}to{transform:translate(90.7946vw,99vh) scale(.4347)}}.snow:nth-child(4){opacity:1.9064;transform:translate(73.7653vw,-10px) scale(.5894);animation:fall-4 21s -14s linear infinite}@keyframes fall-4{48.534%{transform:translate(77.0082vw,48.534vh) scale(.5894)}to{transform:translate(75.38675vw,99vh) scale(.5894)}}.snow:nth-child(5){opacity:1.051;transform:translate(80.8654vw,-10px) scale(.3775);animation:fall-5 27s -29s linear infinite}@keyframes fall-5{60.864%{transform:translate(82.2062vw,60.864vh) scale(.3775)}to{transform:translate(81.5358vw,99vh) scale(.3775)}}.snow:nth-child(6){opacity:.6122;transform:translate(51.8018vw,-10px) scale(.9891);animation:fall-6 29s -5s linear infinite}@keyframes fall-6{44.473%{transform:translate(43.5741vw,44.473vh) scale(.9891)}to{transform:translate(47.68795vw,99vh) scale(.9891)}}.snow:nth-child(7){opacity:.5366;transform:translate(22.4689vw,-10px) scale(.697);animation:fall-7 10s -15s linear infinite}@keyframes fall-7{37.13%{transform:translate(22.039vw,37.13vh) scale(.697)}to{transform:translate(22.25395vw,99vh) scale(.697)}}.snow:nth-child(8){opacity:.1554;transform:translate(33.5909vw,-10px) scale(.5037);animation:fall-8 28s -16s linear infinite}@keyframes fall-8{36.736%{transform:translate(35.0234vw,36.736vh) scale(.5037)}to{transform:translate(34.30715vw,99vh) scale(.5037)}}.snow:nth-child(9){opacity:1.9306;transform:translate(86.2132vw,-10px) scale(.6732);animation:fall-9 18s -6s linear infinite}@keyframes fall-9{43.776%{transform:translate(78.7937vw,43.776vh) scale(.6732)}to{transform:translate(82.50345vw,99vh) scale(.6732)}}.snow:nth-child(10){opacity:1.0658;transform:translate(45.0557vw,-10px) scale(.9247);animation:fall-10 22s -20s linear infinite}@keyframes fall-10{77.667%{transform:translate(37.6759vw,77.667vh) scale(.9247)}to{transform:translate(41.3658vw,99vh) scale(.9247)}}.snow:nth-child(11){opacity:.577;transform:translate(21.0496vw,-10px) scale(.449);animation:fall-11 28s -1s linear infinite}@keyframes fall-11{34.552%{transform:translate(17.8872vw,34.552vh) scale(.449)}to{transform:translate(19.4684vw,99vh) scale(.449)}}.snow:nth-child(12){opacity:1.779;transform:translate(85.9565vw,-10px) scale(.6984);animation:fall-12 12s -8s linear infinite}@keyframes fall-12{54.922%{transform:translate(80.7748vw,54.922vh) scale(.6984)}to{transform:translate(83.36565vw,99vh) scale(.6984)}}.snow:nth-child(13){opacity:1.809;transform:translate(18.8683vw,-10px) scale(.5885);animation:fall-13 27s -7s linear infinite}@keyframes fall-13{51.791%{transform:translate(12.8358vw,51.791vh) scale(.5885)}to{transform:translate(15.85205vw,99vh) scale(.5885)}}.snow:nth-child(14){opacity:1.5052;transform:translate(64.4491vw,-10px) scale(.0124);animation:fall-14 23s -25s linear infinite}@keyframes fall-14{41.204%{transform:translate(73.245vw,41.204vh) scale(.0124)}to{transform:translate(68.84705vw,99vh) scale(.0124)}}.snow:nth-child(15){opacity:.901;transform:translate(12.8126vw,-10px) scale(.2535);animation:fall-15 16s -23s linear infinite}@keyframes fall-15{33.102%{transform:translate(12.3427vw,33.102vh) scale(.2535)}to{transform:translate(12.57765vw,99vh) scale(.2535)}}.snow:nth-child(16){opacity:1.5808;transform:translate(25.4813vw,-10px) scale(.2434);animation:fall-16 10s -24s linear infinite}@keyframes fall-16{61.297%{transform:translate(29.8493vw,61.297vh) scale(.2434)}to{transform:translate(27.6653vw,99vh) scale(.2434)}}.snow:nth-child(17){opacity:1.2422;transform:translate(77.2844vw,-10px) scale(.5221);animation:fall-17 13s -30s linear infinite}@keyframes fall-17{71.924%{transform:translate(79.3575vw,71.924vh) scale(.5221)}to{transform:translate(78.32095vw,99vh) scale(.5221)}}.snow:nth-child(18){opacity:.343;transform:translate(8.0198vw,-10px) scale(.3177);animation:fall-18 23s -1s linear infinite}@keyframes fall-18{52.795%{transform:translate(9.6203vw,52.795vh) scale(.3177)}to{transform:translate(8.82005vw,99vh) scale(.3177)}}.snow:nth-child(19){opacity:1.4316;transform:translate(82.7374vw,-10px) scale(.9455);animation:fall-19 13s -12s linear infinite}@keyframes fall-19{45.013%{transform:translate(74.9432vw,45.013vh) scale(.9455)}to{transform:translate(78.8403vw,99vh) scale(.9455)}}.snow:nth-child(20){opacity:1.2744;transform:translate(76.1938vw,-10px) scale(.1696);animation:fall-20 11s -17s linear infinite}@keyframes fall-20{63.617%{transform:translate(67.143vw,63.617vh) scale(.1696)}to{transform:translate(71.6684vw,99vh) scale(.1696)}}.snow:nth-child(21){opacity:1.2286;transform:translate(95.5577vw,-10px) scale(.7287);animation:fall-21 29s -21s linear infinite}@keyframes fall-21{68.395%{transform:translate(91.022vw,68.395vh) scale(.7287)}to{transform:translate(93.28985vw,99vh) scale(.7287)}}.snow:nth-child(22){opacity:.6234;transform:translate(68.1774vw,-10px) scale(.5305);animation:fall-22 27s -22s linear infinite}@keyframes fall-22{39.865%{transform:translate(68.2776vw,39.865vh) scale(.5305)}to{transform:translate(68.2275vw,99vh) scale(.5305)}}.snow:nth-child(23){opacity:1.3534;transform:translate(84.2745vw,-10px) scale(.2298);animation:fall-23 13s -16s linear infinite}@keyframes fall-23{52.373%{transform:translate(77.367vw,52.373vh) scale(.2298)}to{transform:translate(80.82075vw,99vh) scale(.2298)}}.snow:nth-child(24){opacity:1.894;transform:translate(14.2637vw,-10px) scale(.4823);animation:fall-24 27s -26s linear infinite}@keyframes fall-24{79.662%{transform:translate(6.8601vw,79.662vh) scale(.4823)}to{transform:translate(10.5619vw,99vh) scale(.4823)}}.snow:nth-child(25){opacity:.73;transform:translate(9.5515vw,-10px) scale(.1045);animation:fall-25 14s -13s linear infinite}@keyframes fall-25{73.2%{transform:translate(13.6491vw,73.2vh) scale(.1045)}to{transform:translate(11.6003vw,99vh) scale(.1045)}}.snow:nth-child(26){opacity:.097;transform:translate(24.0246vw,-10px) scale(.522);animation:fall-26 17s -30s linear infinite}@keyframes fall-26{55.778%{transform:translate(18.746vw,55.778vh) scale(.522)}to{transform:translate(21.3853vw,99vh) scale(.522)}}.snow:nth-child(27){opacity:1.9752;transform:translate(3.8257vw,-10px) scale(.6048);animation:fall-27 24s -4s linear infinite}@keyframes fall-27{77.967%{transform:translate(-4.0084vw,77.967vh) scale(.6048)}to{transform:translate(-.09135vw,99vh) scale(.6048)}}.snow:nth-child(28){opacity:.8392;transform:translate(93.8571vw,-10px) scale(.0826);animation:fall-28 23s -26s linear infinite}@keyframes fall-28{34.758%{transform:translate(88.9342vw,34.758vh) scale(.0826)}to{transform:translate(91.39565vw,99vh) scale(.0826)}}.snow:nth-child(29){opacity:.6162;transform:translate(86.4054vw,-10px) scale(.0319);animation:fall-29 20s -26s linear infinite}@keyframes fall-29{62.919%{transform:translate(87.1396vw,62.919vh) scale(.0319)}to{transform:translate(86.7725vw,99vh) scale(.0319)}}.snow:nth-child(30){opacity:1.665;transform:translate(10.7251vw,-10px) scale(.9243);animation:fall-30 15s -4s linear infinite}@keyframes fall-30{48.539%{transform:translate(4.0036vw,48.539vh) scale(.9243)}to{transform:translate(7.36435vw,99vh) scale(.9243)}}.snow:nth-child(31){opacity:1.2798;transform:translate(19.7368vw,-10px) scale(.7818);animation:fall-31 28s -19s linear infinite}@keyframes fall-31{49.253%{transform:translate(20.9681vw,49.253vh) scale(.7818)}to{transform:translate(20.35245vw,99vh) scale(.7818)}}.snow:nth-child(32){opacity:1.6994;transform:translate(64.7183vw,-10px) scale(.3928);animation:fall-32 22s -2s linear infinite}@keyframes fall-32{66.218%{transform:translate(58.1003vw,66.218vh) scale(.3928)}to{transform:translate(61.4093vw,99vh) scale(.3928)}}.snow:nth-child(33){opacity:1.5394;transform:translate(6.8501vw,-10px) scale(.7511);animation:fall-33 12s -29s linear infinite}@keyframes fall-33{65.631%{transform:translate(14.0331vw,65.631vh) scale(.7511)}to{transform:translate(10.4416vw,99vh) scale(.7511)}}.snow:nth-child(34){opacity:1.6936;transform:translate(16.0241vw,-10px) scale(.44);animation:fall-34 10s -24s linear infinite}@keyframes fall-34{67.903%{transform:translate(10.4783vw,67.903vh) scale(.44)}to{transform:translate(13.2512vw,99vh) scale(.44)}}.snow:nth-child(35){opacity:.6814;transform:translate(76.3432vw,-10px) scale(.8728);animation:fall-35 28s -29s linear infinite}@keyframes fall-35{74.088%{transform:translate(80.2188vw,74.088vh) scale(.8728)}to{transform:translate(78.281vw,99vh) scale(.8728)}}.snow:nth-child(36){opacity:.7756;transform:translate(18.9033vw,-10px) scale(.6142);animation:fall-36 16s -26s linear infinite}@keyframes fall-36{39.718%{transform:translate(11.4792vw,39.718vh) scale(.6142)}to{transform:translate(15.19125vw,99vh) scale(.6142)}}.snow:nth-child(37){opacity:1.6142;transform:translate(78.5753vw,-10px) scale(.8287);animation:fall-37 23s -23s linear infinite}@keyframes fall-37{51.782%{transform:translate(79.5334vw,51.782vh) scale(.8287)}to{transform:translate(79.05435vw,99vh) scale(.8287)}}.snow:nth-child(38){opacity:.5422;transform:translate(73.7115vw,-10px) scale(.6735);animation:fall-38 25s -27s linear infinite}@keyframes fall-38{40.62%{transform:translate(70.7808vw,40.62vh) scale(.6735)}to{transform:translate(72.24615vw,99vh) scale(.6735)}}.snow:nth-child(39){opacity:.8976;transform:translate(82.4535vw,-10px) scale(.408);animation:fall-39 21s -20s linear infinite}@keyframes fall-39{68.692%{transform:translate(90.7149vw,68.692vh) scale(.408)}to{transform:translate(86.5842vw,99vh) scale(.408)}}.snow:nth-child(40){opacity:.4704;transform:translate(13.5867vw,-10px) scale(.9056);animation:fall-40 18s -16s linear infinite}@keyframes fall-40{78.819%{transform:translate(13.042vw,78.819vh) scale(.9056)}to{transform:translate(13.31435vw,99vh) scale(.9056)}}.snow:nth-child(41){opacity:1.3582;transform:translate(73.3787vw,-10px) scale(.9554);animation:fall-41 23s -25s linear infinite}@keyframes fall-41{32.248%{transform:translate(67.2969vw,32.248vh) scale(.9554)}to{transform:translate(70.3378vw,99vh) scale(.9554)}}.snow:nth-child(42){opacity:1.9496;transform:translate(56.3782vw,-10px) scale(.4009);animation:fall-42 14s -15s linear infinite}@keyframes fall-42{61.898%{transform:translate(65.3677vw,61.898vh) scale(.4009)}to{transform:translate(60.87295vw,99vh) scale(.4009)}}.snow:nth-child(43){opacity:1.9614;transform:translate(63.2155vw,-10px) scale(.9678);animation:fall-43 23s -9s linear infinite}@keyframes fall-43{33.903%{transform:translate(66.7898vw,33.903vh) scale(.9678)}to{transform:translate(65.00265vw,99vh) scale(.9678)}}.snow:nth-child(44){opacity:1.8288;transform:translate(49.5367vw,-10px) scale(.2704);animation:fall-44 22s -4s linear infinite}@keyframes fall-44{62.967%{transform:translate(46.3926vw,62.967vh) scale(.2704)}to{transform:translate(47.96465vw,99vh) scale(.2704)}}.snow:nth-child(45){opacity:1.9328;transform:translate(47.4105vw,-10px) scale(.1489);animation:fall-45 25s -3s linear infinite}@keyframes fall-45{40.313%{transform:translate(53.9984vw,40.313vh) scale(.1489)}to{transform:translate(50.70445vw,99vh) scale(.1489)}}.snow:nth-child(46){opacity:.356;transform:translate(11.7264vw,-10px) scale(.3444);animation:fall-46 14s -7s linear infinite}@keyframes fall-46{69.968%{transform:translate(20.9975vw,69.968vh) scale(.3444)}to{transform:translate(16.36195vw,99vh) scale(.3444)}}.snow:nth-child(47){opacity:.7868;transform:translate(27.0931vw,-10px) scale(.793);animation:fall-47 18s -2s linear infinite}@keyframes fall-47{71.176%{transform:translate(31.0989vw,71.176vh) scale(.793)}to{transform:translate(29.096vw,99vh) scale(.793)}}.snow:nth-child(48){opacity:1.2954;transform:translate(86.915vw,-10px) scale(.6077);animation:fall-48 29s -18s linear infinite}@keyframes fall-48{35.194%{transform:translate(88.095vw,35.194vh) scale(.6077)}to{transform:translate(87.505vw,99vh) scale(.6077)}}.snow:nth-child(49){opacity:1.4038;transform:translate(.2057vw,-10px) scale(.8731);animation:fall-49 18s -17s linear infinite}@keyframes fall-49{67.132%{transform:translate(2.4007vw,67.132vh) scale(.8731)}to{transform:translate(1.3032vw,99vh) scale(.8731)}}.snow:nth-child(50){opacity:.9172;transform:translate(77.4875vw,-10px) scale(.8243);animation:fall-50 17s -8s linear infinite}@keyframes fall-50{44.832%{transform:translate(75.4812vw,44.832vh) scale(.8243)}to{transform:translate(76.48435vw,99vh) scale(.8243)}}.snow:nth-child(51){opacity:.737;transform:translate(73.3481vw,-10px) scale(.9423);animation:fall-51 21s -16s linear infinite}@keyframes fall-51{40.645%{transform:translate(64.2854vw,40.645vh) scale(.9423)}to{transform:translate(68.81675vw,99vh) scale(.9423)}}.snow:nth-child(52){opacity:1.5584;transform:translate(61.7204vw,-10px) scale(.4433);animation:fall-52 18s -23s linear infinite}@keyframes fall-52{78.562%{transform:translate(61.6901vw,78.562vh) scale(.4433)}to{transform:translate(61.70525vw,99vh) scale(.4433)}}.snow:nth-child(53){opacity:1.856;transform:translate(77.6142vw,-10px) scale(.1489);animation:fall-53 15s -15s linear infinite}@keyframes fall-53{36.051%{transform:translate(73.0355vw,36.051vh) scale(.1489)}to{transform:translate(75.32485vw,99vh) scale(.1489)}}.snow:nth-child(54){opacity:1.7344;transform:translate(13.3172vw,-10px) scale(.4329);animation:fall-54 12s -15s linear infinite}@keyframes fall-54{33.227%{transform:translate(5.7874vw,33.227vh) scale(.4329)}to{transform:translate(9.5523vw,99vh) scale(.4329)}}.snow:nth-child(55){opacity:.9942;transform:translate(81.2523vw,-10px) scale(.7655);animation:fall-55 22s -10s linear infinite}@keyframes fall-55{58.18%{transform:translate(86.5605vw,58.18vh) scale(.7655)}to{transform:translate(83.9064vw,99vh) scale(.7655)}}.snow:nth-child(56){opacity:.9748;transform:translate(28.8399vw,-10px) scale(.4228);animation:fall-56 26s -6s linear infinite}@keyframes fall-56{65.652%{transform:translate(30.219vw,65.652vh) scale(.4228)}to{transform:translate(29.52945vw,99vh) scale(.4228)}}.snow:nth-child(57){opacity:1.8036;transform:translate(83.568vw,-10px) scale(.2007);animation:fall-57 24s -12s linear infinite}@keyframes fall-57{70.097%{transform:translate(76.4093vw,70.097vh) scale(.2007)}to{transform:translate(79.98865vw,99vh) scale(.2007)}}.snow:nth-child(58){opacity:1.8372;transform:translate(89.702vw,-10px) scale(.5345);animation:fall-58 15s -7s linear infinite}@keyframes fall-58{65.249%{transform:translate(87.027vw,65.249vh) scale(.5345)}to{transform:translate(88.3645vw,99vh) scale(.5345)}}.snow:nth-child(59){opacity:1.838;transform:translate(25.0876vw,-10px) scale(.8175);animation:fall-59 26s -21s linear infinite}@keyframes fall-59{64.863%{transform:translate(25.3111vw,64.863vh) scale(.8175)}to{transform:translate(25.19935vw,99vh) scale(.8175)}}.snow:nth-child(60){opacity:1.1304;transform:translate(40.272vw,-10px) scale(.0918);animation:fall-60 15s -4s linear infinite}@keyframes fall-60{53.263%{transform:translate(37.6193vw,53.263vh) scale(.0918)}to{transform:translate(38.94565vw,99vh) scale(.0918)}}.snow:nth-child(61){opacity:1.1666;transform:translate(3.9026vw,-10px) scale(.9919);animation:fall-61 27s -6s linear infinite}@keyframes fall-61{76.37%{transform:translate(-3.1652vw,76.37vh) scale(.9919)}to{transform:translate(.3687vw,99vh) scale(.9919)}}.snow:nth-child(62){opacity:1.5384;transform:translate(60.9024vw,-10px) scale(.3869);animation:fall-62 16s -24s linear infinite}@keyframes fall-62{54.821%{transform:translate(53.443vw,54.821vh) scale(.3869)}to{transform:translate(57.1727vw,99vh) scale(.3869)}}.snow:nth-child(63){opacity:1.3872;transform:translate(34.3176vw,-10px) scale(.6365);animation:fall-63 10s -22s linear infinite}@keyframes fall-63{45.571%{transform:translate(30.3238vw,45.571vh) scale(.6365)}to{transform:translate(32.3207vw,99vh) scale(.6365)}}.snow:nth-child(64){opacity:1.0092;transform:translate(44.6125vw,-10px) scale(.7682);animation:fall-64 28s -26s linear infinite}@keyframes fall-64{70.922%{transform:translate(53.1108vw,70.922vh) scale(.7682)}to{transform:translate(48.86165vw,99vh) scale(.7682)}}.snow:nth-child(65){opacity:.0582;transform:translate(73.2051vw,-10px) scale(.6523);animation:fall-65 29s -25s linear infinite}@keyframes fall-65{42.772%{transform:translate(73.0949vw,42.772vh) scale(.6523)}to{transform:translate(73.15vw,99vh) scale(.6523)}}.snow:nth-child(66){opacity:1.2178;transform:translate(88.3818vw,-10px) scale(.3265);animation:fall-66 22s -20s linear infinite}@keyframes fall-66{59.444%{transform:translate(90.1385vw,59.444vh) scale(.3265)}to{transform:translate(89.26015vw,99vh) scale(.3265)}}.snow:nth-child(67){opacity:1.9578;transform:translate(5.8128vw,-10px) scale(.0614);animation:fall-67 22s -30s linear infinite}@keyframes fall-67{55.411%{transform:translate(12.0044vw,55.411vh) scale(.0614)}to{transform:translate(8.9086vw,99vh) scale(.0614)}}.snow:nth-child(68){opacity:1.0278;transform:translate(24.4263vw,-10px) scale(.452);animation:fall-68 20s -5s linear infinite}@keyframes fall-68{65.091%{transform:translate(23.1171vw,65.091vh) scale(.452)}to{transform:translate(23.7717vw,99vh) scale(.452)}}.snow:nth-child(69){opacity:.814;transform:translate(.8864vw,-10px) scale(.3258);animation:fall-69 29s -10s linear infinite}@keyframes fall-69{54.143%{transform:translate(8.2613vw,54.143vh) scale(.3258)}to{transform:translate(4.57385vw,99vh) scale(.3258)}}.snow:nth-child(70){opacity:.5816;transform:translate(69.7292vw,-10px) scale(1);animation:fall-70 26s -6s linear infinite}@keyframes fall-70{34.42%{transform:translate(72.9294vw,34.42vh) scale(1)}to{transform:translate(71.3293vw,99vh) scale(1)}}.snow:nth-child(71){opacity:1.6868;transform:translate(60.3117vw,-10px) scale(.2681);animation:fall-71 26s -23s linear infinite}@keyframes fall-71{32.297%{transform:translate(59.4136vw,32.297vh) scale(.2681)}to{transform:translate(59.86265vw,99vh) scale(.2681)}}.snow:nth-child(72){opacity:1.0532;transform:translate(6.4976vw,-10px) scale(.3742);animation:fall-72 20s -6s linear infinite}@keyframes fall-72{79.173%{transform:translate(3.7119vw,79.173vh) scale(.3742)}to{transform:translate(5.10475vw,99vh) scale(.3742)}}.snow:nth-child(73){opacity:1.0138;transform:translate(22.1599vw,-10px) scale(.2793);animation:fall-73 21s -25s linear infinite}@keyframes fall-73{71.456%{transform:translate(22.5936vw,71.456vh) scale(.2793)}to{transform:translate(22.37675vw,99vh) scale(.2793)}}.snow:nth-child(74){opacity:.8246;transform:translate(34.8326vw,-10px) scale(.0418);animation:fall-74 27s -6s linear infinite}@keyframes fall-74{79.304%{transform:translate(34.728vw,79.304vh) scale(.0418)}to{transform:translate(34.7803vw,99vh) scale(.0418)}}.snow:nth-child(75){opacity:1.0688;transform:translate(57.9957vw,-10px) scale(.9953);animation:fall-75 13s -20s linear infinite}@keyframes fall-75{64.324%{transform:translate(54.3725vw,64.324vh) scale(.9953)}to{transform:translate(56.1841vw,99vh) scale(.9953)}}.snow:nth-child(76){opacity:.6958;transform:translate(11.9632vw,-10px) scale(.1574);animation:fall-76 12s -2s linear infinite}@keyframes fall-76{66.662%{transform:translate(14.8552vw,66.662vh) scale(.1574)}to{transform:translate(13.4092vw,99vh) scale(.1574)}}.snow:nth-child(77){opacity:.4838;transform:translate(31.9531vw,-10px) scale(.6888);animation:fall-77 21s -10s linear infinite}@keyframes fall-77{78.351%{transform:translate(38.1701vw,78.351vh) scale(.6888)}to{transform:translate(35.0616vw,99vh) scale(.6888)}}.snow:nth-child(78){opacity:1.9094;transform:translate(18.6706vw,-10px) scale(.2636);animation:fall-78 10s -25s linear infinite}@keyframes fall-78{47.709%{transform:translate(16.2095vw,47.709vh) scale(.2636)}to{transform:translate(17.44005vw,99vh) scale(.2636)}}.snow:nth-child(79){opacity:1.3176;transform:translate(2.3227vw,-10px) scale(.3015);animation:fall-79 17s -16s linear infinite}@keyframes fall-79{74.521%{transform:translate(11.0208vw,74.521vh) scale(.3015)}to{transform:translate(6.67175vw,99vh) scale(.3015)}}.snow:nth-child(80){opacity:.4446;transform:translate(17.7205vw,-10px) scale(.488);animation:fall-80 27s -8s linear infinite}@keyframes fall-80{70.471%{transform:translate(10.5774vw,70.471vh) scale(.488)}to{transform:translate(14.14895vw,99vh) scale(.488)}}.snow:nth-child(81){opacity:1.8486;transform:translate(36.7531vw,-10px) scale(.149);animation:fall-81 12s -16s linear infinite}@keyframes fall-81{38.272%{transform:translate(29.3714vw,38.272vh) scale(.149)}to{transform:translate(33.06225vw,99vh) scale(.149)}}.snow:nth-child(82){opacity:1.1738;transform:translate(15.6451vw,-10px) scale(.6893);animation:fall-82 17s -21s linear infinite}@keyframes fall-82{77.726%{transform:translate(25.4497vw,77.726vh) scale(.6893)}to{transform:translate(20.5474vw,99vh) scale(.6893)}}.snow:nth-child(83){opacity:1.1348;transform:translate(8.5543vw,-10px) scale(.9871);animation:fall-83 22s -22s linear infinite}@keyframes fall-83{50.809%{transform:translate(8.7264vw,50.809vh) scale(.9871)}to{transform:translate(8.64035vw,99vh) scale(.9871)}}.snow:nth-child(84){opacity:1.788;transform:translate(77.2283vw,-10px) scale(.1827);animation:fall-84 12s -16s linear infinite}@keyframes fall-84{58.752%{transform:translate(68.0775vw,58.752vh) scale(.1827)}to{transform:translate(72.6529vw,99vh) scale(.1827)}}.snow:nth-child(85){opacity:.6522;transform:translate(93.4857vw,-10px) scale(.0356);animation:fall-85 10s -14s linear infinite}@keyframes fall-85{62.637%{transform:translate(97.1985vw,62.637vh) scale(.0356)}to{transform:translate(95.3421vw,99vh) scale(.0356)}}.snow:nth-child(86){opacity:.4732;transform:translate(45.9425vw,-10px) scale(.3473);animation:fall-86 27s -1s linear infinite}@keyframes fall-86{75.606%{transform:translate(49.1148vw,75.606vh) scale(.3473)}to{transform:translate(47.52865vw,99vh) scale(.3473)}}.snow:nth-child(87){opacity:.6784;transform:translate(32.0018vw,-10px) scale(.2209);animation:fall-87 26s -7s linear infinite}@keyframes fall-87{31.66%{transform:translate(30.2484vw,31.66vh) scale(.2209)}to{transform:translate(31.1251vw,99vh) scale(.2209)}}.snow:nth-child(88){opacity:1.688;transform:translate(42.2664vw,-10px) scale(.063);animation:fall-88 13s -9s linear infinite}@keyframes fall-88{68.569%{transform:translate(51.8369vw,68.569vh) scale(.063)}to{transform:translate(47.05165vw,99vh) scale(.063)}}.snow:nth-child(89){opacity:1.73;transform:translate(2.2048vw,-10px) scale(.9405);animation:fall-89 20s -6s linear infinite}@keyframes fall-89{33.325%{transform:translate(-.3372vw,33.325vh) scale(.9405)}to{transform:translate(.9338vw,99vh) scale(.9405)}}.snow:nth-child(90){opacity:.2982;transform:translate(59.7508vw,-10px) scale(.8259);animation:fall-90 13s -23s linear infinite}@keyframes fall-90{75.848%{transform:translate(64.6584vw,75.848vh) scale(.8259)}to{transform:translate(62.2046vw,99vh) scale(.8259)}}.snow:nth-child(91){opacity:.3716;transform:translate(24.488vw,-10px) scale(.8871);animation:fall-91 21s -9s linear infinite}@keyframes fall-91{48.908%{transform:translate(15.1782vw,48.908vh) scale(.8871)}to{transform:translate(19.8331vw,99vh) scale(.8871)}}.snow:nth-child(92){opacity:1.5598;transform:translate(63.3983vw,-10px) scale(.3381);animation:fall-92 20s -27s linear infinite}@keyframes fall-92{61.508%{transform:translate(65.5054vw,61.508vh) scale(.3381)}to{transform:translate(64.45185vw,99vh) scale(.3381)}}.snow:nth-child(93){opacity:.6002;transform:translate(78.2151vw,-10px) scale(.9155);animation:fall-93 11s -2s linear infinite}@keyframes fall-93{65.858%{transform:translate(73.7587vw,65.858vh) scale(.9155)}to{transform:translate(75.9869vw,99vh) scale(.9155)}}.snow:nth-child(94){opacity:1.2642;transform:translate(40.3493vw,-10px) scale(.9284);animation:fall-94 16s -3s linear infinite}@keyframes fall-94{42.389%{transform:translate(37.601vw,42.389vh) scale(.9284)}to{transform:translate(38.97515vw,99vh) scale(.9284)}}.snow:nth-child(95){opacity:1.8272;transform:translate(15.3239vw,-10px) scale(.3997);animation:fall-95 19s -30s linear infinite}@keyframes fall-95{36.432%{transform:translate(15.4471vw,36.432vh) scale(.3997)}to{transform:translate(15.3855vw,99vh) scale(.3997)}}.snow:nth-child(96){opacity:1.3934;transform:translate(94.4693vw,-10px) scale(.0556);animation:fall-96 13s -26s linear infinite}@keyframes fall-96{65.451%{transform:translate(94.6102vw,65.451vh) scale(.0556)}to{transform:translate(94.53975vw,99vh) scale(.0556)}}.snow:nth-child(97){opacity:.4702;transform:translate(85.1884vw,-10px) scale(.6397);animation:fall-97 25s -29s linear infinite}@keyframes fall-97{66.064%{transform:translate(75.3867vw,66.064vh) scale(.6397)}to{transform:translate(80.28755vw,99vh) scale(.6397)}}.snow:nth-child(98){opacity:.1474;transform:translate(80.6975vw,-10px) scale(.4457);animation:fall-98 17s -12s linear infinite}@keyframes fall-98{52.045%{transform:translate(72.821vw,52.045vh) scale(.4457)}to{transform:translate(76.75925vw,99vh) scale(.4457)}}.snow:nth-child(99){opacity:.083;transform:translate(27.3123vw,-10px) scale(.761);animation:fall-99 26s -8s linear infinite}@keyframes fall-99{31.762%{transform:translate(17.3261vw,31.762vh) scale(.761)}to{transform:translate(22.3192vw,99vh) scale(.761)}}.snow:nth-child(100){opacity:.0942;transform:translate(48.6075vw,-10px) scale(.5088);animation:fall-100 23s -28s linear infinite}@keyframes fall-100{59.222%{transform:translate(42.9792vw,59.222vh) scale(.5088)}to{transform:translate(45.79335vw,99vh) scale(.5088)}}.snow:nth-child(101){opacity:1.7152;transform:translate(89.2202vw,-10px) scale(.9688);animation:fall-101 13s -13s linear infinite}@keyframes fall-101{47.738%{transform:translate(93.3643vw,47.738vh) scale(.9688)}to{transform:translate(91.29225vw,99vh) scale(.9688)}}.snow:nth-child(102){opacity:1.4456;transform:translate(27.858vw,-10px) scale(.5924);animation:fall-102 29s -1s linear infinite}@keyframes fall-102{57.759%{transform:translate(35.2392vw,57.759vh) scale(.5924)}to{transform:translate(31.5486vw,99vh) scale(.5924)}}.snow:nth-child(103){opacity:.0468;transform:translate(76.9673vw,-10px) scale(.5925);animation:fall-103 19s -20s linear infinite}@keyframes fall-103{72.492%{transform:translate(71.0487vw,72.492vh) scale(.5925)}to{transform:translate(74.008vw,99vh) scale(.5925)}}.snow:nth-child(104){opacity:1.9468;transform:translate(87.8373vw,-10px) scale(.8318);animation:fall-104 29s -19s linear infinite}@keyframes fall-104{72.478%{transform:translate(96.1156vw,72.478vh) scale(.8318)}to{transform:translate(91.97645vw,99vh) scale(.8318)}}.snow:nth-child(105){opacity:.7602;transform:translate(85.6728vw,-10px) scale(.8659);animation:fall-105 22s -4s linear infinite}@keyframes fall-105{74.004%{transform:translate(77.4339vw,74.004vh) scale(.8659)}to{transform:translate(81.55335vw,99vh) scale(.8659)}}.snow:nth-child(106){opacity:1.8002;transform:translate(64.4166vw,-10px) scale(.6946);animation:fall-106 11s -10s linear infinite}@keyframes fall-106{41.941%{transform:translate(68.9264vw,41.941vh) scale(.6946)}to{transform:translate(66.6715vw,99vh) scale(.6946)}}.snow:nth-child(107){opacity:1.1256;transform:translate(63.3651vw,-10px) scale(.1038);animation:fall-107 26s -14s linear infinite}@keyframes fall-107{79.725%{transform:translate(67.3051vw,79.725vh) scale(.1038)}to{transform:translate(65.3351vw,99vh) scale(.1038)}}.snow:nth-child(108){opacity:1.8934;transform:translate(24.9038vw,-10px) scale(.8018);animation:fall-108 18s -14s linear infinite}@keyframes fall-108{36.091%{transform:translate(24.4357vw,36.091vh) scale(.8018)}to{transform:translate(24.66975vw,99vh) scale(.8018)}}.snow:nth-child(109){opacity:.9774;transform:translate(82.9548vw,-10px) scale(.5479);animation:fall-109 17s -10s linear infinite}@keyframes fall-109{66.006%{transform:translate(89.2821vw,66.006vh) scale(.5479)}to{transform:translate(86.11845vw,99vh) scale(.5479)}}.snow:nth-child(110){opacity:.5342;transform:translate(61.8567vw,-10px) scale(.7632);animation:fall-110 29s -9s linear infinite}@keyframes fall-110{74.297%{transform:translate(52.6767vw,74.297vh) scale(.7632)}to{transform:translate(57.2667vw,99vh) scale(.7632)}}.snow:nth-child(111){opacity:1.2346;transform:translate(77.5332vw,-10px) scale(.8767);animation:fall-111 23s -26s linear infinite}@keyframes fall-111{44.383%{transform:translate(82.2352vw,44.383vh) scale(.8767)}to{transform:translate(79.8842vw,99vh) scale(.8767)}}.snow:nth-child(112){opacity:.5314;transform:translate(88.9636vw,-10px) scale(.8878);animation:fall-112 20s -29s linear infinite}@keyframes fall-112{75.656%{transform:translate(94.3016vw,75.656vh) scale(.8878)}to{transform:translate(91.6326vw,99vh) scale(.8878)}}.snow:nth-child(113){opacity:1.1482;transform:translate(57.4816vw,-10px) scale(.366);animation:fall-113 18s -23s linear infinite}@keyframes fall-113{54.713%{transform:translate(56.1184vw,54.713vh) scale(.366)}to{transform:translate(56.8vw,99vh) scale(.366)}}.snow:nth-child(114){opacity:1.8902;transform:translate(55.3151vw,-10px) scale(.257);animation:fall-114 19s -1s linear infinite}@keyframes fall-114{34.106%{transform:translate(49.1683vw,34.106vh) scale(.257)}to{transform:translate(52.2417vw,99vh) scale(.257)}}.snow:nth-child(115){opacity:.9698;transform:translate(13.5967vw,-10px) scale(.5582);animation:fall-115 28s -25s linear infinite}@keyframes fall-115{57.254%{transform:translate(10.1575vw,57.254vh) scale(.5582)}to{transform:translate(11.8771vw,99vh) scale(.5582)}}.snow:nth-child(116){opacity:.2662;transform:translate(28.6589vw,-10px) scale(.7576);animation:fall-116 22s -21s linear infinite}@keyframes fall-116{64.698%{transform:translate(32.0391vw,64.698vh) scale(.7576)}to{transform:translate(30.349vw,99vh) scale(.7576)}}.snow:nth-child(117){opacity:1.5576;transform:translate(88.5775vw,-10px) scale(.0726);animation:fall-117 20s -11s linear infinite}@keyframes fall-117{39.051%{transform:translate(96.2891vw,39.051vh) scale(.0726)}to{transform:translate(92.4333vw,99vh) scale(.0726)}}.snow:nth-child(118){opacity:1.4126;transform:translate(51.9459vw,-10px) scale(.7218);animation:fall-118 28s -23s linear infinite}@keyframes fall-118{35.175%{transform:translate(57.3137vw,35.175vh) scale(.7218)}to{transform:translate(54.6298vw,99vh) scale(.7218)}}.snow:nth-child(119){opacity:.875;transform:translate(48.9962vw,-10px) scale(.9746);animation:fall-119 11s -28s linear infinite}@keyframes fall-119{36.573%{transform:translate(46.1945vw,36.573vh) scale(.9746)}to{transform:translate(47.59535vw,99vh) scale(.9746)}}.snow:nth-child(120){opacity:1.767;transform:translate(49.3105vw,-10px) scale(.7535);animation:fall-120 28s -19s linear infinite}@keyframes fall-120{47.443%{transform:translate(49.5833vw,47.443vh) scale(.7535)}to{transform:translate(49.4469vw,99vh) scale(.7535)}}.snow:nth-child(121){opacity:1.3694;transform:translate(50.362vw,-10px) scale(.7898);animation:fall-121 29s -4s linear infinite}@keyframes fall-121{31.284%{transform:translate(44.9662vw,31.284vh) scale(.7898)}to{transform:translate(47.6641vw,99vh) scale(.7898)}}.snow:nth-child(122){opacity:1.1462;transform:translate(7.0152vw,-10px) scale(.324);animation:fall-122 14s -28s linear infinite}@keyframes fall-122{53.867%{transform:translate(12.9911vw,53.867vh) scale(.324)}to{transform:translate(10.00315vw,99vh) scale(.324)}}.snow:nth-child(123){opacity:1.2676;transform:translate(30.4313vw,-10px) scale(.0357);animation:fall-123 21s -9s linear infinite}@keyframes fall-123{37.987%{transform:translate(24.6654vw,37.987vh) scale(.0357)}to{transform:translate(27.54835vw,99vh) scale(.0357)}}.snow:nth-child(124){opacity:.4744;transform:translate(86.6438vw,-10px) scale(.3381);animation:fall-124 28s -28s linear infinite}@keyframes fall-124{33.464%{transform:translate(81.5848vw,33.464vh) scale(.3381)}to{transform:translate(84.1143vw,99vh) scale(.3381)}}.snow:nth-child(125){opacity:.1574;transform:translate(91.6609vw,-10px) scale(.3392);animation:fall-125 22s -17s linear infinite}@keyframes fall-125{74.597%{transform:translate(89.9188vw,74.597vh) scale(.3392)}to{transform:translate(90.78985vw,99vh) scale(.3392)}}.snow:nth-child(126){opacity:.8952;transform:translate(54.9549vw,-10px) scale(.7738);animation:fall-126 19s -15s linear infinite}@keyframes fall-126{34.659%{transform:translate(61.8142vw,34.659vh) scale(.7738)}to{transform:translate(58.38455vw,99vh) scale(.7738)}}.snow:nth-child(127){opacity:1.7768;transform:translate(99.7558vw,-10px) scale(.3077);animation:fall-127 16s -23s linear infinite}@keyframes fall-127{53.757%{transform:translate(93.6433vw,53.757vh) scale(.3077)}to{transform:translate(96.69955vw,99vh) scale(.3077)}}.snow:nth-child(128){opacity:.9766;transform:translate(2.5611vw,-10px) scale(.6813);animation:fall-128 18s -20s linear infinite}@keyframes fall-128{75.885%{transform:translate(.186vw,75.885vh) scale(.6813)}to{transform:translate(1.37355vw,99vh) scale(.6813)}}.snow:nth-child(129){opacity:.238;transform:translate(38.9388vw,-10px) scale(.3864);animation:fall-129 13s -7s linear infinite}@keyframes fall-129{64.518%{transform:translate(38.421vw,64.518vh) scale(.3864)}to{transform:translate(38.6799vw,99vh) scale(.3864)}}.snow:nth-child(130){opacity:.2256;transform:translate(40.3979vw,-10px) scale(.2361);animation:fall-130 17s -6s linear infinite}@keyframes fall-130{47.363%{transform:translate(32.8205vw,47.363vh) scale(.2361)}to{transform:translate(36.6092vw,99vh) scale(.2361)}}.snow:nth-child(131){opacity:1.2496;transform:translate(56.0692vw,-10px) scale(.8054);animation:fall-131 20s -12s linear infinite}@keyframes fall-131{44.42%{transform:translate(48.563vw,44.42vh) scale(.8054)}to{transform:translate(52.3161vw,99vh) scale(.8054)}}.snow:nth-child(132){opacity:1.7728;transform:translate(77.007vw,-10px) scale(.8197);animation:fall-132 17s -22s linear infinite}@keyframes fall-132{74.092%{transform:translate(68.2586vw,74.092vh) scale(.8197)}to{transform:translate(72.6328vw,99vh) scale(.8197)}}.snow:nth-child(133){opacity:1.291;transform:translate(43.5189vw,-10px) scale(.1297);animation:fall-133 13s -16s linear infinite}@keyframes fall-133{34.889%{transform:translate(51.4556vw,34.889vh) scale(.1297)}to{transform:translate(47.48725vw,99vh) scale(.1297)}}.snow:nth-child(134){opacity:.1256;transform:translate(27.184vw,-10px) scale(.5811);animation:fall-134 13s -24s linear infinite}@keyframes fall-134{40.959%{transform:translate(33.0418vw,40.959vh) scale(.5811)}to{transform:translate(30.1129vw,99vh) scale(.5811)}}.snow:nth-child(135){opacity:1.2868;transform:translate(15.3371vw,-10px) scale(.6006);animation:fall-135 13s -17s linear infinite}@keyframes fall-135{73.355%{transform:translate(13.0469vw,73.355vh) scale(.6006)}to{transform:translate(14.192vw,99vh) scale(.6006)}}.snow:nth-child(136){opacity:.3414;transform:translate(86.472vw,-10px) scale(.2304);animation:fall-136 15s -24s linear infinite}@keyframes fall-136{52.647%{transform:translate(86.384vw,52.647vh) scale(.2304)}to{transform:translate(86.428vw,99vh) scale(.2304)}}.snow:nth-child(137){opacity:1.6544;transform:translate(48.4861vw,-10px) scale(.0476);animation:fall-137 15s -6s linear infinite}@keyframes fall-137{34.527%{transform:translate(55.0456vw,34.527vh) scale(.0476)}to{transform:translate(51.76585vw,99vh) scale(.0476)}}.snow:nth-child(138){opacity:.1332;transform:translate(43.4024vw,-10px) scale(.4376);animation:fall-138 30s -25s linear infinite}@keyframes fall-138{69.518%{transform:translate(48.6613vw,69.518vh) scale(.4376)}to{transform:translate(46.03185vw,99vh) scale(.4376)}}.snow:nth-child(139){opacity:.0398;transform:translate(51.9382vw,-10px) scale(.9736);animation:fall-139 21s -28s linear infinite}@keyframes fall-139{68.433%{transform:translate(50.0768vw,68.433vh) scale(.9736)}to{transform:translate(51.0075vw,99vh) scale(.9736)}}.snow:nth-child(140){opacity:.083;transform:translate(28.6032vw,-10px) scale(.4814);animation:fall-140 13s -10s linear infinite}@keyframes fall-140{70.728%{transform:translate(22.2414vw,70.728vh) scale(.4814)}to{transform:translate(25.4223vw,99vh) scale(.4814)}}.snow:nth-child(141){opacity:.6676;transform:translate(67.0871vw,-10px) scale(.4427);animation:fall-141 15s -1s linear infinite}@keyframes fall-141{69.604%{transform:translate(59.5995vw,69.604vh) scale(.4427)}to{transform:translate(63.3433vw,99vh) scale(.4427)}}.snow:nth-child(142){opacity:1.838;transform:translate(93.2213vw,-10px) scale(.0289);animation:fall-142 21s -25s linear infinite}@keyframes fall-142{41.116%{transform:translate(94.9862vw,41.116vh) scale(.0289)}to{transform:translate(94.10375vw,99vh) scale(.0289)}}.snow:nth-child(143){opacity:1.0226;transform:translate(71.4675vw,-10px) scale(.6421);animation:fall-143 29s -22s linear infinite}@keyframes fall-143{45.016%{transform:translate(69.4318vw,45.016vh) scale(.6421)}to{transform:translate(70.44965vw,99vh) scale(.6421)}}.snow:nth-child(144){opacity:1.5584;transform:translate(90.2242vw,-10px) scale(.6282);animation:fall-144 17s -17s linear infinite}@keyframes fall-144{64.962%{transform:translate(88.5777vw,64.962vh) scale(.6282)}to{transform:translate(89.40095vw,99vh) scale(.6282)}}.snow:nth-child(145){opacity:.163;transform:translate(91.2521vw,-10px) scale(.6229);animation:fall-145 30s -15s linear infinite}@keyframes fall-145{36.754%{transform:translate(88.6206vw,36.754vh) scale(.6229)}to{transform:translate(89.93635vw,99vh) scale(.6229)}}.snow:nth-child(146){opacity:1.8936;transform:translate(14.1781vw,-10px) scale(.9048);animation:fall-146 20s -27s linear infinite}@keyframes fall-146{38.845%{transform:translate(9.5681vw,38.845vh) scale(.9048)}to{transform:translate(11.8731vw,99vh) scale(.9048)}}.snow:nth-child(147){opacity:.7746;transform:translate(20.8215vw,-10px) scale(.15);animation:fall-147 15s -14s linear infinite}@keyframes fall-147{43.313%{transform:translate(18.068vw,43.313vh) scale(.15)}to{transform:translate(19.44475vw,99vh) scale(.15)}}.snow:nth-child(148){opacity:1.4954;transform:translate(83.9457vw,-10px) scale(.2777);animation:fall-148 22s -1s linear infinite}@keyframes fall-148{69.423%{transform:translate(80.6054vw,69.423vh) scale(.2777)}to{transform:translate(82.27555vw,99vh) scale(.2777)}}.snow:nth-child(149){opacity:.7158;transform:translate(52.8664vw,-10px) scale(.8241);animation:fall-149 10s -6s linear infinite}@keyframes fall-149{62.1%{transform:translate(62.1869vw,62.1vh) scale(.8241)}to{transform:translate(57.52665vw,99vh) scale(.8241)}}.snow:nth-child(150){opacity:.0742;transform:translate(16.6997vw,-10px) scale(.4591);animation:fall-150 11s -24s linear infinite}@keyframes fall-150{51.568%{transform:translate(9.0242vw,51.568vh) scale(.4591)}to{transform:translate(12.86195vw,99vh) scale(.4591)}}.snow:nth-child(151){opacity:1.1448;transform:translate(8.2188vw,-10px) scale(.5749);animation:fall-151 20s -9s linear infinite}@keyframes fall-151{49.19%{transform:translate(15.9892vw,49.19vh) scale(.5749)}to{transform:translate(12.104vw,99vh) scale(.5749)}}.snow:nth-child(152){opacity:1.643;transform:translate(41.3527vw,-10px) scale(.4789);animation:fall-152 15s -14s linear infinite}@keyframes fall-152{58.177%{transform:translate(37.243vw,58.177vh) scale(.4789)}to{transform:translate(39.29785vw,99vh) scale(.4789)}}.snow:nth-child(153){opacity:.1874;transform:translate(35.4787vw,-10px) scale(.1018);animation:fall-153 17s -6s linear infinite}@keyframes fall-153{58.186%{transform:translate(27.7823vw,58.186vh) scale(.1018)}to{transform:translate(31.6305vw,99vh) scale(.1018)}}.snow:nth-child(154){opacity:1.5488;transform:translate(12.3766vw,-10px) scale(.4319);animation:fall-154 12s -25s linear infinite}@keyframes fall-154{37.945%{transform:translate(11.2219vw,37.945vh) scale(.4319)}to{transform:translate(11.79925vw,99vh) scale(.4319)}}.snow:nth-child(155){opacity:.056;transform:translate(63.6913vw,-10px) scale(.0843);animation:fall-155 23s -30s linear infinite}@keyframes fall-155{47.148%{transform:translate(56.4374vw,47.148vh) scale(.0843)}to{transform:translate(60.06435vw,99vh) scale(.0843)}}.snow:nth-child(156){opacity:1.42;transform:translate(40.3212vw,-10px) scale(.8152);animation:fall-156 27s -11s linear infinite}@keyframes fall-156{53.275%{transform:translate(42.8838vw,53.275vh) scale(.8152)}to{transform:translate(41.6025vw,99vh) scale(.8152)}}.snow:nth-child(157){opacity:.2974;transform:translate(45.3051vw,-10px) scale(.3258);animation:fall-157 23s -15s linear infinite}@keyframes fall-157{71.336%{transform:translate(43.9031vw,71.336vh) scale(.3258)}to{transform:translate(44.6041vw,99vh) scale(.3258)}}.snow:nth-child(158){opacity:.5614;transform:translate(71.4957vw,-10px) scale(.3566);animation:fall-158 12s -18s linear infinite}@keyframes fall-158{48.213%{transform:translate(68.7015vw,48.213vh) scale(.3566)}to{transform:translate(70.0986vw,99vh) scale(.3566)}}.snow:nth-child(159){opacity:.0608;transform:translate(18.1322vw,-10px) scale(.9297);animation:fall-159 14s -19s linear infinite}@keyframes fall-159{67.056%{transform:translate(14.0386vw,67.056vh) scale(.9297)}to{transform:translate(16.0854vw,99vh) scale(.9297)}}.snow:nth-child(160){opacity:1.9444;transform:translate(54.4972vw,-10px) scale(.3664);animation:fall-160 16s -4s linear infinite}@keyframes fall-160{67.754%{transform:translate(47.7421vw,67.754vh) scale(.3664)}to{transform:translate(51.11965vw,99vh) scale(.3664)}}.snow:nth-child(161){opacity:1.6556;transform:translate(18.9493vw,-10px) scale(.6557);animation:fall-161 28s -26s linear infinite}@keyframes fall-161{60.496%{transform:translate(12.8752vw,60.496vh) scale(.6557)}to{transform:translate(15.91225vw,99vh) scale(.6557)}}.snow:nth-child(162){opacity:.1922;transform:translate(5.8378vw,-10px) scale(.6012);animation:fall-162 20s -2s linear infinite}@keyframes fall-162{38.871%{transform:translate(8.3251vw,38.871vh) scale(.6012)}to{transform:translate(7.08145vw,99vh) scale(.6012)}}.snow:nth-child(163){opacity:.7354;transform:translate(80.5832vw,-10px) scale(.1612);animation:fall-163 30s -24s linear infinite}@keyframes fall-163{79.368%{transform:translate(80.9595vw,79.368vh) scale(.1612)}to{transform:translate(80.77135vw,99vh) scale(.1612)}}.snow:nth-child(164){opacity:.3608;transform:translate(29.1165vw,-10px) scale(.3116);animation:fall-164 30s -22s linear infinite}@keyframes fall-164{78.69%{transform:translate(20.0919vw,78.69vh) scale(.3116)}to{transform:translate(24.6042vw,99vh) scale(.3116)}}.snow:nth-child(165){opacity:.862;transform:translate(2.0337vw,-10px) scale(.0898);animation:fall-165 10s -9s linear infinite}@keyframes fall-165{65.343%{transform:translate(5.6826vw,65.343vh) scale(.0898)}to{transform:translate(3.85815vw,99vh) scale(.0898)}}.snow:nth-child(166){opacity:.6404;transform:translate(2.5531vw,-10px) scale(.8771);animation:fall-166 26s -10s linear infinite}@keyframes fall-166{54.967%{transform:translate(2.8693vw,54.967vh) scale(.8771)}to{transform:translate(2.7112vw,99vh) scale(.8771)}}.snow:nth-child(167){opacity:.4334;transform:translate(66.1472vw,-10px) scale(.338);animation:fall-167 13s -1s linear infinite}@keyframes fall-167{54.454%{transform:translate(71.7968vw,54.454vh) scale(.338)}to{transform:translate(68.972vw,99vh) scale(.338)}}.snow:nth-child(168){opacity:1.5338;transform:translate(79.6625vw,-10px) scale(.2963);animation:fall-168 25s -22s linear infinite}@keyframes fall-168{77.647%{transform:translate(89.4373vw,77.647vh) scale(.2963)}to{transform:translate(84.5499vw,99vh) scale(.2963)}}.snow:nth-child(169){opacity:1.8876;transform:translate(80.5356vw,-10px) scale(.9153);animation:fall-169 17s -22s linear infinite}@keyframes fall-169{40.018%{transform:translate(74.8485vw,40.018vh) scale(.9153)}to{transform:translate(77.69205vw,99vh) scale(.9153)}}.snow:nth-child(170){opacity:.4676;transform:translate(56.0039vw,-10px) scale(.983);animation:fall-170 29s -14s linear infinite}@keyframes fall-170{64.116%{transform:translate(49.8298vw,64.116vh) scale(.983)}to{transform:translate(52.91685vw,99vh) scale(.983)}}.snow:nth-child(171){opacity:1.2088;transform:translate(76.2161vw,-10px) scale(.7177);animation:fall-171 14s -12s linear infinite}@keyframes fall-171{38.321%{transform:translate(80.4099vw,38.321vh) scale(.7177)}to{transform:translate(78.313vw,99vh) scale(.7177)}}.snow:nth-child(172){opacity:.9444;transform:translate(92.3887vw,-10px) scale(.9763);animation:fall-172 19s -8s linear infinite}@keyframes fall-172{46.914%{transform:translate(97.5919vw,46.914vh) scale(.9763)}to{transform:translate(94.9903vw,99vh) scale(.9763)}}.snow:nth-child(173){opacity:.4924;transform:translate(12.011vw,-10px) scale(.834);animation:fall-173 13s -25s linear infinite}@keyframes fall-173{49.763%{transform:translate(12.4937vw,49.763vh) scale(.834)}to{transform:translate(12.25235vw,99vh) scale(.834)}}.snow:nth-child(174){opacity:.3192;transform:translate(60.4402vw,-10px) scale(.9126);animation:fall-174 30s -7s linear infinite}@keyframes fall-174{41.94%{transform:translate(61.0708vw,41.94vh) scale(.9126)}to{transform:translate(60.7555vw,99vh) scale(.9126)}}.snow:nth-child(175){opacity:1.1712;transform:translate(63.5657vw,-10px) scale(.7981);animation:fall-175 15s -23s linear infinite}@keyframes fall-175{38.721%{transform:translate(63.5286vw,38.721vh) scale(.7981)}to{transform:translate(63.54715vw,99vh) scale(.7981)}}.snow:nth-child(176){opacity:.7776;transform:translate(79.1906vw,-10px) scale(.4403);animation:fall-176 29s -26s linear infinite}@keyframes fall-176{67.167%{transform:translate(85.6065vw,67.167vh) scale(.4403)}to{transform:translate(82.39855vw,99vh) scale(.4403)}}.snow:nth-child(177){opacity:1.5604;transform:translate(54.8134vw,-10px) scale(.9722);animation:fall-177 23s -30s linear infinite}@keyframes fall-177{67.353%{transform:translate(52.3221vw,67.353vh) scale(.9722)}to{transform:translate(53.56775vw,99vh) scale(.9722)}}.snow:nth-child(178){opacity:.4614;transform:translate(30.4914vw,-10px) scale(.4088);animation:fall-178 25s -21s linear infinite}@keyframes fall-178{50.055%{transform:translate(28.9251vw,50.055vh) scale(.4088)}to{transform:translate(29.70825vw,99vh) scale(.4088)}}.snow:nth-child(179){opacity:1.9218;transform:translate(7.2244vw,-10px) scale(.522);animation:fall-179 19s -18s linear infinite}@keyframes fall-179{77.076%{transform:translate(-2.2637vw,77.076vh) scale(.522)}to{transform:translate(2.48035vw,99vh) scale(.522)}}.snow:nth-child(180){opacity:1.9862;transform:translate(68.528vw,-10px) scale(.0531);animation:fall-180 30s -29s linear infinite}@keyframes fall-180{79.236%{transform:translate(68.4109vw,79.236vh) scale(.0531)}to{transform:translate(68.46945vw,99vh) scale(.0531)}}.snow:nth-child(181){opacity:.1586;transform:translate(14.0088vw,-10px) scale(.6055);animation:fall-181 27s -22s linear infinite}@keyframes fall-181{60.515%{transform:translate(6.3578vw,60.515vh) scale(.6055)}to{transform:translate(10.1833vw,99vh) scale(.6055)}}.snow:nth-child(182){opacity:1.3826;transform:translate(15.8958vw,-10px) scale(.2436);animation:fall-182 21s -1s linear infinite}@keyframes fall-182{46.644%{transform:translate(20.7928vw,46.644vh) scale(.2436)}to{transform:translate(18.3443vw,99vh) scale(.2436)}}.snow:nth-child(183){opacity:.3988;transform:translate(.063vw,-10px) scale(.1897);animation:fall-183 11s -2s linear infinite}@keyframes fall-183{61.981%{transform:translate(-6.7957vw,61.981vh) scale(.1897)}to{transform:translate(-3.36635vw,99vh) scale(.1897)}}.snow:nth-child(184){opacity:.797;transform:translate(22.5857vw,-10px) scale(.523);animation:fall-184 26s -6s linear infinite}@keyframes fall-184{44.851%{transform:translate(26.7458vw,44.851vh) scale(.523)}to{transform:translate(24.66575vw,99vh) scale(.523)}}.snow:nth-child(185){opacity:1.2728;transform:translate(13.8571vw,-10px) scale(.2144);animation:fall-185 22s -23s linear infinite}@keyframes fall-185{47.167%{transform:translate(9.3583vw,47.167vh) scale(.2144)}to{transform:translate(11.6077vw,99vh) scale(.2144)}}.snow:nth-child(186){opacity:.6536;transform:translate(76.0481vw,-10px) scale(.3302);animation:fall-186 16s -1s linear infinite}@keyframes fall-186{78.486%{transform:translate(84.4996vw,78.486vh) scale(.3302)}to{transform:translate(80.27385vw,99vh) scale(.3302)}}.snow:nth-child(187){opacity:.1702;transform:translate(28.1601vw,-10px) scale(.9278);animation:fall-187 30s -24s linear infinite}@keyframes fall-187{35.914%{transform:translate(23.5336vw,35.914vh) scale(.9278)}to{transform:translate(25.84685vw,99vh) scale(.9278)}}.snow:nth-child(188){opacity:1.9778;transform:translate(82.3856vw,-10px) scale(.5356);animation:fall-188 16s -28s linear infinite}@keyframes fall-188{43.665%{transform:translate(89.7117vw,43.665vh) scale(.5356)}to{transform:translate(86.04865vw,99vh) scale(.5356)}}.snow:nth-child(189){opacity:.1266;transform:translate(45.4904vw,-10px) scale(.1577);animation:fall-189 10s -30s linear infinite}@keyframes fall-189{60.583%{transform:translate(43.2307vw,60.583vh) scale(.1577)}to{transform:translate(44.36055vw,99vh) scale(.1577)}}.snow:nth-child(190){opacity:1.1996;transform:translate(20.1843vw,-10px) scale(.5127);animation:fall-190 21s -25s linear infinite}@keyframes fall-190{79.496%{transform:translate(21.3796vw,79.496vh) scale(.5127)}to{transform:translate(20.78195vw,99vh) scale(.5127)}}.snow:nth-child(191){opacity:1.8058;transform:translate(15.8024vw,-10px) scale(.7749);animation:fall-191 11s -9s linear infinite}@keyframes fall-191{63.897%{transform:translate(21.3782vw,63.897vh) scale(.7749)}to{transform:translate(18.5903vw,99vh) scale(.7749)}}.snow:nth-child(192){opacity:1.9186;transform:translate(60.8957vw,-10px) scale(.0567);animation:fall-192 17s -15s linear infinite}@keyframes fall-192{70.279%{transform:translate(54.8414vw,70.279vh) scale(.0567)}to{transform:translate(57.86855vw,99vh) scale(.0567)}}.snow:nth-child(193){opacity:1.386;transform:translate(51.179vw,-10px) scale(.228);animation:fall-193 15s -26s linear infinite}@keyframes fall-193{59.863%{transform:translate(59.0147vw,59.863vh) scale(.228)}to{transform:translate(55.09685vw,99vh) scale(.228)}}.snow:nth-child(194){opacity:1.9052;transform:translate(53.0912vw,-10px) scale(.8783);animation:fall-194 13s -11s linear infinite}@keyframes fall-194{73.933%{transform:translate(62.5552vw,73.933vh) scale(.8783)}to{transform:translate(57.8232vw,99vh) scale(.8783)}}.snow:nth-child(195){opacity:.4682;transform:translate(8.6274vw,-10px) scale(.9595);animation:fall-195 26s -27s linear infinite}@keyframes fall-195{39.686%{transform:translate(-.527vw,39.686vh) scale(.9595)}to{transform:translate(4.0502vw,99vh) scale(.9595)}}.snow:nth-child(196){opacity:1.4648;transform:translate(27.778vw,-10px) scale(.1698);animation:fall-196 20s -1s linear infinite}@keyframes fall-196{52.808%{transform:translate(31.3342vw,52.808vh) scale(.1698)}to{transform:translate(29.5561vw,99vh) scale(.1698)}}.snow:nth-child(197){opacity:.276;transform:translate(29.1231vw,-10px) scale(.5355);animation:fall-197 16s -22s linear infinite}@keyframes fall-197{58.793%{transform:translate(24.2335vw,58.793vh) scale(.5355)}to{transform:translate(26.6783vw,99vh) scale(.5355)}}.snow:nth-child(198){opacity:1.2162;transform:translate(4.2071vw,-10px) scale(.7201);animation:fall-198 10s -24s linear infinite}@keyframes fall-198{60.451%{transform:translate(11.1097vw,60.451vh) scale(.7201)}to{transform:translate(7.6584vw,99vh) scale(.7201)}}.snow:nth-child(199){opacity:1.279;transform:translate(53.2727vw,-10px) scale(.8505);animation:fall-199 30s -12s linear infinite}@keyframes fall-199{65.008%{transform:translate(52.8419vw,65.008vh) scale(.8505)}to{transform:translate(53.0573vw,99vh) scale(.8505)}}.snow:nth-child(200){opacity:.945;transform:translate(40.9333vw,-10px) scale(.2387);animation:fall-200 10s -23s linear infinite}@keyframes fall-200{68.372%{transform:translate(42.7343vw,68.372vh) scale(.2387)}to{transform:translate(41.8338vw,99vh) scale(.2387)}}.snow:nth-child(201){opacity:1.627;transform:translate(35.0544vw,-10px) scale(.1316);animation:fall-201 28s -1s linear infinite}@keyframes fall-201{52.548%{transform:translate(31.871vw,52.548vh) scale(.1316)}to{transform:translate(33.4627vw,99vh) scale(.1316)}}.snow:nth-child(202){opacity:.817;transform:translate(8.6912vw,-10px) scale(.2216);animation:fall-202 23s -17s linear infinite}@keyframes fall-202{43.944%{transform:translate(2.228vw,43.944vh) scale(.2216)}to{transform:translate(5.4596vw,99vh) scale(.2216)}}.snow:nth-child(203){opacity:1.0486;transform:translate(49.43vw,-10px) scale(.8404);animation:fall-203 24s -8s linear infinite}@keyframes fall-203{56.957%{transform:translate(43.4373vw,56.957vh) scale(.8404)}to{transform:translate(46.43365vw,99vh) scale(.8404)}}.snow:nth-child(204){opacity:.272;transform:translate(47.5632vw,-10px) scale(.5782);animation:fall-204 17s -28s linear infinite}@keyframes fall-204{37.967%{transform:translate(50.8229vw,37.967vh) scale(.5782)}to{transform:translate(49.19305vw,99vh) scale(.5782)}}.snow:nth-child(205){opacity:.2354;transform:translate(88.3306vw,-10px) scale(.9438);animation:fall-205 11s -6s linear infinite}@keyframes fall-205{57.614%{transform:translate(81.3298vw,57.614vh) scale(.9438)}to{transform:translate(84.8302vw,99vh) scale(.9438)}}.snow:nth-child(206){opacity:.2244;transform:translate(99.2442vw,-10px) scale(.5255);animation:fall-206 25s -20s linear infinite}@keyframes fall-206{52.731%{transform:translate(94.1875vw,52.731vh) scale(.5255)}to{transform:translate(96.71585vw,99vh) scale(.5255)}}.snow:nth-child(207){opacity:1.4814;transform:translate(21.6192vw,-10px) scale(.396);animation:fall-207 12s -30s linear infinite}@keyframes fall-207{67.939%{transform:translate(19.4769vw,67.939vh) scale(.396)}to{transform:translate(20.54805vw,99vh) scale(.396)}}.snow:nth-child(208){opacity:.6934;transform:translate(67.7676vw,-10px) scale(.0899);animation:fall-208 20s -7s linear infinite}@keyframes fall-208{31.768%{transform:translate(71.139vw,31.768vh) scale(.0899)}to{transform:translate(69.4533vw,99vh) scale(.0899)}}.snow:nth-child(209){opacity:.7452;transform:translate(60.2025vw,-10px) scale(.1849);animation:fall-209 17s -10s linear infinite}@keyframes fall-209{67.947%{transform:translate(65.3253vw,67.947vh) scale(.1849)}to{transform:translate(62.7639vw,99vh) scale(.1849)}}.snow:nth-child(210){opacity:1.9096;transform:translate(32.0366vw,-10px) scale(.8836);animation:fall-210 25s -5s linear infinite}@keyframes fall-210{68.117%{transform:translate(24.6423vw,68.117vh) scale(.8836)}to{transform:translate(28.33945vw,99vh) scale(.8836)}}.snow:nth-child(211){opacity:.058;transform:translate(75.9235vw,-10px) scale(.6045);animation:fall-211 27s -12s linear infinite}@keyframes fall-211{49.234%{transform:translate(76.319vw,49.234vh) scale(.6045)}to{transform:translate(76.12125vw,99vh) scale(.6045)}}.snow:nth-child(212){opacity:1.1848;transform:translate(24.3776vw,-10px) scale(.9054);animation:fall-212 11s -1s linear infinite}@keyframes fall-212{61.776%{transform:translate(16.2539vw,61.776vh) scale(.9054)}to{transform:translate(20.31575vw,99vh) scale(.9054)}}.snow:nth-child(213){opacity:.184;transform:translate(94.9513vw,-10px) scale(.2138);animation:fall-213 23s -8s linear infinite}@keyframes fall-213{63.792%{transform:translate(87.5167vw,63.792vh) scale(.2138)}to{transform:translate(91.234vw,99vh) scale(.2138)}}.snow:nth-child(214){opacity:.7984;transform:translate(11.0212vw,-10px) scale(.3869);animation:fall-214 27s -14s linear infinite}@keyframes fall-214{64.54%{transform:translate(1.0718vw,64.54vh) scale(.3869)}to{transform:translate(6.0465vw,99vh) scale(.3869)}}.snow:nth-child(215){opacity:.4676;transform:translate(97.2173vw,-10px) scale(.2694);animation:fall-215 14s -30s linear infinite}@keyframes fall-215{45.16%{transform:translate(96.5045vw,45.16vh) scale(.2694)}to{transform:translate(96.8609vw,99vh) scale(.2694)}}.snow:nth-child(216){opacity:1.3654;transform:translate(54.8299vw,-10px) scale(.0825);animation:fall-216 19s -10s linear infinite}@keyframes fall-216{73.629%{transform:translate(63.4375vw,73.629vh) scale(.0825)}to{transform:translate(59.1337vw,99vh) scale(.0825)}}.snow:nth-child(217){opacity:.6754;transform:translate(18.0396vw,-10px) scale(.1647);animation:fall-217 11s -6s linear infinite}@keyframes fall-217{33.591%{transform:translate(16.9894vw,33.591vh) scale(.1647)}to{transform:translate(17.5145vw,99vh) scale(.1647)}}.snow:nth-child(218){opacity:.0478;transform:translate(59.7155vw,-10px) scale(.3959);animation:fall-218 24s -8s linear infinite}@keyframes fall-218{55.823%{transform:translate(50.0091vw,55.823vh) scale(.3959)}to{transform:translate(54.8623vw,99vh) scale(.3959)}}.snow:nth-child(219){opacity:1.913;transform:translate(93.8274vw,-10px) scale(.4356);animation:fall-219 28s -16s linear infinite}@keyframes fall-219{67.919%{transform:translate(87.1713vw,67.919vh) scale(.4356)}to{transform:translate(90.49935vw,99vh) scale(.4356)}}.snow:nth-child(220){opacity:.0154;transform:translate(43.3703vw,-10px) scale(.3692);animation:fall-220 28s -5s linear infinite}@keyframes fall-220{37.485%{transform:translate(48.7784vw,37.485vh) scale(.3692)}to{transform:translate(46.07435vw,99vh) scale(.3692)}}.snow:nth-child(221){opacity:1.673;transform:translate(21.6636vw,-10px) scale(.4722);animation:fall-221 13s -19s linear infinite}@keyframes fall-221{51.227%{transform:translate(12.1737vw,51.227vh) scale(.4722)}to{transform:translate(16.91865vw,99vh) scale(.4722)}}.snow:nth-child(222){opacity:1.435;transform:translate(65.0297vw,-10px) scale(.7342);animation:fall-222 11s -5s linear infinite}@keyframes fall-222{71.179%{transform:translate(55.4793vw,71.179vh) scale(.7342)}to{transform:translate(60.2545vw,99vh) scale(.7342)}}.snow:nth-child(223){opacity:.9216;transform:translate(45.9947vw,-10px) scale(.5658);animation:fall-223 28s -8s linear infinite}@keyframes fall-223{59.749%{transform:translate(54.7954vw,59.749vh) scale(.5658)}to{transform:translate(50.39505vw,99vh) scale(.5658)}}.snow:nth-child(224){opacity:.5652;transform:translate(81.4765vw,-10px) scale(.8681);animation:fall-224 24s -27s linear infinite}@keyframes fall-224{57.071%{transform:translate(80.1334vw,57.071vh) scale(.8681)}to{transform:translate(80.80495vw,99vh) scale(.8681)}}.snow:nth-child(225){opacity:.9066;transform:translate(53.4148vw,-10px) scale(.7219);animation:fall-225 26s -4s linear infinite}@keyframes fall-225{61.977%{transform:translate(59.2989vw,61.977vh) scale(.7219)}to{transform:translate(56.35685vw,99vh) scale(.7219)}}.snow:nth-child(226){opacity:.7264;transform:translate(66.8165vw,-10px) scale(.0294);animation:fall-226 13s -16s linear infinite}@keyframes fall-226{73.41%{transform:translate(67.414vw,73.41vh) scale(.0294)}to{transform:translate(67.11525vw,99vh) scale(.0294)}}.snow:nth-child(227){opacity:1.3588;transform:translate(17.6279vw,-10px) scale(.2784);animation:fall-227 18s -18s linear infinite}@keyframes fall-227{47.19%{transform:translate(25.5347vw,47.19vh) scale(.2784)}to{transform:translate(21.5813vw,99vh) scale(.2784)}}.snow:nth-child(228){opacity:.8802;transform:translate(18.5076vw,-10px) scale(.5387);animation:fall-228 15s -12s linear infinite}@keyframes fall-228{60.58%{transform:translate(23.8424vw,60.58vh) scale(.5387)}to{transform:translate(21.175vw,99vh) scale(.5387)}}.snow:nth-child(229){opacity:1.8758;transform:translate(58.1511vw,-10px) scale(.9406);animation:fall-229 14s -17s linear infinite}@keyframes fall-229{38.347%{transform:translate(51.0039vw,38.347vh) scale(.9406)}to{transform:translate(54.5775vw,99vh) scale(.9406)}}.snow:nth-child(230){opacity:1.8028;transform:translate(62.1917vw,-10px) scale(.005);animation:fall-230 19s -14s linear infinite}@keyframes fall-230{37.106%{transform:translate(57.107vw,37.106vh) scale(.005)}to{transform:translate(59.64935vw,99vh) scale(.005)}}.snow:nth-child(231){opacity:1.7002;transform:translate(27.6098vw,-10px) scale(.9418);animation:fall-231 11s -4s linear infinite}@keyframes fall-231{41.346%{transform:translate(27.5869vw,41.346vh) scale(.9418)}to{transform:translate(27.59835vw,99vh) scale(.9418)}}.snow:nth-child(232){opacity:1.2126;transform:translate(7.9845vw,-10px) scale(.4592);animation:fall-232 25s -15s linear infinite}@keyframes fall-232{46.723%{transform:translate(.6111vw,46.723vh) scale(.4592)}to{transform:translate(4.2978vw,99vh) scale(.4592)}}.snow:nth-child(233){opacity:.5296;transform:translate(24.691vw,-10px) scale(.7716);animation:fall-233 23s -16s linear infinite}@keyframes fall-233{72.036%{transform:translate(21.9615vw,72.036vh) scale(.7716)}to{transform:translate(23.32625vw,99vh) scale(.7716)}}.snow:nth-child(234){opacity:.6756;transform:translate(37.8377vw,-10px) scale(.5036);animation:fall-234 26s -30s linear infinite}@keyframes fall-234{36.737%{transform:translate(43.5341vw,36.737vh) scale(.5036)}to{transform:translate(40.6859vw,99vh) scale(.5036)}}.snow:nth-child(235){opacity:.0662;transform:translate(19.9328vw,-10px) scale(.463);animation:fall-235 18s -11s linear infinite}@keyframes fall-235{59.008%{transform:translate(27.2272vw,59.008vh) scale(.463)}to{transform:translate(23.58vw,99vh) scale(.463)}}.snow:nth-child(236){opacity:1.9716;transform:translate(33.6987vw,-10px) scale(.9102);animation:fall-236 28s -23s linear infinite}@keyframes fall-236{34.582%{transform:translate(42.814vw,34.582vh) scale(.9102)}to{transform:translate(38.25635vw,99vh) scale(.9102)}}.snow:nth-child(237){opacity:.6964;transform:translate(36.2339vw,-10px) scale(.7649);animation:fall-237 21s -29s linear infinite}@keyframes fall-237{32.173%{transform:translate(32.2698vw,32.173vh) scale(.7649)}to{transform:translate(34.25185vw,99vh) scale(.7649)}}.snow:nth-child(238){opacity:.1842;transform:translate(26.1807vw,-10px) scale(.8009);animation:fall-238 20s -14s linear infinite}@keyframes fall-238{47.161%{transform:translate(23.1975vw,47.161vh) scale(.8009)}to{transform:translate(24.6891vw,99vh) scale(.8009)}}.snow:nth-child(239){opacity:1.7608;transform:translate(61.3522vw,-10px) scale(.7923);animation:fall-239 12s -23s linear infinite}@keyframes fall-239{33.442%{transform:translate(54.7612vw,33.442vh) scale(.7923)}to{transform:translate(58.0567vw,99vh) scale(.7923)}}.snow:nth-child(240){opacity:1.5244;transform:translate(36.3667vw,-10px) scale(.4201);animation:fall-240 12s -12s linear infinite}@keyframes fall-240{58.859%{transform:translate(38.0726vw,58.859vh) scale(.4201)}to{transform:translate(37.21965vw,99vh) scale(.4201)}}.snow:nth-child(241){opacity:1.3346;transform:translate(65.0074vw,-10px) scale(.3346);animation:fall-241 24s -25s linear infinite}@keyframes fall-241{78.227%{transform:translate(74.6016vw,78.227vh) scale(.3346)}to{transform:translate(69.8045vw,99vh) scale(.3346)}}.snow:nth-child(242){opacity:1.7486;transform:translate(21.9208vw,-10px) scale(.9983);animation:fall-242 22s -20s linear infinite}@keyframes fall-242{72.568%{transform:translate(22.4406vw,72.568vh) scale(.9983)}to{transform:translate(22.1807vw,99vh) scale(.9983)}}.snow:nth-child(243){opacity:1.7454;transform:translate(42.6536vw,-10px) scale(.6917);animation:fall-243 14s -20s linear infinite}@keyframes fall-243{35.599%{transform:translate(43.4867vw,35.599vh) scale(.6917)}to{transform:translate(43.07015vw,99vh) scale(.6917)}}.snow:nth-child(244){opacity:.0874;transform:translate(13.8562vw,-10px) scale(.1273);animation:fall-244 20s -22s linear infinite}@keyframes fall-244{35.166%{transform:translate(15.2275vw,35.166vh) scale(.1273)}to{transform:translate(14.54185vw,99vh) scale(.1273)}}.snow:nth-child(245){opacity:.0736;transform:translate(38.457vw,-10px) scale(.3053);animation:fall-245 24s -29s linear infinite}@keyframes fall-245{65.177%{transform:translate(43.5871vw,65.177vh) scale(.3053)}to{transform:translate(41.02205vw,99vh) scale(.3053)}}.snow:nth-child(246){opacity:1.8048;transform:translate(5.9436vw,-10px) scale(.1963);animation:fall-246 28s -28s linear infinite}@keyframes fall-246{69.969%{transform:translate(9.2284vw,69.969vh) scale(.1963)}to{transform:translate(7.586vw,99vh) scale(.1963)}}.snow:nth-child(247){opacity:1.6808;transform:translate(87.0312vw,-10px) scale(.3105);animation:fall-247 29s -19s linear infinite}@keyframes fall-247{66.917%{transform:translate(94.9979vw,66.917vh) scale(.3105)}to{transform:translate(91.01455vw,99vh) scale(.3105)}}.snow:nth-child(248){opacity:1.126;transform:translate(95.803vw,-10px) scale(.475);animation:fall-248 13s -20s linear infinite}@keyframes fall-248{40.083%{transform:translate(104.5827vw,40.083vh) scale(.475)}to{transform:translate(100.19285vw,99vh) scale(.475)}}.snow:nth-child(249){opacity:1.367;transform:translate(42.2292vw,-10px) scale(.1878);animation:fall-249 10s -22s linear infinite}@keyframes fall-249{67.373%{transform:translate(47.7752vw,67.373vh) scale(.1878)}to{transform:translate(45.0022vw,99vh) scale(.1878)}}.snow:nth-child(250){opacity:1.8198;transform:translate(9.2444vw,-10px) scale(.6544);animation:fall-250 18s -8s linear infinite}@keyframes fall-250{70.704%{transform:translate(19.0069vw,70.704vh) scale(.6544)}to{transform:translate(14.12565vw,99vh) scale(.6544)}}.snow:nth-child(251){opacity:1.828;transform:translate(14.6712vw,-10px) scale(.9967);animation:fall-251 24s -7s linear infinite}@keyframes fall-251{74.766%{transform:translate(24.2798vw,74.766vh) scale(.9967)}to{transform:translate(19.4755vw,99vh) scale(.9967)}}.snow:nth-child(252){opacity:.58;transform:translate(18.8126vw,-10px) scale(.93);animation:fall-252 18s -19s linear infinite}@keyframes fall-252{78.695%{transform:translate(11.5673vw,78.695vh) scale(.93)}to{transform:translate(15.18995vw,99vh) scale(.93)}}.snow:nth-child(253){opacity:.0836;transform:translate(35.5129vw,-10px) scale(.2955);animation:fall-253 20s -7s linear infinite}@keyframes fall-253{54.6%{transform:translate(30.4133vw,54.6vh) scale(.2955)}to{transform:translate(32.9631vw,99vh) scale(.2955)}}.snow:nth-child(254){opacity:.7284;transform:translate(97.2841vw,-10px) scale(.0625);animation:fall-254 19s -11s linear infinite}@keyframes fall-254{48.284%{transform:translate(90.4873vw,48.284vh) scale(.0625)}to{transform:translate(93.8857vw,99vh) scale(.0625)}}.snow:nth-child(255){opacity:1.6502;transform:translate(24.3601vw,-10px) scale(.8827);animation:fall-255 25s -13s linear infinite}@keyframes fall-255{65.155%{transform:translate(25.2484vw,65.155vh) scale(.8827)}to{transform:translate(24.80425vw,99vh) scale(.8827)}}.snow:nth-child(256){opacity:.519;transform:translate(80.8182vw,-10px) scale(.0244);animation:fall-256 13s -1s linear infinite}@keyframes fall-256{32.895%{transform:translate(73.8682vw,32.895vh) scale(.0244)}to{transform:translate(77.3432vw,99vh) scale(.0244)}}.snow:nth-child(257){opacity:.5926;transform:translate(18.6459vw,-10px) scale(.2408);animation:fall-257 13s -10s linear infinite}@keyframes fall-257{40.044%{transform:translate(19.6275vw,40.044vh) scale(.2408)}to{transform:translate(19.1367vw,99vh) scale(.2408)}}.snow:nth-child(258){opacity:1.1744;transform:translate(78.2633vw,-10px) scale(.8224);animation:fall-258 19s -8s linear infinite}@keyframes fall-258{45.188%{transform:translate(85.5625vw,45.188vh) scale(.8224)}to{transform:translate(81.9129vw,99vh) scale(.8224)}}.snow:nth-child(259){opacity:1.5884;transform:translate(73.7725vw,-10px) scale(.7501);animation:fall-259 30s -13s linear infinite}@keyframes fall-259{55.835%{transform:translate(83.0642vw,55.835vh) scale(.7501)}to{transform:translate(78.41835vw,99vh) scale(.7501)}}.snow:nth-child(260){opacity:1.8698;transform:translate(58.3025vw,-10px) scale(.928);animation:fall-260 19s -16s linear infinite}@keyframes fall-260{47.5%{transform:translate(51.475vw,47.5vh) scale(.928)}to{transform:translate(54.88875vw,99vh) scale(.928)}}.snow:nth-child(261){opacity:.246;transform:translate(71.4492vw,-10px) scale(.938);animation:fall-261 17s -20s linear infinite}@keyframes fall-261{47.423%{transform:translate(68.2384vw,47.423vh) scale(.938)}to{transform:translate(69.8438vw,99vh) scale(.938)}}.snow:nth-child(262){opacity:1.629;transform:translate(83.0191vw,-10px) scale(.1453);animation:fall-262 25s -29s linear infinite}@keyframes fall-262{64.337%{transform:translate(83.1305vw,64.337vh) scale(.1453)}to{transform:translate(83.0748vw,99vh) scale(.1453)}}.snow:nth-child(263){opacity:1.8802;transform:translate(99.8859vw,-10px) scale(.9719);animation:fall-263 29s -6s linear infinite}@keyframes fall-263{53.484%{transform:translate(104.7374vw,53.484vh) scale(.9719)}to{transform:translate(102.31165vw,99vh) scale(.9719)}}.snow:nth-child(264){opacity:1.6176;transform:translate(45.5121vw,-10px) scale(.7539);animation:fall-264 19s -19s linear infinite}@keyframes fall-264{38.793%{transform:translate(36.7089vw,38.793vh) scale(.7539)}to{transform:translate(41.1105vw,99vh) scale(.7539)}}.snow:nth-child(265){opacity:1.2582;transform:translate(28.7728vw,-10px) scale(.7738);animation:fall-265 30s -19s linear infinite}@keyframes fall-265{67.018%{transform:translate(38.2365vw,67.018vh) scale(.7738)}to{transform:translate(33.50465vw,99vh) scale(.7738)}}.snow:nth-child(266){opacity:.828;transform:translate(46.804vw,-10px) scale(.4787);animation:fall-266 29s -6s linear infinite}@keyframes fall-266{66.114%{transform:translate(50.1885vw,66.114vh) scale(.4787)}to{transform:translate(48.49625vw,99vh) scale(.4787)}}.snow:nth-child(267){opacity:.0162;transform:translate(9.7374vw,-10px) scale(.8908);animation:fall-267 29s -9s linear infinite}@keyframes fall-267{33.071%{transform:translate(1.265vw,33.071vh) scale(.8908)}to{transform:translate(5.5012vw,99vh) scale(.8908)}}.snow:nth-child(268){opacity:.125;transform:translate(82.39vw,-10px) scale(.168);animation:fall-268 17s -20s linear infinite}@keyframes fall-268{67.671%{transform:translate(79.1249vw,67.671vh) scale(.168)}to{transform:translate(80.75745vw,99vh) scale(.168)}}.snow:nth-child(269){opacity:.6718;transform:translate(40.9622vw,-10px) scale(.05);animation:fall-269 23s -10s linear infinite}@keyframes fall-269{45.595%{transform:translate(45.4368vw,45.595vh) scale(.05)}to{transform:translate(43.1995vw,99vh) scale(.05)}}.snow:nth-child(270){opacity:.575;transform:translate(24.1337vw,-10px) scale(.317);animation:fall-270 29s -8s linear infinite}@keyframes fall-270{66.387%{transform:translate(19.4645vw,66.387vh) scale(.317)}to{transform:translate(21.7991vw,99vh) scale(.317)}}.snow:nth-child(271){opacity:.1706;transform:translate(10.7922vw,-10px) scale(.3234);animation:fall-271 29s -30s linear infinite}@keyframes fall-271{49.914%{transform:translate(13.1817vw,49.914vh) scale(.3234)}to{transform:translate(11.98695vw,99vh) scale(.3234)}}.snow:nth-child(272){opacity:.9512;transform:translate(77.9875vw,-10px) scale(.3709);animation:fall-272 20s -30s linear infinite}@keyframes fall-272{52.195%{transform:translate(80.4442vw,52.195vh) scale(.3709)}to{transform:translate(79.21585vw,99vh) scale(.3709)}}.snow:nth-child(273){opacity:.1502;transform:translate(25.7163vw,-10px) scale(.7177);animation:fall-273 14s -27s linear infinite}@keyframes fall-273{51.664%{transform:translate(31.4896vw,51.664vh) scale(.7177)}to{transform:translate(28.60295vw,99vh) scale(.7177)}}.snow:nth-child(274){opacity:.709;transform:translate(70.3681vw,-10px) scale(.5678);animation:fall-274 10s -21s linear infinite}@keyframes fall-274{69.698%{transform:translate(78.1331vw,69.698vh) scale(.5678)}to{transform:translate(74.2506vw,99vh) scale(.5678)}}.snow:nth-child(275){opacity:.5144;transform:translate(63.4665vw,-10px) scale(.1881);animation:fall-275 21s -2s linear infinite}@keyframes fall-275{40.555%{transform:translate(68.5506vw,40.555vh) scale(.1881)}to{transform:translate(66.00855vw,99vh) scale(.1881)}}.snow:nth-child(276){opacity:1.694;transform:translate(9.3363vw,-10px) scale(.4693);animation:fall-276 25s -19s linear infinite}@keyframes fall-276{44.189%{transform:translate(15.8044vw,44.189vh) scale(.4693)}to{transform:translate(12.57035vw,99vh) scale(.4693)}}.snow:nth-child(277){opacity:.788;transform:translate(80.8238vw,-10px) scale(.4819);animation:fall-277 11s -29s linear infinite}@keyframes fall-277{49.754%{transform:translate(73.7817vw,49.754vh) scale(.4819)}to{transform:translate(77.30275vw,99vh) scale(.4819)}}.snow:nth-child(278){opacity:.6336;transform:translate(27.2469vw,-10px) scale(.1157);animation:fall-278 27s -6s linear infinite}@keyframes fall-278{59.536%{transform:translate(33.3984vw,59.536vh) scale(.1157)}to{transform:translate(30.32265vw,99vh) scale(.1157)}}.snow:nth-child(279){opacity:1.6706;transform:translate(84.8972vw,-10px) scale(.5536);animation:fall-279 20s -19s linear infinite}@keyframes fall-279{72.81%{transform:translate(87.5383vw,72.81vh) scale(.5536)}to{transform:translate(86.21775vw,99vh) scale(.5536)}}.snow:nth-child(280){opacity:1.9832;transform:translate(1.271vw,-10px) scale(.0751);animation:fall-280 17s -27s linear infinite}@keyframes fall-280{36.318%{transform:translate(9.4287vw,36.318vh) scale(.0751)}to{transform:translate(5.34985vw,99vh) scale(.0751)}}.snow:nth-child(281){opacity:1.5588;transform:translate(12.5106vw,-10px) scale(.5655);animation:fall-281 16s -6s linear infinite}@keyframes fall-281{60.352%{transform:translate(15.639vw,60.352vh) scale(.5655)}to{transform:translate(14.0748vw,99vh) scale(.5655)}}.snow:nth-child(282){opacity:.4244;transform:translate(63.7177vw,-10px) scale(.9493);animation:fall-282 24s -30s linear infinite}@keyframes fall-282{30.239%{transform:translate(55.0244vw,30.239vh) scale(.9493)}to{transform:translate(59.37105vw,99vh) scale(.9493)}}.snow:nth-child(283){opacity:1.8844;transform:translate(70.7312vw,-10px) scale(.4688);animation:fall-283 18s -30s linear infinite}@keyframes fall-283{61.324%{transform:translate(63.6625vw,61.324vh) scale(.4688)}to{transform:translate(67.19685vw,99vh) scale(.4688)}}.snow:nth-child(284){opacity:1.4472;transform:translate(98.7323vw,-10px) scale(.0541);animation:fall-284 26s -7s linear infinite}@keyframes fall-284{53.634%{transform:translate(103.2489vw,53.634vh) scale(.0541)}to{transform:translate(100.9906vw,99vh) scale(.0541)}}.snow:nth-child(285){opacity:1.4548;transform:translate(61.2579vw,-10px) scale(.3245);animation:fall-285 30s -17s linear infinite}@keyframes fall-285{58.517%{transform:translate(70.9108vw,58.517vh) scale(.3245)}to{transform:translate(66.08435vw,99vh) scale(.3245)}}.snow:nth-child(286){opacity:1.0586;transform:translate(78.2933vw,-10px) scale(.8303);animation:fall-286 11s -14s linear infinite}@keyframes fall-286{36.999%{transform:translate(68.7377vw,36.999vh) scale(.8303)}to{transform:translate(73.5155vw,99vh) scale(.8303)}}.snow:nth-child(287){opacity:.5596;transform:translate(90.7528vw,-10px) scale(.3182);animation:fall-287 16s -6s linear infinite}@keyframes fall-287{68.224%{transform:translate(84.4726vw,68.224vh) scale(.3182)}to{transform:translate(87.6127vw,99vh) scale(.3182)}}.snow:nth-child(288){opacity:.1144;transform:translate(86.6971vw,-10px) scale(.1166);animation:fall-288 16s -13s linear infinite}@keyframes fall-288{53.018%{transform:translate(80.8314vw,53.018vh) scale(.1166)}to{transform:translate(83.76425vw,99vh) scale(.1166)}}.snow:nth-child(289){opacity:.0662;transform:translate(48.4731vw,-10px) scale(.9006);animation:fall-289 14s -6s linear infinite}@keyframes fall-289{30.147%{transform:translate(50.0163vw,30.147vh) scale(.9006)}to{transform:translate(49.2447vw,99vh) scale(.9006)}}.snow:nth-child(290){opacity:1.7786;transform:translate(29.6982vw,-10px) scale(.4204);animation:fall-290 16s -6s linear infinite}@keyframes fall-290{37.818%{transform:translate(21.5626vw,37.818vh) scale(.4204)}to{transform:translate(25.6304vw,99vh) scale(.4204)}}.snow:nth-child(291){opacity:1.4678;transform:translate(48.6207vw,-10px) scale(.9249);animation:fall-291 10s -23s linear infinite}@keyframes fall-291{40.915%{transform:translate(52.8996vw,40.915vh) scale(.9249)}to{transform:translate(50.76015vw,99vh) scale(.9249)}}.snow:nth-child(292){opacity:.4014;transform:translate(23.471vw,-10px) scale(.433);animation:fall-292 23s -9s linear infinite}@keyframes fall-292{66.778%{transform:translate(16.4626vw,66.778vh) scale(.433)}to{transform:translate(19.9668vw,99vh) scale(.433)}}.snow:nth-child(293){opacity:1.4412;transform:translate(44.5773vw,-10px) scale(.6077);animation:fall-293 18s -13s linear infinite}@keyframes fall-293{54.666%{transform:translate(41.4369vw,54.666vh) scale(.6077)}to{transform:translate(43.0071vw,99vh) scale(.6077)}}.snow:nth-child(294){opacity:1.7814;transform:translate(93.3011vw,-10px) scale(.2981);animation:fall-294 21s -1s linear infinite}@keyframes fall-294{51.848%{transform:translate(99.2166vw,51.848vh) scale(.2981)}to{transform:translate(96.25885vw,99vh) scale(.2981)}}.snow:nth-child(295){opacity:.654;transform:translate(41.0453vw,-10px) scale(.7903);animation:fall-295 12s -2s linear infinite}@keyframes fall-295{72.581%{transform:translate(42.082vw,72.581vh) scale(.7903)}to{transform:translate(41.56365vw,99vh) scale(.7903)}}.snow:nth-child(296){opacity:1.3832;transform:translate(84.8041vw,-10px) scale(.8341);animation:fall-296 14s -13s linear infinite}@keyframes fall-296{73.608%{transform:translate(78.6279vw,73.608vh) scale(.8341)}to{transform:translate(81.716vw,99vh) scale(.8341)}}.snow:nth-child(297){opacity:1.99;transform:translate(95.0167vw,-10px) scale(.6491);animation:fall-297 12s -8s linear infinite}@keyframes fall-297{35.172%{transform:translate(100.4737vw,35.172vh) scale(.6491)}to{transform:translate(97.7452vw,99vh) scale(.6491)}}.snow:nth-child(298){opacity:1.8764;transform:translate(38.4614vw,-10px) scale(.9567);animation:fall-298 30s -13s linear infinite}@keyframes fall-298{61.331%{transform:translate(46.8417vw,61.331vh) scale(.9567)}to{transform:translate(42.65155vw,99vh) scale(.9567)}}.snow:nth-child(299){opacity:.5288;transform:translate(69.5176vw,-10px) scale(.5352);animation:fall-299 12s -11s linear infinite}@keyframes fall-299{37.956%{transform:translate(60.4082vw,37.956vh) scale(.5352)}to{transform:translate(64.9629vw,99vh) scale(.5352)}}.snow:nth-child(300){opacity:.5666;transform:translate(41.8176vw,-10px) scale(.3777);animation:fall-300 14s -23s linear infinite}@keyframes fall-300{33.726%{transform:translate(43.9628vw,33.726vh) scale(.3777)}to{transform:translate(42.8902vw,99vh) scale(.3777)}}.snow:nth-child(301){opacity:.6214;transform:translate(98.6898vw,-10px) scale(.5074);animation:fall-301 18s -11s linear infinite}@keyframes fall-301{37.361%{transform:translate(89.1938vw,37.361vh) scale(.5074)}to{transform:translate(93.9418vw,99vh) scale(.5074)}}.snow:nth-child(302){opacity:.414;transform:translate(99.4726vw,-10px) scale(.9795);animation:fall-302 30s -21s linear infinite}@keyframes fall-302{47.547%{transform:translate(107.0694vw,47.547vh) scale(.9795)}to{transform:translate(103.271vw,99vh) scale(.9795)}}.snow:nth-child(303){opacity:1.9934;transform:translate(57.1959vw,-10px) scale(.5482);animation:fall-303 12s -13s linear infinite}@keyframes fall-303{78.097%{transform:translate(59.1078vw,78.097vh) scale(.5482)}to{transform:translate(58.15185vw,99vh) scale(.5482)}}.snow:nth-child(304){opacity:1.45;transform:translate(94.9914vw,-10px) scale(.1094);animation:fall-304 23s -21s linear infinite}@keyframes fall-304{49.349%{transform:translate(93.1441vw,49.349vh) scale(.1094)}to{transform:translate(94.06775vw,99vh) scale(.1094)}}.snow:nth-child(305){opacity:.5626;transform:translate(85.2845vw,-10px) scale(.5887);animation:fall-305 26s -1s linear infinite}@keyframes fall-305{50.669%{transform:translate(76.1204vw,50.669vh) scale(.5887)}to{transform:translate(80.70245vw,99vh) scale(.5887)}}.snow:nth-child(306){opacity:1.164;transform:translate(62.6212vw,-10px) scale(.8967);animation:fall-306 14s -7s linear infinite}@keyframes fall-306{50.357%{transform:translate(72.1788vw,50.357vh) scale(.8967)}to{transform:translate(67.4vw,99vh) scale(.8967)}}.snow:nth-child(307){opacity:.7806;transform:translate(78.8275vw,-10px) scale(.282);animation:fall-307 25s -5s linear infinite}@keyframes fall-307{67.566%{transform:translate(83.4251vw,67.566vh) scale(.282)}to{transform:translate(81.1263vw,99vh) scale(.282)}}.snow:nth-child(308){opacity:.931;transform:translate(81.0686vw,-10px) scale(.1445);animation:fall-308 28s -12s linear infinite}@keyframes fall-308{58.259%{transform:translate(89.1507vw,58.259vh) scale(.1445)}to{transform:translate(85.10965vw,99vh) scale(.1445)}}.snow:nth-child(309){opacity:.7294;transform:translate(87.363vw,-10px) scale(.4333);animation:fall-309 12s -18s linear infinite}@keyframes fall-309{32.552%{transform:translate(85.6649vw,32.552vh) scale(.4333)}to{transform:translate(86.51395vw,99vh) scale(.4333)}}.snow:nth-child(310){opacity:1.513;transform:translate(37.0706vw,-10px) scale(.2277);animation:fall-310 24s -17s linear infinite}@keyframes fall-310{62.531%{transform:translate(41.86vw,62.531vh) scale(.2277)}to{transform:translate(39.4653vw,99vh) scale(.2277)}}.snow:nth-child(311){opacity:1.4758;transform:translate(84.964vw,-10px) scale(.3182);animation:fall-311 19s -5s linear infinite}@keyframes fall-311{71.155%{transform:translate(76.6842vw,71.155vh) scale(.3182)}to{transform:translate(80.8241vw,99vh) scale(.3182)}}.snow:nth-child(312){opacity:1.0178;transform:translate(41.146vw,-10px) scale(.6921);animation:fall-312 26s -30s linear infinite}@keyframes fall-312{55.089%{transform:translate(43.17vw,55.089vh) scale(.6921)}to{transform:translate(42.158vw,99vh) scale(.6921)}}.snow:nth-child(313){opacity:.0006;transform:translate(44.2584vw,-10px) scale(.4662);animation:fall-313 12s -2s linear infinite}@keyframes fall-313{37.061%{transform:translate(40.0181vw,37.061vh) scale(.4662)}to{transform:translate(42.13825vw,99vh) scale(.4662)}}.snow:nth-child(314){opacity:1.0754;transform:translate(72.975vw,-10px) scale(.8284);animation:fall-314 15s -23s linear infinite}@keyframes fall-314{76.119%{transform:translate(67.3169vw,76.119vh) scale(.8284)}to{transform:translate(70.14595vw,99vh) scale(.8284)}}.snow:nth-child(315){opacity:.0474;transform:translate(66.9542vw,-10px) scale(.2067);animation:fall-315 25s -25s linear infinite}@keyframes fall-315{58.395%{transform:translate(62.0644vw,58.395vh) scale(.2067)}to{transform:translate(64.5093vw,99vh) scale(.2067)}}.snow:nth-child(316){opacity:.778;transform:translate(32.9923vw,-10px) scale(.6945);animation:fall-316 20s -4s linear infinite}@keyframes fall-316{79.084%{transform:translate(27.2733vw,79.084vh) scale(.6945)}to{transform:translate(30.1328vw,99vh) scale(.6945)}}.snow:nth-child(317){opacity:1.6532;transform:translate(64.8028vw,-10px) scale(.8128);animation:fall-317 30s -22s linear infinite}@keyframes fall-317{69.501%{transform:translate(68.8694vw,69.501vh) scale(.8128)}to{transform:translate(66.8361vw,99vh) scale(.8128)}}.snow:nth-child(318){opacity:.3424;transform:translate(95.415vw,-10px) scale(.5347);animation:fall-318 27s -23s linear infinite}@keyframes fall-318{55.96%{transform:translate(93.8569vw,55.96vh) scale(.5347)}to{transform:translate(94.63595vw,99vh) scale(.5347)}}.snow:nth-child(319){opacity:.0736;transform:translate(22.7115vw,-10px) scale(.7796);animation:fall-319 14s -1s linear infinite}@keyframes fall-319{69.631%{transform:translate(29.417vw,69.631vh) scale(.7796)}to{transform:translate(26.06425vw,99vh) scale(.7796)}}.snow:nth-child(320){opacity:.8434;transform:translate(81.61vw,-10px) scale(.7415);animation:fall-320 30s -22s linear infinite}@keyframes fall-320{54.773%{transform:translate(89.3058vw,54.773vh) scale(.7415)}to{transform:translate(85.4579vw,99vh) scale(.7415)}}.snow:nth-child(321){opacity:.1952;transform:translate(28.3792vw,-10px) scale(.4301);animation:fall-321 26s -29s linear infinite}@keyframes fall-321{39.572%{transform:translate(24.9915vw,39.572vh) scale(.4301)}to{transform:translate(26.68535vw,99vh) scale(.4301)}}.snow:nth-child(322){opacity:.2024;transform:translate(29.2335vw,-10px) scale(.2152);animation:fall-322 21s -25s linear infinite}@keyframes fall-322{74.37%{transform:translate(34.027vw,74.37vh) scale(.2152)}to{transform:translate(31.63025vw,99vh) scale(.2152)}}.snow:nth-child(323){opacity:.7508;transform:translate(99.8569vw,-10px) scale(.3709);animation:fall-323 28s -25s linear infinite}@keyframes fall-323{57.739%{transform:translate(93.2125vw,57.739vh) scale(.3709)}to{transform:translate(96.5347vw,99vh) scale(.3709)}}.snow:nth-child(324){opacity:1.973;transform:translate(52.2989vw,-10px) scale(.1198);animation:fall-324 12s -11s linear infinite}@keyframes fall-324{44.273%{transform:translate(52.0655vw,44.273vh) scale(.1198)}to{transform:translate(52.1822vw,99vh) scale(.1198)}}.snow:nth-child(325){opacity:1.9958;transform:translate(60.5829vw,-10px) scale(.5605);animation:fall-325 14s -6s linear infinite}@keyframes fall-325{48.994%{transform:translate(56.6613vw,48.994vh) scale(.5605)}to{transform:translate(58.6221vw,99vh) scale(.5605)}}.snow:nth-child(326){opacity:1.269;transform:translate(28.8179vw,-10px) scale(.3991);animation:fall-326 10s -30s linear infinite}@keyframes fall-326{58.981%{transform:translate(37.8265vw,58.981vh) scale(.3991)}to{transform:translate(33.3222vw,99vh) scale(.3991)}}.snow:nth-child(327){opacity:.5956;transform:translate(28.4693vw,-10px) scale(.0387);animation:fall-327 18s -16s linear infinite}@keyframes fall-327{76.891%{transform:translate(21.2684vw,76.891vh) scale(.0387)}to{transform:translate(24.86885vw,99vh) scale(.0387)}}.snow:nth-child(328){opacity:1.7956;transform:translate(63.834vw,-10px) scale(.7475);animation:fall-328 11s -10s linear infinite}@keyframes fall-328{48.564%{transform:translate(59.0756vw,48.564vh) scale(.7475)}to{transform:translate(61.4548vw,99vh) scale(.7475)}}.snow:nth-child(329){opacity:.6458;transform:translate(11.4492vw,-10px) scale(.9912);animation:fall-329 15s -13s linear infinite}@keyframes fall-329{72.601%{transform:translate(11.1492vw,72.601vh) scale(.9912)}to{transform:translate(11.2992vw,99vh) scale(.9912)}}.snow:nth-child(330){opacity:1.1054;transform:translate(79.11vw,-10px) scale(.6715);animation:fall-330 17s -28s linear infinite}@keyframes fall-330{76.131%{transform:translate(75.7559vw,76.131vh) scale(.6715)}to{transform:translate(77.43295vw,99vh) scale(.6715)}}.snow:nth-child(331){opacity:1.9004;transform:translate(78.8715vw,-10px) scale(.7417);animation:fall-331 27s -26s linear infinite}@keyframes fall-331{77.448%{transform:translate(83.231vw,77.448vh) scale(.7417)}to{transform:translate(81.05125vw,99vh) scale(.7417)}}.snow:nth-child(332){opacity:1.5604;transform:translate(6.4148vw,-10px) scale(.8299);animation:fall-332 27s -7s linear infinite}@keyframes fall-332{72.574%{transform:translate(15.996vw,72.574vh) scale(.8299)}to{transform:translate(11.2054vw,99vh) scale(.8299)}}.snow:nth-child(333){opacity:1.8462;transform:translate(31.1922vw,-10px) scale(.6668);animation:fall-333 16s -21s linear infinite}@keyframes fall-333{75.426%{transform:translate(27.5566vw,75.426vh) scale(.6668)}to{transform:translate(29.3744vw,99vh) scale(.6668)}}.snow:nth-child(334){opacity:.922;transform:translate(33.9141vw,-10px) scale(.8732);animation:fall-334 30s -5s linear infinite}@keyframes fall-334{37.892%{transform:translate(38.7265vw,37.892vh) scale(.8732)}to{transform:translate(36.3203vw,99vh) scale(.8732)}}.snow:nth-child(335){opacity:.7432;transform:translate(9.5268vw,-10px) scale(.8075);animation:fall-335 30s -10s linear infinite}@keyframes fall-335{30.378%{transform:translate(5.9825vw,30.378vh) scale(.8075)}to{transform:translate(7.75465vw,99vh) scale(.8075)}}.snow:nth-child(336){opacity:.0968;transform:translate(2.7452vw,-10px) scale(.2959);animation:fall-336 26s -12s linear infinite}@keyframes fall-336{47.233%{transform:translate(3.988vw,47.233vh) scale(.2959)}to{transform:translate(3.3666vw,99vh) scale(.2959)}}.snow:nth-child(337){opacity:.1406;transform:translate(86.4682vw,-10px) scale(.8844);animation:fall-337 12s -20s linear infinite}@keyframes fall-337{72.711%{transform:translate(94.4777vw,72.711vh) scale(.8844)}to{transform:translate(90.47295vw,99vh) scale(.8844)}}.snow:nth-child(338){opacity:.531;transform:translate(73.9218vw,-10px) scale(.9769);animation:fall-338 12s -3s linear infinite}@keyframes fall-338{69.406%{transform:translate(68.3017vw,69.406vh) scale(.9769)}to{transform:translate(71.11175vw,99vh) scale(.9769)}}.snow:nth-child(339){opacity:.9564;transform:translate(68.6273vw,-10px) scale(.7174);animation:fall-339 13s -3s linear infinite}@keyframes fall-339{52.468%{transform:translate(77.0938vw,52.468vh) scale(.7174)}to{transform:translate(72.86055vw,99vh) scale(.7174)}}.snow:nth-child(340){opacity:.3954;transform:translate(19.22vw,-10px) scale(.2949);animation:fall-340 17s -6s linear infinite}@keyframes fall-340{57.973%{transform:translate(28.4798vw,57.973vh) scale(.2949)}to{transform:translate(23.8499vw,99vh) scale(.2949)}}.snow:nth-child(341){opacity:1.0772;transform:translate(62.7058vw,-10px) scale(.3595);animation:fall-341 18s -20s linear infinite}@keyframes fall-341{46.701%{transform:translate(55.8305vw,46.701vh) scale(.3595)}to{transform:translate(59.26815vw,99vh) scale(.3595)}}.snow:nth-child(342){opacity:1.7184;transform:translate(53.7771vw,-10px) scale(.7936);animation:fall-342 20s -5s linear infinite}@keyframes fall-342{49.421%{transform:translate(48.2205vw,49.421vh) scale(.7936)}to{transform:translate(50.9988vw,99vh) scale(.7936)}}.snow:nth-child(343){opacity:1.3348;transform:translate(92.1166vw,-10px) scale(.8336);animation:fall-343 13s -6s linear infinite}@keyframes fall-343{69.199%{transform:translate(97.7031vw,69.199vh) scale(.8336)}to{transform:translate(94.90985vw,99vh) scale(.8336)}}.snow:nth-child(344){opacity:1.1032;transform:translate(19.0315vw,-10px) scale(.4993);animation:fall-344 21s -18s linear infinite}@keyframes fall-344{32.868%{transform:translate(19.3631vw,32.868vh) scale(.4993)}to{transform:translate(19.1973vw,99vh) scale(.4993)}}.snow:nth-child(345){opacity:.8168;transform:translate(31.3126vw,-10px) scale(.6622);animation:fall-345 11s -28s linear infinite}@keyframes fall-345{52.634%{transform:translate(39.837vw,52.634vh) scale(.6622)}to{transform:translate(35.5748vw,99vh) scale(.6622)}}.snow:nth-child(346){opacity:1.3538;transform:translate(24.4217vw,-10px) scale(.0094);animation:fall-346 24s -25s linear infinite}@keyframes fall-346{46.551%{transform:translate(19.3347vw,46.551vh) scale(.0094)}to{transform:translate(21.8782vw,99vh) scale(.0094)}}.snow:nth-child(347){opacity:.5316;transform:translate(8.5356vw,-10px) scale(.3617);animation:fall-347 16s -29s linear infinite}@keyframes fall-347{40.023%{transform:translate(13.4389vw,40.023vh) scale(.3617)}to{transform:translate(10.98725vw,99vh) scale(.3617)}}.snow:nth-child(348){opacity:.9916;transform:translate(68.8613vw,-10px) scale(.6181);animation:fall-348 28s -11s linear infinite}@keyframes fall-348{53.723%{transform:translate(68.7178vw,53.723vh) scale(.6181)}to{transform:translate(68.78955vw,99vh) scale(.6181)}}.snow:nth-child(349){opacity:.2136;transform:translate(52.8668vw,-10px) scale(.1165);animation:fall-349 13s -20s linear infinite}@keyframes fall-349{36.904%{transform:translate(61.3802vw,36.904vh) scale(.1165)}to{transform:translate(57.1235vw,99vh) scale(.1165)}}.snow:nth-child(350){opacity:1.1064;transform:translate(47.9256vw,-10px) scale(.8457);animation:fall-350 23s -30s linear infinite}@keyframes fall-350{42.12%{transform:translate(48.354vw,42.12vh) scale(.8457)}to{transform:translate(48.1398vw,99vh) scale(.8457)}}.snow:nth-child(351){opacity:.1528;transform:translate(66.4047vw,-10px) scale(.3616);animation:fall-351 27s -25s linear infinite}@keyframes fall-351{31.59%{transform:translate(71.9683vw,31.59vh) scale(.3616)}to{transform:translate(69.1865vw,99vh) scale(.3616)}}.snow:nth-child(352){opacity:1.83;transform:translate(91.4129vw,-10px) scale(.712);animation:fall-352 14s -24s linear infinite}@keyframes fall-352{34.065%{transform:translate(83.4732vw,34.065vh) scale(.712)}to{transform:translate(87.44305vw,99vh) scale(.712)}}.snow:nth-child(353){opacity:1.0576;transform:translate(51.556vw,-10px) scale(.3151);animation:fall-353 28s -11s linear infinite}@keyframes fall-353{56.679%{transform:translate(45.12vw,56.679vh) scale(.3151)}to{transform:translate(48.338vw,99vh) scale(.3151)}}.snow:nth-child(354){opacity:.4214;transform:translate(54.5457vw,-10px) scale(.374);animation:fall-354 26s -11s linear infinite}@keyframes fall-354{49.105%{transform:translate(55.0234vw,49.105vh) scale(.374)}to{transform:translate(54.78455vw,99vh) scale(.374)}}.snow:nth-child(355){opacity:.8556;transform:translate(53.1897vw,-10px) scale(.2053);animation:fall-355 14s -27s linear infinite}@keyframes fall-355{50.588%{transform:translate(53.483vw,50.588vh) scale(.2053)}to{transform:translate(53.33635vw,99vh) scale(.2053)}}.snow:nth-child(356){opacity:.5398;transform:translate(47.699vw,-10px) scale(.641);animation:fall-356 20s -28s linear infinite}@keyframes fall-356{62.45%{transform:translate(45.8691vw,62.45vh) scale(.641)}to{transform:translate(46.78405vw,99vh) scale(.641)}}.snow:nth-child(357){opacity:1.5078;transform:translate(77.5053vw,-10px) scale(.8401);animation:fall-357 30s -19s linear infinite}@keyframes fall-357{62.729%{transform:translate(74.5275vw,62.729vh) scale(.8401)}to{transform:translate(76.0164vw,99vh) scale(.8401)}}.snow:nth-child(358){opacity:1.1148;transform:translate(49.3093vw,-10px) scale(.973);animation:fall-358 12s -18s linear infinite}@keyframes fall-358{59.497%{transform:translate(44.9418vw,59.497vh) scale(.973)}to{transform:translate(47.12555vw,99vh) scale(.973)}}.snow:nth-child(359){opacity:.081;transform:translate(55.132vw,-10px) scale(.4951);animation:fall-359 28s -13s linear infinite}@keyframes fall-359{40.432%{transform:translate(55.1403vw,40.432vh) scale(.4951)}to{transform:translate(55.13615vw,99vh) scale(.4951)}}.snow:nth-child(360){opacity:1.3128;transform:translate(98.7993vw,-10px) scale(.7926);animation:fall-360 16s -28s linear infinite}@keyframes fall-360{47.917%{transform:translate(93.0013vw,47.917vh) scale(.7926)}to{transform:translate(95.9003vw,99vh) scale(.7926)}}.snow:nth-child(361){opacity:1.8988;transform:translate(37.0329vw,-10px) scale(.0973);animation:fall-361 29s -16s linear infinite}@keyframes fall-361{69.284%{transform:translate(34.2349vw,69.284vh) scale(.0973)}to{transform:translate(35.6339vw,99vh) scale(.0973)}}.snow:nth-child(362){opacity:.4878;transform:translate(11.6123vw,-10px) scale(.9986);animation:fall-362 30s -26s linear infinite}@keyframes fall-362{50.826%{transform:translate(5.6435vw,50.826vh) scale(.9986)}to{transform:translate(8.6279vw,99vh) scale(.9986)}}.snow:nth-child(363){opacity:1.26;transform:translate(52.1674vw,-10px) scale(.1809);animation:fall-363 21s -12s linear infinite}@keyframes fall-363{76.63%{transform:translate(58.5849vw,76.63vh) scale(.1809)}to{transform:translate(55.37615vw,99vh) scale(.1809)}}.snow:nth-child(364){opacity:1.1142;transform:translate(10.5646vw,-10px) scale(.5453);animation:fall-364 26s -30s linear infinite}@keyframes fall-364{70.099%{transform:translate(18.3888vw,70.099vh) scale(.5453)}to{transform:translate(14.4767vw,99vh) scale(.5453)}}.snow:nth-child(365){opacity:1.418;transform:translate(34.2781vw,-10px) scale(.0225);animation:fall-365 13s -18s linear infinite}@keyframes fall-365{36.663%{transform:translate(39.1499vw,36.663vh) scale(.0225)}to{transform:translate(36.714vw,99vh) scale(.0225)}}.snow:nth-child(366){opacity:1.2742;transform:translate(37.6855vw,-10px) scale(.0561);animation:fall-366 13s -9s linear infinite}@keyframes fall-366{33.077%{transform:translate(32.1238vw,33.077vh) scale(.0561)}to{transform:translate(34.90465vw,99vh) scale(.0561)}}.snow:nth-child(367){opacity:1.8582;transform:translate(30.6337vw,-10px) scale(.2906);animation:fall-367 11s -12s linear infinite}@keyframes fall-367{47.962%{transform:translate(36.7205vw,47.962vh) scale(.2906)}to{transform:translate(33.6771vw,99vh) scale(.2906)}}.snow:nth-child(368){opacity:.1384;transform:translate(75.1386vw,-10px) scale(.3839);animation:fall-368 26s -26s linear infinite}@keyframes fall-368{49.64%{transform:translate(70.022vw,49.64vh) scale(.3839)}to{transform:translate(72.5803vw,99vh) scale(.3839)}}.snow:nth-child(369){opacity:.1506;transform:translate(67.6588vw,-10px) scale(.1107);animation:fall-369 16s -26s linear infinite}@keyframes fall-369{38.076%{transform:translate(62.6786vw,38.076vh) scale(.1107)}to{transform:translate(65.1687vw,99vh) scale(.1107)}}.snow:nth-child(370){opacity:.5942;transform:translate(67.3511vw,-10px) scale(.5775);animation:fall-370 23s -9s linear infinite}@keyframes fall-370{74.518%{transform:translate(58.398vw,74.518vh) scale(.5775)}to{transform:translate(62.87455vw,99vh) scale(.5775)}}.snow:nth-child(371){opacity:.6672;transform:translate(80.3085vw,-10px) scale(.128);animation:fall-371 17s -27s linear infinite}@keyframes fall-371{79.945%{transform:translate(83.255vw,79.945vh) scale(.128)}to{transform:translate(81.78175vw,99vh) scale(.128)}}.snow:nth-child(372){opacity:1.8424;transform:translate(18.0221vw,-10px) scale(.0663);animation:fall-372 20s -28s linear infinite}@keyframes fall-372{72.069%{transform:translate(19.3652vw,72.069vh) scale(.0663)}to{transform:translate(18.69365vw,99vh) scale(.0663)}}.snow:nth-child(373){opacity:.46;transform:translate(29.9006vw,-10px) scale(.2771);animation:fall-373 10s -29s linear infinite}@keyframes fall-373{78.764%{transform:translate(33.7483vw,78.764vh) scale(.2771)}to{transform:translate(31.82445vw,99vh) scale(.2771)}}.snow:nth-child(374){opacity:.7858;transform:translate(57.6293vw,-10px) scale(.7678);animation:fall-374 18s -20s linear infinite}@keyframes fall-374{56.91%{transform:translate(58.7951vw,56.91vh) scale(.7678)}to{transform:translate(58.2122vw,99vh) scale(.7678)}}.snow:nth-child(375){opacity:1.6422;transform:translate(6.2793vw,-10px) scale(.9536);animation:fall-375 25s -27s linear infinite}@keyframes fall-375{53.646%{transform:translate(9.6171vw,53.646vh) scale(.9536)}to{transform:translate(7.9482vw,99vh) scale(.9536)}}.snow:nth-child(376){opacity:1.9764;transform:translate(96.6654vw,-10px) scale(.6566);animation:fall-376 20s -14s linear infinite}@keyframes fall-376{65.311%{transform:translate(103.2092vw,65.311vh) scale(.6566)}to{transform:translate(99.9373vw,99vh) scale(.6566)}}.snow:nth-child(377){opacity:.5336;transform:translate(98.2137vw,-10px) scale(.5895);animation:fall-377 25s -18s linear infinite}@keyframes fall-377{69.47%{transform:translate(95.213vw,69.47vh) scale(.5895)}to{transform:translate(96.71335vw,99vh) scale(.5895)}}.snow:nth-child(378){opacity:.672;transform:translate(8.6504vw,-10px) scale(.4616);animation:fall-378 12s -11s linear infinite}@keyframes fall-378{77.835%{transform:translate(6.8588vw,77.835vh) scale(.4616)}to{transform:translate(7.7546vw,99vh) scale(.4616)}}.snow:nth-child(379){opacity:1.1628;transform:translate(61.271vw,-10px) scale(.3335);animation:fall-379 28s -14s linear infinite}@keyframes fall-379{56.518%{transform:translate(60.0617vw,56.518vh) scale(.3335)}to{transform:translate(60.66635vw,99vh) scale(.3335)}}.snow:nth-child(380){opacity:1.459;transform:translate(91.4689vw,-10px) scale(.2502);animation:fall-380 28s -26s linear infinite}@keyframes fall-380{40.229%{transform:translate(87.9744vw,40.229vh) scale(.2502)}to{transform:translate(89.72165vw,99vh) scale(.2502)}}.snow:nth-child(381){opacity:.7312;transform:translate(96.1597vw,-10px) scale(.2063);animation:fall-381 18s -19s linear infinite}@keyframes fall-381{60.019%{transform:translate(102.0252vw,60.019vh) scale(.2063)}to{transform:translate(99.09245vw,99vh) scale(.2063)}}.snow:nth-child(382){opacity:1.3028;transform:translate(51.9953vw,-10px) scale(.5798);animation:fall-382 20s -9s linear infinite}@keyframes fall-382{70.015%{transform:translate(55.1276vw,70.015vh) scale(.5798)}to{transform:translate(53.56145vw,99vh) scale(.5798)}}.snow:nth-child(383){opacity:.2562;transform:translate(7.4364vw,-10px) scale(.2725);animation:fall-383 15s -17s linear infinite}@keyframes fall-383{47.051%{transform:translate(4.8132vw,47.051vh) scale(.2725)}to{transform:translate(6.1248vw,99vh) scale(.2725)}}.snow:nth-child(384){opacity:1.2918;transform:translate(27.1458vw,-10px) scale(.3453);animation:fall-384 24s -2s linear infinite}@keyframes fall-384{56.201%{transform:translate(18.9462vw,56.201vh) scale(.3453)}to{transform:translate(23.046vw,99vh) scale(.3453)}}.snow:nth-child(385){opacity:.6922;transform:translate(50.5011vw,-10px) scale(.3824);animation:fall-385 15s -9s linear infinite}@keyframes fall-385{35.147%{transform:translate(42.8261vw,35.147vh) scale(.3824)}to{transform:translate(46.6636vw,99vh) scale(.3824)}}.snow:nth-child(386){opacity:1.2972;transform:translate(12.0768vw,-10px) scale(.1987);animation:fall-386 20s -6s linear infinite}@keyframes fall-386{44.209%{transform:translate(13.7777vw,44.209vh) scale(.1987)}to{transform:translate(12.92725vw,99vh) scale(.1987)}}.snow:nth-child(387){opacity:1.815;transform:translate(12.6016vw,-10px) scale(.6347);animation:fall-387 26s -27s linear infinite}@keyframes fall-387{54.667%{transform:translate(13.7574vw,54.667vh) scale(.6347)}to{transform:translate(13.1795vw,99vh) scale(.6347)}}.snow:nth-child(388){opacity:.72;transform:translate(4.0685vw,-10px) scale(.7112);animation:fall-388 18s -3s linear infinite}@keyframes fall-388{63.931%{transform:translate(10.0369vw,63.931vh) scale(.7112)}to{transform:translate(7.0527vw,99vh) scale(.7112)}}.snow:nth-child(389){opacity:1.4126;transform:translate(92.8716vw,-10px) scale(.6252);animation:fall-389 27s -18s linear infinite}@keyframes fall-389{45.037%{transform:translate(88.2936vw,45.037vh) scale(.6252)}to{transform:translate(90.5826vw,99vh) scale(.6252)}}.snow:nth-child(390){opacity:1.0072;transform:translate(27.2571vw,-10px) scale(.9345);animation:fall-390 13s -19s linear infinite}@keyframes fall-390{58.412%{transform:translate(28.4412vw,58.412vh) scale(.9345)}to{transform:translate(27.84915vw,99vh) scale(.9345)}}.snow:nth-child(391){opacity:.8628;transform:translate(13.7824vw,-10px) scale(.2006);animation:fall-391 28s -5s linear infinite}@keyframes fall-391{77.878%{transform:translate(5.8214vw,77.878vh) scale(.2006)}to{transform:translate(9.8019vw,99vh) scale(.2006)}}.snow:nth-child(392){opacity:.9794;transform:translate(16.9708vw,-10px) scale(.1171);animation:fall-392 17s -2s linear infinite}@keyframes fall-392{58.354%{transform:translate(13.0235vw,58.354vh) scale(.1171)}to{transform:translate(14.99715vw,99vh) scale(.1171)}}.snow:nth-child(393){opacity:.7618;transform:translate(22.2097vw,-10px) scale(.9343);animation:fall-393 11s -10s linear infinite}@keyframes fall-393{72.162%{transform:translate(25.8871vw,72.162vh) scale(.9343)}to{transform:translate(24.0484vw,99vh) scale(.9343)}}.snow:nth-child(394){opacity:.3192;transform:translate(56.4162vw,-10px) scale(.2226);animation:fall-394 29s -23s linear infinite}@keyframes fall-394{34.389%{transform:translate(54.0858vw,34.389vh) scale(.2226)}to{transform:translate(55.251vw,99vh) scale(.2226)}}.snow:nth-child(395){opacity:1.8992;transform:translate(17.3911vw,-10px) scale(.5349);animation:fall-395 26s -16s linear infinite}@keyframes fall-395{66.225%{transform:translate(20.4414vw,66.225vh) scale(.5349)}to{transform:translate(18.91625vw,99vh) scale(.5349)}}.snow:nth-child(396){opacity:.0072;transform:translate(3.6904vw,-10px) scale(.3289);animation:fall-396 15s -1s linear infinite}@keyframes fall-396{75.282%{transform:translate(-1.6966vw,75.282vh) scale(.3289)}to{transform:translate(.9969vw,99vh) scale(.3289)}}.snow:nth-child(397){opacity:1.6316;transform:translate(91.5282vw,-10px) scale(.2003);animation:fall-397 12s -19s linear infinite}@keyframes fall-397{34.031%{transform:translate(86.5058vw,34.031vh) scale(.2003)}to{transform:translate(89.017vw,99vh) scale(.2003)}}.snow:nth-child(398){opacity:1.6642;transform:translate(84.8348vw,-10px) scale(.7594);animation:fall-398 10s -20s linear infinite}@keyframes fall-398{31.316%{transform:translate(91.8077vw,31.316vh) scale(.7594)}to{transform:translate(88.32125vw,99vh) scale(.7594)}}.snow:nth-child(399){opacity:1.8568;transform:translate(88.4172vw,-10px) scale(.1257);animation:fall-399 24s -9s linear infinite}@keyframes fall-399{56.307%{transform:translate(90.0461vw,56.307vh) scale(.1257)}to{transform:translate(89.23165vw,99vh) scale(.1257)}}.snow:nth-child(400){opacity:.8224;transform:translate(7.6056vw,-10px) scale(.6561);animation:fall-400 17s -25s linear infinite}@keyframes fall-400{47.316%{transform:translate(-.6255vw,47.316vh) scale(.6561)}to{transform:translate(3.49005vw,99vh) scale(.6561)}}\n"] }]
|
|
82
82
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
83
83
|
|
|
84
84
|
// Angular
|